From owner-freebsd-python@FreeBSD.ORG Mon Mar 15 20:17:04 2010 Return-Path: Delivered-To: python@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 449DF106566C for ; Mon, 15 Mar 2010 20:17:04 +0000 (UTC) (envelope-from dferris@prometheusresearch.com) Received: from mail-pz0-f196.google.com (mail-pz0-f196.google.com [209.85.222.196]) by mx1.freebsd.org (Postfix) with ESMTP id 250058FC1B for ; Mon, 15 Mar 2010 20:17:03 +0000 (UTC) Received: by pzk34 with SMTP id 34so2260881pzk.3 for ; Mon, 15 Mar 2010 13:17:03 -0700 (PDT) Received: by 10.115.86.9 with SMTP id o9mr263830wal.221.1268682450182; Mon, 15 Mar 2010 12:47:30 -0700 (PDT) Received: from [192.168.0.1] (173-14-31-218-Colorado.hfc.comcastbusiness.net [173.14.31.218]) by mx.google.com with ESMTPS id 23sm6056868pzk.14.2010.03.15.12.47.28 (version=TLSv1/SSLv3 cipher=RC4-MD5); Mon, 15 Mar 2010 12:47:29 -0700 (PDT) Message-ID: <4b9e8ed1.9713f30a.60d2.ffff81e9@mx.google.com> Date: Mon, 15 Mar 2010 13:46:41 -0600 From: Dan Ferris User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US; rv:1.9.1.8) Gecko/20100227 Thunderbird/3.0.3 MIME-Version: 1.0 To: python@FreeBSD.org X-Enigmail-Version: 1.0.1 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: Subject: Issue with make package X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: FreeBSD-specific Python issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 15 Mar 2010 20:17:04 -0000 Hi, I have a tinderbox server that we are using to compile package sets for production servers. Python26 continually fails with the following error: ======================================== ===> 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