From owner-freebsd-python@FreeBSD.ORG Wed Jun 3 01:17:26 2015 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 AA979BE7; Wed, 3 Jun 2015 01:17:26 +0000 (UTC) (envelope-from koobs.freebsd@gmail.com) Received: from mail-wg0-x22c.google.com (mail-wg0-x22c.google.com [IPv6:2a00:1450:400c:c00::22c]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 3E347196D; Wed, 3 Jun 2015 01:17:26 +0000 (UTC) (envelope-from koobs.freebsd@gmail.com) Received: by wgv5 with SMTP id 5so153755480wgv.1; Tue, 02 Jun 2015 18:17:24 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:date:message-id:subject :from:to:cc:content-type; bh=YT8zBJyF8HuEW0DiRku2JY55cwf0S8wDewezL9wY/A0=; b=DG6gayOCV/+Pjck3lQvbw6uF2R6lhltgrW30OpqNzqB8eJLogSSEJoYyRwWz/2OIpf QyfeIAswOnbhIeAtU4oU2fDBHD0KubMG1oLl6JaJ4kFqExpurnqpvJr3aSvQ3fd0QkAv ihWIPGxkYvGLVw+QnEBCkshXbWjIUyJ7df/iuKPSWSH094cp8iqBzbCUCjrM6aecDoFz ZSWW1xwG8HEE5B/KdD1d82GjFIjV6xl2C+WDdgOKt0blAwLT3wSTkNK9fWHA2PtIqyTm Ds4ibmtMecoOxRuomSzv7o7aGDDqU4w+TndzaryAP/ZDq3sTX5jgK2JXgoNMEy2KnYap FYzQ== MIME-Version: 1.0 X-Received: by 10.194.87.1 with SMTP id t1mr57253949wjz.24.1433294244719; Tue, 02 Jun 2015 18:17:24 -0700 (PDT) Sender: koobs.freebsd@gmail.com Received: by 10.194.170.166 with HTTP; Tue, 2 Jun 2015 18:17:24 -0700 (PDT) Received: by 10.194.170.166 with HTTP; Tue, 2 Jun 2015 18:17:24 -0700 (PDT) In-Reply-To: <556E53AB.6000003@geeklan.co.uk> References: <20150201233641.GH11558@ivaldir.etoilebsd.net> <6D628C1D-D289-4FB0-BC43-141B1828204B@gmail.com> <54CF84AB.9080306@FreeBSD.org> <556E53AB.6000003@geeklan.co.uk> Date: Wed, 3 Jun 2015 11:17:24 +1000 X-Google-Sender-Auth: cfsW6LAlErWx8Qq-7JAJLSgL_iQ Message-ID: Subject: Re: Python's configure misunderstand freebsd From: Kubilay Kocak To: Sevan Janiyan Cc: Baptiste Daroussin , Dmitry Sivachenko , python@freebsd.org Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.20 X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: FreeBSD-specific Python issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 03 Jun 2015 01:17:26 -0000 http://bugs.python.org/issue23817 Committed to the default branch. I tried to get it committed to the 2.7/3.4 branches but there was an upstream lack of confidence on backward compatibility. I can reopen the issue if need be. On 3 Jun 2015 11:09 am, "Sevan Janiyan" wrote: > > > On 02/02/2015 14:07, Kubilay Kocak wrote: > > On 3/02/2015 1:03 AM, Dmitry Sivachenko wrote: > >> > >>> On 2 =D1=84=D0=B5=D0=B2=D1=80. 2015 =D0=B3., at 2:36, Baptiste Darous= sin > wrote: > >>> > >>> Hi, > >>> > >>> 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. > >>> > >>> Here is a patch that fixes it on python2 unfortunatly as a result tha= t > means > >>> everything linked to libpython2.so.1 will need a bump. (same thing > should be > >>> done for other pythons) > >>> > >>> I would prefer that you guys decides when how and so on to make that > change > >>> happening. > >>> > >>> > https://people.freebsd.org/~bapt/respect-the-libname-decided-by-upstream.= diff > >>> > >>> 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. > >>> > >> > >> > >> 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. > >> > > > > For reference: > > > > https://hg.python.org/cpython/diff/6fc10306bf31/configure > > http://bugs.python.org/issue1044395 > > > > ./koobs > > > > Hi Guys, > Any luck with this? was just digging into Python 2.7.10 for a unrelated > manner and noticed the change is still there to trim the library name. > > > Sevan >