From owner-freebsd-ports@freebsd.org Tue Oct 27 11:12:28 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 8E042A1F381 for ; Tue, 27 Oct 2015 11:12:28 +0000 (UTC) (envelope-from loic.blot@unix-experience.fr) Received: from smtp.unix-experience.fr (kingslanding.unix-experience.fr [62.4.22.5]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 50929147F; Tue, 27 Oct 2015 11:12:27 +0000 (UTC) (envelope-from loic.blot@unix-experience.fr) Received: from smtp.unix-experience.fr (unknown [192.168.200.21]) by smtp.unix-experience.fr (Postfix) with ESMTP id 58F4136D7F; Tue, 27 Oct 2015 12:03:13 +0100 (CET) X-Virus-Scanned: scanned by unix-experience.fr Received: from smtp.unix-experience.fr ([192.168.200.21]) by smtp.unix-experience.fr (smtp.unix-experience.fr [192.168.200.21]) (amavisd-new, port 10024) with ESMTP id NjAnF9iB55lj; Tue, 27 Oct 2015 12:03:08 +0100 (CET) Received: from mail.unix-experience.fr (repo.unix-experience.fr [192.168.200.30]) by smtp.unix-experience.fr (Postfix) with ESMTPSA id CD62036D72; Tue, 27 Oct 2015 12:03:07 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=unix-experience.fr; s=uxselect; t=1445943787; bh=Wh4GEETHn5kLGW1r7a3aSUwz8E/e3Huz1QbCCHcVhT4=; h=Date:From:Subject:To:Cc:In-Reply-To:References; b=Px0YcsWMhN3Q/s+WMKr9rtIRMdsRNmlK9sekTd8LlfjINJz40H9yXpzaoAIw3XZQ1 Jt8r3cXRvxPqgqA3wlTUM5qVFcqfgaWOPVX5Y/nyfqOvgmO/vjguwzD3o2WQ7//KSS /wIXJks/aBg9/9Yo92M75J0fF99b7DhyGyq6ejQA= Mime-Version: 1.0 Date: Tue, 27 Oct 2015 11:03:07 +0000 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Message-ID: X-Mailer: RainLoop/1.9.3.363 From: loic.blot@unix-experience.fr Subject: Re: llvm37 python3 problem To: "Brooks Davis" , "Walter Schwarzenfeld" Cc: freebsd-ports@freebsd.org In-Reply-To: <20151012175029.GB9354@spindle.one-eyed-alien.net> References: <20151012175029.GB9354@spindle.one-eyed-alien.net> <5617C770.6060701@utanet.at> <5617D181.2080205@utanet.at> 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: Tue, 27 Oct 2015 11:12:28 -0000 Any news for this problem ?=0A=0A12 octobre 2015 19:50 "Brooks Davis" a =C3=A9crit:=0A> On Fri, Oct 09, 2015 at 04:38:57PM +0= 200, Walter Schwarzenfeld wrote:=0A> =0A>> Can't test the patch in the ab= ove link, cause the port ignores python=0A>> 3.4 and I don't want deinsta= ll python 2.7.=0A> =0A> I've figured out how to reconfigure poudriere to = be able to test this.=0A> Several other files need this sort of fix. I've= managed to fix some=0A> with patches from upstream, but it appears that = lldb is incompatible=0A> with python 3. The C code is using obsolete inte= rfaces and doesn't=0A> compile.=0A> =0A> -- Brooks