From owner-freebsd-python@FreeBSD.ORG  Tue May 13 22:58:54 2014
Return-Path: <owner-freebsd-python@FreeBSD.ORG>
Delivered-To: python@freebsd.org
Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115])
 (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits))
 (No client certificate requested)
 by hub.freebsd.org (Postfix) with ESMTPS id C6DEEEF8
 for <python@freebsd.org>; Tue, 13 May 2014 22:58:54 +0000 (UTC)
Received: from mail-oa0-x231.google.com (mail-oa0-x231.google.com
 [IPv6:2607:f8b0:4003:c02::231])
 (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits))
 (Client CN "smtp.gmail.com",
 Issuer "Google Internet Authority G2" (verified OK))
 by mx1.freebsd.org (Postfix) with ESMTPS id 937F427C6
 for <python@freebsd.org>; Tue, 13 May 2014 22:58:54 +0000 (UTC)
Received: by mail-oa0-f49.google.com with SMTP id eb12so1244841oac.36
 for <python@freebsd.org>; Tue, 13 May 2014 15:58:54 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113;
 h=mime-version:date:message-id:subject:from:to:content-type;
 bh=Ap65XP3IsKB6kNrUaUrIcOLnCbWnV8bKhCKnZpf1B4s=;
 b=zcDLnvP66sTl18TC+RxI9DeuzhY6fBdVVgbzQrrJThxWXEIHukoPeaozHMkriPPCsi
 OPVQrETp3oi/0SKMBF5AVsLkbRCUiIpscV2pLeMt+OE/q3l1lXGAnB3+ZZeqMGNevKXF
 oS/mu7aucZApX2ksgJp9raD1vr8H5yItivNPY0R+IbCEQcX2uB27B370r5oeoG5XEePR
 bwEvDemosH8NmHhK4xVmykHPSI5j7jnUF42dqU9tvRpDrljOZj/80Is0lE5gssMhY/UN
 1XzhemHllQD7OcKh6qrSYLK/z8kN0tcCWKKRHbJxFyWGHwlm4QZPxR+q8poyZo3CEP8E
 jTmQ==
MIME-Version: 1.0
X-Received: by 10.182.5.65 with SMTP id q1mr6476322obq.74.1400021933604; Tue,
 13 May 2014 15:58:53 -0700 (PDT)
Received: by 10.60.144.74 with HTTP; Tue, 13 May 2014 15:58:53 -0700 (PDT)
Date: Tue, 13 May 2014 18:58:53 -0400
Message-ID: <CAHUJFoK9yfevVLjLK5K7EF_C-CsoQEJsb_JYZa+sZ9q9zcKAZg@mail.gmail.com>
Subject: ports/lang/python27 failing to build (_ctypes.so no such file)
From: draeath <draeath@gmail.com>
To: python@freebsd.org
Content-Type: text/plain; charset=UTF-8
X-Content-Filtered-By: Mailman/MimeDel 2.1.18
X-BeenThere: freebsd-python@freebsd.org
X-Mailman-Version: 2.1.18
Precedence: list
List-Id: FreeBSD-specific Python issues <freebsd-python.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/options/freebsd-python>,
 <mailto:freebsd-python-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/freebsd-python/>
List-Post: <mailto:freebsd-python@freebsd.org>
List-Help: <mailto:freebsd-python-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-python>,
 <mailto:freebsd-python-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Tue, 13 May 2014 22:58:54 -0000

Hello,

I am attempting to build the python27 port as a dependency for
virtualbox-ose-additions and am running into a build error. I am running
FreeBSD 10.0, with /usr/ports coming from SVN head (currently Revision
354006). I'm afraid I don't know what other information I need to provide
to you - though I would be happy to provide it as required (I may need a
tiny bit of handholding to find it, as I am not terribly at home in FreeBSD)

uname -a, as I see this requested for problem reports:
FreeBSD fbsdvm 10.0-RELEASE-p2 FreeBSD 10.0-RELEASE-p2 #0: Tue Apr 29
17:06:01 UTC 2014
root@amd64-builder.daemonology.net:/usr/obj/usr/src/sys/GENERIC
amd64

The build error I am seeing is:
===>   virtualbox-ose-additions-4.3.10_2 depends on file:
/usr/local/bin/python2.7 - not found
===>    Verifying install for /usr/local/bin/python2.7 in
/usr/ports/lang/python27
===>  Installing for python27-2.7.6_4
===>   python27.7.6_4 depends on shared library: libintl.so - found
===>   python27.7.6_4 depends on shared library: libpth.so - found
===>   python27.7.6_4 depends on shared library: libffi.so - found
===>  Checking if lang/python27 already installed
===>   Registering installation for python27-2.6_4 as automatic
pkg-static:
lstat(/usr/ports/lang/python27/work/stage/usr/local/lib/python2.7/lib-dynload/_ctypes.so):
No such file or directory
*** Error code 74

Stop.
make[3]: stopped in /usr/ports/lang/python27
*** Error code 1

Stop.
make[2]: stopped in /usr/ports/lang/python27
*** Error code 1

Stop.
make[1]: stopped in /usr/ports/emulators/virtualbox-ose-additions
*** Error code 1

Stop.
make: stopped in /usr/ports/emulators/virtualbox-ose-additions

Regards,
Paul Bransford