From owner-freebsd-python@freebsd.org Tue Nov 7 17:54:38 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 09072E5FFEA for ; Tue, 7 Nov 2017 17:54:38 +0000 (UTC) (envelope-from gurenchan@gmail.com) Received: from mail-it0-x230.google.com (mail-it0-x230.google.com [IPv6:2607:f8b0:4001:c0b::230]) (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 C7FB37B69D for ; Tue, 7 Nov 2017 17:54:37 +0000 (UTC) (envelope-from gurenchan@gmail.com) Received: by mail-it0-x230.google.com with SMTP id o135so3309572itb.0 for ; Tue, 07 Nov 2017 09:54:37 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:from:date:message-id:subject:to; bh=wBfMuDZi/IyjUpoav76+ilOvF7D08GdPBmBz8+R/KKI=; b=I+fOltTcbJwDMbY37DgcsKrzCPN0iUJbsV6wBKSlRvNK9HWNZfSWXpQqFtkbqtNeFk h7NEjV+382ljiUOwQx6qvddqMr3GenszsnaDSlLR6GjtNtjsgFmZ8WAQhTVjnmLueOt+ MOWXohwRCwbjylPO88ZnUK9M00zJ7VQChTejwM5RFzwci5lUxKcZb9LEg3ybtuzGvfL3 gTeig8nxf1YM4dLL7JIdyEfJWXkCo2b5UK1Jr6dowGiTCNnG4BGMTzx2szCUYLVUHYhK brRjDSVVrJr3oh6HTzLN0n2gZOOfDb3IXNBNLYMPYBjuSaNhN4fgeiVA+U5weIt3mgxn 552w== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:from:date:message-id:subject:to; bh=wBfMuDZi/IyjUpoav76+ilOvF7D08GdPBmBz8+R/KKI=; b=LZ6eQBTVWu/6D25EBuJCwml/gLRj1QK+8kb5VS9GcoO/9Lyd3RhzF/FQifqVdcgNwz 35qm11ri18efVprgb4GBb1fY6L/cVVMjVDby5gEPqfF+tzn5LXa6r8KHOTsUrB0auuCB 9HMlYnEKWUlYDa26AfNSeRCDOy68Yd9YwUV45h7x+UGKqu9SeWJxyJ0VNZ1pYUKxwZNr V4HSz4j8BhCAC6sHeoJt8HkCKTJ24cAwjNP9f0TYQjovSgRG6302KAv0yKNodlcojTca R3ozBktxO71XWRq4WUWgqbTahoWD7fAmepx8qwhcohONdtORH+tdmI95eXLQyI/ORdY7 gSQQ== X-Gm-Message-State: AJaThX5AjorCCTWYeFC4/nbgH+BUYNCbhJ/cyUhN/OVWTBB0ISAQFqpW f/eghMwCNf2ZfLa85W1IEt7d9bJKlKQn9HyeM0GVCQ== X-Google-Smtp-Source: ABhQp+RM3DuFyCY6Fy16zTIriiMh4Lh3yO2AG08nMKZsmjAbRwOadWHTGFOHZG2GbcfDJqw305Up4gEHwrRB/4wW82s= X-Received: by 10.36.198.196 with SMTP id j187mr3071630itg.149.1510077276750; Tue, 07 Nov 2017 09:54:36 -0800 (PST) MIME-Version: 1.0 Received: by 10.107.8.66 with HTTP; Tue, 7 Nov 2017 09:54:36 -0800 (PST) From: blubee blubeeme Date: Wed, 8 Nov 2017 01:54:36 +0800 Message-ID: Subject: ports depending on python modules To: freebsd-python@freebsd.org Content-Type: text/plain; charset="UTF-8" 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: Tue, 07 Nov 2017 17:54:38 -0000 I am having some real tough time building this port that requires python 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 so the build fails. I need those py3gobject3 introspection bindings though. Anyone have some time to assist me with this?