From owner-freebsd-python@FreeBSD.ORG Thu Jul 3 06:46:58 2014 Return-Path: Delivered-To: python@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 055A4296; Thu, 3 Jul 2014 06:46:58 +0000 (UTC) Received: from mail-pa0-x229.google.com (mail-pa0-x229.google.com [IPv6:2607:f8b0:400e:c03::229]) (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 C81FB2209; Thu, 3 Jul 2014 06:46:57 +0000 (UTC) Received: by mail-pa0-f41.google.com with SMTP id fb1so13852890pad.14 for ; Wed, 02 Jul 2014 23:46:57 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=sender:message-id:date:from:reply-to:user-agent:mime-version:to:cc :subject:references:in-reply-to:content-type :content-transfer-encoding; bh=K6ULdT2U4mU7HhvuaPRI0eJnunCNBCRW8ZKLZwluryA=; b=0h/q9R44USAEwN5LZbaccM0qh7obMKNJPmjdXl+AdaRja04C5B4CmGimZqgklvQXXJ c6NCwmqTrpStaTXn24LmmBKE+l2+GVOiqrfDA/PKzh6Ba8BDo9g1LaCy293t1dJlo1WF qweEKwPNo070PMky4pRH5zM9JqUQ8ZuyonIBQVejRjhnodprhgYTuL8WOhS5aNMFxVv9 2xwuuyNLpPOcHCytUjQzO4GJAZ53Wb5cqBqkQ6HwJ85VJDfJDw6IDYFnkyIMD63kvGea XrFIMbq/HN+8Didh2OByQ/6B/7LWUiUNZbAmyLC8GsTzWUwCNTD5jInQJslV1f3S2TXT J4ug== X-Received: by 10.66.102.102 with SMTP id fn6mr2860101pab.6.1404370017392; Wed, 02 Jul 2014 23:46:57 -0700 (PDT) Received: from ?IPv6:2001:44b8:31ae:7b00:1150:8648:fc49:e3e7? (2001-44b8-31ae-7b00-1150-8648-fc49-e3e7.static.ipv6.internode.on.net. [2001:44b8:31ae:7b00:1150:8648:fc49:e3e7]) by mx.google.com with ESMTPSA id ox10sm3817507pdb.25.2014.07.02.23.46.55 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Wed, 02 Jul 2014 23:46:56 -0700 (PDT) Sender: Kubilay Kocak Message-ID: <53B4FC59.9000706@FreeBSD.org> Date: Thu, 03 Jul 2014 16:46:49 +1000 From: Kubilay Kocak Reply-To: koobs@FreeBSD.org User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:31.0) Gecko/20100101 Thunderbird/31.0 MIME-Version: 1.0 To: Randy Bush Subject: Re: ports/169276 References: In-Reply-To: Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit Cc: tijl Coosemans , python@FreeBSD.org X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: FreeBSD-specific Python issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 03 Jul 2014 06:46:58 -0000 On 3/07/2014 4:29 PM, Randy Bush wrote: > latest python27 on i386 freebsd10 seems to have reopened bug > ports/169276 > > FreeBSD bgpmon0.attn.jp 10.0-RELEASE-p4 FreeBSD 10.0-RELEASE-p4 #0: Tue Jun 3 12:52:18 UTC 2014 root@amd64-builder.daemonology.net:/usr/obj/usr/src/sys/GENERIC i386 > > bgpmon0.attn.jp:/usr/ports/lang/python27# make install > ===> Installing for python27-2.7.6_4 > ===> python27-2.7.6_4 depends on shared library: libintl.so - found (/usr/local/lib/libintl.so.9) > ===> Checking if lang/python27 already installed > ===> Registering installation for python27-2.7.6_4 > pkg-static: lstat(/usr/ports/lang/python27/work/stage/usr/local/lib/python2.7/lib-dynload/_elementtree.so): No such file or directory > pkg-static: lstat(/usr/ports/lang/python27/work/stage/usr/local/lib/python2.7/lib-dynload/pyexpat.so): No such file or directory > *** Error code 74 > > Stop. > make[1]: stopped in /usr/ports/lang/python27 > *** Error code 1 > Randy, This looks like it may be the result of fallout from: http://svnweb.freebsd.org/ports?view=revision&revision=357486 The Python build system is *very* sensitive to environment, make and other build mechanics changes. The ordering of *FLAGS is absolutely required, and in our case needs to be maintained as a workaround to avoid this upstream problem with the bundled expat library. Can you revert the above change and test the build again for us please. CC'ing tijl@ in on this thread for input. -- Koobs