octave-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Octave-bug-tracker] [bug #54452] octave 4.4.0 with octave-signal


From: Abinaya Manikandan
Subject: [Octave-bug-tracker] [bug #54452] octave 4.4.0 with octave-signal
Date: Tue, 14 Aug 2018 03:53:51 -0400 (EDT)
User-agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:59.0) Gecko/20100101 Firefox/59.0

Follow-up Comment #5, bug #54452 (project octave):

Hello,

Again we try to build octave with curl-7.56.0 but when on "make" section
facing below issues:

the command which we are using to build octave with curl is below:

****************************************************************
%configure --prefix=%{_prefix} --with-blas=/usr/lib64/libblas.so
--enable-shared --disable-static --without-opengl  --with-amd --with-umfpack
--with-colamd --with-ccolamd --with-cholmod --enable-float-truncate
--with-gfortran --with-curl-libdir=/opt/curl/x86_64/7.56.0/lib/
--with-curl-includedir=/opt/curl/x86_64/7.56.0/include
*****************************************************************

*****************************************************************
Issue:
------
/opt/curl/x86_64/7.56.0/include/curl/curl.h:1836:29: error:
'CURLOPT_DIRLISTONLY' was not declared in this scope
 #define CURLOPT_FTPLISTONLY CURLOPT_DIRLISTONLY
                             ^
/opt/curl/x86_64/7.56.0/include/curl/curl.h:2733:68: note: in definition of
macro 'curl_easy_setopt'
 #define curl_easy_setopt(handle,opt,param)
curl_easy_setopt(handle,opt,param)
                                                                    ^~~
liboctave/util/url-transfer.cc:513:7: note: in expansion of macro 'SETOPTR'
       SETOPTR (CURLOPT_DIRLISTONLY, 0);
       ^~~~~~~
./config.h:142:29: note: in expansion of macro 'CURLOPT_FTPLISTONLY'
 #define CURLOPT_DIRLISTONLY CURLOPT_FTPLISTONLY
                             ^~~~~~~~~~~~~~~~~~~
liboctave/util/url-transfer.cc:513:16: note: in expansion of macro
'CURLOPT_DIRLISTONLY'
       SETOPTR (CURLOPT_DIRLISTONLY, 0);
                ^~~~~~~~~~~~~~~~~~~
make[2]: *** [liboctave/util/liboctave_util_libutil_la-url-transfer.lo] Error
1
make[2]: Leaving directory `/root/rpmbuild/BUILD/octave-4.4.0'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/root/rpmbuild/BUILD/octave-4.4.0'
make: *** [all] Error 2
error: Bad exit status from /var/tmp/rpm-tmp.ZxWlfN (%build)
****************************************************************

Please find below curl version which is installed on our machine:

****************************************************************
Installed curl version details:
--------------------------------
address@hidden rpmbuild]$ curl --version
curl 7.56.0 (x86_64-unknown-linux-gnu) libcurl/7.56.0 OpenSSL/1.0.0 zlib/1.2.3
libssh2/1.4.2
Release-Date: 2017-10-04
Protocols: dict file ftp ftps gopher http https imap imaps pop3 pop3s rtsp scp
sftp smb smbs smtp smtps telnet tftp
Features: AsynchDNS IPv6 Largefile GSS-API Kerberos SPNEGO NTLM NTLM_WB SSL
libz UnixSockets HTTPS-proxy
address@hidden rpmbuild]$
*****************************************************************

    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?54452>

_______________________________________________
  Message sent via Savannah
  https://savannah.gnu.org/




reply via email to

[Prev in Thread] Current Thread [Next in Thread]