From owner-freebsd-python@freebsd.org Wed Nov 8 08:35:10 2017 Return-Path: Delivered-To: freebsd-python@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 90025E71539 for ; Wed, 8 Nov 2017 08:35:10 +0000 (UTC) (envelope-from gurenchan@gmail.com) Received: from mail-it0-x232.google.com (mail-it0-x232.google.com [IPv6:2607:f8b0:4001:c0b::232]) (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 5661470660 for ; Wed, 8 Nov 2017 08:35:10 +0000 (UTC) (envelope-from gurenchan@gmail.com) Received: by mail-it0-x232.google.com with SMTP id 143so2216500itf.2 for ; Wed, 08 Nov 2017 00:35:10 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:in-reply-to:references:from:date:message-id:subject:to; bh=fBHIlCURV7zGg0MmDbEdd5bqYcn9yxbGjXQyRKd3xxM=; b=ZXLQGh5WqxdWpHFnjEdeVAoUYrx22ZIBCjjJCtiLjDRvduMPWttBfCWtAV4F4s4TgW FGfiiKcT88eplmddYujzpXKMFfFmUNZoeSbYPdLN0ohw0r3npgG+c447RQvQmUNbg0GR pvPoJDmhdm3SgyEcYkCVrqnn0/iUDEHoAshqIlWZLcvmXdSBxFeJuak1KVID8Ja0Sg95 oKDZkIHFFBHG/QTz7DwNjGyq39r6WgxqR3/iyzLvCDi0ekhJMag+7pkxacA7ZIb6MU+9 XUydgSRqmuC3W+RMh93JXBZFvor/m/LNfFkQ8DEY6eeY+GwhZrgULpU24irWwZEuaHuu a4PA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:to; bh=fBHIlCURV7zGg0MmDbEdd5bqYcn9yxbGjXQyRKd3xxM=; b=arorykglOg2co0QNSwTtSqCLqq3Q3SHkszhnVExJfAsKu+nvU3BhBEB8fOfoMMf1yI QdsuirbqnCpO1VmV72ZgjpABc0ttolPhAJlVIOXmRGABe8nJtWW/AUWg1WcB4drR5Ow3 FTd4MMKb17EK4Gf/WvOiZRtEuMv4Lk9j5BJaCV5uU0MzGyfHwsqQStFUpmqNOLn2BQK6 TPyRT5YLtKS7oq7Q5PtGj8TNmJyaUjZn4aimx2spsOOIPu/mJS6fcjzr4aEZVDAhX22p S3zzqJg1HyiLHJ9Vmh92zi49xiJjjKwiDC/URu17wm5PaBPZSAl/shZQpTKLJdi5yTQQ N0YQ== X-Gm-Message-State: AJaThX6InEvrpl/jKTES04BveRVSFugDUPUC11f1MN7Kgu1hCsfadS2s LvLMnSSLo0auJXVthSJrw4tjnsOu8qQSojv7u6A= X-Google-Smtp-Source: ABhQp+TRPZak5Ff0DpkBAroDA3wnCY8XliykKl4tQ9xbYHlO97AmawzcQsPLumnfyFl4drSl9QkMdlZ1mCbL2gA8sVI= X-Received: by 10.36.213.213 with SMTP id a204mr2681300itg.51.1510130109253; Wed, 08 Nov 2017 00:35:09 -0800 (PST) MIME-Version: 1.0 Received: by 10.107.8.66 with HTTP; Wed, 8 Nov 2017 00:35:08 -0800 (PST) In-Reply-To: <20171108061417.GA18803@slackbox.erewhon.home> References: <20171108061417.GA18803@slackbox.erewhon.home> From: blubee blubeeme Date: Wed, 8 Nov 2017 16:35:08 +0800 Message-ID: Subject: Re: ports depending on python modules To: blubee blubeeme , freebsd-python@freebsd.org Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.23 X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: FreeBSD-specific Python issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 08 Nov 2017 08:35:10 -0000 oh my, no wonder things seem so insane when trying to do this. I thought it was something that I was doing but maybe it's just the infrastructure. Thanks for the heads up on this! Best, Owen On Wed, Nov 8, 2017 at 2:14 PM, Roland Smith wrote: > On Wed, Nov 08, 2017 at 01:54:36AM +0800, blubee blubeeme wrote: > > I am having some real tough time building this port that requires pytho= n > > modules. > > > > Is there anyone in here willing to help me debug this issue? > > > > Whenever I add: > > USE_GNOME py3gobject3 > > > > to my port it tries to build lib-mesa with python2 instead of python3 s= o > > the build fails. > > > > I need those py3gobject3 introspection bindings though. > > > > Anyone have some time to assist me with this? > > At this moment, the ports tree is not set up to handle Python 3 as the > default > Python. > > Work is being done in the ports tree to support different (Python) > =E2=80=9Cflavors=E2=80=9D (i.e. Python2 and Python 3) without separate py= 3-* ports. > See e.g. https://wiki.freebsd.org/Ports/FlavorsAndSubPackages > > Ports that don't behave with flavors are being fixed: > https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D223071 > > I think you should wait until that work has been completed and released. > > Otherwise, you'd have do make duplicate Python 3 based ports of everythin= g > required for py3gobject3. > > > Roland > -- > R.F.Smith http://rsmith.home.xs4all.nl/ > [plain text email much appreciated] >