From owner-freebsd-python@FreeBSD.ORG Mon Feb 2 14:03:46 2015 Return-Path: Delivered-To: python@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id E53F93D7; Mon, 2 Feb 2015 14:03:46 +0000 (UTC) Received: from mail-la0-x230.google.com (mail-la0-x230.google.com [IPv6:2a00:1450:4010:c03::230]) (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 78622959; Mon, 2 Feb 2015 14:03:46 +0000 (UTC) Received: by mail-la0-f48.google.com with SMTP id pv20so40916106lab.7; Mon, 02 Feb 2015 06:03:44 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=content-type:mime-version:subject:from:in-reply-to:date:cc :content-transfer-encoding:message-id:references:to; bh=4UWHqeknTen6NWHrnwywmx3fu2EI1029W2F5+RDCms8=; b=Vn2iWW3YyOq+HIcBzsjeAb78BTlQzKB00O4GL02a8a8uk1oWm+W+w67IJ0xrvGWTT0 eEZXjwPt5w2gWfw8e4kPXlQVm1i5kDT8FgKfW3LZcxFzy5ce18sN6AKGC01ZKVkkG9/C Wdzz05ak8Xby3B3TOl5adzksNmLEX6tZjSxsmg58LNRGyUzZQnqP+V976H22eo49L9LP D5900AGF5P+7MjA5Q7KIx71Eab4B4I/w+681BG4LSex9OfoUOoR87iWfIzOFsBgCv73T z3EWKFDiSrcu8+93LFOUOkLwPpppurGeNwVYneDMW07PtJN7gABwxdLtr32j7nMihSb4 yC9Q== X-Received: by 10.152.4.200 with SMTP id m8mr19701101lam.2.1422885824483; Mon, 02 Feb 2015 06:03:44 -0800 (PST) Received: from ?IPv6:2a02:6b8::408:3d9c:dde8:7dc2:6ea8? ([2a02:6b8:0:408:3d9c:dde8:7dc2:6ea8]) by mx.google.com with ESMTPSA id zz10sm4425600lbb.13.2015.02.02.06.03.42 (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Mon, 02 Feb 2015 06:03:43 -0800 (PST) Content-Type: text/plain; charset=utf-8 Mime-Version: 1.0 (Mac OS X Mail 8.2 \(2070.6\)) Subject: Re: Python's configure misunderstand freebsd From: Dmitry Sivachenko In-Reply-To: <20150201233641.GH11558@ivaldir.etoilebsd.net> Date: Mon, 2 Feb 2015 17:03:41 +0300 Content-Transfer-Encoding: quoted-printable Message-Id: <6D628C1D-D289-4FB0-BC43-141B1828204B@gmail.com> References: <20150201233641.GH11558@ivaldir.etoilebsd.net> To: Baptiste Daroussin X-Mailer: Apple Mail (2.2070.6) Cc: Sevan Janiyan , 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: Mon, 02 Feb 2015 14:03:47 -0000 > On 2 =D1=84=D0=B5=D0=B2=D1=80. 2015 =D0=B3., at 2:36, Baptiste = Daroussin wrote: >=20 > Hi, >=20 > At FOSDEM I have been reported by Sevan (CCed) that the python's = configure > scripts thinks it is forbidden to have a lib named libpython2.so.X.Y = on FreeBSD > which is wrong. >=20 > Here is a patch that fixes it on python2 unfortunatly as a result that = means > everything linked to libpython2.so.1 will need a bump. (same thing = should be > done for other pythons) >=20 > I would prefer that you guys decides when how and so on to make that = change > happening. >=20 > = https://people.freebsd.org/~bapt/respect-the-libname-decided-by-upstream.d= iff >=20 > I modified the configure script and not the configure.ac because the = patch is > not worth have to depend on autotools to regenerate the configure. >=20 Since this is the explicit case for FreeBSD it would be nice to see what = commit log for that change in Python's repo was.