From owner-freebsd-ports@freebsd.org Wed Oct 28 06:28:15 2015 Return-Path: Delivered-To: freebsd-ports@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id E87C3A20A59 for ; Wed, 28 Oct 2015 06:28:15 +0000 (UTC) (envelope-from koobs.freebsd@gmail.com) Received: from mail-pa0-x229.google.com (mail-pa0-x229.google.com [IPv6:2607:f8b0:400e:c03::229]) (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 B6D821C42; Wed, 28 Oct 2015 06:28:15 +0000 (UTC) (envelope-from koobs.freebsd@gmail.com) Received: by padhk11 with SMTP id hk11so247221720pad.1; Tue, 27 Oct 2015 23:28:15 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=sender:reply-to:subject:references:to:cc:from:message-id:date :user-agent:mime-version:in-reply-to:content-type :content-transfer-encoding; bh=7QIVLIzHVP/wX/gdU3YklU6cK9enN8nlCKr4P6iy1h4=; b=RJqx4xGjIHfQ2uzeM0pDTNO+29wcs/iiFxI4o+vK2lBYgfBc1lC0nzCZXEjrvWikfC oxPHpp0Y6K001gMV2qLMsur5T+8FgaC8IYZGlu/iUqXJJNyV3TtgskTTWS95Og7ra07a cbya4jAKK6Dy7/wv0u7eapApHv8p5GJ5Z4IokFmv9khiBxPFMPLM0xTllto1+Vyg+rPo +9bE2qt7Ugs8EJTox1we03v3ahQOxbW39L2M+oabdQ4nmUBIo8eySErCt//JA8qKQsZX RuYvNBNJuEtDIortecsLE/0SNdlwt0ghOkDpPrRD7H18g9pvbFGpXbgfz0qNloOw3era REqQ== X-Received: by 10.68.202.170 with SMTP id kj10mr14149076pbc.104.1446013695109; Tue, 27 Oct 2015 23:28:15 -0700 (PDT) Received: from ?IPv6:2001:44b8:31ae:7b01:6542:7c58:f9eb:5a66? (2001-44b8-31ae-7b01-6542-7c58-f9eb-5a66.static.ipv6.internode.on.net. [2001:44b8:31ae:7b01:6542:7c58:f9eb:5a66]) by smtp.gmail.com with ESMTPSA id fx3sm31191611pbb.60.2015.10.27.23.28.12 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Tue, 27 Oct 2015 23:28:14 -0700 (PDT) Sender: Kubilay Kocak Reply-To: koobs@FreeBSD.org Subject: Re: llvm37 python3 problem References: <20151012175029.GB9354@spindle.one-eyed-alien.net> <5617C770.6060701@utanet.at> <5617D181.2080205@utanet.at> <20151027182719.GN37209@spindle.one-eyed-alien.net> To: Brooks Davis , loic.blot@unix-experience.fr Cc: freebsd-ports@freebsd.org, Walter Schwarzenfeld From: Kubilay Kocak Message-ID: <56306AF8.7060302@FreeBSD.org> Date: Wed, 28 Oct 2015 17:28:08 +1100 User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:42.0) Gecko/20100101 Thunderbird/42.0 MIME-Version: 1.0 In-Reply-To: <20151027182719.GN37209@spindle.one-eyed-alien.net> Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 28 Oct 2015 06:28:16 -0000 On 28/10/2015 5:27 AM, Brooks Davis wrote: > On Tue, Oct 27, 2015 at 11:03:07AM +0000, loic.blot@unix-experience.fr wrote: >> Any news for this problem ? > > Upstream does not yet support python 3 so it remain broken. I've not > yet had time to see if I can force the use of 2.7 when building. Simple > changes haven't worked. You can work around this by disabling the LLDB > option when building. > > -- Brooks > >> 12 octobre 2015 19:50 "Brooks Davis" a ??crit: >>> On Fri, Oct 09, 2015 at 04:38:57PM +0200, Walter Schwarzenfeld wrote: >>> >>>> Can't test the patch in the above link, cause the port ignores python >>>> 3.4 and I don't want deinstall python 2.7. >>> >>> I've figured out how to reconfigure poudriere to be able to test this. >>> Several other files need this sort of fix. I've managed to fix some >>> with patches from upstream, but it appears that lldb is incompatible >>> with python 3. The C code is using obsolete interfaces and doesn't >>> compile. >>> >>> -- Brooks >> Can a conditional BROKEN= block be added as a temporary measure? if PYTHON_REL > XXXX && PORTOPTIONS:MLLDB ?