From owner-freebsd-ports@freebsd.org Tue Nov 7 16:46:55 2017 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 062B4E5DA0F for ; Tue, 7 Nov 2017 16:46:55 +0000 (UTC) (envelope-from gurenchan@gmail.com) Received: from mail-io0-x230.google.com (mail-io0-x230.google.com [IPv6:2607:f8b0:4001:c06::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 C39B275396 for ; Tue, 7 Nov 2017 16:46:54 +0000 (UTC) (envelope-from gurenchan@gmail.com) Received: by mail-io0-x230.google.com with SMTP id e89so2791144ioi.11 for ; Tue, 07 Nov 2017 08:46:54 -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=kWqDeYVZmPHvRcRPN0JNkqpo3UgVX8stwIBFC09o2ZA=; b=rMg3Y5FVO5qtiDjiXiGYdL+80xH8AUqNoktcHjE0gDVgxuKvVD+Y8I62iFtr5CdtP4 qqPyVXDgQL9sD07lqy918koA3ymVCVCQ8JxnJoUiLZJGMRwpLeyUd3aNHNmfsboQs6Ha kPfO5NbXFhpPPIng0VFa92/OpLg7o5+EhCKE5ej1zXIRb7eQQ3/NPWX/B24zALuGc+Gm DOFgxW7ZmXyEDy1d2IAr1mGLY2NEzJsWMjvFhBEzKnU6oRQ77Kyd3irfJ7+ZcPnAZ75a q1/Drvl2jF9D9Z1Y/AMV0OT5nXv4f2PhUVi3igEU2qFmiPQ531KX+m1pazgUXnMz0XNE OXLw== 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=kWqDeYVZmPHvRcRPN0JNkqpo3UgVX8stwIBFC09o2ZA=; b=tc3wnjp6m4z8QJRGj0WqZq5GAFkDlICEWyPjVPUZqj+M5T6aFgLGh/G7gxV59i3qPb XhatQBB1r/USPptv5+WdrR+wF9i8FN+3be54rwm7NW4Ua9guwSawLSV7k50SknjyB+WD cxsT3W+vlC3tLGYBfgQfJO8eYYzXod752OeUUNEYKZoSbDNYHhRZ/BYXs6HlD4QTKxlo 9zwFwtYqAXADAWjre/cNGHX03bJUxqCVaE2XXznsXLbpox+0z5fU2CIqOvZVrX560sL7 hnAc3tTdTdH+zGrlnaHJKcbD2FQgrJ7cQM4paUSOCt5tglKZumvjyeauhmQgubus7vgD UYgw== X-Gm-Message-State: AJaThX5hWYC7ZeilUw8s1RM8Ta5dhj2iYpIoCgjFn01plHmufjcbfNGm RAxUMygFGZtQpE/NzZzd1MBL5Wx+0kFtTRRzNqc= X-Google-Smtp-Source: ABhQp+S4tZM/C4bzoWqU+4ldSEpE0+/URmGjluccG3dvC3moGU8Y8aQYnLI3kQPUfRWwmY6I2TGV/e1y4f/XHr+s39Y= X-Received: by 10.107.62.65 with SMTP id l62mr21895645ioa.153.1510073213735; Tue, 07 Nov 2017 08:46:53 -0800 (PST) MIME-Version: 1.0 Received: by 10.107.8.66 with HTTP; Tue, 7 Nov 2017 08:46:53 -0800 (PST) From: blubee blubeeme Date: Wed, 8 Nov 2017 00:46:53 +0800 Message-ID: Subject: ports depending on python To: FreeBSD Ports Content-Type: text/plain; charset="UTF-8" X-Content-Filtered-By: Mailman/MimeDel 2.1.23 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 07 Nov 2017 16:46:55 -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?