BitcoinArmory icon indicating copy to clipboard operation
BitcoinArmory copied to clipboard

ImportError: /home/lucas/Applications/BitcoinArmory/_CppBlockUtils.so: undefined symbol: _ZN6snappy21GetUncompressedLengthEPKcmPm

Open lclc opened this issue 10 years ago • 3 comments

I've cloned Armory from here, build it successfully but now I get an error when I try to run it: http://pastebin.com/raw.php?i=EzaeFG0h

My system is openSUSE 12.3: http://pastebin.com/raw.php?i=X9Q1vnpd

I have all deps installed, including the snappy it complains about: http://pastebin.com/raw.php?i=yzCgahh4

Any ideas?

lclc avatar Jun 07 '14 18:06 lclc

I'm hitting this as well on Arch Linux. I've tried make clean and git clean -X -f from the top level of v0.92 assuming something was stale from an older version.

kylemanna avatar Jul 30 '14 06:07 kylemanna

Getting this too, on gentoo.

voidzero avatar Jul 31 '14 19:07 voidzero

Did some more poking around and the Arch AUR build has a hacky workaround with the build_detect_platform-02.patch available @ https://aur.archlinux.org/packages/armory-git/

With this "patch" tagged version v0.92.1 "works for me"

Can others test?

kylemanna avatar Aug 06 '14 06:08 kylemanna