etotheipi / BitcoinArmory

Python-Based Bitcoin Software
Other
825 stars 617 forks source link

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

Open lclc opened 10 years ago

lclc commented 10 years ago

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?

kylemanna commented 10 years ago

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.

voidzero commented 10 years ago

Getting this too, on gentoo.

kylemanna commented 10 years ago

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?