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

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

[Octave-bug-tracker] [bug #60419] Installing zeromq package fails with r


From: Alexander Wilms
Subject: [Octave-bug-tracker] [bug #60419] Installing zeromq package fails with recent libzmq
Date: Mon, 19 Apr 2021 12:27:39 -0400 (EDT)
User-agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:87.0) Gecko/20100101 Firefox/87.0

URL:
  <https://savannah.gnu.org/bugs/?60419>

                 Summary: Installing zeromq package fails with recent libzmq
                 Project: GNU Octave
            Submitted by: alexanderw
            Submitted on: Mon 19 Apr 2021 04:27:37 PM UTC
                Category: Octave Forge Package
                Severity: 3 - Normal
                Priority: 5 - Normal
              Item Group: Build Failure
                  Status: None
             Assigned to: None
         Originator Name: 
        Originator Email: 
             Open/Closed: Open
                 Release: 6.2.0
         Discussion Lock: Any
        Operating System: GNU/Linux

    _______________________________________________________

Details:

This issue occurred when testing the Flatpak Octave package, using
libzmq.so.5.2.4. Downstream bug report:

https://github.com/flathub/org.octave.Octave/issues/124


>> cd /app/lib
>> system('ls | grep zmq');
libzmq.so
libzmq.so.5
libzmq.so.5.2.4
>> system('nm -gDC libzmq.so | grep zmq_version');
00000000000aed90 T zmq_version
>> pkg install -forge zeromq
configure: error: octave zeromq package requires zeromq library
checking whether the C++ compiler works... yes
checking for C++ compiler default output file name... a.out
checking for suffix of executables...
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C++ compiler... yes
checking whether g++ accepts -g... yes
checking for grep that handles long lines and -e... /usr/bin/grep
checking for mkoctfile... /app/bin/mkoctfile-6.2.0
checking for octave-config... /app/bin/octave-config-6.2.0
checking how to run the C++ preprocessor... g++ -E
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking zmq.h usability... yes
checking zmq.h presence... yes
checking for zmq.h... yes
checking for library containing zmq_version... no

error: pkg: error running the configure script for zeromq.
error: called from
    configure_make at line 93 column 9
    install at line 196 column 7
    pkg at line 568 column 9


Error message in config.log:

warning: libsodium.so.23, needed by /app/lib/libzmq.so, not found (try using
-rpath or -rpath-link)


Apparently, the configure script needs to set linker options in order to find
libsodium.




    _______________________________________________________

Reply to this item at:

  <https://savannah.gnu.org/bugs/?60419>

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




reply via email to

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