From owner-freebsd-ports@FreeBSD.ORG Tue Jun 11 22:04:08 2013 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 10DC2A88 for ; Tue, 11 Jun 2013 22:04:08 +0000 (UTC) (envelope-from luislupe@gmx.com) Received: from mout.gmx.net (mout.gmx.net [212.227.17.20]) by mx1.freebsd.org (Postfix) with ESMTP id 97E071FC7 for ; Tue, 11 Jun 2013 22:04:07 +0000 (UTC) Received: from localhost ([87.196.232.211]) by mail.gmx.com (mrgmx103) with ESMTPSA (Nemesis) id 0Lkwpt-1UBoPN32En-00ailf for ; Wed, 12 Jun 2013 00:04:01 +0200 Date: Tue, 11 Jun 2013 23:03:59 +0100 From: "Luis P. Mendes" To: freebsd-ports@freebsd.org Subject: Problem with cups-base dependency gobject-introspection Message-ID: <20130611220359.GA14925@localhost> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline User-Agent: Mutt/1.5.21 (2010-09-15) X-Provags-ID: V03:K0:Aj7PUO69OwpjW31B26ZEF1695mIW4tgHx0D8HdSzkl5O6zbEHoz oaYNVPel2i7GmmMK6uByV//QCWukH/nwZryYXXNn/AHAgSt0fJLC2VY6jrjRORCkSzR2MLJ X/YlV4cAGPiTu7iiUJ9hbWKvS2MhbyYIxpCwuiL5MFnkW+TJi+Bm91DTyW5LDxwX2Oo8m50 vVPdzVYGOenKcijDqmnsg== X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 11 Jun 2013 22:04:08 -0000 Hi, I'm running # uname -a FreeBSD atom0 9.1-RELEASE FreeBSD 9.1-RELEASE #0 r243826: Tue Dec 4 06:55:39 UTC 2012 root@obrian.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC i386 and I'm trying to install `cups-base` port. Just ran one more time `portsnap fetch update`. Here's what I got: ===> cups-base-1.5.4_1 depends on package: cups-client>=1.5.4 - found ===> cups-base-1.5.4_1 depends on package: cups-image>=1.5.4 - found ===> cups-base-1.5.4_1 depends on executable: pkgconf - found ===> cups-base-1.5.4_1 depends on executable: gmake - found ===> cups-base-1.5.4_1 depends on executable: gs - not found ===> Verifying install for gs in /usr/ports/print/ghostscript9 ===> ghostscript9-9.06_2 depends on executable: gmake - found ===> ghostscript9-9.06_2 depends on file: /usr/local/libdata/pkgconfig/xt.pc - found ===> ghostscript9-9.06_2 depends on file: /usr/local/libdata/pkgconfig/xext.pc - found ===> ghostscript9-9.06_2 depends on file: /usr/local/bin/autoconf-2.69 - found ===> ghostscript9-9.06_2 depends on file: /usr/local/bin/intltool-extract - found ===> ghostscript9-9.06_2 depends on shared library: expat - found ===> ghostscript9-9.06_2 depends on shared library: idn - found ===> ghostscript9-9.06_2 depends on shared library: jbig2dec - found ===> ghostscript9-9.06_2 depends on shared library: jpeg - found ===> ghostscript9-9.06_2 depends on shared library: png15 - found ===> ghostscript9-9.06_2 depends on shared library: tiff - found ===> ghostscript9-9.06_2 depends on shared library: lcms2 - found ===> ghostscript9-9.06_2 depends on shared library: paper - found ===> ghostscript9-9.06_2 depends on shared library: cupsimage.2 - found ===> ghostscript9-9.06_2 depends on shared library: vga.1 - found ===> ghostscript9-9.06_2 depends on shared library: fontconfig - found ===> ghostscript9-9.06_2 depends on shared library: freetype - found ===> ghostscript9-9.06_2 depends on shared library: glib-2.0 - found ===> ghostscript9-9.06_2 depends on shared library: pcre - found ===> ghostscript9-9.06_2 depends on shared library: atk-1.0.0 - not found ===> Verifying install for atk-1.0.0 in /usr/ports/accessibility/atk ===> atk-2.6.0 depends on executable: g-ir-scanner - not found ===> Verifying install for g-ir-scanner in /usr/ports/devel/gobject-introspection ===> Building for gobject-introspection-1.34.2 gmake all-recursive gmake[1]: Entering directory `/usr/ports/devel/gobject-introspection/work/gobject-introspection-1.34.2' Making all in . gmake[2]: Entering directory `/usr/ports/devel/gobject-introspection/work/gobject-introspection-1.34.2' CC _giscanner_la-giscannermodule.lo gmake[2]: Leaving directory `/usr/ports/devel/gobject-introspection/work/gobject-introspection-1.34.2' gmake[1]: Leaving directory `/usr/ports/devel/gobject-introspection/work/gobject-introspection-1.34.2' *** [do-build] Error code 1 Stop in /usr/ports/devel/gobject-introspection. *** [build-depends] Error code 1 Stop in /usr/ports/accessibility/atk. *** [lib-depends] Error code 1 Stop in /usr/ports/print/ghostscript9. *** [install] Error code 1 Stop in /usr/ports/print/ghostscript9. *** [build-depends] Error code 1 Stop in /usr/ports/print/cups-base. *** [install] Error code 1 Stop in /usr/ports/print/cups-base. Is this only a problem of myself? What to do? I'd appreciate help on this. -- Luis P. Mendes