Advertisement
gusibsd

build failure python

Mar 24th, 2015
228
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.15 KB | None | 0 0
  1. install -o root -g wheel -m 555 ./install-sh /wrkdirs/usr/ports/lang/python27/work/stage/usr/local/lib/python2.7/config/install-sh
  2. install -o root -g wheel -m 555 python-config /wrkdirs/usr/ports/lang/python27/work/stage/usr/local/bin/python2.7-config
  3. rm python-config
  4. LD_LIBRARY_PATH=/wrkdirs/usr/ports/lang/python27/work/Python-2.7.9 ./python -E ./setup.py install --prefix=/usr/local --install-scripts=/usr/local/bin --install-platlib=/usr/local/lib/python2.7/lib-dynload --root=/wrkdirs/usr/ports/lang/python27/work/stage/
  5. running install
  6. running build
  7. running build_ext
  8. building dbm using ndbm
  9. INFO: Can't locate Tcl/Tk libs and/or headers
  10.  
  11. Python build finished, but the necessary bits to build these modules were not found:
  12. _bsddb _sqlite3 _tkinter
  13. dl gdbm imageop
  14. linuxaudiodev spwd sunaudiodev
  15. To find the necessary bits, look in setup.py in detect_modules() for the module's name.
  16.  
  17. running build_scripts
  18. copying and adjusting /wrkdirs/usr/ports/lang/python27/work/Python-2.7.9/Tools/scripts/pydoc -> build/scripts-2.7
  19. copying and adjusting /wrkdirs/usr/ports/lang/python27/work/Python-2.7.9/Tools/scripts/idle -> build/scripts-2.7
  20. copying and adjusting /wrkdirs/usr/ports/lang/python27/work/Python-2.7.9/Tools/scripts/2to3 -> build/scripts-2.7
  21. changing mode of build/scripts-2.7/pydoc from 644 to 755
  22. changing mode of build/scripts-2.7/idle from 644 to 755
  23. changing mode of build/scripts-2.7/2to3 from 644 to 755
  24. renaming build/scripts-2.7/pydoc to build/scripts-2.7/pydoc2.7
  25. renaming build/scripts-2.7/idle to build/scripts-2.7/idle2.7
  26. renaming build/scripts-2.7/2to3 to build/scripts-2.7/2to3-2.7
  27. running install_lib
  28. error: error listing files in 'build/lib.freebsd-10.1-STABLE-amd64-2.7': Operation not supported
  29. *** Error code 1
  30.  
  31. Stop.
  32. make[1]: stopped in /wrkdirs/usr/ports/lang/python27/work/Python-2.7.9
  33. *** Error code 1
  34.  
  35. Stop.
  36. make: stopped in /usr/ports/lang/python27
  37. ====>> Cleaning up wrkdir
  38. ===> Cleaning for python27-2.7.9
  39. build of lang/python27 ended at Tue Mar 24 10:49:39 CET 2015
  40. build time: 00:01:19
  41. !!! build failure encountered !!!
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement