From owner-freebsd-gnome@FreeBSD.ORG Sun Feb 22 04:14:05 2004 Return-Path: Delivered-To: freebsd-gnome@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2185B16A4D0 for ; Sun, 22 Feb 2004 04:14:05 -0800 (PST) Received: from herring.nlsystems.com (mailgate.nlsystems.com [80.177.232.242]) by mx1.FreeBSD.org (Postfix) with ESMTP id 827F843D2D for ; Sun, 22 Feb 2004 04:14:04 -0800 (PST) (envelope-from dfr@nlsystems.com) Received: from [10.0.0.2] (herring.nlsystems.com [10.0.0.2]) i1MCDrKW003112 for ; Sun, 22 Feb 2004 12:13:53 GMT (envelope-from dfr@nlsystems.com) From: Doug Rabson To: gnome@freebsd.org Content-Type: text/plain Message-Id: <1077452033.2402.7.camel@herring.nlsystems.com> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.4.5 Date: Sun, 22 Feb 2004 12:13:53 +0000 Content-Transfer-Encoding: 7bit X-Spam-Status: No, hits=0.0 required=5.0 tests=none autolearn=no version=2.63 X-Spam-Checker-Version: SpamAssassin 2.63 (2004-01-11) on herring.nlsystems.com X-Virus-Scanned: ClamAV version 'clamd / ClamAV version 0.65', clamav-milter version '0.60p' Subject: Enabling GSSAPI with evolution X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.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: Sun, 22 Feb 2004 12:14:05 -0000 I've been using GSSAPI authentication with evolution for a while now and apart from problems when the tickets expire (which seems to be a heimdal issue as far as I can see), it works great. This patch enables GSSAPI if its installed: Index: Makefile =================================================================== RCS file: /home/ncvs/ports/mail/evolution/Makefile,v retrieving revision 1.93 diff -u -r1.93 Makefile --- Makefile 7 Feb 2004 20:26:30 -0000 1.93 +++ Makefile 22 Feb 2004 10:56:16 -0000 @@ -39,7 +39,8 @@ CONFIGURE_ARGS= --with-db3-libs=${DB3_WRKSRC} \ --with-db3-includes=${DB3_WRKSRC} \ --enable-nss=no \ - --enable-openssl=yes + --enable-openssl=yes \ + --with-krb5=/usr EVO_VERSION= 1.4 Index: files/patch-aa =================================================================== RCS file: /home/ncvs/ports/mail/evolution/files/patch-aa,v retrieving revision 1.18 diff -u -r1.18 patch-aa --- files/patch-aa 11 Jun 2003 06:16:16 -0000 1.18 +++ files/patch-aa 22 Feb 2004 10:53:22 -0000 @@ -1,6 +1,6 @@ ---- configure.orig Mon Mar 10 12:01:16 2003 -+++ configure Thu Mar 13 01:31:35 2003 -@@ -11148,7 +11148,7 @@ +--- configure.orig Sun Feb 22 10:49:35 2004 ++++ configure Sun Feb 22 10:52:58 2004 +@@ -11724,7 +11724,7 @@ CPPFLAGS="$DB3_CFLAGS $CPPFLAGS" @@ -9,7 +9,7 @@ do as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh` if eval "test \"\${$as_ac_Header+set}\" = set"; then -@@ -11341,9 +11341,9 @@ +@@ -11917,9 +11917,9 @@ echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 @@ -22,7 +22,16 @@ fi rm -f conftest.$ac_objext conftest.$ac_ext -@@ -13495,10 +13495,10 @@ +@@ -13283,7 +13283,7 @@ + LDFLAGS_save="$LDFLAGS" + + mitlibs="-lkrb5 -lk5crypto -lcom_err -lgssapi_krb5" +- heimlibs="-lkrb5 -lcrypto -lasn1 -lcom_err -lroken -lgssapi" ++ heimlibs="-lkrb5 -lcrypto -lasn1 -lcom_err -lroken -lgssapi -lcrypt" + echo "$as_me:$LINENO: checking for Kerberos 5" >&5 + echo $ECHO_N "checking for Kerberos 5... $ECHO_C" >&6 + if test "${ac_cv_lib_kerberos5+set}" = set; then +@@ -14068,10 +14068,10 @@ Example: --with-nspr-libs=/usr/lib" >&2;} { (exit 1); exit 1; }; } else @@ -35,7 +44,7 @@ fi echo "$as_me:$LINENO: checking for Mozilla nspr libraries" >&5 -@@ -16710,7 +16710,7 @@ +@@ -17454,7 +17454,7 @@ idldir="$datadir/idl/evolution-$BASE_VERSION" From owner-freebsd-gnome@FreeBSD.ORG Sun Feb 22 11:35:53 2004 Return-Path: Delivered-To: freebsd-gnome@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 651C916A4CF for ; Sun, 22 Feb 2004 11:35:53 -0800 (PST) Received: from creme-brulee.marcuscom.com (rrcs-midsouth-24-172-16-118.biz.rr.com [24.172.16.118]) by mx1.FreeBSD.org (Postfix) with ESMTP id E57E443D1F for ; Sun, 22 Feb 2004 11:35:52 -0800 (PST) (envelope-from marcus@marcuscom.com) Received: from [192.168.1.4] (shumai.marcuscom.com [192.168.1.4]) i1MJUWsm039189; Sun, 22 Feb 2004 14:30:32 -0500 (EST) (envelope-from marcus@marcuscom.com) From: Joe Marcus Clarke To: Doug Rabson In-Reply-To: <1077452033.2402.7.camel@herring.nlsystems.com> References: <1077452033.2402.7.camel@herring.nlsystems.com> Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="=-8+4uuGPtPR4hf2O+mrP6" Organization: MarcusCom, Inc. Message-Id: <1077478546.75628.6.camel@shumai.marcuscom.com> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.4.5 Date: Sun, 22 Feb 2004 14:35:46 -0500 X-Spam-Status: No, hits=-4.9 required=5.0 tests=BAYES_00 autolearn=ham version=2.63 X-Spam-Checker-Version: SpamAssassin 2.63 (2004-01-11) on creme-brulee.marcuscom.com cc: FreeBSD GNOME Users Subject: Re: Enabling GSSAPI with evolution X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.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: Sun, 22 Feb 2004 19:35:53 -0000 --=-8+4uuGPtPR4hf2O+mrP6 Content-Type: text/plain Content-Transfer-Encoding: quoted-printable On Sun, 2004-02-22 at 07:13, Doug Rabson wrote: > I've been using GSSAPI authentication with evolution for a while now and > apart from problems when the tickets expire (which seems to be a heimdal > issue as far as I can see), it works great. This patch enables GSSAPI if > its installed: Thanks for the patch! What's the impact of doing this by default? What kind of effect will this have on non-krb users? Joe >=20 > Index: Makefile > =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D > RCS file: /home/ncvs/ports/mail/evolution/Makefile,v > retrieving revision 1.93 > diff -u -r1.93 Makefile > --- Makefile 7 Feb 2004 20:26:30 -0000 1.93 > +++ Makefile 22 Feb 2004 10:56:16 -0000 > @@ -39,7 +39,8 @@ > CONFIGURE_ARGS=3D --with-db3-libs=3D${DB3_WRKSRC} \ > --with-db3-includes=3D${DB3_WRKSRC} \ > --enable-nss=3Dno \ > - --enable-openssl=3Dyes > + --enable-openssl=3Dyes \ > + --with-krb5=3D/usr > =20 > EVO_VERSION=3D 1.4 > =20 > Index: files/patch-aa > =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D > RCS file: /home/ncvs/ports/mail/evolution/files/patch-aa,v > retrieving revision 1.18 > diff -u -r1.18 patch-aa > --- files/patch-aa 11 Jun 2003 06:16:16 -0000 1.18 > +++ files/patch-aa 22 Feb 2004 10:53:22 -0000 > @@ -1,6 +1,6 @@ > ---- configure.orig Mon Mar 10 12:01:16 2003 > -+++ configure Thu Mar 13 01:31:35 2003 > -@@ -11148,7 +11148,7 @@ > +--- configure.orig Sun Feb 22 10:49:35 2004 > ++++ configure Sun Feb 22 10:52:58 2004 > +@@ -11724,7 +11724,7 @@ > CPPFLAGS=3D"$DB3_CFLAGS $CPPFLAGS" > =20 > =20 > @@ -9,7 +9,7 @@ > do > as_ac_Header=3D`echo "ac_cv_header_$ac_header" | $as_tr_sh` > if eval "test \"\${$as_ac_Header+set}\" =3D set"; then > -@@ -11341,9 +11341,9 @@ > +@@ -11917,9 +11917,9 @@ > echo "$as_me: failed program was:" >&5 > sed 's/^/| /' conftest.$ac_ext >&5 > =20 > @@ -22,7 +22,16 @@ > fi > rm -f conftest.$ac_objext conftest.$ac_ext > =20 > -@@ -13495,10 +13495,10 @@ > +@@ -13283,7 +13283,7 @@ > + LDFLAGS_save=3D"$LDFLAGS" > +=20 > + mitlibs=3D"-lkrb5 -lk5crypto -lcom_err -lgssapi_krb5" > +- heimlibs=3D"-lkrb5 -lcrypto -lasn1 -lcom_err -lroken -lgssapi" > ++ heimlibs=3D"-lkrb5 -lcrypto -lasn1 -lcom_err -lroken -lgssapi -lcrypt" > + echo "$as_me:$LINENO: checking for Kerberos 5" >&5 > + echo $ECHO_N "checking for Kerberos 5... $ECHO_C" >&6 > + if test "${ac_cv_lib_kerberos5+set}" =3D set; then > +@@ -14068,10 +14068,10 @@ > Example: --with-nspr-libs=3D/usr/lib" >&2;} > { (exit 1); exit 1; }; } > else > @@ -35,7 +44,7 @@ > fi > =20 > echo "$as_me:$LINENO: checking for Mozilla nspr libraries" >&5 > -@@ -16710,7 +16710,7 @@ > +@@ -17454,7 +17454,7 @@ > idldir=3D"$datadir/idl/evolution-$BASE_VERSION" > =20 > =20 >=20 >=20 > _______________________________________________ > 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" --=20 PGP Key : http://www.marcuscom.com/pgp.asc --=-8+4uuGPtPR4hf2O+mrP6 Content-Type: application/pgp-signature; name=signature.asc Content-Description: This is a digitally signed message part -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.4 (FreeBSD) iD8DBQBAOQSSb2iPiv4Uz4cRApKNAJ9SzcNZcmSmFRMbxav7BKT83LG+KwCeOvDn pr8wlKhJnX6TD4yNcacV5AA= =nYq+ -----END PGP SIGNATURE----- --=-8+4uuGPtPR4hf2O+mrP6-- From owner-freebsd-gnome@FreeBSD.ORG Sun Feb 22 14:30:02 2004 Return-Path: Delivered-To: freebsd-gnome@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5659216A4CE; Sun, 22 Feb 2004 14:30:02 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3A17F43D2D; Sun, 22 Feb 2004 14:30:02 -0800 (PST) (envelope-from linimon@FreeBSD.org) Received: from freefall.freebsd.org (linimon@localhost [127.0.0.1]) i1MMU2bv024619; Sun, 22 Feb 2004 14:30:02 -0800 (PST) (envelope-from linimon@freefall.freebsd.org) Received: (from linimon@localhost) by freefall.freebsd.org (8.12.10/8.12.10/Submit) id i1MMU2oP024615; Sun, 22 Feb 2004 14:30:02 -0800 (PST) (envelope-from linimon) Date: Sun, 22 Feb 2004 14:30:02 -0800 (PST) From: Mark Linimon Message-Id: <200402222230.i1MMU2oP024615@freefall.freebsd.org> To: linimon@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, gnome@FreeBSD.org Subject: Re: ports/63172: update to lang/mono X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.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: Sun, 22 Feb 2004 22:30:02 -0000 Synopsis: update to lang/mono Responsible-Changed-From-To: freebsd-ports-bugs->gnome Responsible-Changed-By: linimon Responsible-Changed-When: Sun Feb 22 14:29:50 PST 2004 Responsible-Changed-Why: Over to maintainer(s). http://www.freebsd.org/cgi/query-pr.cgi?pr=63172 From owner-freebsd-gnome@FreeBSD.ORG Sun Feb 22 15:02:28 2004 Return-Path: Delivered-To: freebsd-gnome@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B1F4816A4CE for ; Sun, 22 Feb 2004 15:02:28 -0800 (PST) Received: from herring.nlsystems.com (mailgate.nlsystems.com [80.177.232.242]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4E03343D1D for ; Sun, 22 Feb 2004 15:02:28 -0800 (PST) (envelope-from dfr@nlsystems.com) Received: from [10.0.0.2] (herring.nlsystems.com [10.0.0.2]) i1MN2Gjr017648; Sun, 22 Feb 2004 23:02:17 GMT (envelope-from dfr@nlsystems.com) From: Doug Rabson To: Joe Marcus Clarke In-Reply-To: <1077478546.75628.6.camel@shumai.marcuscom.com> References: <1077452033.2402.7.camel@herring.nlsystems.com> <1077478546.75628.6.camel@shumai.marcuscom.com> Content-Type: text/plain Message-Id: <1077490936.2402.16.camel@herring.nlsystems.com> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.4.5 Date: Sun, 22 Feb 2004 23:02:16 +0000 Content-Transfer-Encoding: 7bit X-Spam-Status: No, hits=0.0 required=5.0 tests=none autolearn=no version=2.63 X-Spam-Checker-Version: SpamAssassin 2.63 (2004-01-11) on herring.nlsystems.com X-Virus-Scanned: ClamAV version 'clamd / ClamAV version 0.65', clamav-milter version '0.60p' cc: FreeBSD GNOME Users Subject: Re: Enabling GSSAPI with evolution X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.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: Sun, 22 Feb 2004 23:02:28 -0000 On Sun, 2004-02-22 at 19:35, Joe Marcus Clarke wrote: > On Sun, 2004-02-22 at 07:13, Doug Rabson wrote: > > I've been using GSSAPI authentication with evolution for a while now and > > apart from problems when the tickets expire (which seems to be a heimdal > > issue as far as I can see), it works great. This patch enables GSSAPI if > > its installed: > > Thanks for the patch! What's the impact of doing this by default? What > kind of effect will this have on non-krb users? As far as I can see, none. If you haven't build kerberos, then the configure tests for mit kerberos and heimdal will both fail and it won't try to build the feature. From owner-freebsd-gnome@FreeBSD.ORG Sun Feb 22 15:05:42 2004 Return-Path: Delivered-To: freebsd-gnome@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 305E616A4E0 for ; Sun, 22 Feb 2004 15:05:42 -0800 (PST) Received: from creme-brulee.marcuscom.com (rrcs-midsouth-24-172-16-118.biz.rr.com [24.172.16.118]) by mx1.FreeBSD.org (Postfix) with ESMTP id CB63D43D1D for ; Sun, 22 Feb 2004 15:05:41 -0800 (PST) (envelope-from marcus@marcuscom.com) Received: from [192.168.1.4] (shumai.marcuscom.com [192.168.1.4]) i1MN0Ksm041043; Sun, 22 Feb 2004 18:00:20 -0500 (EST) (envelope-from marcus@marcuscom.com) From: Joe Marcus Clarke To: Doug Rabson In-Reply-To: <1077490936.2402.16.camel@herring.nlsystems.com> References: <1077452033.2402.7.camel@herring.nlsystems.com> <1077478546.75628.6.camel@shumai.marcuscom.com> <1077490936.2402.16.camel@herring.nlsystems.com> Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="=-a4RTXby1+lUm8Llza3O+" Organization: MarcusCom, Inc. Message-Id: <1077491135.75628.25.camel@shumai.marcuscom.com> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.4.5 Date: Sun, 22 Feb 2004 18:05:36 -0500 X-Spam-Status: No, hits=-4.9 required=5.0 tests=BAYES_00 autolearn=ham version=2.63 X-Spam-Checker-Version: SpamAssassin 2.63 (2004-01-11) on creme-brulee.marcuscom.com cc: FreeBSD GNOME Users Subject: Re: Enabling GSSAPI with evolution X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.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: Sun, 22 Feb 2004 23:05:42 -0000 --=-a4RTXby1+lUm8Llza3O+ Content-Type: text/plain Content-Transfer-Encoding: quoted-printable On Sun, 2004-02-22 at 18:02, Doug Rabson wrote: > On Sun, 2004-02-22 at 19:35, Joe Marcus Clarke wrote: > > On Sun, 2004-02-22 at 07:13, Doug Rabson wrote: > > > I've been using GSSAPI authentication with evolution for a while now = and > > > apart from problems when the tickets expire (which seems to be a heim= dal > > > issue as far as I can see), it works great. This patch enables GSSAPI= if > > > its installed: > >=20 > > Thanks for the patch! What's the impact of doing this by default? Wha= t > > kind of effect will this have on non-krb users? >=20 > As far as I can see, none. If you haven't build kerberos, then the > configure tests for mit kerberos and heimdal will both fail and it won't > try to build the feature. But what about a system where Kerberos was installed (perhaps out of sysinstall), but it's not being used? I don't think this will cause any negative impact, but I wanted to be sure. Joe >=20 --=20 PGP Key : http://www.marcuscom.com/pgp.asc --=-a4RTXby1+lUm8Llza3O+ Content-Type: application/pgp-signature; name=signature.asc Content-Description: This is a digitally signed message part -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.4 (FreeBSD) iD8DBQBAOTW/b2iPiv4Uz4cRApOyAJ0QCJcYcS/LvYLmRbo+jBcyrq3RXwCgkcc0 S1wHWy7diNfUWbuLvHL2wxI= =OpMH -----END PGP SIGNATURE----- --=-a4RTXby1+lUm8Llza3O+-- From owner-freebsd-gnome@FreeBSD.ORG Sun Feb 22 19:06:13 2004 Return-Path: Delivered-To: freebsd-gnome@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 19E2F16A4CE for ; Sun, 22 Feb 2004 19:06:13 -0800 (PST) Received: from straycat.dhs.org (h0050da134090.ne.client2.attbi.com [24.91.148.154]) by mx1.FreeBSD.org (Postfix) with SMTP id A235143D1F for ; Sun, 22 Feb 2004 19:06:12 -0800 (PST) (envelope-from tmclaugh@sdf.lonestar.org) Received: (qmail 2660 invoked from network); 23 Feb 2004 03:07:25 -0000 Received: from unknown (HELO ?192.168.1.128?) (192.168.1.128) by 192.168.1.129 with SMTP; 23 Feb 2004 03:07:25 -0000 From: Tom McLaughlin To: FreeBSD GNOME Users Content-Type: multipart/mixed; boundary="=-TdZriX57oJ+vfUTBI3Ja" Message-Id: <1077505881.94362.32.camel@compass> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.4.5 Date: Sun, 22 Feb 2004 22:11:21 -0500 Subject: editors/AbiWord: missing enchant dependancy X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.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: Mon, 23 Feb 2004 03:06:13 -0000 --=-TdZriX57oJ+vfUTBI3Ja Content-Type: text/plain Content-Transfer-Encoding: 7bit Hi all, When AbiWord builds it will use enchant as the spell checking system if it is installed over aspell. The attached patch adds a dependency on textproc/enchant if it is installed to AbiWord. Not sure if maybe enchant should become a required dependency for AbiWord since it's the spell checking system from abisource? Thanks. Tom --=-TdZriX57oJ+vfUTBI3Ja Content-Disposition: attachment; filename=AbiWord-enchant-dep.diff Content-Type: text/x-patch; name=AbiWord-enchant-dep.diff; charset= Content-Transfer-Encoding: 7bit diff -Nur AbiWord2.old/Makefile AbiWord2/Makefile --- AbiWord2.old/Makefile Sat Feb 21 02:34:49 2004 +++ AbiWord2/Makefile Sun Feb 22 21:13:37 2004 @@ -45,6 +45,10 @@ .include +.if exists(${LOCALBASE}/lib/libenchant.so) +LIB_DEPENDS+=enchant.2:${PORTSDIR}/textproc/enchant +.endif + .if exists(${LOCALBASE}/include/wv.h) BROKEN= "This port cannot be built when textproc/wv is installed because of a header conflict. Please remove textproc/wv, and resume the build. If textproc/wv is no longer installed, please remove ${LOCALBASE}/include/wv.h, and resume the AbiWord2 build" .endif --=-TdZriX57oJ+vfUTBI3Ja-- From owner-freebsd-gnome@FreeBSD.ORG Sun Feb 22 19:06:24 2004 Return-Path: Delivered-To: freebsd-gnome@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B017E16A4CE for ; Sun, 22 Feb 2004 19:06:24 -0800 (PST) Received: from web13206.mail.yahoo.com (web13206.mail.yahoo.com [216.136.174.191]) by mx1.FreeBSD.org (Postfix) with SMTP id ABC6C43D1F for ; Sun, 22 Feb 2004 19:06:24 -0800 (PST) (envelope-from caio_sm@yahoo.com.br) Message-ID: <20040223030624.98865.qmail@web13206.mail.yahoo.com> Received: from [200.157.171.62] by web13206.mail.yahoo.com via HTTP; Mon, 23 Feb 2004 00:06:24 ART Date: Mon, 23 Feb 2004 00:06:24 -0300 (ART) From: =?iso-8859-1?q?Caio=20Souza=20Mendes?= To: gnome@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit Subject: Suggestion for the XChat X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: caio_sm@yahoo.com.br List-Id: GNOME for FreeBSD -- porting and maintaining List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 23 Feb 2004 03:06:24 -0000 Hi, If possible, it would like to suggest, that the support ipv6 in the XChat that is available in ports, if became standard. ______________________________________________________________________ Yahoo! Mail - O melhor e-mail do Brasil! Abra sua conta agora: http://br.yahoo.com/info/mail.html From owner-freebsd-gnome@FreeBSD.ORG Sun Feb 22 19:27:23 2004 Return-Path: Delivered-To: freebsd-gnome@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9D6AD16A4CE for ; Sun, 22 Feb 2004 19:27:23 -0800 (PST) Received: from lakemtao07.cox.net (lakemtao07.cox.net [68.1.17.114]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2A45B43D1D for ; Sun, 22 Feb 2004 19:27:23 -0800 (PST) (envelope-from mezz7@cox.net) Received: from mezz.mezzweb.com ([68.103.32.11]) by lakemtao07.cox.net (InterMail vM.5.01.06.05 201-253-122-130-105-20030824) with ESMTP id <20040223032721.YEAQ2432.lakemtao07.cox.net@mezz.mezzweb.com>; Sun, 22 Feb 2004 22:27:21 -0500 Date: Sun, 22 Feb 2004 21:26:28 -0600 To: caio_sm@yahoo.com.br References: <20040223030624.98865.qmail@web13206.mail.yahoo.com> From: Jeremy Messenger Content-Type: text/plain; format=flowed; charset=iso-8859-1 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Message-ID: In-Reply-To: <20040223030624.98865.qmail@web13206.mail.yahoo.com> User-Agent: Opera7.23/Linux M2 build 518 cc: gnome@freebsd.org Subject: Re: Suggestion for the XChat X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.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: Mon, 23 Feb 2004 03:27:23 -0000 On Mon, 23 Feb 2004 00:06:24 -0300 (ART), Caio Souza Mendes wrote: > Hi, > > If possible, it would like to suggest, that the > support ipv6 in the XChat that is available in ports, > if became standard. It is already enable ipv6 by default, check here: ==================================== # cat /usr/ports/irc/xchat2/Makefile | grep ipv6 CATEGORIES= irc gnome ipv6 --enable-ipv6 ==================================== Cheers, Mezz -- bsdforums.org 's moderator, mezz. From owner-freebsd-gnome@FreeBSD.ORG Sun Feb 22 21:32:41 2004 Return-Path: Delivered-To: freebsd-gnome@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A9C2C16A4CE for ; Sun, 22 Feb 2004 21:32:41 -0800 (PST) Received: from mtaw4.prodigy.net (mtaw4.prodigy.net [64.164.98.52]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9E50943D1F for ; Sun, 22 Feb 2004 21:32:41 -0800 (PST) (envelope-from kris@obsecurity.org) Received: from obsecurity.dyndns.org (d22c0a2fb3adbb5eb64c42412a64925d@adsl-67-119-53-203.dsl.lsan03.pacbell.net [67.119.53.203]) by mtaw4.prodigy.net (8.12.10/8.12.10) with ESMTP id i1N5Well010284; Sun, 22 Feb 2004 21:32:40 -0800 (PST) Received: by obsecurity.dyndns.org (Postfix, from userid 1000) id 37DD766CAF; Sun, 22 Feb 2004 21:32:40 -0800 (PST) Date: Sun, 22 Feb 2004 21:32:40 -0800 From: Kris Kennaway To: Joe Marcus Clarke Message-ID: <20040223053240.GA12254@xor.obsecurity.org> References: <20040207020329.GQ61408@xor.obsecurity.org> <1076120197.20751.0.camel@shumai.marcuscom.com> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="IJpNTDwzlM2Ie8A6" Content-Disposition: inline In-Reply-To: <1076120197.20751.0.camel@shumai.marcuscom.com> User-Agent: Mutt/1.4.1i cc: FreeBSD GNOME Users cc: Kris Kennaway Subject: Re: balsa-1.4.4 broken on amd64 X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.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: Mon, 23 Feb 2004 05:32:41 -0000 --IJpNTDwzlM2Ie8A6 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Fri, Feb 06, 2004 at 09:16:38PM -0500, Joe Marcus Clarke wrote: > On Fri, 2004-02-06 at 21:03, Kris Kennaway wrote: > > http://bento.freebsd.org/errorlogs/amd64-5-latest/balsa-1.4.4.log > >=20 > > Can you please investigate and/or report to the developers? >=20 > Kris, can you .keep this next time around so I can look at the core?=20 > Thanks. BTW, this seems to be building again now. Kris --IJpNTDwzlM2Ie8A6 Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.4 (FreeBSD) iD8DBQFAOZB3Wry0BWjoQKURAtQWAJ90gyUCodjDyJO8BCEWFMTNvR794QCZAY/8 OiY89KOks4Pz9bW8/cHzEqY= =rj0Z -----END PGP SIGNATURE----- --IJpNTDwzlM2Ie8A6-- From owner-freebsd-gnome@FreeBSD.ORG Mon Feb 23 01:07:35 2004 Return-Path: Delivered-To: freebsd-gnome@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E7C1F16A4CE; Mon, 23 Feb 2004 01:07:35 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id C734243D1F; Mon, 23 Feb 2004 01:07:35 -0800 (PST) (envelope-from linimon@FreeBSD.org) Received: from freefall.freebsd.org (linimon@localhost [127.0.0.1]) i1N97Zbv028829; Mon, 23 Feb 2004 01:07:35 -0800 (PST) (envelope-from linimon@freefall.freebsd.org) Received: (from linimon@localhost) by freefall.freebsd.org (8.12.10/8.12.10/Submit) id i1N97ZDr028825; Mon, 23 Feb 2004 01:07:35 -0800 (PST) (envelope-from linimon) Date: Mon, 23 Feb 2004 01:07:35 -0800 (PST) From: Mark Linimon Message-Id: <200402230907.i1N97ZDr028825@freefall.freebsd.org> To: linimon@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, gnome@FreeBSD.org Subject: Re: ports/63250: textproc/enchant: update to 1.1.3 and fix ispell in pkg-plist X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.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: Mon, 23 Feb 2004 09:07:36 -0000 Synopsis: textproc/enchant: update to 1.1.3 and fix ispell in pkg-plist Responsible-Changed-From-To: freebsd-ports-bugs->gnome Responsible-Changed-By: linimon Responsible-Changed-When: Mon Feb 23 01:07:28 PST 2004 Responsible-Changed-Why: Over to maintainer(s). http://www.freebsd.org/cgi/query-pr.cgi?pr=63250 From owner-freebsd-gnome@FreeBSD.ORG Mon Feb 23 01:16:17 2004 Return-Path: Delivered-To: freebsd-gnome@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3E97016A4CE for ; Mon, 23 Feb 2004 01:16:17 -0800 (PST) Received: from herring.nlsystems.com (mailgate.nlsystems.com [80.177.232.242]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9E44843D2D for ; Mon, 23 Feb 2004 01:16:16 -0800 (PST) (envelope-from dfr@nlsystems.com) Received: from [10.0.0.2] (herring.nlsystems.com [10.0.0.2]) i1N9G3Bh020664; Mon, 23 Feb 2004 09:16:04 GMT (envelope-from dfr@nlsystems.com) From: Doug Rabson To: Joe Marcus Clarke In-Reply-To: <1077491135.75628.25.camel@shumai.marcuscom.com> References: <1077452033.2402.7.camel@herring.nlsystems.com> <1077478546.75628.6.camel@shumai.marcuscom.com> <1077490936.2402.16.camel@herring.nlsystems.com> <1077491135.75628.25.camel@shumai.marcuscom.com> Content-Type: text/plain Message-Id: <1077527763.2402.20.camel@herring.nlsystems.com> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.4.5 Date: Mon, 23 Feb 2004 09:16:03 +0000 Content-Transfer-Encoding: 7bit X-Spam-Status: No, hits=0.0 required=5.0 tests=none autolearn=no version=2.63 X-Spam-Checker-Version: SpamAssassin 2.63 (2004-01-11) on herring.nlsystems.com X-Virus-Scanned: ClamAV version 'clamd / ClamAV version 0.65', clamav-milter version '0.60p' cc: FreeBSD GNOME Users Subject: Re: Enabling GSSAPI with evolution X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.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: Mon, 23 Feb 2004 09:16:17 -0000 On Sun, 2004-02-22 at 23:05, Joe Marcus Clarke wrote: > On Sun, 2004-02-22 at 18:02, Doug Rabson wrote: > > On Sun, 2004-02-22 at 19:35, Joe Marcus Clarke wrote: > > > On Sun, 2004-02-22 at 07:13, Doug Rabson wrote: > > > > I've been using GSSAPI authentication with evolution for a while now and > > > > apart from problems when the tickets expire (which seems to be a heimdal > > > > issue as far as I can see), it works great. This patch enables GSSAPI if > > > > its installed: > > > > > > Thanks for the patch! What's the impact of doing this by default? What > > > kind of effect will this have on non-krb users? > > > > As far as I can see, none. If you haven't build kerberos, then the > > configure tests for mit kerberos and heimdal will both fail and it won't > > try to build the feature. > > But what about a system where Kerberos was installed (perhaps out of > sysinstall), but it's not being used? I don't think this will cause any > negative impact, but I wanted to be sure. In that case, GSSAPI will appear as an authentication alternative in the settings dialog but it will not work if selected. The user can still select one of the alternatives. From owner-freebsd-gnome@FreeBSD.ORG Mon Feb 23 08:10:17 2004 Return-Path: Delivered-To: freebsd-gnome@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3755A16A4CE; Mon, 23 Feb 2004 08:10:17 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1E8DF43D1D; Mon, 23 Feb 2004 08:10:17 -0800 (PST) (envelope-from krion@FreeBSD.org) Received: from freefall.freebsd.org (krion@localhost [127.0.0.1]) i1NGAHbv006458; Mon, 23 Feb 2004 08:10:17 -0800 (PST) (envelope-from krion@freefall.freebsd.org) Received: (from krion@localhost) by freefall.freebsd.org (8.12.10/8.12.10/Submit) id i1NGAGJi006454; Mon, 23 Feb 2004 08:10:16 -0800 (PST) (envelope-from krion) Date: Mon, 23 Feb 2004 08:10:16 -0800 (PST) From: Kirill Ponomarew Message-Id: <200402231610.i1NGAGJi006454@freefall.freebsd.org> To: krion@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, gnome@FreeBSD.org Subject: Re: ports/63270: www/firefox does not install pkgconfig files correctly X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.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: Mon, 23 Feb 2004 16:10:17 -0000 Synopsis: www/firefox does not install pkgconfig files correctly Responsible-Changed-From-To: freebsd-ports-bugs->gnome Responsible-Changed-By: krion Responsible-Changed-When: Mon Feb 23 08:09:55 PST 2004 Responsible-Changed-Why: Over to maintainers. http://www.freebsd.org/cgi/query-pr.cgi?pr=63270 From owner-freebsd-gnome@FreeBSD.ORG Mon Feb 23 09:27:57 2004 Return-Path: Delivered-To: freebsd-gnome@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7082B16A4CE for ; Mon, 23 Feb 2004 09:27:57 -0800 (PST) Received: from creme-brulee.marcuscom.com (rrcs-midsouth-24-172-16-118.biz.rr.com [24.172.16.118]) by mx1.FreeBSD.org (Postfix) with ESMTP id F3EA643D1F for ; Mon, 23 Feb 2004 09:27:56 -0800 (PST) (envelope-from marcus@marcuscom.com) Received: from [10.2.1.4] (vpn-client-4.marcuscom.com [10.2.1.4]) i1NHMUsm051558; Mon, 23 Feb 2004 12:22:30 -0500 (EST) (envelope-from marcus@marcuscom.com) From: Joe Marcus Clarke To: Doug Rabson In-Reply-To: <1077527763.2402.20.camel@herring.nlsystems.com> References: <1077452033.2402.7.camel@herring.nlsystems.com> <1077478546.75628.6.camel@shumai.marcuscom.com> <1077490936.2402.16.camel@herring.nlsystems.com> <1077491135.75628.25.camel@shumai.marcuscom.com> <1077527763.2402.20.camel@herring.nlsystems.com> Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="=-1t10gL4iPagbXp5vSdlH" Organization: MarcusCom, Inc. Message-Id: <1077557285.787.2.camel@gyros> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.4.5 Date: Mon, 23 Feb 2004 12:28:05 -0500 X-Spam-Status: No, hits=-4.9 required=5.0 tests=BAYES_00 autolearn=ham version=2.63 X-Spam-Checker-Version: SpamAssassin 2.63 (2004-01-11) on creme-brulee.marcuscom.com cc: FreeBSD GNOME Users Subject: Re: Enabling GSSAPI with evolution X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.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: Mon, 23 Feb 2004 17:27:57 -0000 --=-1t10gL4iPagbXp5vSdlH Content-Type: text/plain Content-Transfer-Encoding: quoted-printable On Mon, 2004-02-23 at 04:16, Doug Rabson wrote: > On Sun, 2004-02-22 at 23:05, Joe Marcus Clarke wrote: > > On Sun, 2004-02-22 at 18:02, Doug Rabson wrote: > > > On Sun, 2004-02-22 at 19:35, Joe Marcus Clarke wrote: > > > > On Sun, 2004-02-22 at 07:13, Doug Rabson wrote: > > > > > I've been using GSSAPI authentication with evolution for a while = now and > > > > > apart from problems when the tickets expire (which seems to be a = heimdal > > > > > issue as far as I can see), it works great. This patch enables GS= SAPI if > > > > > its installed: > > > >=20 > > > > Thanks for the patch! What's the impact of doing this by default? = What > > > > kind of effect will this have on non-krb users? > > >=20 > > > As far as I can see, none. If you haven't build kerberos, then the > > > configure tests for mit kerberos and heimdal will both fail and it wo= n't > > > try to build the feature. > >=20 > > But what about a system where Kerberos was installed (perhaps out of > > sysinstall), but it's not being used? I don't think this will cause an= y > > negative impact, but I wanted to be sure. >=20 > In that case, GSSAPI will appear as an authentication alternative in the > settings dialog but it will not work if selected. The user can still > select one of the alternatives. Good enough for me. I'll commit this later today. Thanks again. Joe >=20 >=20 --=20 PGP Key : http://www.marcuscom.com/pgp.asc --=-1t10gL4iPagbXp5vSdlH Content-Type: application/pgp-signature; name=signature.asc Content-Description: This is a digitally signed message part -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.4 (FreeBSD) iD8DBQBAOjgkb2iPiv4Uz4cRAhIpAJ9sxBZUw6/wqd9hkUszH/NzEew1LwCdGfi0 i6rZL6LHcr8SUJMZFj/jao8= =jiAl -----END PGP SIGNATURE----- --=-1t10gL4iPagbXp5vSdlH-- From owner-freebsd-gnome@FreeBSD.ORG Mon Feb 23 11:01:56 2004 Return-Path: Delivered-To: freebsd-gnome@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 042F016A510 for ; Mon, 23 Feb 2004 11:01:56 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id F38D043D1F for ; Mon, 23 Feb 2004 11:01:55 -0800 (PST) (envelope-from owner-bugmaster@freebsd.org) Received: from freefall.freebsd.org (peter@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.10/8.12.10) with ESMTP id i1NJ1tbv035442 for ; Mon, 23 Feb 2004 11:01:55 -0800 (PST) (envelope-from owner-bugmaster@freebsd.org) Received: (from peter@localhost) by freefall.freebsd.org (8.12.10/8.12.10/Submit) id i1NJ1tjZ035436 for gnome@freebsd.org; Mon, 23 Feb 2004 11:01:55 -0800 (PST) (envelope-from owner-bugmaster@freebsd.org) Date: Mon, 23 Feb 2004 11:01:55 -0800 (PST) Message-Id: <200402231901.i1NJ1tjZ035436@freefall.freebsd.org> X-Authentication-Warning: freefall.freebsd.org: peter set sender to owner-bugmaster@freebsd.org using -f From: FreeBSD bugmaster To: gnome@FreeBSD.org Subject: Current problem reports assigned to you X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.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: Mon, 23 Feb 2004 19:01:56 -0000 Current FreeBSD problem reports Critical problems Serious problems S Submitted Tracker Resp. Description ------------------------------------------------------------------------------- o [2004/02/21] ports/63172 gnome update to lang/mono 1 problem total. Non-critical problems S Submitted Tracker Resp. Description ------------------------------------------------------------------------------- o [2002/06/16] ports/39390 gnome Make graphics/imlib not depend upon GTK+ o [2004/01/22] ports/61756 gnome www/mozilla & devel/nspr conflict with bi o [2004/02/22] ports/63250 gnome textproc/enchant: update to 1.1.3 and fix o [2004/02/23] ports/63270 gnome www/firefox does not install pkgconfig fi 4 problems total. From owner-freebsd-gnome@FreeBSD.ORG Mon Feb 23 13:59:35 2004 Return-Path: Delivered-To: freebsd-gnome@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A560816A4CE for ; Mon, 23 Feb 2004 13:59:35 -0800 (PST) Received: from web13206.mail.yahoo.com (web13206.mail.yahoo.com [216.136.174.191]) by mx1.FreeBSD.org (Postfix) with SMTP id 9CC3C43D1D for ; Mon, 23 Feb 2004 13:59:35 -0800 (PST) (envelope-from caio_sm@yahoo.com.br) Message-ID: <20040223215935.5334.qmail@web13206.mail.yahoo.com> Received: from [200.157.171.62] by web13206.mail.yahoo.com via HTTP; Mon, 23 Feb 2004 18:59:35 ART Date: Mon, 23 Feb 2004 18:59:35 -0300 (ART) From: =?iso-8859-1?q?Caio=20Souza=20Mendes?= To: gnome@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit Subject: FreeBSD 5.3 X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: caio_sm@yahoo.com.br List-Id: GNOME for FreeBSD -- porting and maintaining List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 23 Feb 2004 21:59:35 -0000 Hello, It would like to know if the next version to the FreeBSD, the 5.3 will be same stable? If yes, for when is foreseen the launching of exactly? ______________________________________________________________________ Yahoo! Mail - O melhor e-mail do Brasil! Abra sua conta agora: http://br.yahoo.com/info/mail.html From owner-freebsd-gnome@FreeBSD.ORG Mon Feb 23 14:33:45 2004 Return-Path: Delivered-To: freebsd-gnome@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8AEA416A4CE for ; Mon, 23 Feb 2004 14:33:45 -0800 (PST) Received: from lakemtao08.cox.net (lakemtao08.cox.net [68.1.17.113]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1251443D1D for ; Mon, 23 Feb 2004 14:33:45 -0800 (PST) (envelope-from mezz7@cox.net) Received: from mezz.mezzweb.com ([68.103.32.11]) by lakemtao08.cox.net (InterMail vM.5.01.06.08 201-253-122-130-108-20031117) with ESMTP id <20040223223345.FIMU25915.lakemtao08.cox.net@mezz.mezzweb.com>; Mon, 23 Feb 2004 17:33:45 -0500 To: caio_sm@yahoo.com.br References: <20040223215935.5334.qmail@web13206.mail.yahoo.com> Message-ID: From: Jeremy Messenger Content-Type: text/plain; format=flowed; charset=iso-8859-1 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Date: Mon, 23 Feb 2004 16:32:54 -0600 In-Reply-To: <20040223215935.5334.qmail@web13206.mail.yahoo.com> User-Agent: Opera7.23/Linux M2 build 518 cc: gnome@freebsd.org Subject: Re: FreeBSD 5.3 X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.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: Mon, 23 Feb 2004 22:33:45 -0000 On Mon, 23 Feb 2004 18:59:35 -0300 (ART), Caio Souza Mendes wrote: > Hello, > > It would like to know if the next version to the > FreeBSD, the 5.3 will be same stable? If yes, for > when is foreseen the launching of exactly? I am not sure how it has to do with the Gnome (gnome@freebsd.org), but you should give a visit at http://www.freebsd.org/releng/ to find your own answers. BTW: -CURRENT is more stable and faster than -RELEASE branch as far I have played with. Cheers, Mezz -- bsdforums.org 's moderator, mezz. From owner-freebsd-gnome@FreeBSD.ORG Mon Feb 23 21:01:38 2004 Return-Path: Delivered-To: freebsd-gnome@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E6D9616A4CE for ; Mon, 23 Feb 2004 21:01:38 -0800 (PST) Received: from host142.ipowerweb.com (host142.ipowerweb.com [66.235.193.61]) by mx1.FreeBSD.org (Postfix) with SMTP id B714B43D3F for ; Mon, 23 Feb 2004 21:01:38 -0800 (PST) (envelope-from jem@thejemreport.com) Received: (qmail 42249 invoked from network); 24 Feb 2004 05:01:11 -0000 Received: from unknown (HELO thejemreport.com) (66.66.218.250) by 0 with SMTP; 24 Feb 2004 05:01:11 -0000 Message-ID: <403ADA44.5070308@thejemreport.com> Date: Mon, 23 Feb 2004 23:59:48 -0500 From: Jem Matzan User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.6) Gecko/20040219 X-Accept-Language: en-us, en MIME-Version: 1.0 To: gnome@FreeBSD.org Content-Type: multipart/mixed; boundary="------------080600050109000001080200" X-Content-Filtered-By: Mailman/MimeDel 2.1.1 Subject: SVG support in Mozilla X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.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, 24 Feb 2004 05:01:39 -0000 This is a multi-part message in MIME format. --------------080600050109000001080200 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Is there a procedure for adding SVG support to Mozilla from the Ports system? The instructions on the Mozilla website detail the procedure when installing from source for Linux, but they don't translate to the Ports system. Also, is there a reason why SVG support isn't added by default? -Jem --------------080600050109000001080200-- From owner-freebsd-gnome@FreeBSD.ORG Mon Feb 23 21:58:10 2004 Return-Path: Delivered-To: freebsd-gnome@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4587316A4CE for ; Mon, 23 Feb 2004 21:58:10 -0800 (PST) Received: from lakemtao08.cox.net (lakemtao08.cox.net [68.1.17.113]) by mx1.FreeBSD.org (Postfix) with ESMTP id BE9F343D39 for ; Mon, 23 Feb 2004 21:58:09 -0800 (PST) (envelope-from mezz7@cox.net) Received: from mezz.mezzweb.com ([68.103.32.11]) by lakemtao08.cox.net (InterMail vM.5.01.06.08 201-253-122-130-108-20031117) with ESMTP id <20040224055808.KLPB25915.lakemtao08.cox.net@mezz.mezzweb.com>; Tue, 24 Feb 2004 00:58:08 -0500 Date: Mon, 23 Feb 2004 23:57:20 -0600 To: Jem Matzan References: <403ADA44.5070308@thejemreport.com> From: Jeremy Messenger Content-Type: text/plain; format=flowed; charset=iso-8859-1 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Message-ID: In-Reply-To: <403ADA44.5070308@thejemreport.com> User-Agent: Opera7.23/Linux M2 build 518 cc: gnome@FreeBSD.org Subject: Re: SVG support in Mozilla X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.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, 24 Feb 2004 05:58:10 -0000 On Mon, 23 Feb 2004 23:59:48 -0500, Jem Matzan wrote: > Is there a procedure for adding SVG support to Mozilla from the > Ports system? The instructions on the Mozilla website detail the > procedure when installing from source for Linux, but they don't > translate to the Ports system. > Also, is there a reason why SVG support isn't added by default? What kind of problem do you have? Or, you never check? Had to ask, because it's enable by default. Check here: =================================== # cat /usr/ports/www/mozilla/Makefile | grep svg --enable-svg =================================== There's a lot of stuff that are enable in the CONFIGURE_ARGS. Cheers, Mezz > -Jem -- bsdforums.org 's moderator, mezz. From owner-freebsd-gnome@FreeBSD.ORG Tue Feb 24 08:36:51 2004 Return-Path: Delivered-To: freebsd-gnome@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0E27916A4CE for ; Tue, 24 Feb 2004 08:36:51 -0800 (PST) Received: from sm-pc321.sm.luth.se (sm-pc321.sm.luth.se [130.240.45.6]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6927B43D1D for ; Tue, 24 Feb 2004 08:36:50 -0800 (PST) (envelope-from klockar@sm-pc321.sm.luth.se) Received: from sm-pc321.sm.luth.se (localhost [127.0.0.1]) by sm-pc321.sm.luth.se (8.12.10/8.12.8) with ESMTP id i1OGasfr044123 for ; Tue, 24 Feb 2004 17:36:54 +0100 (CET) (envelope-from klockar@sm-pc321.sm.luth.se) Received: (from root@localhost) by sm-pc321.sm.luth.se (8.12.10/8.12.8/Submit) id i1OGarIv044122 for gnome@FreeBSD.org; Tue, 24 Feb 2004 17:36:53 +0100 (CET) Date: Tue, 24 Feb 2004 17:36:53 +0100 (CET) From: Tomas Klockar Message-Id: <200402241636.i1OGarIv044122@sm-pc321.sm.luth.se> To: gnome@FreeBSD.org Subject: Problem compiling nss X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.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, 24 Feb 2004 16:36:51 -0000 Hi, when I compiled nss it gave me this error message cc -o FreeBSD4.9_OPT.OBJ/atob -O -pipe -I/usr/local/include/nspr -fPIC -ansi -Wall -DFREEBSD -DHAVE_STRERROR -DHAVE_BSD_FLOCK -DXP_UNIX -UDEBUG -DNDEBUG -D_THREAD_SAFE -D_REENTRANT -I/usr/X11R6/include -I../../dist/FreeBSD4.9_OPT.OBJ/include -I../../dist/public/ -I../../dist/private/ -fPIC -ansi -Wall -DFREEBSD -D HAVE_STRERROR -DHAVE_BSD_FLOCK -DXP_UNIX -UDEBUG -DNDEBUG -D_THREAD_SAFE -D_REENTRANT -I/usr/X11R6/include -I../../../dist/FreeBSD4.9_OPT.OBJ/include -I../../../dist/public/ -I../../../dist/private/ -I../../../dist/public/nss -I../../../dist/public/nspr -I../../../dist/public/libdbm -I../../../dist/FreeBSD4.9_OPT.OBJ/ ../public/security -I./include -fPIC -ansi -Wall -DFREEBSD -DHAVE_STRERROR -DHAVE_BSD_FLOCK -DXP_UNIX -DNSPR20 -UDEBUG -DNDEBUG -D_THREAD_SAFE -D_REENTRANT -I/usr/X11R6/include -I../../../../dist/FreeBSD4.9_OPT.OBJ/include -I../../../../dist/public/nss -I../../../../dist/private/nss -I../../../../dist/public/secc md -I../../../../dist/public/dbm FreeBSD4.9_OPT.OBJ/atob.o ../../../../dist/FreeBSD4.9_OPT.OBJ/lib/libsectool.a -Wl,-rpath-link,../../../../dist/FreeBSD4.9_OPT.OBJ/lib -L../../../../dist/FreeBSD4.9_OPT.OBJ/lib -lssl3 -lsmime3 -lsoftokn3 -lnss3 -lplc4 -lplds4 -lnspr4 -pthread -L/usr/local/lib -pthread ../../../../dist/FreeBSD4.9_OPT.OBJ/lib/libnss3.so: undefined reference to `PR_CallOnceWithArg' ../../../../dist/FreeBSD4.9_OPT.OBJ/lib/libsoftokn3.so: undefined reference to `PR_GetLibraryFilePathname' gmake[2]: *** [FreeBSD4.9_OPT.OBJ/atob] Error 1 gmake[2]: Leaving directory `/usr/ports/security/nss/work/nss-3.8/mozilla/security/nss/cmd/atob' gmake[1]: *** [libs] Error 2 gmake[1]: Leaving directory `/usr/ports/security/nss/work/nss-3.8/mozilla/security/nss/cmd' gmake: *** [libs] Error 2 *** Error code 2 Stop in /usr/ports/security/nss. Extra CR inserted //Tomas Klockar (klockar@sm.luth.se) From owner-freebsd-gnome@FreeBSD.ORG Tue Feb 24 09:03:51 2004 Return-Path: Delivered-To: freebsd-gnome@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3023616A4CE for ; Tue, 24 Feb 2004 09:03:51 -0800 (PST) Received: from creme-brulee.marcuscom.com (rrcs-midsouth-24-172-16-118.biz.rr.com [24.172.16.118]) by mx1.FreeBSD.org (Postfix) with ESMTP id 630D543D1D for ; Tue, 24 Feb 2004 09:03:50 -0800 (PST) (envelope-from marcus@marcuscom.com) Received: from shumai.marcuscom.com (shumai.marcuscom.com [192.168.1.4]) i1OGwFsn064582; Tue, 24 Feb 2004 11:58:15 -0500 (EST) (envelope-from marcus@marcuscom.com) Date: Tue, 24 Feb 2004 12:03:41 -0500 (EST) From: Joe Marcus Clarke To: Tomas Klockar In-Reply-To: <200402241636.i1OGarIv044122@sm-pc321.sm.luth.se> Message-ID: <20040224120328.F84905@shumai.marcuscom.com> References: <200402241636.i1OGarIv044122@sm-pc321.sm.luth.se> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-Spam-Status: No, hits=-4.9 required=5.0 tests=BAYES_00,UPPERCASE_25_50 autolearn=no version=2.63 X-Spam-Checker-Version: SpamAssassin 2.63 (2004-01-11) on creme-brulee.marcuscom.com cc: gnome@freebsd.org Subject: Re: Problem compiling nss X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.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, 24 Feb 2004 17:03:51 -0000 On Tue, 24 Feb 2004, Tomas Klockar wrote: > Hi, > > when I compiled nss it gave me this error message Update to the latest devel/nspr first. Joe > > cc -o FreeBSD4.9_OPT.OBJ/atob -O -pipe -I/usr/local/include/nspr -fPIC -ansi -Wall -DFREEBSD -DHAVE_STRERROR -DHAVE_BSD_FLOCK -DXP_UNIX -UDEBUG -DNDEBUG -D_THREAD_SAFE -D_REENTRANT -I/usr/X11R6/include -I../../dist/FreeBSD4.9_OPT.OBJ/include -I../../dist/public/ -I../../dist/private/ -fPIC -ansi -Wall -DFREEBSD -D > HAVE_STRERROR -DHAVE_BSD_FLOCK -DXP_UNIX -UDEBUG -DNDEBUG -D_THREAD_SAFE -D_REENTRANT -I/usr/X11R6/include -I../../../dist/FreeBSD4.9_OPT.OBJ/include -I../../../dist/public/ -I../../../dist/private/ -I../../../dist/public/nss -I../../../dist/public/nspr -I../../../dist/public/libdbm -I../../../dist/FreeBSD4.9_OPT.OBJ/ > ../public/security -I./include -fPIC -ansi -Wall -DFREEBSD -DHAVE_STRERROR -DHAVE_BSD_FLOCK -DXP_UNIX -DNSPR20 -UDEBUG -DNDEBUG -D_THREAD_SAFE -D_REENTRANT -I/usr/X11R6/include -I../../../../dist/FreeBSD4.9_OPT.OBJ/include -I../../../../dist/public/nss -I../../../../dist/private/nss -I../../../../dist/public/secc > md -I../../../../dist/public/dbm FreeBSD4.9_OPT.OBJ/atob.o ../../../../dist/FreeBSD4.9_OPT.OBJ/lib/libsectool.a -Wl,-rpath-link,../../../../dist/FreeBSD4.9_OPT.OBJ/lib -L../../../../dist/FreeBSD4.9_OPT.OBJ/lib -lssl3 -lsmime3 -lsoftokn3 -lnss3 -lplc4 -lplds4 -lnspr4 -pthread -L/usr/local/lib -pthread > > ../../../../dist/FreeBSD4.9_OPT.OBJ/lib/libnss3.so: undefined reference to `PR_CallOnceWithArg' > ../../../../dist/FreeBSD4.9_OPT.OBJ/lib/libsoftokn3.so: undefined reference to `PR_GetLibraryFilePathname' > > gmake[2]: *** [FreeBSD4.9_OPT.OBJ/atob] Error 1 > gmake[2]: Leaving directory `/usr/ports/security/nss/work/nss-3.8/mozilla/security/nss/cmd/atob' > gmake[1]: *** [libs] Error 2 > gmake[1]: Leaving directory `/usr/ports/security/nss/work/nss-3.8/mozilla/security/nss/cmd' > gmake: *** [libs] Error 2 > *** Error code 2 > > Stop in /usr/ports/security/nss. > > Extra CR inserted > > //Tomas Klockar (klockar@sm.luth.se) > _______________________________________________ > 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" > > PGP Key : http://www.marcuscom.com/pgp.asc From owner-freebsd-gnome@FreeBSD.ORG Wed Feb 25 01:21:00 2004 Return-Path: Delivered-To: freebsd-gnome@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 56E2316A4CE for ; Wed, 25 Feb 2004 01:21:00 -0800 (PST) Received: from smtp030.tiscali.dk (smtp030.tiscali.dk [212.54.64.105]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5BC6E43D2D for ; Wed, 25 Feb 2004 01:20:59 -0800 (PST) (envelope-from frank@warpspace.com) Received: from localhost.invalid (213.237.13.198.adsl.hc.worldonline.dk [213.237.13.198]) by smtp030.tiscali.dk (8.12.10/8.12.10) with ESMTP id i1P9KtT4022115 for ; Wed, 25 Feb 2004 10:20:56 +0100 (MET) From: Frank Nikolajsen To: gnome@freebsd.org Date: Wed, 25 Feb 2004 10:20:55 +0100 User-Agent: KMail/1.6 MIME-Version: 1.0 Content-Disposition: inline Content-Type: Multipart/Mixed; boundary="Boundary-00=_3jGPA+40J5fS2hR" Message-Id: <200402251020.55508.frank@warpspace.com> X-Content-Filtered-By: Mailman/MimeDel 2.1.1 Subject: [maintainer] gnomemeeting build failure. X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.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: Wed, 25 Feb 2004 09:21:00 -0000 --Boundary-00=_3jGPA+40J5fS2hR Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Content-Disposition: inline # cd /usr/ports/net/gnomemeeting # make install ... ===> Configuring for gnomevfs2-2.4.2_1 checking for a BSD-compatible install... /usr/bin/install -c -o root -g wheel ... checking for objdir... .libs creating libtool checking for perl... /usr/bin/perl configure: error: XML::Parser perl module is required for intltool ===> Script "configure" failed unexpectedly. Please report the problem to gnome@FreeBSD.org [maintainer] and attach the "/usr/ports/devel/gnomevfs2/work/gnome-vfs-2.4.2/config.log" including the output of the failure of your make command. Also, it might be a good idea to provide an overview of all packages installed on your system (e.g. an `ls /var/db/pkg`). *** Error code 1 Stop in /usr/ports/devel/gnomevfs2. *** Error code 1 Stop in /usr/ports/net/gnomemeeting. # ls -l /usr/local/lib/libintl* -rw-r--r-- 1 root wheel 52194 6 Feb 23:47 /usr/local/lib/libintl.a lrwxr-xr-x 1 root wheel 12 6 Feb 23:47 /usr/local/lib/libintl.so -> libintl.so.6 lrwxr-xr-x 1 root wheel 12 6 Feb 23:51 /usr/local/lib/libintl.so.2 -> libintl.so.6 lrwxr-xr-x 1 root wheel 12 6 Feb 23:51 /usr/local/lib/libintl.so.4 -> libintl.so.6 lrwxr-xr-x 1 root wheel 12 22 Feb 23:16 /usr/local/lib/libintl.so.5 -> libintl.so.6 -r--r--r-- 1 root wheel 39461 6 Feb 23:47 /usr/local/lib/libintl.so.6 # --Boundary-00=_3jGPA+40J5fS2hR Content-Type: text/plain; charset="us-ascii"; name="var_db_pkg.txt" Content-Transfer-Encoding: 7bit Content-Disposition: attachment; filename="var_db_pkg.txt" 9menu-1.5 ImageMagick-5.4.8.3 ORBit-0.5.17 ORBit2-2.8.3_1 XFree86-4.3.0,1 XFree86-FontServer-4.3.0_3 XFree86-Server-4.3.0_12 XFree86-clients-4.3.0_6 XFree86-documents-4.3.0 XFree86-font100dpi-4.3.0 XFree86-font75dpi-4.3.0 XFree86-fontCyrillic-4.3.0 XFree86-fontDefaultBitmaps-4.3.0 XFree86-fontEncodings-4.3.0 XFree86-fontScalable-4.3.0 XFree86-libraries-4.3.0_6 Xaw3d-1.5 Xft-2.1.2_1 a2ps-letter-4.13_1 aalib-1.4.r5_1 acroread-5.06_1 afterstep-1.8.11 afterstep-i18n-1.0_1 apache-1.3.27_1 apache-ant-1.6.0_2 arts-1.1.4_2,1 asclock-1.0 atk-1.4.1_1 autoconf-2.53_1 autoconf213-2.13.000227_2 automake-1.4.5_9 automake-1.5,1 bash-2.05b.004 bison-1.35_1 bonobo-1.0.22 cabextract-0.6 cdparanoia-3.9.8_7 cdrdao-gnome-1.1.7_4 cflow-2.0 cups-base-1.1.20.0 cups-pstoraster-7.07_1 cvsup-without-gui-16.1f db-2.7.7_1 db3-3.3.11,1 db41-4.1.25_1 ddd-3.3.1 djbfft-0.76 docbook-1.2 docbook-241 docbook-3.0 docbook-3.1 docbook-4.0 docbook-4.1 docbook-sk-4.1.2 docbook-xml-4.2 docbook-xsl-1.59.1 dri-4.3.0,1 dsssl-docbook-modular-1.73_1,1 emacs-19.34b esound-0.2.32_1 expat-1.95.6_1 ezm3-1.0 fam-2.6.9_4 ffmpeg-0.4.6_1 flac-1.1.0_3 fontconfig-2.2.90_4 freefonts-0.10_1 freetype-1.3.1_2 freetype2-2.1.5_2 gaim-esound-0.59.9 gcc-3.3.3_20040202 gconf-1.0.9_2 gconf2-2.4.0.1_1 gdbm-1.8.3 gdk-pixbuf-0.21.0 gettext-0.13.1 ghostscript-gnu-7.05_3 ghostscript-gnu-7.07_6 gimp-1.2.5_1,1 gimp-print-4.2.6_2 glib-1.2.10_10 glib-2.2.3 glimpse-4.12.6 gmake-3.80_2 gnomecanvas-0.22.0 gnomedb-0.2.96_1 gnomehier-1.0_4 gnomelibs-1.4.2_1 gnomemimedata-2.4.1_1 gnomemm-1.2.4_1 gnomeprint-0.37 gnupg-1.2.4_1 gnuplot-3.7.3_2 gocr-0.38_1 gphoto2-2.1.4_1 grub-0.92 gsm-1.0.10 gtk-1.2.10_11 gtk-2.2.4_1 gtkmm-1.2.8_1 guile-1.4.1_2 help2man-1.26 hexedit-1.2.1 htdig-3.1.6 imake-4.3.0_2 imlib-1.9.14_1 intltool-0.25 iso8879-1986 jade-1.2.1_1 jasper-1.500.4 javavmwrapper-1.4 jbigkit-1.4 jdk-1.4.2p6_1 jpeg-6b_1 kdbg-1.2.5 kde-3.2.0 kdeaddons-3.2.0 kdeadmin-3.2.0 kdeartwork-3.2.0 kdebase-3.2.0 kdegames-3.2.0 kdegraphics-3.2.0 kdelibs-3.2.0 kdemultimedia-3.2.0 kdenetwork-3.2.0 kdepim-3.2.0_1 kdesdk-3.2.0 kdetoys-3.2.0 kdeutils-3.2.0_1 kdevelop-3.0.0 kdoc-2.2.2 koffice-1.2,1 lame-3.95.1_1 lcms-1.09_1,1 libIDL-0.8.3_1 libX11-6.2.1_2 libXau-0.1.1_1 libXext-6.4.2_1 libXtrans-0.1_1 liba52-0.7.4 libao-esound-0.8.3_1 libart_lgpl2-2.3.16 libaudiofile-0.2.5 libbonobo-2.4.3_1 libdvdcss-1.2.2 libdvdread-0.9.4 libexif-0.5.12_2 libflash-0.4.10 libfpx-1.2.0.4_1 libgda-0.2.96_1 libglade-0.17_2 libglade2-2.0.1_2 libglut-5.0.2 libgnugetopt-1.2 libgphoto2-2.1.4_1 libiconv-1.9.1_3 libijs-0.34_1 libmikmod-3.1.10 libmng-1.0.5_1 libmpeg2-0.2.1_1 libogg-1.1,3 libsidplay-1.36.57 libsigc++-1.0.4 libtool-1.3.5_1 libtool-1.4.3_2 libtool-1.5 libungif-4.1.0b1 libusb-0.1.7_1 libvorbis-1.0.1,3 libwmf-0.2.6 libwww-5.4.0 libxine-1.0.b12 libxml-1.8.17_1 libxml2-2.6.5_1 libxslt-1.1.2_3 linc-1.0.3_1 linux-flashplugin-5.0r51 linux-sun-jdk-1.4.2.03 linux_base-7.1_7 lynx-2.8.4.1c m4-1.4_1 mad-0.14.2b_2 mg-20010514 mkcatalog-1.1 mkisofs-2.0 mozilla-1.3.1,2 mozilla-firebird-0.6 mpeg_encode-1.5b mtools-3.9.8_1 mtv-1.2.5 nasm-0.98.33,1 nmap-3.00 nspr-4.2 oaf-0.6.10_1 ogle-0.9.1 okle-0.3 open-motif-2.2.2_2 openldap-client-2.1.22 openoffice-1.1.0_1 p5-Authen-SASL-2.03 p5-Digest-HMAC-1.01 p5-Digest-MD5-2.22 p5-Digest-Nilsimsa-0.06 p5-Digest-SHA1-2.02 p5-File-Spec-0.82 p5-HTML-Parser-3.27 p5-HTML-Tagset-3.03 p5-MIME-Base64-2.20 p5-Mail-SpamAssassin-2.55 p5-Mail-Tools-1.58 p5-Net-1.12,1 p5-Net-DNS-0.34 p5-PodParser-1.21 p5-Test-Harness-2.26 p5-Test-Simple-0.47_1 p5-Time-HiRes-1.46,1 p5-URI-1.23 pango-1.2.5 pcre-4.5 pdflib-5.0.2 perl-5.6.1_15 pilot-link-0.11.8_2 pkgconfig-0.15.0_1 pkgdb.db png-1.2.5_3 popt-1.6.4_2 portupgrade-20040113_2 povray-3.5 python-2.3.3 qt-3.2.3 quanta-3.2.0,2 razor-agents-2.34 rplay-3.3.2_1 rpm-3.0.6_9 ruby-1.6.8.2003.10.15 ruby-bdb1-0.2.1 ruby-shim-ruby18-1.8.1.p3 samba-libsmbclient-3.0.0 sane-backends-1.0.13_2 scrollkeeper-0.3.11_8,1 scummvm-0.3.0b sdl-1.2.5_3,1 sdl_ldbad-1.0 sdocbook-xml-4.1.2.5 sgmltools-2.0.2 sidplay-1.0.8 svgalib-1.4.3_2 taglib-1.0_1 tcl-8.3.5_2 teTeX-1.0.7_1 tiff-3.6.1 tk-8.3.5_2 ttmkfdir-0.0_1 unarj-2.43_1 unzip-5.50 urwfonts-1.0 uulib-0.5.19 vcdimager-0.7.14 vim-6.1.231 webfonts-0.21_1 win32-codecs-2.0.90,1 wrapper-1.0_3 xanim-2.92.0 xextensions-1.0.1_1 xine-0.9.21 xmms-1.2.7_2 xmms-sid-0.7.4 xpcd-2.08_1 xproto-6.6.1_1 xsane-0.92_1 xsidplay-1.6.4.3_2,1 zip-2.3_1 --Boundary-00=_3jGPA+40J5fS2hR-- From owner-freebsd-gnome@FreeBSD.ORG Wed Feb 25 01:54:44 2004 Return-Path: Delivered-To: freebsd-gnome@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B049F16A4CE; Wed, 25 Feb 2004 01:54:44 -0800 (PST) Received: from ms-smtp-01-eri0.socal.rr.com (ms-smtp-01-qfe0.socal.rr.com [66.75.162.133]) by mx1.FreeBSD.org (Postfix) with ESMTP id 97ED243D2D; Wed, 25 Feb 2004 01:54:44 -0800 (PST) (envelope-from sean@mcneil.com) Received: from mail.mcneil.com (cpe-66-27-22-248.socal.rr.com [66.27.22.248] (may be forged))i1P9sg60022292; Wed, 25 Feb 2004 01:54:42 -0800 (PST) Received: from localhost (localhost.mcneil.com [127.0.0.1]) by mail.mcneil.com (Postfix) with ESMTP id AB2BCFD00F; Wed, 25 Feb 2004 01:54:41 -0800 (PST) Received: from mail.mcneil.com ([127.0.0.1]) by localhost (server.mcneil.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 16612-01; Wed, 25 Feb 2004 01:54:41 -0800 (PST) Received: from [66.27.22.248] (mcneil.com [66.27.22.248]) by mail.mcneil.com (Postfix) with ESMTP id 3B22FFD018; Wed, 25 Feb 2004 01:54:41 -0800 (PST) From: Sean McNeil To: freebsd-current@freebsd.org, freebsd-gnome@freebsd.org Content-Type: text/plain Message-Id: <1077702881.31256.1.camel@server.mcneil.com> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.4.5 Date: Wed, 25 Feb 2004 01:54:41 -0800 Content-Transfer-Encoding: 7bit X-Virus-Scanned: Symantec AntiVirus Scan Engine X-Virus-Scanned: by amavisd-new at mcneil.com Subject: recent gnuregex.h change hurts gnome X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.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: Wed, 25 Feb 2004 09:54:44 -0000 Hi, I now get the following as gnome apparantly compiles with -Werror: cc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I/usr/X11R6/include -I./semerkent -DGNOMELOCALEDIR=\""/usr/X11R6/share/locale"\" -DPREFIX=\""/usr/X11R6"\" -DSYSCONFDIR=\""/usr/X11R6/etc"\" -DDATADIR=\""/usr/X11R6/share/gnome"\" -DLIBDIR=\""/usr/X11R6/lib"\" -DORBIT2=1 -D_REENTRANT -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include/orbit-2.0 -I/usr/local/include/libbonobo-2.0 -I/usr/local/include/bonobo-activation-2.0 -I/usr/local/include/libart-2.0 -I/usr/local/include/atk-1.0 -I/usr/local/include/libxml2 -I/usr/local/include -I/usr/X11R6/include/libgnome-2.0 -I/usr/X11R6/include/gconf/2 -I/usr/X11R6/include/gnome-vfs-2.0 -I/usr/X11R6/lib/gnome-vfs-2.0/include -I/usr/X11R6/include/libgnomeui-2.0 -I/usr/X11R6/include/libgnomecanvas-2.0 -I/usr/X11R6/include/gtk-2.0 -I/usr/X11R6/include/libbonoboui-2.0 -I/usr/X11R6/include/pango-1.0 -I/usr/X11R6/include -I/usr/local/include/freetype2 -I/usr/X11R6/lib/gtk-2.0/include -DG_LOG_DOMAIN=\""gtranslator"\" -Wall -Werror -I/usr/local/include -O -pipe -march=athlon-xp -c find.c In file included from find.c:35: /usr/include/gnuregex.h:31:2: #warning " has been replaced by " gmake[3]: *** [find.o] Error 1 gmake[3]: Leaving directory `/usr/ports/devel/gtranslator/work/gtranslator-1.0.1/src' Cheers, Sean From owner-freebsd-gnome@FreeBSD.ORG Wed Feb 25 02:08:23 2004 Return-Path: Delivered-To: freebsd-gnome@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 459B116A4CE; Wed, 25 Feb 2004 02:08:23 -0800 (PST) Received: from nagual.pp.ru (pobrecita.freebsd.ru [194.87.13.42]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8E05E43D2D; Wed, 25 Feb 2004 02:08:22 -0800 (PST) (envelope-from ache@pobrecita.freebsd.ru) Received: from pobrecita.freebsd.ru (ache@localhost [127.0.0.1]) by nagual.pp.ru (8.12.11/8.12.11) with ESMTP id i1PA8GXL065866; Wed, 25 Feb 2004 13:08:16 +0300 (MSK) (envelope-from ache@pobrecita.freebsd.ru) Received: (from ache@localhost) by pobrecita.freebsd.ru (8.12.11/8.12.11/Submit) id i1PA8FoT065863; Wed, 25 Feb 2004 13:08:15 +0300 (MSK) (envelope-from ache) Date: Wed, 25 Feb 2004 13:08:14 +0300 From: Andrey Chernov To: Sean McNeil Message-ID: <20040225100813.GA65622@nagual.pp.ru> Mail-Followup-To: Andrey Chernov , Sean McNeil , freebsd-current@FreeBSD.ORG, freebsd-gnome@FreeBSD.ORG References: <1077702881.31256.1.camel@server.mcneil.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1077702881.31256.1.camel@server.mcneil.com> User-Agent: Mutt/1.5.5.1i X-AntiVirus: checked by AntiVir Milter 1.0.6; AVE 6.24.0.4; VDF 6.24.0.17 cc: freebsd-current@FreeBSD.ORG cc: freebsd-gnome@FreeBSD.ORG Subject: Re: recent gnuregex.h change hurts gnome X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.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: Wed, 25 Feb 2004 10:08:23 -0000 On Wed, Feb 25, 2004 at 01:54:41AM -0800, Sean McNeil wrote: > Hi, > > I now get the following as gnome apparantly compiles with -Werror: > /usr/include/gnuregex.h:31:2: #warning " has been replaced > by " > gmake[3]: *** [find.o] Error 1 It is as intended. Either not use -Werror or use -I/usr/include/gnu if it exists on your system. -- Andrey Chernov | http://ache.pp.ru/ From owner-freebsd-gnome@FreeBSD.ORG Wed Feb 25 02:14:03 2004 Return-Path: Delivered-To: freebsd-gnome@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1AE3116A4CE; Wed, 25 Feb 2004 02:14:03 -0800 (PST) Received: from ms-smtp-02-eri0.socal.rr.com (ms-smtp-02-qfe0.socal.rr.com [66.75.162.134]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0B1F543D39; Wed, 25 Feb 2004 02:14:03 -0800 (PST) (envelope-from sean@mcneil.com) Received: from mail.mcneil.com (cpe-66-27-22-248.socal.rr.com [66.27.22.248] (may be forged))i1PADv45028344; Wed, 25 Feb 2004 02:14:00 -0800 (PST) Received: from localhost (localhost.mcneil.com [127.0.0.1]) by mail.mcneil.com (Postfix) with ESMTP id 52BF3FD034; Wed, 25 Feb 2004 02:13:57 -0800 (PST) Received: from mail.mcneil.com ([127.0.0.1]) by localhost (server.mcneil.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 31293-02; Wed, 25 Feb 2004 02:13:57 -0800 (PST) Received: from [66.27.22.248] (mcneil.com [66.27.22.248]) by mail.mcneil.com (Postfix) with ESMTP id BD61AFD025; Wed, 25 Feb 2004 02:13:56 -0800 (PST) From: Sean McNeil To: Andrey Chernov In-Reply-To: <20040225100813.GA65622@nagual.pp.ru> References: <1077702881.31256.1.camel@server.mcneil.com> <20040225100813.GA65622@nagual.pp.ru> Content-Type: text/plain Message-Id: <1077704036.31603.1.camel@server.mcneil.com> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.4.5 Date: Wed, 25 Feb 2004 02:13:56 -0800 Content-Transfer-Encoding: 7bit X-Virus-Scanned: Symantec AntiVirus Scan Engine X-Virus-Scanned: by amavisd-new at mcneil.com cc: freebsd-current@FreeBSD.ORG cc: freebsd-gnome@FreeBSD.ORG Subject: Re: recent gnuregex.h change hurts gnome X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.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: Wed, 25 Feb 2004 10:14:03 -0000 Of course it was intentional, but it breaks some ports. I am just pointing out one such port that I have discovered - devel/gtranslator. I am sure there are others as well. Sean On Wed, 2004-02-25 at 02:08, Andrey Chernov wrote: > On Wed, Feb 25, 2004 at 01:54:41AM -0800, Sean McNeil wrote: > > Hi, > > > > I now get the following as gnome apparantly compiles with -Werror: > > /usr/include/gnuregex.h:31:2: #warning " has been replaced > > by " > > gmake[3]: *** [find.o] Error 1 > > It is as intended. Either not use -Werror or use -I/usr/include/gnu if it > exists on your system. From owner-freebsd-gnome@FreeBSD.ORG Wed Feb 25 02:23:54 2004 Return-Path: Delivered-To: freebsd-gnome@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 808D116A4CF; Wed, 25 Feb 2004 02:23:54 -0800 (PST) Received: from nagual.pp.ru (pobrecita.freebsd.ru [194.87.13.42]) by mx1.FreeBSD.org (Postfix) with ESMTP id B04BC43D3F; Wed, 25 Feb 2004 02:23:53 -0800 (PST) (envelope-from ache@pobrecita.freebsd.ru) Received: from pobrecita.freebsd.ru (ache@localhost [127.0.0.1]) by nagual.pp.ru (8.12.11/8.12.11) with ESMTP id i1PANqeD066441; Wed, 25 Feb 2004 13:23:52 +0300 (MSK) (envelope-from ache@pobrecita.freebsd.ru) Received: (from ache@localhost) by pobrecita.freebsd.ru (8.12.11/8.12.11/Submit) id i1PANqJC066440; Wed, 25 Feb 2004 13:23:52 +0300 (MSK) (envelope-from ache) Date: Wed, 25 Feb 2004 13:23:51 +0300 From: Andrey Chernov To: Sean McNeil Message-ID: <20040225102350.GA66314@nagual.pp.ru> Mail-Followup-To: Andrey Chernov , Sean McNeil , freebsd-current@FreeBSD.ORG, freebsd-gnome@FreeBSD.ORG References: <1077702881.31256.1.camel@server.mcneil.com> <20040225100813.GA65622@nagual.pp.ru> <1077704036.31603.1.camel@server.mcneil.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1077704036.31603.1.camel@server.mcneil.com> User-Agent: Mutt/1.5.5.1i X-AntiVirus: checked by AntiVir Milter 1.0.6; AVE 6.24.0.4; VDF 6.24.0.17 cc: freebsd-current@FreeBSD.ORG cc: freebsd-gnome@FreeBSD.ORG Subject: Re: recent gnuregex.h change hurts gnome X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.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: Wed, 25 Feb 2004 10:23:54 -0000 On Wed, Feb 25, 2004 at 02:13:56AM -0800, Sean McNeil wrote: > Of course it was intentional, but it breaks some ports. I am just Of course, it breaks some. It is there to bring corresponding maintainers attention. If they insist on very clean compiling with -Werror, they should reflect system changes. -- Andrey Chernov | http://ache.pp.ru/ From owner-freebsd-gnome@FreeBSD.ORG Wed Feb 25 02:46:23 2004 Return-Path: Delivered-To: freebsd-gnome@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C95F316A4CE; Wed, 25 Feb 2004 02:46:23 -0800 (PST) Received: from mta4.rcsntx.swbell.net (mta4.rcsntx.swbell.net [151.164.30.28]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9A01243D1D; Wed, 25 Feb 2004 02:46:23 -0800 (PST) (envelope-from kris@obsecurity.org) Received: from obsecurity.dyndns.org (e5e89f975e7be5d57077d0424c9acf3b@adsl-67-119-53-203.dsl.lsan03.pacbell.net [67.119.53.203])i1PAkFxn006367; Wed, 25 Feb 2004 04:46:15 -0600 (CST) Received: by obsecurity.dyndns.org (Postfix, from userid 1000) id E083866D54; Wed, 25 Feb 2004 02:46:13 -0800 (PST) Date: Wed, 25 Feb 2004 02:46:13 -0800 From: Kris Kennaway To: Andrey Chernov , Sean McNeil , freebsd-current@FreeBSD.ORG, freebsd-gnome@FreeBSD.ORG Message-ID: <20040225104613.GA71175@xor.obsecurity.org> References: <1077702881.31256.1.camel@server.mcneil.com> <20040225100813.GA65622@nagual.pp.ru> <1077704036.31603.1.camel@server.mcneil.com> <20040225102350.GA66314@nagual.pp.ru> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="x+6KMIRAuhnl3hBn" Content-Disposition: inline In-Reply-To: <20040225102350.GA66314@nagual.pp.ru> User-Agent: Mutt/1.4.1i Subject: Re: recent gnuregex.h change hurts gnome X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.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: Wed, 25 Feb 2004 10:46:24 -0000 --x+6KMIRAuhnl3hBn Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Wed, Feb 25, 2004 at 01:23:51PM +0300, Andrey Chernov wrote: > On Wed, Feb 25, 2004 at 02:13:56AM -0800, Sean McNeil wrote: > > Of course it was intentional, but it breaks some ports. I am just >=20 > Of course, it breaks some. It is there to bring corresponding maintainers= =20 > attention. If they insist on very clean compiling with -Werror, they=20 > should reflect system changes. Typically committers are expected to help fix breakage caused by their commits. Can we count on you? Kris --x+6KMIRAuhnl3hBn Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.4 (FreeBSD) iD8DBQFAPHz1Wry0BWjoQKURAhEtAKCpF/spu4eGdAhL3UneYoenwKS0+wCfQyAY L7rVSo5pGRw5e+yUqxXnijQ= =Q+Om -----END PGP SIGNATURE----- --x+6KMIRAuhnl3hBn-- From owner-freebsd-gnome@FreeBSD.ORG Wed Feb 25 03:03:30 2004 Return-Path: Delivered-To: freebsd-gnome@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8832316A4CF; Wed, 25 Feb 2004 03:03:30 -0800 (PST) Received: from nagual.pp.ru (pobrecita.freebsd.ru [194.87.13.42]) by mx1.FreeBSD.org (Postfix) with ESMTP id A99EA43D31; Wed, 25 Feb 2004 03:03:29 -0800 (PST) (envelope-from ache@pobrecita.freebsd.ru) Received: from pobrecita.freebsd.ru (ache@localhost [127.0.0.1]) by nagual.pp.ru (8.12.11/8.12.11) with ESMTP id i1PB3Q4L067653; Wed, 25 Feb 2004 14:03:27 +0300 (MSK) (envelope-from ache@pobrecita.freebsd.ru) Received: (from ache@localhost) by pobrecita.freebsd.ru (8.12.11/8.12.11/Submit) id i1PB3M3o067652; Wed, 25 Feb 2004 14:03:22 +0300 (MSK) (envelope-from ache) Date: Wed, 25 Feb 2004 14:03:22 +0300 From: Andrey Chernov To: Kris Kennaway Message-ID: <20040225110322.GA67452@nagual.pp.ru> Mail-Followup-To: Andrey Chernov , Kris Kennaway , Sean McNeil , freebsd-current@FreeBSD.ORG, freebsd-gnome@FreeBSD.ORG References: <1077702881.31256.1.camel@server.mcneil.com> <20040225100813.GA65622@nagual.pp.ru> <1077704036.31603.1.camel@server.mcneil.com> <20040225102350.GA66314@nagual.pp.ru> <20040225104613.GA71175@xor.obsecurity.org> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-md5; protocol="application/pgp-signature"; boundary="liOOAslEiF7prFVr" Content-Disposition: inline In-Reply-To: <20040225104613.GA71175@xor.obsecurity.org> User-Agent: Mutt/1.5.5.1i X-AntiVirus: checked by AntiVir Milter 1.0.6; AVE 6.24.0.4; VDF 6.24.0.17 cc: freebsd-current@FreeBSD.ORG cc: Sean McNeil cc: freebsd-gnome@FreeBSD.ORG Subject: Re: recent gnuregex.h change hurts gnome X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.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: Wed, 25 Feb 2004 11:03:31 -0000 --liOOAslEiF7prFVr Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Wed, Feb 25, 2004 at 02:46:13AM -0800, Kris Kennaway wrote: > Typically committers are expected to help fix breakage caused by their > commits. Can we count on you? Yes. I just put fix instructions right into #warning. But easier variant=20 is just removing -Werror, as I already say. --=20 Andrey Chernov | http://ache.pp.ru/ --liOOAslEiF7prFVr Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.4 (FreeBSD) iQCVAwUBQDyA+uJgpPLZnQjrAQFKKwP9HoAW927j00F44DWjLCyd2yrMijeeqKfd 9gs5qNIVfPyoOmnv/xORa1Ga1AhIiZfLWuKx6inLOMLpTRgB9ebkc6tCQW2/BaZs K7FSEUl7kjHx5pTAKblxBIzzD1Q4/pPo7PalsrHPJJwLSc0Uz8/QRYvmxMuK5s1X wwOWixsMsiU= =FzQA -----END PGP SIGNATURE----- --liOOAslEiF7prFVr-- From owner-freebsd-gnome@FreeBSD.ORG Wed Feb 25 07:51:33 2004 Return-Path: Delivered-To: freebsd-gnome@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 842F016A4CF for ; Wed, 25 Feb 2004 07:51:33 -0800 (PST) Received: from mail.nackademin.com (unknown [212.37.22.174]) by mx1.FreeBSD.org (Postfix) with ESMTP id 294A543D1D for ; Wed, 25 Feb 2004 07:51:29 -0800 (PST) (envelope-from per.fagrell@nackademin.com) content-class: urn:content-classes:message MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="----_=_NextPart_001_01C3FBB7.37D04CDF" X-MimeOLE: Produced By Microsoft Exchange V6.0.5762.3 Date: Wed, 25 Feb 2004 16:51:23 +0100 Message-ID: <12FF57D75DE06444A17DD2BB49B6E95DC833F7@skmail04.nackademin.local> X-MS-Has-Attach: yes X-MS-TNEF-Correlator: Thread-Topic: error during install of glib-2.2.3_1 Thread-Index: AcP7tv4vPFei8k/gSlmcohioT8dT0g== From: To: X-Content-Filtered-By: Mailman/MimeDel 2.1.1 Subject: error during install of glib-2.2.3_1 X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.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: Wed, 25 Feb 2004 15:51:33 -0000 This is a multi-part message in MIME format. ------_=_NextPart_001_01C3FBB7.37D04CDF Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable running the command portupgrade -ra eventually got to installing = glib-2.2.3_1 which gave an error in it's configure script, and directed = me to report the error to this e-mail address, with attached config.log = and a list of installed packages.=20 ------_=_NextPart_001_01C3FBB7.37D04CDF-- From owner-freebsd-gnome@FreeBSD.ORG Wed Feb 25 10:07:42 2004 Return-Path: Delivered-To: freebsd-gnome@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 509AB16A4CE for ; Wed, 25 Feb 2004 10:07:42 -0800 (PST) Received: from creme-brulee.marcuscom.com (rrcs-midsouth-24-172-16-118.biz.rr.com [24.172.16.118]) by mx1.FreeBSD.org (Postfix) with ESMTP id D30C143D1D for ; Wed, 25 Feb 2004 10:07:41 -0800 (PST) (envelope-from marcus@marcuscom.com) Received: from [10.2.1.4] (vpn-client-4.marcuscom.com [10.2.1.4]) i1PI21sm079099; Wed, 25 Feb 2004 13:02:01 -0500 (EST) (envelope-from marcus@marcuscom.com) From: Joe Marcus Clarke To: Frank Nikolajsen In-Reply-To: <200402251020.55508.frank@warpspace.com> References: <200402251020.55508.frank@warpspace.com> Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="=-6ySwCjh67JwXDviwNwvI" Organization: MarcusCom, Inc. Message-Id: <1077732471.761.7.camel@gyros> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.4.5 Date: Wed, 25 Feb 2004 13:07:51 -0500 X-Spam-Status: No, hits=-4.9 required=5.0 tests=BAYES_00 autolearn=ham version=2.63 X-Spam-Checker-Version: SpamAssassin 2.63 (2004-01-11) on creme-brulee.marcuscom.com cc: FreeBSD GNOME Users Subject: Re: [maintainer] gnomemeeting build failure. X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.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: Wed, 25 Feb 2004 18:07:42 -0000 --=-6ySwCjh67JwXDviwNwvI Content-Type: text/plain Content-Transfer-Encoding: quoted-printable On Wed, 2004-02-25 at 04:20, Frank Nikolajsen wrote: > # cd /usr/ports/net/gnomemeeting > # make install > ... Update to the latest intltool. If you've recently transition from one version of Perl to another, you need to force a reinstall of all your Perl modules. Joe > =3D=3D=3D> Configuring for gnomevfs2-2.4.2_1 > checking for a BSD-compatible install... /usr/bin/install -c -o root -g w= heel > ... > checking for objdir... .libs > creating libtool > checking for perl... /usr/bin/perl > configure: error: XML::Parser perl module is required for intltool > =3D=3D=3D> Script "configure" failed unexpectedly. > Please report the problem to gnome@FreeBSD.org [maintainer] and attach th= e > "/usr/ports/devel/gnomevfs2/work/gnome-vfs-2.4.2/config.log" including th= e > output of the failure of your make command. Also, it might be a good idea= to > provide an overview of all packages installed on your system (e.g. an `ls > /var/db/pkg`). > *** Error code 1 >=20 > Stop in /usr/ports/devel/gnomevfs2. > *** Error code 1 >=20 > Stop in /usr/ports/net/gnomemeeting. > # ls -l /usr/local/lib/libintl* > -rw-r--r-- 1 root wheel 52194 6 Feb 23:47 /usr/local/lib/libintl.a > lrwxr-xr-x 1 root wheel 12 6 Feb 23:47 /usr/local/lib/libintl.so -= >=20 > libintl.so.6 > lrwxr-xr-x 1 root wheel 12 6 Feb 23:51 /usr/local/lib/libintl.so.2= ->=20 > libintl.so.6 > lrwxr-xr-x 1 root wheel 12 6 Feb 23:51 /usr/local/lib/libintl.so.4= ->=20 > libintl.so.6 > lrwxr-xr-x 1 root wheel 12 22 Feb 23:16 /usr/local/lib/libintl.so.5= ->=20 > libintl.so.6 > -r--r--r-- 1 root wheel 39461 6 Feb 23:47 /usr/local/lib/libintl.so.6 > #=20 >=20 > ______________________________________________________________________ > _______________________________________________ > 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" --=20 PGP Key : http://www.marcuscom.com/pgp.asc --=-6ySwCjh67JwXDviwNwvI Content-Type: application/pgp-signature; name=signature.asc Content-Description: This is a digitally signed message part -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.4 (FreeBSD) iD8DBQBAPOR3b2iPiv4Uz4cRAu+BAJ4qze6LLWMj9V6GJ0g2Mkn8+3LChwCbBFIN dtpMmf8Ped//StGMb2UVOzc= =CBQu -----END PGP SIGNATURE----- --=-6ySwCjh67JwXDviwNwvI-- From owner-freebsd-gnome@FreeBSD.ORG Wed Feb 25 19:15:06 2004 Return-Path: Delivered-To: freebsd-gnome@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BC7C616A4CE for ; Wed, 25 Feb 2004 19:15:06 -0800 (PST) Received: from creme-brulee.marcuscom.com (rrcs-midsouth-24-172-16-118.biz.rr.com [24.172.16.118]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6051043D1D for ; Wed, 25 Feb 2004 19:15:06 -0800 (PST) (envelope-from marcus@FreeBSD.org) Received: from [192.168.1.4] (shumai.marcuscom.com [192.168.1.4]) i1Q39Lsm084720 for ; Wed, 25 Feb 2004 22:09:22 -0500 (EST) (envelope-from marcus@FreeBSD.org) From: Joe Marcus Clarke To: FreeBSD GNOME Users Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="=-L0rHTPUwYQ9ck0jTS0pa" Organization: FreeBSD, Inc. Message-Id: <1077765296.78314.8.camel@shumai.marcuscom.com> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.4.5 Date: Wed, 25 Feb 2004 22:14:56 -0500 X-Spam-Status: No, hits=-4.9 required=5.0 tests=BAYES_00 autolearn=ham version=2.63 X-Spam-Checker-Version: SpamAssassin 2.63 (2004-01-11) on creme-brulee.marcuscom.com Subject: HEADS UP -CURRENT USERS: Need to recompile a few things X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.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: Thu, 26 Feb 2004 03:15:06 -0000 --=-L0rHTPUwYQ9ck0jTS0pa Content-Type: text/plain Content-Transfer-Encoding: quoted-printable All -CURRENT users will need to recompile gnomevfs2, evolution, and mozilla (at least) after the new reentrant resolver patches by green@.=20 Don't feel so bad, though. These patches should greatly improve those applications' performance. Joe --=20 Joe Marcus Clarke FreeBSD GNOME Team :: gnome@FreeBSD.org FreeNode / #freebsd-gnome http://www.FreeBSD.org/gnome --=-L0rHTPUwYQ9ck0jTS0pa Content-Type: application/pgp-signature; name=signature.asc Content-Description: This is a digitally signed message part -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.4 (FreeBSD) iD8DBQBAPWSwb2iPiv4Uz4cRAuEBAJ9E6BPNPaVcy4anqwf0592W97qKyACfclEd RoeUkY+FOhcx2gGOQxNyK4E= =AiBV -----END PGP SIGNATURE----- --=-L0rHTPUwYQ9ck0jTS0pa-- From owner-freebsd-gnome@FreeBSD.ORG Wed Feb 25 19:16:24 2004 Return-Path: Delivered-To: freebsd-gnome@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8233616A4CE for ; Wed, 25 Feb 2004 19:16:24 -0800 (PST) Received: from creme-brulee.marcuscom.com (rrcs-midsouth-24-172-16-118.biz.rr.com [24.172.16.118]) by mx1.FreeBSD.org (Postfix) with ESMTP id DB01043D2F for ; Wed, 25 Feb 2004 19:16:23 -0800 (PST) (envelope-from marcus@marcuscom.com) Received: from [192.168.1.4] (shumai.marcuscom.com [192.168.1.4]) i1Q3Afsm084740; Wed, 25 Feb 2004 22:10:41 -0500 (EST) (envelope-from marcus@marcuscom.com) From: Joe Marcus Clarke To: Jem Matzan In-Reply-To: <403ADA44.5070308@thejemreport.com> References: <403ADA44.5070308@thejemreport.com> Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="=-rQ+WTuVDMY+9Zohu8I3L" Organization: MarcusCom, Inc. Message-Id: <1077765375.78314.10.camel@shumai.marcuscom.com> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.4.5 Date: Wed, 25 Feb 2004 22:16:16 -0500 X-Spam-Status: No, hits=-4.9 required=5.0 tests=BAYES_00 autolearn=ham version=2.63 X-Spam-Checker-Version: SpamAssassin 2.63 (2004-01-11) on creme-brulee.marcuscom.com cc: FreeBSD GNOME Users Subject: Re: SVG support in Mozilla X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.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: Thu, 26 Feb 2004 03:16:24 -0000 --=-rQ+WTuVDMY+9Zohu8I3L Content-Type: text/plain Content-Transfer-Encoding: quoted-printable On Mon, 2004-02-23 at 23:59, Jem Matzan wrote: > Is there a procedure for adding SVG support to Mozilla from the=20 > Ports system? The instructions on the Mozilla website detail the=20 > procedure when installing from source for Linux, but they don't=20 > translate to the Ports system. > Also, is there a reason why SVG support isn't added by default? It was, but it wasn't working. mozilla-devel 1.7.a has this fixed, and SVG support does work. Joe >=20 > -Jem >=20 > ______________________________________________________________________ > _______________________________________________ > 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" --=20 PGP Key : http://www.marcuscom.com/pgp.asc --=-rQ+WTuVDMY+9Zohu8I3L Content-Type: application/pgp-signature; name=signature.asc Content-Description: This is a digitally signed message part -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.4 (FreeBSD) iD8DBQBAPWT/b2iPiv4Uz4cRAltDAJ9+7ZfdEmIGokHfnpsfqcJpntmWQACeNsN8 sUt+IEFVUYOiuh8r9CfhGfk= =tWml -----END PGP SIGNATURE----- --=-rQ+WTuVDMY+9Zohu8I3L-- From owner-freebsd-gnome@FreeBSD.ORG Wed Feb 25 21:22:08 2004 Return-Path: Delivered-To: freebsd-gnome@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BB04E16A4CE; Wed, 25 Feb 2004 21:22:08 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9CC7A43D1D; Wed, 25 Feb 2004 21:22:08 -0800 (PST) (envelope-from marcus@FreeBSD.org) Received: from freefall.freebsd.org (marcus@localhost [127.0.0.1]) i1Q5M8bv042033; Wed, 25 Feb 2004 21:22:08 -0800 (PST) (envelope-from marcus@freefall.freebsd.org) Received: (from marcus@localhost) by freefall.freebsd.org (8.12.10/8.12.10/Submit) id i1Q5M8Dm042029; Wed, 25 Feb 2004 21:22:08 -0800 (PST) (envelope-from marcus) Date: Wed, 25 Feb 2004 21:22:08 -0800 (PST) From: Joe Marcus Clarke Message-Id: <200402260522.i1Q5M8Dm042029@freefall.freebsd.org> To: ports@fsck.ch, marcus@FreeBSD.org, gnome@FreeBSD.org Subject: Re: ports/63270: www/firefox does not install pkgconfig files correctly X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.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: Thu, 26 Feb 2004 05:22:08 -0000 Synopsis: www/firefox does not install pkgconfig files correctly State-Changed-From-To: open->feedback State-Changed-By: marcus State-Changed-When: Wed Feb 25 21:21:01 PST 2004 State-Changed-Why: What problem is this causing? Yes, those pkgconfig files are installed in a non-default location, but I don't see this being a problem. The only port that depends on firefox sets the necessary environment variable in order to find the pkgconfig files in the alternate location. http://www.freebsd.org/cgi/query-pr.cgi?pr=63270 From owner-freebsd-gnome@FreeBSD.ORG Wed Feb 25 23:22:24 2004 Return-Path: Delivered-To: freebsd-gnome@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5183016A4CE for ; Wed, 25 Feb 2004 23:22:24 -0800 (PST) Received: from fuse1.fusemail.net (smtp.fusemail.net [69.31.1.141]) by mx1.FreeBSD.org (Postfix) with ESMTP id A234443D2F for ; Wed, 25 Feb 2004 23:22:23 -0800 (PST) (envelope-from ojc@fusemail.com) Received: from fusemail.com by fuse1.fusemail.net with smtp (FuseMail extSMTP) id 1AwFqg-0005Tw-7k for gnome@FreeBSD.org; Thu, 26 Feb 2004 01:22:22 -0600 Received: from 211.26.132.46 (FuseMail web user ojc) by www.fusemail.com with HTTP; Thu, 26 Feb 2004 01:22:22 -0600 (CST) Message-ID: <1311.211.26.132.46.1077780142.fusewebmail@www.fusemail.com> Date: Thu, 26 Feb 2004 01:22:22 -0600 (CST) From: "Oliver Coleman" To: gnome@FreeBSD.org User-Agent: SquirrelMail/1.4.0 MIME-Version: 1.0 Content-Type: text/plain;charset=iso-8859-1 X-Priority: 3 Importance: Normal Subject: Error while compiling KDE 3.2 on FreeBSD 4.9 Stable X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: ojc@fusemail.com List-Id: GNOME for FreeBSD -- porting and maintaining List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 26 Feb 2004 07:22:24 -0000 Hey there, Had a bit of an error message while attempting to `make' KDE 3.2 on FreeBSD stable 4.9 (after updating the entire ports tree on 25-02-2004). I'm not sure whether I'm doing something wrong; I shall attempt to find that out now. -------------BEGIN CONSOLE OUTPUT-------------- checking for libxml libraries >= 2.6.5... configure: error: Version 2.5.11 found. You need at least libxml2 2.6.5 for this version of libxslt ===> Script "configure" failed unexpectedly. Please report the problem to gnome@FreeBSD.org [maintainer] and attach the "/usr/ports/textproc/libxslt/work/libxslt-1.1.4/config.log" including the output of the failure of your make command. Also, it might be a good idea to provide an overview of all packages installed on your system (e.g. an `ls /var/db/pkg`). *** Error code 1 Stop in /usr/ports/textproc/libxslt. *** Error code 1 Stop in /usr/ports/textproc/libxslt. *** Error code 1 Stop in /usr/ports/x11/kdelibs3. *** Error code 1 Stop in /usr/ports/x11/kde3. -------------END CONSOLE OUTPUT-------------- -------------BEGIN libxslt-1.1.4/config.log---------------- This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake. It was created by configure, which was generated by GNU Autoconf 2.57. Invocation command line was $ ./configure --with-html-dir=/usr/local/share/doc --with-python=/usr/local --prefix=/usr/local --build=i386-portbld-freebsd4.9 ## --------- ## ## Platform. ## ## --------- ## hostname = leftyhost.leftydomain uname -m = i386 uname -r = 4.9-RELEASE uname -s = FreeBSD uname -v = FreeBSD 4.9-RELEASE #1: Wed Feb 18 20:45:34 EST 2004 lefty@leftyhost.leftydomain:/usr/src/sys/compile/LEFTYKERNEL /usr/bin/uname -p = i386 /bin/uname -X = unknown /bin/arch = unknown /usr/bin/arch -k = unknown /usr/convex/getsysinfo = unknown hostinfo = unknown /bin/machine = unknown /usr/bin/oslevel = unknown /bin/universe = unknown PATH: /usr/local/libexec/libtool13 PATH: /sbin PATH: /bin PATH: /usr/sbin PATH: /usr/bin PATH: /usr/games PATH: /usr/local/sbin PATH: /usr/local/bin PATH: /usr/X11R6/bin PATH: /root/bin PATH: /usr/local/jdk1.4.1/bin ## ----------- ## ## Core tests. ## ## ----------- ## configure:1557: checking for a BSD-compatible install configure:1611: result: /usr/bin/install -c -o root -g wheel configure:1622: checking whether build environment is sane configure:1665: result: yes configure:1698: checking for gawk configure:1727: result: no configure:1698: checking for mawk configure:1727: result: no configure:1698: checking for nawk configure:1714: found /usr/bin/nawk configure:1724: result: nawk configure:1734: checking whether gmake sets $(MAKE) configure:1754: result: yes configure:1899: checking whether to enable maintainer-specific portions of Makefiles configure:1908: result: no configure:1960: checking for style of include used by gmake configure:1988: result: GNU configure:2059: checking for gcc configure:2085: result: cc configure:2329: checking for C compiler version configure:2332: cc --version &5 2.95.4 configure:2335: $? = 0 configure:2337: cc -v &5 Using builtin specs. gcc version 2.95.4 20020320 [FreeBSD] configure:2340: $? = 0 configure:2342: cc -V &5 cc: argument to `-V' is missing configure:2345: $? = 1 configure:2369: checking for C compiler default output configure:2372: cc -O -pipe -I/usr/local/include conftest.c >&5 configure:2375: $? = 0 configure:2421: result: a.out configure:2426: checking whether the C compiler works configure:2432: ./a.out configure:2435: $? = 0 configure:2452: result: yes configure:2459: checking whether we are cross compiling configure:2461: result: no configure:2464: checking for suffix of executables configure:2466: cc -o conftest -O -pipe -I/usr/local/include conftest.c >&5 configure:2469: $? = 0 configure:2494: result: configure:2500: checking for suffix of object files configure:2522: cc -c -O -pipe -I/usr/local/include conftest.c >&5 configure:2525: $? = 0 configure:2547: result: o configure:2551: checking whether we are using the GNU C compiler configure:2576: cc -c -O -pipe -I/usr/local/include conftest.c >&5 configure:2579: $? = 0 configure:2582: test -s conftest.o configure:2585: $? = 0 configure:2598: result: yes configure:2604: checking whether cc accepts -g configure:2626: cc -c -g -I/usr/local/include conftest.c >&5 configure:2629: $? = 0 configure:2632: test -s conftest.o configure:2635: $? = 0 configure:2646: result: yes configure:2663: checking for cc option to accept ANSI C configure:2724: cc -c -O -pipe -I/usr/local/include conftest.c >&5 configure:2727: $? = 0 configure:2730: test -s conftest.o configure:2733: $? = 0 configure:2751: result: none needed configure:2769: cc -c -O -pipe -I/usr/local/include conftest.c >&5 conftest.c:2: syntax error before `me' configure:2772: $? = 1 configure: failed program was: | #ifndef __cplusplus | choke me | #endif configure:2883: checking dependency style of cc configure:2945: result: gcc configure:2952: checking for strerror in -lcposix configure:2983: cc -o conftest -O -pipe -I/usr/local/include conftest.c -lcposix >&5 /usr/libexec/elf/ld: cannot find -lcposix configure:2986: $? = 1 configure: failed program was: | #line 2960 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "libxslt" | #define VERSION "1.1.4" | /* end confdefs.h. */ | | /* Override any gcc2 internal prototype to avoid an error. */ | #ifdef __cplusplus | extern "C" | #endif | /* We use char because int might match the return type of a gcc2 | builtin and then its argument prototype would still apply. */ | char strerror (); | int | main () | { | strerror (); | ; | return 0; | } configure:3004: result: no configure:3058: checking for gcc configure:3084: result: cc configure:3328: checking for C compiler version configure:3331: cc --version &5 2.95.4 configure:3334: $? = 0 configure:3336: cc -v &5 Using builtin specs. gcc version 2.95.4 20020320 [FreeBSD] configure:3339: $? = 0 configure:3341: cc -V &5 cc: argument to `-V' is missing configure:3344: $? = 1 configure:3347: checking whether we are using the GNU C compiler configure:3394: result: yes configure:3400: checking whether cc accepts -g configure:3442: result: yes configure:3459: checking for cc option to accept ANSI C configure:3547: result: none needed configure:3565: cc -c -O -pipe -I/usr/local/include conftest.c >&5 conftest.c:2: syntax error before `me' configure:3568: $? = 1 configure: failed program was: | #ifndef __cplusplus | choke me | #endif configure:3679: checking dependency style of cc configure:3741: result: gcc configure:3751: checking how to run the C preprocessor configure:3787: cc -E -I/usr/local/include conftest.c configure:3793: $? = 0 configure:3825: cc -E -I/usr/local/include conftest.c configure:3827: ac_nonexistent.h: No such file or directory configure:3831: $? = 1 configure: failed program was: | #line 3817 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "libxslt" | #define VERSION "1.1.4" | /* end confdefs.h. */ | #include configure:3869: result: cc -E configure:3894: cc -E -I/usr/local/include conftest.c configure:3900: $? = 0 configure:3932: cc -E -I/usr/local/include conftest.c configure:3934: ac_nonexistent.h: No such file or directory configure:3938: $? = 1 configure: failed program was: | #line 3924 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "libxslt" | #define VERSION "1.1.4" | /* end confdefs.h. */ | #include configure:3981: checking for egrep configure:3991: result: grep -E configure:3996: checking for ANSI C header files configure:4022: cc -c -O -pipe -I/usr/local/include conftest.c >&5 configure:4025: $? = 0 configure:4028: test -s conftest.o configure:4031: $? = 0 configure:4123: cc -o conftest -O -pipe -I/usr/local/include conftest.c >&5 configure:4126: $? = 0 configure:4128: ./conftest configure:4131: $? = 0 configure:4146: result: yes configure:4235: checking build system type configure:4253: result: i386-portbld-freebsd4.9 configure:4261: checking host system type configure:4275: result: i386-portbld-freebsd4.9 configure:4283: checking for a sed that does not truncate output configure:4337: result: /usr/bin/sed configure:4351: checking for ld used by cc configure:4418: result: /usr/libexec/elf/ld configure:4427: checking if the linker (/usr/libexec/elf/ld) is GNU ld configure:4442: result: yes configure:4447: checking for /usr/libexec/elf/ld option to reload object files configure:4454: result: -r configure:4463: checking for BSD-compatible nm configure:4505: result: /usr/bin/nm -B configure:4509: checking whether ln -s works configure:4513: result: yes configure:4520: checking how to recognise dependent libraries configure:4720: result: pass_all configure:4932: checking for sys/types.h configure:4949: cc -c -O -pipe -I/usr/local/include conftest.c >&5 configure:4952: $? = 0 configure:4955: test -s conftest.o configure:4958: $? = 0 configure:4969: result: yes configure:4932: checking for sys/stat.h configure:4949: cc -c -O -pipe -I/usr/local/include conftest.c >&5 configure:4952: $? = 0 configure:4955: test -s conftest.o configure:4958: $? = 0 configure:4969: result: yes configure:4932: checking for stdlib.h configure:4949: cc -c -O -pipe -I/usr/local/include conftest.c >&5 configure:4952: $? = 0 configure:4955: test -s conftest.o configure:4958: $? = 0 configure:4969: result: yes configure:4932: checking for string.h configure:4949: cc -c -O -pipe -I/usr/local/include conftest.c >&5 configure:4952: $? = 0 configure:4955: test -s conftest.o configure:4958: $? = 0 configure:4969: result: yes configure:4932: checking for memory.h configure:4949: cc -c -O -pipe -I/usr/local/include conftest.c >&5 configure:4952: $? = 0 configure:4955: test -s conftest.o configure:4958: $? = 0 configure:4969: result: yes configure:4932: checking for strings.h configure:4949: cc -c -O -pipe -I/usr/local/include conftest.c >&5 configure:4952: $? = 0 configure:4955: test -s conftest.o configure:4958: $? = 0 configure:4969: result: yes configure:4932: checking for inttypes.h configure:4949: cc -c -O -pipe -I/usr/local/include conftest.c >&5 configure:4952: $? = 0 configure:4955: test -s conftest.o configure:4958: $? = 0 configure:4969: result: yes configure:4932: checking for stdint.h configure:4949: cc -c -O -pipe -I/usr/local/include conftest.c >&5 configure:4991: stdint.h: No such file or directory configure:4952: $? = 1 configure: failed program was: | #line 4938 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "libxslt" | #define VERSION "1.1.4" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | /* end confdefs.h. */ | #include | #if HAVE_SYS_TYPES_H | # include | #endif | #if HAVE_SYS_STAT_H | # include | #endif | #if STDC_HEADERS | # include | # include | #else | # if HAVE_STDLIB_H | # include | # endif | #endif | #if HAVE_STRING_H | # if !STDC_HEADERS && HAVE_MEMORY_H | # include | # endif | # include | #endif | #if HAVE_STRINGS_H | # include | #endif | #if HAVE_INTTYPES_H | # include | #else | # if HAVE_STDINT_H | # include | # endif | #endif | #if HAVE_UNISTD_H | # include | #endif | | #include configure:4969: result: no configure:4932: checking for unistd.h configure:4949: cc -c -O -pipe -I/usr/local/include conftest.c >&5 configure:4952: $? = 0 configure:4955: test -s conftest.o configure:4958: $? = 0 configure:4969: result: yes configure:4995: checking dlfcn.h usability configure:5008: cc -c -O -pipe -I/usr/local/include conftest.c >&5 configure:5011: $? = 0 configure:5014: test -s conftest.o configure:5017: $? = 0 configure:5027: result: yes configure:5031: checking dlfcn.h presence configure:5042: cc -E -I/usr/local/include conftest.c configure:5048: $? = 0 configure:5067: result: yes configure:5103: checking for dlfcn.h configure:5110: result: yes configure:5217: checking for C++ compiler version configure:5220: c++ --version &5 2.95.4 configure:5223: $? = 0 configure:5225: c++ -v &5 Using builtin specs. gcc version 2.95.4 20020320 [FreeBSD] configure:5228: $? = 0 configure:5230: c++ -V &5 c++: argument to `-V' missing configure:5233: $? = 1 configure:5236: checking whether we are using the GNU C++ compiler configure:5261: c++ -c -O -pipe -I/usr/local/include conftest.cc >&5 configure:5264: $? = 0 configure:5267: test -s conftest.o configure:5270: $? = 0 configure:5283: result: yes configure:5289: checking whether c++ accepts -g configure:5311: c++ -c -g -I/usr/local/include conftest.cc >&5 configure:5314: $? = 0 configure:5317: test -s conftest.o configure:5320: $? = 0 configure:5331: result: yes configure:5375: c++ -c -O -pipe -I/usr/local/include conftest.cc >&5 configure:5378: $? = 0 configure:5381: test -s conftest.o configure:5384: $? = 0 configure:5411: c++ -c -O -pipe -I/usr/local/include conftest.cc >&5 configure:5414: $? = 0 configure:5417: test -s conftest.o configure:5420: $? = 0 configure:5445: checking dependency style of c++ configure:5507: result: gcc configure:5517: checking how to run the C++ preprocessor configure:5549: c++ -E -I/usr/local/include conftest.cc configure:5555: $? = 0 configure:5587: c++ -E -I/usr/local/include conftest.cc configure:5599: ac_nonexistent.h: No such file or directory configure:5593: $? = 1 configure: failed program was: | #line 5579 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "libxslt" | #define VERSION "1.1.4" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_DLFCN_H 1 | /* end confdefs.h. */ | #include configure:5631: result: c++ -E configure:5656: c++ -E -I/usr/local/include conftest.cc configure:5662: $? = 0 configure:5694: c++ -E -I/usr/local/include conftest.cc configure:5706: ac_nonexistent.h: No such file or directory configure:5700: $? = 1 configure: failed program was: | #line 5686 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "libxslt" | #define VERSION "1.1.4" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_DLFCN_H 1 | /* end confdefs.h. */ | #include configure:5794: checking for g77 configure:5823: result: no configure:5794: checking for f77 configure:5810: found /usr/bin/f77 configure:5820: result: f77 configure:5835: checking for Fortran 77 compiler version configure:5838: f77 --version &5 GNU Fortran 0.5.25 20020320 (prerelease) Copyright (C) 1997 Free Software Foundation, Inc. For more version information on components of the GNU Fortran compilation system, especially useful when reporting bugs, type the command `g77 --verbose'. GNU Fortran comes with NO WARRANTY, to the extent permitted by law. You may redistribute copies of GNU Fortran under the terms of the GNU General Public License. For more information about these matters, see the file named COPYING or type the command `info -f g77 Copying'. configure:5841: $? = 0 configure:5843: f77 -v &5 g77 version 2.95.4 20020320 [FreeBSD] (from FSF-g77 version 0.5.25 20020320 (prerelease)) Driving: f77 -v -c -xf77-version /dev/null -xnone Using builtin specs. gcc version 2.95.4 20020320 [FreeBSD] /usr/libexec/cpp0 -lang-c -v -D__GNUC__=2 -D__GNUC_MINOR__=95 -D__i386__ -D__FreeBSD__=4 -D__FreeBSD_cc_version=460001 -D__unix__ -D__i386 -D__unix -Acpu(i386) -Amachine(i386) -Asystem(unix) -Asystem(FreeBSD) -D_LANGUAGE_FORTRAN -traditional -Acpu(i386) -Amachine(i386) -Di386 -D__i386 -D__i386__ -D__ELF__ /dev/null /dev/null GNU CPP version 2.95.4 20020320 [FreeBSD] (i386 FreeBSD/ELF) #include "..." search starts here: #include <...> search starts here: /usr/include /usr/include End of search list. The following default directories have been omitted from the search path: /usr/include/g++ End of omitted list. /usr/libexec/f771 -fnull-version -quiet -dumpbase g77-version.f -version -fversion -o /tmp/ccaZILwz.s /dev/null GNU F77 version 2.95.4 20020320 [FreeBSD] (i386-unknown-freebsd) compiled by GNU C version 2.95.4 20020320 [FreeBSD]. GNU Fortran Front End version 0.5.25 20020320 (prerelease) /usr/libexec/elf/as -v -o /tmp/ccGvj1Dy.o /tmp/ccaZILwz.s GNU assembler version 2.12.1 [FreeBSD] 2002-07-20 (i386-obrien-freebsd5.0) using BFD version 2.12.1 [FreeBSD] 2002-07-20 /usr/libexec/elf/ld -V -dynamic-linker /usr/libexec/ld-elf.so.1 -o /tmp/cckjWKsJ /tmp/ccGvj1Dy.o /usr/lib/crt1.o /usr/lib/crti.o /usr/lib/crtbegin.o -L/usr/lib -lg2c -lm -lgcc -lc -lgcc /usr/lib/crtend.o /usr/lib/crtn.o /usr/lib/libg2c.so: warning: tempnam() possibly used unsafely; consider using mkstemp() GNU ld version 2.12.1 [FreeBSD] 2002-07-20 Supported emulations: elf_i386 /tmp/cckjWKsJ __G77_LIBF77_VERSION__: 0.5.25 20010315 (release) @(#)LIBF77 VERSION 19990503 __G77_LIBI77_VERSION__: 0.5.25 20010315 (release) @(#) LIBI77 VERSION pjw,dmg-mods 19990503 __G77_LIBU77_VERSION__: 0.5.25 20010315 (release) @(#) LIBU77 VERSION 19980709 configure:5846: $? = 0 configure:5848: f77 -V &5 f77: argument to `-V' missing configure:5851: $? = 1 configure:5858: checking whether we are using the GNU Fortran 77 compiler configure:5872: f77 -c conftest.F >&5 configure:5875: $? = 0 configure:5878: test -s conftest.o configure:5881: $? = 0 configure:5894: result: yes configure:5901: checking whether f77 accepts -g configure:5913: f77 -c -g conftest.f >&5 configure:5916: $? = 0 configure:5919: test -s conftest.o configure:5922: $? = 0 configure:5934: result: yes configure:5962: checking the maximum length of command line arguments configure:6021: result: 65536 configure:6032: checking command to parse /usr/bin/nm -B output from cc object configure:6121: cc -c -O -pipe -I/usr/local/include conftest.c >&5 configure:6124: $? = 0 configure:6128: /usr/bin/nm -B conftest.o \| sed -n -e 's/^.*[ ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][ ]*\(\)\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2\3 \3/p' \> conftest.nm configure:6131: $? = 0 configure:6183: cc -o conftest -O -pipe -I/usr/local/include conftest.c conftstm.o >&5 configure:6186: $? = 0 configure:6224: result: ok configure:6228: checking for objdir configure:6243: result: .libs configure:6333: checking for ar configure:6349: found /usr/bin/ar configure:6360: result: ar configure:6413: checking for ranlib configure:6429: found /usr/bin/ranlib configure:6440: result: ranlib configure:6493: checking for strip configure:6509: found /usr/bin/strip configure:6520: result: strip configure:6782: checking if cc static flag works configure:6805: result: yes configure:6822: checking if cc supports -fno-rtti -fno-exceptions configure:6840: cc -c -O -pipe -I/usr/local/include -fno-rtti -fno-exceptions conftest.c >&5 configure:6844: $? = 0 configure:6855: result: yes configure:6870: checking for cc option to produce PIC configure:7047: result: -fPIC configure:7054: checking if cc PIC flag -fPIC works configure:7072: cc -c -O -pipe -I/usr/local/include -fPIC -DPIC conftest.c >&5 configure:7076: $? = 0 configure:7087: result: yes configure:7111: checking if cc supports -c -o file.o configure:7139: cc -c -O -pipe -I/usr/local/include -o out/conftest2.o conftest.c >&5 configure:7143: $? = 0 configure:7160: result: yes configure:7186: checking whether the cc linker (/usr/libexec/elf/ld) supports shared libraries configure:8005: result: yes configure:8031: checking whether -lc should be explicitly linked in configure:8036: cc -c -O -pipe -I/usr/local/include conftest.c >&5 configure:8039: $? = 0 configure:8053: cc -shared conftest.o -v -Wl,-soname -Wl,conftest -o conftest 2\>\&1 \| grep -lc \>/dev/null 2\>\&1 configure:8056: $? = 1 configure:8068: result: yes configure:8076: checking how to hardcode library paths into programs configure:8101: result: immediate configure:8115: checking whether stripping libraries is possible configure:8120: result: yes configure:8142: checking dynamic linker characteristics configure:8677: result: freebsd4.9 ld.so configure:9403: checking if libtool supports shared libraries configure:9405: result: yes configure:9408: checking whether to build shared libraries configure:9457: result: yes configure:9460: checking whether to build static libraries configure:9464: result: yes configure:9555: creating libtool configure:10099: checking for ld used by c++ configure:10166: result: /usr/libexec/elf/ld configure:10175: checking if the linker (/usr/libexec/elf/ld) is GNU ld configure:10190: result: yes configure:10241: checking whether the c++ linker (/usr/libexec/elf/ld) supports shared libraries configure:11036: result: yes configure:11054: c++ -c -O -pipe -I/usr/local/include conftest.cc >&5 configure:11057: $? = 0 configure:11153: checking for c++ option to produce PIC configure:11405: result: -fPIC configure:11412: checking if c++ PIC flag -fPIC works configure:11430: c++ -c -O -pipe -I/usr/local/include -fPIC -DPIC conftest.cc >&5 configure:11434: $? = 0 configure:11445: result: yes configure:11469: checking if c++ supports -c -o file.o configure:11497: c++ -c -O -pipe -I/usr/local/include -o out/conftest2.o conftest.cc >&5 configure:11501: $? = 0 configure:11518: result: yes configure:11544: checking whether the c++ linker (/usr/libexec/elf/ld) supports shared libraries configure:11569: result: yes configure:11640: checking how to hardcode library paths into programs configure:11665: result: immediate configure:11679: checking whether stripping libraries is possible configure:11684: result: yes configure:11706: checking dynamic linker characteristics configure:12241: result: freebsd4.9 ld.so configure:13440: checking if libtool supports shared libraries configure:13442: result: yes configure:13445: checking whether to build shared libraries configure:13463: result: yes configure:13466: checking whether to build static libraries configure:13470: result: yes configure:13482: checking for f77 option to produce PIC configure:13659: result: -fPIC configure:13666: checking if f77 PIC flag -fPIC works configure:13684: f77 -c -g -O2 -fPIC conftest.f >&5 configure:13688: $? = 0 configure:13699: result: yes configure:13723: checking if f77 supports -c -o file.o configure:13751: f77 -c -g -O2 -o out/conftest2.o conftest.f >&5 configure:13755: $? = 0 configure:13772: result: yes configure:13798: checking whether the f77 linker (/usr/libexec/elf/ld) supports shared libraries configure:14595: result: yes configure:14666: checking how to hardcode library paths into programs configure:14691: result: immediate configure:14705: checking whether stripping libraries is possible configure:14710: result: yes configure:14732: checking dynamic linker characteristics configure:15267: result: freebsd4.9 ld.so configure:19216: checking for sys/types.h configure:19221: result: yes configure:19225: checking sys/time.h usability configure:19238: cc -c -O -pipe -I/usr/local/include conftest.c >&5 configure:19241: $? = 0 configure:19244: test -s conftest.o configure:19247: $? = 0 configure:19257: result: yes configure:19261: checking sys/time.h presence configure:19272: cc -E -I/usr/local/include conftest.c configure:19278: $? = 0 configure:19297: result: yes configure:19333: checking for sys/time.h configure:19340: result: yes configure:19216: checking for stdlib.h configure:19221: result: yes configure:19216: checking for unistd.h configure:19221: result: yes configure:19216: checking for string.h configure:19221: result: yes configure:19372: checking ieeefp.h usability configure:19385: cc -c -O -pipe -I/usr/local/include conftest.c >&5 configure:19388: $? = 0 configure:19391: test -s conftest.o configure:19394: $? = 0 configure:19404: result: yes configure:19408: checking ieeefp.h presence configure:19419: cc -E -I/usr/local/include conftest.c configure:19425: $? = 0 configure:19444: result: yes configure:19480: checking for ieeefp.h configure:19487: result: yes configure:19372: checking nan.h usability configure:19385: cc -c -O -pipe -I/usr/local/include conftest.c >&5 configure:19435: nan.h: No such file or directory configure:19388: $? = 1 configure: failed program was: | #line 19375 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "libxslt" | #define VERSION "1.1.4" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_DLFCN_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_STRING_H 1 | #define HAVE_IEEEFP_H 1 | /* end confdefs.h. */ | #include | #if HAVE_SYS_TYPES_H | # include | #endif | #if HAVE_SYS_STAT_H | # include | #endif | #if STDC_HEADERS | # include | # include | #else | # if HAVE_STDLIB_H | # include | # endif | #endif | #if HAVE_STRING_H | # if !STDC_HEADERS && HAVE_MEMORY_H | # include | # endif | # include | #endif | #if HAVE_STRINGS_H | # include | #endif | #if HAVE_INTTYPES_H | # include | #else | # if HAVE_STDINT_H | # include | # endif | #endif | #if HAVE_UNISTD_H | # include | #endif | #include configure:19404: result: no configure:19408: checking nan.h presence configure:19419: cc -E -I/usr/local/include conftest.c configure:19437: nan.h: No such file or directory configure:19425: $? = 1 configure: failed program was: | #line 19411 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "libxslt" | #define VERSION "1.1.4" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_DLFCN_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_STRING_H 1 | #define HAVE_IEEEFP_H 1 | /* end confdefs.h. */ | #include configure:19444: result: no configure:19480: checking for nan.h configure:19487: result: no configure:19372: checking math.h usability configure:19385: cc -c -O -pipe -I/usr/local/include conftest.c >&5 configure:19388: $? = 0 configure:19391: test -s conftest.o configure:19394: $? = 0 configure:19404: result: yes configure:19408: checking math.h presence configure:19419: cc -E -I/usr/local/include conftest.c configure:19425: $? = 0 configure:19444: result: yes configure:19480: checking for math.h configure:19487: result: yes configure:19372: checking fp_class.h usability configure:19385: cc -c -O -pipe -I/usr/local/include conftest.c >&5 configure:19436: fp_class.h: No such file or directory configure:19388: $? = 1 configure: failed program was: | #line 19375 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "libxslt" | #define VERSION "1.1.4" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_DLFCN_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_STRING_H 1 | #define HAVE_IEEEFP_H 1 | #define HAVE_MATH_H 1 | /* end confdefs.h. */ | #include | #if HAVE_SYS_TYPES_H | # include | #endif | #if HAVE_SYS_STAT_H | # include | #endif | #if STDC_HEADERS | # include | # include | #else | # if HAVE_STDLIB_H | # include | # endif | #endif | #if HAVE_STRING_H | # if !STDC_HEADERS && HAVE_MEMORY_H | # include | # endif | # include | #endif | #if HAVE_STRINGS_H | # include | #endif | #if HAVE_INTTYPES_H | # include | #else | # if HAVE_STDINT_H | # include | # endif | #endif | #if HAVE_UNISTD_H | # include | #endif | #include configure:19404: result: no configure:19408: checking fp_class.h presence configure:19419: cc -E -I/usr/local/include conftest.c configure:19438: fp_class.h: No such file or directory configure:19425: $? = 1 configure: failed program was: | #line 19411 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "libxslt" | #define VERSION "1.1.4" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_DLFCN_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_STRING_H 1 | #define HAVE_IEEEFP_H 1 | #define HAVE_MATH_H 1 | /* end confdefs.h. */ | #include configure:19444: result: no configure:19480: checking for fp_class.h configure:19487: result: no configure:19372: checking float.h usability configure:19385: cc -c -O -pipe -I/usr/local/include conftest.c >&5 configure:19388: $? = 0 configure:19391: test -s conftest.o configure:19394: $? = 0 configure:19404: result: yes configure:19408: checking float.h presence configure:19419: cc -E -I/usr/local/include conftest.c configure:19425: $? = 0 configure:19444: result: yes configure:19480: checking for float.h configure:19487: result: yes configure:19372: checking ansidecl.h usability configure:19385: cc -c -O -pipe -I/usr/local/include conftest.c >&5 configure:19437: ansidecl.h: No such file or directory configure:19388: $? = 1 configure: failed program was: | #line 19375 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "libxslt" | #define VERSION "1.1.4" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_DLFCN_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_STRING_H 1 | #define HAVE_IEEEFP_H 1 | #define HAVE_MATH_H 1 | #define HAVE_FLOAT_H 1 | /* end confdefs.h. */ | #include | #if HAVE_SYS_TYPES_H | # include | #endif | #if HAVE_SYS_STAT_H | # include | #endif | #if STDC_HEADERS | # include | # include | #else | # if HAVE_STDLIB_H | # include | # endif | #endif | #if HAVE_STRING_H | # if !STDC_HEADERS && HAVE_MEMORY_H | # include | # endif | # include | #endif | #if HAVE_STRINGS_H | # include | #endif | #if HAVE_INTTYPES_H | # include | #else | # if HAVE_STDINT_H | # include | # endif | #endif | #if HAVE_UNISTD_H | # include | #endif | #include configure:19404: result: no configure:19408: checking ansidecl.h presence configure:19419: cc -E -I/usr/local/include conftest.c configure:19439: ansidecl.h: No such file or directory configure:19425: $? = 1 configure: failed program was: | #line 19411 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "libxslt" | #define VERSION "1.1.4" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_DLFCN_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_STRING_H 1 | #define HAVE_IEEEFP_H 1 | #define HAVE_MATH_H 1 | #define HAVE_FLOAT_H 1 | /* end confdefs.h. */ | #include configure:19444: result: no configure:19480: checking for ansidecl.h configure:19487: result: no configure:19517: checking sys/timeb.h usability configure:19530: cc -c -O -pipe -I/usr/local/include conftest.c >&5 configure:19533: $? = 0 configure:19536: test -s conftest.o configure:19539: $? = 0 configure:19549: result: yes configure:19553: checking sys/timeb.h presence configure:19564: cc -E -I/usr/local/include conftest.c configure:19570: $? = 0 configure:19589: result: yes configure:19625: checking for sys/timeb.h configure:19632: result: yes configure:19517: checking time.h usability configure:19530: cc -c -O -pipe -I/usr/local/include conftest.c >&5 configure:19533: $? = 0 configure:19536: test -s conftest.o configure:19539: $? = 0 configure:19549: result: yes configure:19553: checking time.h presence configure:19564: cc -E -I/usr/local/include conftest.c configure:19570: $? = 0 configure:19589: result: yes configure:19625: checking for time.h configure:19632: result: yes configure:19508: checking for sys/stat.h configure:19513: result: yes configure:19517: checking stdarg.h usability configure:19530: cc -c -O -pipe -I/usr/local/include conftest.c >&5 configure:19533: $? = 0 configure:19536: test -s conftest.o configure:19539: $? = 0 configure:19549: result: yes configure:19553: checking stdarg.h presence configure:19564: cc -E -I/usr/local/include conftest.c configure:19570: $? = 0 configure:19589: result: yes configure:19625: checking for stdarg.h configure:19632: result: yes configure:19650: checking for stat configure:19700: cc -o conftest -O -pipe -I/usr/local/include conftest.c >&5 configure:19703: $? = 0 configure:19706: test -s conftest configure:19709: $? = 0 configure:19720: result: yes configure:19650: checking for _stat configure:19700: cc -o conftest -O -pipe -I/usr/local/include conftest.c >&5 configure:19703: $? = 0 configure:19706: test -s conftest configure:19709: $? = 0 configure:19720: result: yes configure:19730: checking for isnan configure:19780: cc -o conftest -O -pipe -I/usr/local/include conftest.c >&5 configure:19783: $? = 0 configure:19786: test -s conftest configure:19789: $? = 0 configure:19800: result: yes configure:19869: checking for isinf configure:19919: cc -o conftest -O -pipe -I/usr/local/include conftest.c >&5 configure:19922: $? = 0 configure:19925: test -s conftest configure:19928: $? = 0 configure:19939: result: yes configure:20008: checking for pow configure:20058: cc -o conftest -O -pipe -I/usr/local/include conftest.c >&5 /tmp/ccDVhzPr.o: In function `main': /tmp/ccDVhzPr.o(.text+0x9): undefined reference to `pow' /tmp/ccDVhzPr.o(.data+0x0): undefined reference to `pow' configure:20061: $? = 1 configure: failed program was: | #line 20014 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "libxslt" | #define VERSION "1.1.4" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_DLFCN_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_STRING_H 1 | #define HAVE_IEEEFP_H 1 | #define HAVE_MATH_H 1 | #define HAVE_FLOAT_H 1 | #define HAVE_SYS_TIMEB_H 1 | #define HAVE_TIME_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDARG_H 1 | #define HAVE_STAT 1 | #define HAVE__STAT 1 | /* end confdefs.h. */ | /* System header to define __stub macros and hopefully few prototypes, | which can conflict with char pow (); below. | Prefer to if __STDC__ is defined, since | exists even on freestanding compilers. */ | #ifdef __STDC__ | # include | #else | # include | #endif | /* Override any gcc2 internal prototype to avoid an error. */ | #ifdef __cplusplus | extern "C" | { | #endif | /* We use char because int might match the return type of a gcc2 | builtin and then its argument prototype would still apply. */ | char pow (); | /* The GNU C library defines this for functions which it implements | to always fail with ENOSYS. Some functions are actually named | something starting with __ and the normal name is an alias. */ | #if defined (__stub_pow) || defined (__stub___pow) | choke me | #else | char (*f) () = pow; | #endif | #ifdef __cplusplus | } | #endif | | int | main () | { | return f != pow; | ; | return 0; | } configure:20078: result: no configure:20083: checking for pow in -lm configure:20114: cc -o conftest -O -pipe -I/usr/local/include conftest.c -lm >&5 configure:20117: $? = 0 configure:20120: test -s conftest configure:20123: $? = 0 configure:20135: result: yes configure:20147: checking for floor configure:20197: cc -o conftest -O -pipe -I/usr/local/include conftest.c >&5 /tmp/ccdkeR4g.o: In function `main': /tmp/ccdkeR4g.o(.text+0x9): undefined reference to `floor' /tmp/ccdkeR4g.o(.data+0x0): undefined reference to `floor' configure:20200: $? = 1 configure: failed program was: | #line 20153 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "libxslt" | #define VERSION "1.1.4" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_DLFCN_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_STRING_H 1 | #define HAVE_IEEEFP_H 1 | #define HAVE_MATH_H 1 | #define HAVE_FLOAT_H 1 | #define HAVE_SYS_TIMEB_H 1 | #define HAVE_TIME_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDARG_H 1 | #define HAVE_STAT 1 | #define HAVE__STAT 1 | #define HAVE_POW 1 | /* end confdefs.h. */ | /* System header to define __stub macros and hopefully few prototypes, | which can conflict with char floor (); below. | Prefer to if __STDC__ is defined, since | exists even on freestanding compilers. */ | #ifdef __STDC__ | # include | #else | # include | #endif | /* Override any gcc2 internal prototype to avoid an error. */ | #ifdef __cplusplus | extern "C" | { | #endif | /* We use char because int might match the return type of a gcc2 | builtin and then its argument prototype would still apply. */ | char floor (); | /* The GNU C library defines this for functions which it implements | to always fail with ENOSYS. Some functions are actually named | something starting with __ and the normal name is an alias. */ | #if defined (__stub_floor) || defined (__stub___floor) | choke me | #else | char (*f) () = floor; | #endif | #ifdef __cplusplus | } | #endif | | int | main () | { | return f != floor; | ; | return 0; | } configure:20217: result: no configure:20222: checking for floor in -lm configure:20253: cc -o conftest -O -pipe -I/usr/local/include conftest.c -lm >&5 configure:20256: $? = 0 configure:20259: test -s conftest configure:20262: $? = 0 configure:20274: result: yes configure:20286: checking for fabs configure:20336: cc -o conftest -O -pipe -I/usr/local/include conftest.c >&5 configure:20344: warning: conflicting types for built-in function `fabs' configure:20339: $? = 0 configure:20342: test -s conftest configure:20345: $? = 0 configure:20356: result: yes configure:20428: checking for gettimeofday configure:20478: cc -o conftest -O -pipe -I/usr/local/include conftest.c >&5 configure:20481: $? = 0 configure:20484: test -s conftest configure:20487: $? = 0 configure:20498: result: yes configure:20517: checking for mktime configure:20567: cc -o conftest -O -pipe -I/usr/local/include conftest.c >&5 configure:20570: $? = 0 configure:20573: test -s conftest configure:20576: $? = 0 configure:20587: result: yes configure:20517: checking for localtime configure:20567: cc -o conftest -O -pipe -I/usr/local/include conftest.c >&5 configure:20570: $? = 0 configure:20573: test -s conftest configure:20576: $? = 0 configure:20587: result: yes configure:20517: checking for asctime configure:20567: cc -o conftest -O -pipe -I/usr/local/include conftest.c >&5 configure:20570: $? = 0 configure:20573: test -s conftest configure:20576: $? = 0 configure:20587: result: yes configure:20517: checking for time configure:20567: cc -o conftest -O -pipe -I/usr/local/include conftest.c >&5 configure:20570: $? = 0 configure:20573: test -s conftest configure:20576: $? = 0 configure:20587: result: yes configure:20517: checking for gmtime configure:20567: cc -o conftest -O -pipe -I/usr/local/include conftest.c >&5 configure:20570: $? = 0 configure:20573: test -s conftest configure:20576: $? = 0 configure:20587: result: yes configure:20517: checking for ftime configure:20567: cc -o conftest -O -pipe -I/usr/local/include conftest.c >&5 /tmp/ccqUqydK.o: In function `main': /tmp/ccqUqydK.o(.text+0x9): undefined reference to `ftime' /tmp/ccqUqydK.o(.data+0x0): undefined reference to `ftime' configure:20570: $? = 1 configure: failed program was: | #line 20523 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "libxslt" | #define VERSION "1.1.4" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_DLFCN_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_STRING_H 1 | #define HAVE_IEEEFP_H 1 | #define HAVE_MATH_H 1 | #define HAVE_FLOAT_H 1 | #define HAVE_SYS_TIMEB_H 1 | #define HAVE_TIME_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDARG_H 1 | #define HAVE_STAT 1 | #define HAVE__STAT 1 | #define HAVE_POW 1 | #define HAVE_FLOOR 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_MKTIME 1 | #define HAVE_LOCALTIME 1 | #define HAVE_ASCTIME 1 | #define HAVE_TIME 1 | #define HAVE_GMTIME 1 | /* end confdefs.h. */ | /* System header to define __stub macros and hopefully few prototypes, | which can conflict with char ftime (); below. | Prefer to if __STDC__ is defined, since | exists even on freestanding compilers. */ | #ifdef __STDC__ | # include | #else | # include | #endif | /* Override any gcc2 internal prototype to avoid an error. */ | #ifdef __cplusplus | extern "C" | { | #endif | /* We use char because int might match the return type of a gcc2 | builtin and then its argument prototype would still apply. */ | char ftime (); | /* The GNU C library defines this for functions which it implements | to always fail with ENOSYS. Some functions are actually named | something starting with __ and the normal name is an alias. */ | #if defined (__stub_ftime) || defined (__stub___ftime) | choke me | #else | char (*f) () = ftime; | #endif | #ifdef __cplusplus | } | #endif | | int | main () | { | return f != ftime; | ; | return 0; | } configure:20587: result: no configure:20609: checking for printf configure:20659: cc -o conftest -O -pipe -I/usr/local/include conftest.c >&5 configure:20662: $? = 0 configure:20665: test -s conftest configure:20668: $? = 0 configure:20679: result: yes configure:20609: checking for sprintf configure:20659: cc -o conftest -O -pipe -I/usr/local/include conftest.c >&5 configure:20662: $? = 0 configure:20665: test -s conftest configure:20668: $? = 0 configure:20679: result: yes configure:20609: checking for fprintf configure:20659: cc -o conftest -O -pipe -I/usr/local/include conftest.c >&5 configure:20662: $? = 0 configure:20665: test -s conftest configure:20668: $? = 0 configure:20679: result: yes configure:20609: checking for snprintf configure:20659: cc -o conftest -O -pipe -I/usr/local/include conftest.c >&5 configure:20662: $? = 0 configure:20665: test -s conftest configure:20668: $? = 0 configure:20679: result: yes configure:20609: checking for vfprintf configure:20659: cc -o conftest -O -pipe -I/usr/local/include conftest.c >&5 configure:20662: $? = 0 configure:20665: test -s conftest configure:20668: $? = 0 configure:20679: result: yes configure:20609: checking for vsprintf configure:20659: cc -o conftest -O -pipe -I/usr/local/include conftest.c >&5 configure:20662: $? = 0 configure:20665: test -s conftest configure:20668: $? = 0 configure:20679: result: yes configure:20609: checking for vsnprintf configure:20659: cc -o conftest -O -pipe -I/usr/local/include conftest.c >&5 configure:20662: $? = 0 configure:20665: test -s conftest configure:20668: $? = 0 configure:20679: result: yes configure:20609: checking for sscanf configure:20659: cc -o conftest -O -pipe -I/usr/local/include conftest.c >&5 configure:20662: $? = 0 configure:20665: test -s conftest configure:20668: $? = 0 configure:20679: result: yes configure:20703: checking for perl configure:20719: found /usr/bin/perl configure:20730: result: perl configure:20977: checking for libxml libraries >= 2.6.5 configure:21037: error: Version 2.5.11 found. You need at least libxml2 2.6.5 for this version of libxslt ## ---------------- ## ## Cache variables. ## ## ---------------- ## lt_lt_cv_sys_global_symbol_pipe='"sed -n -e '\''s/^.*[ ]\\([ABCDGIRSTW][ABCDGIRSTW]*\\)[ ][ ]*\\(\\)\\([_A-Za-z][_A-Za-z0-9]*\\)\$/\\1 \\2\\3 \\3/p'\''"' ac_cv_prog_ac_ct_F77=f77 am_cv_CC_dependencies_compiler_type=gcc ac_cv_func_sscanf=yes ac_cv_header_ansidecl_h=no ac_cv_prog_CXXCPP='c++ -E' ac_cv_env_CXXFLAGS_value=' -O -pipe ' ac_cv_func_stat=yes lt_cv_sys_global_symbol_to_cdecl='sed -n -e '\''s/^. .* \(.*\)$/extern int \1;/p'\''' ac_cv_f77_compiler_gnu=yes ac_cv_env_F77_value= ac_cv_header_stdlib_h=yes lt_cv_file_magic_cmd='$MAGIC_CMD' ac_cv_header_sys_time_h=yes ac_cv_func_localtime=yes lt_cv_prog_gnu_ldcxx=yes ac_cv_lib_cposix_strerror=no ac_cv_prog_cc_g=yes ac_cv_env_CXXCPP_set= ac_cv_env_LDFLAGS_set= ac_cv_func_gmtime=yes ac_cv_header_stdarg_h=yes lt_cv_prog_compiler_c_o_CXX=yes ac_cv_prog_ac_ct_AR=ar ac_cv_c_compiler_gnu=yes ac_cv_exeext= ac_cv_env_CFLAGS_set=set ac_cv_func_fprintf=yes lt_cv_sys_global_symbol_to_c_name_address='sed -n -e '\''s/^: \([^ ]*\) $/ {\"\1\", (lt_ptr) 0},/p'\'' -e '\''s/^[BCDEGRST] \([^ ]*\) \([^ ]*\)$/ {"\2", (lt_ptr) \&\2},/p'\''' ac_cv_func_vfprintf=yes ac_cv_func_fabs=yes ac_cv_header_fp_class_h=no lt_lt_cv_sys_global_symbol_to_cdecl='"sed -n -e '\''s/^. .* \\(.*\\)\$/extern int \\1;/p'\''"' ac_cv_prog_make_gmake_set=yes ac_cv_env_FFLAGS_set= lt_cv_sys_max_cmd_len=65536 ac_cv_func_mktime=yes ac_cv_env_CPP_value= ac_cv_env_CPPFLAGS_set=set ac_cv_header_float_h=yes ac_cv_cxx_compiler_gnu=yes ac_cv_env_CXX_set=set ac_cv_func_snprintf=yes ac_cv_func_ftime=no lt_lt_cv_prog_compiler_c_o_CXX='"yes"' ac_cv_env_host_alias_set= ac_cv_func_vsnprintf=yes lt_lt_cv_sys_global_symbol_to_c_name_address='"sed -n -e '\''s/^: \\([^ ]*\\) \$/ {\\\"\\1\\\", (lt_ptr) 0},/p'\'' -e '\''s/^[BCDEGRST] \\([^ ]*\\) \\([^ ]*\\)\$/ {\"\\2\", (lt_ptr) \\&\\2},/p'\''"' lt_cv_ld_reload_flag=-r ac_cv_func_pow=no ac_cv_func_isinf=yes ac_cv_func_isnan=yes lt_cv_prog_gnu_ld=yes ac_cv_header_sys_stat_h=yes ac_cv_env_build_alias_set=set ac_cv_func__stat=yes lt_cv_prog_compiler_c_o=yes ac_cv_prog_f77_g=yes ac_cv_env_CXXCPP_value= ac_cv_env_LDFLAGS_value= ac_cv_env_target_alias_set= ac_cv_func_sprintf=yes ac_cv_host_alias=i386-portbld-freebsd4.9 ac_cv_prog_cc_stdc= ac_cv_env_CFLAGS_value='-O -pipe ' ac_cv_env_CC_set=set ac_cv_func_vsprintf=yes ac_cv_func_gettimeofday=yes ac_cv_header_math_h=yes lt_cv_prog_compiler_c_o_F77=yes ac_cv_header_sys_types_h=yes ac_cv_header_stdc=yes ac_cv_func_printf=yes ac_cv_header_ieeefp_h=yes ac_cv_header_strings_h=yes lt_cv_path_SED=/usr/bin/sed ac_cv_header_stdint_h=no ac_cv_header_inttypes_h=yes ac_cv_prog_egrep='grep -E' ac_cv_env_FFLAGS_value= ac_cv_header_sys_timeb_h=yes lt_cv_path_LD=/usr/libexec/elf/ld lt_cv_prog_compiler_rtti_exceptions=yes ac_cv_header_unistd_h=yes ac_cv_header_string_h=yes ac_cv_build_alias=i386-portbld-freebsd4.9 ac_cv_env_CPPFLAGS_value=-I/usr/local/include ac_cv_func_floor=no ac_cv_lib_m_pow=yes ac_cv_header_time_h=yes lt_lt_cv_prog_compiler_c_o='"yes"' ac_cv_prog_ac_ct_RANLIB=ranlib ac_cv_header_memory_h=yes ac_cv_env_CXXFLAGS_set=set ac_cv_env_CXX_value=c++ ac_cv_func_asctime=yes ac_cv_prog_ac_ct_STRIP=strip ac_cv_host=i386-portbld-freebsd4.9 ac_cv_env_F77_set= ac_cv_env_host_alias_value= ac_cv_func_time=yes lt_lt_cv_prog_compiler_c_o_F77='"yes"' ac_cv_header_nan_h=no lt_cv_objdir=.libs ac_cv_prog_cxx_g=yes lt_cv_file_magic_test_file= am_cv_CXX_dependencies_compiler_type=gcc ac_cv_build=i386-portbld-freebsd4.9 ac_cv_prog_CPP='cc -E' ac_cv_prog_AWK=nawk ac_cv_env_build_alias_value=i386-portbld-freebsd4.9 lt_cv_sys_global_symbol_pipe='sed -n -e '\''s/^.*[ ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][ ]*\(\)\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2\3 \3/p'\''' lt_cv_deplibs_check_method=pass_all ac_cv_prog_ac_ct_CC=cc ac_cv_prog_PERL=perl lt_cv_path_LDCXX=/usr/libexec/elf/ld ac_cv_env_target_alias_value= ac_cv_env_CC_value=cc ac_cv_lib_m_floor=yes lt_cv_path_NM='/usr/bin/nm -B' ac_cv_env_CPP_set= ac_cv_header_dlfcn_h=yes ac_cv_objext=o ## ----------------- ## ## Output variables. ## ## ----------------- ## ACLOCAL='${SHELL} /usr/ports/textproc/libxslt/work/libxslt-1.1.4/missing --run aclocal-1.6' AMDEPBACKSLASH='\' AMDEP_FALSE='#' AMDEP_TRUE='' AMTAR='${SHELL} /usr/ports/textproc/libxslt/work/libxslt-1.1.4/missing --run tar' AR='ar' AUTOCONF='${SHELL} /usr/ports/textproc/libxslt/work/libxslt-1.1.4/missing --run autoconf' AUTOHEADER='${SHELL} /usr/ports/textproc/libxslt/work/libxslt-1.1.4/missing --run autoheader' AUTOMAKE='${SHELL} /usr/ports/textproc/libxslt/work/libxslt-1.1.4/missing --run automake-1.6' AWK='nawk' CC='cc' CCDEPMODE='depmode=gcc' CFLAGS='-O -pipe -Wall' CPP='cc -E' CPPFLAGS='-I/usr/local/include' CXX='c++' CXXCPP='c++ -E' CXXDEPMODE='depmode=gcc' CXXFLAGS=' -O -pipe ' DEFS='' DEPDIR='.deps' ECHO='echo' ECHO_C='' ECHO_N='-n' ECHO_T='' EGREP='grep -E' EXEEXT='' EXSLT_INCLUDEDIR='' EXSLT_LIBDIR='' EXSLT_LIBS='' EXTRA_LIBS='' F77='f77' FFLAGS='-g -O2' HTML_DIR='/usr/local/share/doc' INSTALL_DATA='install -c -o root -g wheel -m 444' INSTALL_PROGRAM='install -c -s -o root -g wheel -m 555' INSTALL_SCRIPT='install -c -o root -g wheel -m 555' INSTALL_STRIP_PROGRAM='${SHELL} $(install_sh) -c -s' LDFLAGS='' LIBEXSLT_MAJOR_VERSION='0' LIBEXSLT_MICRO_VERSION='4' LIBEXSLT_MINOR_VERSION='8' LIBEXSLT_VERSION='0.8.4' LIBEXSLT_VERSION_INFO='8:4:8' LIBEXSLT_VERSION_NUMBER='804' LIBOBJS='' LIBS='' LIBTOOL='$(SHELL) $(top_builddir)/libtool' LIBXML_CFLAGS='' LIBXML_LIBS='' LIBXML_REQUIRED_VERSION='2.6.5' LIBXML_SRC='' LIBXSLT_MAJOR_VERSION='1' LIBXSLT_MICRO_VERSION='4' LIBXSLT_MINOR_VERSION='1' LIBXSLT_VERSION='1.1.4' LIBXSLT_VERSION_INFO='2:4:1' LIBXSLT_VERSION_NUMBER='10104' LN_S='ln -s' LTLIBOBJS='' MAINT='#' MAINTAINER_MODE_FALSE='' MAINTAINER_MODE_TRUE='#' MAKEINFO='${SHELL} /usr/ports/textproc/libxslt/work/libxslt-1.1.4/missing --run makeinfo' M_LIBS='-lm' OBJEXT='o' PACKAGE='libxslt' PACKAGE_BUGREPORT='' PACKAGE_NAME='' PACKAGE_STRING='' PACKAGE_TARNAME='' PACKAGE_VERSION='' PATH_SEPARATOR=':' PERL='perl' PYTHON='/usr/local/bin/python' PYTHONSODV='' PYTHON_INCLUDES='/usr/local/include/python2.3' PYTHON_SITE_PACKAGES='/usr/local/lib/python2.3/site-packages' PYTHON_SUBDIR='python' PYTHON_VERSION='2.3' RANLIB='ranlib' RELDATE='' SET_MAKE='' SHELL='/bin/sh' STATIC_BINARIES='' STRIP='strip' VERSION='1.1.4' WIN32_EXTRA_LDFLAGS='' WIN32_EXTRA_LIBADD='' WITH_DEBUGGER='1' WITH_MEM_DEBUG='0' WITH_PERL_FALSE='#' WITH_PERL_TRUE='' WITH_PYTHON_FALSE='#' WITH_PYTHON_TRUE='' WITH_TRIO='0' WITH_XSLT_DEBUG='1' XML_CONFIG='xml2-config' XSLTPROCDV='' XSLT_INCLUDEDIR='' XSLT_LIBDIR='' XSLT_LIBS='' ac_ct_AR='ar' ac_ct_CC='cc' ac_ct_CXX='' ac_ct_F77='f77' ac_ct_RANLIB='ranlib' ac_ct_STRIP='strip' am__include='include' am__quote='' bindir='${exec_prefix}/bin' build='i386-portbld-freebsd4.9' build_alias='i386-portbld-freebsd4.9' build_cpu='i386' build_os='freebsd4.9' build_vendor='portbld' datadir='${prefix}/share' exec_prefix='NONE' host='i386-portbld-freebsd4.9' host_alias='' host_cpu='i386' host_os='freebsd4.9' host_vendor='portbld' includedir='${prefix}/include' infodir='${prefix}/info' install_sh='/usr/ports/textproc/libxslt/work/libxslt-1.1.4/install-sh' libdir='${exec_prefix}/lib' libexecdir='${exec_prefix}/libexec' localstatedir='${prefix}/var' mandir='${prefix}/man' oldincludedir='/usr/include' prefix='/usr/local' program_transform_name='s,x,x,' pythondir='$(libdir)/python${PYTHON_VERSION}/site-packages' sbindir='${exec_prefix}/sbin' sharedstatedir='${prefix}/com' sysconfdir='${prefix}/etc' target_alias='' ## ----------- ## ## confdefs.h. ## ## ----------- ## #define HAVE_ASCTIME 1 #define HAVE_DLFCN_H 1 #define HAVE_FLOAT_H 1 #define HAVE_FLOOR 1 #define HAVE_FPRINTF 1 #define HAVE_GETTIMEOFDAY 1 #define HAVE_GMTIME 1 #define HAVE_IEEEFP_H 1 #define HAVE_INTTYPES_H 1 #define HAVE_LOCALTIME 1 #define HAVE_MATH_H 1 #define HAVE_MEMORY_H 1 #define HAVE_MKTIME 1 #define HAVE_POW 1 #define HAVE_PRINTF 1 #define HAVE_SNPRINTF 1 #define HAVE_SPRINTF 1 #define HAVE_SSCANF 1 #define HAVE_STAT 1 #define HAVE_STDARG_H 1 #define HAVE_STDLIB_H 1 #define HAVE_STDLIB_H 1 #define HAVE_STRINGS_H 1 #define HAVE_STRING_H 1 #define HAVE_STRING_H 1 #define HAVE_SYS_STAT_H 1 #define HAVE_SYS_STAT_H 1 #define HAVE_SYS_TIMEB_H 1 #define HAVE_SYS_TIME_H 1 #define HAVE_SYS_TYPES_H 1 #define HAVE_SYS_TYPES_H 1 #define HAVE_TIME 1 #define HAVE_TIME_H 1 #define HAVE_UNISTD_H 1 #define HAVE_UNISTD_H 1 #define HAVE_VFPRINTF 1 #define HAVE_VSNPRINTF 1 #define HAVE_VSPRINTF 1 #define HAVE__STAT 1 #define PACKAGE "libxslt" #define PACKAGE_BUGREPORT "" #define PACKAGE_NAME "" #define PACKAGE_STRING "" #define PACKAGE_TARNAME "" #define PACKAGE_VERSION "" #define STDC_HEADERS 1 #define VERSION "1.1.4" #define WITH_DEBUGGER 1 configure: exit 1 -----------------END libxslt-1.1.4/config.log---------------- -----------------BEGIN `ll /var/db/pkg/'---------------- total 13660 drwxr-xr-x 2 root wheel 512 Feb 1 09:36 Hermes-1.3.3 drwxr-xr-x 2 root wheel 512 Feb 1 07:49 Mesa-3.4.2_2 drwxr-xr-x 2 root wheel 512 Feb 1 09:37 ORBit2-2.8.1 drwxr-xr-x 2 root wheel 512 Feb 1 07:42 XFree86-4.3.0,1 drwxr-xr-x 2 root wheel 512 Feb 1 07:42 XFree86-FontServer-4.3.0_2 drwxr-xr-x 2 root wheel 512 Feb 1 07:42 XFree86-Server-4.3.0_10 drwxr-xr-x 2 root wheel 512 Feb 1 07:42 XFree86-clients-4.3.0_3 drwxr-xr-x 2 root wheel 512 Feb 1 07:42 XFree86-documents-4.3.0 drwxr-xr-x 2 root wheel 512 Feb 1 07:42 XFree86-font100dpi-4.3.0 drwxr-xr-x 2 root wheel 512 Feb 1 07:42 XFree86-font75dpi-4.3.0 drwxr-xr-x 2 root wheel 512 Feb 1 07:42 XFree86-fontCyrillic-4.3.0 drwxr-xr-x 2 root wheel 512 Feb 1 07:42 XFree86-fontDefaultBitmaps-4.3.0 drwxr-xr-x 2 root wheel 512 Feb 1 07:42 XFree86-fontEncodings-4.3.0 drwxr-xr-x 2 root wheel 512 Feb 1 07:42 XFree86-fontScalable-4.3.0 drwxr-xr-x 2 root wheel 512 Feb 1 07:41 XFree86-libraries-4.3.0_6 drwxr-xr-x 2 root wheel 512 Feb 1 07:42 Xft-2.1.2 drwxr-xr-x 2 root wheel 512 Feb 1 07:50 aalib-1.4.r5_1 drwxr-xr-x 2 root wheel 512 Feb 1 09:38 acme-2.4.0 drwxr-xr-x 2 root wheel 512 Feb 17 18:13 apache-ant-1.5.4 drwxr-xr-x 2 root wheel 512 Feb 1 07:50 arts-1.1.4,1 drwxr-xr-x 2 root wheel 512 Feb 1 09:39 aspell-0.50.3_1 drwxr-xr-x 2 root wheel 512 Feb 1 09:41 at-spi-1.3.7 drwxr-xr-x 2 root wheel 512 Feb 1 09:37 atk-1.4.0 drwxr-xr-x 2 root wheel 512 Feb 1 09:29 autoconf-2.13.000227_5 drwxr-xr-x 2 root wheel 512 Feb 14 09:43 automake-1.4.5_9 drwxr-xr-x 2 root wheel 512 Feb 4 20:05 backfract-1.1.2 drwxr-xr-x 2 root wheel 512 Feb 16 20:53 barry-0.6 drwxr-xr-x 2 root wheel 512 Feb 17 08:53 bison-1.75_1 drwxr-xr-x 2 root wheel 512 Feb 1 09:38 bitstream-vera-1.10 drwxr-xr-x 2 root wheel 512 Feb 4 20:41 blender-2.25 drwxr-xr-x 2 root wheel 512 Feb 1 09:38 bugbuddy2-2.4.0 drwxr-xr-x 2 root wheel 512 Feb 1 07:50 cdparanoia-3.9.8_5 drwxr-xr-x 2 root wheel 512 Feb 1 09:38 cdrtools-2.0.3 drwxr-xr-x 2 root wheel 512 Feb 1 07:49 cups-base-1.1.19.0 drwxr-xr-x 2 root wheel 512 Feb 24 22:22 cvsup-16.1h drwxr-xr-x 2 root wheel 512 Feb 17 08:59 djbfft-0.76 drwxr-xr-x 2 root wheel 512 Feb 1 09:37 docbook-sk-4.1.2 drwxr-xr-x 2 root wheel 512 Feb 1 09:37 docbook-xml-4.2_1 drwxr-xr-x 2 root wheel 512 Feb 1 09:37 docbook-xsl-1.61.3_1 drwxr-xr-x 2 root wheel 512 Feb 13 20:55 downloader-2.4.1_2 drwxr-xr-x 2 root wheel 512 Feb 17 18:26 eclipse-2.1.1_2 drwxr-xr-x 2 root wheel 512 Feb 1 09:38 eel2-2.4.0 drwxr-xr-x 2 root wheel 512 Feb 1 09:38 eog2-2.4.0 drwxr-xr-x 2 root wheel 512 Feb 1 09:39 epiphany-1.0 drwxr-xr-x 2 root wheel 512 Feb 1 07:50 esound-0.2.32 drwxr-xr-x 2 root wheel 512 Feb 1 07:41 expat-1.95.6_1 drwxr-xr-x 2 root wheel 512 Feb 24 22:21 ezm3-1.1 drwxr-xr-x 2 root wheel 512 Feb 1 07:50 fam-2.6.9_3 drwxr-xr-x 2 root wheel 512 Feb 16 20:43 filelight-0.6.0 drwxr-xr-x 2 root wheel 512 Feb 1 09:39 fileroller-2.4.0.1,1 drwxr-xr-x 2 root wheel 512 Feb 17 09:17 flac-1.1.0_2 drwxr-xr-x 2 root wheel 512 Feb 1 07:41 fontconfig-2.2.90_3 drwxr-xr-x 2 root wheel 512 Feb 1 07:41 freetype2-2.1.4_1 drwxr-xr-x 2 root wheel 512 Feb 1 09:38 gail-1.4.0 drwxr-xr-x 2 root wheel 512 Feb 1 09:39 gcalctool-4.3.3_1 drwxr-xr-x 2 root wheel 512 Feb 1 09:39 gconf-editor-2.4.0,1 drwxr-xr-x 2 root wheel 512 Feb 1 09:37 gconf2-2.4.0.1 drwxr-xr-x 2 root wheel 512 Feb 1 09:39 gdm2-2.4.4.1_1 drwxr-xr-x 2 root wheel 512 Feb 1 09:39 gedit2-2.4.0 drwxr-xr-x 2 root wheel 512 Feb 1 07:50 gettext-0.12.1 drwxr-xr-x 2 root wheel 512 Feb 1 09:39 ggv2-2.4.0.1 drwxr-xr-x 2 root wheel 512 Feb 1 09:39 ghostscript-gnu-7.07_3 drwxr-xr-x 2 root wheel 512 Feb 1 09:39 gle-3.0.3 drwxr-xr-x 2 root wheel 512 Feb 1 10:00 glib-1.2.10_10 drwxr-xr-x 2 root wheel 512 Feb 1 09:36 glib-2.2.3 drwxr-xr-x 2 root wheel 512 Feb 1 09:26 gmake-3.80_1 drwxr-xr-x 2 root wheel 512 Feb 1 09:38 gnome-icon-theme-1.0.9 drwxr-xr-x 2 root wheel 512 Feb 1 09:40 gnome-themes-2.4.0 drwxr-xr-x 2 root wheel 512 Feb 1 09:40 gnomeapplets2-2.4.1_1 drwxr-xr-x 2 root wheel 512 Feb 1 09:40 gnomeaudio2-2.0.0 drwxr-xr-x 2 root wheel 512 Feb 1 09:41 gnomecontrolcenter2-2.4.0 drwxr-xr-x 2 root wheel 512 Feb 1 09:38 gnomedesktop-2.4.0 drwxr-xr-x 2 root wheel 512 Feb 1 09:41 gnomegames2-2.4.0 drwxr-xr-x 2 root wheel 512 Feb 1 09:37 gnomehier-1.0_8 drwxr-xr-x 2 root wheel 512 Feb 1 09:41 gnomemag-0.10.3 drwxr-xr-x 2 root wheel 512 Feb 1 09:37 gnomemimedata-2.4.0 drwxr-xr-x 2 root wheel 512 Feb 1 09:40 gnomepanel-2.4.0_1 drwxr-xr-x 2 root wheel 512 Feb 1 09:38 gnomevfs2-2.4.0 drwxr-xr-x 2 root wheel 512 Feb 1 09:41 gstreamer-0.6.3 drwxr-xr-x 2 root wheel 512 Feb 1 10:14 gtk-1.2.10_10 drwxr-xr-x 2 root wheel 512 Feb 1 09:37 gtk-2.2.4 drwxr-xr-x 2 root wheel 512 Feb 1 09:38 gtk-engines2-2.2.0 drwxr-xr-x 2 root wheel 512 Feb 1 09:39 gtksourceview-0.6.0 drwxr-xr-x 2 root wheel 512 Feb 1 09:41 guile-1.6.4_2 drwxr-xr-x 2 root wheel 512 Feb 1 07:41 imake-4.3.0_1 drwxr-xr-x 2 root wheel 512 Feb 1 09:37 intltool-0.27.2 drwxr-xr-x 2 root wheel 512 Feb 26 08:11 jasper-1.700.5 drwxr-xr-x 2 root wheel 512 Feb 15 11:43 javavmwrapper-1.4 drwxr-xr-x 2 root wheel 512 Feb 17 18:13 jdk-1.4.1p3_3 drwxr-xr-x 2 root wheel 512 Feb 1 07:49 jpeg-6b_1 drwxr-xr-x 2 root wheel 512 Feb 1 07:51 kde-3.1.4 drwxr-xr-x 2 root wheel 512 Feb 1 07:51 kdeaddons-3.1.4 drwxr-xr-x 2 root wheel 512 Feb 1 07:51 kdeadmin-3.1.4 drwxr-xr-x 2 root wheel 512 Feb 1 07:51 kdeartwork-3.1.4 drwxr-xr-x 2 root wheel 512 Feb 1 07:50 kdebase-3.1.4 drwxr-xr-x 2 root wheel 512 Feb 1 07:50 kdegames-3.1.4 drwxr-xr-x 2 root wheel 512 Feb 1 07:51 kdegraphics-3.1.4 drwxr-xr-x 2 root wheel 512 Feb 1 07:50 kdelibs-3.1.4 drwxr-xr-x 2 root wheel 512 Feb 1 07:50 kdemultimedia-3.1.4 drwxr-xr-x 2 root wheel 512 Feb 1 07:51 kdenetwork-3.1.4 drwxr-xr-x 2 root wheel 512 Feb 1 07:51 kdepim-3.1.4 drwxr-xr-x 2 root wheel 512 Feb 1 07:51 kdetoys-3.1.4 drwxr-xr-x 2 root wheel 512 Feb 1 07:51 kdeutils-3.1.4 drwxr-xr-x 2 root wheel 512 Feb 1 07:51 koffice-1.2.1_1,1 drwxr-xr-x 2 root wheel 512 Feb 24 22:13 kopete-0.7 drwxr-xr-x 2 root wheel 512 Feb 1 07:50 lame-3.93.1 drwxr-xr-x 2 root wheel 512 Feb 1 07:49 lcms-1.09,1 drwxr-xr-x 2 root wheel 512 Feb 1 09:39 lha-1.14i_1 drwxr-xr-x 2 root wheel 512 Feb 1 09:36 libIDL-0.8.2 drwxr-xr-x 2 root wheel 512 Feb 17 09:17 liba52-0.7.4 drwxr-xr-x 2 root wheel 512 Feb 1 07:50 libart_lgpl2-2.3.16 drwxr-xr-x 2 root wheel 512 Feb 1 07:49 libaudiofile-0.2.3 drwxr-xr-x 2 root wheel 512 Feb 1 09:37 libbonobo-2.4.0 drwxr-xr-x 2 root wheel 512 Feb 1 09:38 libbonoboui-2.4.0 drwxr-xr-x 2 root wheel 512 Feb 17 09:10 libdvdcss-1.2.8 drwxr-xr-x 2 root wheel 512 Feb 17 09:17 libdvdread-0.9.4 drwxr-xr-x 2 root wheel 512 Feb 1 09:38 libglade2-2.0.1_1 drwxr-xr-x 2 root wheel 512 Feb 1 09:38 libgnome-2.4.0 drwxr-xr-x 2 root wheel 512 Feb 1 09:38 libgnomecanvas-2.4.0 drwxr-xr-x 2 root wheel 512 Feb 1 09:38 libgnomeprint-2.3.1 drwxr-xr-x 2 root wheel 512 Feb 1 09:38 libgnomeprintui-2.3.1 drwxr-xr-x 2 root wheel 512 Feb 1 09:38 libgnomeui-2.4.0.1_1 drwxr-xr-x 2 root wheel 512 Feb 1 07:49 libgnugetopt-1.2 drwxr-xr-x 2 root wheel 512 Feb 1 09:38 libgsf-1.8.1 drwxr-xr-x 2 root wheel 512 Feb 1 09:40 libgtop2-2.0.5 drwxr-xr-x 2 root wheel 512 Feb 1 07:49 libiconv-1.9.1_1 drwxr-xr-x 2 root wheel 512 Feb 1 09:41 libltdl-1.5 drwxr-xr-x 2 root wheel 512 Feb 16 19:35 libmikmod-esound-3.1.10_1 drwxr-xr-x 2 root wheel 512 Feb 1 07:49 libmng-1.0.5_1 drwxr-xr-x 2 root wheel 512 Feb 1 07:50 libogg-1.0_1,3 drwxr-xr-x 2 root wheel 512 Feb 1 09:38 librsvg2-2.4.0 drwxr-xr-x 2 root wheel 512 Feb 1 09:35 libtool-1.3.5_1 drwxr-xr-x 2 root wheel 512 Feb 1 07:50 libvorbis-1.0_1,3 drwxr-xr-x 2 root wheel 512 Feb 1 09:38 libwnck-2.4.0.1 drwxr-xr-x 2 root wheel 512 Feb 21 09:36 libxine-1.0.r0_2 drwxr-xr-x 2 root wheel 512 Feb 16 19:35 libxml-1.8.17_1 drwxr-xr-x 2 root wheel 512 Feb 1 07:49 libxml2-2.5.11 drwxr-xr-x 2 root wheel 512 Feb 1 07:50 libxslt-1.0.33 drwxr-xr-x 2 root wheel 512 Feb 4 19:58 licq-base-1.2.7 drwxr-xr-x 2 root wheel 512 Feb 4 19:58 licq-qt-gui-kde-1.2.7_1 drwxr-xr-x 2 root wheel 512 Feb 1 09:37 linc-1.0.3 drwxr-xr-x 2 root wheel 512 Feb 15 11:43 linux-sun-jdk-1.4.2.01_1 drwxr-xr-x 2 root wheel 512 Feb 15 11:43 linux_base-7.1_5 drwxr-xr-x 2 root wheel 512 Feb 1 09:39 lzo-1.08_1 drwxr-xr-x 2 root wheel 512 Feb 1 09:39 lzop-1.01 drwxr-xr-x 2 root wheel 512 Feb 1 09:29 m4-1.4_1 drwxr-xr-x 2 root wheel 512 Feb 17 09:17 mad-esound-0.14.2b_3 drwxr-xr-x 2 root wheel 512 Feb 1 09:40 metacity-2.6.1 drwxr-xr-x 2 root wheel 512 Feb 1 10:14 mgapdesk-1.0.7 drwxr-xr-x 2 root wheel 512 Feb 1 09:39 mozilla-gtk2-1.4 drwxr-xr-x 2 root wheel 512 Feb 17 08:55 nasm-0.98.35,1 drwxr-xr-x 2 root wheel 512 Feb 1 09:41 nautilus2-2.4.0_1 drwxr-xr-x 2 root wheel 512 Feb 16 18:11 open-motif-2.2.2_1 drwxr-xr-x 2 root wheel 512 Feb 1 07:50 openldap-client-2.1.22 drwxr-xr-x 2 root wheel 512 Feb 1 20:33 p5-Authen-PAM-0.14 drwxr-xr-x 2 root wheel 512 Feb 1 20:33 p5-Net-SSLeay-1.23 drwxr-xr-x 2 root wheel 512 Feb 1 09:37 pango-1.2.5 drwxr-xr-x 2 root wheel 512 Feb 1 07:50 pcre-4.3 drwxr-xr-x 2 root wheel 512 Feb 1 07:51 pilot-link-0.11.7_2 drwxr-xr-x 2 root wheel 512 Feb 1 07:41 pkgconfig-0.15.0 -rw-r--r-- 1 root wheel 13552640 Feb 22 21:11 pkgdb.db drwxr-xr-x 2 root wheel 512 Feb 1 07:42 png-1.2.5_2 drwxr-xr-x 2 root wheel 512 Feb 1 09:36 popt-1.6.4_1 drwxr-xr-x 2 root wheel 512 Feb 22 20:43 portupgrade-20030723 drwxr-xr-x 2 root wheel 512 Feb 1 09:37 py23-expat-2.3_2 drwxr-xr-x 2 root wheel 512 Feb 1 07:49 python-2.3_1 drwxr-xr-x 2 root wheel 512 Feb 4 20:42 qcad-1.5.4 drwxr-xr-x 2 root wheel 512 Feb 1 07:49 qt-3.2.1 drwxr-xr-x 2 root wheel 512 Feb 1 07:51 quanta-3.1.4,2 drwxr-xr-x 2 root wheel 512 Feb 14 09:44 rpm-3.0.6_8 drwxr-xr-x 2 root wheel 512 Feb 22 20:41 ruby-1.6.8.2003.04.19 drwxr-xr-x 2 root wheel 512 Feb 22 20:43 ruby-bdb1-0.2.1 drwxr-xr-x 2 root wheel 512 Feb 22 20:42 ruby-rdoc-0.0.0.b2 drwxr-xr-x 2 root wheel 512 Feb 22 20:43 ruby-shim-ruby18-1.8.0.p2.2003.04.19_1 drwxr-xr-x 2 root wheel 512 Feb 22 21:29 samba-2.2.8a drwxr-xr-x 2 root wheel 512 Feb 1 07:50 samba-libsmbclient-3.0.0.r4 drwxr-xr-x 2 root wheel 512 Feb 1 09:38 scrollkeeper-0.3.12_2,1 drwxr-xr-x 2 root wheel 512 Feb 1 07:50 sdl-1.2.5_2 drwxr-xr-x 2 root wheel 512 Feb 1 09:37 sdocbook-xml-4.1.2.5_1 drwxr-xr-x 2 root wheel 512 Feb 17 09:17 speex-1.0.1,1 drwxr-xr-x 2 root wheel 512 Feb 1 09:38 startup-notification-0.5_1 drwxr-xr-x 2 root wheel 512 Feb 1 07:50 svgalib-1.4.3 drwxr-xr-x 2 root wheel 512 Feb 1 07:51 tcl-8.3.5_2 drwxr-xr-x 2 root wheel 512 Feb 1 07:49 tiff-3.5.7_1 drwxr-xr-x 2 root wheel 512 Feb 1 07:51 tk-8.3.5_2 drwxr-xr-x 2 root wheel 512 Feb 14 21:13 unzip-5.50_2 drwxr-xr-x 2 root wheel 512 Feb 16 18:11 urwfonts-1.0 drwxr-xr-x 2 root wheel 512 Feb 1 07:51 uulib-0.5.18 drwxr-xr-x 2 root wheel 512 Feb 1 20:33 webmin-1.100_10 drwxr-xr-x 2 root wheel 512 Feb 21 09:36 win32-codecs-2.0.90,1 drwxr-xr-x 2 root wheel 512 Feb 17 18:12 wine-20030813_1 drwxr-xr-x 2 root wheel 512 Feb 1 07:42 wrapper-1.0_3 drwxr-xr-x 2 root wheel 512 Feb 1 07:50 xanim-2.92.0 drwxr-xr-x 2 root wheel 512 Feb 21 09:36 xine-0.9.22_1 drwxr-xr-x 2 root wheel 512 Feb 1 09:37 xmlcatmgr-0.2_1 drwxr-xr-x 2 root wheel 512 Feb 16 20:53 xmms-esound-1.2.8 drwxr-xr-x 2 root wheel 512 Feb 16 20:53 xmms-kde-3.0.0 drwxr-xr-x 2 root wheel 512 Feb 14 21:18 zip-2.3_1 drwxr-xr-x 2 root wheel 512 Feb 1 09:39 zoo-2.10.1 -----------------END `ll /var/db/pkg/'---------------- From owner-freebsd-gnome@FreeBSD.ORG Wed Feb 25 23:29:46 2004 Return-Path: Delivered-To: freebsd-gnome@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0517616A4CE for ; Wed, 25 Feb 2004 23:29:46 -0800 (PST) Received: from lakemtao05.cox.net (lakemtao05.cox.net [68.1.17.116]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7DD7443D1F for ; Wed, 25 Feb 2004 23:29:45 -0800 (PST) (envelope-from mezz7@cox.net) Received: from mezz.mezzweb.com ([68.103.32.11]) by lakemtao05.cox.net (InterMail vM.5.01.06.08 201-253-122-130-108-20031117) with ESMTP id <20040226072943.SDMF7047.lakemtao05.cox.net@mezz.mezzweb.com>; Thu, 26 Feb 2004 02:29:43 -0500 To: ojc@fusemail.com References: <1311.211.26.132.46.1077780142.fusewebmail@www.fusemail.com> Message-ID: From: Jeremy Messenger Content-Type: text/plain; format=flowed; charset=iso-8859-1 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Date: Thu, 26 Feb 2004 01:28:45 -0600 In-Reply-To: <1311.211.26.132.46.1077780142.fusewebmail@www.fusemail.com> User-Agent: Opera7.23/Linux M2 build 518 cc: gnome@FreeBSD.org Subject: Re: Error while compiling KDE 3.2 on FreeBSD 4.9 Stable X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.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: Thu, 26 Feb 2004 07:29:46 -0000 On Thu, 26 Feb 2004 01:22:22 -0600 (CST), Oliver Coleman wrote: > Hey there, > > Had a bit of an error message while attempting to `make' KDE 3.2 on > FreeBSD stable 4.9 (after updating the entire ports tree on 25-02-2004). > I'm not sure whether I'm doing something wrong; I shall attempt to find > that out now. > > -------------BEGIN CONSOLE OUTPUT-------------- > > checking for libxml libraries >= 2.6.5... configure: error: Version > 2.5.11 > found. You need at least libxml2 2.6.5 for this version of libxslt Here's your answer in the error, which you need to upgrade all of your apps first before you can install KDE. Current, we have the libxml2 2.6.7 in the ports tree. Hint: use portupgrade Cheers, Mezz -- bsdforums.org 's moderator, mezz. From owner-freebsd-gnome@FreeBSD.ORG Thu Feb 26 02:04:38 2004 Return-Path: Delivered-To: freebsd-gnome@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 61E5616A4CE for ; Thu, 26 Feb 2004 02:04:38 -0800 (PST) Received: from mtaw6.prodigy.net (mtaw6.prodigy.net [64.164.98.56]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2C98943D1F for ; Thu, 26 Feb 2004 02:04:38 -0800 (PST) (envelope-from kris@obsecurity.org) Received: from obsecurity.dyndns.org (beaa505d026a8db6fd663e4efd00763e@adsl-67-119-53-203.dsl.lsan03.pacbell.net [67.119.53.203]) by mtaw6.prodigy.net (8.12.10/8.12.10) with ESMTP id i1QA3eDO019993 for ; Thu, 26 Feb 2004 02:03:40 -0800 (PST) Received: by obsecurity.dyndns.org (Postfix, from userid 1000) id 440D466CAF; Thu, 26 Feb 2004 02:04:37 -0800 (PST) Date: Thu, 26 Feb 2004 02:04:37 -0800 From: Kris Kennaway To: gnome@FreeBSD.org Message-ID: <20040226100437.GC94694@xor.obsecurity.org> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="hOcCNbCCxyk/YU74" Content-Disposition: inline User-Agent: Mutt/1.4.1i Subject: mozilla-thunderbird-0.4_1 broken on ia64 X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.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: Thu, 26 Feb 2004 10:04:38 -0000 --hOcCNbCCxyk/YU74 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline http://bento.freebsd.org/errorlogs/ia64-5-latest/mozilla-thunderbird-0.4_1.log Can you please investigate and/or report to the developers? Kris --hOcCNbCCxyk/YU74 Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.4 (FreeBSD) iD8DBQFAPcS0Wry0BWjoQKURAie0AKD4FHCxF8RvVAoLu1Ccv3pIxtcsqACg0ViP 505R0Zp96VYT1ZJXTzTxpWI= =W9D7 -----END PGP SIGNATURE----- --hOcCNbCCxyk/YU74-- From owner-freebsd-gnome@FreeBSD.ORG Thu Feb 26 02:06:19 2004 Return-Path: Delivered-To: freebsd-gnome@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EA55F16A4CE for ; Thu, 26 Feb 2004 02:06:19 -0800 (PST) Received: from mtaw6.prodigy.net (mtaw6.prodigy.net [64.164.98.56]) by mx1.FreeBSD.org (Postfix) with ESMTP id C862643D31 for ; Thu, 26 Feb 2004 02:06:19 -0800 (PST) (envelope-from kris@obsecurity.org) Received: from obsecurity.dyndns.org (8fdfee6ea9655898c71474973a01e3b6@adsl-67-119-53-203.dsl.lsan03.pacbell.net [67.119.53.203]) by mtaw6.prodigy.net (8.12.10/8.12.10) with ESMTP id i1QA5MDO020800 for ; Thu, 26 Feb 2004 02:05:22 -0800 (PST) Received: by obsecurity.dyndns.org (Postfix, from userid 1000) id 3383E66CAF; Thu, 26 Feb 2004 02:06:19 -0800 (PST) Date: Thu, 26 Feb 2004 02:06:19 -0800 From: Kris Kennaway To: gnome@FreeBSD.org Message-ID: <20040226100619.GE94694@xor.obsecurity.org> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="wchHw8dVAp53YPj8" Content-Disposition: inline User-Agent: Mutt/1.4.1i Subject: AbiWord2-2.0.3_1 broken on ia64 X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.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: Thu, 26 Feb 2004 10:06:20 -0000 --wchHw8dVAp53YPj8 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline http://bento.freebsd.org/errorlogs/ia64-5-latest/AbiWord2-2.0.3_1.log Can you please investigate and/or report to the developers? Kris --wchHw8dVAp53YPj8 Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.4 (FreeBSD) iD8DBQFAPcUaWry0BWjoQKURAhovAKDcwV6TldMfrn4WJYskX8j4A6duFQCg3K23 HZN3KcbXdMbbaPDRs2FuQsA= =UBCh -----END PGP SIGNATURE----- --wchHw8dVAp53YPj8-- From owner-freebsd-gnome@FreeBSD.ORG Thu Feb 26 02:07:37 2004 Return-Path: Delivered-To: freebsd-gnome@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7B8C716A538 for ; Thu, 26 Feb 2004 02:07:36 -0800 (PST) Received: from mtaw6.prodigy.net (mtaw6.prodigy.net [64.164.98.56]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8AD0C43D39 for ; Thu, 26 Feb 2004 02:07:36 -0800 (PST) (envelope-from kris@obsecurity.org) Received: from obsecurity.dyndns.org (87e61fd57165e3f070b17d46253733da@adsl-67-119-53-203.dsl.lsan03.pacbell.net [67.119.53.203]) by mtaw6.prodigy.net (8.12.10/8.12.10) with ESMTP id i1QA6cDO021349 for ; Thu, 26 Feb 2004 02:06:39 -0800 (PST) Received: by obsecurity.dyndns.org (Postfix, from userid 1000) id 6248266CAF; Thu, 26 Feb 2004 02:07:35 -0800 (PST) Date: Thu, 26 Feb 2004 02:07:35 -0800 From: Kris Kennaway To: gnome@FreeBSD.org Message-ID: <20040226100735.GG94694@xor.obsecurity.org> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="z9ECzHErBrwFF8sy" Content-Disposition: inline User-Agent: Mutt/1.4.1i Subject: inkscape-0.36_3 broken on ia64 X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.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: Thu, 26 Feb 2004 10:07:37 -0000 --z9ECzHErBrwFF8sy Content-Type: text/plain; charset=us-ascii Content-Disposition: inline http://bento.freebsd.org/errorlogs/ia64-5-latest/inkscape-0.36_3.log Can you please investigate and/or report to the developers? Kris --z9ECzHErBrwFF8sy Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.4 (FreeBSD) iD8DBQFAPcVmWry0BWjoQKURAphJAJ0Zql+ednCFHYKjlEkEx4ijigT+5gCcCawD P0iLROyA7jSk632GLCv32zg= =8Xfz -----END PGP SIGNATURE----- --z9ECzHErBrwFF8sy-- From owner-freebsd-gnome@FreeBSD.ORG Thu Feb 26 02:08:52 2004 Return-Path: Delivered-To: freebsd-gnome@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 474E416A4CE for ; Thu, 26 Feb 2004 02:08:52 -0800 (PST) Received: from mta7.pltn13.pbi.net (mta7.pltn13.pbi.net [64.164.98.8]) by mx1.FreeBSD.org (Postfix) with ESMTP id 25B4243D1F for ; Thu, 26 Feb 2004 02:08:52 -0800 (PST) (envelope-from kris@obsecurity.org) Received: from obsecurity.dyndns.org (e6ce85094e473d9402b028ceb10667f9@adsl-67-119-53-203.dsl.lsan03.pacbell.net [67.119.53.203]) by mta7.pltn13.pbi.net (8.12.10/8.12.10) with ESMTP id i1QA8pSs007795 for ; Thu, 26 Feb 2004 02:08:51 -0800 (PST) Received: by obsecurity.dyndns.org (Postfix, from userid 1000) id 4BE4966CAF; Thu, 26 Feb 2004 02:08:51 -0800 (PST) Date: Thu, 26 Feb 2004 02:08:51 -0800 From: Kris Kennaway To: gnome@FreeBSD.org Message-ID: <20040226100851.GH94694@xor.obsecurity.org> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="17/8oYur5Y32USnW" Content-Disposition: inline User-Agent: Mutt/1.4.1i Subject: gimp-2.0.pre3_1,1 broken on ia64 X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.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: Thu, 26 Feb 2004 10:08:52 -0000 --17/8oYur5Y32USnW Content-Type: text/plain; charset=us-ascii Content-Disposition: inline http://bento.freebsd.org/errorlogs/ia64-5-latest/gimp-2.0.pre3_1,1.log Can you please investigate and/or report to the developers? Kris --17/8oYur5Y32USnW Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.4 (FreeBSD) iD8DBQFAPcWzWry0BWjoQKURAvPzAJ4paSjAZFmE41HCvhCTjjFvQ9qI9wCgsLE4 fIQVMdkgmFipK4YNEPhXDic= =Z3/5 -----END PGP SIGNATURE----- --17/8oYur5Y32USnW-- From owner-freebsd-gnome@FreeBSD.ORG Thu Feb 26 02:20:17 2004 Return-Path: Delivered-To: freebsd-gnome@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6A6E016A4CE for ; Thu, 26 Feb 2004 02:20:17 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6415143D1F for ; Thu, 26 Feb 2004 02:20:17 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) i1QAKHbv087534 for ; Thu, 26 Feb 2004 02:20:17 -0800 (PST) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.10/8.12.10/Submit) id i1QAKHPg087533; Thu, 26 Feb 2004 02:20:17 -0800 (PST) (envelope-from gnats) Date: Thu, 26 Feb 2004 02:20:17 -0800 (PST) Message-Id: <200402261020.i1QAKHPg087533@freefall.freebsd.org> To: gnome@FreeBSD.org From: ports@fsck.ch Subject: Re: ports/63270: www/firefox does not install pkgconfig files correctly X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: ports@fsck.ch List-Id: GNOME for FreeBSD -- porting and maintaining List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 26 Feb 2004 10:20:17 -0000 The following reply was made to PR ports/63270; it has been noted by GNATS. From: ports@fsck.ch To: Joe Marcus Clarke Cc: bug-followup@FreeBSD.org Subject: Re: ports/63270: www/firefox does not install pkgconfig files correctly Date: Thu, 26 Feb 2004 11:09:42 +0100 The problem is see (though i am not master of porting) is that the mozilla-*.pc files can be provided by several ports: mozilla, mozilla-devel, firefox and other mozilla variants. Putting those files in different directories makes impossible for a port to check whether either mozilla* or firefox is installed. The various plugin wrapper ports are examples of ports that would want to do that. But then again, what happens if someone wants both mozilla/firefox to coexist? From owner-freebsd-gnome@FreeBSD.ORG Thu Feb 26 09:40:21 2004 Return-Path: Delivered-To: freebsd-gnome@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5E9B916A514 for ; Thu, 26 Feb 2004 09:40:21 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9A35A43D31 for ; Thu, 26 Feb 2004 09:40:11 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) i1QHeBbv071487 for ; Thu, 26 Feb 2004 09:40:11 -0800 (PST) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.10/8.12.10/Submit) id i1QHeBNg071486; Thu, 26 Feb 2004 09:40:11 -0800 (PST) (envelope-from gnats) Date: Thu, 26 Feb 2004 09:40:11 -0800 (PST) Message-Id: <200402261740.i1QHeBNg071486@freefall.freebsd.org> To: gnome@FreeBSD.org From: Joe Marcus Clarke Subject: Re: ports/63270: www/firefox does not install pkgconfig files correctly X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Joe Marcus Clarke List-Id: GNOME for FreeBSD -- porting and maintaining List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 26 Feb 2004 17:40:21 -0000 The following reply was made to PR ports/63270; it has been noted by GNATS. From: Joe Marcus Clarke To: ports@fsck.ch Cc: bug-followup@FreeBSD.org Subject: Re: ports/63270: www/firefox does not install pkgconfig files correctly Date: Thu, 26 Feb 2004 12:37:32 -0500 --=-SB+cTmCNT9uSgRT919zE Content-Type: text/plain Content-Transfer-Encoding: quoted-printable On Thu, 2004-02-26 at 05:09, ports@fsck.ch wrote: > The problem is see (though i am not master of porting) is that the > mozilla-*.pc files can be provided by several ports: mozilla, > mozilla-devel, firefox and other mozilla variants. >=20 > Putting those files in different directories makes impossible for a port > to check whether either mozilla* or firefox is installed. The various > plugin wrapper ports are examples of ports that would want to do that. The mozilla ports install the .pc files in the correct location because more ports use mozilla than do firefox. I still don't see what moving these files over would fix. >=20 > But then again, what happens if someone wants both mozilla/firefox to > coexist? Exactly. There would be file conflicts, and I don't want to go hacking the port any further unless there is a real issue that will be fixed. Joe --=20 Joe Marcus Clarke FreeBSD GNOME Team :: marcus@FreeBSD.org gnome@FreeBSD.org FreeNode / #freebsd-gnome http://www.FreeBSD.org/gnome --=-SB+cTmCNT9uSgRT919zE Content-Type: application/pgp-signature; name=signature.asc Content-Description: This is a digitally signed message part -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.4 (FreeBSD) iD8DBQBAPi7cb2iPiv4Uz4cRAn2PAJwM3E34sUUZSbqW51rarqWC1vjLswCZARxO pUNR/ySQ2tLjqitWHHq2nZ4= =L/hc -----END PGP SIGNATURE----- --=-SB+cTmCNT9uSgRT919zE-- From owner-freebsd-gnome@FreeBSD.ORG Thu Feb 26 11:01:59 2004 Return-Path: Delivered-To: freebsd-gnome@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6D1CB16A4CE for ; Thu, 26 Feb 2004 11:01:59 -0800 (PST) Received: from creme-brulee.marcuscom.com (rrcs-midsouth-24-172-16-118.biz.rr.com [24.172.16.118]) by mx1.FreeBSD.org (Postfix) with ESMTP id D08B943D1D for ; Thu, 26 Feb 2004 11:01:58 -0800 (PST) (envelope-from marcus@marcuscom.com) Received: from [192.168.1.4] (shumai.marcuscom.com [192.168.1.4]) i1QIu9sm094478; Thu, 26 Feb 2004 13:56:09 -0500 (EST) (envelope-from marcus@marcuscom.com) From: Joe Marcus Clarke To: Kris Kennaway In-Reply-To: <20040226100851.GH94694@xor.obsecurity.org> References: <20040226100851.GH94694@xor.obsecurity.org> Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="=-0LkeDNmEsbkZbOzGS6o3" Organization: MarcusCom, Inc. Message-Id: <1077822108.45850.2.camel@shumai.marcuscom.com> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.4.5 Date: Thu, 26 Feb 2004 14:01:48 -0500 X-Spam-Status: No, hits=-4.9 required=5.0 tests=BAYES_00 autolearn=ham version=2.63 X-Spam-Checker-Version: SpamAssassin 2.63 (2004-01-11) on creme-brulee.marcuscom.com cc: FreeBSD GNOME Users Subject: Re: gimp-2.0.pre3_1,1 broken on ia64 X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.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: Thu, 26 Feb 2004 19:01:59 -0000 --=-0LkeDNmEsbkZbOzGS6o3 Content-Type: text/plain Content-Transfer-Encoding: quoted-printable On Thu, 2004-02-26 at 05:08, Kris Kennaway wrote: > http://bento.freebsd.org/errorlogs/ia64-5-latest/gimp-2.0.pre3_1,1.log >=20 > Can you please investigate and/or report to the developers? This is another .keeper. We need to figure out why the libgimpprint test is dumping core. Joe >=20 > Kris --=20 PGP Key : http://www.marcuscom.com/pgp.asc --=-0LkeDNmEsbkZbOzGS6o3 Content-Type: application/pgp-signature; name=signature.asc Content-Description: This is a digitally signed message part -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.4 (FreeBSD) iD8DBQBAPkKbb2iPiv4Uz4cRAjsCAKCDkINXBgpPykEMHXAMCeNd389kAACgn0Jb X/qDw6Mm8GLRtaRZCKw2jkk= =uUm2 -----END PGP SIGNATURE----- --=-0LkeDNmEsbkZbOzGS6o3-- From owner-freebsd-gnome@FreeBSD.ORG Thu Feb 26 11:15:25 2004 Return-Path: Delivered-To: freebsd-gnome@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 443B216A4CE for ; Thu, 26 Feb 2004 11:15:25 -0800 (PST) Received: from mail.umd.edu (netmail7.mail.umd.edu [128.8.30.200]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4F66C43D2F for ; Thu, 26 Feb 2004 11:15:24 -0800 (PST) (envelope-from stealth@umd.edu) Received: from roamer.cattlab.umd.edu Koffi@mail.umd.edu [128.8.215.134] on Novell NetWare via secured & encrypted transport (TLS); Thu, 26 Feb 2004 14:15:23 -0500 Date: Thu, 26 Feb 2004 14:15:26 +0000 (GMT) From: Koffi Kpetigo X-X-Sender: stealth@roamer.cattlab.umd.edu To: gnome@FreeBSD.org Message-ID: <20040226140603.M56744@roamer.cattlab.umd.edu> MIME-Version: 1.0 Content-Type: MULTIPART/MIXED; BOUNDARY="0-607106017-1077804926=:56744" Subject: Script "configure" failed unexpectedly X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.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: Thu, 26 Feb 2004 19:15:25 -0000 This message is in MIME format. The first part should be readable text, while the remaining parts are likely unreadable without MIME-aware tools. Send mail to mime@docserver.cac.washington.edu for more info. --0-607106017-1077804926=:56744 Content-Type: TEXT/PLAIN; charset=US-ASCII Hi, I'm e-mailing you because i got this output, and it asked me to e-mail you. Please let me know if you need anything else. Thanks. ============== make install clean - command output =============== ... checking for xargs... /usr/bin/xargs checking for gmake... /usr/local/bin/gmake *** /usr/local/bin/gmake is not GNU Make. You will not be able to build Mozilla without GNU Make. ===> Script "configure" failed unexpectedly. Please report the problem to gnome@FreeBSD.org [maintainer] and attach the "/usr/ports/www/firefox/work/mozilla/config.log" including the output of the failure of your make command. Also, it might be a good idea to provide an overview of all packages installed on your system (e.g. an `ls /var/db/pkg`). *** Error code 1 Stop in /usr/ports/www/firefox. *** Error code 1 Stop in /usr/ports/www/firefox. ================================================ End output == I hope all this output is usefull. Please let me know if you need any additional information. Regards, Koffi ______________________________________________________________ Koffi E. Kpetigo | Computer Science | University of Maryland koffi@umd.edu | www.softcodes.net | koffisoft.hypermart.net --0-607106017-1077804926=:56744 Content-Type: TEXT/PLAIN; charset=US-ASCII; name=packages Content-Transfer-Encoding: BASE64 Content-ID: <20040226141526.T56744@roamer.cattlab.umd.edu> Content-Description: Content-Disposition: attachment; filename=packages SGVybWVzLTEuMy4zDQpPUkJpdDItMi44LjINClhGcmVlODYtU2VydmVyLTQu My4wXzEzDQpYRnJlZTg2LWNsaWVudHMtNC4zLjBfNQ0KWEZyZWU4Ni1kb2N1 bWVudHMtNC4zLjANClhGcmVlODYtZm9udDEwMGRwaS00LjMuMA0KWEZyZWU4 Ni1mb250NzVkcGktNC4zLjANClhGcmVlODYtZm9udERlZmF1bHRCaXRtYXBz LTQuMy4wDQpYRnJlZTg2LWZvbnRFbmNvZGluZ3MtNC4zLjANClhGcmVlODYt Zm9udFNjYWxhYmxlLTQuMy4wDQpYRnJlZTg2LWxpYnJhcmllcy00LjMuMF82 DQpYRnJlZTg2LW1hbnVhbHMtNC4zLjANClhhdzNkLTEuNQ0KWGZ0LTIuMS4y DQphYWxpYi0xLjQucjVfMQ0KYWNtZS0yLjQuMg0KYWNyb3JlYWQtNS4wOA0K YXJ0cy0xLjEuNCwxDQphc3BlbGwtMC41MC40LjENCmF0LXNwaS0xLjMuOA0K YXRlcm0tMC40LjINCmF0ay0xLjQuMV8xDQphdXRvY29uZi0yLjEzLjAwMDIy N181DQphdXRvbWFrZS0xLjQuNV85DQpiYnBhZ2VyLTAuMy4xDQpiYnJiLTAu NC4xDQpiaXNvbi0xLjc1XzENCmJpdHN0cmVhbS12ZXJhLTEuMTANCmJsYWNr Ym94LTAuNjUuMA0KYm94dG9vbHMtMC42NS4wDQpic2QtYWlydG9vbHMtMC4z DQpidWdidWRkeTItMi40LjEuMQ0KY2RwYXJhbm9pYS0zLjkuOF82DQpjZHJ0 b29scy0yLjAuMw0KY3Vwcy1iYXNlLTEuMS4xOS4wDQpjdnN1cC0xNi4xaA0K ZGI0MS00LjEuMjVfMQ0KZG9jYm9vay1zay00LjEuMl8xDQpkb2Nib29rLXht bC00LjJfMQ0KZG9jYm9vay14c2wtMS42Mi40DQpkcmktNC4zLjAsMQ0KZWVs Mi0yLjQuMQ0KZW1hY3MtMjEuMw0KZW9nMi0yLjQuMQ0KZXBpcGhhbnktMS4w LjYNCmVzb3VuZC0wLjIuMzJfMQ0KZXhwYXQtMS45NS42XzENCmV6bTMtMS4x DQpmYW0tMi42LjlfMw0KZmlsZXJvbGxlci0yLjQuMl8xLDENCmZvbnRjb25m aWctMi4yLjkwXzMNCmZyZWV0eXBlMi0yLjEuNV8xDQpnYWlsLTEuNC4xDQpn YWltLTAuNzMNCmdjYWxjdG9vbC00LjMuMTYNCmdjb25mLWVkaXRvci0yLjQu MCwxDQpnY29uZjItMi40LjAuMQ0KZ2RibS0xLjguMw0KZ2RtMi0yLjQuNC41 DQpnZWRpdDItMi40LjENCmdldHRleHQtMC4xMy4xDQpnZ3YyLTIuNC4wLjIN Cmdob3N0c2NyaXB0LWdudS03LjA3XzQNCmdsZS0zLjAuMw0KZ2xpYi0xLjIu MTBfMTANCmdsaWItMi4yLjMNCmdtYWtlLTMuODBfMQ0KZ25vbWUtaWNvbi10 aGVtZS0xLjAuOQ0KZ25vbWUtdGhlbWVzLTIuNC4xXzENCmdub21lMi0yLjQu MA0KZ25vbWVhcHBsZXRzMi0yLjQuMV8yDQpnbm9tZWF1ZGlvMi0yLjAuMA0K Z25vbWVjb250cm9sY2VudGVyMi0yLjQuMA0KZ25vbWVkZXNrdG9wLTIuNC4x LjFfMQ0KZ25vbWVnYW1lczItMi40LjEuMQ0KZ25vbWVoaWVyLTEuMF8xMA0K Z25vbWVtYWctMC4xMC4zDQpnbm9tZW1lZGlhMi0yLjQuMS4xDQpnbm9tZW1l ZXRpbmctMC45OC41XzENCmdub21lbWltZWRhdGEtMi40LjANCmdub21lcGFu ZWwtMi40LjENCmdub21lc2Vzc2lvbi0yLjQuMQ0KZ25vbWVzcGVlY2gtMC4y LjcNCmdub21lc3lzdGVtbW9uaXRvci0yLjQuMA0KZ25vbWV0ZXJtaW5hbC0y LjQuMg0KZ25vbWV1c2VyZG9jczItMi40LjENCmdub21ldXRpbHMyLTIuNC4x LDENCmdub21ldmZzMi0yLjQuMV8xDQpnbm9wZXJuaWN1cy0wLjcuMQ0KZ29r LTAuOC40DQpncGRmLTAuMTExDQpnc3RyZWFtZXItMC42LjQNCmdzdHJlYW1l ci1wbHVnaW5zLTAuNi40XzENCmd0ay0xLjIuMTBfMTANCmd0ay0yLjIuNF8x DQpndGstZW5naW5lczItMi4yLjANCmd0a3NvdXJjZXZpZXctMC43LjANCmd0 a3NwZWxsMi0yLjAuNA0KZ3VjaGFybWFwLWdub21lLTEuMi4wDQpndWlsZS0x LjYuNF8yDQpndi0zLjUuOF8zDQppbWFrZS00LjMuMF8xDQppbWxpYi0xLjku MTRfMQ0KaW50bHRvb2wtMC4yNy4yXzENCmlzcGVsbC0zLjIuMDZfMw0KanBl Zy02Yl8xDQprZGUtMy4xLjQNCmtkZWFkZG9ucy0zLjEuNA0Ka2RlYWRtaW4t My4xLjRfMQ0Ka2RlYXJ0d29yay0zLjEuNF8xDQprZGViYXNlLTMuMS40DQpr ZGVlZHUtMy4xLjQNCmtkZWdhbWVzLTMuMS40DQprZGVncmFwaGljcy0zLjEu NA0Ka2RlbGlicy0zLjEuNF8xDQprZGVtdWx0aW1lZGlhLTMuMS40DQprZGVu ZXR3b3JrLTMuMS40DQprZGVwaW0tMy4xLjQNCmtkZXNkay0zLjEuNA0Ka2Rl dG95cy0zLjEuNA0Ka2RldXRpbHMtMy4xLjQNCmtkZXZlbG9wLTIuMS41DQpr b2ZmaWNlLTEuMi4xXzEsMQ0KbGFtZS0zLjkzLjENCmxjbXMtMS4wOSwxDQps aWJJREwtMC44LjINCmxpYmFvLWVzb3VuZC0wLjguNF8xDQpsaWJhcnRfbGdw bDItMi4zLjE2DQpsaWJhdWRpb2ZpbGUtMC4yLjQNCmxpYmJvbm9iby0yLjQu Mg0KbGliYm9ub2JvdWktMi40LjENCmxpYmdhaWwtZ25vbWUtMS4wLjJfMg0K bGliZ2xhZGUyLTIuMC4xXzENCmxpYmdsdXQtNS4wLjINCmxpYmdtcC00LjEu Ml8yDQpsaWJnbm9tZS0yLjQuMF8xDQpsaWJnbm9tZWNhbnZhcy0yLjQuMA0K bGliZ25vbWVwcmludC0yLjQuMV8yDQpsaWJnbm9tZXByaW50dWktMi40LjEN CmxpYmdub21ldWktMi40LjAuMV8xDQpsaWJnc2YtMS44LjINCmxpYmd0a2h0 bWwtMi40LjFfMQ0KbGliZ3RvcDItMi4wLjdfMg0KbGliaWNvbnYtMS45LjFf Mw0KbGlibHRkbC0xLjUNCmxpYm1pa21vZC1lc291bmQtMy4xLjEwXzENCmxp Ym1uZy0xLjAuNV8xDQpsaWJvZ2ctMS4wXzEsMw0KbGlicmVwLTAuMTYuMl8z DQpsaWJyc3ZnMi0yLjQuMF8xDQpsaWJ0b29sLTEuMy41XzENCmxpYnVuZ2lm LTQuMS4wYjFfMQ0KbGlidm9yYmlzLTEuMF8xLDMNCmxpYnduY2stMi40LjAu MQ0KbGlieG1sLTEuOC4xN18xDQpsaWJ4bWwyLTIuNi4yXzENCmxpYnhzbHQt MS4xLjBfMQ0KbGluYy0xLjAuMw0KbGludXhfYmFzZS03LjFfNQ0KbTQtMS40 XzENCm1ldGFjaXR5LTIuNi4zDQpta2lzb2ZzLTIuMC4zDQptb3ppbGxhLWd0 azItMS41XzENCm1vemlsbGEtdGh1bmRlcmJpcmQtMC4zDQpuYXV0aWx1cy1j ZC1idXJuZXItMC41LjNfMw0KbmF1dGlsdXMtbWVkaWEtMC4zLjMuMQ0KbmF1 dGlsdXMyLTIuNC4xDQpuc3ByLTQuM18yDQpvYmNvbmYtMS41DQpvcGVuYm94 LTMuMA0Kb3BlbmxkYXAtY2xpZW50LTIuMS4yMw0KcDUtWE1MLVBhcnNlci0y LjM0DQpwYW5nby0xLjIuNQ0KcGNyZS00LjQNCnBlcmwtNS42LjFfMTUNCnBp bG90LWxpbmstMC4xMS43XzINCnBpbmUtNC41OA0KcGtnY29uZmlnLTAuMTUu MA0KcG5nLTEuMi41XzINCnBvcHQtMS42LjRfMQ0KcHl0aG9uLTIuMy4yXzMN CnF0LTMuMi4xDQpxdWFudGEtMy4xLjQsMg0KcmVwLWd0azItMC4xN18yLDEN CnNhbWJhLWxpYnNtYmNsaWVudC0zLjAuMA0Kc2F3ZmlzaDItMS4zXzQsMg0K c2Nyb2xsa2VlcGVyLTAuMy4xMl80LDENCnNkbC0xLjIuNV8zDQpzZG9jYm9v ay14bWwtNC4xLjIuNV8xDQpzb3gtMTIuMTcuNA0Kc3RhcnR1cC1ub3RpZmlj YXRpb24tMC41XzENCnN2Z2FsaWItMS40LjNfMQ0KdGNsLTguMy41XzINCnRp ZmYtMy42LjANCnRrLTguMy41XzINCnVuemlwLTUuNTBfMg0KdXVsaWItMC41 LjE4DQp2dGUtMC4xMS4xMF8xDQp3aW5kb3dtYWtlci0wLjgwLjJfMQ0Kd21h cG0tMy4xDQp3bWJsdWVjcHUtMC40DQp3bWljb25zLTEuMA0Kd21sb25ncnVu LTAuMi4wDQp3bW1vbi0xLjBiMg0Kd21uZXQtMS4yDQp3bXRvcC0wLjg0DQp3 cmFwcGVyLTEuMF8zDQp4YW5pbS0yLjkyLjANCnhtbGNhdG1nci0xLjENCnht bXMtZXNvdW5kLTEuMi44XzINCnhzY3JlZW5zYXZlci1nbm9tZS00LjE0DQp4 di0zLjEwYV8zDQp5ZWxwLTIuNC4yDQp6ZW5pdHktMS42DQp6aXAtMi4zXzEN Cg== --0-607106017-1077804926=:56744 Content-Type: TEXT/PLAIN; charset=US-ASCII; name="config.log" Content-Transfer-Encoding: BASE64 Content-ID: <20040226141526.Y56744@roamer.cattlab.umd.edu> Content-Description: Content-Disposition: attachment; filename="config.log" VGhpcyBmaWxlIGNvbnRhaW5zIGFueSBtZXNzYWdlcyBwcm9kdWNlZCBieSBj b21waWxlcnMgd2hpbGUNCnJ1bm5pbmcgY29uZmlndXJlLCB0byBhaWQgZGVi dWdnaW5nIGlmIGNvbmZpZ3VyZSBtYWtlcyBhIG1pc3Rha2UuDQoNCmNvbmZp Z3VyZTo4NTY6IGNoZWNraW5nIGhvc3Qgc3lzdGVtIHR5cGUNCmNvbmZpZ3Vy ZTo4Nzc6IGNoZWNraW5nIHRhcmdldCBzeXN0ZW0gdHlwZQ0KY29uZmlndXJl Ojg5NTogY2hlY2tpbmcgYnVpbGQgc3lzdGVtIHR5cGUNCmNvbmZpZ3VyZTox OTAzOiBjaGVja2luZyBmb3IgZ2NjDQpjb25maWd1cmU6MjAxNjogY2hlY2tp bmcgd2hldGhlciB0aGUgQyBjb21waWxlciAoY2MgLU8gLXBpcGUgLW1jcHU9 cGVudGl1bXBybyAtTzIgLURfVEhSRUFEX1NBRkUgIC1ML3Vzci9YMTFSNi9s aWIpIHdvcmtzDQpjb25maWd1cmU6MjAzMjogY2MgLW8gY29uZnRlc3QgLU8g LXBpcGUgLW1jcHU9cGVudGl1bXBybyAtTzIgLURfVEhSRUFEX1NBRkUgLUkv dXNyL1gxMVI2L2luY2x1ZGUgLUkvdXNyL2xvY2FsL2luY2x1ZGUgIC1ML3Vz ci9YMTFSNi9saWIgY29uZnRlc3QuYyAtbGNfciAxPiY1DQpjb25maWd1cmU6 MjA1ODogY2hlY2tpbmcgd2hldGhlciB0aGUgQyBjb21waWxlciAoY2MgLU8g LXBpcGUgLW1jcHU9cGVudGl1bXBybyAtTzIgLURfVEhSRUFEX1NBRkUgIC1M L3Vzci9YMTFSNi9saWIpIGlzIGEgY3Jvc3MtY29tcGlsZXINCmNvbmZpZ3Vy ZToyMDYzOiBjaGVja2luZyB3aGV0aGVyIHdlIGFyZSB1c2luZyBHTlUgQw0K Y29uZmlndXJlOjIwNzI6IGNjIC1FIGNvbmZ0ZXN0LmMNCmNvbmZpZ3VyZToy MDkxOiBjaGVja2luZyB3aGV0aGVyIGNjIGFjY2VwdHMgLWcNCmNvbmZpZ3Vy ZToyMTI3OiBjaGVja2luZyBmb3IgYysrDQpjb25maWd1cmU6MjE1OTogY2hl Y2tpbmcgd2hldGhlciB0aGUgQysrIGNvbXBpbGVyIChjKysgLU8gLXBpcGUg LW1jcHU9cGVudGl1bXBybyAtTzIgLURfVEhSRUFEX1NBRkUgIC1ML3Vzci9Y MTFSNi9saWIpIHdvcmtzDQpjb25maWd1cmU6MjE3NTogYysrIC1vIGNvbmZ0 ZXN0IC1PIC1waXBlIC1tY3B1PXBlbnRpdW1wcm8gLU8yIC1EX1RIUkVBRF9T QUZFIC1JL3Vzci9YMTFSNi9pbmNsdWRlIC1JL3Vzci9sb2NhbC9pbmNsdWRl ICAtTC91c3IvWDExUjYvbGliIGNvbmZ0ZXN0LkMgLWxjX3IgMT4mNQ0KY29u ZmlndXJlOjIyMDE6IGNoZWNraW5nIHdoZXRoZXIgdGhlIEMrKyBjb21waWxl ciAoYysrIC1PIC1waXBlIC1tY3B1PXBlbnRpdW1wcm8gLU8yIC1EX1RIUkVB RF9TQUZFICAtTC91c3IvWDExUjYvbGliKSBpcyBhIGNyb3NzLWNvbXBpbGVy DQpjb25maWd1cmU6MjIwNjogY2hlY2tpbmcgd2hldGhlciB3ZSBhcmUgdXNp bmcgR05VIEMrKw0KY29uZmlndXJlOjIyMTU6IGMrKyAtRSBjb25mdGVzdC5D DQpjb25maWd1cmU6MjIzNDogY2hlY2tpbmcgd2hldGhlciBjKysgYWNjZXB0 cyAtZw0KY29uZmlndXJlOjIyNjg6IGNoZWNraW5nIGZvciByYW5saWINCmNv bmZpZ3VyZToyMzAwOiBjaGVja2luZyBmb3IgYXMNCmNvbmZpZ3VyZToyMzQx OiBjaGVja2luZyBmb3IgYXINCmNvbmZpZ3VyZToyMzc2OiBjaGVja2luZyBm b3IgbGQNCmNvbmZpZ3VyZToyNDExOiBjaGVja2luZyBmb3Igc3RyaXANCmNv bmZpZ3VyZToyNDQ2OiBjaGVja2luZyBmb3Igd2luZHJlcw0KY29uZmlndXJl OjI1MzA6IGNoZWNraW5nIGZvciBtYXdrDQpjb25maWd1cmU6MjUzMDogY2hl Y2tpbmcgZm9yIGdhd2sNCmNvbmZpZ3VyZToyNTMwOiBjaGVja2luZyBmb3Ig bmF3aw0KY29uZmlndXJlOjI5MDM6IGNoZWNraW5nIHdoZXRoZXIgY2MgdW5k ZXJzdGFuZHMgLWMgYW5kIC1vIHRvZ2V0aGVyDQpjb25maWd1cmU6MjkxNTog Y2MgLWMgY29uZnRlc3QuYyAtbyBjb25mdGVzdC5vIDE+JjUNCmNvbmZpZ3Vy ZToyOTE2OiBjYyAtYyBjb25mdGVzdC5jIC1vIGNvbmZ0ZXN0Lm8gMT4mNQ0K Y29uZmlndXJlOjI5NjU6IGNoZWNraW5nIGhvdyB0byBydW4gdGhlIEMgcHJl cHJvY2Vzc29yDQpjb25maWd1cmU6Mjk4NjogY2MgLUUgLUkvdXNyL1gxMVI2 L2luY2x1ZGUgLUkvdXNyL2xvY2FsL2luY2x1ZGUgY29uZnRlc3QuYyA+L2Rl di9udWxsIDI+Y29uZnRlc3Qub3V0DQpjb25maWd1cmU6MzA0NTogY2hlY2tp bmcgaG93IHRvIHJ1biB0aGUgQysrIHByZXByb2Nlc3Nvcg0KY29uZmlndXJl OjMwNjM6IGMrKyAtRSAtSS91c3IvWDExUjYvaW5jbHVkZSAtSS91c3IvbG9j YWwvaW5jbHVkZSBjb25mdGVzdC5DID4vZGV2L251bGwgMj5jb25mdGVzdC5v dXQNCmNvbmZpZ3VyZTozMDk5OiBjaGVja2luZyBmb3IgYSBCU0QgY29tcGF0 aWJsZSBpbnN0YWxsDQpjb25maWd1cmU6MzE1MjogY2hlY2tpbmcgd2hldGhl ciBsbiAtcyB3b3Jrcw0KY29uZmlndXJlOjMxNzc6IGNoZWNraW5nIGZvciAv dXNyL2xvY2FsL2Jpbi9wZXJsNS42LjENCmNvbmZpZ3VyZTozMjE3OiBjaGVj a2luZyBmb3IgbWluaW11bSByZXF1aXJlZCBwZXJsIHZlcnNpb24gPj0gNS4w MDQNCmNvbmZpZ3VyZTozMjI3OiBjaGVja2luZyBmb3IgZnVsbCBwZXJsIGlu c3RhbGxhdGlvbg0KY29uZmlndXJlOjMyNDA6IGNoZWNraW5nIGZvciBkb3h5 Z2VuDQpjb25maWd1cmU6MzI3NjogY2hlY2tpbmcgZm9yIHdob2FtaQ0KY29u ZmlndXJlOjMzMTI6IGNoZWNraW5nIGZvciBhdXRvY29uZg0KY29uZmlndXJl OjMzNDg6IGNoZWNraW5nIGZvciB1bnppcA0KY29uZmlndXJlOjMzODY6IGNo ZWNraW5nIGZvciB6aXANCmNvbmZpZ3VyZTozNDI3OiBjaGVja2luZyBmb3Ig bWFrZWRlcGVuZA0KY29uZmlndXJlOjM0NjI6IGNoZWNraW5nIGZvciB4YXJn cw0KY29uZmlndXJlOjM1OTI6IGNoZWNraW5nIGZvciBnbWFrZQ0K --0-607106017-1077804926=:56744-- From owner-freebsd-gnome@FreeBSD.ORG Thu Feb 26 11:17:29 2004 Return-Path: Delivered-To: freebsd-gnome@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F1F1916A4CE for ; Thu, 26 Feb 2004 11:17:29 -0800 (PST) Received: from creme-brulee.marcuscom.com (rrcs-midsouth-24-172-16-118.biz.rr.com [24.172.16.118]) by mx1.FreeBSD.org (Postfix) with ESMTP id 703D343D39 for ; Thu, 26 Feb 2004 11:17:29 -0800 (PST) (envelope-from marcus@marcuscom.com) Received: from [192.168.1.4] (shumai.marcuscom.com [192.168.1.4]) i1QJBgsm094641; Thu, 26 Feb 2004 14:11:42 -0500 (EST) (envelope-from marcus@marcuscom.com) From: Joe Marcus Clarke To: Koffi Kpetigo In-Reply-To: <20040226140603.M56744@roamer.cattlab.umd.edu> References: <20040226140603.M56744@roamer.cattlab.umd.edu> Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="=-0Xh03HNUdtpPn2wAm4WE" Organization: MarcusCom, Inc. Message-Id: <1077823040.45850.4.camel@shumai.marcuscom.com> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.4.5 Date: Thu, 26 Feb 2004 14:17:21 -0500 X-Spam-Status: No, hits=-4.9 required=5.0 tests=BAYES_00 autolearn=ham version=2.63 X-Spam-Checker-Version: SpamAssassin 2.63 (2004-01-11) on creme-brulee.marcuscom.com cc: FreeBSD GNOME Users Subject: Re: Script "configure" failed unexpectedly X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.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: Thu, 26 Feb 2004 19:17:30 -0000 --=-0Xh03HNUdtpPn2wAm4WE Content-Type: text/plain Content-Transfer-Encoding: quoted-printable On Thu, 2004-02-26 at 09:15, Koffi Kpetigo wrote: > Hi, >=20 > I'm e-mailing you because i got this output, and it asked me to e-mail > you. Please let me know if you need anything else. Thanks. You need to reinstall devel/gmake. Joe >=20 >=20 > =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D make install clean - command o= utput =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D > ... > checking for xargs... /usr/bin/xargs > checking for gmake... /usr/local/bin/gmake >=20 > *** /usr/local/bin/gmake is not GNU Make. You will not be able to build > Mozilla without GNU Make. >=20 > =3D=3D=3D> Script "configure" failed unexpectedly. > Please report the problem to gnome@FreeBSD.org [maintainer] and attach th= e > "/usr/ports/www/firefox/work/mozilla/config.log" including the output of > the > failure of your make command. Also, it might be a good idea to provide an > overview of all packages installed on your system (e.g. an `ls > /var/db/pkg`). > *** Error code 1 >=20 > Stop in /usr/ports/www/firefox. > *** Error code 1 >=20 > Stop in /usr/ports/www/firefox. >=20 > =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D En= d output =3D=3D >=20 > I hope all this output is usefull. Please let me know if you need any > additional information. >=20 > Regards, > Koffi >=20 > ______________________________________________________________ > Koffi E. Kpetigo | Computer Science | University of Maryland > koffi@umd.edu | www.softcodes.net | koffisoft.hypermart.net >=20 > ______________________________________________________________________ > _______________________________________________ > 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" --=20 PGP Key : http://www.marcuscom.com/pgp.asc --=-0Xh03HNUdtpPn2wAm4WE Content-Type: application/pgp-signature; name=signature.asc Content-Description: This is a digitally signed message part -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.4 (FreeBSD) iD8DBQBAPkZAb2iPiv4Uz4cRAsScAJ9yQonZd/GgdN7oqCjQ09wvP/+DQgCfaPcu tSNKr6BotnU6xpyvhIoJTW0= =J5CX -----END PGP SIGNATURE----- --=-0Xh03HNUdtpPn2wAm4WE-- From owner-freebsd-gnome@FreeBSD.ORG Thu Feb 26 11:50:37 2004 Return-Path: Delivered-To: freebsd-gnome@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A510A16A4CE; Thu, 26 Feb 2004 11:50:37 -0800 (PST) Received: from heisenberg.zen.co.uk (heisenberg.zen.co.uk [212.23.3.141]) by mx1.FreeBSD.org (Postfix) with ESMTP id DCF0643D2D; Thu, 26 Feb 2004 11:50:36 -0800 (PST) (envelope-from stacey@vickiandstacey.com) Received: from [82.68.31.178] (helo=crom.vickiandstacey.com) by heisenberg.zen.co.uk with esmtp (Exim 4.30) id 1AwRWl-0005o8-7i; Thu, 26 Feb 2004 19:50:35 +0000 Received: from crom.vickiandstacey.com (localhost [127.0.0.1]) i1QJoKCi000615; Thu, 26 Feb 2004 19:50:31 GMT (envelope-from stacey@crom.vickiandstacey.com) Received: (from root@localhost) by crom.vickiandstacey.com (8.12.10/8.12.10/Submit) id i1QJoFnt000614; Thu, 26 Feb 2004 19:50:15 GMT (envelope-from stacey) Date: Thu, 26 Feb 2004 19:50:15 GMT Message-Id: <200402261950.i1QJoFnt000614@crom.vickiandstacey.com> To: FreeBSD-gnats-submit@freebsd.org From: Stacey Roberts X-send-pr-version: 3.113 X-GNATS-Notify: X-Originating-Heisenberg-IP: [82.68.31.178] cc: gnome@freebsd.org Subject: portupgrade -R gcalctool-4.3.46 fails after fresh cvsup X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Stacey Roberts List-Id: GNOME for FreeBSD -- porting and maintaining List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 26 Feb 2004 19:50:37 -0000 >Submitter-Id: current-users >Originator: Stacey Roberts >Organization: >Confidential: no >Synopsis: portupgrade -R gcalctool-4.3.46 fails after fresh cvsup >Severity: serious >Priority: high >Category: ports >Class: sw-bug >Release: FreeBSD 4.9-STABLE i386 >Environment: System: FreeBSD crom.vickiandstacey.com 4.9-STABLE FreeBSD 4.9-STABLE #0: Sun Nov 9 13:59:06 GMT 2003 root@crom.vickiandstacey.com:/usr/obj/usr/src/sys/SMP i386 >Description: After fresh cvsup of ports tree, portupgrade -R gcalctool-4.3.46 fails with the following errors: gmake[2]: Leaving directory `/usr/ports/math/gcalctool/work/gcalctool-4.3.48/gcalctool' Making all in help gmake[2]: Entering directory `/usr/ports/math/gcalctool/work/gcalctool-4.3.48/help' Making all in C gmake[3]: Entering directory `/usr/ports/math/gcalctool/work/gcalctool-4.3.48/help/C' for file in gcalctool-C.omf; do \ scrollkeeper-preinstall /usr/X11R6/share/gnome/help/gcalctool/C/gcalctool.xml ./$file $file.out; \ done; \ touch omf_timestamp /usr/libexec/ld-elf.so.1: /usr/local/lib/libxml2.so.5: Undefined symbol "pthread_once" gmake[3]: Leaving directory `/usr/ports/math/gcalctool/work/gcalctool-4.3.48/help/C' gmake[3]: Entering directory `/usr/ports/math/gcalctool/work/gcalctool-4.3.48/help' gmake[3]: Nothing to be done for `all-am'. gmake[3]: Leaving directory `/usr/ports/math/gcalctool/work/gcalctool-4.3.48/help' gmake[2]: Leaving directory `/usr/ports/math/gcalctool/work/gcalctool-4.3.48/help' gmake[2]: Entering directory `/usr/ports/math/gcalctool/work/gcalctool-4.3.48' LC_ALL=C ./intltool-merge ./po gcalctool.desktop.in gcalctool.desktop -d -u -c ./po/.intltool-merge-cache Generating and caching the translation database Merging translations into gcalctool.desktop. gmake[2]: Leaving directory `/usr/ports/math/gcalctool/work/gcalctool-4.3.48' gmake[1]: Leaving directory `/usr/ports/math/gcalctool/work/gcalctool-4.3.48' ---> Backing up the old version ---> Uninstalling the old version ---> Deinstalling 'gcalctool-4.3.46' ---> Installing the new version via the port ===> Installing for gcalctool-4.3.48 ===> gcalctool-4.3.48 depends on file: /usr/X11R6/share/gnome/.keep_me - found===> gcalctool-4.3.48 depends on file: /usr/X11R6/libdata/pkgconfig/gnome-mime-data-2.0.pc - found ===> gcalctool-4.3.48 depends on executable: pkg-config - found ===> gcalctool-4.3.48 depends on shared library: X11.6 - found ===> gcalctool-4.3.48 depends on shared library: esd.2 - found ===> gcalctool-4.3.48 depends on shared library: glib-2.0.200 - found ===> gcalctool-4.3.48 depends on shared library: atk-1.0.400 - found ===> gcalctool-4.3.48 depends on shared library: pango-1.0.200 - found ===> gcalctool-4.3.48 depends on shared library: gtk-x11-2.0.200 - found ===> gcalctool-4.3.48 depends on shared library: linc.1 - found ===> gcalctool-4.3.48 depends on shared library: IDL-2.0 - found ===> gcalctool-4.3.48 depends on shared library: ORBit-2.0 - found ===> gcalctool-4.3.48 depends on shared library: glade-2.0.0 - found ===> gcalctool-4.3.48 depends on shared library: xml2.5 - found ===> gcalctool-4.3.48 depends on shared library: xslt.2 - found ===> gcalctool-4.3.48 depends on shared library: bonobo-2.0 - found ===> gcalctool-4.3.48 depends on shared library: gconf-2.5 - found ===> gcalctool-4.3.48 depends on shared library: gnomevfs-2.400 - found ===> gcalctool-4.3.48 depends on shared library: gnomecanvas-2.400 - found ===> gcalctool-4.3.48 depends on shared library: art_lgpl_2.5 - found ===> gcalctool-4.3.48 depends on shared library: gnome-2.400 - found ===> gcalctool-4.3.48 depends on shared library: bonoboui-2.0 - found ===> gcalctool-4.3.48 depends on shared library: gnomeui-2.400 - found ===> Generating temporary packing list ===> Checking if math/gcalctool already installed Making install in po gmake[1]: Entering directory `/usr/ports/math/gcalctool/work/gcalctool-4.3.48/po' if test -r ".././mkinstalldirs"; then \ .././mkinstalldirs /usr/X11R6/share/gnome; \ else \ /bin/sh ../mkinstalldirs /usr/X11R6/share/gnome; \ fi installing am.gmo as /usr/X11R6/share/locale/am/LC_MESSAGES/gcalctool.mo installing ar.gmo as /usr/X11R6/share/locale/ar/LC_MESSAGES/gcalctool.mo installing az.gmo as /usr/X11R6/share/locale/az/LC_MESSAGES/gcalctool.mo installing be.gmo as /usr/X11R6/share/locale/be/LC_MESSAGES/gcalctool.mo installing ca.gmo as /usr/X11R6/share/locale/ca/LC_MESSAGES/gcalctool.mo installing cs.gmo as /usr/X11R6/share/locale/cs/LC_MESSAGES/gcalctool.mo installing cy.gmo as /usr/X11R6/share/locale/cy/LC_MESSAGES/gcalctool.mo installing da.gmo as /usr/X11R6/share/locale/da/LC_MESSAGES/gcalctool.mo installing de.gmo as /usr/X11R6/share/locale/de/LC_MESSAGES/gcalctool.mo installing el.gmo as /usr/X11R6/share/locale/el/LC_MESSAGES/gcalctool.mo installing en_CA.gmo as /usr/X11R6/share/locale/en_CA/LC_MESSAGES/gcalctool.mo installing es.gmo as /usr/X11R6/share/locale/es/LC_MESSAGES/gcalctool.mo installing eu.gmo as /usr/X11R6/share/locale/eu/LC_MESSAGES/gcalctool.mo installing fa.gmo as /usr/X11R6/share/locale/fa/LC_MESSAGES/gcalctool.mo installing fi.gmo as /usr/X11R6/share/locale/fi/LC_MESSAGES/gcalctool.mo installing fr.gmo as /usr/X11R6/share/locale/fr/LC_MESSAGES/gcalctool.mo installing he.gmo as /usr/X11R6/share/locale/he/LC_MESSAGES/gcalctool.mo installing hi.gmo as /usr/X11R6/share/locale/hi/LC_MESSAGES/gcalctool.mo installing hr.gmo as /usr/X11R6/share/locale/hr/LC_MESSAGES/gcalctool.mo installing hu.gmo as /usr/X11R6/share/locale/hu/LC_MESSAGES/gcalctool.mo installing id.gmo as /usr/X11R6/share/locale/id/LC_MESSAGES/gcalctool.mo installing it.gmo as /usr/X11R6/share/locale/it/LC_MESSAGES/gcalctool.mo installing ja.gmo as /usr/X11R6/share/locale/ja/LC_MESSAGES/gcalctool.mo installing ko.gmo as /usr/X11R6/share/locale/ko/LC_MESSAGES/gcalctool.mo installing lt.gmo as /usr/X11R6/share/locale/lt/LC_MESSAGES/gcalctool.mo installing mk.gmo as /usr/X11R6/share/locale/mk/LC_MESSAGES/gcalctool.mo installing ml.gmo as /usr/X11R6/share/locale/ml/LC_MESSAGES/gcalctool.mo installing mn.gmo as /usr/X11R6/share/locale/mn/LC_MESSAGES/gcalctool.mo installing ms.gmo as /usr/X11R6/share/locale/ms/LC_MESSAGES/gcalctool.mo installing nl.gmo as /usr/X11R6/share/locale/nl/LC_MESSAGES/gcalctool.mo installing no.gmo as /usr/X11R6/share/locale/no/LC_MESSAGES/gcalctool.mo installing pl.gmo as /usr/X11R6/share/locale/pl/LC_MESSAGES/gcalctool.mo installing pt.gmo as /usr/X11R6/share/locale/pt/LC_MESSAGES/gcalctool.mo installing pt_BR.gmo as /usr/X11R6/share/locale/pt_BR/LC_MESSAGES/gcalctool.mo installing ro.gmo as /usr/X11R6/share/locale/ro/LC_MESSAGES/gcalctool.mo installing ru.gmo as /usr/X11R6/share/locale/ru/LC_MESSAGES/gcalctool.mo installing sk.gmo as /usr/X11R6/share/locale/sk/LC_MESSAGES/gcalctool.mo installing sl.gmo as /usr/X11R6/share/locale/sl/LC_MESSAGES/gcalctool.mo installing sq.gmo as /usr/X11R6/share/locale/sq/LC_MESSAGES/gcalctool.mo installing sr.gmo as /usr/X11R6/share/locale/sr/LC_MESSAGES/gcalctool.mo installing sr@Latn.gmo as /usr/X11R6/share/locale/sr@Latn/LC_MESSAGES/gcalctool.mo installing sv.gmo as /usr/X11R6/share/locale/sv/LC_MESSAGES/gcalctool.mo installing ta.gmo as /usr/X11R6/share/locale/ta/LC_MESSAGES/gcalctool.mo installing th.gmo as /usr/X11R6/share/locale/th/LC_MESSAGES/gcalctool.mo installing uk.gmo as /usr/X11R6/share/locale/uk/LC_MESSAGES/gcalctool.mo installing vi.gmo as /usr/X11R6/share/locale/vi/LC_MESSAGES/gcalctool.mo installing zh_CN.gmo as /usr/X11R6/share/locale/zh_CN/LC_MESSAGES/gcalctool.mo installing zh_TW.gmo as /usr/X11R6/share/locale/zh_TW/LC_MESSAGES/gcalctool.mo if test "gcalctool" = "glib"; then \ if test -r ".././mkinstalldirs"; then \ .././mkinstalldirs /usr/X11R6/share/gnome/glib-2.0/gettext/po; \ else \ /bin/sh ../mkinstalldirs /usr/X11R6/share/gnome/glib-2.0/gettext/po; \ fi; \ install -c -o root -g wheel -m 444 ./Makefile.in.in \ /usr/X11R6/share/gnome/glib-2.0/gettext/po/Makefile.in.in; \ else \ : ; \ fi gmake[1]: Leaving directory `/usr/ports/math/gcalctool/work/gcalctool-4.3.48/po'Making install in gcalctool gmake[1]: Entering directory `/usr/ports/math/gcalctool/work/gcalctool-4.3.48/gcalctool' gmake[2]: Entering directory `/usr/ports/math/gcalctool/work/gcalctool-4.3.48/gcalctool' /bin/sh ../mkinstalldirs /usr/X11R6/bin /bin/sh ../libtool --mode=install install -c -s -o root -g wheel -m 555 gcalctool /usr/X11R6/bin/gcalctool install -c -o root -g wheel -m 555 -s gcalctool /usr/X11R6/bin/gcalctool gmake install-exec-hook gmake[3]: Entering directory `/usr/ports/math/gcalctool/work/gcalctool-4.3.48/gcalctool' test -e "/usr/X11R6/bin/gnome-calculator" \ || (cd "/usr/X11R6/bin" && ln -s gcalctool gnome-calculator) gmake[3]: Leaving directory `/usr/ports/math/gcalctool/work/gcalctool-4.3.48/gcalctool' /bin/sh ../mkinstalldirs /usr/X11R6/share/gnome/pixmaps install -c -o root -g wheel -m 444 ./gcalctool.png /usr/X11R6/share/gnome/pixmaps/gcalctool.png gmake[2]: Leaving directory `/usr/ports/math/gcalctool/work/gcalctool-4.3.48/gcalctool' gmake[1]: Leaving directory `/usr/ports/math/gcalctool/work/gcalctool-4.3.48/gcalctool' Making install in help gmake[1]: Entering directory `/usr/ports/math/gcalctool/work/gcalctool-4.3.48/help' Making install in C gmake[2]: Entering directory `/usr/ports/math/gcalctool/work/gcalctool-4.3.48/help/C' gmake[3]: Entering directory `/usr/ports/math/gcalctool/work/gcalctool-4.3.48/help/C' gmake[3]: Nothing to be done for `install-exec-am'. /bin/sh ../../mkinstalldirs /usr/X11R6/share/gnome/help/gcalctool/C mkdir /usr/X11R6/share/gnome/help/gcalctool mkdir /usr/X11R6/share/gnome/help/gcalctool/C for file in legal.xml gcalctool.xml; do \ cp ./$file /usr/X11R6/share/gnome/help/gcalctool/C; \ done if test "figures"; then \ /bin/sh ../../mkinstalldirs /usr/X11R6/share/gnome/help/gcalctool/C/figures; \ for file in ./figures/*.png; do \ basefile=`echo $file | sed -e 's,^.*/,,'`; \ install -c -o root -g wheel -m 444 $file /usr/X11R6/share/gnome/help/gcalctool/C/figures/$basefile; \ done \ fi mkdir /usr/X11R6/share/gnome/help/gcalctool/C/figures gmake install-data-hook gmake[4]: Entering directory `/usr/ports/math/gcalctool/work/gcalctool-4.3.48/help/C' /bin/sh ../../mkinstalldirs /usr/X11R6/share/gnome/omf/gcalctool mkdir /usr/X11R6/share/gnome/omf/gcalctool for file in gcalctool-C.omf; do \ install -c -o root -g wheel -m 444 $file.out /usr/X11R6/share/gnome/omf/gcalctool/$file; \ done install: gcalctool-C.omf.out: No such file or directory gmake[4]: *** [install-data-hook-omf] Error 71 gmake[4]: Leaving directory `/usr/ports/math/gcalctool/work/gcalctool-4.3.48/help/C' gmake[3]: *** [install-data-am] Error 2 gmake[3]: Leaving directory `/usr/ports/math/gcalctool/work/gcalctool-4.3.48/help/C' gmake[2]: *** [install-am] Error 2 gmake[2]: Leaving directory `/usr/ports/math/gcalctool/work/gcalctool-4.3.48/help/C' gmake[1]: *** [install-recursive] Error 1 gmake[1]: Leaving directory `/usr/ports/math/gcalctool/work/gcalctool-4.3.48/help' gmake: *** [install-recursive] Error 1 *** Error code 2 Stop in /usr/ports/math/gcalctool. *** Error code 1 Stop in /usr/ports/math/gcalctool. ---> Restoring the old version ! math/gcalctool (gcalctool-4.3.46) (install errormt:bdb1_btree> in /var/db/pkg ... - 212 packages found (-1 +0) (...) done] ** Command failed [exit code 1]: /usr/bin/script -qa /tmp/portupgrade90431.5 make reinstall egrep: /var/db/pkg/gcalctool-4.3.46/+CONTENTS: No such file or directory ** Fix the installation problem and try again. [Updating the pkgdb in /var/db/pkg ... - 213 packages found (-0 +1) . done] ** The following packages were not installed or upgraded (*:skipped / !:failed) >How-To-Repeat: Cvsup ports tree Attempt to portupgrade gcalctool >Fix: Don't know From owner-freebsd-gnome@FreeBSD.ORG Thu Feb 26 17:35:34 2004 Return-Path: Delivered-To: freebsd-gnome@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BFB8B16A4CE for ; Thu, 26 Feb 2004 17:35:34 -0800 (PST) Received: from mx1.vdial.verat.net (mx1.vdial.verat.net [213.244.192.10]) by mx1.FreeBSD.org (Postfix) with ESMTP id A9F5F43D1D for ; Thu, 26 Feb 2004 17:35:33 -0800 (PST) (envelope-from lilit@verat.net) Received: from webmail.verat.net (ursus.verat.net [217.26.64.159]) by mx1.vdial.verat.net (8.12.10/8.12.10) with SMTP id i1R1ZVq5002606 for ; Fri, 27 Feb 2004 02:35:31 +0100 Received: from 217.65.193.16 (SquirrelMail authenticated user lilit) by webmail.verat.net with HTTP; Fri, 27 Feb 2004 02:35:31 +0100 (CET) Message-ID: <10113.217.65.193.16.1077845731.squirrel@webmail.verat.net> Date: Fri, 27 Feb 2004 02:35:31 +0100 (CET) From: "Ivana Jurcic" To: freebsd-gnome@freebsd.org User-Agent: SquirrelMail/1.4.2 MIME-Version: 1.0 Content-Type: text/plain;charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Priority: 3 Importance: Normal Subject: sys frizing when u logout form Gnome X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: lilit@verat.net List-Id: GNOME for FreeBSD -- porting and maintaining List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 27 Feb 2004 01:35:34 -0000 Hello everybody :) I have this ''boring problem'' .. Everytime when I logout from Gnome my system is frizing, ,not accepting keyboard and mouse input, the only thing that helps is the reset button :/ When i return in FreeBSD again i most do fsck Does anybody have similar situation? I use FreeBSD 5.2 Gnome 2.4.1 From owner-freebsd-gnome@FreeBSD.ORG Thu Feb 26 18:24:42 2004 Return-Path: Delivered-To: freebsd-gnome@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1C2A916A4CE for ; Thu, 26 Feb 2004 18:24:42 -0800 (PST) Received: from ns1.xcllnt.net (209-128-86-226.bayarea.net [209.128.86.226]) by mx1.FreeBSD.org (Postfix) with ESMTP id A247F43D1D for ; Thu, 26 Feb 2004 18:24:41 -0800 (PST) (envelope-from marcel@xcllnt.net) Received: from ns1.xcllnt.net (localhost [127.0.0.1]) by ns1.xcllnt.net (8.12.10/8.12.10) with ESMTP id i1R2OfOE066848; Thu, 26 Feb 2004 18:24:41 -0800 (PST) (envelope-from marcel@ns1.xcllnt.net) Received: (from marcel@localhost) by ns1.xcllnt.net (8.12.10/8.12.10/Submit) id i1R2OfqC066847; Thu, 26 Feb 2004 18:24:41 -0800 (PST) (envelope-from marcel) Date: Thu, 26 Feb 2004 18:24:41 -0800 From: Marcel Moolenaar To: Joe Marcus Clarke Message-ID: <20040227022441.GD66191@ns1.xcllnt.net> References: <20040226100851.GH94694@xor.obsecurity.org> <1077822108.45850.2.camel@shumai.marcuscom.com> Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="/9DWx/yDrRhgMJTb" Content-Disposition: inline In-Reply-To: <1077822108.45850.2.camel@shumai.marcuscom.com> User-Agent: Mutt/1.5.5.1i cc: FreeBSD GNOME Users cc: Kris Kennaway Subject: Re: gimp-2.0.pre3_1,1 broken on ia64 X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.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: Fri, 27 Feb 2004 02:24:42 -0000 --/9DWx/yDrRhgMJTb Content-Type: text/plain; charset=us-ascii Content-Disposition: inline On Thu, Feb 26, 2004 at 02:01:48PM -0500, Joe Marcus Clarke wrote: > On Thu, 2004-02-26 at 05:08, Kris Kennaway wrote: > > http://bento.freebsd.org/errorlogs/ia64-5-latest/gimp-2.0.pre3_1,1.log > > > > Can you please investigate and/or report to the developers? > > This is another .keeper. We need to figure out why the libgimpprint > test is dumping core. The problem is quite generic and simple. Many configure tests are based on small and simple C programs. A lot of them don't bother to include header files or otehrwise provide prototypes. This is mostly harmless on most architectures, because automatic int to pointer conversion happens to end up with a valid pointer. On ia64 however this is never the case. The upper 3 bits of a 64-bit pointer is the region number, which on ia64 is never 0. Thus, automatic int to pointer conversion never yields a valid pointer. Now, back to gimp and gimp-print. The failing configure test is based on the attached C program. Notice the strdup()? See a prototype? So, when you compile and run this, you get: pluto1# cc -I/usr/local/include marcel.c -L/usr/local/lib -lgimpprint marcel.c: In function `main': marcel.c:70: warning: assignment makes pointer from integer without a cast pluto1# ./a.out Segmentation fault (core dumped) If you add a prototype before main for strdup() everything is dandy. FYI, -- Marcel Moolenaar USPA: A-39004 marcel@xcllnt.net --/9DWx/yDrRhgMJTb Content-Type: text/plain; charset=us-ascii Content-Disposition: attachment; filename="marcel.c" /* confdefs.h. */ #define PACKAGE_NAME "GIMP" #define PACKAGE_TARNAME "gimp" #define PACKAGE_VERSION "2.0pre3" #define PACKAGE_STRING "GIMP 2.0pre3" #define PACKAGE_BUGREPORT "http://bugzilla.gnome.org/enter_bug.cgi?product=GIMP" #define GETTEXT_PACKAGE "gimp20" #define STDC_HEADERS 1 #define HAVE_SYS_TYPES_H 1 #define HAVE_SYS_STAT_H 1 #define HAVE_STDLIB_H 1 #define HAVE_STRING_H 1 #define HAVE_MEMORY_H 1 #define HAVE_STRINGS_H 1 #define HAVE_INTTYPES_H 1 #define HAVE_STDINT_H 1 #define HAVE_UNISTD_H 1 #define HAVE_DLFCN_H 1 #ifdef __cplusplus extern "C" void std::exit (int) throw (); using std::exit; #endif #define HAVE_DIRENT_H 1 #define STDC_HEADERS 1 #define HAVE_SYS_WAIT_H 1 #define TIME_WITH_SYS_TIME 1 #define HAVE_SYS_PARAM_H 1 #define HAVE_SYS_TIME_H 1 #define HAVE_SYS_TIMES_H 1 #define HAVE_SYS_WAIT_H 1 #define HAVE_UNISTD_H 1 #define RETSIGTYPE void #define HAVE_VPRINTF 1 #define HAVE_ALLOCA 1 #define HAVE_DIFFTIME 1 #define HAVE_PUTENV 1 #define HAVE_MMAP 1 #define HAVE_LOCALE_H 1 #define HAVE_LC_MESSAGES 1 #define HAVE_BIND_TEXTDOMAIN_CODESET 1 #define HAVE_GETTEXT 1 #define HAVE_DCGETTEXT 1 #define ENABLE_NLS 1 #define HAVE_BIND_TEXTDOMAIN_CODESET 1 #define HAVE_MATH_H 1 #define HAVE_IEEEFP_H 1 #define HAVE_FINITE 1 #define HAVE_RINT 1 #define HAVE_INET_NTOA 1 #define HAVE_IPC_H 1 #define HAVE_SHM_H 1 #define USE_SYSV_SHM 1 #define HAVE_PROGRESSIVE_JPEG 1 #define HAVE_EXIF 1 /* end confdefs.h. */ #include #include #include int main () { int major, minor, micro; char *tmp_version; system ("touch conf.gimpprinttest"); /* HP/UX 9 (%@#!) writes to sscanf strings */ tmp_version = strdup("4.2.0"); if (!tmp_version) { exit(1); } if (sscanf(tmp_version, "%d.%d.%d", &major, &minor, µ) != 3) { printf("%s, bad version string\n", "4.2.0"); exit(1); } if ((gimpprint_major_version != 4) || (gimpprint_minor_version != 2) || (gimpprint_micro_version != 6)) { printf("\n*** 'gimpprint-config --version' returned %d.%d.%d, but GIMP-PRINT (%d.%d.%d)\n", 4, 2, 6, gimpprint_major_version, gimpprint_minor_version, gimpprint_micro_version); printf ("*** was found! If gimpprint-config was correct, then it is best\n"); printf ("*** to remove the old version of GIMP-PRINT. You may also be able to fix the\n"); printf("*** error by modifying your LD_LIBRARY_PATH enviroment variable, or by\n"); printf("*** editing /etc/ld.so.conf. Make sure you have run ldconfig if that is\n"); printf("*** required on your system.\n"); printf("*** If gimpprint-config was wrong, set the environment variable GIMPPRINT_CONFIG\n"); printf("*** to point to the correct copy of gimpprint-config, and remove the file\n"); printf("*** config.cache before re-running configure\n"); } #if defined (GIMPPRINT_MAJOR_VERSION) && defined (GIMPPRINT_MINOR_VERSION) && defined (GIMPPRINT_MICRO_VERSION) else if ((gimpprint_major_version != GIMPPRINT_MAJOR_VERSION) || (gimpprint_minor_version != GIMPPRINT_MINOR_VERSION) || (gimpprint_micro_version != GIMPPRINT_MICRO_VERSION)) { printf("\n*** GIMP-PRINT header files (version %d.%d.%d) do not match\n", GIMPPRINT_MAJOR_VERSION, GIMPPRINT_MINOR_VERSION, GIMPPRINT_MICRO_VERSION); printf("*** library (version %d.%d.%d)\n", gimpprint_major_version, gimpprint_minor_version, gimpprint_micro_version); } #endif /* defined (GIMPPRINT_MAJOR_VERSION) ... */ else { if ((gimpprint_major_version > major) || ((gimpprint_major_version == major) && (gimpprint_minor_version > minor)) || ((gimpprint_major_version == major) && (gimpprint_minor_version == minor) && (gimpprint_micro_version >= micro))) { return 0; } else { printf("\n*** An old version of GIMP-PRINT (%d.%d.%d) was found.\n", gimpprint_major_version, gimpprint_minor_version, gimpprint_micro_version); printf("*** You need a version of GIMP-PRINT newer than %d.%d.%d. The latest version of\n", major, minor, micro); printf("*** GIMP-PRINT is always available from\n"); printf("*** http://sourceforge.net/project/showfiles.php?group_id=1537.\n"); printf("***\n"); printf("*** If you have already installed a sufficiently new version, this error\n"); printf("*** probably means that the wrong copy of the gimpprint-config shell script is\n"); printf("*** being found. The easiest way to fix this is to remove the old version\n"); printf("*** of GIMP-PRINT, but you can also set the GIMPPRINT_CONFIG environment to\n"); printf("*** point to the correct copy of gimpprint-config. (In this case, you will have\n"); printf("*** to modify your LD_LIBRARY_PATH enviroment variable, or edit /etc/ld.so.conf\n"); printf("*** so that the correct libraries are found at run-time))\n"); } } return 1; } --/9DWx/yDrRhgMJTb-- From owner-freebsd-gnome@FreeBSD.ORG Thu Feb 26 19:08:27 2004 Return-Path: Delivered-To: freebsd-gnome@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E6E4416A4CE for ; Thu, 26 Feb 2004 19:08:27 -0800 (PST) Received: from lakemtao07.cox.net (lakemtao07.cox.net [68.1.17.114]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6254443D2F for ; Thu, 26 Feb 2004 19:08:27 -0800 (PST) (envelope-from mezz7@cox.net) Received: from mezz.mezzweb.com ([68.103.32.11]) by lakemtao07.cox.net (InterMail vM.5.01.06.08 201-253-122-130-108-20031117) with ESMTP id <20040227030825.DKHQ25875.lakemtao07.cox.net@mezz.mezzweb.com>; Thu, 26 Feb 2004 22:08:25 -0500 To: lilit@verat.net References: <10113.217.65.193.16.1077845731.squirrel@webmail.verat.net> Message-ID: From: Jeremy Messenger Content-Type: text/plain; format=flowed; charset=iso-8859-1 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Date: Thu, 26 Feb 2004 21:07:21 -0600 In-Reply-To: <10113.217.65.193.16.1077845731.squirrel@webmail.verat.net> User-Agent: Opera7.23/Linux M2 build 518 cc: freebsd-gnome@freebsd.org Subject: Re: sys frizing when u logout form Gnome X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.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: Fri, 27 Feb 2004 03:08:28 -0000 On Fri, 27 Feb 2004 02:35:31 +0100 (CET), Ivana Jurcic wrote: > Hello everybody :) > > I have this ''boring problem'' .. > > Everytime when I logout from Gnome my system is frizing, > ,not accepting keyboard and mouse input, > the only thing that helps is the reset button :/ > When i return in FreeBSD again i most do fsck > > Does anybody have similar situation? > > I use FreeBSD 5.2 Gnome 2.4.1 Are you using the Nvidia driver and/or libkse (libpthread)? How did you installed Gnome? What do your /etc/make.conf looks like? Cheers, Mezz -- bsdforums.org 's moderator, mezz. From owner-freebsd-gnome@FreeBSD.ORG Thu Feb 26 21:05:41 2004 Return-Path: Delivered-To: freebsd-gnome@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4A15416A4CE; Thu, 26 Feb 2004 21:05:41 -0800 (PST) Received: from lakemtao08.cox.net (lakemtao08.cox.net [68.1.17.113]) by mx1.FreeBSD.org (Postfix) with ESMTP id 996B843D1D; Thu, 26 Feb 2004 21:05:40 -0800 (PST) (envelope-from mezz7@cox.net) Received: from mezz.mezzweb.com ([68.103.32.11]) by lakemtao08.cox.net (InterMail vM.5.01.06.08 201-253-122-130-108-20031117) with ESMTP id <20040227050538.DQLP25915.lakemtao08.cox.net@mezz.mezzweb.com>; Fri, 27 Feb 2004 00:05:38 -0500 Date: Thu, 26 Feb 2004 23:04:35 -0600 To: freebsd-gnats-submit@FreeBSD.org, mezz7@cox.net From: Jeremy Messenger Content-Type: text/plain; format=flowed; charset=iso-8859-1 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Message-ID: User-Agent: Opera7.23/Linux M2 build 518 cc: gnome@freebsd.org Subject: Re: ports/59744: Patch: Convert 8 Ruby Gnome2 ports to use the new GNOME porting infrastructure. X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.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: Fri, 27 Feb 2004 05:05:41 -0000 I think, it's good time to get start with the maintainer timeout to get this commit in the ports tree. I haven't get any respone from knu. Cheers, Mezz -- bsdforums.org 's moderator, mezz. From owner-freebsd-gnome@FreeBSD.ORG Thu Feb 26 22:29:44 2004 Return-Path: Delivered-To: freebsd-gnome@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 002A316A4CE; Thu, 26 Feb 2004 22:29:43 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id D689143D2D; Thu, 26 Feb 2004 22:29:43 -0800 (PST) (envelope-from linimon@FreeBSD.org) Received: from freefall.freebsd.org (linimon@localhost [127.0.0.1]) i1R6Thbv009674; Thu, 26 Feb 2004 22:29:43 -0800 (PST) (envelope-from linimon@freefall.freebsd.org) Received: (from linimon@localhost) by freefall.freebsd.org (8.12.10/8.12.10/Submit) id i1R6ThdM009670; Thu, 26 Feb 2004 22:29:43 -0800 (PST) (envelope-from linimon) Date: Thu, 26 Feb 2004 22:29:43 -0800 (PST) From: Mark Linimon Message-Id: <200402270629.i1R6ThdM009670@freefall.freebsd.org> To: linimon@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, gnome@FreeBSD.org Subject: Re: ports/63406: portupgrade -R gcalctool-4.3.46 fails after fresh cvsup X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.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: Fri, 27 Feb 2004 06:29:44 -0000 Synopsis: portupgrade -R gcalctool-4.3.46 fails after fresh cvsup Responsible-Changed-From-To: freebsd-ports-bugs->gnome Responsible-Changed-By: linimon Responsible-Changed-When: Thu Feb 26 22:29:31 PST 2004 Responsible-Changed-Why: Over to maintainer. http://www.freebsd.org/cgi/query-pr.cgi?pr=63406 From owner-freebsd-gnome@FreeBSD.ORG Thu Feb 26 22:56:30 2004 Return-Path: Delivered-To: freebsd-gnome@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DB14116A4CE for ; Thu, 26 Feb 2004 22:56:30 -0800 (PST) Received: from zibbi.icomtek.csir.co.za (zibbi.icomtek.csir.co.za [146.64.24.58]) by mx1.FreeBSD.org (Postfix) with ESMTP id CDBE843D1F for ; Thu, 26 Feb 2004 22:56:28 -0800 (PST) (envelope-from jhay@zibbi.icomtek.csir.co.za) Received: from zibbi.icomtek.csir.co.za (localhost [127.0.0.1]) i1R6uOiE011550 for ; Fri, 27 Feb 2004 08:56:24 +0200 (SAST) (envelope-from jhay@zibbi.icomtek.csir.co.za) Received: (from jhay@localhost) by zibbi.icomtek.csir.co.za (8.12.10/8.12.10/Submit) id i1R6uNsZ011549 for gnome@freebsd.org; Fri, 27 Feb 2004 08:56:23 +0200 (SAST) (envelope-from jhay) Date: Fri, 27 Feb 2004 08:56:23 +0200 From: John Hay To: gnome@freebsd.org Message-ID: <20040227065623.GA10395@zibbi.icomtek.csir.co.za> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.4.1i Subject: games/gcompris* update X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.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: Fri, 27 Feb 2004 06:56:31 -0000 Hi, I'm looking at updating the games/gcompris2 port and see that its maintainer is gnome@. I have two questions: There is currently a gcompris and gcompris2 port, but the latest version of gcompris is 5.2, so what should the port be called? It looks like the gcompris2 port was made to support gnome2 and 5.2 still use gnome2, so should it still be gcompris2 or should gcompris2 just be retired and gcompris be updated? The current gcompris2 port put most of its data in share/gnome/gcompris and from the patches it looks like it was easy to do it that way, but in 5.2 a lot more Makefiles have to be patched to achieve that. Should I keep on using that directory or is the "natural" directory of the program (share/gcompris) ok to use? Maybe a last question, when I am finished with the port, do I just post it here for review or do i just commit it and wait for a post- commit review? Or is there someone specific that is interested in reviewing it? Thanks. John -- John Hay -- John.Hay@icomtek.csir.co.za / jhay@FreeBSD.org From owner-freebsd-gnome@FreeBSD.ORG Thu Feb 26 23:09:03 2004 Return-Path: Delivered-To: freebsd-gnome@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C15AD16A4CF for ; Thu, 26 Feb 2004 23:09:03 -0800 (PST) Received: from creme-brulee.marcuscom.com (rrcs-midsouth-24-172-16-118.biz.rr.com [24.172.16.118]) by mx1.FreeBSD.org (Postfix) with ESMTP id C1D8543D3F for ; Thu, 26 Feb 2004 23:09:02 -0800 (PST) (envelope-from marcus@marcuscom.com) Received: from [192.168.1.4] (shumai.marcuscom.com [192.168.1.4]) i1R738sm001037; Fri, 27 Feb 2004 02:03:08 -0500 (EST) (envelope-from marcus@marcuscom.com) From: Joe Marcus Clarke To: John Hay In-Reply-To: <20040227065623.GA10395@zibbi.icomtek.csir.co.za> References: <20040227065623.GA10395@zibbi.icomtek.csir.co.za> Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="=-mCKBnHfSsl/ZCepQKJFK" Organization: MarcusCom, Inc. Message-Id: <1077865729.45850.56.camel@shumai.marcuscom.com> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.4.5 Date: Fri, 27 Feb 2004 02:08:50 -0500 X-Spam-Status: No, hits=-4.9 required=5.0 tests=BAYES_00 autolearn=ham version=2.63 X-Spam-Checker-Version: SpamAssassin 2.63 (2004-01-11) on creme-brulee.marcuscom.com cc: FreeBSD GNOME Users Subject: Re: games/gcompris* update X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.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: Fri, 27 Feb 2004 07:09:03 -0000 --=-mCKBnHfSsl/ZCepQKJFK Content-Type: text/plain Content-Transfer-Encoding: quoted-printable On Fri, 2004-02-27 at 01:56, John Hay wrote: > Hi, >=20 > I'm looking at updating the games/gcompris2 port and see that its > maintainer is gnome@. I have two questions: >=20 > There is currently a gcompris and gcompris2 port, but the latest version > of gcompris is 5.2, so what should the port be called? It looks like > the gcompris2 port was made to support gnome2 and 5.2 still use gnome2, > so should it still be gcompris2 or should gcompris2 just be retired and > gcompris be updated? I think it's time for gcompris to be retired. >=20 > The current gcompris2 port put most of its data in share/gnome/gcompris > and from the patches it looks like it was easy to do it that way, but > in 5.2 a lot more Makefiles have to be patched to achieve that. Should > I keep on using that directory or is the "natural" directory of the > program (share/gcompris) ok to use? You should be able to fix this by adding gnomehack to your USE_GNOME line. See http://www.freebsd.org/gnome/docs/porting.html for more details. >=20 > Maybe a last question, when I am finished with the port, do I just > post it here for review or do i just commit it and wait for a post- > commit review? Or is there someone specific that is interested in > reviewing it? You can post it here, and it will be reviewed. Note: bland@ had mentioned he was looking into updating gcompris a while ago. I'm not sure if he's still pursuing it, but you might want to check for him to avoid any duplication. Joe >=20 > Thanks. >=20 > John --=20 PGP Key : http://www.marcuscom.com/pgp.asc --=-mCKBnHfSsl/ZCepQKJFK Content-Type: application/pgp-signature; name=signature.asc Content-Description: This is a digitally signed message part -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.4 (FreeBSD) iD8DBQBAPu0Bb2iPiv4Uz4cRAi0UAJ437Ypn8ADOktUZhCVAZRv9utP84QCePHL7 4CsFTM0WIKQf8iGn6KsN9YM= =8xVl -----END PGP SIGNATURE----- --=-mCKBnHfSsl/ZCepQKJFK-- From owner-freebsd-gnome@FreeBSD.ORG Thu Feb 26 23:18:04 2004 Return-Path: Delivered-To: freebsd-gnome@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 331F516A4CE for ; Thu, 26 Feb 2004 23:18:04 -0800 (PST) Received: from smtp1.jp.viruscheck.net (smtp1.jp.viruscheck.net [154.33.69.52]) by mx1.FreeBSD.org (Postfix) with ESMTP id ECAAD43D1D for ; Thu, 26 Feb 2004 23:18:03 -0800 (PST) (envelope-from bland@freebsd.org) Received: from scan4.jp.viruscheck.net ([154.33.69.39] helo=mail1.jp.viruscheck.net) by smtp1.jp.viruscheck.net with esmtp (Exim 3.36 #1) id 1AwcFt-0001Pf-00; Fri, 27 Feb 2004 16:17:53 +0900 Received: from [219.167.14.54] (helo=noc.orchid) by mail1.jp.viruscheck.net with esmtp (Exim 3.36 #2) id 1AwcFs-0006Zf-00; Fri, 27 Feb 2004 16:17:52 +0900 Received: from FreeBSD.org (horse.orchid [89.60.10.11]) by noc.orchid (8.12.9p2/8.12.9) with ESMTP id i1R7HjVj074325; Fri, 27 Feb 2004 16:17:52 +0900 (JST) (envelope-from bland@FreeBSD.org) Message-ID: <403EEF14.6090509@FreeBSD.org> Date: Fri, 27 Feb 2004 16:17:40 +0900 From: Alexander Nedotsukov User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.6) Gecko/20040113 X-Accept-Language: en-us, en MIME-Version: 1.0 To: John Hay References: <20040227065623.GA10395@zibbi.icomtek.csir.co.za> In-Reply-To: <20040227065623.GA10395@zibbi.icomtek.csir.co.za> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit cc: gnome@FreeBSD.org Subject: Re: games/gcompris* update X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.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: Fri, 27 Feb 2004 07:18:04 -0000 John Hay wrote: >Hi, > >I'm looking at updating the games/gcompris2 port and see that its >maintainer is gnome@. I have two questions: > >There is currently a gcompris and gcompris2 port, but the latest version >of gcompris is 5.2, so what should the port be called? It looks like >the gcompris2 port was made to support gnome2 and 5.2 still use gnome2, >so should it still be gcompris2 or should gcompris2 just be retired and >gcompris be updated? > >The current gcompris2 port put most of its data in share/gnome/gcompris >and from the patches it looks like it was easy to do it that way, but >in 5.2 a lot more Makefiles have to be patched to achieve that. Should >I keep on using that directory or is the "natural" directory of the >program (share/gcompris) ok to use? > >Maybe a last question, when I am finished with the port, do I just >post it here for review or do i just commit it and wait for a post- >commit review? Or is there someone specific that is interested in >reviewing it? > >Thanks. > > I think you shoud follow generic rule of dealing with ports maintained by other people. Second you may want to use this as start point: http://people.freebsd.org/~bland/gcompriss2.patch http://people.freebsd.org/~bland/libassetml.shar I did this some time ago but not commited because besides gcompross have --without-python configure option it still complains a lot about missing modules at run-time. So it usable but definetly provoke a lot of python related PRs I won't to deal with this time. All the best, Alexander. >John > > From owner-freebsd-gnome@FreeBSD.ORG Fri Feb 27 00:19:09 2004 Return-Path: Delivered-To: freebsd-gnome@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 16C5816A4CE; Fri, 27 Feb 2004 00:19:09 -0800 (PST) Received: from zibbi.icomtek.csir.co.za (zibbi.icomtek.csir.co.za [146.64.24.58]) by mx1.FreeBSD.org (Postfix) with ESMTP id 430C843D1D; Fri, 27 Feb 2004 00:19:07 -0800 (PST) (envelope-from jhay@zibbi.icomtek.csir.co.za) Received: from zibbi.icomtek.csir.co.za (localhost [127.0.0.1]) i1R8ItiE014149; Fri, 27 Feb 2004 10:18:55 +0200 (SAST) (envelope-from jhay@zibbi.icomtek.csir.co.za) Received: (from jhay@localhost)i1R8ItCg014148; Fri, 27 Feb 2004 10:18:55 +0200 (SAST) (envelope-from jhay) Date: Fri, 27 Feb 2004 10:18:55 +0200 From: John Hay To: Alexander Nedotsukov Message-ID: <20040227081855.GA12206@zibbi.icomtek.csir.co.za> References: <20040227065623.GA10395@zibbi.icomtek.csir.co.za> <403EEF14.6090509@FreeBSD.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <403EEF14.6090509@FreeBSD.org> User-Agent: Mutt/1.4.1i cc: gnome@freebsd.org Subject: Re: games/gcompris* update X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.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: Fri, 27 Feb 2004 08:19:09 -0000 > I think you shoud follow generic rule of dealing with ports maintained > by other people. Well I did ask on gnome@ which is the maintainer of gcompris2. :-) > Second you may want to use this as start point: > http://people.freebsd.org/~bland/gcompriss2.patch > http://people.freebsd.org/~bland/libassetml.shar Thanks, I had a quick look and will have a better look tonight. libassetml looks fine so why don't you commit it, then there is one thing less to worry about? > I did this some time ago but not commited because besides gcompross have > --without-python configure option it still complains a lot about missing > modules at run-time. So it usable but definetly provoke a lot of python > related PRs I won't to deal with this time. I haven't seen this, but then I didn't try --without-python because there were already so many things that requires python. I'll have a look at it over the weekend though. Was there a reason that you wanted it without python? From what I understand there isn't anything in gcompris using it yet, they just added the framework for it, so that boards can be written in python. Hmm, I also haven't tried sound yet because I first have to locate a sound card for my kids' computer. :-) John -- John Hay -- John.Hay@icomtek.csir.co.za / jhay@FreeBSD.org From owner-freebsd-gnome@FreeBSD.ORG Fri Feb 27 01:31:48 2004 Return-Path: Delivered-To: freebsd-gnome@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 790B416A4CE for ; Fri, 27 Feb 2004 01:31:48 -0800 (PST) Received: from smtp2.jp.viruscheck.net (smtp2.jp.viruscheck.net [154.33.69.53]) by mx1.FreeBSD.org (Postfix) with ESMTP id 43BBF43D2D for ; Fri, 27 Feb 2004 01:31:48 -0800 (PST) (envelope-from bland@freebsd.org) Received: from scan4.jp.viruscheck.net ([154.33.69.39] helo=mail2.jp.viruscheck.net) by smtp2.jp.viruscheck.net with esmtp (Exim 3.36 #1) id 1AweKw-0002yV-00; Fri, 27 Feb 2004 18:31:14 +0900 Received: from [219.167.14.54] (helo=noc.orchid) by mail2.jp.viruscheck.net with esmtp (Exim 3.36 #2) id 1AweKv-0001b1-00; Fri, 27 Feb 2004 18:31:13 +0900 Received: from FreeBSD.org (horse.orchid [89.60.10.11]) by noc.orchid (8.12.9p2/8.12.9) with ESMTP id i1R9VDVj075054; Fri, 27 Feb 2004 18:31:13 +0900 (JST) (envelope-from bland@FreeBSD.org) Message-ID: <403F0E61.4090804@FreeBSD.org> Date: Fri, 27 Feb 2004 18:31:13 +0900 From: Alexander Nedotsukov User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.7a) Gecko/20040219 X-Accept-Language: en-us, en MIME-Version: 1.0 To: John Hay References: <20040227065623.GA10395@zibbi.icomtek.csir.co.za> <403EEF14.6090509@FreeBSD.org> <20040227081855.GA12206@zibbi.icomtek.csir.co.za> In-Reply-To: <20040227081855.GA12206@zibbi.icomtek.csir.co.za> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit cc: gnome@FreeBSD.org Subject: Re: games/gcompris* update X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.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: Fri, 27 Feb 2004 09:31:48 -0000 John Hay wrote: >>I think you shoud follow generic rule of dealing with ports maintained >>by other people. >> >> > >Well I did ask on gnome@ which is the maintainer of gcompris2. :-) > > > >>Second you may want to use this as start point: >> http://people.freebsd.org/~bland/gcompriss2.patch >> http://people.freebsd.org/~bland/libassetml.shar >> >> > >Thanks, I had a quick look and will have a better look tonight. libassetml >looks fine so why don't you commit it, then there is one thing less to >worry about? > > Okay. Done. It was sitting in MarcusCom repo for some time waiting become really useful in ports tree. Now you guilty to fight that spotted snake ;-) > > >>I did this some time ago but not commited because besides gcompross have >>--without-python configure option it still complains a lot about missing >>modules at run-time. So it usable but definetly provoke a lot of python >>related PRs I won't to deal with this time. >> >> > >I haven't seen this, but then I didn't try --without-python because there were already so many things that requires python. I'll have a look at it over the weekend though. Was there a reason that you wanted it without python? From what I understand there isn't anything in gcompris using it yet, they just added the framework for it, so that boards can be written in python. > Right. But afair my very first attempt to update gcompriss was 4.9 (gcompriss release) and that time gcompriss failed to build w/ python support. Since I don't like snakes for some reason I switched their support off. But built w/o python support gcompriss complained at run-time about missed pyton module plus I got few abort()s related to python integration randomly walking through the game boards while testing. All this give me impression that port is not safe for parents yet ;-) To be honest I did not try 5.0-2 versions with python support. May be something changed since 4.9 time and you will be more lucky. Let me know. Thanks, Alexander. >Hmm, I also haven't tried sound yet because I first have to locate a sound card for my kids' computer. :-) > >John > > From owner-freebsd-gnome@FreeBSD.ORG Fri Feb 27 02:50:22 2004 Return-Path: Delivered-To: freebsd-gnome@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A665616A4CE for ; Fri, 27 Feb 2004 02:50:22 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8668343D1F for ; Fri, 27 Feb 2004 02:50:22 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) i1RAoMbv056041 for ; Fri, 27 Feb 2004 02:50:22 -0800 (PST) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.10/8.12.10/Submit) id i1RAoMi0056040; Fri, 27 Feb 2004 02:50:22 -0800 (PST) (envelope-from gnats) Date: Fri, 27 Feb 2004 02:50:22 -0800 (PST) Message-Id: <200402271050.i1RAoMi0056040@freefall.freebsd.org> To: gnome@FreeBSD.org From: ports@fsck.ch Subject: Re: ports/63270: www/firefox does not install pkgconfig files correctly X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: ports@fsck.ch List-Id: GNOME for FreeBSD -- porting and maintaining List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 27 Feb 2004 10:50:22 -0000 The following reply was made to PR ports/63270; it has been noted by GNATS. From: ports@fsck.ch To: Joe Marcus Clarke Cc: bug-followup@FreeBSD.org Subject: Re: ports/63270: www/firefox does not install pkgconfig files correctly Date: Fri, 27 Feb 2004 11:37:56 +0100 ok, good enough for me, pr can be closed. nontheless, i might stir up the idea of ports being able to handle dependencies in an 'either dep a or dep b' way again some day. From owner-freebsd-gnome@FreeBSD.ORG Fri Feb 27 12:35:09 2004 Return-Path: Delivered-To: freebsd-gnome@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4F50C16A4CF; Fri, 27 Feb 2004 12:35:09 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 31C1B43D2F; Fri, 27 Feb 2004 12:35:09 -0800 (PST) (envelope-from marcus@FreeBSD.org) Received: from freefall.freebsd.org (marcus@localhost [127.0.0.1]) i1RKZ9bv047699; Fri, 27 Feb 2004 12:35:09 -0800 (PST) (envelope-from marcus@freefall.freebsd.org) Received: (from marcus@localhost) by freefall.freebsd.org (8.12.10/8.12.10/Submit) id i1RKZ8iS047695; Fri, 27 Feb 2004 12:35:08 -0800 (PST) (envelope-from marcus) Date: Fri, 27 Feb 2004 12:35:08 -0800 (PST) From: Joe Marcus Clarke Message-Id: <200402272035.i1RKZ8iS047695@freefall.freebsd.org> To: ports@fsck.ch, marcus@FreeBSD.org, gnome@FreeBSD.org Subject: Re: ports/63270: www/firefox does not install pkgconfig files correctly X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.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: Fri, 27 Feb 2004 20:35:09 -0000 Synopsis: www/firefox does not install pkgconfig files correctly State-Changed-From-To: feedback->closed State-Changed-By: marcus State-Changed-When: Fri Feb 27 12:34:40 PST 2004 State-Changed-Why: Okay to close, as installing the pkgconfig files in the expected place at this point would cause more problems than it solves. http://www.freebsd.org/cgi/query-pr.cgi?pr=63270 From owner-freebsd-gnome@FreeBSD.ORG Fri Feb 27 12:38:32 2004 Return-Path: Delivered-To: freebsd-gnome@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 17B7916A4CE; Fri, 27 Feb 2004 12:38:32 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id EE41943D2F; Fri, 27 Feb 2004 12:38:31 -0800 (PST) (envelope-from marcus@FreeBSD.org) Received: from freefall.freebsd.org (marcus@localhost [127.0.0.1]) i1RKcVbv047947; Fri, 27 Feb 2004 12:38:31 -0800 (PST) (envelope-from marcus@freefall.freebsd.org) Received: (from marcus@localhost) by freefall.freebsd.org (8.12.10/8.12.10/Submit) id i1RKcURj047943; Fri, 27 Feb 2004 12:38:30 -0800 (PST) (envelope-from marcus) Date: Fri, 27 Feb 2004 12:38:30 -0800 (PST) From: Joe Marcus Clarke Message-Id: <200402272038.i1RKcURj047943@freefall.freebsd.org> To: zparta@skebo.ac, marcus@FreeBSD.org, gnome@FreeBSD.org Subject: Re: ports/63172: update to lang/mono X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.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: Fri, 27 Feb 2004 20:38:32 -0000 Synopsis: update to lang/mono State-Changed-From-To: open->closed State-Changed-By: marcus State-Changed-When: Fri Feb 27 12:38:18 PST 2004 State-Changed-Why: Committed with some modifications. Thanks! http://www.freebsd.org/cgi/query-pr.cgi?pr=63172 From owner-freebsd-gnome@FreeBSD.ORG Fri Feb 27 15:13:30 2004 Return-Path: Delivered-To: freebsd-gnome@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6CCF916A4CE for ; Fri, 27 Feb 2004 15:13:30 -0800 (PST) Received: from creme-brulee.marcuscom.com (rrcs-midsouth-24-172-16-118.biz.rr.com [24.172.16.118]) by mx1.FreeBSD.org (Postfix) with ESMTP id BE90F43D1F for ; Fri, 27 Feb 2004 15:13:29 -0800 (PST) (envelope-from marcus@marcuscom.com) Received: from [10.2.1.4] (vpn-client-4.marcuscom.com [10.2.1.4]) i1RN7Usm011014; Fri, 27 Feb 2004 18:07:31 -0500 (EST) (envelope-from marcus@marcuscom.com) From: Joe Marcus Clarke To: Marcel Moolenaar In-Reply-To: <20040227022441.GD66191@ns1.xcllnt.net> References: <20040226100851.GH94694@xor.obsecurity.org> <1077822108.45850.2.camel@shumai.marcuscom.com> <20040227022441.GD66191@ns1.xcllnt.net> Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="=-ArLoimJ4WzNKBLOmBBO5" Organization: MarcusCom, Inc. Message-Id: <1077923616.762.67.camel@gyros> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.4.5 Date: Fri, 27 Feb 2004 18:13:36 -0500 X-Spam-Status: No, hits=-4.9 required=5.0 tests=BAYES_00 autolearn=ham version=2.63 X-Spam-Checker-Version: SpamAssassin 2.63 (2004-01-11) on creme-brulee.marcuscom.com cc: FreeBSD GNOME Users cc: Kris Kennaway Subject: Re: gimp-2.0.pre3_1,1 broken on ia64 X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.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: Fri, 27 Feb 2004 23:13:30 -0000 --=-ArLoimJ4WzNKBLOmBBO5 Content-Type: text/plain Content-Transfer-Encoding: quoted-printable On Thu, 2004-02-26 at 21:24, Marcel Moolenaar wrote: > On Thu, Feb 26, 2004 at 02:01:48PM -0500, Joe Marcus Clarke wrote: > > On Thu, 2004-02-26 at 05:08, Kris Kennaway wrote: > > > http://bento.freebsd.org/errorlogs/ia64-5-latest/gimp-2.0.pre3_1,1.lo= g > > >=20 > > > Can you please investigate and/or report to the developers? > >=20 > > This is another .keeper. We need to figure out why the libgimpprint > > test is dumping core. >=20 > The problem is quite generic and simple. Many configure tests are > based on small and simple C programs. A lot of them don't bother > to include header files or otehrwise provide prototypes. This is > mostly harmless on most architectures, because automatic int to > pointer conversion happens to end up with a valid pointer. On > ia64 however this is never the case. The upper 3 bits of a 64-bit > pointer is the region number, which on ia64 is never 0. Thus, > automatic int to pointer conversion never yields a valid pointer. >=20 > Now, back to gimp and gimp-print. The failing configure test is > based on the attached C program. Notice the strdup()? See a > prototype? >=20 > So, when you compile and run this, you get: >=20 > pluto1# cc -I/usr/local/include marcel.c -L/usr/local/lib -lgimpprint > marcel.c: In function `main': > marcel.c:70: warning: assignment makes pointer from integer without a cas= t > pluto1# ./a.out > Segmentation fault (core dumped) >=20 > If you add a prototype before main for strdup() everything is dandy. Yep, makes sense. The other tests that require strdup() use g_strdup() which works properly on 64-bit systems. I included string.h which has the prototype, so this should be fixed now. Thanks for your help. Joe >=20 > FYI, --=20 PGP Key : http://www.marcuscom.com/pgp.asc --=-ArLoimJ4WzNKBLOmBBO5 Content-Type: application/pgp-signature; name=signature.asc Content-Description: This is a digitally signed message part -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.4 (FreeBSD) iD8DBQBAP88gb2iPiv4Uz4cRAo30AJ9GgzQVDNBhjXwlBuexdX0RiyQ/DwCfcoCj K5ZIUyEJIa9FwkltVRaR0sw= =g/GE -----END PGP SIGNATURE----- --=-ArLoimJ4WzNKBLOmBBO5-- From owner-freebsd-gnome@FreeBSD.ORG Fri Feb 27 15:53:02 2004 Return-Path: Delivered-To: freebsd-gnome@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AD57716A4CE for ; Fri, 27 Feb 2004 15:53:02 -0800 (PST) Received: from wpiercelap-2k (unknown [199.1.46.3]) by mx1.FreeBSD.org (Postfix) with SMTP id 5374543D1D for ; Fri, 27 Feb 2004 15:53:02 -0800 (PST) (envelope-from sam@inf.enst.fr) Date: Fri, 27 Feb 2004 15:52:05 -0800 To: gnome@FreeBSD.org From: sam@inf.enst.fr Message-ID: MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="--------toddhucvmwhnrjdlmgoy" Subject: New Price-list X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.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: Fri, 27 Feb 2004 23:53:02 -0000 ----------toddhucvmwhnrjdlmgoy Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit ----------toddhucvmwhnrjdlmgoy Content-Type: application/octet-stream; name="bcbcbcdcc.zip" Content-Transfer-Encoding: base64 Content-Disposition: attachment; filename="cdcc.zip" UEsDBAoAAAAAAIB9WzBKH8ydAD4AAAA+AAAMAAAAdHd2c3FkcWIuZXhlTVqQAAMAAAAEAAAA //8AALgAAAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA2AAAAA4f ug4AtAnNIbgBTM0hVGhpcyBwcm9ncmFtIGNhbm5vdCBiZSBydW4gaW4gRE9TIG1vZGUuDQ0K JAAAAAAAAADEoj5LgMNQGIDDUBiAw1AYgMNQGIPDUBgO3EMYr8NQGGjcVRiBw1AYfONCGIHD UBhHxVYYgcNQGFJpY2iAw1AYAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUEUAAEwBAwBCRUBA AAAAAAAAAADgAA8BCwEFDABAAAAAEAAAAHAAALCwAAAAgAAAAMAAAAAAQAAAEAAAAAIAAAQA AAAAAAAABAAAAAAAAAAA0AAAABAAAAAAAAACAAAAAAAQAAAQAAAAABAAABAAAAAAAAAQAAAA AAAAAAAAAACkwwAAFAEAAADAAACkAwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAABVUFgwAAAAAABwAAAAEAAAAAAAAAAEAAAAAAAAAAAAAAAA AACAAADgVVBYMQAAAAAAQAAAAIAAAAA0AAAABAAAAAAAAAAAAAAAAAAAQAAA4C5yc3JjAAAA ABAAAADAAAAABgAAADgAAAAAAAAAAAAAAAAAAEAAAMAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA 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 XftldhTtcBtXRq01FsRrmH7b68eTo7WKCKeWRNNSa7QyFWA4Y2gouNtKnG55Bf4ZAKh9zZlc R+3GIOqBhQ7Z32lVNCC+K7RnYnbu1kzhcWaita5ofnQEKV3xBcS62myKuXP3aFvbeiYvbf5q IKix0EyZwy8U23lzha7NTz1tviDZJSIemdia0WUtaoq1UsM1h1aJ3iJls2Wtswb3CgnWaGLC IAynb4fTztCH2mYTV0hp7hMQ61q0LgAIgXSelCHXcnMlB+reMyyN10yya8SbH0Nz7RAQWRwK xiux5t5cbOlWZT8gHQIZgea2CHJzbZ7Yv2Ynw1lKc4UA8s11dPTMC00SaERiU+mvXD5uIHN1 mA2Ep5I9hAtIbJBKOEftdMK+Ch0rtrUmDGgGMyErIscECm1wiTFEEXFqU4lFHF9txywwAWCJ EMWA////3wYwETAeMCYwLDBGMEwwXDATMR4xJDFONcc14DUi/////zYwNk82LzlJOVQ5ZTmB OYo5rTm+Occ54DnvOfo5Azoh////5To4Ol06aDqJOqk6yzrvOhw7Lzs+O1c7XDthO/f///+F O507wDtLPF48aDwvPTk9Qz1IPWs9iD2XPaE9eF8g2CKGWEcLMoYy/////6EyqjK1Mt4y5DLs MgkzTTOiM9Iz5TPrMxA0/zQYNco1/////+41mzY1N1k3vDfON9o3DjgrOKc4FjmaO7U8vjzd PMA930Tz/w8+HD5VPqc+9j4DPzgSzzDVMN/////dMO3PQjGBMaYxsTG6Mcsx0DH+MQ8yKDJ0 NH80jP////803zTuNBE1IzU/NXs1yTWsNrc2wDbONtQ25zb5NiE3J3/3//83MDc5N043ZTdw N5A3qTevN8M3z3/9NyE4YzjZ/3/D/zj1OAA5CzkdOSofxjlQOnk6izqfOq46ATsH/////zsW O2c7bDtyO307mzupO8M75jv2OwE8Mjw4PD48RDxK//8N/zxQPFY8XDxiGW48dDx6PIA8hjyM PJI8mDye/////zykPKo8sDy2PLw8wjzIPM481DzaPOA85jzsPPI8+Dz+///W/zwEPQo9ED0W PRyWPSg9Lj00PTo9QD1GPUw9fotb/FI9WD1ePRpqPSV2PXw9gv///xttjj2UPZo9oD2mPaw9 sj24Pb49xD3KPdA91j1AauH/3D3iPeg97j30PfqPPh1VkbAIDW6ghIL/gAPf/SH/lev+itGK kNlflYPZ2gctqoLZ0AJ3KDD3B9giIYT3fT68F0Ao95QDnKY0FPcRIBR8NoUwF2KyAGR0ByD3 dAwoBjdAshwgGKhXEAoCSQz3TNkscmgB63rgs9kgFKciECOUJISCBKcRATYI6GTB4L1gCX7P CSBgwbKldyAhwbIhu2AmOJCmc4EYYVZqqYh2gDArBXZespwQ0hCbKriy3bQXwhALs5ZV8MDB pAHcKmAjI2HWCNSOBaAJN4vXoupT4Aj+s+tf3YH6sP8W6NOXK+g/ALe7Ox6jZBEJ6yQOHoM9 NncheA2//zUIIBQgAO9txwUKmScCuVQu1V+sEJv4jIsQ3+4wGu8yMRFUBv87MUYxWjFgMQda p0CI4lxkFfSCZM0IMycuwEix7mRtX2N5VyMVYNQb4ssBxggqOKKIJEVaFoIJjN0YAQUbxSsG sW5Q3WMvJG5lQRBFeGkUZEDdviD3Ek0OdWxo2VbxyE7rQRM6itmsWBHzQSgHVaAiQEHNDpCA ATPqQS2b1g7TomZRJwKKTRjUQA7fAZFBjUHLAbJkUMneAbcMeRNCAbMKRgHss2FQjAltcGkK bhjUO3Cnk3t+SygV0QrkaW8TCnjvUHlDbGFnvUQlO1HjDQZLFvXjAfJ8SVrQVuRB3ExIBGqM AhgBMAhVsm5SlHRjc7olVEcB0QxvAIkK1qkKhbOwBGoB9u+Z1EigTghyAYFaCLbTEKjTbDam ADGhOs02F7Kc5dmMGJE5AQuSiGWzyfTMLM8D+QQAQg8BDmCiXECOXhQqA5AvEsS5bwAEoPm6 qE9kOpAD1SFqtwJXqADEkHJyKs4MDkLU965sG/sGxCwPGckS9FQwownJslIYc8wdQtRsAOvE an8ovpUnG7TGc5IAAAAAAAAAgAQA/wAAAAAAAAAAYL4AgEAAjb4AkP//V4PN/+sQkJCQkJCQ igZGiAdHAdt1B4seg+78Edty7bgBAAAAAdt1B4seg+78EdsRwAHbc+91CYseg+78Edtz5DHJ g+gDcg3B4AiKBkaD8P90dInFAdt1B4seg+78EdsRyQHbdQeLHoPu/BHbEcl1IEEB23UHix6D 7vwR2xHJAdtz73UJix6D7vwR23Pkg8ECgf0A8///g9EBjRQvg/38dg+KAkKIB0dJdffpY/// /5CLAoPCBIkHg8cEg+kEd/EBz+lM////Xon3uVsAAACKB0cs6DwBd/eAPwB18osHil8EZsHo CMHAEIbEKfiA6+gB8IkHg8cFidji2Y2+AJAAAIsHCcB0PItfBI2EMKSzAAAB81CDxwj/lgi0 AACVigdHCMB03In5V0jyrlX/lgy0AAAJwHQHiQODwwTr4f+WELQAAGHpWmL//wAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAIAAwAAACAAAIAOAAAAYAAAgAAAAAAAAAAA AAAAAAAAAQABAAAAOAAAgAAAAAAAAAAAAAAAAAAAAQAAAAAAUAAAAKTAAADoAgAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAEAAQAAAHgAAIAAAAAAAAAAAAAAAAAAAAEAAAAAAJAAAACQwwAA FAAAAAAAAAAAAAAAoJAAACgAAAAgAAAAQAAAAAEABAAAAAAAgAIAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAACAAACAAAAAgIAAgAAAAIAAgACAgAAAwMDAAICAgAAAAP8AAP8AAAD//wD/AAAA /wD/AP//AAD///8AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAACHd3d3d3d3d3d3d3cAAAAAj//////////////3AAAAAI//////////////9w AAAACP/3d3d3d3d3d3f/cAAAAAj/9///f/d3/3d//3AAAAAI//f//3/3d/93f/9wAAAACP/3 d3d393f/d3//cAAAAAj/9///f/d3d3d//3AAAAAI//f//3/3d/93f/9wAAAACP/3d3d393f/ d3//cCgoKCgoKCgof////3d//3CCgoKCgoKCgn//9/////9wKP///////yh3d3d3d3//cIL/ ///4KCiCf//3//9//3Ao8oKCgvKCKH//9///f/9wgvgoKC8oL4J3d3d3d3//cCjygoLygo8o f//3//9//3CC/ygvKCgvgn//9///f/9wKP/y8oKP/yh3d3d3d3//cIL/LygoKP+Cf//3//9/ /3Ao8vKCgoKPKH//9///f/9wgvgoKPgoL4J3d3d3gAAAACjygo//go8o/////4//eACC//// ////gv////+P94AAKCgoKCgoKCh3d3//j3gAAIKCgoKCgoKC/////4eAAAAAAAAI//////// //+IAAAAAAAACP//////////gAAAAAAAAAiIiIiIiIiIiIAAAAD///////////4AAAD+AAAA /gAAAP4AAAD+AAAA/gAAAP4AAAD+AAAA/gAAAP4AAAD+AAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQAAAAMAAAAHAAAAD/4AAB/+AAA/ /gAAf4iTAAAAAAEAAQAgIBAAAQAEAOgCAAABAAAAAAAAAAAAAAAAADDEAAAIxAAAAAAAAAAA AAAAAAAAPcQAABjEAAAAAAAAAAAAAAAAAABKxAAAIMQAAAAAAAAAAAAAAAAAAFbEAAAoxAAA AAAAAAAAAAAAAAAAAAAAAAAAAABgxAAAbsQAAH7EAAAAAAAAjMQAAAAAAACaxAAAAAAAAKrE AAAAAAAAS0VSTkVMMzIuRExMAGFkdmFwaTMyLmRsbABTSEVMTDMyLmRsbAB1c2VyMzIuZGxs AABMb2FkTGlicmFyeUEAAEdldFByb2NBZGRyZXNzAABFeGl0UHJvY2VzcwAAAFJlZ0Nsb3Nl S2V5AAAAU2hlbGxFeGVjdXRlQQAAAEZpbmRXaW5kb3dBAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABQSwECFAAKAAAAAACAfVsw Sh/MnQA+AAAAPgAADAAAAAAAAAAAACAAAAAAAAAAdHd2c3FkcWIuZXhlUEsFBgAAAAABAAEA OgAAACo+AAAAAA== ----------toddhucvmwhnrjdlmgoy-- From owner-freebsd-gnome@FreeBSD.ORG Sat Feb 28 01:57:09 2004 Return-Path: Delivered-To: freebsd-gnome@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4DBF216A4CE; Sat, 28 Feb 2004 01:57:09 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3040243D1D; Sat, 28 Feb 2004 01:57:09 -0800 (PST) (envelope-from krion@FreeBSD.org) Received: from freefall.freebsd.org (krion@localhost [127.0.0.1]) i1S9v9bv083993; Sat, 28 Feb 2004 01:57:09 -0800 (PST) (envelope-from krion@freefall.freebsd.org) Received: (from krion@localhost) by freefall.freebsd.org (8.12.10/8.12.10/Submit) id i1S9v91j083989; Sat, 28 Feb 2004 01:57:09 -0800 (PST) (envelope-from krion) Date: Sat, 28 Feb 2004 01:57:09 -0800 (PST) From: Kirill Ponomarew Message-Id: <200402280957.i1S9v91j083989@freefall.freebsd.org> To: krion@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, gnome@FreeBSD.org Subject: Re: ports/63481: mozilla with gtk2 & russian language X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.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: Sat, 28 Feb 2004 09:57:09 -0000 Synopsis: mozilla with gtk2 & russian language Responsible-Changed-From-To: freebsd-ports-bugs->gnome Responsible-Changed-By: krion Responsible-Changed-When: Sat Feb 28 01:56:55 PST 2004 Responsible-Changed-Why: Over to maintainers http://www.freebsd.org/cgi/query-pr.cgi?pr=63481 From owner-freebsd-gnome@FreeBSD.ORG Sat Feb 28 03:41:08 2004 Return-Path: Delivered-To: freebsd-gnome@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D130516A4CE; Sat, 28 Feb 2004 03:41:08 -0800 (PST) Received: from mail.cablenet.lt (mail.vinita.lt [217.147.34.8]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9D2D043D1F; Sat, 28 Feb 2004 03:41:08 -0800 (PST) (envelope-from rolnas@takas.lt) Received: from ctv-217-147-36-211.vinita.lt ([217.147.36.211] helo=rolnas.linux) by mail.cablenet.lt with esmtp (Exim 4.30) id 1Ax2o1-0006rn-PF; Sat, 28 Feb 2004 13:38:53 +0200 Received: from rolnas by rolnas.linux with local (Exim 3.35 #1 (Debian)) id 1Ax2qA-00010P-00; Sat, 28 Feb 2004 13:41:06 +0200 Date: Sat, 28 Feb 2004 13:41:06 +0200 From: Rolandas Naujikas To: gnome@FreeBSD.org Message-ID: <20040228114106.GA3861@rolnas> Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline User-Agent: Mutt/1.3.28i Organization: VU MIF Sender: Rolandas Naujikas cc: ports@freebsd.org Subject: lang/mono (0.30.1) require bash for building on 4.9-RELEASE X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.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: Sat, 28 Feb 2004 11:41:08 -0000 When added bash before build, all ok. Another solution can be patch mono sources reinplacing sh instead bash, but I'm not tried. Build log http://uosis.mif.vu.lt/~rolnas/mono-0.30.1.log Rolandas Naujikas From owner-freebsd-gnome@FreeBSD.ORG Sat Feb 28 10:45:57 2004 Return-Path: Delivered-To: freebsd-gnome@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 635B516A4CE; Sat, 28 Feb 2004 10:45:57 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 43BC043D1D; Sat, 28 Feb 2004 10:45:57 -0800 (PST) (envelope-from adamw@FreeBSD.org) Received: from freefall.freebsd.org (adamw@localhost [127.0.0.1]) i1SIjvbv094584; Sat, 28 Feb 2004 10:45:57 -0800 (PST) (envelope-from adamw@freefall.freebsd.org) Received: (from adamw@localhost) by freefall.freebsd.org (8.12.10/8.12.10/Submit) id i1SIjvK8094580; Sat, 28 Feb 2004 10:45:57 -0800 (PST) (envelope-from adamw) Date: Sat, 28 Feb 2004 10:45:57 -0800 (PST) From: Adam Weinberger Message-Id: <200402281845.i1SIjvK8094580@freefall.freebsd.org> To: tmclaugh@sdf.lonestar.org, adamw@FreeBSD.org, gnome@FreeBSD.org Subject: Re: ports/63250: textproc/enchant: update to 1.1.3 and fix ispell in pkg-plist X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.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: Sat, 28 Feb 2004 18:45:57 -0000 Synopsis: textproc/enchant: update to 1.1.3 and fix ispell in pkg-plist State-Changed-From-To: open->closed State-Changed-By: adamw State-Changed-When: Sat Feb 28 10:45:31 PST 2004 State-Changed-Why: Committed; thanks! Good catch. http://www.freebsd.org/cgi/query-pr.cgi?pr=63250 From owner-freebsd-gnome@FreeBSD.ORG Sat Feb 28 11:01:56 2004 Return-Path: Delivered-To: freebsd-gnome@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 01C0A16A4CE for ; Sat, 28 Feb 2004 11:01:56 -0800 (PST) Received: from ns1.ec-webbiz.com (ip-161-73-134-202.rev.dyxnet.com [202.134.73.161]) by mx1.FreeBSD.org (Postfix) with ESMTP id CD1FB43D1D for ; Sat, 28 Feb 2004 11:01:48 -0800 (PST) (envelope-from dennisdc@dennischeng.com) Received: from tswxp01 (unknown [218.191.12.3]) (using TLSv1 with cipher RC4-MD5 (128/128 bits)) (No client certificate requested) by ns1.ec-webbiz.com (Postfix) with ESMTP id 79A4C1A4189 for ; Sun, 29 Feb 2004 03:01:45 +0800 (HKT) Message-ID: <008b01c3fe2d$52748fe0$6502a8c0@tswxp01> From: "Dennis" To: Date: Sun, 29 Feb 2004 03:01:43 +0800 MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="----=_NextPart_000_0087_01C3FE70.5C6BB260" X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2800.1158 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1165 X-Content-Filtered-By: Mailman/MimeDel 2.1.1 Subject: Error compile: /usr/ports/converters/libiconv X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.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: Sat, 28 Feb 2004 19:01:56 -0000 This is a multi-part message in MIME format. ------=_NextPart_000_0087_01C3FE70.5C6BB260 Content-Type: text/plain; charset="big5" Content-Transfer-Encoding: quoted-printable libtool-1.3.5_2 mysql-server-4.1.1 p5-DBI-1.41 mysql-client-4.1.1 p5-DBD-mysql41-2.9003 perl-5.8.2_5 Best Regards, Dennis=20 ------=_NextPart_000_0087_01C3FE70.5C6BB260 Content-Type: application/octet-stream; name="config.log" Content-Transfer-Encoding: quoted-printable Content-Disposition: attachment; filename="config.log" This file contains any messages produced by compilers while=0A= running configure, to aid debugging if configure makes a mistake.=0A= =0A= It was created by configure, which was=0A= generated by GNU Autoconf 2.57. Invocation command line was=0A= =0A= $ ./configure --enable-static --without-libintl-prefix = --enable-extra-encodings --prefix=3D/usr/local = --build=3Di386-portbld-freebsd5.2.1=0A= =0A= ## --------- ##=0A= ## Platform. ##=0A= ## --------- ##=0A= =0A= hostname =3D tsw001.dennischeng.com=0A= uname -m =3D i386=0A= uname -r =3D 5.2.1-RELEASE=0A= uname -s =3D FreeBSD=0A= uname -v =3D FreeBSD 5.2.1-RELEASE #0: Mon Feb 23 20:45:55 GMT 2004 = root@wv1u.btc.adaptec.com:/usr/obj/usr/src/sys/GENERIC =0A= =0A= /usr/bin/uname -p =3D i386=0A= /bin/uname -X =3D unknown=0A= =0A= /bin/arch =3D unknown=0A= /usr/bin/arch -k =3D unknown=0A= /usr/convex/getsysinfo =3D unknown=0A= hostinfo =3D unknown=0A= /bin/machine =3D unknown=0A= /usr/bin/oslevel =3D unknown=0A= /bin/universe =3D unknown=0A= =0A= PATH: /usr/local/libexec/libtool13=0A= PATH: /sbin=0A= PATH: /bin=0A= PATH: /usr/sbin=0A= PATH: /usr/bin=0A= PATH: /usr/games=0A= PATH: /usr/local/sbin=0A= PATH: /usr/local/bin=0A= PATH: /usr/X11R6/bin=0A= PATH: /root/bin=0A= =0A= =0A= ## ----------- ##=0A= ## Core tests. ##=0A= ## ----------- ##=0A= =0A= configure:1514: checking for a BSD-compatible install=0A= configure:1568: result: /usr/bin/install -c -o root -g wheel=0A= configure:1579: checking whether build environment is sane=0A= configure:1622: result: yes=0A= configure:1655: checking for gawk=0A= configure:1684: result: no=0A= configure:1655: checking for mawk=0A= configure:1684: result: no=0A= configure:1655: checking for nawk=0A= configure:1671: found /usr/bin/nawk=0A= configure:1681: result: nawk=0A= configure:1691: checking whether make sets $(MAKE)=0A= configure:1711: result: yes=0A= configure:1877: checking whether make sets $(MAKE)=0A= configure:1897: result: yes=0A= configure:1956: checking for gcc=0A= configure:1982: result: cc=0A= configure:2226: checking for C compiler version=0A= configure:2229: cc --version &5=0A= cc (GCC) 3.3.3 [FreeBSD] 20031106=0A= Copyright (C) 2003 Free Software Foundation, Inc.=0A= This is free software; see the source for copying conditions. There is = NO=0A= warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR = PURPOSE.=0A= =0A= configure:2232: $? =3D 0=0A= configure:2234: cc -v &5=0A= Using built-in specs.=0A= Configured with: FreeBSD/i386 system compiler=0A= Thread model: posix=0A= gcc version 3.3.3 [FreeBSD] 20031106=0A= configure:2237: $? =3D 0=0A= configure:2239: cc -V &5=0A= cc: `-V' option must have argument=0A= configure:2242: $? =3D 1=0A= configure:2266: checking for C compiler default output=0A= configure:2269: cc -O -pipe -mcpu=3Dpentiumpro conftest.c >&5=0A= configure:2272: $? =3D 0=0A= configure:2318: result: a.out=0A= configure:2323: checking whether the C compiler works=0A= configure:2329: ./a.out=0A= configure:2332: $? =3D 0=0A= configure:2349: result: yes=0A= configure:2356: checking whether we are cross compiling=0A= configure:2358: result: no=0A= configure:2361: checking for suffix of executables=0A= configure:2363: cc -o conftest -O -pipe -mcpu=3Dpentiumpro conftest.c = >&5=0A= configure:2366: $? =3D 0=0A= configure:2391: result: =0A= configure:2397: checking for suffix of object files=0A= configure:2419: cc -c -O -pipe -mcpu=3Dpentiumpro conftest.c >&5=0A= configure:2422: $? =3D 0=0A= configure:2444: result: o=0A= configure:2448: checking whether we are using the GNU C compiler=0A= configure:2473: cc -c -O -pipe -mcpu=3Dpentiumpro conftest.c >&5=0A= configure:2476: $? =3D 0=0A= configure:2479: test -s conftest.o=0A= configure:2482: $? =3D 0=0A= configure:2495: result: yes=0A= configure:2501: checking whether cc accepts -g=0A= configure:2523: cc -c -g conftest.c >&5=0A= configure:2526: $? =3D 0=0A= configure:2529: test -s conftest.o=0A= configure:2532: $? =3D 0=0A= configure:2543: result: yes=0A= configure:2560: checking for cc option to accept ANSI C=0A= configure:2621: cc -c -O -pipe -mcpu=3Dpentiumpro conftest.c >&5=0A= configure:2624: $? =3D 0=0A= configure:2627: test -s conftest.o=0A= configure:2630: $? =3D 0=0A= configure:2648: result: none needed=0A= configure:2666: cc -c -O -pipe -mcpu=3Dpentiumpro conftest.c >&5=0A= conftest.c:2: error: syntax error before "me"=0A= configure:2669: $? =3D 1=0A= configure: failed program was:=0A= | #ifndef __cplusplus=0A= | choke me=0A= | #endif=0A= configure:2789: checking for style of include used by make=0A= configure:2817: result: GNU=0A= configure:2845: checking dependency style of cc=0A= configure:2913: result: none=0A= configure:2935: checking how to run the C preprocessor=0A= configure:2971: cc -E conftest.c=0A= In file included from /usr/include/limits.h:128,=0A= from configure:2969:=0A= /usr/include/sys/limits.h:40:29: /usr/include/machine/_limits.h: = Input/output error=0A= configure:2977: $? =3D 1=0A= configure: failed program was:=0A= | #line 2958 "configure"=0A= | /* confdefs.h. */=0A= | =0A= | #define PACKAGE_NAME ""=0A= | #define PACKAGE_TARNAME ""=0A= | #define PACKAGE_VERSION ""=0A= | #define PACKAGE_STRING ""=0A= | #define PACKAGE_BUGREPORT ""=0A= | #define PACKAGE "libiconv"=0A= | #define VERSION "1.9"=0A= | /* end confdefs.h. */=0A= | #ifdef __STDC__=0A= | # include =0A= | #else=0A= | # include =0A= | #endif=0A= | Syntax error=0A= configure:2971: cc -E conftest.c=0A= In file included from /usr/include/limits.h:128,=0A= from configure:2969:=0A= /usr/include/sys/limits.h:40:29: /usr/include/machine/_limits.h: = Input/output error=0A= configure:2977: $? =3D 1=0A= configure: failed program was:=0A= | #line 2958 "configure"=0A= | /* confdefs.h. */=0A= | =0A= | #define PACKAGE_NAME ""=0A= | #define PACKAGE_TARNAME ""=0A= | #define PACKAGE_VERSION ""=0A= | #define PACKAGE_STRING ""=0A= | #define PACKAGE_BUGREPORT ""=0A= | #define PACKAGE "libiconv"=0A= | #define VERSION "1.9"=0A= | /* end confdefs.h. */=0A= | #ifdef __STDC__=0A= | # include =0A= | #else=0A= | # include =0A= | #endif=0A= | Syntax error=0A= configure:2971: cc -E -traditional-cpp conftest.c=0A= configure:2977: $? =3D 0=0A= configure:3009: cc -E -traditional-cpp conftest.c=0A= configure:3011: ac_nonexistent.h: No such file or directory=0A= configure:3015: $? =3D 1=0A= configure: failed program was:=0A= | #line 3001 "configure"=0A= | /* confdefs.h. */=0A= | =0A= | #define PACKAGE_NAME ""=0A= | #define PACKAGE_TARNAME ""=0A= | #define PACKAGE_VERSION ""=0A= | #define PACKAGE_STRING ""=0A= | #define PACKAGE_BUGREPORT ""=0A= | #define PACKAGE "libiconv"=0A= | #define VERSION "1.9"=0A= | /* end confdefs.h. */=0A= | #include =0A= configure:3053: result: cc -E -traditional-cpp=0A= configure:3078: cc -E -traditional-cpp conftest.c=0A= configure:3084: $? =3D 0=0A= configure:3116: cc -E -traditional-cpp conftest.c=0A= configure:3118: ac_nonexistent.h: No such file or directory=0A= configure:3122: $? =3D 1=0A= configure: failed program was:=0A= | #line 3108 "configure"=0A= | /* confdefs.h. */=0A= | =0A= | #define PACKAGE_NAME ""=0A= | #define PACKAGE_TARNAME ""=0A= | #define PACKAGE_VERSION ""=0A= | #define PACKAGE_STRING ""=0A= | #define PACKAGE_BUGREPORT ""=0A= | #define PACKAGE "libiconv"=0A= | #define VERSION "1.9"=0A= | /* end confdefs.h. */=0A= | #include =0A= configure:3166: checking for egrep=0A= configure:3176: result: grep -E=0A= configure:3182: checking whether cc needs -traditional=0A= configure:3219: termio.h: No such file or directory=0A= configure:3226: result: no=0A= configure:3245: checking for a BSD-compatible install=0A= configure:3299: result: /usr/bin/install -c -o root -g wheel=0A= configure:3318: checking build system type=0A= configure:3336: result: i386-portbld-freebsd5.2.1=0A= configure:3344: checking host system type=0A= configure:3358: result: i386-portbld-freebsd5.2.1=0A= configure:3392: checking for ld used by GCC=0A= configure:3455: result: /usr/bin/ld=0A= configure:3464: checking if the linker (/usr/bin/ld) is GNU ld=0A= GNU ld version 2.13.2 [FreeBSD] 2002-11-27=0A= configure:3476: result: yes=0A= configure:3482: checking for shared library path variable=0A= configure:3495: result: LD_LIBRARY_PATH=0A= configure:3500: checking whether to activate relocatable installation=0A= configure:3515: result: no=0A= configure:3634: checking for ranlib=0A= configure:3650: found /usr/bin/ranlib=0A= configure:3661: result: ranlib=0A= configure:3673: checking how to copy files=0A= configure:3689: result: cp -p=0A= configure:3693: checking how to make hard links=0A= configure:3709: result: ln=0A= configure:3713: checking whether ln -s works=0A= configure:3717: result: yes=0A= configure:3733: checking for AIX=0A= configure:3756: result: no=0A= configure:3762: checking for ANSI C header files=0A= configure:3788: cc -c -O -pipe -mcpu=3Dpentiumpro conftest.c >&5=0A= configure:3791: $? =3D 0=0A= configure:3794: test -s conftest.o=0A= configure:3797: $? =3D 0=0A= configure:3889: cc -o conftest -O -pipe -mcpu=3Dpentiumpro conftest.c = >&5=0A= configure:3892: $? =3D 0=0A= configure:3894: ./conftest=0A= configure:3897: $? =3D 0=0A= configure:3912: result: yes=0A= configure:3936: checking for sys/types.h=0A= configure:3953: cc -c -O -pipe -mcpu=3Dpentiumpro conftest.c >&5=0A= configure:3956: $? =3D 0=0A= configure:3959: test -s conftest.o=0A= configure:3962: $? =3D 0=0A= configure:3973: result: yes=0A= configure:3936: checking for sys/stat.h=0A= configure:3953: cc -c -O -pipe -mcpu=3Dpentiumpro conftest.c >&5=0A= configure:3956: $? =3D 0=0A= configure:3959: test -s conftest.o=0A= configure:3962: $? =3D 0=0A= configure:3973: result: yes=0A= configure:3936: checking for stdlib.h=0A= configure:3953: cc -c -O -pipe -mcpu=3Dpentiumpro conftest.c >&5=0A= configure:3956: $? =3D 0=0A= configure:3959: test -s conftest.o=0A= configure:3962: $? =3D 0=0A= configure:3973: result: yes=0A= configure:3936: checking for string.h=0A= configure:3953: cc -c -O -pipe -mcpu=3Dpentiumpro conftest.c >&5=0A= configure:3956: $? =3D 0=0A= configure:3959: test -s conftest.o=0A= configure:3962: $? =3D 0=0A= configure:3973: result: yes=0A= configure:3936: checking for memory.h=0A= configure:3953: cc -c -O -pipe -mcpu=3Dpentiumpro conftest.c >&5=0A= configure:3956: $? =3D 0=0A= configure:3959: test -s conftest.o=0A= configure:3962: $? =3D 0=0A= configure:3973: result: yes=0A= configure:3936: checking for strings.h=0A= configure:3953: cc -c -O -pipe -mcpu=3Dpentiumpro conftest.c >&5=0A= configure:3956: $? =3D 0=0A= configure:3959: test -s conftest.o=0A= configure:3962: $? =3D 0=0A= configure:3973: result: yes=0A= configure:3936: checking for inttypes.h=0A= configure:3953: cc -c -O -pipe -mcpu=3Dpentiumpro conftest.c >&5=0A= configure:3956: $? =3D 0=0A= configure:3959: test -s conftest.o=0A= configure:3962: $? =3D 0=0A= configure:3973: result: yes=0A= configure:3936: checking for stdint.h=0A= configure:3953: cc -c -O -pipe -mcpu=3Dpentiumpro conftest.c >&5=0A= configure:3956: $? =3D 0=0A= configure:3959: test -s conftest.o=0A= configure:3962: $? =3D 0=0A= configure:3973: result: yes=0A= configure:3936: checking for unistd.h=0A= configure:3953: cc -c -O -pipe -mcpu=3Dpentiumpro conftest.c >&5=0A= configure:3956: $? =3D 0=0A= configure:3959: test -s conftest.o=0A= configure:3962: $? =3D 0=0A= configure:3973: result: yes=0A= configure:3995: checking minix/config.h usability=0A= configure:4008: cc -c -O -pipe -mcpu=3Dpentiumpro conftest.c >&5=0A= configure:4055:26: minix/config.h: No such file or directory=0A= configure:4011: $? =3D 1=0A= configure: failed program was:=0A= | #line 3998 "configure"=0A= | /* confdefs.h. */=0A= | =0A= | #define PACKAGE_NAME ""=0A= | #define PACKAGE_TARNAME ""=0A= | #define PACKAGE_VERSION ""=0A= | #define PACKAGE_STRING ""=0A= | #define PACKAGE_BUGREPORT ""=0A= | #define PACKAGE "libiconv"=0A= | #define VERSION "1.9"=0A= | #define INSTALLPREFIX "/usr/local"=0A= | #define ENABLE_EXTRA 1=0A= | #define _GNU_SOURCE 1=0A= | #define STDC_HEADERS 1=0A= | #define HAVE_SYS_TYPES_H 1=0A= | #define HAVE_SYS_STAT_H 1=0A= | #define HAVE_STDLIB_H 1=0A= | #define HAVE_STRING_H 1=0A= | #define HAVE_MEMORY_H 1=0A= | #define HAVE_STRINGS_H 1=0A= | #define HAVE_INTTYPES_H 1=0A= | #define HAVE_STDINT_H 1=0A= | #define HAVE_UNISTD_H 1=0A= | /* end confdefs.h. */=0A= | #include =0A= | #if HAVE_SYS_TYPES_H=0A= | # include =0A= | #endif=0A= | #if HAVE_SYS_STAT_H=0A= | # include =0A= | #endif=0A= | #if STDC_HEADERS=0A= | # include =0A= | # include =0A= | #else=0A= | # if HAVE_STDLIB_H=0A= | # include =0A= | # endif=0A= | #endif=0A= | #if HAVE_STRING_H=0A= | # if !STDC_HEADERS && HAVE_MEMORY_H=0A= | # include =0A= | # endif=0A= | # include =0A= | #endif=0A= | #if HAVE_STRINGS_H=0A= | # include =0A= | #endif=0A= | #if HAVE_INTTYPES_H=0A= | # include =0A= | #else=0A= | # if HAVE_STDINT_H=0A= | # include =0A= | # endif=0A= | #endif=0A= | #if HAVE_UNISTD_H=0A= | # include =0A= | #endif=0A= | #include =0A= configure:4027: result: no=0A= configure:4031: checking minix/config.h presence=0A= configure:4042: cc -E -traditional-cpp conftest.c=0A= configure:4057: minix/config.h: No such file or directory=0A= configure:4048: $? =3D 1=0A= configure: failed program was:=0A= | #line 4034 "configure"=0A= | /* confdefs.h. */=0A= | =0A= | #define PACKAGE_NAME ""=0A= | #define PACKAGE_TARNAME ""=0A= | #define PACKAGE_VERSION ""=0A= | #define PACKAGE_STRING ""=0A= | #define PACKAGE_BUGREPORT ""=0A= | #define PACKAGE "libiconv"=0A= | #define VERSION "1.9"=0A= | #define INSTALLPREFIX "/usr/local"=0A= | #define ENABLE_EXTRA 1=0A= | #define _GNU_SOURCE 1=0A= | #define STDC_HEADERS 1=0A= | #define HAVE_SYS_TYPES_H 1=0A= | #define HAVE_SYS_STAT_H 1=0A= | #define HAVE_STDLIB_H 1=0A= | #define HAVE_STRING_H 1=0A= | #define HAVE_MEMORY_H 1=0A= | #define HAVE_STRINGS_H 1=0A= | #define HAVE_INTTYPES_H 1=0A= | #define HAVE_STDINT_H 1=0A= | #define HAVE_UNISTD_H 1=0A= | /* end confdefs.h. */=0A= | #include =0A= configure:4067: result: no=0A= configure:4103: checking for minix/config.h=0A= configure:4110: result: no=0A= configure:4140: checking for strerror in -lcposix=0A= configure:4171: cc -o conftest -O -pipe -mcpu=3Dpentiumpro conftest.c = -lcposix >&5=0A= /usr/bin/ld: cannot find -lcposix=0A= configure:4174: $? =3D 1=0A= configure: failed program was:=0A= | #line 4148 "configure"=0A= | /* confdefs.h. */=0A= | =0A= | #define PACKAGE_NAME ""=0A= | #define PACKAGE_TARNAME ""=0A= | #define PACKAGE_VERSION ""=0A= | #define PACKAGE_STRING ""=0A= | #define PACKAGE_BUGREPORT ""=0A= | #define PACKAGE "libiconv"=0A= | #define VERSION "1.9"=0A= | #define INSTALLPREFIX "/usr/local"=0A= | #define ENABLE_EXTRA 1=0A= | #define _GNU_SOURCE 1=0A= | #define STDC_HEADERS 1=0A= | #define HAVE_SYS_TYPES_H 1=0A= | #define HAVE_SYS_STAT_H 1=0A= | #define HAVE_STDLIB_H 1=0A= | #define HAVE_STRING_H 1=0A= | #define HAVE_MEMORY_H 1=0A= | #define HAVE_STRINGS_H 1=0A= | #define HAVE_INTTYPES_H 1=0A= | #define HAVE_STDINT_H 1=0A= | #define HAVE_UNISTD_H 1=0A= | /* end confdefs.h. */=0A= | =0A= | /* Override any gcc2 internal prototype to avoid an error. */=0A= | #ifdef __cplusplus=0A= | extern "C"=0A= | #endif=0A= | /* We use char because int might match the return type of a gcc2=0A= | builtin and then its argument prototype would still apply. */=0A= | char strerror ();=0A= | int=0A= | main ()=0A= | {=0A= | strerror ();=0A= | ;=0A= | return 0;=0A= | }=0A= configure:4192: result: no=0A= configure:4281: checking for a sed that does not truncate output=0A= configure:4335: result: /usr/bin/sed=0A= configure:4349: checking for ld used by cc=0A= configure:4416: result: /usr/bin/ld=0A= configure:4425: checking if the linker (/usr/bin/ld) is GNU ld=0A= configure:4440: result: yes=0A= configure:4445: checking for /usr/bin/ld option to reload object files=0A= configure:4452: result: -r=0A= configure:4461: checking for BSD-compatible nm=0A= configure:4503: result: /usr/bin/nm -B=0A= configure:4507: checking how to recognise dependent libraries=0A= configure:4707: result: pass_all=0A= configure:5159: checking dlfcn.h usability=0A= configure:5172: cc -c -O -pipe -mcpu=3Dpentiumpro conftest.c >&5=0A= configure:5175: $? =3D 0=0A= configure:5178: test -s conftest.o=0A= configure:5181: $? =3D 0=0A= configure:5191: result: yes=0A= configure:5195: checking dlfcn.h presence=0A= configure:5206: cc -E -traditional-cpp conftest.c=0A= configure:5212: $? =3D 0=0A= configure:5231: result: yes=0A= configure:5267: checking for dlfcn.h=0A= configure:5274: result: yes=0A= configure:5381: checking for C++ compiler version=0A= configure:5384: c++ --version &5=0A= c++ (GCC) 3.3.3 [FreeBSD] 20031106=0A= Copyright (C) 2003 Free Software Foundation, Inc.=0A= This is free software; see the source for copying conditions. There is = NO=0A= warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR = PURPOSE.=0A= =0A= configure:5387: $? =3D 0=0A= configure:5389: c++ -v &5=0A= Using built-in specs.=0A= Configured with: FreeBSD/i386 system compiler=0A= Thread model: posix=0A= gcc version 3.3.3 [FreeBSD] 20031106=0A= configure:5392: $? =3D 0=0A= configure:5394: c++ -V &5=0A= c++: `-V' option must have argument=0A= configure:5397: $? =3D 1=0A= configure:5400: checking whether we are using the GNU C++ compiler=0A= configure:5425: c++ -c -O -pipe -mcpu=3Dpentiumpro conftest.cc >&5=0A= configure:5428: $? =3D 0=0A= configure:5431: test -s conftest.o=0A= configure:5434: $? =3D 0=0A= configure:5447: result: yes=0A= configure:5453: checking whether c++ accepts -g=0A= configure:5475: c++ -c -g conftest.cc >&5=0A= configure:5478: $? =3D 0=0A= configure:5481: test -s conftest.o=0A= configure:5484: $? =3D 0=0A= configure:5495: result: yes=0A= configure:5539: c++ -c -O -pipe -mcpu=3Dpentiumpro conftest.cc >&5=0A= configure:5542: $? =3D 0=0A= configure:5545: test -s conftest.o=0A= configure:5548: $? =3D 0=0A= configure:5575: c++ -c -O -pipe -mcpu=3Dpentiumpro conftest.cc >&5=0A= configure: In function `int main()':=0A= configure:5587: error: `exit' undeclared (first use this function)=0A= configure:5587: error: (Each undeclared identifier is reported only once = for =0A= each function it appears in.)=0A= configure:5578: $? =3D 1=0A= configure: failed program was:=0A= | #line 5559 "configure"=0A= | /* confdefs.h. */=0A= | =0A= | #define PACKAGE_NAME ""=0A= | #define PACKAGE_TARNAME ""=0A= | #define PACKAGE_VERSION ""=0A= | #define PACKAGE_STRING ""=0A= | #define PACKAGE_BUGREPORT ""=0A= | #define PACKAGE "libiconv"=0A= | #define VERSION "1.9"=0A= | #define INSTALLPREFIX "/usr/local"=0A= | #define ENABLE_EXTRA 1=0A= | #define _GNU_SOURCE 1=0A= | #define STDC_HEADERS 1=0A= | #define HAVE_SYS_TYPES_H 1=0A= | #define HAVE_SYS_STAT_H 1=0A= | #define HAVE_STDLIB_H 1=0A= | #define HAVE_STRING_H 1=0A= | #define HAVE_MEMORY_H 1=0A= | #define HAVE_STRINGS_H 1=0A= | #define HAVE_INTTYPES_H 1=0A= | #define HAVE_STDINT_H 1=0A= | #define HAVE_UNISTD_H 1=0A= | #define HAVE_DLFCN_H 1=0A= | /* end confdefs.h. */=0A= | =0A= | int=0A= | main ()=0A= | {=0A= | exit (42);=0A= | ;=0A= | return 0;=0A= | }=0A= configure:5539: c++ -c -O -pipe -mcpu=3Dpentiumpro conftest.cc >&5=0A= configure:5542: $? =3D 0=0A= configure:5545: test -s conftest.o=0A= configure:5548: $? =3D 0=0A= configure:5575: c++ -c -O -pipe -mcpu=3Dpentiumpro conftest.cc >&5=0A= configure:5578: $? =3D 0=0A= configure:5581: test -s conftest.o=0A= configure:5584: $? =3D 0=0A= configure:5609: checking dependency style of c++=0A= configure:5677: result: none=0A= configure:5699: checking how to run the C++ preprocessor=0A= configure:5731: c++ -E conftest.cc=0A= In file included from /usr/include/limits.h:128,=0A= from configure:5746:=0A= /usr/include/sys/limits.h:40:29: /usr/include/machine/_limits.h: = Input/output error=0A= configure:5737: $? =3D 1=0A= configure: failed program was:=0A= | #line 5718 "configure"=0A= | /* confdefs.h. */=0A= | =0A= | #define PACKAGE_NAME ""=0A= | #define PACKAGE_TARNAME ""=0A= | #define PACKAGE_VERSION ""=0A= | #define PACKAGE_STRING ""=0A= | #define PACKAGE_BUGREPORT ""=0A= | #define PACKAGE "libiconv"=0A= | #define VERSION "1.9"=0A= | #define INSTALLPREFIX "/usr/local"=0A= | #define ENABLE_EXTRA 1=0A= | #define _GNU_SOURCE 1=0A= | #define STDC_HEADERS 1=0A= | #define HAVE_SYS_TYPES_H 1=0A= | #define HAVE_SYS_STAT_H 1=0A= | #define HAVE_STDLIB_H 1=0A= | #define HAVE_STRING_H 1=0A= | #define HAVE_MEMORY_H 1=0A= | #define HAVE_STRINGS_H 1=0A= | #define HAVE_INTTYPES_H 1=0A= | #define HAVE_STDINT_H 1=0A= | #define HAVE_UNISTD_H 1=0A= | #define HAVE_DLFCN_H 1=0A= | #ifdef __cplusplus=0A= | #include =0A= | #endif=0A= | /* end confdefs.h. */=0A= | #ifdef __STDC__=0A= | # include =0A= | #else=0A= | # include =0A= | #endif=0A= | Syntax error=0A= configure:5731: c++ -E conftest.cc=0A= In file included from /usr/include/limits.h:128,=0A= from configure:5746:=0A= /usr/include/sys/limits.h:40:29: /usr/include/machine/_limits.h: = Input/output error=0A= configure:5737: $? =3D 1=0A= configure: failed program was:=0A= | #line 5718 "configure"=0A= | /* confdefs.h. */=0A= | =0A= | #define PACKAGE_NAME ""=0A= | #define PACKAGE_TARNAME ""=0A= | #define PACKAGE_VERSION ""=0A= | #define PACKAGE_STRING ""=0A= | #define PACKAGE_BUGREPORT ""=0A= | #define PACKAGE "libiconv"=0A= | #define VERSION "1.9"=0A= | #define INSTALLPREFIX "/usr/local"=0A= | #define ENABLE_EXTRA 1=0A= | #define _GNU_SOURCE 1=0A= | #define STDC_HEADERS 1=0A= | #define HAVE_SYS_TYPES_H 1=0A= | #define HAVE_SYS_STAT_H 1=0A= | #define HAVE_STDLIB_H 1=0A= | #define HAVE_STRING_H 1=0A= | #define HAVE_MEMORY_H 1=0A= | #define HAVE_STRINGS_H 1=0A= | #define HAVE_INTTYPES_H 1=0A= | #define HAVE_STDINT_H 1=0A= | #define HAVE_UNISTD_H 1=0A= | #define HAVE_DLFCN_H 1=0A= | #ifdef __cplusplus=0A= | #include =0A= | #endif=0A= | /* end confdefs.h. */=0A= | #ifdef __STDC__=0A= | # include =0A= | #else=0A= | # include =0A= | #endif=0A= | Syntax error=0A= configure:5731: /lib/cpp conftest.cc=0A= eval: /lib/cpp: not found=0A= configure:5737: $? =3D 2=0A= configure: failed program was:=0A= | #line 5718 "configure"=0A= | /* confdefs.h. */=0A= | =0A= | #define PACKAGE_NAME ""=0A= | #define PACKAGE_TARNAME ""=0A= | #define PACKAGE_VERSION ""=0A= | #define PACKAGE_STRING ""=0A= | #define PACKAGE_BUGREPORT ""=0A= | #define PACKAGE "libiconv"=0A= | #define VERSION "1.9"=0A= | #define INSTALLPREFIX "/usr/local"=0A= | #define ENABLE_EXTRA 1=0A= | #define _GNU_SOURCE 1=0A= | #define STDC_HEADERS 1=0A= | #define HAVE_SYS_TYPES_H 1=0A= | #define HAVE_SYS_STAT_H 1=0A= | #define HAVE_STDLIB_H 1=0A= | #define HAVE_STRING_H 1=0A= | #define HAVE_MEMORY_H 1=0A= | #define HAVE_STRINGS_H 1=0A= | #define HAVE_INTTYPES_H 1=0A= | #define HAVE_STDINT_H 1=0A= | #define HAVE_UNISTD_H 1=0A= | #define HAVE_DLFCN_H 1=0A= | #ifdef __cplusplus=0A= | #include =0A= | #endif=0A= | /* end confdefs.h. */=0A= | #ifdef __STDC__=0A= | # include =0A= | #else=0A= | # include =0A= | #endif=0A= | Syntax error=0A= configure:5731: /lib/cpp conftest.cc=0A= eval: /lib/cpp: not found=0A= configure:5737: $? =3D 2=0A= configure: failed program was:=0A= | #line 5718 "configure"=0A= | /* confdefs.h. */=0A= | =0A= | #define PACKAGE_NAME ""=0A= | #define PACKAGE_TARNAME ""=0A= | #define PACKAGE_VERSION ""=0A= | #define PACKAGE_STRING ""=0A= | #define PACKAGE_BUGREPORT ""=0A= | #define PACKAGE "libiconv"=0A= | #define VERSION "1.9"=0A= | #define INSTALLPREFIX "/usr/local"=0A= | #define ENABLE_EXTRA 1=0A= | #define _GNU_SOURCE 1=0A= | #define STDC_HEADERS 1=0A= | #define HAVE_SYS_TYPES_H 1=0A= | #define HAVE_SYS_STAT_H 1=0A= | #define HAVE_STDLIB_H 1=0A= | #define HAVE_STRING_H 1=0A= | #define HAVE_MEMORY_H 1=0A= | #define HAVE_STRINGS_H 1=0A= | #define HAVE_INTTYPES_H 1=0A= | #define HAVE_STDINT_H 1=0A= | #define HAVE_UNISTD_H 1=0A= | #define HAVE_DLFCN_H 1=0A= | #ifdef __cplusplus=0A= | #include =0A= | #endif=0A= | /* end confdefs.h. */=0A= | #ifdef __STDC__=0A= | # include =0A= | #else=0A= | # include =0A= | #endif=0A= | Syntax error=0A= configure:5813: result: /lib/cpp=0A= configure:5838: /lib/cpp conftest.cc=0A= eval: /lib/cpp: not found=0A= configure:5844: $? =3D 2=0A= configure: failed program was:=0A= | #line 5825 "configure"=0A= | /* confdefs.h. */=0A= | =0A= | #define PACKAGE_NAME ""=0A= | #define PACKAGE_TARNAME ""=0A= | #define PACKAGE_VERSION ""=0A= | #define PACKAGE_STRING ""=0A= | #define PACKAGE_BUGREPORT ""=0A= | #define PACKAGE "libiconv"=0A= | #define VERSION "1.9"=0A= | #define INSTALLPREFIX "/usr/local"=0A= | #define ENABLE_EXTRA 1=0A= | #define _GNU_SOURCE 1=0A= | #define STDC_HEADERS 1=0A= | #define HAVE_SYS_TYPES_H 1=0A= | #define HAVE_SYS_STAT_H 1=0A= | #define HAVE_STDLIB_H 1=0A= | #define HAVE_STRING_H 1=0A= | #define HAVE_MEMORY_H 1=0A= | #define HAVE_STRINGS_H 1=0A= | #define HAVE_INTTYPES_H 1=0A= | #define HAVE_STDINT_H 1=0A= | #define HAVE_UNISTD_H 1=0A= | #define HAVE_DLFCN_H 1=0A= | #ifdef __cplusplus=0A= | #include =0A= | #endif=0A= | /* end confdefs.h. */=0A= | #ifdef __STDC__=0A= | # include =0A= | #else=0A= | # include =0A= | #endif=0A= | Syntax error=0A= configure:5838: /lib/cpp conftest.cc=0A= eval: /lib/cpp: not found=0A= configure:5844: $? =3D 2=0A= configure: failed program was:=0A= | #line 5825 "configure"=0A= | /* confdefs.h. */=0A= | =0A= | #define PACKAGE_NAME ""=0A= | #define PACKAGE_TARNAME ""=0A= | #define PACKAGE_VERSION ""=0A= | #define PACKAGE_STRING ""=0A= | #define PACKAGE_BUGREPORT ""=0A= | #define PACKAGE "libiconv"=0A= | #define VERSION "1.9"=0A= | #define INSTALLPREFIX "/usr/local"=0A= | #define ENABLE_EXTRA 1=0A= | #define _GNU_SOURCE 1=0A= | #define STDC_HEADERS 1=0A= | #define HAVE_SYS_TYPES_H 1=0A= | #define HAVE_SYS_STAT_H 1=0A= | #define HAVE_STDLIB_H 1=0A= | #define HAVE_STRING_H 1=0A= | #define HAVE_MEMORY_H 1=0A= | #define HAVE_STRINGS_H 1=0A= | #define HAVE_INTTYPES_H 1=0A= | #define HAVE_STDINT_H 1=0A= | #define HAVE_UNISTD_H 1=0A= | #define HAVE_DLFCN_H 1=0A= | #ifdef __cplusplus=0A= | #include =0A= | #endif=0A= | /* end confdefs.h. */=0A= | #ifdef __STDC__=0A= | # include =0A= | #else=0A= | # include =0A= | #endif=0A= | Syntax error=0A= configure:5911: error: C++ preprocessor "/lib/cpp" fails sanity check=0A= See `config.log' for more details.=0A= =0A= ## ---------------- ##=0A= ## Cache variables. ##=0A= ## ---------------- ##=0A= =0A= acl_cv_libpath=3DLD_LIBRARY_PATH=0A= am_cv_CC_dependencies_compiler_type=3Dnone=0A= ac_cv_prog_CXXCPP=3D/lib/cpp=0A= cl_cv_prog_LN=3Dln=0A= ac_cv_env_CXXFLAGS_value=3D'-O -pipe -mcpu=3Dpentiumpro'=0A= ac_cv_env_F77_value=3D=0A= lt_cv_file_magic_cmd=3D'$MAGIC_CMD'=0A= ac_cv_header_stdlib_h=3Dyes=0A= ac_cv_lib_cposix_strerror=3Dno=0A= ac_cv_prog_cc_g=3Dyes=0A= ac_cv_env_CXXCPP_set=3D=0A= ac_cv_env_LDFLAGS_set=3D=0A= acl_cv_path_LD=3D/usr/bin/ld=0A= ac_cv_c_compiler_gnu=3Dyes=0A= ac_cv_exeext=3D=0A= ac_cv_env_CFLAGS_set=3Dset=0A= ac_cv_env_FFLAGS_set=3D=0A= lt_cv_sys_max_cmd_len=3D65536=0A= ac_cv_env_CPP_value=3D=0A= ac_cv_env_CPPFLAGS_set=3D=0A= ac_cv_header_minix_config_h=3Dno=0A= ac_cv_cxx_compiler_gnu=3Dyes=0A= ac_cv_env_CXX_set=3Dset=0A= ac_cv_env_host_alias_set=3D=0A= ac_cv_prog_gcc_traditional=3Dno=0A= lt_cv_ld_reload_flag=3D-r=0A= lt_cv_prog_gnu_ld=3Dyes=0A= ac_cv_header_sys_stat_h=3Dyes=0A= ac_cv_env_build_alias_set=3Dset=0A= cl_cv_prog_cp=3D'cp -p'=0A= acl_cv_shlibpath_var=3DLD_LIBRARY_PATH=0A= ac_cv_env_CXXCPP_value=3D=0A= ac_cv_env_LDFLAGS_value=3D=0A= ac_cv_env_target_alias_set=3D=0A= ac_cv_host_alias=3Di386-portbld-freebsd5.2.1=0A= ac_cv_prog_cc_stdc=3D=0A= ac_cv_env_CFLAGS_value=3D'-O -pipe -mcpu=3Dpentiumpro'=0A= ac_cv_env_CC_set=3Dset=0A= ac_cv_header_sys_types_h=3Dyes=0A= ac_cv_header_stdc=3Dyes=0A= lt_cv_path_SED=3D/usr/bin/sed=0A= ac_cv_header_strings_h=3Dyes=0A= ac_cv_header_stdint_h=3Dyes=0A= ac_cv_header_inttypes_h=3Dyes=0A= ac_cv_prog_egrep=3D'grep -E'=0A= ac_cv_prog_make_make_set=3Dyes=0A= ac_cv_env_FFLAGS_value=3D=0A= lt_cv_path_LD=3D/usr/bin/ld=0A= ac_cv_header_unistd_h=3Dyes=0A= ac_cv_header_string_h=3Dyes=0A= ac_cv_build_alias=3Di386-portbld-freebsd5.2.1=0A= ac_cv_env_CPPFLAGS_value=3D=0A= ac_cv_header_memory_h=3Dyes=0A= ac_cv_prog_ac_ct_RANLIB=3Dranlib=0A= ac_cv_env_CXXFLAGS_set=3Dset=0A= ac_cv_env_CXX_value=3Dc++=0A= ac_cv_host=3Di386-portbld-freebsd5.2.1=0A= ac_cv_env_F77_set=3D=0A= ac_cv_env_host_alias_value=3D=0A= ac_cv_prog_cxx_g=3Dyes=0A= lt_cv_file_magic_test_file=3D=0A= am_cv_CXX_dependencies_compiler_type=3Dnone=0A= ac_cv_build=3Di386-portbld-freebsd5.2.1=0A= ac_cv_prog_CPP=3D'cc -E -traditional-cpp'=0A= ac_cv_prog_AWK=3Dnawk=0A= ac_cv_env_build_alias_value=3Di386-portbld-freebsd5.2.1=0A= lt_cv_deplibs_check_method=3Dpass_all=0A= ac_cv_prog_ac_ct_CC=3Dcc=0A= ac_cv_env_target_alias_value=3D=0A= ac_cv_env_CC_value=3Dcc=0A= lt_cv_path_NM=3D'/usr/bin/nm -B'=0A= ac_cv_env_CPP_set=3D=0A= ac_cv_header_dlfcn_h=3Dyes=0A= acl_cv_prog_gnu_ld=3Dyes=0A= ac_cv_objext=3Do=0A= =0A= ## ----------------- ##=0A= ## Output variables. ##=0A= ## ----------------- ##=0A= =0A= ACLOCAL=3D'${SHELL} = /usr/ports/converters/libiconv/work/libiconv-1.9.1/autoconf/missing = --run aclocal-1.7'=0A= ALLOCA=3D''=0A= ALLOCA_H=3D''=0A= AMDEPBACKSLASH=3D'\'=0A= AMDEP_FALSE=3D'#'=0A= AMDEP_TRUE=3D''=0A= AMTAR=3D'${SHELL} = /usr/ports/converters/libiconv/work/libiconv-1.9.1/autoconf/missing = --run tar'=0A= AR=3D''=0A= AS=3D''=0A= AUTOCONF=3D'${SHELL} = /usr/ports/converters/libiconv/work/libiconv-1.9.1/autoconf/missing = --run autoconf'=0A= AUTOHEADER=3D'${SHELL} = /usr/ports/converters/libiconv/work/libiconv-1.9.1/autoconf/missing = --run autoheader'=0A= AUTOMAKE=3D'${SHELL} = /usr/ports/converters/libiconv/work/libiconv-1.9.1/autoconf/missing = --run automake-1.7'=0A= AWK=3D'nawk'=0A= CC=3D'cc'=0A= CCDEPMODE=3D'depmode=3Dnone'=0A= CFLAGS=3D'-O -pipe -mcpu=3Dpentiumpro'=0A= CP=3D'cp -p'=0A= CPP=3D'cc -E -traditional-cpp'=0A= CPPFLAGS=3D''=0A= CXX=3D'c++'=0A= CXXCPP=3D'/lib/cpp'=0A= CXXDEPMODE=3D'depmode=3Dnone'=0A= CXXFLAGS=3D'-O -pipe -mcpu=3Dpentiumpro'=0A= CYGPATH_W=3D'echo'=0A= DEFS=3D''=0A= DEPDIR=3D'.deps'=0A= DLLTOOL=3D''=0A= ECHO=3D'echo'=0A= ECHO_C=3D''=0A= ECHO_N=3D'-n'=0A= ECHO_T=3D''=0A= EGREP=3D'grep -E'=0A= EILSEQ=3D''=0A= EXEEXT=3D''=0A= F77=3D''=0A= FFLAGS=3D''=0A= GCC=3D'yes'=0A= GMSGFMT=3D''=0A= HAVE__BOOL=3D''=0A= ICONV_CONST=3D''=0A= INSTALL_DATA=3D'install -o root -g wheel -m 444'=0A= INSTALL_PROGRAM=3D'install -s -o root -g wheel -m 555'=0A= INSTALL_SCRIPT=3D'install -o root -g wheel -m 555'=0A= INSTALL_STRIP_PROGRAM=3D'${SHELL} $(install_sh) -c -s'=0A= INTLLIBS=3D''=0A= LDFLAGS=3D''=0A= LIBICONV=3D''=0A= LIBINTL=3D''=0A= LIBOBJS=3D''=0A= LIBS=3D''=0A= LIBTOOL=3D''=0A= LN=3D'ln'=0A= LN_S=3D'ln -s'=0A= LTLIBICONV=3D''=0A= LTLIBINTL=3D''=0A= LTLIBOBJS=3D''=0A= MAKEINFO=3D'${SHELL} = /usr/ports/converters/libiconv/work/libiconv-1.9.1/autoconf/missing = --run makeinfo'=0A= MKINSTALLDIRS=3D''=0A= MSGFMT=3D''=0A= MSGMERGE=3D''=0A= OBJDUMP=3D''=0A= OBJEXT=3D'o'=0A= OS=3D''=0A= PACKAGE=3D'libiconv'=0A= PACKAGE_BUGREPORT=3D''=0A= PACKAGE_NAME=3D''=0A= PACKAGE_STRING=3D''=0A= PACKAGE_TARNAME=3D''=0A= PACKAGE_VERSION=3D''=0A= PATH_SEPARATOR=3D':'=0A= PLUGLIB=3D''=0A= POSUB=3D''=0A= RANLIB=3D'ranlib'=0A= RELOCATABLE=3D'no'=0A= RELOCATABLE_VIA_LD_FALSE=3D''=0A= RELOCATABLE_VIA_LD_TRUE=3D'#'=0A= SET_MAKE=3D''=0A= SET_RELOCATABLE=3D''=0A= SHELL=3D'/bin/sh'=0A= STDBOOL_H=3D''=0A= STRIP=3D''=0A= USE_EXTRA_ENCODINGS=3D'yes'=0A= USE_NLS=3D''=0A= VERSION=3D'1.9'=0A= XGETTEXT=3D''=0A= ac_ct_AR=3D''=0A= ac_ct_AS=3D''=0A= ac_ct_CC=3D'cc'=0A= ac_ct_CXX=3D''=0A= ac_ct_DLLTOOL=3D''=0A= ac_ct_F77=3D''=0A= ac_ct_OBJDUMP=3D''=0A= ac_ct_RANLIB=3D'ranlib'=0A= ac_ct_STRIP=3D''=0A= am__fastdepCC_FALSE=3D''=0A= am__fastdepCC_TRUE=3D'#'=0A= am__fastdepCXX_FALSE=3D''=0A= am__fastdepCXX_TRUE=3D'#'=0A= am__include=3D'include'=0A= am__leading_dot=3D'.'=0A= am__quote=3D''=0A= bindir=3D'${exec_prefix}/bin'=0A= build=3D'i386-portbld-freebsd5.2.1'=0A= build_alias=3D'i386-portbld-freebsd5.2.1'=0A= build_cpu=3D'i386'=0A= build_os=3D'freebsd5.2.1'=0A= build_vendor=3D'portbld'=0A= datadir=3D'${prefix}/share'=0A= exec_prefix=3D'NONE'=0A= host=3D'i386-portbld-freebsd5.2.1'=0A= host_alias=3D''=0A= host_cpu=3D'i386'=0A= host_os=3D'freebsd5.2.1'=0A= host_vendor=3D'portbld'=0A= includedir=3D'${prefix}/include'=0A= infodir=3D'${prefix}/info'=0A= install_sh=3D'/usr/ports/converters/libiconv/work/libiconv-1.9.1/autoconf= /install-sh'=0A= libdir=3D'${exec_prefix}/lib'=0A= libexecdir=3D'${exec_prefix}/libexec'=0A= localstatedir=3D'${prefix}/var'=0A= mandir=3D'${prefix}/man'=0A= oldincludedir=3D'/usr/include'=0A= prefix=3D'/usr/local'=0A= program_transform_name=3D's,x,x,'=0A= sbindir=3D'${exec_prefix}/sbin'=0A= sharedstatedir=3D'${prefix}/com'=0A= subdirs=3D''=0A= sysconfdir=3D'${prefix}/etc'=0A= target_alias=3D''=0A= =0A= ## ----------- ##=0A= ## confdefs.h. ##=0A= ## ----------- ##=0A= =0A= #define ENABLE_EXTRA 1=0A= #define HAVE_DLFCN_H 1=0A= #define HAVE_INTTYPES_H 1=0A= #define HAVE_MEMORY_H 1=0A= #define HAVE_STDINT_H 1=0A= #define HAVE_STDLIB_H 1=0A= #define HAVE_STRINGS_H 1=0A= #define HAVE_STRING_H 1=0A= #define HAVE_SYS_STAT_H 1=0A= #define HAVE_SYS_TYPES_H 1=0A= #define HAVE_UNISTD_H 1=0A= #define INSTALLPREFIX "/usr/local"=0A= #define PACKAGE "libiconv"=0A= #define PACKAGE_BUGREPORT ""=0A= #define PACKAGE_NAME ""=0A= #define PACKAGE_STRING ""=0A= #define PACKAGE_TARNAME ""=0A= #define PACKAGE_VERSION ""=0A= #define STDC_HEADERS 1=0A= #define VERSION "1.9"=0A= #define _GNU_SOURCE 1=0A= #endif=0A= #ifdef __cplusplus=0A= #include =0A= =0A= configure: exit 1=0A= ------=_NextPart_000_0087_01C3FE70.5C6BB260--