Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- == My problem synthesis ==
- olivier@laptop:/ % VBoxManage
- /usr/lib/libstdc++.so.6: version GLIBCXX_3.4.15 required by /usr/local/bin/VBoxManage not found
- == About the poudrire host ===
- root@orange:~ # uname -a
- FreeBSD orange.bsdrp.net 10.0-BETA1 FreeBSD 10.0-BETA1 #19 r256425: Sun Oct 13 11:43:54 CEST 2013 [email protected]:/usr/obj/usr/local/BSDRP/BSDRPcur/FreeBSD/src/sys/PROD amd64
- Notice: it's a 10.0 compiled with GCC and GNUCXX (declared in /etc/src.conf)
- == About the poudriere jail ==
- root@orange:~ # poudriere jail -l
- JAILNAME VERSION ARCH METHOD
- 100amd64 10.0-BETA1 amd64 svn
- 91i386 9.1-RELEASE i386 ftp
- 91amd64 9.1-RELEASE amd64 ftp
- root@orange:~ # ls -alh /usr/local/poudriere/jails/100amd64/usr/lib/libstdc*
- ls: No match.
- => 100amd64 jail is a standard 10.0-BETA1 (no GCC neither GNUCXX).
- == Full package generation ==
- root@orange:~ # grep virtualbox /root/pkglist
- emulators/virtualbox-ose
- poudriere bulk -c -f /root/pkglist -j 100amd64 -z desktop
- == Laptop package re-installation
- FBSD 10.0-BETA with GCC & GNUCXX
- root@laptop:/ # upgrade -f
- olivier@laptop:/ % VBoxManage
- /usr/lib/libstdc++.so.6: version GLIBCXX_3.4.15 required by /usr/local/bin/VBoxManage not found
- root@laptop:/usr/local/lib/virtualbox # ldd VBoxManage | grep libstdc
- libstdc++.so.6 => /usr/lib/libstdc++.so.6 (0x801194000)
- ===>> WTF?????
- == Fixing laptop problem
- => Rebuilding 10.0-BETA in a standard way (without GCC & without GNUCXX) fix the problem
Advertisement
Add Comment
Please, Sign In to add comment