From owner-freebsd-python@FreeBSD.ORG Wed Oct 1 21:17:33 2014 Return-Path: Delivered-To: python@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 92C305A4; Wed, 1 Oct 2014 21:17:33 +0000 (UTC) Received: from mx1a.lautre.net (mx1a.lautre.net [80.67.160.71]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "*.lautre.net", Issuer "StartCom Class 2 Primary Intermediate Server CA" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 487D3B08; Wed, 1 Oct 2014 21:17:32 +0000 (UTC) Received: from graf.pompo.net (graf.pompo.net [78.225.128.39]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) (Authenticated sender: thierry@pompo.net) by mx1a.lautre.net (Postfix) with ESMTPSA id 7DF8640DB3; Wed, 1 Oct 2014 23:17:30 +0200 (CEST) Received: by graf.pompo.net (Postfix, from userid 1001) id 1C2CD71E402; Wed, 1 Oct 2014 23:17:30 +0200 (CEST) Date: Wed, 1 Oct 2014 23:17:30 +0200 From: Thierry Thomas To: Antoine Brodin Subject: Re: svn commit: r369447 - head/math/py-numpy Message-ID: <20141001211730.GL16571@graf.pompo.net> References: <98696AA7-E23D-46BF-854C-DAAB0FEAE9CC@FreeBSD.org> <20140929174352.GH22824@graf.pompo.net> <20140929220609.GK22824@graf.pompo.net> <6D4AA066-D0FE-4F86-9519-4235A4B8D4B8@FreeBSD.org> <20140930094610.Horde.DUABEBfOMwkJwRR-18ZKxw1@graf.pompo.net> <794D8C26-FC05-4417-A16C-47B3156285F2@FreeBSD.org> <20140930105901.Horde.8NnDt4jYnDKAQm8WBYG8sg2@graf.pompo.net> <20141001191330.GI16571@graf.pompo.net> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: X-Operating-System: FreeBSD 10.1-BETA2 amd64 Organization: Kabbale Eros X-Face: (hRbQnK~Pt7$ct`!fupO(`y_WL4^-Iwn4@ly-.,[4xC4xc; y=\ipKMNm<1J>lv@PP~7Z<.t KjAnXLs: X-PGP: 0xF1C516B3C8359753 User-Agent: Mutt/1.5.23 (2014-03-12) Cc: Dmitry Sivachenko , python@freebsd.org X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: FreeBSD-specific Python issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 01 Oct 2014 21:17:33 -0000 Le mer 1 oct 14 à 22:53:45 +0200, Antoine Brodin écrivait : > And those 2: > > http://package20.nyi.freebsd.org/data/91amd64-default-baseline/369680/logs/errors/wspr-3.00.r2511_8.log > http://package20.nyi.freebsd.org/data/91amd64-default-baseline/369680/logs/errors/wsjt-9.1.r2511_5.log > > Are you sure it's no a bug in numpy? > Manually adding -shared to all those ports doesn't look too right. I'm wondering too... This is rather strange, and I cannot explain why this failure appears now. For sure numpy was broken before my patch: it was impossible to use it without setting LD_LIBRARY_PATH to the libfortran directory. But I don't understand how it could be related to this missing '-shared'. In the meantime we also upgraded Gcc from 4.7 to 4.8, and this produces also new failures, e.g. with cad/kicad: it was OK with 4.7 but does not compile anymore with 4.8. Any ideas? -- Th. Thomas.