From owner-freebsd-gnome@FreeBSD.ORG Sun Jul 3 00:03:27 2005 Return-Path: X-Original-To: gnome@freebsd.org 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 EB32616A433; Sun, 3 Jul 2005 00:03:26 +0000 (GMT) (envelope-from marcus@marcuscom.com) Received: from creme-brulee.marcuscom.com (creme-brulee.marcuscom.com [24.172.16.118]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9612543D48; Sun, 3 Jul 2005 00:03:26 +0000 (GMT) (envelope-from marcus@marcuscom.com) Received: from shumai.marcuscom.com (shumai.marcuscom.com [192.168.1.4]) by creme-brulee.marcuscom.com (8.13.3/8.13.3) with ESMTP id j6303Vl3034885; Sat, 2 Jul 2005 20:03:31 -0400 (EDT) (envelope-from marcus@marcuscom.com) From: Joe Marcus Clarke To: Jimmie James In-Reply-To: <7e148fb9050522113833fe766c@mail.gmail.com> References: <7e148fb9050522113833fe766c@mail.gmail.com> Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="=-Qc2ZTOl/W/3iVDrAf++f" Organization: MarcusCom, Inc. Date: Sat, 02 Jul 2005 20:03:23 -0400 Message-Id: <1120349003.25825.26.camel@shumai.marcuscom.com> Mime-Version: 1.0 X-Mailer: Evolution 2.2.3 FreeBSD GNOME Team Port Cc: gnome@freebsd.org, freebsd-ports-bugs@freebsd.org Subject: Re: graphics/librsvg2 build failure 5.4-STABLE X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.5 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, 03 Jul 2005 00:03:27 -0000 --=-Qc2ZTOl/W/3iVDrAf++f Content-Type: text/plain Content-Transfer-Encoding: quoted-printable On Sun, 2005-05-22 at 14:38 -0400, Jimmie James wrote: > #uname -a > FreeBSD fortytwo.zapto.org 5.4-STABLE FreeBSD 5.4-STABLE #2: Sat May > 21 18:59:28 EDT 2005 =20 > jimmie@fortytwo.zapto.org:/usr/obj/usr/src/sys/FORTYTWO i386 >=20 > # $FreeBSD: ports/graphics/librsvg2/Makefile,v 1.46 2005/03/17 > 17:23:42 adamw Exp $ >=20 > cvsup of ports around 16:00 UTC >=20 > cc -DHAVE_CONFIG_H -I. -I. -I. -I/usr/local/include/libgsf-1 > -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include > -I/usr/local/include/libxml2 -I/usr/local/include -DHAVE_SVGZ=3D1 > -I/usr/local/include/libcroco-0.6 -I/usr/local/include/glib-2.0 > -I/usr/local/lib/glib-2.0/include -I/usr/local/include/libxml2 > -I/usr/local/include -DHAVE_LIBCROCO=3D1 -I. -I. > -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include > -I/usr/local/include/libart-2.0 -I/usr/local/include/libxml2 > -I/usr/local/include -I/usr/X11R6/include/gtk-2.0 > -I/usr/X11R6/include/pango-1.0 -I/usr/X11R6/include > -I/usr/local/include/freetype2 -DXTHREADS -DXUSE_MTSAFE_API > -I/usr/local/include/atk-1.0 -I/usr/local/include/glib-2.0 > -I/usr/local/lib/glib-2.0/include -I/usr/X11R6/include/gtk-2.0 > -I/usr/X11R6/lib/gtk-2.0/include -I/usr/X11R6/include > -I/usr/X11R6/include/pango-1.0 -I/usr/local/include/freetype2 > -I/usr/local/include -DXTHREADS -DXUSE_MTSAFE_API > -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include > -I/usr/X11R6/include/gtk-2.0 -I/usr/X11R6/lib/gtk-2.0/include > -I/usr/X11R6/include -I/usr/X11R6/include/pango-1.0 > -I/usr/local/include/freetype2 -I/usr/local/include > -I/usr/X11R6/include -DG_LOG_DOMAIN=3D\"librsvg\" > -DDATADIR=3D\"/usr/X11R6/share/gnome\" -I/usr/local/include -Os -pipe > -march=3Dpentiumpro -MT rsvg-cond.lo -MD -MP -MF .deps/rsvg-cond.Tpo -c > rsvg-cond.c -o rsvg-cond.o >/dev/null 2>&1 > ( cd . && glib-mkenums \ > --fhead "#include \"librsvg-enum-types.h\"\n#include > \"rsvg.h\"" \ > --fprod "\n/* enumerations from \"@filename@\" */" \ > --vhead "GType\n@enum_name@_get_type (void)\n{\n=20 > static GType etype =3D 0;\n if (etype =3D=3D 0) {\n static const > G@Type@Value values[] =3D {" \ > --vprod " { @VALUENAME@, \"@VALUENAME@\", > \"@valuenick@\" }," \ > --vtail " { 0, NULL, NULL }\n };\n etype =3D > g_@type@_register_static (\"@EnumName@\", values);\n }\n return > etype;\n}\n" \ > rsvg-gz.h rsvg.h ) > tmp-librsvg-enum-types.c \ > && (cmp -s tmp-librsvg-enum-types.c librsvg-enum-types.c || cp > tmp-librsvg-enum-types.c librsvg-enum-types.c ) \ > && rm -f tmp-librsvg-enum-types.c \ > && echo timestamp > s-enum-types-c > glib-mkenums: not found > gmake[2]: *** [s-enum-types-c] Error 127 > gmake[2]: Leaving directory `/usr/ports/graphics/librsvg2/work/librsvg-2.= 9.5' > gmake[1]: *** [all-recursive] Error 1 > gmake[1]: Leaving directory `/usr/ports/graphics/librsvg2/work/librsvg-2.= 9.5' > gmake: *** [all] Error 2 > *** Error code 2 >=20 > jimmie@fortytwo <124> [0] /usr/ports/graphics/librsvg2#which glib-mkenum= s > /usr/local/bin/glib-mkenums > -r-xr-xr-x 1 root wheel 14275 May 20 10:39 /usr/local/bin/glib-mkenums= * portupgrade -f glib-2\* Either that, or if this happened just after updating Perl, run perl-after-upgrade -f. Joe > _______________________________________________ > 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 >=20 --=20 PGP Key : http://www.marcuscom.com/pgp.asc --=-Qc2ZTOl/W/3iVDrAf++f Content-Type: application/pgp-signature; name=signature.asc Content-Description: This is a digitally signed message part -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.1 (FreeBSD) iD8DBQBCxytLb2iPiv4Uz4cRAsWTAJ9Gs9Ll8iZuWN3X+yEoMjv/uUQrDwCbBlrJ 9OFErnwIqL8E/fZSrvsHc1U= =LUQC -----END PGP SIGNATURE----- --=-Qc2ZTOl/W/3iVDrAf++f-- From owner-freebsd-gnome@FreeBSD.ORG Sun Jul 3 01:00:43 2005 Return-Path: X-Original-To: gnome@FreeBSD.org 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 B3CF516AA1D for ; Sun, 3 Jul 2005 01:00:43 +0000 (GMT) (envelope-from kris@obsecurity.org) Received: from obsecurity.dyndns.org (CPE0050040655c8-CM00111ae02aac.cpe.net.cable.rogers.com [69.194.102.232]) by mx1.FreeBSD.org (Postfix) with ESMTP id 403C34509B for ; Sun, 3 Jul 2005 00:47:54 +0000 (GMT) (envelope-from kris@obsecurity.org) Received: by obsecurity.dyndns.org (Postfix, from userid 1000) id 6281751574; Sat, 2 Jul 2005 20:47:53 -0400 (EDT) Date: Sat, 2 Jul 2005 20:47:52 -0400 From: Kris Kennaway To: gnome@FreeBSD.org Message-ID: <20050703004752.GC4868@xor.obsecurity.org> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="UFHRwCdBEJvubb2X" Content-Disposition: inline User-Agent: Mutt/1.4.2.1i Cc: Subject: [ports-i386@FreeBSD.org: py24-dbus-0.34 failed on i386 5] X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.5 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, 03 Jul 2005 01:00:43 -0000 --UFHRwCdBEJvubb2X Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable FYI; can you please investigate and/or report to the developers? If you are already aware of this problem but do not yet have a fix, please mark the port BROKEN in the appropriate case, so that users do not unexpectedly encounter it. See http://pointyhat.freebsd.org for the full log. Thanks, Kris ----- Forwarded message from User Ports-i386 ----- X-Original-To: kkenn@localhost Delivered-To: kkenn@localhost.obsecurity.org X-Original-To: kris@FreeBSD.org Delivered-To: kris@FreeBSD.org Date: Sat, 2 Jul 2005 22:34:49 GMT From: User Ports-i386 To: krion@FreeBSD.org, kris@FreeBSD.org Subject: py24-dbus-0.34 failed on i386 5 X-UIDL: U&+"!Q>O!!bR)!!emb"! X-Bogosity: Ham, tests=3Dbogofilter, spamicity=3D0.000000, version=3D0.94.14 building py24-dbus-0.34 on gohan30.freebsd.org in directory /x/tmp/5/chroot/4275 maintained by: gnome@FreeBSD.org port directory: /usr/ports/devel/py-dbus build started at Sat Jul 2 22:25:03 UTC 2005 FETCH_DEPENDS=3D PATCH_DEPENDS=3D EXTRACT_DEPENDS=3D BUILD_DEPENDS=3Datk-1.9.1.tbz bitstream-vera-1.10_1.tbz dbus-0.34.tbz expat= -1.95.8_3.tbz fontconfig-2.2.3,1.tbz freetype2-2.1.9.tbz gettext-0.14.5.tbz= glib-2.6.5.tbz gmake-3.80_2.tbz gtk-2.6.8.tbz hicolor-icon-theme-0.5.tbz j= peg-6b_3.tbz libXft-2.1.6_1.tbz libiconv-1.9.2_1.tbz libtool-1.5.18.tbz lib= xml2-2.6.19.tbz pango-1.8.1.tbz perl-5.8.7.tbz pkgconfig-0.17.2.tbz png-1.2= .8_2.tbz pyrex-0.9.3_1.tbz python-2.4.1_1.tbz shared-mime-info-0.16_1.tbz t= iff-3.7.2.tbz xorg-fonts-encodings-6.8.2.tbz xorg-fonts-truetype-6.8.2.tbz = xorg-libraries-6.8.2.tbz RUN_DEPENDS=3Datk-1.9.1.tbz bitstream-vera-1.10_1.tbz dbus-0.34.tbz expat-1= .95.8_3.tbz fontconfig-2.2.3,1.tbz freetype2-2.1.9.tbz gettext-0.14.5.tbz g= lib-2.6.5.tbz gtk-2.6.8.tbz hicolor-icon-theme-0.5.tbz jpeg-6b_3.tbz libXft= -2.1.6_1.tbz libiconv-1.9.2_1.tbz libxml2-2.6.19.tbz pango-1.8.1.tbz perl-5= .8.7.tbz pkgconfig-0.17.2.tbz png-1.2.8_2.tbz pyrex-0.9.3_1.tbz python-2.4.= 1_1.tbz shared-mime-info-0.16_1.tbz tiff-3.7.2.tbz xorg-fonts-encodings-6.8= .2.tbz xorg-fonts-truetype-6.8.2.tbz xorg-libraries-6.8.2.tbz add_pkg =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=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> dbus-0.34.tar.gz doesn't seem to exist in /tmp/distfiles/. =3D> Attempting to fetch from ftp://ftp-master.freebsd.org/pub/FreeBSD/port= s/distfiles/. fetch: ftp://ftp-master.freebsd.org/pub/FreeBSD/ports/distfiles/dbus-0.34.t= ar.gz: Connection refused =3D> Attempting to fetch from ftp://pointyhat.freebsd.org/pub/FreeBSD/distf= iles/. fetch: ftp://pointyhat.freebsd.org/pub/FreeBSD/distfiles/dbus-0.34.tar.gz: = File unavailable (e.g., file not found, no access) =3D> Attempting to fetch from http://dbus.freedesktop.org/releases/. dbus-0.34.tar.gz 1470 kB 718 kBps =3D> Checksum OK for dbus-0.34.tar.gz. =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=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 add_pkg =3D=3D=3D> Extracting for py24-dbus-0.34 =3D> Checksum OK for dbus-0.34.tar.gz. =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=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 add_pkg =3D=3D=3D> Patching for py24-dbus-0.34 =3D=3D=3D> Applying FreeBSD patches for py24-dbus-0.34 =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=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 add_pkg atk-1.9.1.tbz bitstream-vera-1.10_1.tbz dbus-0.34.tbz expat-1.95.8_= 3.tbz fontconfig-2.2.3,1.tbz freetype2-2.1.9.tbz gettext-0.14.5.tbz glib-2.= 6.5.tbz gmake-3.80_2.tbz gtk-2.6.8.tbz hicolor-icon-theme-0.5.tbz jpeg-6b_3= .tbz libXft-2.1.6_1.tbz libiconv-1.9.2_1.tbz libtool-1.5.18.tbz libxml2-2.6= .19.tbz pango-1.8.1.tbz perl-5.8.7.tbz pkgconfig-0.17.2.tbz png-1.2.8_2.tbz= pyrex-0.9.3_1.tbz python-2.4.1_1.tbz shared-mime-info-0.16_1.tbz tiff-3.7.= 2.tbz xorg-fonts-encodings-6.8.2.tbz xorg-fonts-truetype-6.8.2.tbz xorg-lib= raries-6.8.2.tbz adding dependencies pkg_add atk-1.9.1.tbz Removing stale symlinks from /usr/bin... Skipping /usr/bin/perl Skipping /usr/bin/perl5 Done. Creating various symlinks in /usr/bin... Symlinking /usr/local/bin/perl5.8.7 to /usr/bin/perl Symlinking /usr/local/bin/perl5.8.7 to /usr/bin/perl5 Done. Cleaning up /etc/make.conf... Done. Spamming /etc/make.conf... Done. Cleaning up /etc/manpath.config... Done. Spamming /etc/manpath.config... Done. pkg_add bitstream-vera-1.10_1.tbz Running fc-cache to build fontconfig cache... fc-cache: "/usr/X11R6/lib/X11/fonts": caching, 0 fonts, 1 dirs fc-cache: "/usr/X11R6/lib/X11/fonts/local": caching, 0 fonts, 0 dirs fc-cache: "/root/.fonts": skipping, no such directory fc-cache: succeeded /usr/X11R6/bin/fc-cache: "lib/X11/fonts/bitstream-vera": caching, 10 fonts,= 0 dirs /usr/X11R6/bin/fc-cache: succeeded IMPORTANT - READ CAREFULLY: Please read the COPYRIGHT included with these f= onts before using. The copyright can be found at /usr/X11R6/lib/X11/fonts/bitst= ream-vera/COPYRIGHT.TXT. To use these fonts, follow the instructions below. Make sure that the freetype module is loaded. If it is not, add the follow= ing line to the "Modules" section of your X Windows configuration file: Load "freetype" Add the following line to the "Files" section of X Windows configuration fi= le: FontPath "/usr/X11R6/lib/X11/fonts/bitstream-vera/" Note: your X Windows configuration file is typically /etc/X11/XF86Config if you are using XFree86, and /etc/X11/xorg.conf if you are using X.Org. pkg_add dbus-0.34.tbz *** * Updating MIME database in /usr/X11R6/share/mime... *** *** * Updating MIME database in /usr/local/share/mime... *** Running fc-cache to build fontconfig cache... fc-cache: "/usr/X11R6/lib/X11/fonts": caching, 0 fonts, 4 dirs fc-cache: "/usr/X11R6/lib/X11/fonts/local": caching, 0 fonts, 0 dirs fc-cache: "/usr/X11R6/lib/X11/fonts/bitstream-vera": caching, 10 fonts, 0 d= irs fc-cache: "/usr/X11R6/lib/X11/fonts/encodings": caching, 0 fonts, 1 dirs fc-cache: "/usr/X11R6/lib/X11/fonts/encodings/large": caching, 0 fonts, 0 d= irs fc-cache: "/usr/X11R6/lib/X11/fonts/TTF": caching, 12 fonts, 0 dirs fc-cache: "/root/.fonts": skipping, no such directory fc-cache: succeeded Added group "messagebus". Added user "messagebus". pkg_add expat-1.95.8_3.tbz skipping expat-1.95.8_3, already added pkg_add fontconfig-2.2.3,1.tbz skipping fontconfig-2.2.3,1, already added pkg_add freetype2-2.1.9.tbz skipping freetype2-2.1.9, already added pkg_add gettext-0.14.5.tbz skipping gettext-0.14.5, already added pkg_add glib-2.6.5.tbz skipping glib-2.6.5, already added pkg_add gmake-3.80_2.tbz pkg_add gtk-2.6.8.tbz skipping gtk-2.6.8, already added pkg_add hicolor-icon-theme-0.5.tbz skipping hicolor-icon-theme-0.5, already added pkg_add jpeg-6b_3.tbz skipping jpeg-6b_3, already added pkg_add libXft-2.1.6_1.tbz skipping libXft-2.1.6_1, already added pkg_add libiconv-1.9.2_1.tbz skipping libiconv-1.9.2_1, already added pkg_add libtool-1.5.18.tbz pkg_add libxml2-2.6.19.tbz skipping libxml2-2.6.19, already added pkg_add pango-1.8.1.tbz skipping pango-1.8.1, already added pkg_add perl-5.8.7.tbz skipping perl-5.8.7, already added pkg_add pkgconfig-0.17.2.tbz skipping pkgconfig-0.17.2, already added pkg_add png-1.2.8_2.tbz skipping png-1.2.8_2, already added pkg_add pyrex-0.9.3_1.tbz =3D=3D=3D=3D Note that some of the standard modules are provided as separate ports since they require extra dependencies: bsddb databases/py-bsddb gdbm databases/py-gdbm tkinter x11-toolkits/py-tkinter Install them as needed. =3D=3D=3D=3D pkg_add python-2.4.1_1.tbz skipping python-2.4.1_1, already added pkg_add shared-mime-info-0.16_1.tbz skipping shared-mime-info-0.16_1, already added pkg_add tiff-3.7.2.tbz skipping tiff-3.7.2, already added pkg_add xorg-fonts-encodings-6.8.2.tbz skipping xorg-fonts-encodings-6.8.2, already added pkg_add xorg-fonts-truetype-6.8.2.tbz skipping xorg-fonts-truetype-6.8.2, already added pkg_add xorg-libraries-6.8.2.tbz skipping xorg-libraries-6.8.2, already added =3D=3D=3D> py24-dbus-0.34 depends on executable: pyrexc - found =3D=3D=3D> py24-dbus-0.34 depends on file: /usr/local/bin/python - found =3D=3D=3D> py24-dbus-0.34 depends on executable: gmake - found =3D=3D=3D> py24-dbus-0.34 depends on file: /usr/local/bin/libtool15 - fou= nd =3D=3D=3D> py24-dbus-0.34 depends on shared library: dbus-1.1 - found =3D=3D=3D> Configuring for py24-dbus-0.34 checking for a BSD-compatible install... /usr/bin/install -c -o root -g whe= el checking whether build environment is sane... yes checking for gawk... no checking for mawk... no checking for nawk... nawk checking whether gmake sets $(MAKE)... yes checking build system type... i386-portbld-freebsd5.4 checking host system type... i386-portbld-freebsd5.4 checking target system type... i386-portbld-freebsd5.4 checking whether to enable maintainer-specific portions of Makefiles... no checking for gcc... cc checking for C compiler default output file name... a.out checking whether the C compiler works... yes checking whether we are cross compiling... no checking for suffix of executables...=20 checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether cc accepts -g... yes checking for cc option to accept ANSI C... none needed checking for style of include used by gmake... GNU checking dependency style of cc... gcc3 checking whether we are using the GNU C++ compiler... yes checking whether c++ accepts -g... yes checking dependency style of c++... gcc3 checking for library containing strerror... none required checking how to run the C preprocessor... cc -E checking for egrep... grep -E checking for ANSI C header files... yes checking for gcj... no checking for gcj... gcj checking dependency style of gcj... none checking for a sed that does not truncate output... /usr/bin/sed checking for ld used by cc... /usr/bin/ld checking if the linker (/usr/bin/ld) is GNU ld... yes checking for /usr/bin/ld option to reload object files... -r checking for BSD-compatible nm... /usr/bin/nm -B checking whether ln -s works... yes checking how to recognise dependent libraries... pass_all checking for sys/types.h... yes checking for sys/stat.h... yes checking for stdlib.h... yes checking for string.h... yes checking for memory.h... yes checking for strings.h... yes checking for inttypes.h... yes checking for stdint.h... yes checking for unistd.h... yes checking dlfcn.h usability... yes checking dlfcn.h presence... yes checking for dlfcn.h... yes checking how to run the C++ preprocessor... c++ -E checking for g77... no checking for f77... f77 checking whether we are using the GNU Fortran 77 compiler... yes checking whether f77 accepts -g... yes checking the maximum length of command line arguments... (cached) 262144 checking command to parse /usr/bin/nm -B output from cc object... ok checking for objdir... .libs checking for ar... ar checking for ranlib... ranlib checking for strip... strip checking if cc static flag works... yes checking if cc supports -fno-rtti -fno-exceptions... no checking for cc option to produce PIC... -fPIC checking if cc PIC flag -fPIC works... yes checking if cc supports -c -o file.o... yes checking whether the cc linker (/usr/bin/ld) supports shared libraries... y= es checking whether -lc should be explicitly linked in... yes checking dynamic linker characteristics... freebsd5.4 ld.so checking how to hardcode library paths into programs... immediate checking whether stripping libraries is possible... yes checking if libtool supports shared libraries... yes checking whether to build shared libraries... yes checking whether to build static libraries... yes configure: creating libtool appending configuration tag "CXX" to libtool checking for ld used by c++... /usr/bin/ld checking if the linker (/usr/bin/ld) is GNU ld... yes checking whether the c++ linker (/usr/bin/ld) supports shared libraries... = yes checking for c++ option to produce PIC... -fPIC checking if c++ PIC flag -fPIC works... yes checking if c++ supports -c -o file.o... yes checking whether the c++ linker (/usr/bin/ld) supports shared libraries... = yes checking dynamic linker characteristics... freebsd5.4 ld.so checking how to hardcode library paths into programs... immediate checking whether stripping libraries is possible... yes appending configuration tag "F77" to libtool checking if libtool supports shared libraries... yes checking whether to build shared libraries... yes checking whether to build static libraries... yes checking for f77 option to produce PIC... -fPIC checking if f77 PIC flag -fPIC works... yes checking if f77 supports -c -o file.o... yes checking whether the f77 linker (/usr/bin/ld) supports shared libraries... = yes checking dynamic linker characteristics... freebsd5.4 ld.so checking how to hardcode library paths into programs... immediate checking whether stripping libraries is possible... yes appending configuration tag "GCJ" to libtool checking if gcj supports -fno-rtti -fno-exceptions... (cached) no checking for gcj option to produce PIC... -fPIC checking if gcj PIC flag -fPIC works... no checking if gcj supports -c -o file.o... no checking whether the gcj linker (/usr/bin/ld) supports shared libraries... = yes checking dynamic linker characteristics... gcj: not found freebsd5.4 ld.so checking how to hardcode library paths into programs... immediate checking whether stripping libraries is possible... yes checking for pkg-config... /usr/local/bin/pkg-config checking for mono >=3D 0.95... gnome-config: not found gnome-config: not found checking for csc.exe... no checking for monodoc >=3D 0.16... gnome-config: not found gnome-config: not found checking for char... yes checking size of char... 1 checking for short... yes checking size of short... 2 checking for long... yes checking size of long... 4 checking for int... yes checking size of int... 4 checking for void *... yes checking size of void *... 4 checking for long long... yes checking size of long long... 8 checking for __int64... no checking size of __int64... 0 checking 64-bit integer type... long long checking 32-bit integer type... int checking 16-bit integer type... short checking whether byte ordering is bigendian... no checking for an implementation of va_copy()... yes checking for an implementation of __va_copy()... no checking whether va_lists can be copied by value... yes checking whether to use inline assembler routines for atomic integers... no checking for socket in -lsocket... no checking for gethostbyname in -lnsl... no checking for vsnprintf... yes checking for vasprintf... yes checking for nanosleep... yes checking for usleep... yes checking for poll... yes checking for setenv... yes checking for unsetenv... yes checking for socketpair... yes checking for getgrouplist... yes checking execinfo.h usability... no checking execinfo.h presence... no checking for execinfo.h... no checking for posix getpwnam_r... yes checking whether socklen_t is defined... yes checking sys/uio.h usability... yes checking sys/uio.h presence... yes checking for sys/uio.h... yes checking for writev... yes checking for ISO C99 varargs macros in C... yes checking for GNUC varargs macros... yes checking for struct cmsgcred... yes checking abstract socket namespace... no checking locale.h usability... yes checking locale.h presence... yes checking for locale.h... yes checking for LC_MESSAGES... yes checking libintl.h usability... yes checking libintl.h presence... yes checking for libintl.h... yes checking for ngettext in libc... no checking for bindtextdomain in -lintl... yes checking for ngettext in -lintl... yes checking for dgettext in -lintl... yes checking for bind_textdomain_codeset... yes checking for msgfmt... /usr/local/bin/msgfmt checking for dcgettext... yes checking for gmsgfmt... /usr/local/bin/msgfmt checking for xgettext... /usr/local/bin/xgettext =2E/configure.lineno: cannot open ./po/POTFILES.in: No such file or directo= ry checking for XML_ParserCreate_MM in -lexpat... yes checking expat.h usability... yes checking expat.h presence... yes checking for expat.h... yes checking for libxml-2.0... yes checking LIBXML_CFLAGS... -I/usr/local/include/libxml2 -I/usr/local/include= =20 checking LIBXML_LIBS... -L/usr/local/lib -lxml2 -lz -liconv -lm =20 checking for is_selinux_enabled in -lselinux... no configure: WARNING: Sufficiently new SELinux library not found checking for gobject-2.0... yes checking DBUS_GLIB_CFLAGS... -I/usr/local/include/glib-2.0 -I/usr/local/lib= /glib-2.0/include =20 checking DBUS_GLIB_LIBS... -L/usr/local/lib -lgobject-2.0 =20 checking for glib-2.0 gthread-2.0... yes checking DBUS_GLIB_THREADS_CFLAGS... -D_REENTRANT -I/usr/local/include/glib= -2.0 -I/usr/local/lib/glib-2.0/include =20 checking DBUS_GLIB_THREADS_LIBS... -pthread -L/usr/local/lib -lglib-2.0 -li= conv -lgthread-2.0 =20 checking for gtk+-2.0 >=3D 2.4... yes checking DBUS_GTK_CFLAGS... -DXTHREADS -DXUSE_MTSAFE_API -I/usr/local/inclu= de/atk-1.0 -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include = -I/usr/X11R6/include/gtk-2.0 -I/usr/X11R6/lib/gtk-2.0/include -I/usr/X11R6/= include -I/usr/X11R6/include/pango-1.0 -I/usr/local/include/freetype2 -I/us= r/local/include =20 checking DBUS_GTK_LIBS... -Wl,--rpath -Wl,/usr/local/lib -L/usr/X11R6/lib -= lgtk-x11-2.0 =20 checking for gtk+-2.0 >=3D 2.4 gthread-2.0... yes checking DBUS_GTK_THREADS_CFLAGS... -D_REENTRANT -DXTHREADS -DXUSE_MTSAFE_A= PI -I/usr/local/include/atk-1.0 -I/usr/local/include/glib-2.0 -I/usr/local/= lib/glib-2.0/include -I/usr/X11R6/include/gtk-2.0 -I/usr/X11R6/lib/gtk-2.0/= include -I/usr/X11R6/include -I/usr/X11R6/include/pango-1.0 -I/usr/local/in= clude/freetype2 -I/usr/local/include =20 checking DBUS_GTK_THREADS_LIBS... -pthread -Wl,--rpath -Wl,/usr/local/lib -= L/usr/X11R6/lib -L/usr/local/lib -lgtk-x11-2.0 -lgthread-2.0 =20 checking for moc... no checking for qglobal.h... not found kde-config: not found configure: WARNING: Qt development libraries not found checking for X... libraries /usr/X11R6/lib, headers /usr/X11R6/include checking for gethostbyname... yes checking for connect... yes checking for remove... yes checking for shmat... yes checking for IceConnectionNumber in -lICE... yes checking for doxygen... no checking whether to build Doxygen documentation... yes checking for xmlto... no checking whether to build XML documentation... yes configure: Checking to see if we can build Python bindings checking for a Python interpreter with version >=3D 2.2... python checking for python... /usr/local/bin/python checking for python version... 2.4 checking for python platform... freebsd5 checking for python script directory... ${prefix}/lib/python2.4/site-packag= es checking for python extension module directory... ${exec_prefix}/lib/python= 2.4/site-packages checking for pyrexc... pyrexc checking for headers required to compile python extensions... found configure: creating ./config.status config.status: creating Doxyfile config.status: creating dbus/dbus-arch-deps.h config.status: creating bus/system.conf config.status: creating bus/session.conf config.status: creating bus/messagebus config.status: creating bus/rc.messagebus config.status: creating bus/dbus-daemon.1 config.status: creating Makefile config.status: creating dbus/Makefile config.status: creating glib/Makefile config.status: creating python/Makefile config.status: creating python/examples/Makefile config.status: creating qt/Makefile config.status: creating gcj/Makefile config.status: creating gcj/org/Makefile config.status: creating gcj/org/freedesktop/Makefile config.status: creating gcj/org/freedesktop/dbus/Makefile config.status: creating mono/Makefile config.status: creating mono/AssemblyInfo.cs config.status: creating mono/dbus-sharp.dll.config config.status: creating mono/example/Makefile config.status: creating mono/doc/Makefile config.status: creating bus/Makefile config.status: creating tools/Makefile config.status: creating test/Makefile config.status: creating test/glib/Makefile config.status: creating doc/Makefile config.status: creating dbus-1.pc config.status: creating dbus-glib-1.pc config.status: creating dbus-sharp.pc config.status: creating test/data/valid-config-files/debug-allow-all.conf config.status: creating test/data/valid-config-files/debug-allow-all-sha1.c= onf config.status: creating test/data/valid-service-files/debug-echo.service config.status: creating test/data/valid-service-files/debug-segfault.service config.status: creating test/data/valid-service-files/debug-glib.service config.status: creating config.h config.status: executing depfiles commands config.status: executing default-1 commands D-BUS 0.34 =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D prefix: /usr/local exec_prefix: ${prefix} libdir: /usr/local/lib bindir: /usr/local/bin sysconfdir: /usr/local/etc localstatedir: /usr/local/var datadir: /usr/local/share source code location: . compiler: cc cflags: -O -pipe -Wall -Wchar-subscripts -Wmissing-declaration= s -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wcast-align -Wsign= -compare cppflags: -DDBUS_API_SUBJECT_TO_CHANGE=3D1 -I/usr/local/include cxxflags: -O -pipe 64-bit int: long long 32-bit int: int 16-bit int: short Doxygen: no xmlto: no gcj: (not enabled) csc: (not enabled) Maintainer mode: no gcc coverage profiling: no Building unit tests: no Building verbose mode: no Building assertions: no Building checks: yes Building Qt bindings: no Building GLib bindings: yes Building Python bindings: yes Building SELinux support: no Building Mono bindings: no Building Mono docs: no Building GTK+ tools: no Building X11 code: yes Building Doxygen docs: no Building XML docs: no Gettext libs (empty OK): -lintl=20 Using XML parser: expat Init scripts style: none Abstract socket names: no System bus socket: /var/run/dbus System bus address: unix:path=3D/var/run/dbus System bus PID file: /var/run/dbus.pid Session bus socket dir: /var/tmp 'make check' socket dir: /tmp =3D=3D=3D> Building for py24-dbus-0.34 Making all in examples gmake[1]: Entering directory `/work/a/ports/devel/py-dbus/work/dbus-0.34/py= thon/examples' gmake[1]: Nothing to be done for `all'. gmake[1]: Leaving directory `/work/a/ports/devel/py-dbus/work/dbus-0.34/pyt= hon/examples' gmake[1]: Entering directory `/work/a/ports/devel/py-dbus/work/dbus-0.34/py= thon' /usr/local/bin/python extract.py dbus_bindings.pyx.in -I.. > dbus_bindings= .pyx running echo '#include "dbus_h_wrapper.h" '|cpp -I..pyrexc dbus_bindings.pyx /work/a/ports/devel/py-dbus/work/dbus-0.34/python/dbus_bindings.pyx:66:4: '= __attribute__' redeclared /work/a/ports/devel/py-dbus/work/dbus-0.34/python/dbus_bindings.pyx:136:4: = 'size_t' redeclared gmake[1]: [dbus_bindings.c] Error 1 (ignored) if /bin/sh /usr/local/bin/libtool15 --tag=3DCC --mode=3Dcompile cc -DHAVE_C= ONFIG_H -I. -I. -I.. -I.. -I../dbus -I/usr/local/include/glib-2.0 -I/usr/l= ocal/lib/glib-2.0/include -I/usr/local/include/python2.4 -DDBUS_COMPILAT= ION=3D1 -DDBUS_API_SUBJECT_TO_CHANGE=3D1 -I/usr/local/include -O -pipe -= Wall -Wchar-subscripts -Wmissing-declarations -Wmissing-prototypes -Wnested= -externs -Wpointer-arith -Wcast-align -Wsign-compare -MT dbus_bindings.lo -= MD -MP -MF ".deps/dbus_bindings.Tpo" -c -o dbus_bindings.lo dbus_bindings.c= ; \ then mv -f ".deps/dbus_bindings.Tpo" ".deps/dbus_bindings.Plo"; else rm -f = ".deps/dbus_bindings.Tpo"; exit 1; fi mkdir .libs cc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I../dbus -I/usr/local/include/glib-2= .0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include/python2.4 -DDBUS_= COMPILATION=3D1 -DDBUS_API_SUBJECT_TO_CHANGE=3D1 -I/usr/local/include -O -p= ipe -Wall -Wchar-subscripts -Wmissing-declarations -Wmissing-prototypes -Wn= ested-externs -Wpointer-arith -Wcast-align -Wsign-compare -MT dbus_bindings= .lo -MD -MP -MF .deps/dbus_bindings.Tpo -c dbus_bindings.c -fPIC -DPIC -o = .libs/dbus_bindings.o dbus_bindings.c: In function `__pyx_f_13dbus_bindings_cunregister_function_= handler': dbus_bindings.c:1003: warning: use of cast expressions as lvalues is deprec= ated dbus_bindings.c:1047: warning: use of cast expressions as lvalues is deprec= ated dbus_bindings.c: In function `__pyx_f_13dbus_bindings_cmessage_function_han= dler': dbus_bindings.c:1097: warning: use of cast expressions as lvalues is deprec= ated dbus_bindings.c:1098: warning: use of cast expressions as lvalues is deprec= ated dbus_bindings.c:1148: warning: use of cast expressions as lvalues is deprec= ated dbus_bindings.c:1161: warning: use of cast expressions as lvalues is deprec= ated dbus_bindings.c:1091: warning: '__pyx_r' might be used uninitialized in thi= s function dbus_bindings.c: In function `__pyx_f_13dbus_bindings_10Connection___init__= ': dbus_bindings.c:1227: warning: '__pyx_v_c_address' might be used uninitiali= zed in this function dbus_bindings.c: In function `__pyx_f_13dbus_bindings_10Connection__set_con= n': dbus_bindings.c:1357: warning: label `__pyx_L1' defined but not used dbus_bindings.c: In function `__pyx_f_13dbus_bindings_10Connection__get_con= n': dbus_bindings.c:1374: warning: label `__pyx_L1' defined but not used dbus_bindings.c: In function `__pyx_f_13dbus_bindings_10Connection_setup_wi= th_g_main': dbus_bindings.c:1424: warning: implicit declaration of function `dbus_conne= ction_setup_with_g_main' dbus_bindings.c:1424: warning: nested extern declaration of `dbus_connectio= n_setup_with_g_main' dbus_bindings.c:1428: warning: label `__pyx_L1' defined but not used dbus_bindings.c: In function `__pyx_f_13dbus_bindings_10Connection_disconne= ct': dbus_bindings.c:1448: warning: label `__pyx_L1' defined but not used dbus_bindings.c: In function `__pyx_f_13dbus_bindings_10Connection_flush': dbus_bindings.c:1518: warning: label `__pyx_L1' defined but not used dbus_bindings.c: In function `__pyx_f_13dbus_bindings_10Connection_borrow_m= essage': dbus_bindings.c:1537: warning: use of cast expressions as lvalues is deprec= ated dbus_bindings.c:1550: warning: use of cast expressions as lvalues is deprec= ated dbus_bindings.c: In function `__pyx_f_13dbus_bindings_10Connection_pop_mess= age': dbus_bindings.c:1645: warning: use of cast expressions as lvalues is deprec= ated dbus_bindings.c:1665: warning: use of cast expressions as lvalues is deprec= ated dbus_bindings.c:1679: warning: use of cast expressions as lvalues is deprec= ated dbus_bindings.c: In function `__pyx_f_13dbus_bindings_10Connection_send_wit= h_reply': dbus_bindings.c:1944: warning: use of cast expressions as lvalues is deprec= ated dbus_bindings.c:1985: warning: use of cast expressions as lvalues is deprec= ated dbus_bindings.c:1998: warning: use of cast expressions as lvalues is deprec= ated dbus_bindings.c: In function `__pyx_f_13dbus_bindings_10Connection_send_wit= h_reply_and_block': dbus_bindings.c:2051: warning: use of cast expressions as lvalues is deprec= ated dbus_bindings.c:2103: warning: use of cast expressions as lvalues is deprec= ated dbus_bindings.c: In function `__pyx_f_13dbus_bindings_10Connection_set_watc= h_functions': dbus_bindings.c:2148: warning: label `__pyx_L1' defined but not used dbus_bindings.c: In function `__pyx_f_13dbus_bindings_10Connection_set_time= out_functions': dbus_bindings.c:2176: warning: label `__pyx_L1' defined but not used dbus_bindings.c: In function `__pyx_f_13dbus_bindings_10Connection_set_wake= up_main_function': dbus_bindings.c:2202: warning: label `__pyx_L1' defined but not used dbus_bindings.c: In function `__pyx_f_13dbus_bindings_10Connection_set_data= ': dbus_bindings.c:2284: warning: label `__pyx_L1' defined but not used dbus_bindings.c: In function `__pyx_f_13dbus_bindings_10Connection_get_data= ': dbus_bindings.c:2307: warning: label `__pyx_L1' defined but not used dbus_bindings.c: In function `__pyx_f_13dbus_bindings_10Connection_list_reg= istered': dbus_bindings.c:2636: warning: label `__pyx_L3' defined but not used dbus_bindings.c:2661: warning: label `__pyx_L4' defined but not used dbus_bindings.c: In function `__pyx_f_13dbus_bindings__pending_call_notific= ation': dbus_bindings.c:2707: warning: use of cast expressions as lvalues is deprec= ated dbus_bindings.c:2741: warning: use of cast expressions as lvalues is deprec= ated dbus_bindings.c: In function `__pyx_f_13dbus_bindings__pending_call_free_us= er_data': dbus_bindings.c:2882: warning: label `__pyx_L1' defined but not used dbus_bindings.c: In function `__pyx_f_13dbus_bindings_11PendingCall___cinit= __': dbus_bindings.c:2933: warning: label `__pyx_L1' defined but not used dbus_bindings.c: In function `__pyx_f_13dbus_bindings_11PendingCall__get_pe= nding_call': dbus_bindings.c:2948: warning: label `__pyx_L1' defined but not used dbus_bindings.c: In function `__pyx_f_13dbus_bindings_11PendingCall_cancel': dbus_bindings.c:2967: warning: label `__pyx_L1' defined but not used dbus_bindings.c: In function `__pyx_f_13dbus_bindings_11PendingCall_get_rep= ly': dbus_bindings.c:3011: warning: use of cast expressions as lvalues is deprec= ated dbus_bindings.c:3024: warning: use of cast expressions as lvalues is deprec= ated dbus_bindings.c: In function `__pyx_f_13dbus_bindings_11PendingCall_block': dbus_bindings.c:3062: warning: label `__pyx_L1' defined but not used dbus_bindings.c: In function `__pyx_f_13dbus_bindings_5Watch___init__': dbus_bindings.c:3125: warning: label `__pyx_L1' defined but not used dbus_bindings.c: In function `__pyx_f_13dbus_bindings_5Watch___cinit__': dbus_bindings.c:3142: warning: label `__pyx_L1' defined but not used dbus_bindings.c: In function `__pyx_f_13dbus_bindings_11MessageIter___cinit= __': dbus_bindings.c:3288: warning: label `__pyx_L1' defined but not used dbus_bindings.c: In function `__pyx_f_13dbus_bindings_11MessageIter__get_it= er': dbus_bindings.c:3305: warning: label `__pyx_L1' defined but not used dbus_bindings.c: In function `__pyx_f_13dbus_bindings_11MessageIter_get_dic= t': dbus_bindings.c:4236: warning: use of cast expressions as lvalues is deprec= ated dbus_bindings.c:4259: warning: use of cast expressions as lvalues is deprec= ated dbus_bindings.c:4284: warning: label `__pyx_L2' defined but not used dbus_bindings.c:4389: warning: label `__pyx_L3' defined but not used dbus_bindings.c: In function `__pyx_f_13dbus_bindings_11MessageIter_get_arr= ay': dbus_bindings.c:4439: warning: use of cast expressions as lvalues is deprec= ated dbus_bindings.c:4462: warning: use of cast expressions as lvalues is deprec= ated dbus_bindings.c:4487: warning: label `__pyx_L2' defined but not used dbus_bindings.c:4556: warning: label `__pyx_L3' defined but not used dbus_bindings.c: In function `__pyx_f_13dbus_bindings_11MessageIter_get_var= iant': dbus_bindings.c:4594: warning: use of cast expressions as lvalues is deprec= ated dbus_bindings.c:4614: warning: use of cast expressions as lvalues is deprec= ated dbus_bindings.c: In function `__pyx_f_13dbus_bindings_11MessageIter_get_str= uct': dbus_bindings.c:4661: warning: use of cast expressions as lvalues is deprec= ated dbus_bindings.c:4683: warning: use of cast expressions as lvalues is deprec= ated dbus_bindings.c:4698: warning: label `__pyx_L2' defined but not used dbus_bindings.c:4739: warning: label `__pyx_L3' defined but not used dbus_bindings.c: In function `__pyx_f_13dbus_bindings_11MessageIter_python_= value_to_dbus_sig': dbus_bindings.c:5168: warning: label `__pyx_L4' defined but not used dbus_bindings.c:5194: warning: label `__pyx_L5' defined but not used dbus_bindings.c:5886: warning: label `__pyx_L6' defined but not used dbus_bindings.c:5912: warning: label `__pyx_L7' defined but not used dbus_bindings.c: In function `__pyx_f_13dbus_bindings_11MessageIter_append_= dict': dbus_bindings.c:7305: warning: use of cast expressions as lvalues is deprec= ated dbus_bindings.c:7306: warning: use of cast expressions as lvalues is deprec= ated dbus_bindings.c:7429: warning: use of cast expressions as lvalues is deprec= ated dbus_bindings.c:7471: warning: use of cast expressions as lvalues is deprec= ated dbus_bindings.c:7439: warning: label `__pyx_L2' defined but not used dbus_bindings.c:7501: warning: label `__pyx_L3' defined but not used dbus_bindings.c: In function `__pyx_f_13dbus_bindings_11MessageIter_append_= struct': dbus_bindings.c:7547: warning: use of cast expressions as lvalues is deprec= ated dbus_bindings.c:7571: warning: use of cast expressions as lvalues is deprec= ated dbus_bindings.c:7581: warning: label `__pyx_L2' defined but not used dbus_bindings.c:7616: warning: label `__pyx_L3' defined but not used dbus_bindings.c: In function `__pyx_f_13dbus_bindings_11MessageIter_append_= array': dbus_bindings.c:7663: warning: use of cast expressions as lvalues is deprec= ated dbus_bindings.c:7705: warning: use of cast expressions as lvalues is deprec= ated dbus_bindings.c:7727: warning: label `__pyx_L2' defined but not used dbus_bindings.c:7762: warning: label `__pyx_L3' defined but not used dbus_bindings.c: In function `__pyx_f_13dbus_bindings_11MessageIter___str__= ': dbus_bindings.c:7847: warning: use of cast expressions as lvalues is deprec= ated dbus_bindings.c:8175: warning: use of cast expressions as lvalues is deprec= ated dbus_bindings.c:7870: warning: label `__pyx_L2' defined but not used dbus_bindings.c: In function `__pyx_f_13dbus_bindings_7Message__set_msg': dbus_bindings.c:8780: warning: label `__pyx_L1' defined but not used dbus_bindings.c: In function `__pyx_f_13dbus_bindings_7Message__get_msg': dbus_bindings.c:8797: warning: label `__pyx_L1' defined but not used dbus_bindings.c: In function `__pyx_f_13dbus_bindings_7Message_get_iter': dbus_bindings.c:8819: warning: use of cast expressions as lvalues is deprec= ated dbus_bindings.c:8848: warning: use of cast expressions as lvalues is deprec= ated dbus_bindings.c: In function `__pyx_f_13dbus_bindings_7Message_get_args_lis= t': dbus_bindings.c:8968: warning: label `__pyx_L4' defined but not used dbus_bindings.c:8997: warning: label `__pyx_L5' defined but not used dbus_bindings.c: In function `__pyx_f_13dbus_bindings_7Message_get_sender': dbus_bindings.c:9363: warning: assignment discards qualifiers from pointer = target type dbus_bindings.c: In function `__pyx_f_13dbus_bindings_6Server_setup_with_g_= main': dbus_bindings.c:9967: warning: implicit declaration of function `dbus_serve= r_setup_with_g_main' dbus_bindings.c:9967: warning: nested extern declaration of `dbus_server_se= tup_with_g_main' dbus_bindings.c:9971: warning: label `__pyx_L1' defined but not used dbus_bindings.c: In function `__pyx_f_13dbus_bindings_6Server_disconnect': dbus_bindings.c:9991: warning: label `__pyx_L1' defined but not used dbus_bindings.c: In function `__pyx_f_13dbus_bindings_bus_get': dbus_bindings.c:10038: warning: use of cast expressions as lvalues is depre= cated dbus_bindings.c:10068: warning: use of cast expressions as lvalues is depre= cated dbus_bindings.c: In function `__pyx_f_13dbus_bindings_init_gthreads': dbus_bindings.c:10555: warning: label `__pyx_L1' defined but not used dbus_bindings.c: In function `__pyx_tp_dealloc_13dbus_bindings_Connection': dbus_bindings.c:10790: warning: unused variable `p' dbus_bindings.c: In function `__pyx_tp_traverse_13dbus_bindings_Connection': dbus_bindings.c:10795: warning: unused variable `e' dbus_bindings.c:10796: warning: unused variable `p' dbus_bindings.c: In function `__pyx_tp_clear_13dbus_bindings_Connection': dbus_bindings.c:10801: warning: unused variable `p' dbus_bindings.c: In function `__pyx_tp_dealloc_13dbus_bindings_Message': dbus_bindings.c:10964: warning: unused variable `p' dbus_bindings.c: In function `__pyx_tp_traverse_13dbus_bindings_Message': dbus_bindings.c:10969: warning: unused variable `e' dbus_bindings.c:10970: warning: unused variable `p' dbus_bindings.c: In function `__pyx_tp_clear_13dbus_bindings_Message': dbus_bindings.c:10975: warning: unused variable `p' dbus_bindings.c: In function `__pyx_tp_dealloc_13dbus_bindings_PendingCall': dbus_bindings.c:11134: warning: unused variable `p' dbus_bindings.c: In function `__pyx_tp_traverse_13dbus_bindings_PendingCall= ': dbus_bindings.c:11139: warning: unused variable `e' dbus_bindings.c:11140: warning: unused variable `p' dbus_bindings.c: In function `__pyx_tp_clear_13dbus_bindings_PendingCall': dbus_bindings.c:11145: warning: unused variable `p' dbus_bindings.c: In function `__pyx_tp_dealloc_13dbus_bindings_Watch': dbus_bindings.c:11283: warning: unused variable `p' dbus_bindings.c: In function `__pyx_tp_traverse_13dbus_bindings_Watch': dbus_bindings.c:11288: warning: unused variable `e' dbus_bindings.c:11289: warning: unused variable `p' dbus_bindings.c: In function `__pyx_tp_clear_13dbus_bindings_Watch': dbus_bindings.c:11294: warning: unused variable `p' dbus_bindings.c: In function `__pyx_tp_dealloc_13dbus_bindings_MessageIter': dbus_bindings.c:11430: warning: unused variable `p' dbus_bindings.c: In function `__pyx_tp_traverse_13dbus_bindings_MessageIter= ': dbus_bindings.c:11435: warning: unused variable `e' dbus_bindings.c:11436: warning: unused variable `p' dbus_bindings.c: In function `__pyx_tp_clear_13dbus_bindings_MessageIter': dbus_bindings.c:11441: warning: unused variable `p' dbus_bindings.c: In function `__pyx_tp_new_13dbus_bindings_Server': dbus_bindings.c:11605: warning: unused variable `p' dbus_bindings.c: In function `__pyx_tp_dealloc_13dbus_bindings_Server': dbus_bindings.c:11610: warning: unused variable `p' dbus_bindings.c: In function `__pyx_tp_traverse_13dbus_bindings_Server': dbus_bindings.c:11615: warning: unused variable `e' dbus_bindings.c:11616: warning: unused variable `p' dbus_bindings.c: In function `__pyx_tp_clear_13dbus_bindings_Server': dbus_bindings.c:11621: warning: unused variable `p' dbus_bindings.c: In function `initdbus_bindings': dbus_bindings.c:12178: warning: assignment from incompatible pointer type dbus_bindings.c:12188: warning: assignment from incompatible pointer type dbus_bindings.c:12451: warning: assignment from incompatible pointer type dbus_bindings.c:12456: warning: assignment from incompatible pointer type dbus_bindings.c: In function `__Pyx_EndUnpack': dbus_bindings.c:12691: warning: suggest parentheses around assignment used = as truth value dbus_bindings.c: At top level: dbus_bindings.c:19: warning: '__Pyx_PrintItem' declared `static' but never = defined dbus_bindings.c:20: warning: '__Pyx_PrintNewline' declared `static' but nev= er defined dbus_bindings.c:22: warning: '__Pyx_ReRaise' declared `static' but never de= fined dbus_bindings.c:23: warning: '__Pyx_Import' declared `static' but never def= ined dbus_bindings.c:27: warning: '__Pyx_GetStarArgs' declared `static' but neve= r defined dbus_bindings.c:30: warning: '__Pyx_ImportType' declared `static' but never= defined dbus_bindings.c:32: warning: '__Pyx_GetVtable' declared `static' but never = defined cc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I../dbus -I/usr/local/include/glib-2= .0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include/python2.4 -DDBUS_= COMPILATION=3D1 -DDBUS_API_SUBJECT_TO_CHANGE=3D1 -I/usr/local/include -O -p= ipe -Wall -Wchar-subscripts -Wmissing-declarations -Wmissing-prototypes -Wn= ested-externs -Wpointer-arith -Wcast-align -Wsign-compare -MT dbus_bindings= .lo -MD -MP -MF .deps/dbus_bindings.Tpo -c dbus_bindings.c -o dbus_bindings= .o >/dev/null 2>&1 /bin/sh /usr/local/bin/libtool15 --tag=3DCC --mode=3Dlink cc -O -pipe -Wa= ll -Wchar-subscripts -Wmissing-declarations -Wmissing-prototypes -Wnested-e= xterns -Wpointer-arith -Wcast-align -Wsign-compare -L/usr/local/lib -o dbu= s_bindings.la -rpath /usr/local/lib/python2.4/site-packages/dbus -module -a= void-version -fPIC -export-symbols-regex initdbus_bindings dbus_bindings.lo= -ldbus-1 -ldbus-glib-1=20 generating symbol list for `dbus_bindings.la' /usr/bin/nm -B .libs/dbus_bindings.o | sed -n -e 's/^.*[ ]\([ABCDGIRSTW]= [ABCDGIRSTW]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p' | /usr/bin/= sed 's/.* //' | sort | uniq > .libs/dbus_bindings.exp grep -E -e "initdbus_bindings" ".libs/dbus_bindings.exp" > ".libs/dbus_bind= ings.expT" mv -f ".libs/dbus_bindings.expT" ".libs/dbus_bindings.exp" cc -shared .libs/dbus_bindings.o -L/usr/local/lib -ldbus-1 -ldbus-glib-1 = -Wl,-soname -Wl,dbus_bindings.so -Wl,-retain-symbols-file -Wl,.libs/dbus_b= indings.exp -o .libs/dbus_bindings.so creating dbus_bindings.la (cd .libs && rm -f dbus_bindings.la && ln -s ../dbus_bindings.la dbus_bindi= ngs.la) gmake[1]: Leaving directory `/work/a/ports/devel/py-dbus/work/dbus-0.34/pyt= hon' =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=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 add_pkg atk-1.9.1.tbz bitstream-vera-1.10_1.tbz dbus-0.34.tbz expat-1.95.8_= 3.tbz fontconfig-2.2.3,1.tbz freetype2-2.1.9.tbz gettext-0.14.5.tbz glib-2.= 6.5.tbz gtk-2.6.8.tbz hicolor-icon-theme-0.5.tbz jpeg-6b_3.tbz libXft-2.1.6= _1.tbz libiconv-1.9.2_1.tbz libxml2-2.6.19.tbz pango-1.8.1.tbz perl-5.8.7.t= bz pkgconfig-0.17.2.tbz png-1.2.8_2.tbz pyrex-0.9.3_1.tbz python-2.4.1_1.tb= z shared-mime-info-0.16_1.tbz tiff-3.7.2.tbz xorg-fonts-encodings-6.8.2.tbz= xorg-fonts-truetype-6.8.2.tbz xorg-libraries-6.8.2.tbz adding dependencies pkg_add atk-1.9.1.tbz skipping atk-1.9.1, already added pkg_add bitstream-vera-1.10_1.tbz skipping bitstream-vera-1.10_1, already added pkg_add dbus-0.34.tbz skipping dbus-0.34, already added pkg_add expat-1.95.8_3.tbz skipping expat-1.95.8_3, already added pkg_add fontconfig-2.2.3,1.tbz skipping fontconfig-2.2.3,1, already added pkg_add freetype2-2.1.9.tbz skipping freetype2-2.1.9, already added pkg_add gettext-0.14.5.tbz skipping gettext-0.14.5, already added pkg_add glib-2.6.5.tbz skipping glib-2.6.5, already added pkg_add gtk-2.6.8.tbz skipping gtk-2.6.8, already added pkg_add hicolor-icon-theme-0.5.tbz skipping hicolor-icon-theme-0.5, already added pkg_add jpeg-6b_3.tbz skipping jpeg-6b_3, already added pkg_add libXft-2.1.6_1.tbz skipping libXft-2.1.6_1, already added pkg_add libiconv-1.9.2_1.tbz skipping libiconv-1.9.2_1, already added pkg_add libxml2-2.6.19.tbz skipping libxml2-2.6.19, already added pkg_add pango-1.8.1.tbz skipping pango-1.8.1, already added pkg_add perl-5.8.7.tbz skipping perl-5.8.7, already added pkg_add pkgconfig-0.17.2.tbz skipping pkgconfig-0.17.2, already added pkg_add png-1.2.8_2.tbz skipping png-1.2.8_2, already added pkg_add pyrex-0.9.3_1.tbz skipping pyrex-0.9.3_1, already added pkg_add python-2.4.1_1.tbz skipping python-2.4.1_1, already added pkg_add shared-mime-info-0.16_1.tbz skipping shared-mime-info-0.16_1, already added pkg_add tiff-3.7.2.tbz skipping tiff-3.7.2, already added pkg_add xorg-fonts-encodings-6.8.2.tbz skipping xorg-fonts-encodings-6.8.2, already added pkg_add xorg-fonts-truetype-6.8.2.tbz skipping xorg-fonts-truetype-6.8.2, already added pkg_add xorg-libraries-6.8.2.tbz skipping xorg-libraries-6.8.2, already added =3D=3D=3D> Installing for py24-dbus-0.34 =3D=3D=3D> py24-dbus-0.34 depends on executable: pyrexc - found =3D=3D=3D> py24-dbus-0.34 depends on file: /usr/local/bin/python - found =3D=3D=3D> py24-dbus-0.34 depends on shared library: dbus-1.1 - found =3D=3D=3D> Generating temporary packing list =3D=3D=3D> Checking if devel/py-dbus already installed Making install in examples gmake[1]: Entering directory `/work/a/ports/devel/py-dbus/work/dbus-0.34/py= thon/examples' gmake[2]: Entering directory `/work/a/ports/devel/py-dbus/work/dbus-0.34/py= thon/examples' gmake[2]: Nothing to be done for `install-exec-am'. gmake[2]: Nothing to be done for `install-data-am'. gmake[2]: Leaving directory `/work/a/ports/devel/py-dbus/work/dbus-0.34/pyt= hon/examples' gmake[1]: Leaving directory `/work/a/ports/devel/py-dbus/work/dbus-0.34/pyt= hon/examples' gmake[1]: Entering directory `/work/a/ports/devel/py-dbus/work/dbus-0.34/py= thon' gmake[2]: Entering directory `/work/a/ports/devel/py-dbus/work/dbus-0.34/py= thon' gmake[2]: Nothing to be done for `install-exec-am'. test -z "/usr/local/lib/python2.4/site-packages/dbus" || /work/a/ports/deve= l/py-dbus/work/dbus-0.34/install-sh -d "/usr/local/lib/python2.4/site-packa= ges/dbus" install -o root -g wheel -m 444 '__init__.py' '/usr/local/lib/python2.4/s= ite-packages/dbus/__init__.py' install -o root -g wheel -m 444 '_dbus.py' '/usr/local/lib/python2.4/site= -packages/dbus/_dbus.py' install -o root -g wheel -m 444 'decorators.py' '/usr/local/lib/python2.4= /site-packages/dbus/decorators.py' install -o root -g wheel -m 444 'exceptions.py' '/usr/local/lib/python2.4= /site-packages/dbus/exceptions.py' install -o root -g wheel -m 444 'services.py' '/usr/local/lib/python2.4/s= ite-packages/dbus/services.py' install -o root -g wheel -m 444 'proxies.py' '/usr/local/lib/python2.4/si= te-packages/dbus/proxies.py' install -o root -g wheel -m 444 '_util.py' '/usr/local/lib/python2.4/site= -packages/dbus/_util.py' install -o root -g wheel -m 444 'types.py' '/usr/local/lib/python2.4/site= -packages/dbus/types.py' install -o root -g wheel -m 444 'matchrules.py' '/usr/local/lib/python2.4= /site-packages/dbus/matchrules.py' Byte-compiling python modules... __init__.py _dbus.py decorators.py exceptions.py services.py proxies.py _ut= il.py types.py matchrules.py Byte-compiling python modules (optimized versions) ... __init__.py _dbus.py decorators.py exceptions.py services.py proxies.py _ut= il.py types.py matchrules.py test -z "/usr/local/lib/python2.4/site-packages/dbus" || /work/a/ports/deve= l/py-dbus/work/dbus-0.34/install-sh -d "/usr/local/lib/python2.4/site-packa= ges/dbus" /bin/sh /usr/local/bin/libtool15 --mode=3Dinstall /usr/bin/install -c -o r= oot -g wheel 'dbus_bindings.la' '/usr/local/lib/python2.4/site-packages/db= us/dbus_bindings.la' /usr/bin/install -c -o root -g wheel .libs/dbus_bindings.so /usr/local/lib/= python2.4/site-packages/dbus/dbus_bindings.so ---------------------------------------------------------------------- Libraries have been installed in: /usr/local/lib/python2.4/site-packages/dbus If you ever happen to want to link against installed libraries in a given directory, LIBDIR, you must either use libtool, and specify the full pathname of the library, or use the `-LLIBDIR' flag during linking and do at least one of the following: - add LIBDIR to the `LD_LIBRARY_PATH' environment variable during execution - add LIBDIR to the `LD_RUN_PATH' environment variable during linking - use the `-Wl,--rpath -Wl,LIBDIR' linker flag See any operating system documentation about shared libraries for more information, such as the ld(1) and ld.so(8) manual pages. ---------------------------------------------------------------------- gmake[2]: Leaving directory `/work/a/ports/devel/py-dbus/work/dbus-0.34/pyt= hon' gmake[1]: Leaving directory `/work/a/ports/devel/py-dbus/work/dbus-0.34/pyt= hon' Listing /usr/local/lib/python2.4/site-packages ... Listing /usr/local/lib/python2.4/site-packages ... =3D=3D=3D> Running ldconfig /sbin/ldconfig -m /usr/local/lib =3D=3D=3D> Registering installation for py24-dbus-0.34 =3D=3D=3D> Building package for py24-dbus-0.34 Creating package /tmp/packages/All/py24-dbus-0.34.tbz Registering depends: dbus-0.34 gtk-2.6.8 atk-1.9.1 pango-1.8.1 hicolor-icon= -theme-0.5 libXft-2.1.6_1 shared-mime-info-0.16_1 glib-2.6.5 xorg-fonts-tru= etype-6.8.2 bitstream-vera-1.10_1 tiff-3.7.2 xorg-libraries-6.8.2 libxml2-2= .6.19 gettext-0.14.5 fontconfig-2.2.3,1 perl-5.8.7 freetype2-2.1.9 png-1.2.= 8_2 pyrex-0.9.3_1 python-2.4.1_1 libiconv-1.9.2_1 jpeg-6b_3 xorg-fonts-enco= dings-6.8.2 expat-1.95.8_3 pkgconfig-0.17.2. Creating bzip'd tar ball in '/tmp/packages/All/py24-dbus-0.34.tbz' Deleting py24-dbus-0.34=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=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D Deleting xorg-libraries-6.8.2 xorg-fonts-truetype-6.8.2 xorg-fonts-encoding= s-6.8.2 tiff-3.7.2 shared-mime-info-0.16_1 python-2.4.1_1 pyrex-0.9.3_1 png= -1.2.8_2 pkgconfig-0.17.2 perl-5.8.7 pango-1.8.1 libxml2-2.6.19 libtool-1.5= .18 libiconv-1.9.2_1 libXft-2.1.6_1 jpeg-6b_3 hicolor-icon-theme-0.5 gtk-2.= 6.8 gmake-3.80_2 glib-2.6.5 gettext-0.14.5 freetype2-2.1.9 fontconfig-2.2.3= ,1 expat-1.95.8_3 dbus-0.34 bitstream-vera-1.10_1 atk-1.9.1=20 pkg_delete: file '/usr/local/etc/dbus-1/system.d' doesn't really exist pkg_delete: unable to completely remove directory '/usr/local/etc/dbus-1/sy= stem.d' pkg_delete: couldn't entirely delete package (perhaps the packing list is incorrectly specified?) Removing stale symlinks from /usr/bin... Removing /usr/bin/perl Removing /usr/bin/perl5 Done. Cleaning up /etc/make.conf... Done. Cleaning up /etc/manpath.config... Done. pkg_delete: unable to completely remove directory '/usr/local/lib/python2.4= /site-packages' pkg_delete: unable to completely remove directory '/usr/local/lib/python2.4' pkg_delete: couldn't entirely delete package (perhaps the packing list is incorrectly specified?) =3D=3D=3D Checking filesystem state list of extra files and directories in / (not present before this port was = installed but present after it was deinstalled) 217859 16 drwxr-xr-x 2 root wheel 1024 = Jul 2 22:33 usr/local/lib/python2.4/site-packages/dbus ----- End forwarded message ----- --UFHRwCdBEJvubb2X Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.1 (FreeBSD) iD8DBQFCxzW4Wry0BWjoQKURAn5uAJ0Qz+p1EyEfxs5MKbPjYsX5CISxLQCfc0Ug rs5mBQPCCr2OGrxzoDUUmwA= =MCqR -----END PGP SIGNATURE----- --UFHRwCdBEJvubb2X-- From owner-freebsd-gnome@FreeBSD.ORG Mon Jul 4 03:17:06 2005 Return-Path: X-Original-To: freebsd-gnome@freebsd.org 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 232CA16A41C for ; Mon, 4 Jul 2005 03:17:06 +0000 (GMT) (envelope-from dcmorse@gmail.com) Received: from wproxy.gmail.com (wproxy.gmail.com [64.233.184.194]) by mx1.FreeBSD.org (Postfix) with ESMTP id D3F8843D48 for ; Mon, 4 Jul 2005 03:17:05 +0000 (GMT) (envelope-from dcmorse@gmail.com) Received: by wproxy.gmail.com with SMTP id i21so620527wra for ; Sun, 03 Jul 2005 20:17:05 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=Q4Zw7d63twqmQ0GPH1AL+GYSVT4c0Hasm3Jmr3I011zc4Gi02rfryogF02EtzGJwu3QEzCac9SHrWKaVJzx0/CG2h4iB/ED6u9AW9gT15JyncBa0iw/RiYU6PMJN8oAYji77htl3XLjf0j4zNnDD6Y2sCeO4atNLFfyaYPzu1/s= Received: by 10.54.33.43 with SMTP id g43mr3039879wrg; Sun, 03 Jul 2005 20:17:05 -0700 (PDT) Received: by 10.54.15.40 with HTTP; Sun, 3 Jul 2005 20:17:05 -0700 (PDT) Message-ID: <11f1927405070320172fb68849@mail.gmail.com> Date: Sun, 3 Jul 2005 23:17:05 -0400 From: David Morse To: freebsd-gnome@freebsd.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline Subject: gnome-config not found (not pkg-config!) X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: David Morse List-Id: GNOME for FreeBSD -- porting and maintaining List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 04 Jul 2005 03:17:06 -0000 I'm porting an older gnome application to FreeBSD. It was written in 2001. I'm new to FreeBSD as of yesterday. I haven't figured out how to ask it 'what pakgage has a file name gnome-config'. And despite having an apperantly working gnome installation, there is no file named 'gnome-config' anywhere on this system... It looks like pkg-config is the latter-day gnome-config, but its not obvious how to translate the arguments between them. The usages I need are: gnome-config --cflags gnome gnomeui gnome-config --cflags gnomeui gnome-config --libs gnome gnomeui Gnome-config, where are you? : ( From owner-freebsd-gnome@FreeBSD.ORG Mon Jul 4 03:24:56 2005 Return-Path: X-Original-To: freebsd-gnome@freebsd.org 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 26B0916A41C for ; Mon, 4 Jul 2005 03:24:56 +0000 (GMT) (envelope-from ahze@ahze.net) Received: from imf20aec.mail.bellsouth.net (imf20aec.mail.bellsouth.net [205.152.59.68]) by mx1.FreeBSD.org (Postfix) with ESMTP id B6A6943D46 for ; Mon, 4 Jul 2005 03:24:55 +0000 (GMT) (envelope-from ahze@ahze.net) Received: from ibm62aec.bellsouth.net ([68.209.163.3]) by imf20aec.mail.bellsouth.net with ESMTP id <20050704032454.IOUY1983.imf20aec.mail.bellsouth.net@ibm62aec.bellsouth.net> for ; Sun, 3 Jul 2005 23:24:54 -0400 Received: from [192.168.1.5] (really [68.209.163.3]) by ibm62aec.bellsouth.net with ESMTP id <20050704032450.PZHJ8050.ibm62aec.bellsouth.net@[192.168.1.5]>; Sun, 3 Jul 2005 23:24:50 -0400 In-Reply-To: <11f1927405070320172fb68849@mail.gmail.com> References: <11f1927405070320172fb68849@mail.gmail.com> Mime-Version: 1.0 (Apple Message framework v730) Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed Message-Id: Content-Transfer-Encoding: 7bit From: Michael Johnson Date: Sun, 3 Jul 2005 23:24:44 -0400 To: David Morse X-Mailer: Apple Mail (2.730) Cc: freebsd-gnome@freebsd.org Subject: Re: gnome-config not found (not pkg-config!) X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.5 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, 04 Jul 2005 03:24:56 -0000 On Jul 3, 2005, at 11:17 PM, David Morse wrote: > I'm porting an older gnome application to FreeBSD. It was written > in 2001. > > I'm new to FreeBSD as of yesterday. I haven't figured out how to ask > it 'what pakgage has a file name gnome-config'. And despite having an > apperantly working gnome installation, there is no file named > 'gnome-config' anywhere on this system... > > It looks like pkg-config is the latter-day gnome-config, but its not > obvious how to translate the arguments between them. The usages I > need are: > gnome-config --cflags gnome gnomeui > gnome-config --cflags gnomeui > gnome-config --libs gnome gnomeui > gnome-config is part of x11/gnomelibs > Gnome-config, where are you? : ( > _______________________________________________ > 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" > > From owner-freebsd-gnome@FreeBSD.ORG Mon Jul 4 03:43:51 2005 Return-Path: X-Original-To: freebsd-gnome@freebsd.org 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 5943E16A41C for ; Mon, 4 Jul 2005 03:43:51 +0000 (GMT) (envelope-from adamw@magnesium.net) Received: from connectmail.carleton.ca (connectmail.carleton.ca [134.117.2.12]) by mx1.FreeBSD.org (Postfix) with ESMTP id 292E643D45 for ; Mon, 4 Jul 2005 03:43:51 +0000 (GMT) (envelope-from adamw@magnesium.net) Received: from [192.168.1.102] (adsl-67-120-98-128.dsl.snfc21.pacbell.net [67.120.98.128]) by connectmail.carleton.ca (iPlanet Messaging Server 5.2 HotFix 2.04 (built Feb 8 2005)) with ESMTPSA id <0IJ3006V93P1K6@connectmail.carleton.ca> for freebsd-gnome@freebsd.org; Sun, 03 Jul 2005 23:43:50 -0400 (EDT) Date: Sun, 03 Jul 2005 20:43:50 -0700 From: Adam Weinberger In-reply-to: To: Michael Johnson Message-id: <42C8B076.8080800@magnesium.net> MIME-version: 1.0 Content-type: text/plain; charset=ISO-8859-1; format=flowed Content-transfer-encoding: 7BIT User-Agent: Mozilla Thunderbird 1.0+ (Macintosh/20050531) References: <11f1927405070320172fb68849@mail.gmail.com> Cc: freebsd-gnome@freebsd.org Subject: Re: gnome-config not found (not pkg-config!) X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.5 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, 04 Jul 2005 03:43:51 -0000 Michael Johnson wrote: > > On Jul 3, 2005, at 11:17 PM, David Morse wrote: > >> I'm porting an older gnome application to FreeBSD. It was written in >> 2001. >> >> I'm new to FreeBSD as of yesterday. I haven't figured out how to ask >> it 'what pakgage has a file name gnome-config'. And despite having an >> apperantly working gnome installation, there is no file named >> 'gnome-config' anywhere on this system... >> >> It looks like pkg-config is the latter-day gnome-config, but its not >> obvious how to translate the arguments between them. The usages I >> need are: >> gnome-config --cflags gnome gnomeui >> gnome-config --cflags gnomeui >> gnome-config --libs gnome gnomeui >> > gnome-config is part of x11/gnomelibs > > >> Gnome-config, where are you? : ( gnome-config was axed, because it had a very limited scope. pkg-config can now be used by any number of programs. An app or library needs only to install a .pc file, and pkg-config will take care of the rest. Your syntax is very close to being right. First of all, the package names have changed so that they're not entirely gnome-specific. For example, you won't find a "gnomeui" package. Instead, it's called libgnomeui-2.0 or something (locate libgnomeui | grep "\.pc$" will do the trick). --cflags and --libs still behave as expected, but the behaviour of --version has changed. --version gives the version of pkg-config itself; to ascertain the version of program foo (in foo.pc), you'd use pkg-config --modversion foo. Does this help? # Adam -- Adam Weinberger adamw@magnesium.net || adamw@FreeBSD.org adamw@vectors.cx || adamw@gnome.org http://www.vectors.cx From owner-freebsd-gnome@FreeBSD.ORG Mon Jul 4 11:02:40 2005 Return-Path: X-Original-To: gnome@freebsd.org 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 7D7A216A439 for ; Mon, 4 Jul 2005 11:02:40 +0000 (GMT) (envelope-from owner-bugmaster@freebsd.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 61FF643D55 for ; Mon, 4 Jul 2005 11:02:40 +0000 (GMT) (envelope-from owner-bugmaster@freebsd.org) Received: from freefall.freebsd.org (peter@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.3/8.13.3) with ESMTP id j64B2e63034868 for ; Mon, 4 Jul 2005 11:02:40 GMT (envelope-from owner-bugmaster@freebsd.org) Received: (from peter@localhost) by freefall.freebsd.org (8.13.3/8.13.1/Submit) id j64B2daj034862 for gnome@freebsd.org; Mon, 4 Jul 2005 11:02:39 GMT (envelope-from owner-bugmaster@freebsd.org) Date: Mon, 4 Jul 2005 11:02:39 GMT Message-Id: <200507041102.j64B2daj034862@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 Cc: Subject: Current problem reports assigned to you X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.5 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, 04 Jul 2005 11:02:40 -0000 Current FreeBSD problem reports Critical problems Serious problems S Submitted Tracker Resp. Description ------------------------------------------------------------------------------- o [2005/03/02] ports/78286 gnome [PATCH] Add support for multilang for www o [2005/03/02] ports/78287 gnome [NEW PORT] chinese/firefox-zh_CN, firefox o [2005/03/02] ports/78288 gnome [NEW PORT] chinese/firefox-zh_TW, firefox o [2005/03/02] ports/78289 gnome [NEW PORT] japanese/firefox-ja_JP, firefo 4 problems total. Non-critical problems S Submitted Tracker Resp. Description ------------------------------------------------------------------------------- o [2005/05/06] ports/80705 gnome [PATCH] converters/libiconv: includes a p o [2005/05/12] ports/80937 gnome mail/thunderbird: incorrect icon location o [2005/06/14] ports/82247 gnome mail/thunderbird menu icon location incor 3 problems total. From owner-freebsd-gnome@FreeBSD.ORG Mon Jul 4 17:54:09 2005 Return-Path: X-Original-To: freebsd-gnome@freebsd.org 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 6920116A41C for ; Mon, 4 Jul 2005 17:54:09 +0000 (GMT) (envelope-from lira@terared.com) Received: from cpanel2.mxwh.net (cpanel2.mxwh.net [67.15.84.43]) by mx1.FreeBSD.org (Postfix) with ESMTP id 23E0843D45 for ; Mon, 4 Jul 2005 17:54:09 +0000 (GMT) (envelope-from lira@terared.com) Received: from dsl-200-67-162-61.prod-empresarial.com.mx ([200.67.162.61] helo=localhost.localdomain) by cpanel2.mxwh.net with esmtpsa (TLSv1:RC4-MD5:128) (Exim 4.44) id 1DpV8s-0006WW-E0 for freebsd-gnome@freebsd.org; Mon, 04 Jul 2005 12:54:03 -0500 From: "Ernesto A. Lira Castro" To: freebsd-gnome@freebsd.org Content-Type: multipart/mixed; boundary="=-jusQCb13DcX05TopeUp1" Organization: InetSolutions Date: Mon, 04 Jul 2005 12:54:43 -0500 Message-Id: <1120499683.11904.15.camel@netitux.ryt> Mime-Version: 1.0 X-Mailer: Evolution 2.2.3 FreeBSD GNOME Team Port X-PopBeforeSMTPSenders: lira@terared.com X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - cpanel2.mxwh.net X-AntiAbuse: Original Domain - freebsd.org X-AntiAbuse: Originator/Caller UID/GID - [47 12] / [47 12] X-AntiAbuse: Sender Address Domain - terared.com X-Source: X-Source-Args: X-Source-Dir: Subject: cannot upgrade gnomedesktop X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: lira@terared.com List-Id: GNOME for FreeBSD -- porting and maintaining List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 04 Jul 2005 17:54:09 -0000 --=-jusQCb13DcX05TopeUp1 Content-Type: text/plain Content-Transfer-Encoding: 7bit Hi list! I have a FreeBSD 5.4 with a cvsup done! But when im trying to update some ports, makes me a fail!!! the ports with problems are the following: eog < fileroller < gdm < gnome-menus < gnomeapplets2 < gnomedesktop < gnomenetstatus < gnomepanel < metacity < When i specify portupgrade -rR gnomedesktop the log is the next that i attach for you list! I hope for help Best Regards Ernesto Lira P.D. I m sorry by my bad english --=-jusQCb13DcX05TopeUp1 Content-Disposition: attachment; filename=logfile Content-Type: text/plain; name=logfile; charset=us-ascii Content-Transfer-Encoding: 7bit ===> gnomedesktop-2.10.2 depends on executable: gmake - found ===> gnomedesktop-2.10.2 depends on executable: bison - found ===> gnomedesktop-2.10.2 depends on file: /usr/local/bin/libtool15 - found ===> gnomedesktop-2.10.2 depends on file: /usr/local/bin/intltool-extract - found ===> gnomedesktop-2.10.2 depends on file: /usr/X11R6/libdata/pkgconfig/gnome-mime-data-2.0.pc - found ===> gnomedesktop-2.10.2 depends on executable: pkg-config - found ===> gnomedesktop-2.10.2 depends on shared library: esd.2 - found ===> gnomedesktop-2.10.2 depends on shared library: atk-1.0.901 - found ===> gnomedesktop-2.10.2 depends on shared library: gconf-2.5 - found ===> gnomedesktop-2.10.2 depends on shared library: glib-2.0.600 - found ===> gnomedesktop-2.10.2 depends on shared library: gnomevfs-2.1000 - found ===> gnomedesktop-2.10.2 depends on shared library: gtk-x11-2.0.600 - found ===> gnomedesktop-2.10.2 depends on shared library: art_lgpl_2.5 - found ===> gnomedesktop-2.10.2 depends on shared library: bonobo-2.0 - found ===> gnomedesktop-2.10.2 depends on shared library: bonoboui-2.0 - found ===> gnomedesktop-2.10.2 depends on shared library: glade-2.0.0 - found ===> gnomedesktop-2.10.2 depends on shared library: gnome-2.1000 - found ===> gnomedesktop-2.10.2 depends on shared library: gnomecanvas-2.1000 - found ===> gnomedesktop-2.10.2 depends on shared library: gnomeui-2.1000 - found ===> gnomedesktop-2.10.2 depends on shared library: IDL-2.0 - found ===> gnomedesktop-2.10.2 depends on shared library: xml2.5 - found ===> gnomedesktop-2.10.2 depends on shared library: xslt.2 - found ===> gnomedesktop-2.10.2 depends on shared library: linc.1 - found ===> gnomedesktop-2.10.2 depends on shared library: ORBit-2.0 - found ===> gnomedesktop-2.10.2 depends on shared library: pango-1.0.800 - found ===> gnomedesktop-2.10.2 depends on shared library: X11.6 - found ===> Configuring for gnomedesktop-2.10.2 checking for a BSD-compatible install... /usr/bin/install -c -o root -g wheel checking whether build environment is sane... yes checking for gawk... no checking for mawk... no checking for nawk... nawk checking whether gmake sets $(MAKE)... yes checking whether to enable maintainer-specific portions of Makefiles... no checking for perl... /usr/bin/perl checking for XML::Parser... configure: error: XML::Parser perl module is required for intltool ===> Script "configure" failed unexpectedly. Please direct the output of the failure of the make command to a file, and then feed that file to the gnomelogalyzer, available from http://www.freebsd.org/gnome/gnomelogalyzer.sh, which will diagnose the problem and suggest a solution. If - and only if - the gnomelogalyzer cannot solve the problem, report the problem to the FreeBSD GNOME team at gnome@FreeBSD.org, and attach "/usr/ports/x11/gnomedesktop/work/gnome-desktop-2.10.2/config.log" and the output of the failure of the 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/x11/gnomedesktop. --=-jusQCb13DcX05TopeUp1-- From owner-freebsd-gnome@FreeBSD.ORG Mon Jul 4 18:17:15 2005 Return-Path: X-Original-To: freebsd-gnome@freebsd.org 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 6D91616A41C for ; Mon, 4 Jul 2005 18:17:15 +0000 (GMT) (envelope-from ahze@ahze.net) Received: from imf22aec.mail.bellsouth.net (imf22aec.mail.bellsouth.net [205.152.59.70]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0283243D45 for ; Mon, 4 Jul 2005 18:17:14 +0000 (GMT) (envelope-from ahze@ahze.net) Received: from ibm65aec.bellsouth.net ([68.209.163.3]) by imf22aec.mail.bellsouth.net with ESMTP id <20050704181714.QFFJ2463.imf22aec.mail.bellsouth.net@ibm65aec.bellsouth.net> for ; Mon, 4 Jul 2005 14:17:14 -0400 Received: from [192.168.1.5] (really [68.209.163.3]) by ibm65aec.bellsouth.net with ESMTP id <20050704181709.EXR6485.ibm65aec.bellsouth.net@[192.168.1.5]>; Mon, 4 Jul 2005 14:17:09 -0400 In-Reply-To: <1120499683.11904.15.camel@netitux.ryt> References: <1120499683.11904.15.camel@netitux.ryt> Mime-Version: 1.0 (Apple Message framework v730) Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed Message-Id: <378A4E89-BAFA-4690-86E2-BB3727D14C21@ahze.net> Content-Transfer-Encoding: 7bit From: Michael Johnson Date: Mon, 4 Jul 2005 14:17:04 -0400 To: lira@terared.com X-Mailer: Apple Mail (2.730) Cc: freebsd-gnome@freebsd.org Subject: Re: cannot upgrade gnomedesktop X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.5 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, 04 Jul 2005 18:17:15 -0000 On Jul 4, 2005, at 1:54 PM, Ernesto A. Lira Castro wrote: > Hi list! > > I have a FreeBSD 5.4 with a cvsup done! > > But when im trying to update some ports, makes me a fail!!! > > the ports with problems are the following: > > eog < > fileroller < > gdm < > gnome-menus < > gnomeapplets2 < > gnomedesktop < > gnomenetstatus < > gnomepanel < > metacity < > > When i specify portupgrade -rR gnomedesktop the log is the next > that i > attach for you list! > > I hope for help > > Best Regards > > Ernesto Lira looks like you just upgraded perl, check out perl-after-upgrade(1) perl-after-upgrade -f > > P.D. I m sorry by my bad english > > > > _______________________________________________ > 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" > From owner-freebsd-gnome@FreeBSD.ORG Tue Jul 5 03:37:58 2005 Return-Path: X-Original-To: gnome@freebsd.org 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 71BA816A41C for ; Tue, 5 Jul 2005 03:37:58 +0000 (GMT) (envelope-from bobf@mrp3.com) Received: from pop06.mail.atl.earthlink.net (pop06.mail.atl.earthlink.net [207.69.200.40]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4A6CE43D48 for ; Tue, 5 Jul 2005 03:37:58 +0000 (GMT) (envelope-from bobf@mrp3.com) Received: from user-112v223.biz.mindspring.com ([66.47.136.67] helo=bobxp) by pop06.mail.atl.earthlink.net with smtp (Exim 3.36 #10) id 1DpeFx-0007RJ-00 for gnome@freebsd.org; Mon, 04 Jul 2005 23:37:57 -0400 Message-ID: <185e01c58112$fe651900$3f7aa8c0@bobxp> From: "Bob Frazier" To: Date: Mon, 4 Jul 2005 20:38:21 -0700 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2800.1506 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1506 Cc: Subject: misc/shared-mime-info does not have p5-XML-Parser as a dependency X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.5 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, 05 Jul 2005 03:37:58 -0000 The port misc/shared-mime-info does not have p5-XML-Parser as a dependency. If p5-XML-Parser is not installed, attempting to build the abovementioned port results in an error. From owner-freebsd-gnome@FreeBSD.ORG Tue Jul 5 04:10:27 2005 Return-Path: X-Original-To: gnome@freebsd.org 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 B87DE16A41C for ; Tue, 5 Jul 2005 04:10:27 +0000 (GMT) (envelope-from ahze@ahze.net) Received: from imf22aec.mail.bellsouth.net (imf22aec.mail.bellsouth.net [205.152.59.70]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4736543D45 for ; Tue, 5 Jul 2005 04:10:27 +0000 (GMT) (envelope-from ahze@ahze.net) Received: from ibm65aec.bellsouth.net ([68.209.163.3]) by imf22aec.mail.bellsouth.net with ESMTP id <20050705041026.FEGZ2463.imf22aec.mail.bellsouth.net@ibm65aec.bellsouth.net> for ; Tue, 5 Jul 2005 00:10:26 -0400 Received: from [192.168.1.5] (really [68.209.163.3]) by ibm65aec.bellsouth.net with ESMTP id <20050705041022.FSHL6485.ibm65aec.bellsouth.net@[192.168.1.5]>; Tue, 5 Jul 2005 00:10:22 -0400 In-Reply-To: <185e01c58112$fe651900$3f7aa8c0@bobxp> References: <185e01c58112$fe651900$3f7aa8c0@bobxp> Mime-Version: 1.0 (Apple Message framework v730) X-Priority: 3 Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed Message-Id: Content-Transfer-Encoding: 7bit From: Michael Johnson Date: Tue, 5 Jul 2005 00:10:16 -0400 To: "Bob Frazier" X-Mailer: Apple Mail (2.730) Cc: gnome@freebsd.org Subject: Re: misc/shared-mime-info does not have p5-XML-Parser as a dependency X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.5 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, 05 Jul 2005 04:10:27 -0000 On Jul 4, 2005, at 11:38 PM, Bob Frazier wrote: > The port > > misc/shared-mime-info > > does not have p5-XML-Parser as a dependency. If p5-XML-Parser is not > installed, attempting to build the abovementioned port results in > an error. it does, intltool depends on it.. if you're getting errors check out ports/UPDATING about perl being updated. (ie. the perl-after-upgrade program.) > > _______________________________________________ > 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" > From owner-freebsd-gnome@FreeBSD.ORG Tue Jul 5 16:46:52 2005 Return-Path: X-Original-To: gnome@FreeBSD.org 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 DE56916A41C for ; Tue, 5 Jul 2005 16:46:52 +0000 (GMT) (envelope-from kris@obsecurity.org) Received: from obsecurity.dyndns.org (CPE0050040655c8-CM00111ae02aac.cpe.net.cable.rogers.com [69.194.102.232]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5F66D43D45 for ; Tue, 5 Jul 2005 16:46:52 +0000 (GMT) (envelope-from kris@obsecurity.org) Received: by obsecurity.dyndns.org (Postfix, from userid 1000) id 5B5C85144F; Tue, 5 Jul 2005 12:46:51 -0400 (EDT) Date: Tue, 5 Jul 2005 12:46:51 -0400 From: Kris Kennaway To: gnome@FreeBSD.org Message-ID: <20050705164651.GA97195@xor.obsecurity.org> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="UugvWAfsgieZRqgk" Content-Disposition: inline User-Agent: Mutt/1.4.2.1i Cc: Subject: [ports-i386@FreeBSD.org: libgnome-java-2.10.1 failed on i386 5] X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.5 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, 05 Jul 2005 16:46:53 -0000 --UugvWAfsgieZRqgk Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable FYI; can you please investigate and/or report to the developers? If you are already aware of this problem but do not yet have a fix, please mark the port BROKEN in the appropriate case, so that users do not unexpectedly encounter it. See http://pointyhat.freebsd.org for the full log. Thanks, Kris ----- Forwarded message from User Ports-i386 ----- X-Original-To: kkenn@localhost Delivered-To: kkenn@localhost.obsecurity.org X-Original-To: kris@FreeBSD.org Delivered-To: kris@FreeBSD.org Date: Tue, 5 Jul 2005 16:22:18 GMT From: User Ports-i386 To: krion@FreeBSD.org, kris@FreeBSD.org Subject: libgnome-java-2.10.1 failed on i386 5 X-UIDL: OLS"!U!Z"!*C&!!;9_!! X-Bogosity: Ham, tests=3Dbogofilter, spamicity=3D0.000000, version=3D0.94.14 building libgnome-java-2.10.1 on gohan27.freebsd.org in directory /x/tmp/5/chroot/94468 maintained by: gnome@FreeBSD.org port directory: /usr/ports/x11/libgnome-java build started at Tue Jul 5 16:21:51 UTC 2005 FETCH_DEPENDS=3D PATCH_DEPENDS=3D EXTRACT_DEPENDS=3D BUILD_DEPENDS=3DORBit2-2.12.2.tbz atk-1.9.1.tbz bitstream-vera-1.10_1.tbz c= dparanoia-3.9.8_7.tbz docbook-sk-4.1.2_3.tbz docbook-xml-4.2_1.tbz docbook-= xsl-1.68.1.tbz esound-0.2.36.tbz expat-1.95.8_3.tbz fam-2.6.9_6.tbz fontcon= fig-2.2.3,1.tbz freetype2-2.1.9.tbz gconf2-2.10.0.tbz gettext-0.14.5.tbz gl= ib-2.6.5.tbz gmake-3.80_2.tbz gnome-icon-theme-2.10.1_1.tbz gnomehier-2.0_7= .tbz gnomekeyring-0.4.3.tbz gnomemimedata-2.4.2.tbz gnomevfs2-2.10.1.tbz gt= k-2.6.8.tbz hicolor-icon-theme-0.5.tbz howl-1.0.0.tbz intltool-0.33.tbz jav= avmwrapper-2.0_5.tbz jdk-1.4.2p7_1.tbz jpeg-6b_3.tbz libIDL-0.8.5_1.tbz lib= Xft-2.1.6_1.tbz libart_lgpl2-2.3.17.tbz libaudiofile-0.2.6.tbz libbonobo-2.= 8.1_1.tbz libbonoboui-2.8.1_2.tbz libglade2-2.5.1_2.tbz libgnome-2.10.0_1.t= bz libgnomecanvas-2.10.2_1.tbz libgnomeui-2.10.0_1.tbz libgtk-java-2.6.2_1.= tbz libiconv-1.9.2_1.tbz libtool-1.5.18.tbz libxml2-2.6.19.tbz libxslt-1.1.= 14.tbz linc-1.0.3_3.tbz p5-XML-Parser-2.34_1.tbz pango-1.8.1.tbz perl-5.8.7= .tbz pkgconfig-0. 17.2.tbz png-1.2.8_2.tbz popt-1.7.tbz python-2.4.1_1.tbz samba-libsmbclien= t-3.0.14a_2.tbz scrollkeeper-0.3.14_1,1.tbz sdocbook-xml-4.1.2.5_2.tbz shar= ed-mime-info-0.16_1.tbz startup-notification-0.8_1.tbz tiff-3.7.2.tbz urwfo= nts-1.0.tbz xmlcatmgr-2.2.tbz xorg-fonts-encodings-6.8.2.tbz xorg-fonts-tru= etype-6.8.2.tbz xorg-libraries-6.8.2.tbz RUN_DEPENDS=3DORBit2-2.12.2.tbz atk-1.9.1.tbz bitstream-vera-1.10_1.tbz cdp= aranoia-3.9.8_7.tbz docbook-sk-4.1.2_3.tbz docbook-xml-4.2_1.tbz docbook-xs= l-1.68.1.tbz esound-0.2.36.tbz expat-1.95.8_3.tbz fam-2.6.9_6.tbz fontconfi= g-2.2.3,1.tbz freetype2-2.1.9.tbz gconf2-2.10.0.tbz gettext-0.14.5.tbz glib= -2.6.5.tbz gnome-icon-theme-2.10.1_1.tbz gnomehier-2.0_7.tbz gnomekeyring-0= .4.3.tbz gnomemimedata-2.4.2.tbz gnomevfs2-2.10.1.tbz gtk-2.6.8.tbz hicolor= -icon-theme-0.5.tbz howl-1.0.0.tbz intltool-0.33.tbz javavmwrapper-2.0_5.tb= z jdk-1.4.2p7_1.tbz jpeg-6b_3.tbz libIDL-0.8.5_1.tbz libXft-2.1.6_1.tbz lib= art_lgpl2-2.3.17.tbz libaudiofile-0.2.6.tbz libbonobo-2.8.1_1.tbz libbonobo= ui-2.8.1_2.tbz libglade2-2.5.1_2.tbz libgnome-2.10.0_1.tbz libgnomecanvas-2= .10.2_1.tbz libgnomeui-2.10.0_1.tbz libgtk-java-2.6.2_1.tbz libiconv-1.9.2_= 1.tbz libxml2-2.6.19.tbz libxslt-1.1.14.tbz linc-1.0.3_3.tbz p5-XML-Parser-= 2.34_1.tbz pango-1.8.1.tbz perl-5.8.7.tbz pkgconfig-0.17.2.tbz png-1.2.8_2.= tbz popt-1.7.tbz=20 python-2.4.1_1.tbz samba-libsmbclient-3.0.14a_2.tbz scrollkeeper-0.3.14_1,= 1.tbz sdocbook-xml-4.1.2.5_2.tbz shared-mime-info-0.16_1.tbz startup-notifi= cation-0.8_1.tbz tiff-3.7.2.tbz urwfonts-1.0.tbz xmlcatmgr-2.2.tbz xorg-fon= ts-encodings-6.8.2.tbz xorg-fonts-truetype-6.8.2.tbz xorg-libraries-6.8.2.t= bz add_pkg =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=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> libgnome-java-2.10.1.tar.bz2 doesn't seem to exist in /tmp/distfiles/g= nome2. =3D> Attempting to fetch from ftp://ftp-master.freebsd.org/pub/FreeBSD/port= s/distfiles/gnome2/. fetch: ftp://ftp-master.freebsd.org/pub/FreeBSD/ports/distfiles/gnome2/libg= nome-java-2.10.1.tar.bz2: File unavailable (e.g., file not found, no access) =3D> Attempting to fetch from ftp://pointyhat.freebsd.org/pub/FreeBSD/distf= iles/gnome2/. fetch: ftp://pointyhat.freebsd.org/pub/FreeBSD/distfiles/gnome2/libgnome-ja= va-2.10.1.tar.bz2: File unavailable (e.g., file not found, no access) =3D> Attempting to fetch from ftp://ftp.belnet.be/mirror/ftp.gnome.org/sour= ces/libgnome-java/2.10/. libgnome-java-2.10.1.tar.bz2 341 kB 240 kBps =3D> Checksum OK for gnome2/libgnome-java-2.10.1.tar.bz2. =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=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 add_pkg =3D=3D=3D> Extracting for libgnome-java-2.10.1 =3D> Checksum OK for gnome2/libgnome-java-2.10.1.tar.bz2. =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=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 add_pkg =3D=3D=3D> Patching for libgnome-java-2.10.1 =3D=3D=3D> Applying FreeBSD patches for libgnome-java-2.10.1 1 out of 1 hunks failed--saving rejects to gnome2-java.pc.in.rej =3D> Patch patch-gnome2-java.pc.in failed to apply cleanly. =3D> Patch(es) patch-configure applied cleanly. *** Error code 1 Stop in /a/ports/x11/libgnome-java. =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 build ended at Tue Jul 5 16:22:15 UTC 2005 ----- End forwarded message ----- --UugvWAfsgieZRqgk Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.1 (FreeBSD) iD8DBQFCyrl6Wry0BWjoQKURArieAJ4t7ZfYq5HSlb9y/ii32ib4RWBaOgCgyp7m 6KTdZTE7l8Uv6HUCB6XqoN8= =uu+T -----END PGP SIGNATURE----- --UugvWAfsgieZRqgk-- From owner-freebsd-gnome@FreeBSD.ORG Wed Jul 6 08:06:32 2005 Return-Path: X-Original-To: freebsd-gnome@freebsd.org 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 5C59B16A41C for ; Wed, 6 Jul 2005 08:06:32 +0000 (GMT) (envelope-from chung@hslab.ees.saitama-u.ac.jp) Received: from techny.hslab.ees.saitama-u.ac.jp (techny.hslab.ees.saitama-u.ac.jp [133.38.1.14]) by mx1.FreeBSD.org (Postfix) with ESMTP id 23F4A43D46 for ; Wed, 6 Jul 2005 08:06:31 +0000 (GMT) (envelope-from chung@hslab.ees.saitama-u.ac.jp) Received: from localhost (positec1 [133.38.1.118]) by techny.hslab.ees.saitama-u.ac.jp (Postfix) with ESMTP id AEC7857DAB for ; Wed, 6 Jul 2005 17:06:29 +0900 (JST) Date: Wed, 6 Jul 2005 17:06:30 +0900 From: Huynh Van Chung To: freebsd-gnome@freebsd.org Message-Id: <20050706170630.2ba222aa.chung@hslab.ees.saitama-u.ac.jp> Organization: Saitama University X-Mailer: Sylpheed version 2.0.0beta3 (GTK+ 2.6.8; i386-portbld-freebsd5.4) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Subject: ATI driver error?? X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.5 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, 06 Jul 2005 08:06:32 -0000 Hi all, I updated my PC to xorg6.8.2 and gnome2.10 yesterday. But I have problem at ati driver in xorg.conf. But it worked fine at xorg6.7.0 My xorg.conf, xorg.error, and my pciconf is in this site. http://www.hslab.ees.saitama-u.ac.jp:8080/~chung/xorg/ Please help me. Thank you. Huynh Van Chung From owner-freebsd-gnome@FreeBSD.ORG Wed Jul 6 15:00:07 2005 Return-Path: X-Original-To: freebsd-gnome@freebsd.org 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 2EA1E16A41C for ; Wed, 6 Jul 2005 15:00:07 +0000 (GMT) (envelope-from jez@netcraft.com) Received: from beta.netcraft.com (beta.netcraft.com [195.92.95.67]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7ED7943D4C for ; Wed, 6 Jul 2005 15:00:06 +0000 (GMT) (envelope-from jez@netcraft.com) Received: from chagford.netcraft.com (chagford.netcraft.com [195.92.95.48]) by beta.netcraft.com (8.13.3/8.12.10) with ESMTP id j66F04bt060137 for ; Wed, 6 Jul 2005 16:00:04 +0100 (BST) (envelope-from jez@netcraft.com) From: Jeremy Prior To: freebsd-gnome@freebsd.org Content-Type: text/plain Organization: Netcraft Ltd Date: Wed, 06 Jul 2005 16:00:03 +0100 Message-Id: <1120662003.1115.41.camel@chagford.netcraft.com> Mime-Version: 1.0 X-Mailer: Evolution 2.2.3 FreeBSD GNOME Team Port Content-Transfer-Encoding: 7bit Subject: Deer Park (Firefox 1.1) X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.5 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, 06 Jul 2005 15:00:07 -0000 What's the easiest way to get a Firefox 1.1 (Deer Park) binary for FreeBSD-5 STABLE? I know that it's possible to check out a copy of Marcus' CVS repository and patch a local CVS repository / /usr/ports, but I don't want to have to install a whole new Gnome just to get FF1.1. Is it possible to get and build just the new Firefox port in isolation? Alternatively, has anyone managed to build it on Gnome-2.10 that could ship me a binary? I'd rather not have to use the Windows version to do development... :-) Cheers, jez -- Jeremy Prior http://www.netcraft.com/ Netcraft Ltd, Treenwood Ho, Rowden La, Bradford-on-Avon, BA15 2AZ. UK Tel: +44-1225-867111 (switchboard) Fax: +44-8700-517767 From owner-freebsd-gnome@FreeBSD.ORG Wed Jul 6 22:01:52 2005 Return-Path: X-Original-To: freebsd-gnome@freebsd.org 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 0108A16A429 for ; Wed, 6 Jul 2005 22:01:51 +0000 (GMT) (envelope-from piotr.smyrak@heron.pl) Received: from sys.heron.com.pl (sys.heron.com.pl [195.117.24.6]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2D97043D46 for ; Wed, 6 Jul 2005 22:01:50 +0000 (GMT) (envelope-from piotr.smyrak@heron.pl) Received: from localhost ([127.0.0.1] helo=poczta.heron.pl) by sys.heron.com.pl with esmtp (Exim 4.23) id 1DqHtX-0000XM-H1; Wed, 06 Jul 2005 23:57:27 +0200 From: piotr.smyrak@heron.pl To: Jeremy Prior Date: Wed, 6 Jul 2005 23:57:27 +0200 Message-Id: <20050706215727.M83908@heron.pl> In-Reply-To: <1120662003.1115.41.camel@chagford.netcraft.com> References: <1120662003.1115.41.camel@chagford.netcraft.com> X-Mailer: WebMail at HERON 2.32 20040813 X-OriginatingIP: 217.28.154.44 (smyru) MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-2 Cc: freebsd-gnome@freebsd.org Subject: Re: Deer Park (Firefox 1.1) X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.5 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, 06 Jul 2005 22:01:52 -0000 On Wed, 06 Jul 2005 16:00:03 +0100, Jeremy Prior wrote > What's the easiest way to get a Firefox 1.1 (Deer Park) > binary for FreeBSD-5 STABLE? > > I know that it's possible to check out a copy of Marcus' > CVS repository and patch a local CVS repository / > /usr/ports, but I don't want to have to install a whole > new Gnome just to get FF1.1. Is it possible to get and > build just the new Firefox port in isolation? > > Alternatively, has anyone managed to build it on Gnome- > 2.10 that could ship me a binary? I'd rather not have to > use the Windows version to do development... :-) I think you can just download from marcus cvsweb interface the ports skeleton (Makefile at al.) and built it yourself as any other application. Just place it all together in a directory and run the old good make install clean. http://www.marcuscom.com:8080/cgi-bin/cvsweb.cgi/ports/www/firefox/ HTH, -- Piotr Smyrak piotr.smyrak@heron.pl From owner-freebsd-gnome@FreeBSD.ORG Wed Jul 6 23:29:03 2005 Return-Path: X-Original-To: freebsd-gnome@freebsd.org 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 0DB9E16A41C for ; Wed, 6 Jul 2005 23:29:03 +0000 (GMT) (envelope-from martinkov@pobox.sk) Received: from smtp.dkm.cz (smtp.dkm.cz [62.24.64.34]) by mx1.FreeBSD.org (Postfix) with SMTP id 36AA443D46 for ; Wed, 6 Jul 2005 23:29:01 +0000 (GMT) (envelope-from martinkov@pobox.sk) Received: (qmail 45985 invoked by uid 0); 6 Jul 2005 23:29:00 -0000 Received: from r4aq17.chello.upc.cz (HELO ?84.42.170.17?) (84.42.170.17) by smtp.dkm.cz with SMTP; 6 Jul 2005 23:29:00 -0000 Message-ID: <42CC693C.2060500@pobox.sk> Date: Thu, 07 Jul 2005 01:29:00 +0200 From: martinko User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.7.8) Gecko/20050520 X-Accept-Language: sk, cs, en-gb, en-us, en MIME-Version: 1.0 To: freebsd-gnome@freebsd.org Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Subject: epiphany extensions do not seem to work X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.5 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, 06 Jul 2005 23:29:03 -0000 hello, i've just compiled and installed epiphany-extensions from the ports collection. now i have tools->extensions menu and i'm trying to get mouse gestures to work. i don't know how, though -- i have the check box checked but nothing is happening. no gestures. no configuration visible anywhere. are the extensions supposed to work? and if so, what am i missing, pls? cheers, martin ps: pls cc me, i'm not on the list. thx. From owner-freebsd-gnome@FreeBSD.ORG Thu Jul 7 08:50:40 2005 Return-Path: X-Original-To: freebsd-gnome@freebsd.org 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 76B6A16A41C for ; Thu, 7 Jul 2005 08:50:40 +0000 (GMT) (envelope-from jez@netcraft.com) Received: from beta.netcraft.com (beta.netcraft.com [195.92.95.67]) by mx1.FreeBSD.org (Postfix) with ESMTP id BABD143D45 for ; Thu, 7 Jul 2005 08:50:39 +0000 (GMT) (envelope-from jez@netcraft.com) Received: from chagford.netcraft.com (chagford.netcraft.com [195.92.95.48]) by beta.netcraft.com (8.13.3/8.12.10) with ESMTP id j678oWbf097632; Thu, 7 Jul 2005 09:50:34 +0100 (BST) (envelope-from jez@netcraft.com) From: Jeremy Prior To: piotr.smyrak@heron.pl In-Reply-To: <20050706215727.M83908@heron.pl> References: <1120662003.1115.41.camel@chagford.netcraft.com> <20050706215727.M83908@heron.pl> Content-Type: text/plain Organization: Netcraft Ltd Date: Thu, 07 Jul 2005 09:50:31 +0100 Message-Id: <1120726231.1045.9.camel@chagford.netcraft.com> Mime-Version: 1.0 X-Mailer: Evolution 2.2.3 FreeBSD GNOME Team Port Content-Transfer-Encoding: 7bit Cc: freebsd-gnome@freebsd.org Subject: Re: Deer Park (Firefox 1.1) X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.5 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, 07 Jul 2005 08:50:40 -0000 On Wed, 2005-07-06 at 23:57 +0200, piotr.smyrak@heron.pl wrote: > I think you can just download from marcus cvsweb interface the ports > skeleton (Makefile at al.) and built it yourself as any other > application. Just place it all together in a directory and run the > old good make install clean. > > http://www.marcuscom.com:8080/cgi-bin/cvsweb.cgi/ports/www/firefox/ You are absolutely right - thanks! I should have tried this rather than just assuming that it wouldn't work :-) It would be nice if I could get the two versions to co-exist (I've deinstalled 1.0.4 for the moment), but I can live with the inconvenience. Cheers, jez -- Jeremy Prior http://www.netcraft.com/ Netcraft Ltd, Treenwood Ho, Rowden La, Bradford-on-Avon, BA15 2AZ. UK Tel: +44-1225-867111 (switchboard) Fax: +44-8700-517767 From owner-freebsd-gnome@FreeBSD.ORG Thu Jul 7 10:37:21 2005 Return-Path: X-Original-To: freebsd-gnome@freebsd.org 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 F050916A41C for ; Thu, 7 Jul 2005 10:37:21 +0000 (GMT) (envelope-from piotr.smyrak@heron.pl) Received: from sys.heron.com.pl (sys.heron.com.pl [195.117.24.6]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8B6CD43D46 for ; Thu, 7 Jul 2005 10:37:20 +0000 (GMT) (envelope-from piotr.smyrak@heron.pl) Received: from localhost ([127.0.0.1] helo=poczta.heron.pl) by sys.heron.com.pl with esmtp (Exim 4.23) id 1DqTgW-000EQk-Iv; Thu, 07 Jul 2005 12:32:48 +0200 From: piotr.smyrak@heron.pl To: Jeremy Prior Date: Thu, 7 Jul 2005 12:32:48 +0200 Message-Id: <20050707103218.M77539@heron.pl> In-Reply-To: <1120726231.1045.9.camel@chagford.netcraft.com> References: <1120662003.1115.41.camel@chagford.netcraft.com> <20050706215727.M83908@heron.pl> <1120726231.1045.9.camel@chagford.netcraft.com> X-Mailer: WebMail at HERON 2.32 20040813 X-OriginatingIP: 217.28.155.68 (smyru) MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-2 Cc: freebsd-gnome@freebsd.org Subject: Re: Deer Park (Firefox 1.1) X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.5 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, 07 Jul 2005 10:37:22 -0000 On Thu, 07 Jul 2005 09:50:31 +0100, Jeremy Prior wrote > On Wed, 2005-07-06 at 23:57 +0200, piotr.smyrak@heron.pl wrote: > > I think you can just download from marcus cvsweb interface the ports > > skeleton (Makefile at al.) and built it yourself as any other > > application. Just place it all together in a directory and run the > > old good make install clean. > > > > http://www.marcuscom.com:8080/cgi-bin/cvsweb.cgi/ports/www/ firefox/ > > You are absolutely right - thanks! I should have tried > this rather than just assuming that it wouldn't work :-) > > It would be nice if I could get the two versions to co- > exist (I've deinstalled 1.0.4 for the moment), but I can > live with the inconvenience. PREFIX is your friend. -- Piotr Smyrak piotr.smyrak@heron.pl From owner-freebsd-gnome@FreeBSD.ORG Fri Jul 8 04:51:04 2005 Return-Path: X-Original-To: gnome@hub.freebsd.org 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 B1F4D16A41F; Fri, 8 Jul 2005 04:51:04 +0000 (GMT) (envelope-from ahze@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7712043D48; Fri, 8 Jul 2005 04:51:04 +0000 (GMT) (envelope-from ahze@FreeBSD.org) Received: from freefall.freebsd.org (ahze@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.3/8.13.3) with ESMTP id j684p4U5092573; Fri, 8 Jul 2005 04:51:04 GMT (envelope-from ahze@freefall.freebsd.org) Received: (from ahze@localhost) by freefall.freebsd.org (8.13.3/8.13.1/Submit) id j684p38O092569; Fri, 8 Jul 2005 04:51:03 GMT (envelope-from ahze) Date: Fri, 8 Jul 2005 04:51:03 GMT From: Michael Johnson Message-Id: <200507080451.j684p38O092569@freefall.freebsd.org> To: quakelee@geekcn.org, ahze@FreeBSD.org, gnome@FreeBSD.org Cc: Subject: Re: ports/78286: [PATCH] Add support for multilang for www/firefox X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.5 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, 08 Jul 2005 04:51:04 -0000 Synopsis: [PATCH] Add support for multilang for www/firefox State-Changed-From-To: open->closed State-Changed-By: ahze State-Changed-When: Fri Jul 8 04:49:14 GMT 2005 State-Changed-Why: We went with the plugin based install (see http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/83048 ) Thanks for submitting though. http://www.freebsd.org/cgi/query-pr.cgi?pr=78286 From owner-freebsd-gnome@FreeBSD.ORG Fri Jul 8 04:51:58 2005 Return-Path: X-Original-To: gnome@hub.freebsd.org 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 69F9A16A41F; Fri, 8 Jul 2005 04:51:58 +0000 (GMT) (envelope-from ahze@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2FC0743D45; Fri, 8 Jul 2005 04:51:58 +0000 (GMT) (envelope-from ahze@FreeBSD.org) Received: from freefall.freebsd.org (ahze@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.3/8.13.3) with ESMTP id j684pwYk092618; Fri, 8 Jul 2005 04:51:58 GMT (envelope-from ahze@freefall.freebsd.org) Received: (from ahze@localhost) by freefall.freebsd.org (8.13.3/8.13.1/Submit) id j684pwpV092614; Fri, 8 Jul 2005 04:51:58 GMT (envelope-from ahze) Date: Fri, 8 Jul 2005 04:51:58 GMT From: Michael Johnson Message-Id: <200507080451.j684pwpV092614@freefall.freebsd.org> To: quakelee@geekcn.org, ahze@FreeBSD.org, gnome@FreeBSD.org Cc: Subject: Re: ports/78287: [NEW PORT] chinese/firefox-zh_CN, firefox simplified chinese version X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.5 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, 08 Jul 2005 04:51:58 -0000 Synopsis: [NEW PORT] chinese/firefox-zh_CN, firefox simplified chinese version State-Changed-From-To: open->closed State-Changed-By: ahze State-Changed-When: Fri Jul 8 04:51:19 GMT 2005 State-Changed-Why: We went with the plugin install. Thanks for submitting though. ports/83049 http://www.freebsd.org/cgi/query-pr.cgi?pr=78287 From owner-freebsd-gnome@FreeBSD.ORG Fri Jul 8 04:52:41 2005 Return-Path: X-Original-To: gnome@hub.freebsd.org 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 0425D16A41F; Fri, 8 Jul 2005 04:52:41 +0000 (GMT) (envelope-from ahze@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id BD8CD43D46; Fri, 8 Jul 2005 04:52:40 +0000 (GMT) (envelope-from ahze@FreeBSD.org) Received: from freefall.freebsd.org (ahze@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.3/8.13.3) with ESMTP id j684qeWo092662; Fri, 8 Jul 2005 04:52:40 GMT (envelope-from ahze@freefall.freebsd.org) Received: (from ahze@localhost) by freefall.freebsd.org (8.13.3/8.13.1/Submit) id j684qetL092658; Fri, 8 Jul 2005 04:52:40 GMT (envelope-from ahze) Date: Fri, 8 Jul 2005 04:52:40 GMT From: Michael Johnson Message-Id: <200507080452.j684qetL092658@freefall.freebsd.org> To: quakelee@geekcn.org, ahze@FreeBSD.org, gnome@FreeBSD.org Cc: Subject: Re: ports/78288: [NEW PORT] chinese/firefox-zh_TW, firefox traditional chinese version X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.5 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, 08 Jul 2005 04:52:41 -0000 Synopsis: [NEW PORT] chinese/firefox-zh_TW, firefox traditional chinese version State-Changed-From-To: open->closed State-Changed-By: ahze State-Changed-When: Fri Jul 8 04:52:10 GMT 2005 State-Changed-Why: We went with the plugin based install. Thanks for submitting though. http://www.freebsd.org/cgi/query-pr.cgi?pr=78288 From owner-freebsd-gnome@FreeBSD.ORG Fri Jul 8 04:54:52 2005 Return-Path: X-Original-To: gnome@hub.freebsd.org 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 B497D16A41F; Fri, 8 Jul 2005 04:54:52 +0000 (GMT) (envelope-from ahze@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 687B743D48; Fri, 8 Jul 2005 04:54:52 +0000 (GMT) (envelope-from ahze@FreeBSD.org) Received: from freefall.freebsd.org (ahze@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.3/8.13.3) with ESMTP id j684sqj6092715; Fri, 8 Jul 2005 04:54:52 GMT (envelope-from ahze@freefall.freebsd.org) Received: (from ahze@localhost) by freefall.freebsd.org (8.13.3/8.13.1/Submit) id j684sqeO092711; Fri, 8 Jul 2005 04:54:52 GMT (envelope-from ahze) Date: Fri, 8 Jul 2005 04:54:52 GMT From: Michael Johnson Message-Id: <200507080454.j684sqeO092711@freefall.freebsd.org> To: quakelee@geekcn.org, ahze@FreeBSD.org, gnome@FreeBSD.org Cc: Subject: Re: ports/78289: [NEW PORT] japanese/firefox-ja_JP, firefox japanese version X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.5 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, 08 Jul 2005 04:54:52 -0000 Synopsis: [NEW PORT] japanese/firefox-ja_JP, firefox japanese version State-Changed-From-To: open->closed State-Changed-By: ahze State-Changed-When: Fri Jul 8 04:52:49 GMT 2005 State-Changed-Why: We would like to stay with the plugin based install instead of master/slave firefox plugins. if you would still like to have this in ports please check out chinese/firefox-zh_TW and resubmit this as a plugin port. Thanks for all your efforts! http://www.freebsd.org/cgi/query-pr.cgi?pr=78289 From owner-freebsd-gnome@FreeBSD.ORG Fri Jul 8 05:18:01 2005 Return-Path: X-Original-To: gnome@hub.freebsd.org 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 D0C1816A41C; Fri, 8 Jul 2005 05:18:01 +0000 (GMT) (envelope-from marcus@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9672343D45; Fri, 8 Jul 2005 05:18:01 +0000 (GMT) (envelope-from marcus@FreeBSD.org) Received: from freefall.freebsd.org (marcus@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.3/8.13.3) with ESMTP id j685I1w7097566; Fri, 8 Jul 2005 05:18:01 GMT (envelope-from marcus@freefall.freebsd.org) Received: (from marcus@localhost) by freefall.freebsd.org (8.13.3/8.13.1/Submit) id j685I18X097562; Fri, 8 Jul 2005 05:18:01 GMT (envelope-from marcus) Date: Fri, 8 Jul 2005 05:18:01 GMT From: Joe Marcus Clarke Message-Id: <200507080518.j685I18X097562@freefall.freebsd.org> To: john@mcaree.org, marcus@FreeBSD.org, gnome@FreeBSD.org Cc: Subject: Re: ports/82247: mail/thunderbird menu icon location incorrect X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.5 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, 08 Jul 2005 05:18:01 -0000 Synopsis: mail/thunderbird menu icon location incorrect State-Changed-From-To: open->closed State-Changed-By: marcus State-Changed-When: Fri Jul 8 05:17:45 GMT 2005 State-Changed-Why: Dup of 80937. http://www.freebsd.org/cgi/query-pr.cgi?pr=82247 From owner-freebsd-gnome@FreeBSD.ORG Fri Jul 8 05:22:47 2005 Return-Path: X-Original-To: gnome@hub.freebsd.org 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 5463316A41F; Fri, 8 Jul 2005 05:22:47 +0000 (GMT) (envelope-from marcus@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1700243D46; Fri, 8 Jul 2005 05:22:47 +0000 (GMT) (envelope-from marcus@FreeBSD.org) Received: from freefall.freebsd.org (marcus@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.3/8.13.3) with ESMTP id j685MkFf097775; Fri, 8 Jul 2005 05:22:46 GMT (envelope-from marcus@freefall.freebsd.org) Received: (from marcus@localhost) by freefall.freebsd.org (8.13.3/8.13.1/Submit) id j685Mk0p097771; Fri, 8 Jul 2005 05:22:46 GMT (envelope-from marcus) Date: Fri, 8 Jul 2005 05:22:46 GMT From: Joe Marcus Clarke Message-Id: <200507080522.j685Mk0p097771@freefall.freebsd.org> To: sa2c@sa2c.net, marcus@FreeBSD.org, gnome@FreeBSD.org Cc: Subject: Re: ports/80937: mail/thunderbird: incorrect icon location in .desktop X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.5 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, 08 Jul 2005 05:22:47 -0000 Synopsis: mail/thunderbird: incorrect icon location in .desktop State-Changed-From-To: open->closed State-Changed-By: marcus State-Changed-When: Fri Jul 8 05:22:36 GMT 2005 State-Changed-Why: Committed, thanks! http://www.freebsd.org/cgi/query-pr.cgi?pr=80937 From owner-freebsd-gnome@FreeBSD.ORG Fri Jul 8 05:24:01 2005 Return-Path: X-Original-To: gnome@hub.freebsd.org 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 11C0A16A41F; Fri, 8 Jul 2005 05:24:01 +0000 (GMT) (envelope-from marcus@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id C80EC43D45; Fri, 8 Jul 2005 05:24:00 +0000 (GMT) (envelope-from marcus@FreeBSD.org) Received: from freefall.freebsd.org (marcus@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.3/8.13.3) with ESMTP id j685O0LD098583; Fri, 8 Jul 2005 05:24:00 GMT (envelope-from marcus@freefall.freebsd.org) Received: (from marcus@localhost) by freefall.freebsd.org (8.13.3/8.13.1/Submit) id j685O0wP098579; Fri, 8 Jul 2005 05:24:00 GMT (envelope-from marcus) Date: Fri, 8 Jul 2005 05:24:00 GMT From: Joe Marcus Clarke Message-Id: <200507080524.j685O0wP098579@freefall.freebsd.org> To: rafan@infor.org, marcus@FreeBSD.org, gnome@FreeBSD.org Cc: Subject: Re: ports/80705: [PATCH] converters/libiconv: includes a patch for Big5 X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.5 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, 08 Jul 2005 05:24:01 -0000 Synopsis: [PATCH] converters/libiconv: includes a patch for Big5 State-Changed-From-To: open->feedback State-Changed-By: marcus State-Changed-When: Fri Jul 8 05:23:00 GMT 2005 State-Changed-Why: This PR is awaiting on feedback from the submitter as to how to resolve a list of problems with the attached patch. http://www.freebsd.org/cgi/query-pr.cgi?pr=80705 From owner-freebsd-gnome@FreeBSD.ORG Sat Jul 9 02:07:07 2005 Return-Path: X-Original-To: gnome@FreeBSD.org 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 F061116A41C for ; Sat, 9 Jul 2005 02:07:07 +0000 (GMT) (envelope-from kris@obsecurity.org) Received: from obsecurity.dyndns.org (CPE0050040655c8-CM00111ae02aac.cpe.net.cable.rogers.com [69.194.102.232]) by mx1.FreeBSD.org (Postfix) with ESMTP id B3A9643D45 for ; Sat, 9 Jul 2005 02:06:54 +0000 (GMT) (envelope-from kris@obsecurity.org) Received: by obsecurity.dyndns.org (Postfix, from userid 1000) id 9B5C551419; Fri, 8 Jul 2005 22:06:48 -0400 (EDT) Date: Fri, 8 Jul 2005 22:06:48 -0400 From: Kris Kennaway To: gnome@FreeBSD.org Message-ID: <20050709020647.GO86459@xor.obsecurity.org> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="rZHzn+A9B7nBTGyj" Content-Disposition: inline User-Agent: Mutt/1.4.2.1i Cc: Subject: [ports-i386@FreeBSD.org: gnome-backgrounds-2.10.2 failed on i386 6] X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.5 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, 09 Jul 2005 02:07:08 -0000 --rZHzn+A9B7nBTGyj Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable FYI; can you please investigate and/or report to the developers? If you are already aware of this problem but do not yet have a fix, please mark the port BROKEN in the appropriate case, so that users do not unexpectedly encounter it. See http://pointyhat.freebsd.org for the full log. Thanks, Kris ----- Forwarded message from User Ports-i386 ----- X-Original-To: kkenn@localhost Delivered-To: kkenn@localhost.obsecurity.org X-Original-To: kris@FreeBSD.org Delivered-To: kris@FreeBSD.org Date: Fri, 8 Jul 2005 22:27:05 GMT From: User Ports-i386 To: krion@FreeBSD.org, kris@FreeBSD.org Subject: gnome-backgrounds-2.10.2 failed on i386 6 X-UIDL: diZ!!Z01!!\n7!!@Nb!! X-Bogosity: Ham, tests=3Dbogofilter, spamicity=3D0.000000, version=3D0.94.14 building gnome-backgrounds-2.10.2 on gohan28.freebsd.org in directory /x/tmp/6/chroot/33811 maintained by: gnome@FreeBSD.org port directory: /usr/ports/x11-themes/gnome-backgrounds build started at Fri Jul 8 22:22:45 UTC 2005 FETCH_DEPENDS=3D PATCH_DEPENDS=3D EXTRACT_DEPENDS=3D BUILD_DEPENDS=3Dexpat-1.95.8_3.tbz fontconfig-2.2.3,1.tbz freetype2-2.1.9.t= bz gettext-0.14.5.tbz gmake-3.80_2.tbz intltool-0.33.tbz libiconv-1.9.2_1.t= bz p5-XML-Parser-2.34_1.tbz perl-5.8.7.tbz pkgconfig-0.17.2.tbz xorg-librar= ies-6.8.2.tbz RUN_DEPENDS=3Dexpat-1.95.8_3.tbz fontconfig-2.2.3,1.tbz freetype2-2.1.9.tbz= gnomehier-2.0_7.tbz pkgconfig-0.17.2.tbz xorg-libraries-6.8.2.tbz add_pkg =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=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> gnome-backgrounds-2.10.2.tar.bz2 doesn't seem to exist in /tmp/distfil= es/gnome2. =3D> Attempting to fetch from ftp://ftp.belnet.be/mirror/ftp.gnome.org/sour= ces/gnome-backgrounds/2.10/. gnome-backgrounds-2.10.2.tar.bz2 2211 kB 330 kBps =3D> Checksum OK for gnome2/gnome-backgrounds-2.10.2.tar.bz2. =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=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 add_pkg =3D=3D=3D> Extracting for gnome-backgrounds-2.10.2 =3D> Checksum OK for gnome2/gnome-backgrounds-2.10.2.tar.bz2. =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=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 add_pkg =3D=3D=3D> Patching for gnome-backgrounds-2.10.2 =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=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 add_pkg expat-1.95.8_3.tbz fontconfig-2.2.3,1.tbz freetype2-2.1.9.tbz gette= xt-0.14.5.tbz gmake-3.80_2.tbz intltool-0.33.tbz libiconv-1.9.2_1.tbz p5-XM= L-Parser-2.34_1.tbz perl-5.8.7.tbz pkgconfig-0.17.2.tbz xorg-libraries-6.8.= 2.tbz adding dependencies pkg_add expat-1.95.8_3.tbz pkg_add fontconfig-2.2.3,1.tbz Running fc-cache to build fontconfig cache... fc-cache: "/usr/X11R6/lib/X11/fonts": caching, 0 fonts, 1 dirs fc-cache: "/usr/X11R6/lib/X11/fonts/local": caching, 0 fonts, 0 dirs fc-cache: "/root/.fonts": skipping, no such directory fc-cache: succeeded pkg_add freetype2-2.1.9.tbz skipping freetype2-2.1.9, already added pkg_add gettext-0.14.5.tbz pkg_add gmake-3.80_2.tbz pkg_add intltool-0.33.tbz Removing stale symlinks from /usr/bin... Skipping /usr/bin/perl Skipping /usr/bin/perl5 Done. Creating various symlinks in /usr/bin... Symlinking /usr/local/bin/perl5.8.7 to /usr/bin/perl Symlinking /usr/local/bin/perl5.8.7 to /usr/bin/perl5 Done. Cleaning up /etc/make.conf... Done. Spamming /etc/make.conf... Done. Cleaning up /etc/manpath.config... Done. Spamming /etc/manpath.config... Done. pkg_add libiconv-1.9.2_1.tbz skipping libiconv-1.9.2_1, already added pkg_add p5-XML-Parser-2.34_1.tbz skipping p5-XML-Parser-2.34_1, already added pkg_add perl-5.8.7.tbz skipping perl-5.8.7, already added pkg_add pkgconfig-0.17.2.tbz skipping pkgconfig-0.17.2, already added pkg_add xorg-libraries-6.8.2.tbz =3D=3D=3D> gnome-backgrounds-2.10.2 depends on executable: gmake - found =3D=3D=3D> gnome-backgrounds-2.10.2 depends on file: /usr/local/bin/intlt= ool-extract - found =3D=3D=3D> gnome-backgrounds-2.10.2 depends on shared library: X11.6 - fo= und =3D=3D=3D> Configuring for gnome-backgrounds-2.10.2 checking for a BSD-compatible install... /usr/bin/install -c -o root -g whe= el checking whether build environment is sane... yes checking whether gmake sets $(MAKE)... yes checking for working aclocal-1.4... missing checking for working autoconf... missing checking for working automake-1.4... missing checking for working autoheader... missing checking for working makeinfo... found checking for gcc... cc checking for C compiler default output file name... a.out checking whether the C compiler works... yes checking whether we are cross compiling... no checking for suffix of executables...=20 checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether cc accepts -g... yes checking for cc option to accept ANSI C... none needed checking how to run the C preprocessor... cc -E checking for egrep... grep -E checking for ANSI C header files... yes checking for sys/types.h... yes checking for sys/stat.h... yes checking for stdlib.h... yes checking for string.h... yes checking for memory.h... yes checking for strings.h... yes checking for inttypes.h... yes checking for stdint.h... yes checking for unistd.h... yes checking locale.h usability... yes checking locale.h presence... yes checking for locale.h... yes checking for LC_MESSAGES... yes checking libintl.h usability... yes checking libintl.h presence... yes checking for libintl.h... yes checking for ngettext in libc... no checking for bindtextdomain in -lintl... yes checking for ngettext in -lintl... yes checking for dgettext in -lintl... yes checking for bind_textdomain_codeset... yes checking for msgfmt... /usr/local/bin/msgfmt checking for dcgettext... yes checking for gmsgfmt... /usr/local/bin/msgfmt checking for xgettext... /usr/local/bin/xgettext checking for catalogs to be installed... ar bg ca cs cy da de el en_CA en_= GB es et fa fi fr gl gu hi hu id it ja ko ku lt nb ne nl no pa pl pt pt_BR = ro rw sk sl sq sr sr@Latn sv te th tr uk vi zh_CN zh_TW checking for intltool >=3D 0.23... 0.33 found checking for perl... /usr/bin/perl checking for XML::Parser... ok checking for iconv... /usr/local/bin/iconv checking for msgfmt... /usr/local/bin/msgfmt checking for msgmerge... /usr/local/bin/msgmerge checking for xgettext... /usr/local/bin/xgettext checking whether to enable maintainer-specific portions of Makefiles... no configure: creating ./config.status config.status: creating Makefile config.status: creating po/Makefile.in config.status: creating branded/Makefile config.status: creating tiles/Makefile config.status: creating translucent/Makefile config.status: creating po/Makefile config.status: executing default-1 commands config.status: executing intltool commands =3D=3D=3D> Building for gnome-backgrounds-2.10.2 Making all in branded gmake[1]: Entering directory `/work/a/ports/x11-themes/gnome-backgrounds/wo= rk/gnome-backgrounds-2.10.2/branded' sed -e 's^\@datadir\@^/usr/X11R6/share/gnome^g' < ./gnome-branded.xml.in.in= > gnome-branded.xml.in.tmp \ && mv gnome-branded.xml.in.tmp gnome-branded.xml.in LC_ALL=3DC ../intltool-merge -x -u -c ../po/.intltool-merge-cache ../po gno= me-branded.xml.in gnome-branded.xml Generating and caching the translation database WARNING: ../po/fi.po is not in UTF-8 but ISO-8859-1, converting... Merging translations into gnome-branded.xml. CREATED gnome-branded.xml gmake[1]: Leaving directory `/work/a/ports/x11-themes/gnome-backgrounds/wor= k/gnome-backgrounds-2.10.2/branded' Making all in tiles gmake[1]: Entering directory `/work/a/ports/x11-themes/gnome-backgrounds/wo= rk/gnome-backgrounds-2.10.2/tiles' sed -e 's^\@datadir\@^/usr/X11R6/share/gnome^g' < ./gnome-tiles.xml.in.in >= gnome-tiles.xml.in.tmp \ && mv gnome-tiles.xml.in.tmp gnome-tiles.xml.in LC_ALL=3DC ../intltool-merge -x -u -c ../po/.intltool-merge-cache ../po gno= me-tiles.xml.in gnome-tiles.xml Found cached translation database Merging translations into gnome-tiles.xml. CREATED gnome-tiles.xml gmake[1]: Leaving directory `/work/a/ports/x11-themes/gnome-backgrounds/wor= k/gnome-backgrounds-2.10.2/tiles' Making all in translucent gmake[1]: Entering directory `/work/a/ports/x11-themes/gnome-backgrounds/wo= rk/gnome-backgrounds-2.10.2/translucent' sed -e 's^\@datadir\@^/usr/X11R6/share/gnome^g' < ./gnome-translucent.xml.i= n.in > gnome-translucent.xml.in.tmp \ && mv gnome-translucent.xml.in.tmp gnome-translucent.xml.in LC_ALL=3DC ../intltool-merge -x -u -c ../po/.intltool-merge-cache ../po gno= me-translucent.xml.in gnome-translucent.xml Found cached translation database Merging translations into gnome-translucent.xml. CREATED gnome-translucent.xml gmake[1]: Leaving directory `/work/a/ports/x11-themes/gnome-backgrounds/wor= k/gnome-backgrounds-2.10.2/translucent' Making all in po gmake[1]: Entering directory `/work/a/ports/x11-themes/gnome-backgrounds/wo= rk/gnome-backgrounds-2.10.2/po' gmake[1]: Nothing to be done for `all'. gmake[1]: Leaving directory `/work/a/ports/x11-themes/gnome-backgrounds/wor= k/gnome-backgrounds-2.10.2/po' gmake[1]: Entering directory `/work/a/ports/x11-themes/gnome-backgrounds/wo= rk/gnome-backgrounds-2.10.2' gmake[1]: Nothing to be done for `all-am'. gmake[1]: Leaving directory `/work/a/ports/x11-themes/gnome-backgrounds/wor= k/gnome-backgrounds-2.10.2' =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=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 add_pkg expat-1.95.8_3.tbz fontconfig-2.2.3,1.tbz freetype2-2.1.9.tbz gnome= hier-2.0_7.tbz pkgconfig-0.17.2.tbz xorg-libraries-6.8.2.tbz adding dependencies pkg_add expat-1.95.8_3.tbz skipping expat-1.95.8_3, already added pkg_add fontconfig-2.2.3,1.tbz skipping fontconfig-2.2.3,1, already added pkg_add freetype2-2.1.9.tbz skipping freetype2-2.1.9, already added pkg_add gnomehier-2.0_7.tbz =2E/etc/CORBA missing (created) =2E/etc/CORBA/servers missing (created) =2E/etc/X11 missing (created) =2E/etc/X11/serverconfig missing (created) =2E/etc/X11/starthere missing (created) =2E/etc/X11/sysconfig missing (created) =2E/etc/gconf missing (created) =2E/etc/gconf/gconf.xml.defaults missing (created) =2E/etc/gconf/gconf.xml.mandatory missing (created) =2E/etc/gconf/schemas missing (created) =2E/etc/gnome missing (created) =2E/etc/gnome/config missing (created) =2E/etc/gnome-vfs-2.0 missing (created) =2E/etc/gnome-vfs-2.0/modules missing (created) =2E/etc/sound missing (created) =2E/etc/sound/events missing (created) =2E/etc/vfs missing (created) =2E/etc/vfs/modules missing (created) =2E/include/gconf missing (created) =2E/include/gdkcardimage missing (created) =2E/include/gnome-1.0 missing (created) =2E/lib/GConf missing (created) =2E/lib/bonobo missing (created) =2E/lib/bonobo/monikers missing (created) =2E/lib/bonobo/plugin missing (created) =2E/lib/gnome-vfs-2.0 missing (created) =2E/lib/gnome-vfs-2.0/modules missing (created) =2E/lib/vfs missing (created) =2E/lib/vfs/modules missing (created) =2E/libdata/bonobo missing (created) =2E/libdata/bonobo/servers missing (created) =2E/share/doc/libgda missing (created) =2E/share/gnome missing (created) =2E/share/gnome/applets missing (created) =2E/share/gnome/applets/Amusements missing (created) =2E/share/gnome/applets/Clocks missing (created) =2E/share/gnome/applets/Monitors missing (created) =2E/share/gnome/applets/Multimedia missing (created) =2E/share/gnome/applets/Network missing (created) =2E/share/gnome/applets/Utility missing (created) =2E/share/gnome/application-registry missing (created) =2E/share/gnome/applications missing (created) =2E/share/gnome/apps missing (created) =2E/share/gnome/apps/Applications missing (created) =2E/share/gnome/apps/Audio missing (created) =2E/share/gnome/apps/Development missing (created) =2E/share/gnome/apps/Games missing (created) =2E/share/gnome/apps/Graphics missing (created) =2E/share/gnome/apps/Internet missing (created) =2E/share/gnome/apps/Multimedia missing (created) =2E/share/gnome/apps/Settings missing (created) =2E/share/gnome/apps/Settings/Desktop missing (created) =2E/share/gnome/apps/Settings/Documents missing (created) =2E/share/gnome/apps/Settings/Peripherals missing (created) =2E/share/gnome/apps/Settings/Session missing (created) =2E/share/gnome/apps/System missing (created) =2E/share/gnome/apps/Utilities missing (created) =2E/share/gnome/capplets missing (created) =2E/share/gnome/control-center missing (created) =2E/share/gnome/control-center/Desktop missing (created) =2E/share/gnome/control-center/Documents missing (created) =2E/share/gnome/control-center/Peripherals missing (created) =2E/share/gnome/control-center/Session missing (created) =2E/share/gnome/control-center/capplets missing (created) =2E/share/gnome/control-center-2.0 missing (created) =2E/share/gnome/control-center-2.0/capplets missing (created) =2E/share/gnome/fonts missing (created) =2E/share/gnome/games missing (created) =2E/share/gnome/gnome-2.0 missing (created) =2E/share/gnome/gnome-2.0/ui missing (created) =2E/share/gnome/gnome-about missing (created) =2E/share/gnome/help missing (created) =2E/share/gnome/help/fdl missing (created) =2E/share/gnome/help/fdl/C missing (created) =2E/share/gnome/help/gpl missing (created) =2E/share/gnome/help/gpl/C missing (created) =2E/share/gnome/help/lgpl missing (created) =2E/share/gnome/help/lgpl/C missing (created) =2E/share/gnome/icons missing (created) =2E/share/gnome/idl missing (created) =2E/share/gnome/images missing (created) =2E/share/gnome/mc missing (created) =2E/share/gnome/mc/templates missing (created) =2E/share/gnome/mime-info missing (created) =2E/share/gnome/oaf missing (created) =2E/share/gnome/omf missing (created) =2E/share/gnome/panel missing (created) =2E/share/gnome/pixmaps missing (created) =2E/share/gnome/pixmaps/document-icons missing (created) =2E/share/gnome/pixmaps/splash missing (created) =2E/share/gnome/sgml missing (created) =2E/share/gnome/sgml/docbook missing (created) =2E/share/gnome/sgml/docbook/gnome-customization-0.1 missing (created) =2E/share/gnome/sounds missing (created) =2E/share/gnome/themes missing (created) =2E/share/gnome/ui missing (created) =2E/share/gnome/vfolders missing (created) =2E/share/gnome/wm-properties missing (created) =2E/share/gnome/xmodmap missing (created) pkg_add pkgconfig-0.17.2.tbz skipping pkgconfig-0.17.2, already added pkg_add xorg-libraries-6.8.2.tbz skipping xorg-libraries-6.8.2, already added =3D=3D=3D> Installing for gnome-backgrounds-2.10.2 =3D=3D=3D> gnome-backgrounds-2.10.2 depends on file: /usr/X11R6/etc/mtree= /BSD.gnome-x11.dist - found =3D=3D=3D> gnome-backgrounds-2.10.2 depends on shared library: X11.6 - fo= und =3D=3D=3D> Generating temporary packing list =3D=3D=3D> Checking if x11-themes/gnome-backgrounds already installed Making install in branded gmake[1]: Entering directory `/work/a/ports/x11-themes/gnome-backgrounds/wo= rk/gnome-backgrounds-2.10.2/branded' gmake[2]: Entering directory `/work/a/ports/x11-themes/gnome-backgrounds/wo= rk/gnome-backgrounds-2.10.2/branded' gmake[2]: Nothing to be done for `install-exec-am'. /bin/sh ../mkinstalldirs /usr/X11R6/share/gnome/pixmaps/backgrounds/gnome/b= randed mkdir -p -- /usr/X11R6/share/gnome/pixmaps/backgrounds/gnome/branded install -o root -g wheel -m 444 ./GNOME-Aqua.jpg /usr/X11R6/share/gnome/p= ixmaps/backgrounds/gnome/branded/GNOME-Aqua.jpg install -o root -g wheel -m 444 ./GNOME-FraserIsland.jpg /usr/X11R6/share= /gnome/pixmaps/backgrounds/gnome/branded/GNOME-FraserIsland.jpg install -o root -g wheel -m 444 ./GNOME-Redblurred.jpg /usr/X11R6/share/g= nome/pixmaps/backgrounds/gnome/branded/GNOME-Redblurred.jpg install -o root -g wheel -m 444 ./GNOME-Weirdcolours.jpg /usr/X11R6/share= /gnome/pixmaps/backgrounds/gnome/branded/GNOME-Weirdcolours.jpg /bin/sh ../mkinstalldirs /usr/X11R6/share/gnome/gnome-background-properties mkdir -p -- /usr/X11R6/share/gnome/gnome-background-properties install -o root -g wheel -m 444 ./gnome-branded.xml /usr/X11R6/share/gnom= e/gnome-background-properties/gnome-branded.xml gmake[2]: Leaving directory `/work/a/ports/x11-themes/gnome-backgrounds/wor= k/gnome-backgrounds-2.10.2/branded' gmake[1]: Leaving directory `/work/a/ports/x11-themes/gnome-backgrounds/wor= k/gnome-backgrounds-2.10.2/branded' Making install in tiles gmake[1]: Entering directory `/work/a/ports/x11-themes/gnome-backgrounds/wo= rk/gnome-backgrounds-2.10.2/tiles' gmake[2]: Entering directory `/work/a/ports/x11-themes/gnome-backgrounds/wo= rk/gnome-backgrounds-2.10.2/tiles' gmake[2]: Nothing to be done for `install-exec-am'. /bin/sh ../mkinstalldirs /usr/X11R6/share/gnome/pixmaps/backgrounds/gnome/t= iles mkdir -p -- /usr/X11R6/share/gnome/pixmaps/backgrounds/gnome/tiles install -o root -g wheel -m 444 ./alien-artifact-trans.png /usr/X11R6/sha= re/gnome/pixmaps/backgrounds/gnome/tiles/alien-artifact-trans.png install -o root -g wheel -m 444 ./tiles-trans.png /usr/X11R6/share/gnome/= pixmaps/backgrounds/gnome/tiles/tiles-trans.png install -o root -g wheel -m 444 ./cow-trans.png /usr/X11R6/share/gnome/pi= xmaps/backgrounds/gnome/tiles/cow-trans.png /bin/sh ../mkinstalldirs /usr/X11R6/share/gnome/gnome-background-properties install -o root -g wheel -m 444 ./gnome-tiles.xml /usr/X11R6/share/gnome/= gnome-background-properties/gnome-tiles.xml gmake[2]: Leaving directory `/work/a/ports/x11-themes/gnome-backgrounds/wor= k/gnome-backgrounds-2.10.2/tiles' gmake[1]: Leaving directory `/work/a/ports/x11-themes/gnome-backgrounds/wor= k/gnome-backgrounds-2.10.2/tiles' Making install in translucent gmake[1]: Entering directory `/work/a/ports/x11-themes/gnome-backgrounds/wo= rk/gnome-backgrounds-2.10.2/translucent' gmake[2]: Entering directory `/work/a/ports/x11-themes/gnome-backgrounds/wo= rk/gnome-backgrounds-2.10.2/translucent' gmake[2]: Nothing to be done for `install-exec-am'. /bin/sh ../mkinstalldirs /usr/X11R6/share/gnome/pixmaps/backgrounds/gnome/t= ranslucent mkdir -p -- /usr/X11R6/share/gnome/pixmaps/backgrounds/gnome/translucent install -o root -g wheel -m 444 ./ellipsis.png /usr/X11R6/share/gnome/pix= maps/backgrounds/gnome/translucent/ellipsis.png install -o root -g wheel -m 444 ./rects.png /usr/X11R6/share/gnome/pixmap= s/backgrounds/gnome/translucent/rects.png install -o root -g wheel -m 444 ./tentacles.png /usr/X11R6/share/gnome/pi= xmaps/backgrounds/gnome/translucent/tentacles.png /bin/sh ../mkinstalldirs /usr/X11R6/share/gnome/gnome-background-properties install -o root -g wheel -m 444 ./gnome-translucent.xml /usr/X11R6/share/= gnome/gnome-background-properties/gnome-translucent.xml gmake[2]: Leaving directory `/work/a/ports/x11-themes/gnome-backgrounds/wor= k/gnome-backgrounds-2.10.2/translucent' gmake[1]: Leaving directory `/work/a/ports/x11-themes/gnome-backgrounds/wor= k/gnome-backgrounds-2.10.2/translucent' Making install in po gmake[1]: Entering directory `/work/a/ports/x11-themes/gnome-backgrounds/wo= rk/gnome-backgrounds-2.10.2/po' if test -n ""; then \ /usr/X11R6/share/gnome; \ else \ /bin/sh ../mkinstalldirs /usr/X11R6/share/gnome; \ fi installing ar.gmo as /usr/X11R6/share/locale/ar/LC_MESSAGES/gnome-backgroun= ds.mo installing bg.gmo as /usr/X11R6/share/locale/bg/LC_MESSAGES/gnome-backgroun= ds.mo installing ca.gmo as /usr/X11R6/share/locale/ca/LC_MESSAGES/gnome-backgroun= ds.mo installing cs.gmo as /usr/X11R6/share/locale/cs/LC_MESSAGES/gnome-backgroun= ds.mo installing cy.gmo as /usr/X11R6/share/locale/cy/LC_MESSAGES/gnome-backgroun= ds.mo installing da.gmo as /usr/X11R6/share/locale/da/LC_MESSAGES/gnome-backgroun= ds.mo installing de.gmo as /usr/X11R6/share/locale/de/LC_MESSAGES/gnome-backgroun= ds.mo installing el.gmo as /usr/X11R6/share/locale/el/LC_MESSAGES/gnome-backgroun= ds.mo installing en_CA.gmo as /usr/X11R6/share/locale/en_CA/LC_MESSAGES/gnome-bac= kgrounds.mo installing en_GB.gmo as /usr/X11R6/share/locale/en_GB/LC_MESSAGES/gnome-bac= kgrounds.mo installing es.gmo as /usr/X11R6/share/locale/es/LC_MESSAGES/gnome-backgroun= ds.mo installing et.gmo as /usr/X11R6/share/locale/et/LC_MESSAGES/gnome-backgroun= ds.mo installing fa.gmo as /usr/X11R6/share/locale/fa/LC_MESSAGES/gnome-backgroun= ds.mo installing fi.gmo as /usr/X11R6/share/locale/fi/LC_MESSAGES/gnome-backgroun= ds.mo installing fr.gmo as /usr/X11R6/share/locale/fr/LC_MESSAGES/gnome-backgroun= ds.mo installing gl.gmo as /usr/X11R6/share/locale/gl/LC_MESSAGES/gnome-backgroun= ds.mo installing gu.gmo as /usr/X11R6/share/locale/gu/LC_MESSAGES/gnome-backgroun= ds.mo installing hi.gmo as /usr/X11R6/share/locale/hi/LC_MESSAGES/gnome-backgroun= ds.mo installing hu.gmo as /usr/X11R6/share/locale/hu/LC_MESSAGES/gnome-backgroun= ds.mo installing id.gmo as /usr/X11R6/share/locale/id/LC_MESSAGES/gnome-backgroun= ds.mo installing it.gmo as /usr/X11R6/share/locale/it/LC_MESSAGES/gnome-backgroun= ds.mo installing ja.gmo as /usr/X11R6/share/locale/ja/LC_MESSAGES/gnome-backgroun= ds.mo installing ko.gmo as /usr/X11R6/share/locale/ko/LC_MESSAGES/gnome-backgroun= ds.mo mkdir -p -- /usr/X11R6/share/locale/ku/LC_MESSAGES installing ku.gmo as /usr/X11R6/share/locale/ku/LC_MESSAGES/gnome-backgroun= ds.mo installing lt.gmo as /usr/X11R6/share/locale/lt/LC_MESSAGES/gnome-backgroun= ds.mo installing nb.gmo as /usr/X11R6/share/locale/nb/LC_MESSAGES/gnome-backgroun= ds.mo installing ne.gmo as /usr/X11R6/share/locale/ne/LC_MESSAGES/gnome-backgroun= ds.mo installing nl.gmo as /usr/X11R6/share/locale/nl/LC_MESSAGES/gnome-backgroun= ds.mo installing no.gmo as /usr/X11R6/share/locale/no/LC_MESSAGES/gnome-backgroun= ds.mo installing pa.gmo as /usr/X11R6/share/locale/pa/LC_MESSAGES/gnome-backgroun= ds.mo installing pl.gmo as /usr/X11R6/share/locale/pl/LC_MESSAGES/gnome-backgroun= ds.mo installing pt.gmo as /usr/X11R6/share/locale/pt/LC_MESSAGES/gnome-backgroun= ds.mo installing pt_BR.gmo as /usr/X11R6/share/locale/pt_BR/LC_MESSAGES/gnome-bac= kgrounds.mo installing ro.gmo as /usr/X11R6/share/locale/ro/LC_MESSAGES/gnome-backgroun= ds.mo mkdir -p -- /usr/X11R6/share/locale/rw/LC_MESSAGES installing rw.gmo as /usr/X11R6/share/locale/rw/LC_MESSAGES/gnome-backgroun= ds.mo installing sk.gmo as /usr/X11R6/share/locale/sk/LC_MESSAGES/gnome-backgroun= ds.mo installing sl.gmo as /usr/X11R6/share/locale/sl/LC_MESSAGES/gnome-backgroun= ds.mo installing sq.gmo as /usr/X11R6/share/locale/sq/LC_MESSAGES/gnome-backgroun= ds.mo installing sr.gmo as /usr/X11R6/share/locale/sr/LC_MESSAGES/gnome-backgroun= ds.mo installing sr@Latn.gmo as /usr/X11R6/share/locale/sr@Latn/LC_MESSAGES/gnome= -backgrounds.mo installing sv.gmo as /usr/X11R6/share/locale/sv/LC_MESSAGES/gnome-backgroun= ds.mo mkdir -p -- /usr/X11R6/share/locale/te/LC_MESSAGES installing te.gmo as /usr/X11R6/share/locale/te/LC_MESSAGES/gnome-backgroun= ds.mo installing th.gmo as /usr/X11R6/share/locale/th/LC_MESSAGES/gnome-backgroun= ds.mo installing tr.gmo as /usr/X11R6/share/locale/tr/LC_MESSAGES/gnome-backgroun= ds.mo installing uk.gmo as /usr/X11R6/share/locale/uk/LC_MESSAGES/gnome-backgroun= ds.mo installing vi.gmo as /usr/X11R6/share/locale/vi/LC_MESSAGES/gnome-backgroun= ds.mo installing zh_CN.gmo as /usr/X11R6/share/locale/zh_CN/LC_MESSAGES/gnome-bac= kgrounds.mo installing zh_TW.gmo as /usr/X11R6/share/locale/zh_TW/LC_MESSAGES/gnome-bac= kgrounds.mo if test "gnome-backgrounds" =3D "glib"; then \ if test -n ""; then \ /usr/X11R6/share/gnome/glib-2.0/gettext/po; \ else \ /bin/sh ../mkinstalldirs /usr/X11R6/share/gnome/glib-2.0/gettext/po; \ fi; \ install -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 `/work/a/ports/x11-themes/gnome-backgrounds/wor= k/gnome-backgrounds-2.10.2/po' gmake[1]: Entering directory `/work/a/ports/x11-themes/gnome-backgrounds/wo= rk/gnome-backgrounds-2.10.2' gmake[2]: Entering directory `/work/a/ports/x11-themes/gnome-backgrounds/wo= rk/gnome-backgrounds-2.10.2' gmake[2]: Nothing to be done for `install-exec-am'. gmake[2]: Nothing to be done for `install-data-am'. gmake[2]: Leaving directory `/work/a/ports/x11-themes/gnome-backgrounds/wor= k/gnome-backgrounds-2.10.2' gmake[1]: Leaving directory `/work/a/ports/x11-themes/gnome-backgrounds/wor= k/gnome-backgrounds-2.10.2' =3D=3D=3D> Registering installation for gnome-backgrounds-2.10.2 =3D=3D=3D> Building package for gnome-backgrounds-2.10.2 Creating package /tmp/packages/All/gnome-backgrounds-2.10.2.tbz Registering depends: gnomehier-2.0_7 xorg-libraries-6.8.2 fontconfig-2.2.3,= 1 expat-1.95.8_3 freetype2-2.1.9 pkgconfig-0.17.2. Creating bzip'd tar ball in '/tmp/packages/All/gnome-backgrounds-2.10.2.tbz' Deleting gnome-backgrounds-2.10.2=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=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D Deleting xorg-libraries-6.8.2 pkgconfig-0.17.2 perl-5.8.7 p5-XML-Parser-2.3= 4_1 libiconv-1.9.2_1 intltool-0.33 gnomehier-2.0_7 gmake-3.80_2 gettext-0.1= 4.5 freetype2-2.1.9 fontconfig-2.2.3,1 expat-1.95.8_3=20 Removing stale symlinks from /usr/bin... Removing /usr/bin/perl Removing /usr/bin/perl5 Done. Cleaning up /etc/make.conf... Done. Cleaning up /etc/manpath.config... Done. =3D=3D=3D Checking filesystem state list of extra files and directories in / (not present before this port was = installed but present after it was deinstalled) 1048131 16 drwxr-xr-x 3 root wheel 512= Jul 8 22:26 usr/X11R6/share/locale/te 1048132 16 drwxr-xr-x 2 root wheel 512= Jul 8 22:26 usr/X11R6/share/locale/te/LC_MESSAGES ----- End forwarded message ----- --rZHzn+A9B7nBTGyj Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.1 (FreeBSD) iD8DBQFCzzE3Wry0BWjoQKURAkNVAKCKmdbXdKa8tzEgR2a+cH1VaIY1SwCfcurL 10EsMRChHEH+73iEsgx8CVo= =wWiv -----END PGP SIGNATURE----- --rZHzn+A9B7nBTGyj-- From owner-freebsd-gnome@FreeBSD.ORG Sat Jul 9 16:52:44 2005 Return-Path: X-Original-To: gnome@freebsd.org 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 1491216A41C for ; Sat, 9 Jul 2005 16:52:44 +0000 (GMT) (envelope-from klammer@webonaut.com) Received: from sv02.webonaut.com (kirk.webonaut.com [212.41.243.26]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9B5F143D45 for ; Sat, 9 Jul 2005 16:52:43 +0000 (GMT) (envelope-from klammer@webonaut.com) Received: from localhost (localhost [127.0.0.1]) by sv02.webonaut.com (Postfix) with ESMTP id 931287642B for ; Sat, 9 Jul 2005 18:52:41 +0200 (CEST) Received: from sv02.webonaut.com ([127.0.0.1]) by localhost (sv02.webonaut.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 10102-06 for ; Sat, 9 Jul 2005 18:52:29 +0200 (CEST) Received: from [192.168.1.16] (unknown [85.199.14.246]) by sv02.webonaut.com (Postfix) with ESMTP id A7E9B76425 for ; Sat, 9 Jul 2005 18:52:28 +0200 (CEST) Message-ID: <42D000C9.90109@webonaut.com> Date: Sat, 09 Jul 2005 18:52:25 +0200 From: Franz Klammer User-Agent: Mozilla Thunderbird 1.0.2 (Windows/20050317) X-Accept-Language: de-DE, de, en-us, en MIME-Version: 1.0 To: gnome@freebsd.org Content-Type: text/plain; charset=ISO-8859-15; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Scanned: by amavisd-new at webonaut.com Cc: Subject: py-gdbm or py-bsddb as run-dependency? X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.5 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, 09 Jul 2005 16:52:44 -0000 Since 0.35 gdesklets didn't use gconf any more to store the desklets-configuration. but it seems that there must be a least one python db-backends (gdbm or bsddb) installed. should i now: - first check i one of these two are installed and if not than install bsddb as default. - or make it tuneable - or should i add bsddb or gdbm anyway -> if yes ... what's the best choice? ... bsddb? Franz.