gugus

Virtualbox problem on 10.0

Oct 15th, 2013
70
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.59 KB | None | 0 0
  1. == My problem synthesis ==
  2.  
  3. olivier@laptop:/ % VBoxManage
  4. /usr/lib/libstdc++.so.6: version GLIBCXX_3.4.15 required by /usr/local/bin/VBoxManage not found
  5.  
  6. == About the poudrire host ===
  7.  
  8. root@orange:~ # uname -a
  9. 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
  10.  
  11. Notice: it's a 10.0 compiled with GCC and GNUCXX (declared in /etc/src.conf)
  12.  
  13. == About the poudriere jail ==
  14.  
  15. root@orange:~ # poudriere jail -l
  16. JAILNAME VERSION ARCH METHOD
  17. 100amd64 10.0-BETA1 amd64 svn
  18. 91i386 9.1-RELEASE i386 ftp
  19. 91amd64 9.1-RELEASE amd64 ftp
  20. root@orange:~ # ls -alh /usr/local/poudriere/jails/100amd64/usr/lib/libstdc*
  21. ls: No match.
  22. => 100amd64 jail is a standard 10.0-BETA1 (no GCC neither GNUCXX).
  23.  
  24. == Full package generation ==
  25.  
  26. root@orange:~ # grep virtualbox /root/pkglist
  27. emulators/virtualbox-ose
  28. poudriere bulk -c -f /root/pkglist -j 100amd64 -z desktop
  29.  
  30.  
  31. == Laptop package re-installation
  32.  
  33. FBSD 10.0-BETA with GCC & GNUCXX
  34.  
  35. root@laptop:/ # upgrade -f
  36.  
  37. olivier@laptop:/ % VBoxManage
  38. /usr/lib/libstdc++.so.6: version GLIBCXX_3.4.15 required by /usr/local/bin/VBoxManage not found
  39. root@laptop:/usr/local/lib/virtualbox # ldd VBoxManage | grep libstdc
  40. libstdc++.so.6 => /usr/lib/libstdc++.so.6 (0x801194000)
  41.  
  42. ===>> WTF?????
  43.  
  44. == Fixing laptop problem
  45.  
  46. => Rebuilding 10.0-BETA in a standard way (without GCC & without GNUCXX) fix the problem
Advertisement
Add Comment
Please, Sign In to add comment