-
Notifications
You must be signed in to change notification settings - Fork 59
Open
Description
Attempting to build on 32bit systems requires _FILE_OFFSET_BITS=64
(as you do for i386 in the CI). However doing this on armhf results in an attempt to link to non-existent symbols in the system libz.so.1 library
/usr/bin/ld: libzsync2_standalone.a(zsclient.cpp.o): undefined reference to symbol 'gzopen64@@ZLIB_1.2.3.3'
/usr/bin/ld: /lib/arm-linux-gnueabihf/libz.so.1: error adding symbols: DSO missing from command line
collect2: error: ld returned 1 exit status
the only current solution I have is to build an older version of appimageupdate before gpgme
became a requirement which avoids needing to set _FILE_OFFSET_BITS=64
Metadata
Metadata
Assignees
Labels
No labels