Date: Mon, 15 Mar 2010 13:46:41 -0600 From: Dan Ferris <dferris@prometheusresearch.com> To: python@FreeBSD.org Subject: Issue with make package Message-ID: <4b9e8ed1.9713f30a.60d2.ffff81e9@mx.google.com>
next in thread | raw e-mail | index | archive | help
Hi, I have a tinderbox server that we are using to compile package sets for production servers. Python26 continually fails with the following error: ====================<phase 7: make package>==================== ===> Building package for python26-2.6.4 tar: lib/python2.6/lib-dynload/_multiprocessing.so: Cannot stat: No such file or directory tar: lib/python2.6/lib-dynload/ossaudiodev.so: Cannot stat: No such file or directory tar: Error exit delayed from previous errors. pkg_create: make_dist: tar command failed with code 256 Creating package /tmp/packages/All/python26-2.6.4.tbz Registering depends:. Creating bzip'd tar ball in '/tmp/packages/All/python26-2.6.4.tbz' *** Error code 1 Stop in /a/ports/lang/python26. Deleting python26-2.6.4 pkg_delete: file '/usr/local/lib/python2.6/lib-dynload/_multiprocessing.so' doesn't exist pkg_delete: file '/usr/local/lib/python2.6/lib-dynload/ossaudiodev.so' doesn't exist pkg_delete: unable to completely remove directory '/usr/local/lib/python2.6' pkg_delete: couldn't entirely delete package (perhaps the packing list is incorrectly specified?) I have done a great deal of searching around on mailing lists and haven't found much of anything regarding this error. FWIW, the tinderbox server is FreeBSD-8.0p2. The package is attempting to compile under a 7.2-CURRENT world. Does anyone know if there is a workaround for this problem? Thanks, Dan Ferris
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?4b9e8ed1.9713f30a.60d2.ffff81e9>