Open devvick opened 4 months ago
I maintain an AUR package of this software: https://aur.archlinux.org/packages/zeronsd Recently I got a comment that it doesn't build, so I tried myself and sure enough: https://gist.github.com/devvick/242f34025be390ba1d69830b241726e9 After hundreds of "undefined reference" errors it fails on:
/usr/bin/ld: /home/pit/build/PKGBUILDs/zeronsd/src/zeronsd-0.5.2/target/release/deps/zeronsd-98770bf246fbaadf: hidden symbol `OPENSSL_cpuid_setup' isn't defined /usr/bin/ld: final link failed: bad value
I'm having the same error here, after trying building from git source and from cargo without success as well.
I somehow managed it to work using debtap, with the .deb file (zeronsd_0.5.2_amd64.deb), after installing openssl-1.1 and removing the requirement for libssl from the .pkgbuild file generated from debtap.
I maintain an AUR package of this software: https://aur.archlinux.org/packages/zeronsd Recently I got a comment that it doesn't build, so I tried myself and sure enough: https://gist.github.com/devvick/242f34025be390ba1d69830b241726e9 After hundreds of "undefined reference" errors it fails on: