From owner-freebsd-gnome@FreeBSD.ORG Tue Nov 25 04:39:06 2014 Return-Path: Delivered-To: gnome@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 5BEB9AD9; Tue, 25 Nov 2014 04:39:06 +0000 (UTC) Received: from mail-ie0-x22d.google.com (mail-ie0-x22d.google.com [IPv6:2607:f8b0:4001:c03::22d]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 2FA4E941; Tue, 25 Nov 2014 04:39:06 +0000 (UTC) Received: by mail-ie0-f173.google.com with SMTP id y20so10339530ier.32 for ; Mon, 24 Nov 2014 20:39:05 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc:content-type; bh=kPLxiQMqvdRi8iz4kL4r7Bnw8iTKil52IVYhppxYlLk=; b=SPxqTOXQcA4/Gdd1Y+yI25s73qyaphILWSWq4fQxuIz2/J+dK7SV2a4c7vAerlsL+8 TX42z+DEh4j+b7LBHwQSjFJp3a/sMBYBhxlUsosEVc4mGOhMr1NbPv5bI2Rzuk0Ed2kR Ez8BZrtuyBS1YtCZd8Wdrf6JqSeIPXlDqo1FSNWSaRtlqKa/1FZ/v/a7qmlGWeGdh22Z Re+1VlY3ITwaFqsSGhMP49YJ82vTiPuC2KlRUhF53NHujEWW0AHuZbDbDaxFSuJtlnhv F8Cc+GZq+3fHou6ZD0pp2kD1atnpMP/YNevDlwvG3UjlsW5ZtmEOrdES1I3/R8J3ofNn nyhg== X-Received: by 10.107.25.129 with SMTP id 123mr20131371ioz.90.1416890345502; Mon, 24 Nov 2014 20:39:05 -0800 (PST) MIME-Version: 1.0 Received: by 10.107.175.4 with HTTP; Mon, 24 Nov 2014 20:38:35 -0800 (PST) In-Reply-To: References: <20140916124035.2217ba67f72bce56e56eb677@3dresearch.com> <546F767B.4070702@missouri.edu> From: Jia-Shiun Li Date: Tue, 25 Nov 2014 12:38:35 +0800 Message-ID: Subject: Re: /usr/ports/devel/py-gobject3: typo? To: Antoine Brodin Content-Type: text/plain; charset=UTF-8 Cc: "Montgomery-Smith, Stephen" , "gnome@FreeBSD.org" , Janos Dohanics X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: GNOME for FreeBSD -- porting and maintaining List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 25 Nov 2014 04:39:06 -0000 See if this is helpful to you.. I encountered this in the middle of building gnome3-lite. On my case py-gobject3 builds fine alone but fails if built as dependency. When failing, there is no pygobject-3.14.0-py2.7-freebsd-11.0-CURRENT-amd64.egg-info as requested in install phase, but there does have pygobject-3.14.0-pypython2.7-freebsd-11.0-CURRENT-amd64.egg-info in the directory. looks something messed up PYTHON_VER for plist. The easier way to reproduce is cd /usr/ports/accessibility/caribou && make vs. cd /usr/ports/devel/py-gobject3 && make install config.log files from both do not differ. It is more likely 'make install' causing the problem. My temporary workaround is to rename the file as plist required and continue. -Jia-Shiun. On Sat, Nov 22, 2014 at 2:45 AM, Antoine Brodin wrote: > On Fri, Nov 21, 2014 at 6:29 PM, Montgomery-Smith, Stephen > wrote: >> On 09/16/14 11:40, Janos Dohanics wrote: >>> Hello All, >>> >>> trying to build/install /usr/ports/devel/py-gobject3: >>> >>> # make install clean >>> ===> Installing for py27-gobject3-3.8.1_2 >>> ===> py27-gobject3-3.8.1_2 depends on package: pygobject3-common>=0 - found >>> ===> py27-gobject3-3.8.1_2 depends on file: /usr/local/libdata/pkgconfig/pycairo.pc - found >>> ===> py27-gobject3-3.8.1_2 depends on file: /usr/local/bin/python2.7 - found >>> ===> py27-gobject3-3.8.1_2 depends on executable: python2 - found >>> ===> py27-gobject3-3.8.1_2 depends on shared library: libffi.so - found (/usr/local/lib/libffi.so.6) - found (/usr/local/lib/gcc47/libffi.so.4) >>> ===> py27-gobject3-3.8.1_2 depends on shared library: libglib-2.0.so - found (/usr/local/lib/libglib-2.0.so.0) >>> ===> py27-gobject3-3.8.1_2 depends on shared library: libpcre.so - found (/usr/local/lib/libpcre.so.3) >>> ===> py27-gobject3-3.8.1_2 depends on shared library: libgirepository-1.0.so - found (/usr/local/lib/libgirepository-1.0.so.1) >>> ===> Checking if py27-gobject3 already installed >>> ===> Registering installation for py27-gobject3-3.8.1_2 >>> pkg-static: lstat(/usr/ports/devel/py-gobject3/work/stage/usr/local/lib/python2.7/site-packages/pygobject-3.8.1-py2.7-freebsd-10.1-BETA1-amd64.egg-info): No such file or directory >>> *** Error code 74 >>> >>> Stop. >>> make: stopped in /usr/ports/devel/py-gobject3 >>> >>> In /usr/ports/devel/py-gobject3/work/stage/usr/local/lib/python2.7/site-packages/ >>> I have: >>> >>> pygobject-3.8.1-pypython2.7-freebsd-10.1-BETA1-amd64.egg-info but not >>> pygobject-3.8.1-py2.7-freebsd-10.1-BETA1-amd64.egg-info >>> >>> Seems like 'cp >>> pygobject-3.8.1-pypython2.7-freebsd-10.1-BETA1-amd64.egg-info >>> pygobject-3.8.1-py2.7-freebsd-10.1-BETA1-amd64.egg-info' fixes the >>> problem. >>> >>> Just a typo? >>> >> >> I just experienced the same problem. Any plans to fix it? > > Hi, > > This bug report is a bit useless without full build log, config.log > and maybe make.conf (hint: it builds fine on all package builders, and > it's impossible to guess from the provided information why the version > of python is misdetected) > > Cheers, > > Antoine > _______________________________________________ > freebsd-gnome@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-gnome > To unsubscribe, send any mail to "freebsd-gnome-unsubscribe@freebsd.org"