From owner-freebsd-python@FreeBSD.ORG Mon Feb 2 14:07:46 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 5896D442; Mon, 2 Feb 2015 14:07:46 +0000 (UTC) Received: from mail-pa0-x234.google.com (mail-pa0-x234.google.com [IPv6:2607:f8b0:400e:c03::234]) (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 2AF1A983; Mon, 2 Feb 2015 14:07:46 +0000 (UTC) Received: by mail-pa0-f52.google.com with SMTP id kx10so82691201pab.11; Mon, 02 Feb 2015 06:07:45 -0800 (PST) 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=dR6FEHdMWm+bEy+DwY7zPwG8FglccdZu9xFhLTQDb8U=; b=aggIMfHU179+JUg9o4wN7OmWnoqh78ygNXJrV4m52fUZBctZQ74/MdY5ljRxd0/Fx9 lJU7A04sk6LzYTIsdzuPxDvLm6l9/My96FlPZMalLwtgSLoC5q9jzH20MsKrTKHmMmyx NJSkA+HZJ4LDRyXGwjyOUOYAu07bhSuWvGvvR1dTPeRsOrLjAKXRDiVn71UueF4+5ndB xurl66rzGZUSoP2Q/g8873ylibo3OKApK9QJvZeWXupqlw9y008sAl+9T/8xe9/7MUlT 6Nj5OSjvPqyD8B6HJM9xq+2igAGtba3kwBNUplslRplQf1NHKuOcAU7e1s58Th+ViMwd l/ow== X-Received: by 10.66.241.194 with SMTP id wk2mr29623724pac.92.1422886065621; Mon, 02 Feb 2015 06:07:45 -0800 (PST) Received: from [192.168.1.107] (ppp59-167-128-11.static.internode.on.net. [59.167.128.11]) by mx.google.com with ESMTPSA id mb6sm15784016pdb.33.2015.02.02.06.07.43 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Mon, 02 Feb 2015 06:07:45 -0800 (PST) Sender: Kubilay Kocak Message-ID: <54CF84AB.9080306@FreeBSD.org> Date: Tue, 03 Feb 2015 01:07:39 +1100 From: Kubilay Kocak Reply-To: koobs@FreeBSD.org User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:34.0) Gecko/20100101 Thunderbird/34.0 MIME-Version: 1.0 To: Dmitry Sivachenko , Baptiste Daroussin Subject: Re: Python's configure misunderstand freebsd References: <20150201233641.GH11558@ivaldir.etoilebsd.net> <6D628C1D-D289-4FB0-BC43-141B1828204B@gmail.com> In-Reply-To: <6D628C1D-D289-4FB0-BC43-141B1828204B@gmail.com> Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit 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:07:46 -0000 On 3/02/2015 1:03 AM, Dmitry Sivachenko wrote: > >> On 2 февр. 2015 г., at 2:36, Baptiste Daroussin 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 that 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