From owner-freebsd-ports@FreeBSD.ORG Mon Nov 30 23:16:31 2009 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 9E8D9106566B for ; Mon, 30 Nov 2009 23:16:31 +0000 (UTC) (envelope-from david@catwhisker.org) Received: from albert.catwhisker.org (adsl-63-193-123-122.dsl.snfc21.pacbell.net [63.193.123.122]) by mx1.freebsd.org (Postfix) with ESMTP id 34C4C8FC0C for ; Mon, 30 Nov 2009 23:16:30 +0000 (UTC) Received: from albert.catwhisker.org (localhost [127.0.0.1]) by albert.catwhisker.org (8.14.3/8.14.3) with ESMTP id nAUNGTLj004690 for ; Mon, 30 Nov 2009 15:16:29 -0800 (PST) (envelope-from david@albert.catwhisker.org) Received: (from david@localhost) by albert.catwhisker.org (8.14.3/8.14.3/Submit) id nAUNGTJb004689 for freebsd-ports@freebsd.org; Mon, 30 Nov 2009 15:16:29 -0800 (PST) (envelope-from david) Date: Mon, 30 Nov 2009 15:16:29 -0800 From: David Wolfskill To: freebsd-ports@freebsd.org Message-ID: <20091130231629.GG1245@albert.catwhisker.org> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="6BvahUXLYAruDZOj" Content-Disposition: inline User-Agent: Mutt/1.4.2.3i Subject: Having trouble building devel/gobject-introspection under 6.4-STABLE X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 30 Nov 2009 23:16:31 -0000 --6BvahUXLYAruDZOj Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Running: FreeBSD g1-112.catwhisker.org 6.4-STABLE FreeBSD 6.4-STABLE #704 r199797: W= ed Nov 25 04:58:59 PST 2009 root@g1-112.catwhisker.org:/common/S1/obj/u= sr/src/sys/CANARY i386 An attemmpt to use portmaster to update ports dies when portmaster tries to build devel/gobject-introspection; the attempt's last gasps are: =2E.. gmake[2]: Leaving directory `/bkp/ports/devel/gobject-introspection/work/go= bject-introspection-0.6.5/girepository' Making all in giscanner gmake[2]: Entering directory `/bkp/ports/devel/gobject-introspection/work/g= object-introspection-0.6.5/giscanner' gmake all-am gmake[3]: Entering directory `/bkp/ports/devel/gobject-introspection/work/g= object-introspection-0.6.5/giscanner' CC libgiscanner_la-sourcescanner.lo CC libgiscanner_la-scannerlexer.lo CC libgiscanner_la-scannerparser.lo CCLD libgiscanner.la CC _giscanner_la-giscannermodule.lo CCLD _giscanner.la gmake[3]: Leaving directory `/bkp/ports/devel/gobject-introspection/work/go= bject-introspection-0.6.5/giscanner' gmake[2]: Leaving directory `/bkp/ports/devel/gobject-introspection/work/go= bject-introspection-0.6.5/giscanner' Making all in tools gmake[2]: Entering directory `/bkp/ports/devel/gobject-introspection/work/g= object-introspection-0.6.5/tools' CC g_ir_compiler-compiler.o CCLD g-ir-compiler CC g_ir_generate-generate.o CCLD g-ir-generate sed -e s,@libdir\@,/usr/local/lib, -e s,@PYTHON\@,/usr/local/bin/python2.6,= g-ir-scanner.in > g-ir-scanner.tmp && mv g-ir-scanner.tmp g-ir-scanner chmod a+x g-ir-scanner gmake[2]: Leaving directory `/bkp/ports/devel/gobject-introspection/work/go= bject-introspection-0.6.5/tools' Making all in gir gmake[2]: Entering directory `/bkp/ports/devel/gobject-introspection/work/g= object-introspection-0.6.5/gir' CC libgirepository_everything_1_0_la-everything.lo CCLD libgirepository-everything-1.0.la GEN GLib-2.0.gir /usr/include/machine/endian.h:146: syntax error, unexpected '{' /usr/include/machine/endian.h:146: syntax error, unexpected ';' /usr/include/machine/endian.h:153: syntax error, unexpected '{' /usr/include/machine/endian.h:153: syntax error, unexpected ';' GEN GLib-2.0.gir Traceback (most recent call last): File "../tools/g-ir-scanner", line 38, in sys.exit(scanner_main(sys.argv)) File "/bkp/ports/devel/gobject-introspection/work/gobject-introspection-0= .6.5/giscanner/scannermain.py", line 239, in scanner_main return validate(options.xpath_assertions, args[1]) File "/bkp/ports/devel/gobject-introspection/work/gobject-introspection-0= .6.5/giscanner/scannermain.py", line 182, in validate xpath_assert(root, assertion) File "/bkp/ports/devel/gobject-introspection/work/gobject-introspection-0= .6.5/giscanner/minixpath.py", line 77, in xpath_assert raise AssertionError("Failed to find %r" % (path, )) AssertionError: Failed to find "/namespace/alias[@name=3D'Quark']" gmake[2]: *** [GLib-2.0.gir] Error 1 gmake[2]: Leaving directory `/bkp/ports/devel/gobject-introspection/work/go= bject-introspection-0.6.5/gir' gmake[1]: *** [all-recursive] Error 1 gmake[1]: Leaving directory `/bkp/ports/devel/gobject-introspection/work/go= bject-introspection-0.6.5' gmake: *** [all] Error 2 *** Error code 1 Stop in /bkp/ports/devel/gobject-introspection. =3D=3D=3D>>> make failed for devel/gobject-introspection =3D=3D=3D>>> Aborting update =3D=3D=3D>>> Update for devel/gobject-introspection failed =3D=3D=3D>>> Aborting update =3D=3D=3D>>> Update for sysutils/polkit failed =3D=3D=3D>>> Aborting update =3D=3D=3D>>> Update for gconf2-2.26.2_1 failed =3D=3D=3D>>> Aborting update =3D=3D=3D>>> Update for deskutils/gucharmap failed =3D=3D=3D>>> Aborting update =3D=3D=3D>>> Update for abiword-2.6.8_4 failed =3D=3D=3D>>> Aborting update How might one figure out what's really wrong -- or what information may I provide that would give someone more clueful than I the insight to provide appropriate direction? Reason I ask about devel/gobject-introspection is that it (now?) appears to be a requisite for several other ports, so attemmpts to update my installed ports (which I normally do daily) are made rather more difficult than they usually are.... Thanks. Peace, david --=20 David H. Wolfskill david@catwhisker.org Depriving a girl or boy of an opportunity for education is evil. See http://www.catwhisker.org/~david/publickey.gpg for my public key. --6BvahUXLYAruDZOj Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.13 (FreeBSD) iEYEARECAAYFAksUUkwACgkQmprOCmdXAD3PygCdEgl+QTe3GW6Q+48qeq1Dclzl nUcAn0CUZXuGR+EU6yH8yJ9mR1Xisr/e =jp0A -----END PGP SIGNATURE----- --6BvahUXLYAruDZOj--