From owner-freebsd-gnome@FreeBSD.ORG Sun Mar 1 19:59:37 2009 Return-Path: Delivered-To: gnome@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E06DD1065679 for ; Sun, 1 Mar 2009 19:59:37 +0000 (UTC) (envelope-from lioux@uol.com.br) Received: from goat.gigo.com (ipv6.gigo.com [IPv6:2001:470:1:18::2]) by mx1.freebsd.org (Postfix) with ESMTP id C3E4B8FC12 for ; Sun, 1 Mar 2009 19:59:37 +0000 (UTC) (envelope-from lioux@uol.com.br) Received: from localhost (localhost [127.0.0.1]) by goat.gigo.com (Postfix) with ESMTP id BD09F8F54 for ; Sun, 1 Mar 2009 11:59:37 -0800 (PST) Received: from goat.gigo.com ([127.0.0.1]) by localhost (vette.gigo.com [127.0.0.1]) (amavisd-new, port 10023) with ESMTP id tfoY3jFsHygw for ; Sun, 1 Mar 2009 11:59:37 -0800 (PST) Received: from 189.74.32.106 (201-88-36-118.bsace702.dsl.brasiltelecom.net.br [201.88.36.118]) by goat.gigo.com (Postfix) with ESMTPA id 704E57360 for ; Sun, 1 Mar 2009 11:59:36 -0800 (PST) Received: (qmail 23837 invoked by uid 1001); 1 Mar 2009 16:59:18 -0300 Date: 1 Mar 2009 16:59:18 -0300 Message-ID: <20090301195918.23826.qmail@exxodus.fedaykin.here> To: FreeBSD-gnats-submit@freebsd.org From: Mario Sergio Fujikawa Ferreira X-send-pr-version: 3.113 X-GNATS-Notify: Cc: gnome@FreeBSD.org Subject: [PATCH] www/firefox: Add option to build with Profile-Guided Optimization 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, 01 Mar 2009 19:59:46 -0000 >Submitter-Id: current-users >Originator: Mario Sergio Fujikawa Ferreira >Organization: >Confidential: no >Synopsis: [PATCH] www/firefox: Add option to build with Profile-Guided Optimization >Severity: non-critical >Priority: low >Category: ports >Class: change-request >Release: FreeBSD 7.1-STABLE i386 >Environment: System: FreeBSD exxodus.fedaykin.here 7.1-STABLE FreeBSD 7.1-STABLE #57: Tue Feb 24 03:51:58 BRT 2009 >Description: - Add WITH_PGO to build with Profile-Guided Optimization Added file(s): - files/mozconfig-profile_guided_optimization.in Port maintainer (gnome@FreeBSD.org) is cc'd. Generated with FreeBSD Port Tools 0.77 >How-To-Repeat: >Fix: --- firefox-3.0.6,1.patch begins here --- Index: Makefile =================================================================== RCS file: /home/pcvs/ports/www/firefox3/Makefile,v retrieving revision 1.12 diff -d -u -u -r1.12 Makefile --- Makefile 11 Feb 2009 14:48:35 -0000 1.12 +++ Makefile 1 Mar 2009 19:57:43 -0000 @@ -53,6 +53,7 @@ OPTIONS= DBUS "Enable D-BUS support" on \ NEWTAB "Open external links in a new tab" on \ + PGO "Enable Profile-Guided Optimization" off \ SMB "Enable smb:// URI support using gnomevfs" off .include @@ -72,6 +73,14 @@ LIB_DEPENDS+= dbus-glib-1.2:${PORTSDIR}/devel/dbus-glib .endif +.if defined(WITH_PGO) +USE_PYTHON_BUILD= yes +.include "${PORTSDIR}/Mk/bsd.python.mk" + +MAKEFILE=client.mk +ALL_TARGET=profiledbuild +.endif + .if ${ARCH} == "sparc64" BROKEN= Does not compile on sparc64 .endif @@ -100,6 +109,13 @@ ${LN} -s xptcinvoke_asm_sparc64_openbsd.s xptcinvoke_asm_sparc64_freebsd.s) .endif +pre-build: +.if defined(WITH_PGO) + @${SED} -e 's|@PYTHON@|${PYTHON_CMD}|' \ + <${FILESDIR}/mozconfig-profile_guided_optimization.in \ + >> ${BUILD_WRKSRC}/.mozconfig +.endif + port-pre-install: # ${SED} -e 's|1.9a7|0|' ${WRKSRC}/dist/bin/application.ini ${FAKEDIR}/lib ${ECHO_CMD} 'share/applications/${MOZILLA}.desktop' >> ${PLISTF} Index: files/mozconfig-profile_guided_optimization.in =================================================================== RCS file: files/mozconfig-profile_guided_optimization.in diff -N files/mozconfig-profile_guided_optimization.in --- /dev/null 1 Jan 1970 00:00:00 -0000 +++ files/mozconfig-profile_guided_optimization.in 1 Mar 2009 19:57:43 -0000 @@ -0,0 +1 @@ +mk_add_options PROFILE_GEN_SCRIPT='@PYTHON@ $(OBJDIR)/_profile/pgo/profileserver.py' --- firefox-3.0.6,1.patch ends here --- From owner-freebsd-gnome@FreeBSD.ORG Sun Mar 1 20:00:32 2009 Return-Path: Delivered-To: gnome@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 2EC881065903; Sun, 1 Mar 2009 20:00:32 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 019A48FC08; Sun, 1 Mar 2009 20:00:32 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (edwin@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.3/8.14.3) with ESMTP id n21K0VVl017363; Sun, 1 Mar 2009 20:00:31 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.3/8.14.3/Submit) id n21K0VVQ017353; Sun, 1 Mar 2009 20:00:31 GMT (envelope-from edwin) Date: Sun, 1 Mar 2009 20:00:31 GMT Message-Id: <200903012000.n21K0VVQ017353@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, gnome@FreeBSD.org From: edwin@FreeBSD.org Cc: Subject: Re: ports/132231: [PATCH] www/firefox: Add option to build with Profile-Guided Optimization 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, 01 Mar 2009 20:00:34 -0000 Synopsis: [PATCH] www/firefox: Add option to build with Profile-Guided Optimization Responsible-Changed-From-To: freebsd-ports-bugs->gnome Responsible-Changed-By: edwin Responsible-Changed-When: Sun Mar 1 20:00:31 UTC 2009 Responsible-Changed-Why: Over to maintainer (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=132231 From owner-freebsd-gnome@FreeBSD.ORG Mon Mar 2 09:20:54 2009 Return-Path: Delivered-To: gnome@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id F2E89106564A for ; Mon, 2 Mar 2009 09:20:54 +0000 (UTC) (envelope-from claus@colocall.net) Received: from out.smtp.colocall.net (out.smtp.colocall.net [62.149.2.61]) by mx1.freebsd.org (Postfix) with ESMTP id 5F11B8FC18 for ; Mon, 2 Mar 2009 09:20:53 +0000 (UTC) (envelope-from claus@colocall.net) Received: from colocall.net (root@zeus.colocall.net [62.149.2.1]) by out.smtp.colocall.net with ESMTP id n229ALTv083422 for ; Mon, 2 Mar 2009 11:10:22 +0200 (EET) (envelope-from claus@colocall.net) Received: from zeus.colocall.net (claus@localhost [127.0.0.1]) by colocall.net with ESMTP id n229ALf5082637; Mon, 2 Mar 2009 11:10:21 +0200 (EET) (envelope-from claus@zeus.colocall.net) Received: (from claus@localhost) by zeus.colocall.net (8.14.3/8.14.3/Submit) id n229ALMQ082634; Mon, 2 Mar 2009 11:10:21 +0200 (EET) (envelope-from claus) Date: Mon, 2 Mar 2009 11:10:21 +0200 From: "Victor A. Savinoff" To: gnome@FreeBSD.org Message-ID: <20090302091021.GE93467@colocall.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.5.19.nntp (FreeBSD 7.1-RELEASE i386) Organization: Internet Data Center "ColoCALL" Cc: Subject: port x11-toolkits/gtk20 build 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: Mon, 02 Mar 2009 09:20:55 -0000 Greetings, While building a port x11-toolkits/gtk20 I get such error: > cc -DHAVE_CONFIG_H -I. -I. -I../.. -DG_LOG_DOMAIN=\"Gdk\" -DGDK_COMPILATION -I../.. -I../../gdk -I../../gdk -DG_DISABLE_CAST_CHECKS -D_REENTRANT -D_THREAD_SAFE -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include/pango-1.0 -I/usr/local/include/cairo -I/usr/local/include/pixman-1 -I/usr/local/include/freetype2 -I/usr/local/include -I/usr/local/include/freetype2 -I/usr/local/include -DG_DISABLE_SINGLE_INCLUDES -DATK_DISABLE_SINGLE_INCLUDES -DGDK_PIXBUF_DISABLE_SINGLE_INCLUDES -DGTK_DISABLE_SINGLE_INCLUDES -D_THREAD_SAFE -I/usr/local/include -DGDK_PIXBUF_DISABLE_DEPRECATED -O2 -fno-strict-aliasing -pipe -Wall -MT gdkdrawable-x11.lo -MD -MP -MF .deps/gdkdrawable-x11.Tpo -c gdkdrawable-x11.c -fPIC -DPIC -o .libs/gdkdrawable-x11.o > gdkdrawable-x11.c:32:24: error: cairo-xlib.h: No such file or directory ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ > gdkdrawable-x11.c: In function '_gdk_x11_drawable_update_size': > gdkdrawable-x11.c:238: warning: implicit declaration of function 'cairo_xlib_surface_set_size' > gdkdrawable-x11.c: In function 'gdk_x11_ref_cairo_surface': > gdkdrawable-x11.c:1469: warning: implicit declaration of function 'cairo_xlib_surface_create' > gdkdrawable-x11.c:1472: warning: assignment makes pointer from integer without a cast > gdkdrawable-x11.c:1474: warning: implicit declaration of function 'cairo_xlib_surface_create_for_bitmap' > gdkdrawable-x11.c:1477: warning: assignment makes pointer from integer without a cast > gmake[4]: *** [gdkdrawable-x11.lo] Error 1 > gmake[4]: Leaving directory `/usr/ports/x11-toolkits/gtk20/work/gtk+-2.14.7/gdk/x11' > gmake[3]: *** [all-recursive] Error 1 > gmake[3]: Leaving directory `/usr/ports/x11-toolkits/gtk20/work/gtk+-2.14.7/gdk' > gmake[2]: *** [all] Error 2 > gmake[2]: Leaving directory `/usr/ports/x11-toolkits/gtk20/work/gtk+-2.14.7/gdk' > gmake[1]: *** [all-recursive] Error 1 > gmake[1]: Leaving directory `/usr/ports/x11-toolkits/gtk20/work/gtk+-2.14.7' > gmake: *** [all] Error 2 > *** Error code 2 Looks like missing dependency to graphics/cairo -- WBR, Victor A. "Claus" Savinoff ColoCALL Support team From owner-freebsd-gnome@FreeBSD.ORG Mon Mar 2 11:07:03 2009 Return-Path: Delivered-To: freebsd-gnome@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 4228010656FA for ; Mon, 2 Mar 2009 11:07:03 +0000 (UTC) (envelope-from owner-bugmaster@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id E11838FC95 for ; Mon, 2 Mar 2009 11:06:52 +0000 (UTC) (envelope-from owner-bugmaster@FreeBSD.org) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.3/8.14.3) with ESMTP id n22B6qNZ057307 for ; Mon, 2 Mar 2009 11:06:52 GMT (envelope-from owner-bugmaster@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.3/8.14.3/Submit) id n22B6qe9057303 for freebsd-gnome@FreeBSD.org; Mon, 2 Mar 2009 11:06:52 GMT (envelope-from owner-bugmaster@FreeBSD.org) Date: Mon, 2 Mar 2009 11:06:52 GMT Message-Id: <200903021106.n22B6qe9057303@freefall.freebsd.org> X-Authentication-Warning: freefall.freebsd.org: gnats set sender to owner-bugmaster@FreeBSD.org using -f From: FreeBSD bugmaster To: freebsd-gnome@FreeBSD.org Cc: Subject: Current problem reports assigned to freebsd-gnome@FreeBSD.org 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, 02 Mar 2009 11:07:34 -0000 Note: to view an individual PR, use: http://www.freebsd.org/cgi/query-pr.cgi?pr=(number). The following is a listing of current problems submitted by FreeBSD users. These represent problem reports covering all versions including experimental development code and obsolete releases. S Tracker Resp. Description -------------------------------------------------------------------------------- o ports/131328 gnome the Gnome 2.24 upgrage Shell script is page 404 on the 1 problem total. From owner-freebsd-gnome@FreeBSD.ORG Mon Mar 2 11:07:24 2009 Return-Path: Delivered-To: gnome@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 4B2621065703 for ; Mon, 2 Mar 2009 11:07:24 +0000 (UTC) (envelope-from owner-bugmaster@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id E60A58FD1E for ; Mon, 2 Mar 2009 11:07:10 +0000 (UTC) (envelope-from owner-bugmaster@FreeBSD.org) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.3/8.14.3) with ESMTP id n22B7AFi057649 for ; Mon, 2 Mar 2009 11:07:10 GMT (envelope-from owner-bugmaster@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.3/8.14.3/Submit) id n22B7AZQ057645 for gnome@FreeBSD.org; Mon, 2 Mar 2009 11:07:10 GMT (envelope-from owner-bugmaster@FreeBSD.org) Date: Mon, 2 Mar 2009 11:07:10 GMT Message-Id: <200903021107.n22B7AZQ057645@freefall.freebsd.org> X-Authentication-Warning: freefall.freebsd.org: gnats set sender to owner-bugmaster@FreeBSD.org using -f From: FreeBSD bugmaster To: gnome@FreeBSD.org Cc: Subject: Current problem reports assigned to gnome@FreeBSD.org 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, 02 Mar 2009 11:07:53 -0000 Note: to view an individual PR, use: http://www.freebsd.org/cgi/query-pr.cgi?pr=(number). The following is a listing of current problems submitted by FreeBSD users. These represent problem reports covering all versions including experimental development code and obsolete releases. S Tracker Resp. Description -------------------------------------------------------------------------------- o ports/132231 gnome [PATCH] www/firefox: Add option to build with Profile- o ports/131870 gnome databases/libgda2: Sybase backend doesn't get installe o ports/131769 gnome upgrade ports/converters/libiconv o ports/131627 gnome gnome/hal CDROM mounting still doesn't work for me o ports/131533 gnome x11/gdm: gdm-2.24.1_6: wrong keyboard layout selected o ports/131436 gnome add options to port: math/gnumeric (perl and guile) o ports/131346 gnome patch to make www/nsplugginwrapper honor www/firefox3 o ports/131121 gnome devel/gamin - default polling frequency increases CPU o ports/131075 gnome [update] lang/vala version 0.4.0 to 0.5.6 o ports/130970 gnome [PATCH]:textproc/link-grammar : update to 4.4.2 o ports/130597 gnome sysutils/policykit add NO_INSTALL_MANPAGES o ports/130503 gnome security/seahorse: won't build with certain options di o ports/130187 gnome [PATCH] irc/xchat switch to USE_TCL o ports/129397 gnome www/Firefox stuck at building chrome's registry o ports/129147 gnome can't use deskutils/lightning-xpi under current amd64 o ports/129080 gnome www/firefox3 - Building Firefox 3.0.4 (port epoch 1) f o ports/128947 gnome audio/pulseaudio: start-pulseaudio-x11 hangs and preve a ports/128826 gnome sysutils/hal: hald-addon-mouse-sysmouse runs fstat to o ports/128694 gnome www/firefox3 - Firefox 3 corrupts PostScript printer f o ports/127298 gnome ports/www/xulrunner coredumps o ports/125306 gnome www/firefox3 gtk-gnash thread error o ports/121670 gnome [PATCH] Update converters/libiconv to 1.12 a ports/117724 gnome Recently updated x11/gdm port ignores $LANG setting in o ports/103529 gnome www/seamonkey: enable SVG and Pango font rendering sup 24 problems total. From owner-freebsd-gnome@FreeBSD.ORG Mon Mar 2 12:10:03 2009 Return-Path: Delivered-To: gnome@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 0FB62106568C for ; Mon, 2 Mar 2009 12:10:03 +0000 (UTC) (envelope-from erwin@mail.droso.net) Received: from mail.droso.net (koala.ipv6.droso.net [IPv6:2001:6c8:6:c:20d:56ff:fe6f:f935]) by mx1.freebsd.org (Postfix) with ESMTP id 1DAE48FC12 for ; Mon, 2 Mar 2009 12:10:01 +0000 (UTC) (envelope-from erwin@mail.droso.net) Received: by mail.droso.net (Postfix, from userid 1001) id 0D5B51CC06; Mon, 2 Mar 2009 13:09:59 +0100 (CET) Date: Mon, 2 Mar 2009 13:09:59 +0100 From: Erwin Lansing To: gnome@FreeBSD.org Message-ID: <20090302120958.GR38183@droso.net> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="9XMFo0eNrVFj6oBf" Content-Disposition: inline X-Operating-System: FreeBSD/i386 7.1-PRERELEASE User-Agent: Mutt/1.5.18 (2008-05-17) Cc: Subject: [ports-i386@FreeBSD.org: libvolume_id-0.81.0 failed on i386 8] 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, 02 Mar 2009 12:10:06 -0000 --9XMFo0eNrVFj6oBf Content-Type: text/plain; charset=iso-8859-1 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, -erwin ----- Forwarded message from User Ports-i386 ----- Date: Mon, 2 Mar 2009 11:48:23 GMT =46rom: User Ports-i386 To: erwin@FreeBSD.org, linimon@FreeBSD.org Subject: libvolume_id-0.81.0 failed on i386 8 You can also find this build log at http://pointyhat.freebsd.org/errorlogs/i386-errorlogs/a.8.20090302075514/= libvolume_id-0.81.0.log building libvolume_id-0.81.0 on gohan52.freebsd.org in directory /x/tmp/8/20090302075514/chroot/98 building for: 8.0-CURRENT i386 maintained by: gnome@FreeBSD.org port directory: /usr/ports/devel/libvolume_id Makefile ident: $FreeBSD: ports/devel/libvolume_id/Makefile,v 1.7 2008/07/2= 5 09:38:42 pav Exp $ build started at Mon Mar 2 11:47:18 UTC 2009 FETCH_DEPENDS=3D PATCH_DEPENDS=3D EXTRACT_DEPENDS=3D BUILD_DEPENDS=3Dgettext-0.17_1.tbz gmake-3.81_3.tbz libiconv-1.11_1.tbz pkg= -config-0.23_1.tbz RUN_DEPENDS=3Dpkg-config-0.23_1.tbz prefixes: LOCALBASE=3Dusr/local X11BASE=3Dusr/local 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> libvolume_id-0.81.0.tar.bz2 doesn't seem to exist in /tmp/distfiles/. =3D> Attempting to fetch from ftp://ftp-master.freebsd.org/pub/FreeBSD/port= s/distfiles/. libvolume_id-0.81.0.tar.bz2 22 kB 627 kBps =3D> MD5 Checksum OK for libvolume_id-0.81.0.tar.bz2. =3D> SHA256 Checksum OK for libvolume_id-0.81.0.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 libvolume_id-0.81.0 =3D> MD5 Checksum OK for libvolume_id-0.81.0.tar.bz2. =3D> SHA256 Checksum OK for libvolume_id-0.81.0.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 libvolume_id-0.81.0 =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=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 gettext-0.17_1.tbz gmake-3.81_3.tbz libiconv-1.11_1.tbz pkg-config-= 0.23_1.tbz adding dependencies pkg_add gettext-0.17_1.tbz pkg_add gmake-3.81_3.tbz pkg_add libiconv-1.11_1.tbz skipping libiconv-1.11_1, already added pkg_add pkg-config-0.23_1.tbz =3D=3D=3D> libvolume_id-0.81.0 depends on executable: gmake - found =3D=3D=3D> libvolume_id-0.81.0 depends on executable: pkg-config - found =3D=3D=3D> Configuring for libvolume_id-0.81.0 =3D=3D=3D> Building for libvolume_id-0.81.0 echo " CC " ext.o CC ext.o echo " CC " fat.o CC fat.o echo " CC " hfs.o CC hfs.o echo " CC " highpoint.o CC highpoint.o echo " CC " isw_raid.o CC isw_raid.o echo " CC " lsi_raid.o CC lsi_raid.o echo " CC " via_raid.o CC via_raid.o echo " CC " silicon_raid.o CC silicon_raid.o echo " CC " nvidia_raid.o CC nvidia_raid.o echo " CC " promise_raid.o CC promise_raid.o echo " CC " adaptec_raid.o CC adaptec_raid.o echo " CC " jmicron_raid.o CC jmicron_raid.o echo " CC " ddf_raid.o CC ddf_raid.o echo " CC " iso9660.o CC iso9660.o echo " CC " jfs.o CC jfs.o echo " CC " linux_raid.o CC linux_raid.o echo " CC " linux_swap.o CC linux_swap.o echo " CC " lvm.o CC lvm.o echo " CC " ntfs.o CC ntfs.o echo " CC " reiserfs.o CC reiserfs.o echo " CC " udf.o CC udf.o echo " CC " ufs.o CC ufs.o echo " CC " xfs.o CC xfs.o echo " CC " cramfs.o CC cramfs.o echo " CC " hpfs.o CC hpfs.o echo " CC " romfs.o CC romfs.o echo " CC " sysv.o CC sysv.o echo " CC " minix.o CC minix.o echo " CC " gfs.o CC gfs.o echo " CC " luks.o CC luks.o echo " CC " ocfs.o CC ocfs.o echo " CC " vxfs.o CC vxfs.o echo " CC " squashfs.o CC squashfs.o echo " CC " netware.o CC netware.o echo " CC " volume_id.o CC volume_id.o echo " CC " util.o CC util.o util.c:33: error: static declaration of 'strnlen' follows non-static declar= ation /usr/include/string.h:103: error: previous declaration of 'strnlen' was here gmake: *** [util.o] Error 1 *** Error code 2 Stop in /a/ports/devel/libvolume_id. =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=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 of /usr/ports/devel/libvolume_id ended at Mon Mar 2 11:48:15 UTC 2009 ----- End forwarded message ----- --=20 Erwin Lansing http://droso.org Prediction is very difficult erwin@FreeBSD.org especially about the future erwin@aauug.dk --9XMFo0eNrVFj6oBf Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.9 (FreeBSD) iD8DBQFJq8yVqy9aWxUlaZARAswiAKCPiLLVFCjnNGC00TwXWj+PSxvLNQCfVYV/ ZCo5f1ydNEtG0/bYYmvREdw= =bNaS -----END PGP SIGNATURE----- --9XMFo0eNrVFj6oBf-- From owner-freebsd-gnome@FreeBSD.ORG Tue Mar 3 00:55:44 2009 Return-Path: Delivered-To: gnome@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A6E9E1065672; Tue, 3 Mar 2009 00:55:44 +0000 (UTC) (envelope-from josemi@freebsd.jazztel.es) Received: from smtp02.jazztel.es (smtp02.jazztel.es [62.14.3.171]) by mx1.freebsd.org (Postfix) with ESMTP id 339FA8FC1A; Tue, 3 Mar 2009 00:55:43 +0000 (UTC) (envelope-from josemi@freebsd.jazztel.es) Received: from [87.217.187.167] (helo=antares.redesjm.local) by smtp02.jazztel.es with esmtpa (Exim 4.60) (envelope-from ) id 1LeIXj-00065w-BL; Tue, 03 Mar 2009 01:31:31 +0100 Received: from redesjm.local (hermes.redesjm.local [192.168.254.17]) by antares.redesjm.local (8.14.3/8.14.3) with ESMTP id n230dk7r034584; Tue, 3 Mar 2009 01:39:46 +0100 (CET) (envelope-from josemi@redesjm.local) Received: (from josemi@localhost) by redesjm.local (8.14.3/8.14.3/Submit) id n230dfYk083990; Tue, 3 Mar 2009 01:39:41 +0100 (CET) (envelope-from josemi) Date: Tue, 3 Mar 2009 01:39:41 +0100 (CET) Message-Id: <200903030039.n230dfYk083990@redesjm.local> To: FreeBSD-gnats-submit@freebsd.org From: Jose M Rodriguez X-send-pr-version: 3.113 X-GNATS-Notify: X-Virus-Checked: Passed : Kaspersky at jazztel.es X-AntiSpam-Checked: Passed : Threshold - 0.0 : SA jazztel.es Cc: gnome@freebsd.org Subject: xorg-server can't load usb keyboards via config/hal X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Jose M Rodriguez List-Id: GNOME for FreeBSD -- porting and maintaining List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 03 Mar 2009 00:55:45 -0000 >Submitter-Id: current-users >Originator: Jose M Rodriguez >Organization: Redes JM >Confidential: no >Synopsis: xorg-server can't load usb keyboards via config/hal >Severity: serious >Priority: medium >Category: ports >Class: sw-bug >Release: FreeBSD 7.1-RELEASE-p3 i386 >Environment: System: FreeBSD hermes 7.1-RELEASE-p3 FreeBSD 7.1-RELEASE-p3 #0: Mon Mar 2 03:34:41 CET 2009 root@hermes:/usr/obj/usr/src/sys/HERMES i386 machine only with usb keyboard kernel build without atkbd / kbdmux devices >Description: xorg-server can't load usb keyboards via config/hal. It fails at device open, as hal have a device key. This is not noticeable in an stock system. The presence of an atkbd without a hal device key makes xorg-server load the module. Seems that xorg-server keyboard is not device oriented and hal must not have a device key for usb keyboard >How-To-Repeat: You can see this on the Xorg logs. In systems without kernel atkbd device, xorg-server can't get a functional keyboad >Fix: Don't add a device key for usb keyborads, as is done for at ones (PS/2) - hf_device_set_input(device, "keyboard", devname); + hf_device_set_input(device, "keyboard", NULL); --- pr.patch begins here --- --- sysutils/hal/files/patch-hald_freebsd_hf-usb.c.old 2009-03-02 15:34:52.000000000 +0100 +++ sysutils/hal/files/patch-hald_freebsd_hf-usb.c 2009-03-02 04:27:23.000000000 +0100 @@ -1,5 +1,5 @@ ---- hald/freebsd/hf-usb.c.orig 2008-05-07 19:24:02.000000000 -0400 -+++ hald/freebsd/hf-usb.c 2009-02-27 14:01:46.000000000 -0500 +--- hald/freebsd/hf-usb.c.orig 2008-05-08 01:24:02.000000000 +0200 ++++ hald/freebsd/hf-usb.c 2009-03-02 04:23:32.000000000 +0100 @@ -25,13 +25,18 @@ # include #endif @@ -31,7 +31,7 @@ typedef struct { -@@ -231,7 +241,7 @@ hf_usb_get_full_config_descriptor (int f +@@ -231,7 +241,7 @@ * Adapted from usb_compute_udi() in linux2/physdev.c and * usbclass_compute_udi() in linux2/classdev.c. */ @@ -40,7 +40,7 @@ hf_usb_device_compute_udi (HalDevice *device) { g_return_if_fail(HAL_IS_DEVICE(device)); -@@ -250,12 +260,13 @@ hf_usb_device_compute_udi (HalDevice *de +@@ -250,12 +260,13 @@ hf_device_set_udi(device, "usb_device_%x_%x_%s", hal_device_property_get_int(device, "usb_device.vendor_id"), hal_device_property_get_int(device, "usb_device.product_id"), @@ -56,7 +56,16 @@ hf_usb_add_webcam_properties (HalDevice *device) { int unit; -@@ -575,6 +586,8 @@ hf_usb_probe_device (HalDevice *parent, +@@ -424,7 +435,7 @@ + hf_devtree_device_set_name(device, di->udi_devnames[0]); + + if ((devname = hf_usb_get_devname(di, "ukbd"))) /* USB keyboard */ +- hf_device_set_input(device, "keyboard", devname); ++ hf_device_set_input(device, "keyboard", NULL); + else if ((devname = hf_usb_get_devname(di, "ums"))) /* USB mouse */ + hf_device_set_input(device, "mouse", devname); + else if ((devname = hf_usb_get_devname(di, "uhid"))) /* UHID device */ +@@ -575,6 +586,8 @@ { if (hal_device_has_capability(device, "hiddev")) hf_runner_run_sync(device, 0, "hald-probe-hiddev", NULL); @@ -65,7 +74,7 @@ hf_device_add(device); } -@@ -633,9 +646,18 @@ hf_usb_privileged_init (void) +@@ -633,9 +646,18 @@ { int i; --- pr.patch ends here --- From owner-freebsd-gnome@FreeBSD.ORG Tue Mar 3 02:51:41 2009 Return-Path: Delivered-To: gnome@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 7E853106564A; Tue, 3 Mar 2009 02:51:41 +0000 (UTC) (envelope-from prvs=s3017239=3066d9595@cs.rmit.edu.au) Received: from mail-ext1.rmit.edu.au (mail-ext1.rmit.edu.au [131.170.21.11]) by mx1.freebsd.org (Postfix) with ESMTP id D9D068FC1B; Tue, 3 Mar 2009 02:51:40 +0000 (UTC) (envelope-from prvs=s3017239=3066d9595@cs.rmit.edu.au) X-SBRS: None X-IronPort-AV: E=Sophos;i="4.38,293,1233493200"; d="scan'208";a="65504808" Received: from echidna.cs.rmit.edu.au (HELO mail.cs.rmit.edu.au) ([131.170.24.41]) by mail-int1.rmit.edu.au with ESMTP; 03 Mar 2009 13:22:00 +1100 Received: from yallara.cs.rmit.edu.au (yallara.cs.rmit.edu.au [131.170.24.42]) by mail.cs.rmit.edu.au (Postfix) with ESMTP id 0BC04111C9; Tue, 3 Mar 2009 13:22:00 +1100 (EST) Received: from yallara.cs.rmit.edu.au (localhost [127.0.0.1]) by yallara.cs.rmit.edu.au (8.13.8+Sun/8.13.8/csnode) with ESMTP id n232Lx4a027521; Tue, 3 Mar 2009 13:22:00 +1100 (EST) Received: (from s3017239@localhost) by yallara.cs.rmit.edu.au (8.13.8+Sun/8.13.8/Submit) id n232Lxqe027520; Tue, 3 Mar 2009 13:21:59 +1100 (EST) Date: Tue, 3 Mar 2009 13:21:59 +1100 From: Dylan Leigh To: gnome@FreeBSD.org, freebsd-bugs@FreeBSD.org Message-ID: <20090303022159.GA23405@cs.rmit.edu.au> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200902271740.n1RHecrC067676@freefall.freebsd.org> User-Agent: Mutt/1.5.17 (2007-11-01) Cc: Subject: Re: kern/132172: [panic] Page fault panic in scioctl and console-kit-daemon (port: sysutils/consolekit on 6.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: Tue, 03 Mar 2009 02:51:41 -0000 Just reporting that I also had this problem (running consolekit daemon instantly causes a Fatal Trap 12 kernel panic), a few weeks ago. I haven't been able to debug it properly yet as it's hard to get physical access to the machine. Also running 6.4-STABLE on amd64. From owner-freebsd-gnome@FreeBSD.ORG Tue Mar 3 03:17:18 2009 Return-Path: Delivered-To: gnome@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D63A5106566B; Tue, 3 Mar 2009 03:17:18 +0000 (UTC) (envelope-from rnoland@FreeBSD.org) Received: from gizmo.2hip.net (gizmo.2hip.net [64.74.207.195]) by mx1.freebsd.org (Postfix) with ESMTP id 990D38FC18; Tue, 3 Mar 2009 03:17:18 +0000 (UTC) (envelope-from rnoland@FreeBSD.org) Received: from [192.168.1.2] (adsl-1-207-68.bna.bellsouth.net [65.1.207.68]) (authenticated bits=0) by gizmo.2hip.net (8.14.3/8.14.3) with ESMTP id n233Fs2A053659 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Mon, 2 Mar 2009 22:15:55 -0500 (EST) (envelope-from rnoland@FreeBSD.org) From: Robert Noland To: Jose M Rodriguez In-Reply-To: <200903030039.n230dfYk083990@redesjm.local> References: <200903030039.n230dfYk083990@redesjm.local> Content-Type: multipart/signed; micalg="pgp-sha1"; protocol="application/pgp-signature"; boundary="=-J1hog6M5UqvHqyp/EoaK" Organization: FreeBSD Date: Mon, 02 Mar 2009 21:17:07 -0600 Message-Id: <1236050227.1384.3.camel@widget.2hip.net> Mime-Version: 1.0 X-Mailer: Evolution 2.24.4 FreeBSD GNOME Team Port X-Spam-Status: No, score=-1.6 required=5.0 tests=AWL,BAYES_00,RCVD_IN_PBL, RCVD_IN_SORBS_DUL,RDNS_DYNAMIC autolearn=no version=3.2.5 X-Spam-Checker-Version: SpamAssassin 3.2.5 (2008-06-10) on gizmo.2hip.net Cc: gnome@freebsd.org, FreeBSD-gnats-submit@freebsd.org Subject: Re: xorg-server can't load usb keyboards via config/hal 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, 03 Mar 2009 03:17:19 -0000 --=-J1hog6M5UqvHqyp/EoaK Content-Type: text/plain Content-Transfer-Encoding: quoted-printable On Tue, 2009-03-03 at 01:39 +0100, Jose M Rodriguez wrote: > >Submitter-Id: current-users > >Originator: Jose M Rodriguez > >Organization: Redes JM > >Confidential: no > >Synopsis: xorg-server can't load usb keyboards via config/hal > >Severity: serious > >Priority: medium > >Category: ports > >Class: sw-bug > >Release: FreeBSD 7.1-RELEASE-p3 i386 > >Environment: > System: FreeBSD hermes 7.1-RELEASE-p3 FreeBSD 7.1-RELEASE-p3 #0: Mon Mar = 2 03:34:41 CET 2009 root@hermes:/usr/obj/usr/src/sys/HERMES i386 >=20 > machine only with usb keyboard > kernel build without atkbd / kbdmux devices >=20 > >Description: > xorg-server can't load usb keyboards via config/hal. > It fails at device open, as hal have a device key. >=20 > This is not noticeable in an stock system. > The presence of an atkbd without a hal device key > makes xorg-server load the module. >=20 > Seems that xorg-server keyboard is not device oriented > and hal must not have a device key for usb keyboard=20 >=20 > >How-To-Repeat: > You can see this on the Xorg logs. > In systems without kernel atkbd device, xorg-server > can't get a functional keyboad >=20 > >Fix: > Don't add a device key for usb keyborads, as is done > for at ones (PS/2) >=20 > - hf_device_set_input(device, "keyboard", devname); > + hf_device_set_input(device, "keyboard", NULL); >=20 This appears to be correct, though incomplete. It doesn't address usb2, but I fixed that up. The keyboard driver does have the ability to open character devices, but in our case syscons always takes control of the device nodes. This will likely also fix the cases where people set keyboard options in fdi files on usb keyboards. robert. > --- pr.patch begins here --- > --- sysutils/hal/files/patch-hald_freebsd_hf-usb.c.old 2009-03-02 15:34:5= 2.000000000 +0100 > +++ sysutils/hal/files/patch-hald_freebsd_hf-usb.c 2009-03-02 04:27:23.00= 0000000 +0100 > @@ -1,5 +1,5 @@ > ---- hald/freebsd/hf-usb.c.orig 2008-05-07 19:24:02.000000000 -0400 > -+++ hald/freebsd/hf-usb.c 2009-02-27 14:01:46.000000000 -0500 > +--- hald/freebsd/hf-usb.c.orig 2008-05-08 01:24:02.000000000 +0200 > ++++ hald/freebsd/hf-usb.c 2009-03-02 04:23:32.000000000 +0100 > @@ -25,13 +25,18 @@ > # include > #endif > @@ -31,7 +31,7 @@ > =20 > typedef struct > { > -@@ -231,7 +241,7 @@ hf_usb_get_full_config_descriptor (int f > +@@ -231,7 +241,7 @@ > * Adapted from usb_compute_udi() in linux2/physdev.c and > * usbclass_compute_udi() in linux2/classdev.c. > */ > @@ -40,7 +40,7 @@ > hf_usb_device_compute_udi (HalDevice *device) > { > g_return_if_fail(HAL_IS_DEVICE(device)); > -@@ -250,12 +260,13 @@ hf_usb_device_compute_udi (HalDevice *de > +@@ -250,12 +260,13 @@ > hf_device_set_udi(device, "usb_device_%x_%x_%s", > hal_device_property_get_int(device, "usb_device.vendor_id"), > hal_device_property_get_int(device, "usb_device.product_id"), > @@ -56,7 +56,16 @@ > hf_usb_add_webcam_properties (HalDevice *device) > { > int unit; > -@@ -575,6 +586,8 @@ hf_usb_probe_device (HalDevice *parent, > +@@ -424,7 +435,7 @@ > + hf_devtree_device_set_name(device, di->udi_devnames[0]); > +=20 > + if ((devname =3D hf_usb_get_devname(di, "ukbd"))) /* USB keyboard */ > +- hf_device_set_input(device, "keyboard", devname); > ++ hf_device_set_input(device, "keyboard", NULL); > + else if ((devname =3D hf_usb_get_devname(di, "ums"))) /* USB mouse */ > + hf_device_set_input(device, "mouse", devname); > + else if ((devname =3D hf_usb_get_devname(di, "uhid"))) /* UHID device= */ > +@@ -575,6 +586,8 @@ > { > if (hal_device_has_capability(device, "hiddev")) > hf_runner_run_sync(device, 0, "hald-probe-hiddev", NULL); > @@ -65,7 +74,7 @@ > =20 > hf_device_add(device); > } > -@@ -633,9 +646,18 @@ hf_usb_privileged_init (void) > +@@ -633,9 +646,18 @@ > { > int i; > =20 > --- pr.patch ends here --- >=20 >=20 > _______________________________________________ > freebsd-gnome@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-gnome > To unsubscribe, send any mail to "freebsd-gnome-unsubscribe@freebsd.org" --=20 Robert Noland FreeBSD --=-J1hog6M5UqvHqyp/EoaK Content-Type: application/pgp-signature; name="signature.asc" Content-Description: This is a digitally signed message part -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.10 (FreeBSD) iEYEABECAAYFAkmsoTMACgkQM4TrQ4qfROMrrwCeOIKQu5JL93pw2k9qUIAlpKub TJYAnAsY2x+fZ2rmG1vjd6NQfhFTbf08 =8P6F -----END PGP SIGNATURE----- --=-J1hog6M5UqvHqyp/EoaK-- From owner-freebsd-gnome@FreeBSD.ORG Tue Mar 3 03:34:17 2009 Return-Path: Delivered-To: gnome@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 93B591065678; Tue, 3 Mar 2009 03:34:17 +0000 (UTC) (envelope-from marcus@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 66CB58FC23; Tue, 3 Mar 2009 03:34:17 +0000 (UTC) (envelope-from marcus@FreeBSD.org) Received: from freefall.freebsd.org (marcus@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.3/8.14.3) with ESMTP id n233YHRA028226; Tue, 3 Mar 2009 03:34:17 GMT (envelope-from marcus@freefall.freebsd.org) Received: (from marcus@localhost) by freefall.freebsd.org (8.14.3/8.14.3/Submit) id n233YH2P028222; Tue, 3 Mar 2009 03:34:17 GMT (envelope-from marcus) Date: Tue, 3 Mar 2009 03:34:17 GMT Message-Id: <200903030334.n233YH2P028222@freefall.freebsd.org> To: swhetzel@gmail.com, marcus@FreeBSD.org, gnome@FreeBSD.org From: marcus@FreeBSD.org Cc: Subject: Re: ports/131870: databases/libgda2: Sybase backend doesn't get installed 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, 03 Mar 2009 03:34:19 -0000 Synopsis: databases/libgda2: Sybase backend doesn't get installed State-Changed-From-To: open->closed State-Changed-By: marcus State-Changed-When: Tue Mar 3 03:34:01 UTC 2009 State-Changed-Why: Committed, thanks! http://www.freebsd.org/cgi/query-pr.cgi?pr=131870 From owner-freebsd-gnome@FreeBSD.ORG Tue Mar 3 03:37:51 2009 Return-Path: Delivered-To: gnome@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 8D57D1065673; Tue, 3 Mar 2009 03:37:51 +0000 (UTC) (envelope-from marcus@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 623FA8FC0A; Tue, 3 Mar 2009 03:37:51 +0000 (UTC) (envelope-from marcus@FreeBSD.org) Received: from freefall.freebsd.org (marcus@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.3/8.14.3) with ESMTP id n233bpLl028303; Tue, 3 Mar 2009 03:37:51 GMT (envelope-from marcus@freefall.freebsd.org) Received: (from marcus@localhost) by freefall.freebsd.org (8.14.3/8.14.3/Submit) id n233bo8x028299; Tue, 3 Mar 2009 03:37:50 GMT (envelope-from marcus) Date: Tue, 3 Mar 2009 03:37:50 GMT Message-Id: <200903030337.n233bo8x028299@freefall.freebsd.org> To: jh@sandstorm.net, marcus@FreeBSD.org, gnome@FreeBSD.org From: marcus@FreeBSD.org Cc: Subject: Re: ports/128826: sysutils/hal: hald-addon-mouse-sysmouse runs fstat to poll mice every 2s, eats CPU 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, 03 Mar 2009 03:37:51 -0000 Synopsis: sysutils/hal: hald-addon-mouse-sysmouse runs fstat to poll mice every 2s, eats CPU State-Changed-From-To: analyzed->closed State-Changed-By: marcus State-Changed-When: Tue Mar 3 03:37:27 UTC 2009 State-Changed-Why: This should now be fixed in recent versions of hal. http://www.freebsd.org/cgi/query-pr.cgi?pr=128826 From owner-freebsd-gnome@FreeBSD.ORG Tue Mar 3 03:39:10 2009 Return-Path: Delivered-To: gnome@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 2C219106566C; Tue, 3 Mar 2009 03:39:10 +0000 (UTC) (envelope-from marcus@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 00C3A8FC17; Tue, 3 Mar 2009 03:39:10 +0000 (UTC) (envelope-from marcus@FreeBSD.org) Received: from freefall.freebsd.org (marcus@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.3/8.14.3) with ESMTP id n233d9vg028460; Tue, 3 Mar 2009 03:39:09 GMT (envelope-from marcus@freefall.freebsd.org) Received: (from marcus@localhost) by freefall.freebsd.org (8.14.3/8.14.3/Submit) id n233d9bg028456; Tue, 3 Mar 2009 03:39:09 GMT (envelope-from marcus) Date: Tue, 3 Mar 2009 03:39:09 GMT Message-Id: <200903030339.n233d9bg028456@freefall.freebsd.org> To: romain@blogreen.org, marcus@FreeBSD.org, gnome@FreeBSD.org From: marcus@FreeBSD.org Cc: Subject: Re: ports/131075: [update] lang/vala version 0.4.0 to 0.5.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: Tue, 03 Mar 2009 03:39:10 -0000 Synopsis: [update] lang/vala version 0.4.0 to 0.5.6 State-Changed-From-To: open->analyzed State-Changed-By: marcus State-Changed-When: Tue Mar 3 03:38:29 UTC 2009 State-Changed-Why: Vala has been updated to 0.5.7 in MarcusCom CVS. It will be added to the ports tree when GNOME 2.26 is released. http://www.freebsd.org/cgi/query-pr.cgi?pr=131075 From owner-freebsd-gnome@FreeBSD.ORG Tue Mar 3 03:40:04 2009 Return-Path: Delivered-To: gnome@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 9101F106566C for ; Tue, 3 Mar 2009 03:40:04 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 7DF2E8FC0C for ; Tue, 3 Mar 2009 03:40:04 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.3/8.14.3) with ESMTP id n233e4Jj028562 for ; Tue, 3 Mar 2009 03:40:04 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.3/8.14.3/Submit) id n233e4xT028561; Tue, 3 Mar 2009 03:40:04 GMT (envelope-from gnats) Date: Tue, 3 Mar 2009 03:40:04 GMT Message-Id: <200903030340.n233e4xT028561@freefall.freebsd.org> To: gnome@FreeBSD.org From: dfilter@FreeBSD.ORG (dfilter service) Cc: Subject: Re: ports/131870: commit references a PR X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: dfilter service List-Id: GNOME for FreeBSD -- porting and maintaining List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 03 Mar 2009 03:40:05 -0000 The following reply was made to PR ports/131870; it has been noted by GNATS. From: dfilter@FreeBSD.ORG (dfilter service) To: bug-followup@FreeBSD.org Cc: Subject: Re: ports/131870: commit references a PR Date: Tue, 3 Mar 2009 03:34:00 +0000 (UTC) marcus 2009-03-03 03:33:51 UTC FreeBSD ports repository Modified files: databases/libgda2 Makefile Log: Remove Sybase support as it is Linux-only. PR: 131870 Submitted by: Scot Hetzel Revision Changes Path 1.87 +5 -3 ports/databases/libgda2/Makefile _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org" From owner-freebsd-gnome@FreeBSD.ORG Tue Mar 3 03:41:24 2009 Return-Path: Delivered-To: gnome@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 4BAE4106566B; Tue, 3 Mar 2009 03:41:24 +0000 (UTC) (envelope-from marcus@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 20A0E8FC18; Tue, 3 Mar 2009 03:41:24 +0000 (UTC) (envelope-from marcus@FreeBSD.org) Received: from freefall.freebsd.org (marcus@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.3/8.14.3) with ESMTP id n233fOEX035354; Tue, 3 Mar 2009 03:41:24 GMT (envelope-from marcus@freefall.freebsd.org) Received: (from marcus@localhost) by freefall.freebsd.org (8.14.3/8.14.3/Submit) id n233fNpb035350; Tue, 3 Mar 2009 03:41:23 GMT (envelope-from marcus) Date: Tue, 3 Mar 2009 03:41:23 GMT Message-Id: <200903030341.n233fNpb035350@freefall.freebsd.org> To: delphij@FreeBSD.org, marcus@FreeBSD.org, gnome@FreeBSD.org From: marcus@FreeBSD.org Cc: Subject: Re: ports/121670: [PATCH] Update converters/libiconv to 1.12 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, 03 Mar 2009 03:41:24 -0000 Synopsis: [PATCH] Update converters/libiconv to 1.12 State-Changed-From-To: open->closed State-Changed-By: marcus State-Changed-When: Tue Mar 3 03:40:29 UTC 2009 State-Changed-Why: Thanks for the submission, but 131769 includes a patch to address the GPLv3 issues. We'll address the upgrade as part of 131769. http://www.freebsd.org/cgi/query-pr.cgi?pr=121670 From owner-freebsd-gnome@FreeBSD.ORG Tue Mar 3 03:58:24 2009 Return-Path: Delivered-To: gnome@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 4ADB4106567C; Tue, 3 Mar 2009 03:58:24 +0000 (UTC) (envelope-from marcus@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 202CF8FC0A; Tue, 3 Mar 2009 03:58:24 +0000 (UTC) (envelope-from marcus@FreeBSD.org) Received: from freefall.freebsd.org (marcus@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.3/8.14.3) with ESMTP id n233wO50042355; Tue, 3 Mar 2009 03:58:24 GMT (envelope-from marcus@freefall.freebsd.org) Received: (from marcus@localhost) by freefall.freebsd.org (8.14.3/8.14.3/Submit) id n233wNgK042351; Tue, 3 Mar 2009 03:58:23 GMT (envelope-from marcus) Date: Tue, 3 Mar 2009 03:58:23 GMT Message-Id: <200903030358.n233wNgK042351@freefall.freebsd.org> To: areilly@bigpond.net.au, marcus@FreeBSD.org, gnome@FreeBSD.org From: marcus@FreeBSD.org Cc: Subject: Re: ports/131627: gnome/hal CDROM mounting still doesn't work for me 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, 03 Mar 2009 03:58:24 -0000 Synopsis: gnome/hal CDROM mounting still doesn't work for me State-Changed-From-To: open->feedback State-Changed-By: marcus State-Changed-When: Tue Mar 3 03:58:04 UTC 2009 State-Changed-Why: Is this still a problem with the latest hal? http://www.freebsd.org/cgi/query-pr.cgi?pr=131627 From owner-freebsd-gnome@FreeBSD.ORG Tue Mar 3 04:06:24 2009 Return-Path: Delivered-To: gnome@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id F11EF10656C9; Tue, 3 Mar 2009 04:06:23 +0000 (UTC) (envelope-from marcus@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id BCBFE8FC1F; Tue, 3 Mar 2009 04:06:23 +0000 (UTC) (envelope-from marcus@FreeBSD.org) Received: from freefall.freebsd.org (marcus@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.3/8.14.3) with ESMTP id n2346NcT049431; Tue, 3 Mar 2009 04:06:23 GMT (envelope-from marcus@freefall.freebsd.org) Received: (from marcus@localhost) by freefall.freebsd.org (8.14.3/8.14.3/Submit) id n2346NZ5049427; Tue, 3 Mar 2009 04:06:23 GMT (envelope-from marcus) Date: Tue, 3 Mar 2009 04:06:23 GMT Message-Id: <200903030406.n2346NZ5049427@freefall.freebsd.org> To: amdmi3@FreeBSD.org, marcus@FreeBSD.org, gnome@FreeBSD.org From: marcus@FreeBSD.org Cc: Subject: Re: ports/130503: security/seahorse: won't build with certain options disabled 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, 03 Mar 2009 04:06:26 -0000 Synopsis: security/seahorse: won't build with certain options disabled State-Changed-From-To: open->closed State-Changed-By: marcus State-Changed-When: Tue Mar 3 04:06:02 UTC 2009 State-Changed-Why: This should now be fixed. The HKP component is now mandatory. http://www.freebsd.org/cgi/query-pr.cgi?pr=130503 From owner-freebsd-gnome@FreeBSD.ORG Tue Mar 3 04:10:03 2009 Return-Path: Delivered-To: gnome@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id AE8791065675 for ; Tue, 3 Mar 2009 04:10:03 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 9D50E8FC08 for ; Tue, 3 Mar 2009 04:10:03 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.3/8.14.3) with ESMTP id n234A308049533 for ; Tue, 3 Mar 2009 04:10:03 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.3/8.14.3/Submit) id n234A3fC049532; Tue, 3 Mar 2009 04:10:03 GMT (envelope-from gnats) Date: Tue, 3 Mar 2009 04:10:03 GMT Message-Id: <200903030410.n234A3fC049532@freefall.freebsd.org> To: gnome@FreeBSD.org From: dfilter@FreeBSD.ORG (dfilter service) Cc: Subject: Re: ports/130503: commit references a PR X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: dfilter service List-Id: GNOME for FreeBSD -- porting and maintaining List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 03 Mar 2009 04:10:04 -0000 The following reply was made to PR ports/130503; it has been noted by GNATS. From: dfilter@FreeBSD.ORG (dfilter service) To: bug-followup@FreeBSD.org Cc: Subject: Re: ports/130503: commit references a PR Date: Tue, 3 Mar 2009 04:05:56 +0000 (UTC) marcus 2009-03-03 04:05:46 UTC FreeBSD ports repository Modified files: security/seahorse Makefile Log: Make the HKP interface mandatory. PR: 130503 Revision Changes Path 1.74 +2 -8 ports/security/seahorse/Makefile _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org" From owner-freebsd-gnome@FreeBSD.ORG Tue Mar 3 04:11:29 2009 Return-Path: Delivered-To: gnome@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 1C5891065743; Tue, 3 Mar 2009 04:11:29 +0000 (UTC) (envelope-from marcus@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id E689F8FC14; Tue, 3 Mar 2009 04:11:28 +0000 (UTC) (envelope-from marcus@FreeBSD.org) Received: from freefall.freebsd.org (marcus@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.3/8.14.3) with ESMTP id n234BSVm056365; Tue, 3 Mar 2009 04:11:28 GMT (envelope-from marcus@freefall.freebsd.org) Received: (from marcus@localhost) by freefall.freebsd.org (8.14.3/8.14.3/Submit) id n234BStK056361; Tue, 3 Mar 2009 04:11:28 GMT (envelope-from marcus) Date: Tue, 3 Mar 2009 04:11:28 GMT Message-Id: <200903030411.n234BStK056361@freefall.freebsd.org> To: marcus@FreeBSD.org, gnome@FreeBSD.org From: marcus@FreeBSD.org Cc: Subject: Re: ports/130187: [PATCH] irc/xchat switch to USE_TCL 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, 03 Mar 2009 04:11:29 -0000 Synopsis: [PATCH] irc/xchat switch to USE_TCL State-Changed-From-To: open->closed State-Changed-By: marcus State-Changed-When: Tue Mar 3 04:11:17 UTC 2009 State-Changed-Why: Committed, thanks! http://www.freebsd.org/cgi/query-pr.cgi?pr=130187 From owner-freebsd-gnome@FreeBSD.ORG Tue Mar 3 04:20:04 2009 Return-Path: Delivered-To: gnome@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A0DD61065687 for ; Tue, 3 Mar 2009 04:20:04 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 8FB498FC0A for ; Tue, 3 Mar 2009 04:20:04 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.3/8.14.3) with ESMTP id n234K4f8057705 for ; Tue, 3 Mar 2009 04:20:04 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.3/8.14.3/Submit) id n234K4AF057704; Tue, 3 Mar 2009 04:20:04 GMT (envelope-from gnats) Date: Tue, 3 Mar 2009 04:20:04 GMT Message-Id: <200903030420.n234K4AF057704@freefall.freebsd.org> To: gnome@FreeBSD.org From: dfilter@FreeBSD.ORG (dfilter service) Cc: Subject: Re: ports/130187: commit references a PR X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: dfilter service List-Id: GNOME for FreeBSD -- porting and maintaining List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 03 Mar 2009 04:20:05 -0000 The following reply was made to PR ports/130187; it has been noted by GNATS. From: dfilter@FreeBSD.ORG (dfilter service) To: bug-followup@FreeBSD.org Cc: Subject: Re: ports/130187: commit references a PR Date: Tue, 3 Mar 2009 04:11:28 +0000 (UTC) marcus 2009-03-03 04:11:13 UTC FreeBSD ports repository Modified files: irc/xchat Makefile Log: * Switch to USE_TCL infrastructure * Add support for tcl85 PR: 130187 Submitted by: mm Revision Changes Path 1.142 +5 -4 ports/irc/xchat/Makefile _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org" From owner-freebsd-gnome@FreeBSD.ORG Tue Mar 3 06:03:50 2009 Return-Path: Delivered-To: gnome@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C1E9E106570F; Tue, 3 Mar 2009 06:03:50 +0000 (UTC) (envelope-from areilly@bigpond.net.au) Received: from nschwqsrv02p.mx.bigpond.com (nschwqsrv02p.mx.bigpond.com [61.9.189.234]) by mx1.freebsd.org (Postfix) with ESMTP id 221968FC14; Tue, 3 Mar 2009 06:03:49 +0000 (UTC) (envelope-from areilly@bigpond.net.au) Received: from nschwotgx01p.mx.bigpond.com ([124.188.162.219]) by nschwmtas01p.mx.bigpond.com with ESMTP id <20090303041945.LVIH412.nschwmtas01p.mx.bigpond.com@nschwotgx01p.mx.bigpond.com>; Tue, 3 Mar 2009 04:19:45 +0000 Received: from duncan.reilly.home ([124.188.162.219]) by nschwotgx01p.mx.bigpond.com with ESMTP id <20090303041939.LJSF807.nschwotgx01p.mx.bigpond.com@duncan.reilly.home>; Tue, 3 Mar 2009 04:19:39 +0000 Date: Tue, 3 Mar 2009 15:19:39 +1100 From: Andrew Reilly To: marcus@FreeBSD.org Message-ID: <20090303151939.4a68ef27@duncan.reilly.home> In-Reply-To: <200903030358.n233wNgK042351@freefall.freebsd.org> References: <200903030358.n233wNgK042351@freefall.freebsd.org> X-Mailer: Claws Mail 3.7.0 (GTK+ 2.14.7; amd64-portbld-freebsd7.1) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-RPD-ScanID: Class unknown; VirusThreatLevel unknown, RefID str=0001.0A150203.49ACAFDC.001D,ss=1,fgs=0 Cc: gnome@FreeBSD.org, marcus@FreeBSD.org Subject: Re: ports/131627: gnome/hal CDROM mounting still doesn't work for me 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, 03 Mar 2009 06:03:59 -0000 Hi Marcus, On Tue, 3 Mar 2009 03:58:23 GMT marcus@FreeBSD.org wrote: > Synopsis: gnome/hal CDROM mounting still doesn't work for me > > State-Changed-From-To: open->feedback > State-Changed-By: marcus > State-Changed-When: Tue Mar 3 03:58:04 UTC 2009 > State-Changed-Why: > Is this still a problem with the latest hal? I'm running hal-0.5.11_18, and my ports tree was csupped and portmaster -a'd over the weekend. Behaviour of non-mounting CD-ROMs seems exactly the same. That is: I can mount them in the traditional way with sudo mount -t cd9660 /dev/acd0 /cdrom, and they show up in the "Computer" browser of Nautilus (complete with correct label), but Natuilus won't mount them, even when asked to. > > http://www.freebsd.org/cgi/query-pr.cgi?pr=131627 BTW: probably hal related, and I should check to see whether there's another PR that I can reference: since the upgrade to gnome2-2.24 or there-abouts, I haven't been able to shutdown or reboot with the GUI. I used to be able to with the System->Shutdown menu, but that only offers Hibernate now. I also used to be able to from the GDM login window, but not now, either. So it's back to the command line for that, too... Let me know if there's anything about my setup or configuration that you'd like me to check or change. Cheers, Andrew From owner-freebsd-gnome@FreeBSD.ORG Tue Mar 3 07:40:13 2009 Return-Path: Delivered-To: gnome@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E1202106564A for ; Tue, 3 Mar 2009 07:40:13 +0000 (UTC) (envelope-from marcus@FreeBSD.org) Received: from creme-brulee.marcuscom.com (marcuscom-pt.tunnel.tserv1.fmt.ipv6.he.net [IPv6:2001:470:1f00:ffff::1279]) by mx1.freebsd.org (Postfix) with ESMTP id E6E898FC1A for ; Tue, 3 Mar 2009 07:40:12 +0000 (UTC) (envelope-from marcus@FreeBSD.org) Received: from [IPv6:2001:470:1f00:2464::4] (shumai.marcuscom.com [IPv6:2001:470:1f00:2464::4]) by creme-brulee.marcuscom.com (8.14.3/8.14.3) with ESMTP id n237fpgh050469; Tue, 3 Mar 2009 02:41:51 -0500 (EST) (envelope-from marcus@FreeBSD.org) From: Joe Marcus Clarke To: Andrew Reilly In-Reply-To: <20090303151939.4a68ef27@duncan.reilly.home> References: <200903030358.n233wNgK042351@freefall.freebsd.org> <20090303151939.4a68ef27@duncan.reilly.home> Content-Type: multipart/signed; micalg="pgp-sha1"; protocol="application/pgp-signature"; boundary="=-6RqW4AdYvsSuKu9SO1e/" Organization: FreeBSD, Inc. Date: Tue, 03 Mar 2009 02:40:01 -0500 Message-Id: <1236066001.37252.183.camel@shumai.marcuscom.com> Mime-Version: 1.0 X-Mailer: Evolution 2.24.5 FreeBSD GNOME Team Port X-Spam-Status: No, score=-2.6 required=5.0 tests=BAYES_00,NO_RELAYS autolearn=ham version=3.2.5 X-Spam-Checker-Version: SpamAssassin 3.2.5 (2008-06-10) on creme-brulee.marcuscom.com Cc: gnome@FreeBSD.org Subject: Re: ports/131627: gnome/hal CDROM mounting still doesn't work for me 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, 03 Mar 2009 07:40:14 -0000 --=-6RqW4AdYvsSuKu9SO1e/ Content-Type: text/plain Content-Transfer-Encoding: quoted-printable On Tue, 2009-03-03 at 15:19 +1100, Andrew Reilly wrote: > Hi Marcus, >=20 > On Tue, 3 Mar 2009 03:58:23 GMT > marcus@FreeBSD.org wrote: >=20 > > Synopsis: gnome/hal CDROM mounting still doesn't work for me > >=20 > > State-Changed-From-To: open->feedback > > State-Changed-By: marcus > > State-Changed-When: Tue Mar 3 03:58:04 UTC 2009 > > State-Changed-Why:=20 > > Is this still a problem with the latest hal? >=20 > I'm running hal-0.5.11_18, and my ports tree was csupped and > portmaster -a'd over the weekend. Behaviour of non-mounting > CD-ROMs seems exactly the same. That is: I can mount them in the > traditional way with sudo mount -t cd9660 /dev/acd0 /cdrom, and > they show up in the "Computer" browser of Nautilus (complete with > correct label), but Natuilus won't mount them, even when asked to. >=20 > >=20 > > http://www.freebsd.org/cgi/query-pr.cgi?pr=3D131627 >=20 > BTW: probably hal related, and I should check to see whether > there's another PR that I can reference: since the upgrade to > gnome2-2.24 or there-abouts, I haven't been able to shutdown or > reboot with the GUI. I used to be able to with the > System->Shutdown menu, but that only offers Hibernate now. I > also used to be able to from the GDM login window, but not now, > either. So it's back to the command line for that, too... >=20 > Let me know if there's anything about my setup or configuration > that you'd like me to check or change. Try adding: to PolicyKit.conf right after the root entry at the top. Joe >=20 > Cheers, >=20 > Andrew >=20 --=20 Joe Marcus Clarke FreeBSD GNOME Team :: gnome@FreeBSD.org FreeNode / #freebsd-gnome http://www.FreeBSD.org/gnome --=-6RqW4AdYvsSuKu9SO1e/ Content-Type: application/pgp-signature; name="signature.asc" Content-Description: This is a digitally signed message part -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.9 (FreeBSD) iEYEABECAAYFAkms3tAACgkQb2iPiv4Uz4fP1QCcD6CEUCgvDvSTz/vj+bS0n+LP LgoAoITAG4xsEMcYwmug5y4iiFSDKNri =xz4v -----END PGP SIGNATURE----- --=-6RqW4AdYvsSuKu9SO1e/-- From owner-freebsd-gnome@FreeBSD.ORG Tue Mar 3 07:41:05 2009 Return-Path: Delivered-To: gnome@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 2B40F106564A for ; Tue, 3 Mar 2009 07:41:05 +0000 (UTC) (envelope-from marcus@FreeBSD.org) Received: from creme-brulee.marcuscom.com (marcuscom-pt.tunnel.tserv1.fmt.ipv6.he.net [IPv6:2001:470:1f00:ffff::1279]) by mx1.freebsd.org (Postfix) with ESMTP id B1B0F8FC17 for ; Tue, 3 Mar 2009 07:41:04 +0000 (UTC) (envelope-from marcus@FreeBSD.org) Received: from [IPv6:2001:470:1f00:2464::4] (shumai.marcuscom.com [IPv6:2001:470:1f00:2464::4]) by creme-brulee.marcuscom.com (8.14.3/8.14.3) with ESMTP id n237gnQ5050485; Tue, 3 Mar 2009 02:42:49 -0500 (EST) (envelope-from marcus@FreeBSD.org) From: Joe Marcus Clarke To: Andrew Reilly In-Reply-To: <20090303151939.4a68ef27@duncan.reilly.home> References: <200903030358.n233wNgK042351@freefall.freebsd.org> <20090303151939.4a68ef27@duncan.reilly.home> Content-Type: multipart/signed; micalg="pgp-sha1"; protocol="application/pgp-signature"; boundary="=-J4s/6hUIxmoyzKRggexc" Organization: FreeBSD, Inc. Date: Tue, 03 Mar 2009 02:40:59 -0500 Message-Id: <1236066059.37252.184.camel@shumai.marcuscom.com> Mime-Version: 1.0 X-Mailer: Evolution 2.24.5 FreeBSD GNOME Team Port X-Spam-Status: No, score=-2.6 required=5.0 tests=BAYES_00,NO_RELAYS autolearn=ham version=3.2.5 X-Spam-Checker-Version: SpamAssassin 3.2.5 (2008-06-10) on creme-brulee.marcuscom.com Cc: gnome@FreeBSD.org Subject: Re: ports/131627: gnome/hal CDROM mounting still doesn't work for me 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, 03 Mar 2009 07:41:05 -0000 --=-J4s/6hUIxmoyzKRggexc Content-Type: text/plain Content-Transfer-Encoding: quoted-printable On Tue, 2009-03-03 at 15:19 +1100, Andrew Reilly wrote: > Hi Marcus, >=20 > On Tue, 3 Mar 2009 03:58:23 GMT > marcus@FreeBSD.org wrote: >=20 > > Synopsis: gnome/hal CDROM mounting still doesn't work for me > >=20 > > State-Changed-From-To: open->feedback > > State-Changed-By: marcus > > State-Changed-When: Tue Mar 3 03:58:04 UTC 2009 > > State-Changed-Why:=20 > > Is this still a problem with the latest hal? >=20 > I'm running hal-0.5.11_18, and my ports tree was csupped and > portmaster -a'd over the weekend. Behaviour of non-mounting > CD-ROMs seems exactly the same. That is: I can mount them in the > traditional way with sudo mount -t cd9660 /dev/acd0 /cdrom, and > they show up in the "Computer" browser of Nautilus (complete with > correct label), but Natuilus won't mount them, even when asked to. >=20 > >=20 > > http://www.freebsd.org/cgi/query-pr.cgi?pr=3D131627 >=20 > BTW: probably hal related, and I should check to see whether > there's another PR that I can reference: since the upgrade to > gnome2-2.24 or there-abouts, I haven't been able to shutdown or > reboot with the GUI. I used to be able to with the > System->Shutdown menu, but that only offers Hibernate now. I > also used to be able to from the GDM login window, but not now, > either. So it's back to the command line for that, too... >=20 > Let me know if there's anything about my setup or configuration > that you'd like me to check or change. Additionally, the group attribute to match is not allowed. You need to pull those out. The only attributes supported are user and action. Joe >=20 > Cheers, >=20 > Andrew >=20 --=20 Joe Marcus Clarke FreeBSD GNOME Team :: gnome@FreeBSD.org FreeNode / #freebsd-gnome http://www.FreeBSD.org/gnome --=-J4s/6hUIxmoyzKRggexc Content-Type: application/pgp-signature; name="signature.asc" Content-Description: This is a digitally signed message part -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.9 (FreeBSD) iEYEABECAAYFAkms3woACgkQb2iPiv4Uz4co0ACgqDGt1ype9ehq8tiDkrHfCwwk n0wAn28RTPQTc+Ff9pGvLJf2DyLpn/20 =GQfK -----END PGP SIGNATURE----- --=-J4s/6hUIxmoyzKRggexc-- From owner-freebsd-gnome@FreeBSD.ORG Tue Mar 3 08:16:13 2009 Return-Path: Delivered-To: gnome@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 11D9A106566B; Tue, 3 Mar 2009 08:16:13 +0000 (UTC) (envelope-from areilly@bigpond.net.au) Received: from nschwmtas04p.mx.bigpond.com (nschwmtas04p.mx.bigpond.com [61.9.189.146]) by mx1.freebsd.org (Postfix) with ESMTP id 64DAD8FC08; Tue, 3 Mar 2009 08:16:12 +0000 (UTC) (envelope-from areilly@bigpond.net.au) Received: from nschwotgx03p.mx.bigpond.com ([124.188.162.219]) by nschwmtas04p.mx.bigpond.com with ESMTP id <20090303081605.VNEI12089.nschwmtas04p.mx.bigpond.com@nschwotgx03p.mx.bigpond.com>; Tue, 3 Mar 2009 08:16:05 +0000 Received: from duncan.reilly.home ([124.188.162.219]) by nschwotgx03p.mx.bigpond.com with ESMTP id <20090303081604.HBNF7357.nschwotgx03p.mx.bigpond.com@duncan.reilly.home>; Tue, 3 Mar 2009 08:16:04 +0000 Date: Tue, 3 Mar 2009 19:16:04 +1100 From: Andrew Reilly To: Joe Marcus Clarke Message-ID: <20090303191604.42bdd0e0@duncan.reilly.home> In-Reply-To: <1236066059.37252.184.camel@shumai.marcuscom.com> References: <200903030358.n233wNgK042351@freefall.freebsd.org> <20090303151939.4a68ef27@duncan.reilly.home> <1236066059.37252.184.camel@shumai.marcuscom.com> X-Mailer: Claws Mail 3.7.0 (GTK+ 2.14.7; amd64-portbld-freebsd7.1) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Authentication-Info: Submitted using SMTP AUTH LOGIN at nschwotgx03p.mx.bigpond.com from [124.188.162.219] using ID areilly@bigpond.net.au at Tue, 3 Mar 2009 08:16:04 +0000 X-RPD-ScanID: Class unknown; VirusThreatLevel unknown, RefID str=0001.0A150204.49ACE745.004F,ss=1,fgs=0 Cc: gnome@FreeBSD.org Subject: Re: ports/131627: gnome/hal CDROM mounting still doesn't work for me 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, 03 Mar 2009 08:16:13 -0000 On Tue, 03 Mar 2009 02:40:59 -0500 Joe Marcus Clarke wrote: > Additionally, the group attribute to match is not allowed. You need to > pull those out. The only attributes supported are user and action. Not sure whether the cure was this suggestion or the previous (to put an over-all user="andrew" match straight after root), but the result is that all seems to be as it should be. Thanks! Shame about not having a group match facility: that would mirror the way the operator group works. Cheers, -- Andrew From owner-freebsd-gnome@FreeBSD.ORG Tue Mar 3 14:16:01 2009 Return-Path: Delivered-To: freebsd-gnome@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 0824C1065673 for ; Tue, 3 Mar 2009 14:16:01 +0000 (UTC) (envelope-from return.Qa9Au_RUK1C.86042.1245.mail@message-business.com) Received: from vsmtp022.message-business.com (vsmtp022.message-business.com [217.174.193.227]) by mx1.freebsd.org (Postfix) with ESMTP id 530768FC0A for ; Tue, 3 Mar 2009 14:16:00 +0000 (UTC) (envelope-from return.Qa9Au_RUK1C.86042.1245.mail@message-business.com) Received: vsmtp022.message-business.com DomainKey-Signature: a=rsa-sha1; s=smtp1; d=message-business.com; c=nofws; q=dns; b=DR9txCOVTO5nmYfIEUHClWM+fHUYUgaQD4C4T7rGEC42KacEuuWX41lVPq7E6pidE BNlaGDfqYIzmI4vq8P7Fg== From: "MisterBabel.com" To: "'freebsd-gnome@freebsd.org'" Date: Tue, 03 Mar 2009 14:48:09 +0100 MIME-Version: 1.0 X-Mailer: aspNetEmail ver 3.6.0.35 X-Envelope-To: freebsd-gnome@freebsd.org List-Owner: Errors-To: return.Qa9Au_RUK1C.86042.1245.mail@message-business.com X-Mailer: MESSAGE BUSINESS Mail Sender, V1.26.2008.09.17 (c) www.messagebu siness.com X-Comment-1: Message Business is supporting SPF, SenderID and DomainKeys X-Comment-2: For unsollicitated email, contact abuse @ message-business . com X-Comment-3: with reference 1/1245/86042/47070944 Message-ID: Content-Type: text/plain; charset="ISO-8859-15" Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: Offre anniversaire X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: contact4@misterbabel.com List-Id: GNOME for FreeBSD -- porting and maintaining List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 03 Mar 2009 14:16:01 -0000 Besoin de traduction?=0D=0A MisterBabel=2Ecom=0D=0A 100=25 en ligne, 10= 0=25 humain=0D=0A Le meilleur rapport R=E9activit=E9 / Qualit=E9 / Pri= x =0D=0A=0D=0AToutes vos traductions professionnelles, emails, sites = Internet, courriers, plaquettes, =2E=2E=2E =0D=0A=0D=0A94=25 des traducti= ons d=E9pos=E9es en ligne en 2008 on =E9t=E9 livr=E9es en moins de 24h =0D= =0A=0D=0A=0D=0AR=E9activit=E9=0D=0A=0D=0ATraductions professionnelles en = ligne =0D=0A7j/7, 24h/24 =0D=0A=0D=0A=0D=0ASimplicit=E9 =0D=0A=0D=0AEn li= gne, consultable n=27importe o=F9, n=27importe quand =0D=0APas de devis g= r=E2ce =E0 la carte de traduction pr=E9pay=E9e =0D=0A=0D=0A=0D=0AQualit=E9= =0D=0ATous nos traducteurs sont des professionnels de la traduction =0D=0A= Ils sont tous signataires de la CHARTE DE QUALIT=C9 MisterBabel =0D=0A=0D= =0A=0D=0AProfitez de notre offre anniversaire : 10 euros offerts =0D=0A= Pour tout achat d=27un Pack au choix =0D=0AVotre code promo: 1AN (offre v= alable pour tout premier achat ou toute recharge, valable jusqu=27au 31 m= ars 2009) =0D=0A=0D=0A =0D=0A=0D=0A=0D=0AL=27=E9quipe MisterBabel =E0 v= otre service=0D=0Aau 08 92 70 12 42 (0,34 euros la minute)=0D=0Aou contac= t=40misterbabel=2Ecom =0D=0A=0D=0A=09=0D=0AOffres non cumulables=0D=0ASi = vous ne souhaitez plus recevoir de messages de la part de MisterBabel, cl= iquez ici ( http://www=2Eomkg=2Enet/D1/QtyyjtI/QiA13wmQr/Qa9Au_RUK1C=2Eas= px ) =0D=0A=0D=0A =0D=0A =0D=0A=0D=0A From owner-freebsd-gnome@FreeBSD.ORG Tue Mar 3 17:41:04 2009 Return-Path: Delivered-To: gnome@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C0FE310658F6; Tue, 3 Mar 2009 17:41:04 +0000 (UTC) (envelope-from marcus@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 932598FC2D; Tue, 3 Mar 2009 17:41:03 +0000 (UTC) (envelope-from marcus@FreeBSD.org) Received: from freefall.freebsd.org (marcus@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.3/8.14.3) with ESMTP id n23Hf3ti082969; Tue, 3 Mar 2009 17:41:03 GMT (envelope-from marcus@freefall.freebsd.org) Received: (from marcus@localhost) by freefall.freebsd.org (8.14.3/8.14.3/Submit) id n23Hf3VQ082965; Tue, 3 Mar 2009 17:41:03 GMT (envelope-from marcus) Date: Tue, 3 Mar 2009 17:41:03 GMT Message-Id: <200903031741.n23Hf3VQ082965@freefall.freebsd.org> To: areilly@bigpond.net.au, marcus@FreeBSD.org, gnome@FreeBSD.org From: marcus@FreeBSD.org Cc: Subject: Re: ports/131627: gnome/hal CDROM mounting still doesn't work for me 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, 03 Mar 2009 17:41:08 -0000 Synopsis: gnome/hal CDROM mounting still doesn't work for me State-Changed-From-To: feedback->closed State-Changed-By: marcus State-Changed-When: Tue Mar 3 17:40:40 UTC 2009 State-Changed-Why: Problem was a misconfiguration. The group attribute is not valid for the match element. http://www.freebsd.org/cgi/query-pr.cgi?pr=131627 From owner-freebsd-gnome@FreeBSD.ORG Tue Mar 3 20:36:19 2009 Return-Path: Delivered-To: gnome@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A0CEE106573C for ; Tue, 3 Mar 2009 20:36:19 +0000 (UTC) (envelope-from stas@FreeBSD.org) Received: from mx0.deglitch.com (backbone.deglitch.com [IPv6:2001:16d8:fffb:4::abba]) by mx1.freebsd.org (Postfix) with ESMTP id 13B8E8FC19 for ; Tue, 3 Mar 2009 20:36:18 +0000 (UTC) (envelope-from stas@FreeBSD.org) Received: from DSPAM-Daemon (localhost [127.0.0.1]) by mx0.deglitch.com (Postfix) with SMTP id ED0748FC2B for ; Tue, 3 Mar 2009 23:36:15 +0300 (MSK) Received: from orion.SpringDaemons.com (drsun1.static.corbina.ru [85.21.245.235]) by mx0.deglitch.com (Postfix) with ESMTPA id 7C1DF8FC1D; Tue, 3 Mar 2009 23:36:15 +0300 (MSK) Received: from orion (localhost [127.0.0.1]) by orion.SpringDaemons.com (Postfix) with SMTP id 4CE3E39A90; Tue, 3 Mar 2009 23:36:33 +0300 (MSK) Date: Tue, 3 Mar 2009 23:36:26 +0300 From: Stanislav Sedov To: "Andrew W. Nosenko" Message-Id: <20090303233626.c79881c6.stas@FreeBSD.org> In-Reply-To: <6161f3180902270234t4d70cae0i900fe470939d0f9d@mail.gmail.com> References: <20090224021026.ba40bdc2.stas@FreeBSD.org> <1235598615.3297.60.camel@shumai.marcuscom.com> <20090226171804.8681e79c.stas@FreeBSD.org> <6161f3180902260653x2a6705l69b36c01b41caca0@mail.gmail.com> <20090226223059.9e23c3dc.stas@FreeBSD.org> <6161f3180902270234t4d70cae0i900fe470939d0f9d@mail.gmail.com> Organization: The FreeBSD Project X-XMPP: ssedov@jabber.ru X-Voice: +7 916 849 20 23 X-PGP-Fingerprint: F21E D6CC 5626 9609 6CE2 A385 2BF5 5993 EB26 9581 X-Mailer: carrier-pigeon Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-DSPAM-Result: Innocent X-DSPAM-Processed: Tue Mar 3 23:36:15 2009 X-DSPAM-Confidence: 1.0000 X-DSPAM-Improbability: 1 in 98689409 chance of being spam X-DSPAM-Probability: 0.0023 X-DSPAM-Signature: 49ad94bf967001256712635 Cc: Stanislav Sedov , gnome@freebsd.org Subject: Re: [FreeBSD port]: devel/glib20 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, 03 Mar 2009 20:36:20 -0000 -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 On Fri, 27 Feb 2009 12:34:12 +0200 "Andrew W. Nosenko" mentioned: > > No. It just collection of files that included by the '.' (dot) > command of shell into .profile execution chain. Something like > > $ echo 'G_BROKEN_FILENAMES=yes' > /usr/local/etc/profile.d/glib20.sh > $ chmod +x /usr/local/etc/profile.d/glib20.sh > > But I personally would to prefer UTF-8 filenames even when under > koi8-u locale, because it gives highly better interoperability between > desktops (GOME/KDE/XFCE) and users (some uses German at all just for > don't forget this language). This will work only with "sh". > > My personal vote: leave Glib as it is. Everything what you want may > be ahieved just by tuning environment variables. > My point is that system should be consistent. Imagine you had to tune each application with its specific environment variables. Encoding could be extracted from LANG. Every other application uses it. I can't see why gnome apps can not. - -- Stanislav Sedov ST4096-RIPE -----BEGIN PGP SIGNATURE----- iEYEARECAAYFAkmtlNEACgkQK/VZk+smlYHiIQCePnN4xZG267n4J/aCEs9c0pbF PbYAnAmN+Rkd4YvXax/kJReae1x26E34 =DZYt -----END PGP SIGNATURE----- !DSPAM:49ad94bf967001256712635! From owner-freebsd-gnome@FreeBSD.ORG Tue Mar 3 20:39:51 2009 Return-Path: Delivered-To: gnome@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A6213106564A for ; Tue, 3 Mar 2009 20:39:51 +0000 (UTC) (envelope-from stas@FreeBSD.org) Received: from mx0.deglitch.com (backbone.deglitch.com [IPv6:2001:16d8:fffb:4::abba]) by mx1.freebsd.org (Postfix) with ESMTP id CE1728FC1D for ; Tue, 3 Mar 2009 20:39:49 +0000 (UTC) (envelope-from stas@FreeBSD.org) Received: from DSPAM-Daemon (localhost [127.0.0.1]) by mx0.deglitch.com (Postfix) with SMTP id A53E98FC51 for ; Tue, 3 Mar 2009 23:39:48 +0300 (MSK) Received: from orion.SpringDaemons.com (drsun1.static.corbina.ru [85.21.245.235]) by mx0.deglitch.com (Postfix) with ESMTPA id 85B3D8FC4E; Tue, 3 Mar 2009 23:39:47 +0300 (MSK) Received: from orion (localhost [127.0.0.1]) by orion.SpringDaemons.com (Postfix) with SMTP id EEE3939A90; Tue, 3 Mar 2009 23:40:04 +0300 (MSK) Date: Tue, 3 Mar 2009 23:40:04 +0300 From: Stanislav Sedov To: Alexander Nedotsukov Message-Id: <20090303234004.87544fc0.stas@FreeBSD.org> In-Reply-To: <3d89f0fc69b803898f61d8c0bedfc79a@mail> References: <20090224021026.ba40bdc2.stas@FreeBSD.org> <96ccb314d4001b2d09a4ed33fa20a330@mail> <20090226171049.89fade07.stas@FreeBSD.org> <3d89f0fc69b803898f61d8c0bedfc79a@mail> Organization: The FreeBSD Project X-XMPP: ssedov@jabber.ru X-Voice: +7 916 849 20 23 X-PGP-Fingerprint: F21E D6CC 5626 9609 6CE2 A385 2BF5 5993 EB26 9581 X-Mailer: carrier-pigeon Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-DSPAM-Result: Innocent X-DSPAM-Processed: Tue Mar 3 23:39:48 2009 X-DSPAM-Confidence: 0.9899 X-DSPAM-Improbability: 1 in 9809 chance of being spam X-DSPAM-Probability: 0.0000 X-DSPAM-Signature: 49ad9594967001203046236 Cc: gnome@FreeBSD.org Subject: Re: [FreeBSD port]: devel/glib20 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, 03 Mar 2009 20:39:52 -0000 -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 On Fri, 27 Feb 2009 15:38:51 +0900 Alexander Nedotsukov mentioned: > > Stanislav, > > This "nasty" GLib behavior is for a reason. Well at least from the CJK > biased GLib developers point of view :-) The belief is there are reasonable > amount of users who switches between UTF and non-UTF locales often. ATM > GLib tries to validate filename as UTF-8 encoded first and fallback to the > current locale encoding if it is not. This does not look normal to me but > anyway. > However, it seems that this autodetection does not work. OTOH, it seem to work fine with G_BROKEN_FILENAMES set. Do you think it will harm to have this behavior as default? - -- Stanislav Sedov ST4096-RIPE -----BEGIN PGP SIGNATURE----- iEYEARECAAYFAkmtlaQACgkQK/VZk+smlYG1rwCeJeiz63fDu9fqCVenPFgWLyy3 NcEAnRlYsiHO0njZ61UAKRtrGnjqQryT =v5Av -----END PGP SIGNATURE----- !DSPAM:49ad9594967001203046236! From owner-freebsd-gnome@FreeBSD.ORG Wed Mar 4 06:43:49 2009 Return-Path: Delivered-To: gnome@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 0CB3D106566C; Wed, 4 Mar 2009 06:43:49 +0000 (UTC) (envelope-from linimon@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id D66118FC08; Wed, 4 Mar 2009 06:43:48 +0000 (UTC) (envelope-from linimon@FreeBSD.org) Received: from freefall.freebsd.org (linimon@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.3/8.14.3) with ESMTP id n246hmXp074303; Wed, 4 Mar 2009 06:43:48 GMT (envelope-from linimon@freefall.freebsd.org) Received: (from linimon@localhost) by freefall.freebsd.org (8.14.3/8.14.3/Submit) id n246hmEB074299; Wed, 4 Mar 2009 06:43:48 GMT (envelope-from linimon) Date: Wed, 4 Mar 2009 06:43:48 GMT Message-Id: <200903040643.n246hmEB074299@freefall.freebsd.org> To: linimon@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, gnome@FreeBSD.org From: linimon@FreeBSD.org Cc: Subject: Re: ports/132292: x11-toolkits/py-gtk2: Py-GTK2 2.13.0 will not compile from ports. 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, 04 Mar 2009 06:43:49 -0000 Old Synopsis: Py-GTK2 2.13.0 will not compile from ports. New Synopsis: x11-toolkits/py-gtk2: Py-GTK2 2.13.0 will not compile from ports. Responsible-Changed-From-To: freebsd-ports-bugs->gnome Responsible-Changed-By: linimon Responsible-Changed-When: Wed Mar 4 06:43:11 UTC 2009 Responsible-Changed-Why: Over to maintainer(s). http://www.freebsd.org/cgi/query-pr.cgi?pr=132292 From owner-freebsd-gnome@FreeBSD.ORG Wed Mar 4 09:20:13 2009 Return-Path: Delivered-To: gnome@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id ACF0E106564A; Wed, 4 Mar 2009 09:20:13 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 82AA88FC0A; Wed, 4 Mar 2009 09:20:13 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (edwin@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.3/8.14.3) with ESMTP id n249KDaq016766; Wed, 4 Mar 2009 09:20:13 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.3/8.14.3/Submit) id n249KDA7016756; Wed, 4 Mar 2009 09:20:13 GMT (envelope-from edwin) Date: Wed, 4 Mar 2009 09:20:13 GMT Message-Id: <200903040920.n249KDA7016756@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, gnome@FreeBSD.org From: edwin@FreeBSD.org Cc: Subject: Re: ports/132304: ports/devel/dbus misses /var/db/dbus/machine-id in diskless environment 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, 04 Mar 2009 09:20:14 -0000 Synopsis: ports/devel/dbus misses /var/db/dbus/machine-id in diskless environment Responsible-Changed-From-To: freebsd-ports-bugs->gnome Responsible-Changed-By: edwin Responsible-Changed-When: Wed Mar 4 09:20:12 UTC 2009 Responsible-Changed-Why: Over to maintainer (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=132304 From owner-freebsd-gnome@FreeBSD.ORG Wed Mar 4 11:33:10 2009 Return-Path: Delivered-To: gnome@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 5237F1065670 for ; Wed, 4 Mar 2009 11:33:10 +0000 (UTC) (envelope-from udo@ihxian.com) Received: from ti-out-0910.google.com (ti-out-0910.google.com [209.85.142.187]) by mx1.freebsd.org (Postfix) with ESMTP id EE3248FC13 for ; Wed, 4 Mar 2009 11:33:09 +0000 (UTC) (envelope-from udo@ihxian.com) Received: by ti-out-0910.google.com with SMTP id a1so3359988tib.3 for ; Wed, 04 Mar 2009 03:33:08 -0800 (PST) Received: by 10.110.47.9 with SMTP id u9mr12034059tiu.39.1236164905521; Wed, 04 Mar 2009 03:08:25 -0800 (PST) Received: from i18n-dt.ihxian.com ([220.181.65.182]) by mx.google.com with ESMTPS id 22sm222071tim.24.2009.03.04.03.08.23 (version=SSLv3 cipher=RC4-MD5); Wed, 04 Mar 2009 03:08:24 -0800 (PST) Message-ID: <49AE6146.80400@ihxian.com> Date: Wed, 04 Mar 2009 19:08:54 +0800 From: =?UTF-8?B?VWRvIE3DvGxsZXI=?= User-Agent: Thunderbird 2.0.0.19 (X11/20090302) MIME-Version: 1.0 To: gnome@FreeBSD.org Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Cc: Subject: FreeBSD Port: deskutils/alacarte 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, 04 Mar 2009 11:33:10 -0000 New "alacarte" is not buildable. I tried it several times. snip ----------------------------------------------------- checking whether /usr/local/bin/python2.5 version is >= 2.6.0... no checking whether /usr/local/bin/python2.5 version is >= 2.5.0... yes checking for version... 2.5 checking for platform... freebsd7 checking for script directory... ${prefix}/lib/python2.5/site-packages checking for extension module directory... ${exec_prefix}/lib/python2.5/site-packages checking for pkg-config... /usr/local/bin/pkg-config checking pkg-config is at least version 0.9.0... yes checking for ALACARTE... yes checking for pygobject 2.15.1 installed for python required_python_abi... not found configure: error: required pygobject version not found ===> Script "configure" failed unexpectedly. Please run 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 build failure to the FreeBSD GNOME team at gnome@FreeBSD.org, and attach (a) "/usr/ports/deskutils/alacarte/work/alacarte-0.11.9/config.log", (b) the output of the failed make command, and (c) the gnomelogalyzer output. Also, it might be a good idea to provide an overview of all packages installed on your system (i.e. an `ls /var/db/pkg`). Put your attachment up on any website, copy-and-paste into http://freebsd-gnome.pastebin.com, or use send-pr(1) with the attachment. Try to avoid sending any attachments to the mailing list (gnome@FreeBSD.org), because attachments sent to FreeBSD mailing lists are usually discarded by the mailing list software. *** Error code 1 Stop in /usr/ports/deskutils/alacarte. snap ------------------------------------------------------------------- pygobject version should be 2.16.1, not 2.15.1, maybe this is the mistake. Regards, Udo. From owner-freebsd-gnome@FreeBSD.ORG Wed Mar 4 11:41:29 2009 Return-Path: Delivered-To: gnome@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 31E5E106564A for ; Wed, 4 Mar 2009 11:41:29 +0000 (UTC) (envelope-from sales@computerwide.net) Received: from computerwide.net (netblock-68-183-173-229.dslextreme.com [68.183.173.229]) by mx1.freebsd.org (Postfix) with SMTP id 7FEE58FC22 for ; Wed, 4 Mar 2009 11:41:26 +0000 (UTC) (envelope-from sales@computerwide.net) From: "ComputerWide" To: "gnome@freebsd.org" Date: Wed, 4 Mar 2009 03:41:22 -0800 Message-ID: <41889494.20090304034122@computerwide.net> MIME-Version: 1.0 X-Priority: 3 (Normal) Importance: Normal Organization: ComputerWide, Inc. X-Mailer: EM: 4.52.0.790 Content-Type: text/plain; charset="ISO-8859-1" Content-Transfer-Encoding: quoted-printable Cc: Subject: [ A D V ] Networking and Notebooks... X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: ComputerWide List-Id: GNOME for FreeBSD -- porting and maintaining List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 04 Mar 2009 11:41:29 -0000 If you have received this message in error or if you would like to be removed from our broadcast for any reason, reply to this email with REMOVE as subject followed by the email address you wish to remove. *********************************************************** ComputerWide, Inc. 23679 Calabasas Road #761 Calabasas, CA. 91302, USA Tel: (818) 804-5158 http://www.computerwide.net Email: sales@computerwide.net *********** NoteBooks ************ The following are Notebook prices. All NEW models come with 1 year warranty and all RF models with 90 days. For a detailed list, please request our price list in Excel or PDF format. A minimum of 5 notebooks required per order. Part Number Model, Description Condit. Price ----------- ------------------ ------ ----- HP KT457AA#ABA IQ804 ALL-IN-ONE NEW $1,780 KT588AA#ABA IQ507 ALL-IN-ONE NEW $1,200 KQ437AA#ABA IQ506 ALL-IN-ONE RF $920 FE882UA#ABA Pavilion HDX RF $1,132 NB128UA#ABA Pavilion X16-1160 NEW $1,440 FS005UA#ABA Pavilion X16-1040 RF $940 FT315UA#ABA 1010 Mini-Note NEW $290 FS118UA#ABA Pavilion TX2627 RF $750 FE917UA#ABA Pavilion TX2524 RF $730 FE912UA#ABA Pavilion TX2510 NEW $835 FE921UA#ABA Pavilion TX2508 RF $645 FS152UA#ABA Pavilion DV7-1175 RF $785 FS148UA#ABA Pavilion DV7-1150 RF $645 NB239UA#ABA Pavilion DV7-1232 NEW $785 FS131UA#ABA Pavilion DV7-1133 RF $595 FS129UA#ABA Pavilion DV7-1135 RF $575 FE781UA#ABA Pavilion DV9933 RF $750 FE694UA#ABA Pavilion DV9910 RF $555 FS110UA#ABA Presario CQ70-120 RF $520 FS021UA#ABA Pavilion DV5-1160 NEW $890 FS021UA#ABA Pavilion DV5-1160 RF $765 FS026UA#ABA Pavilion DV5-1150 RF $670 NB163UA#ABA Pavilion DV5-1235 NEW $815 FS032UA#ABA Pavilion DV5-1140 RF $625 FE818UA#ABA Pavilion DV6936 RF $625 FE656UA#ABA Pavilion DV6929 RF $520 NB042UA#ABA Presario G60-235 NEW $605 NB041UA#ABA Presario G60-230 NEW $605 NC986UA#ABA Presario G60-127 NEW $585 ZY532UA#ABA Presario CQ60-216 NEW $500 NB049UA#ABA Presario CQ60-211 NEW $460 NB276UA#ABA Presario CQ60-215 NEW $500 FS051UA#ABA Presario CQ50-215 RF $420 FE876UA#ABA Presario CQ50-103 RF $410 NB068UA#ABA Pavilion DV4-1280 NEW $795 NB071UA#ABA Pavilion DV4-1287 NEW $775 FR926UA#ABA Pavilion DV4-1123 RF $625 FS086UA#ABA Pavilion DV4-1155SE RF $680 FR994UA#ABA Pavilion DV3510 RF $815 Toshiba PTM42U-00C015 Tecra M4-ST1112 RF $315 PPR50C-02G08C Portege R500 RF $735 PPM70U-03M01J Portege M700-S7003X RF $785 PPM70U-01V01H Portege M700-S7002 RF $785 PPM70U-01W01J Portege M700-S7001X RF $785 PSSBAU-00N007 Satellite Pro S300-EZ1512 NEW $545 PSAL6U-03T01E Satellite A355-S6943 NEW $1,150 PSALEU-004005 Satellite A355D-S6889 RF $625 PSAGCU-09S01S Satellite A305-S6916 NEW $920 PSAG8U-03L01E Satellite A305-S6894 NEW $775 PSAG8U-053022 Satellite A305-S6908 NEW $745 PSAHCU-002002 Satellite A305D-S6886 NEW $775 PSLD8U-06C01E Satellite L355-S7902 NEW $700 PSLE8U-02P01D Satellite L355D-S7901 NEW $660 PSLB8U-079025 Satellite L305-S5921 NEW $545 PSLB8U-0JS037 Satellite L305-S5920 NEW $510 PSLB8U-0C403F Satellite L305-S5917 NEW $440 PSLC0U-031022 Satellite L305D-S5914 NEW $460 PSMD8U-01W00Y Satellite M305-S4915 NEW $910 PSMD8U-023013 Satellite M305-S4910 NEW $795 PSU44U-03F020 Satellite U405-S2920 NEW $1,150 PSU44U-03T020 Satellite U405-S2918 NEW $985 PSU44U-03E020 Satellite U405-S2915 NEW $910 PSU48U-00N00W Satellite U405D-S2910 NEW $855 PQF55U-01V020 Qosmio F55-Q502 RF $815 PQG43U-002001 Qosmio G45-AV690 RF $1,100 DELL DELLMINI1.6B Mini 9 NEW $335 XPSONE-179 XPS One_ ALL-IN-ONE RF $765 S1737-156P Studio 1737-156P NEW $835 S1737-145P Studio 1737-145P NEW $835 S1737-248 Studio 1737 RF $690 S17-144B Studio S17-144B NEW $785 S1735-247 Studio 1735 RF $660 S1536-144P Studio 1536-144P NEW $730 S15-158B Studio S15-158B NEW $810 I15-157B Inspiron I15-157B NEW $765 I15-156B Inspiron I15-156B NEW $595 V1510T5670253W Vostro 1510 NEW $650 V1510T562160 Vostro 1510 NEW $610 LXFR-L68B Latitude XFR D630 RF $940 LATG-L52 Latitude ATG D630 RF $680 SONY VGN-TT180C VAIO TT180C NEW $1,730 VGN-TZ298N/X-R VAIO TZ298N/X RF $1,310 VGN-TZ295N/X-R VAIO TZ295N/X RF $1,150 VGN-TZ285N/R-R VAIO TZ285N/R RF $1,100 VGN-TZ270N/B-R VAIO TZ270N/B RF $1,025 VGN-TZ190N/BC VAIO TZ190N/BC NEW $1,255 VGN-TZ185N/WC VAIO TZ185N/WC NEW $1,255 VGN-TZ170N/N VAIO TZ170N/N NEW $1,200 VGN-FW198U/H VAIO FW198U/H NEW $1,570 VGN-FW373J/B VAIO FW373J/B NEW $1,255 VGN-FW340J/H VAIO FW340J/H NEW $910 VGN-FW390NAB VAIO FW390NAB NEW $870 VGN-FW235J/H VAIO FW235J/H NEW $785 VGN-FW230J/H VAIO FW230J/H NEW $750 VGN-FZ490NBB VAIO FZ490NBB NEW $786 VGN-AW120J/H VAIO AW120J/H NEW $1,465 VGN-SZ740ED VAIO SZ740ED NEW $1,065 VGN-CS230J/Q VAIO CS230J/Q NEW $1,010 VGN-CS230J/W VAIO CS230J/W NEW $1,010 VGN-CS215J/Q VAIO CS215J/Q NEW $900 VGN-CS215J/W VAIO CS215J/W NEW $900 VGN-CS118E/R VAIO CS118E/R NEW $910 VGN-CS118E/P VAIO CS118E/P NEW $910 VGN-CR405E/P VAIO CR405E/P NEW $815 VGN-NS240E/S VAIO NS240E/S NEW $785 VGN-NS240E/W VAIO NS240E/W NEW $785 VGN-NS230E/L VAIO NS230E/L NEW $710 VGN-NS230E/W VAIO NS230E/W NEW $710 VGN-NS230E/P VAIO NS230E/P NEW $710 VGN-NS140E/W VAIO NS140E/W NEW $730 VGN-NS115N/S VAIO NS115N/S NEW $700 VGN-NR475N/S VAIO NR475N/S NEW $625 VGN-NR420E/L VAIO NR420E/L NEW $555 ACER LU.S410B.032 Aspire ONE A150-1029 RF $250 LU.S050B.111 Aspire ONE A150-1570 NEW $290 LU.S050B.182 Aspire ONE A150-1864 RF $250 LU.S020A.012 Aspire ONE A110-1295 RF $190 LU.S030A.014 Aspire ONE A110-1722 RF $190 LX.AP70U.069 Aspire AS8920-6671 RF $1,150 LX.ASY0X.247 Aspire AS8930-6243 RF $940 LX.ANS0U.011 Aspire AS7720-6604 RF $730 LX.AML0X.086 Aspire AS7720-6569 RF $460 LX.APS0X.050 Aspire AS7720-4634 RF $470 LX.ARH0X.205 Aspire AS7530-5660 RF $440 AS5735-6694 Aspire AS5735-6694 NEW $625 AS4730-4516 Aspire AS4730-4516 NEW $490 LX.ATU0X.003 Aspire AS4730-4857 RF $400 LX.TQH0Z.378 TravelMate TM5730-6953 RF $700 LX.TKJ0Z.020 TravelMate TM4720-6410 RF $490 LX.TG606.082 TravelMate TM6292-6856 RF $545 LX.E530Z.235 Extensa EX5620-6030 RF $500 L-1015340R Gateway P-6860FX RF $630 L-1015088R Gateway P-6831FX RF $620 LX.W120X.001 Gateway P-6318U RF $420 LX.W150X.001 Gateway MC-7801U RF $565 MD-7818U Gateway MD-7818U NEW $710 MD-7820U Gateway MD-7820U NEW $660 M-6848 Gateway M-6848 NEW $630 LX.W520X.003 Gateway M-7305U RF $450 LX.W310X.003 Gateway M-2625U RF $500 T-6836 Gateway T-6836 NEW $630 L-1015592R Gateway T-6836 RF $575 L-2906091R Gateway CX2756 RF $575 Lenovo/Asus 4231-3CU Lenovo S10-1211 NEW $375 G50VT-X5 Asus G50VT-X5 NEW $1,130 F6A-X2 Asus F6A-X2 NEW $700 Apple MB470LL/A MacBook Pro 2.4 NEW $1,780 MB766LL/A MacBook Pro 2.5 NEW $2,200 ******** CISCO SPECIAL ******** The following Cisco models are brand new in sealed boxes and smartnetable. They are priced at 45% off GPL. Price GPL ASA5540-BUN-K9 $9,347 $16,995 PIX-4FE-66 $550 $1,000 CISCO1751V $1,372 $2,495 CISCO1841-ADSL $932 $1,695 CISCO2651XM $2,307 $4,195 CISCO2801 $1,097 $1,995 CISCO2811 $1,372 $2,495 CISCO2821 $2,142 $3,895 CISCO2851 $3,572 $6,495 CISCO3825 $5,225 $9,500 CISCO3845 $7,150 $13,000 WS-C2960-24TC-L $1,372 $2,495 WS-C2960-48TC-L $2,472 $4,495 WS-C3560-24PS-S $2,087 $3,795 WS-C3560-24TS-S $1,647 $2,995 WS-C3560-48PS-E $4,669 $8,490 WS-C3560-48TS-S $2,747 $4,995 WS-C3560-8PC-S $767 $1,395 WS-C3560E-24TD-E $5,494 $9,990 WS-C3750-24PS-S $2,637 $4,795 WS-C3750-24TS-S $2,197 $3,995 WS-C3750-48TS-S $3,847 $6,995 WS-C3750E-24TD-E $7,419 $13,490 WS-C3750G-12S-S $4,397 $7,995 WS-C3750G-24PS-E $6,484 $11,790 WS-C3750G-24TS-E $6,319 $11,490 WS-C3750G-48PS-E $12,919 $23,490 WS-SUP720-3B $15,400 $28,000 WS-X4248-RJ21V $3,572 $6,495 WS-X4516 $9,072 $16,495 WS-X6148A-GE-TX $3,850 $7,000 WS-X6148-GE-TX $4,125 $7,500 WS-X6148X2-RJ-45 $5,775 $10,500 WS-X6548-GE-TX $6,600 $12,000 WS-X6704-10GE $11,000 $20,000 WS-X6748-GE-TX $8,250 $15,000 WS-X6748-SFP $13,750 $25,000 CP-7912G-CH1-A $151 $275 HWIC-2T $385 $700 PA-POS-1OC3 $3,300 $6,000 ******** CISCO SPECIAL ******** We can now supply USED Cisco with 90 days warranty. Thousands of current and discontinued models are available. Great quality at great prices. Just request a quote via email... USED Specials marked at 55% off GPL: Price GPL WS-SUP32-10GE-3B $9,000 $20,000 WS-X4124-FX-MT $4,497 $9,995 WS-X4148-RJ $2,022 $4,495 WS-X4148-RJ45V $2,697 $5,995 WS-X4516-10GE $8,322 $18,495 WS-X6148X2-RJ-45 $6,057 $13,460 WS-X6724-SFP $6,750 $15,000 WS-X6748-SFP $11,250 $25,000 ******** CISCO SPECIAL ******** The following Cisco models are brand new in sealed boxes but they have been registered before. they are priced at 50% off GPL. 9 x WS-C2960-48TT-L $1,250 2 x WS-C3560-48TS-E $3,500 1 x WS-C3750-24TS-S $2,000 9 x WS-C3750-48TS-S $3,500 1 x WS-C3750G-12S-E $6,000 2 x WS-C3750G-24TS-E $5,750 2 x WS-C3750G-48PS-S $7,750 27 x AIR-LAP1242AG-A-K9 $450 ******** CISCO SPECIAL ******** The following modules and Cables are available at $2000 take all: 20 * CAB-SS-449MT New Orignial 15 * CAB-SS-V35MT New Orignial 5 * CAB-SS-X21MT New Orignial 8 * GLC-SX-MM=3D New OEM 1 * NM-4E New OEM 2 * NM-4B-S/T New OEM 20 * NM-4B-S/T Used OEM 1 * NM-8B-S/T New OEM 9 * WIC-1B-S/T New OEM 13 * WS-G5483 New OEM 11 * WS-G5486 New OEM 2 * WS-G5487 New OEM *********************************************************** All New Cisco Models in our inventory are at 40% off GPL. Any new item not listed can be supplied at 33% off GPL. Any Cisco Refurbished item can be supplied at 50% off GPL. *********************************************************** Customer Service is the priority for us. We have proudly shipped to 90 countries around the globe since 1995. *********************************************************** Quantity discount is available. Prices are in US$ and FOB Los Angeles. For additional information about our company and products, please visit http://www.computerwide.net *********************************************************** The following CISCO, 3com, and HP products are ORIGINAL and NEW in RETAIL PACKS. Please visit the following page for more info: http://product.computerwide.net Cisco Router (NEW) CISCO871-K9 $389 CISCO871-SEC-K9 $479 CISCO871W-G-A-K9 $509 CISCO877-K9 $389 CISCO877-SEC/K9 $479 CISCO877W-G-A-K9 $509 CISCO1811/K9 $777 CISCO1811W-AG-A/K9 $957 CISCO1841 $837 CISCO1841-HSEC/K9 $1,797 CISCO1841-SEC/K9 $1,497 CISCO1841-T1 $1,437 CISCO1841-T1SEC/K9 $2,097 CISCO2801 $1,197 CISCO2801-AC-IP $1,422 CISCO2801-HSEC/K9 $2,157 CISCO2801-SEC/K9 $1,737 CISCO2801-V/K9 $1,617 CISCO2811 $1,497 CISCO2811-DC $1,737 CISCO2811-HSEC/K9 $2,457 CISCO2811-SEC/K9 $2,037 CISCO2811-V/K9 $1,917 CISCO2821 $2,337 CISCO2821-AC-IP $2,697 CISCO2821-HSEC/K9 $3,297 CISCO2821-SEC/K9 $2,877 CISCO2821-V/K9 $2,817 CISCO2851 $3,897 CISCO2851-V/K9 $4,437 CISCO3825 $5,700 CISCO3825-AC-IP $6,060 CISCO3825-HSEC/K9 $6,957 CISCO3825-SEC/K9 $6,537 CISCO3825-V/K9 $6,297 CISCO3845 $7,800 CISCO3845-HSEC/K9 $9,537 CISCO3845-SEC/K9 $8,637 CISCO3845-V/K9 $8,397 Cisco Router Module (New) AIM-VPN/SSL-2=3D $1,500 AIM-VPN/SSL-3=3D $2,100 HWIC-1GE-SFP $2,100 HWIC-4ESW $255 HWIC-4ESW-POE $345 HWIC-4T $1,680 HWIC-8A $690 HWIC-8A/S-232 $1,440 HWIC-16A $1,380 HWIC-D-9ESW $480 HWIC-D-9ESW-POE $648 NM-1T3/E3 $5,100 NME-16ES-1G $1,377 NME-16ES-1G-P $1,635 NME-X-23ES-1G $1,977 NME-X-23ES-1G-P $2,313 NME-XD-24ES-1S-P $3,075 NME-XD-48ES-2S-P $4,137 PVDM2-8 $240 PVDM2-16 $480 PVDM2-32 $960 PVDM2-48 $1,440 PVDM2-64 $1,920 VIC-4FXS/DID $480 VIC2-2FXO $240 VIC2-2FXS $240 VIC2-4FXO $480 VIC3-2E/M $240 VWIC2-1MFT-G703 $1,080 VWIC2-1MFT-T1/E1 $780 VWIC2-2MFT-G703 $1,800 VWIC2-2MFT-T1/E1 $1,200 WIC-1B-U-V2 $420 WIC-1DSU-T1-V2 $600 WIC-1T $240 WIC-2T $420 Cisco Switch (NEW) WS-CE500-24LC $777 WS-CE500-24PC $1,677 WS-CE500G-12TC $1,173 WS-CE520-8PC-K9 $837 WS-CE520-24LC-K9 $777 WS-CE520-24PC-K9 $1,677 WS-CE520-24TT-K9 $477 WS-CE520G-24TC-K9 $1,677 WS-C2960-8TC-L $537 WS-C2960-24PC-L $1,797 WS-C2960-24TC-L $1,497 WS-C2960-24TT-L $777 WS-C2960-48TC-L $2,697 WS-C2960-48TC-S $2,097 WS-C2960-48TT-L $1,497 WS-C2960G-8TC-L $837 WS-C2960G-24TC-L $1,977 WS-C2960G-48TC-L $3,597 WS-C3560-8PC-S $837 WS-C3560-24PS-E $3,474 WS-C3560-24PS-S $2,277 WS-C3560-24TS-E $2,994 WS-C3560-24TS-S $1,797 WS-C3560-48PS-E $5,094 WS-C3560-48PS-S $3,897 WS-C3560-48TS-E $4,194 WS-C3560-48TS-S $2,997 WS-C3560E-24PD-E $6,474 WS-C3560E-24PD-S $4,077 WS-C3560E-24TD-E $5,994 WS-C3560E-24TD-S $3,597 WS-C3560E-48PD-E $10,494 WS-C3560E-48PD-S $8,097 WS-C3560E-48TD-E $9,594 WS-C3560E-48TD-S $7,197 WS-C3560G-24PS-E $5,754 WS-C3560G-24PS-S $3,357 WS-C3560G-24TS-E $5,274 WS-C3560G-24TS-S $2,877 WS-C3560G-48PS-E $8,094 WS-C3560G-48PS-S $5,697 WS-C3560G-48TS-E $7,194 WS-C3560G-48TS-S $4,797 WS-C3750-24FS-S $6,477 WS-C3750-24PS-E $4,074 WS-C3750-24PS-S $2,877 WS-C3750-24TS-E $3,594 WS-C3750-24TS-S $2,397 WS-C3750-48PS-E $6,294 WS-C3750-48PS-S $5,097 WS-C3750-48TS-E $5,394 WS-C3750-48TS-S $4,197 WS-C3750E-24PD-E $8,574 WS-C3750E-24PD-S $6,177 WS-C3750E-24TD-E $8,094 WS-C3750E-24TD-S $5,697 WS-C3750E-48PD-E $17,994 WS-C3750E-48PD-S $12,297 WS-C3750E-48TD-E $16,194 WS-C3750E-48TD-S $11,397 WS-C3750G-12S-E $7,194 WS-C3750G-12S-S $4,797 WS-C3750G-24PS-E $7,074 WS-C3750G-24PS-S $4,677 WS-C3750G-24T-E $5,994 WS-C3750G-24T-S $3,597 WS-C3750G-24TS-E $6,894 WS-C3750G-24TS-E1U $6,594 WS-C3750G-24TS-S $4,497 WS-C3750G-24TS-S1U $4,197 WS-C3750G-24WS-S50 $15,300 WS-C3750G-48PS-E $14,094 WS-C3750G-48PS-S $9,297 WS-C3750G-48TS-E $13,194 WS-C3750G-48TS-S $8,397 WS-C4503-E $597 WS-C4506-E $2,997 WS-C4507R-E $5,997 WS-C4510R-E $7,497 WS-C4948-E $8,697 WS-C4948-S $6,297 WS-C4948-10GE-E $12,897 WS-C4948-10GE-S $10,497 WS-C6506-E $3,300 WS-C6506-E-FAN $297 WS-C6509-E $5,700 WS-C6509-E-FAN $297 Cisco Switch Module (NEW) CVR-X2-SFP=3D $117 GLC-LH-SM=3D $597 GLC-SX-MM=3D $300 GLC-ZX-SM=3D $2,397 GLC-T=3D $237 GLC-FE-100FX=3D $150 GLC-GE-100FX $150 WS-G5483 $237 WS-G5484 $300 WS-G5486 $597 WS-G5487 $2,397 WS-X4013+ $3,597 WS-X4013+TS $3,597 WS-X4013+10GE $7,197 WS-X4124-RJ45 $1,497 WS-X4148-RJ $2,697 WS-X4148-RJ21 $2,697 WS-X4232-GB-RJ $2,697 WS-X4248-RJ45V $3,897 WS-X4424-GB-RJ45 $2,097 WS-X4448-GB-SFP $9,897 WS-X4506-GB-T $2,097 WS-X4515 $7,197 WS-X4516 $9,897 WS-X4516-10GE $11,997 WS-X4524-GB-RJ45V $2,697 WS-X4548-GB-RJ45 $3,297 WS-X4548-GB-RJ45V $4,497 WS-X4991 $120 WS-X6148A-GE-TX $4,200 WS-X6148A-RJ-45 $3,600 WS-X6548-GE-TX $7,200 WS-X6724-SFP $9,000 WS-X6748-GE-TX $9,000 WS-X6748-SFP=3D $15,000 WS-SUP32-GE-3B $9,000 WS-SUP720-3B $16,800 WS-SVC-CMM $5,997 X2-10GB-CX4 $360 X2-10GB-LR $2,400 X2-10GB-LX4 $1,797 X2-10GB-SR $1,800 Cisco FireWall (NEW) ASA5500-SSL-10 $750 ASA5500-SSL-25 $1,857 ASA5500-SSL-50 $2,397 ASA5505-50-BUN-K9 $507 ASA5505-BUN-K9 $357 ASA5505-PWR-AC=3D $48 ASA5505-SEC-BUN-K9 $1,017 ASA5505-SEC-PL=3D $510 ASA5505-SSL10-K9 $1,257 ASA5505-SSL25-K9 $2,364 ASA5505-UL-BUN-K9 $597 ASA5510-BUN-K9 $2,097 ASA5510-AIP10-K9 $4,797 ASA5510-SEC-BUN-K9 $2,697 ASA5510-SSL50-K9 $4,497 ASA5520-AIP10-K9 $7,497 ASA5520-AIP20-K9 $9,597 ASA5520-BUN-K9 $4,797 Cisco IP Phone (NEW) CP-7906G=3D $105 CP-7906G-CH1 $165 CP-7911G=3D $135 CP-7911G-CH1 $225 CP-7914=3D $237 CP-7931G=3D $195 CP-7936=3D $717 CP-7936-CH1 $807 CP-7936-MIC-KIT=3D $210 CP-7936-PWR-KIT $90 CP-7937G=3D $777 CP-7937-MIC-KIT=3D $210 CP-7940G $159 CP-7940G-CH1 $279 CP-7941G $207 CP-7941G-CH1 $327 CP-7942G=3D $243 CP-7942G-CH1 $363 CP-7945G=3D $297 CP-7945G-CH1 $399 CP-7960G $219 CP-7960G-CH1 $339 CP-7961G $267 CP-7961G-CH1 $387 CP-7962G=3D $303 CP-7962G-CH1 $423 CP-7965G=3D $375 CP-7965G-CH1 $477 CP-7975G=3D $423 CP-7975G-CH1 $573 CP-PWR-CUBE-3 $27 Cisco Wireless (NEW) AIR-ANT1728 $95 AIR-ANT4941 $11 AIR-ANT5959 $167 AIR-AP521G-A-K9 $299 AIR-AP1121G-A-K9 $359 AIR-AP1131AG-A-K9 $419 AIR-AP1242AG-A-K9 $539 AIR-AP1252AG-A-K9 $779 AIR-BR1310G-A-K9 $779 AIR-BR1310G-A-K9-R $779 AIR-CB21AG-A-K9 $101 AIR-LAP1131AG-A-K9 $419 AIR-LAP1242AG-A-K9 $539 AIR-LAP1252AG-A-K9 $779 AIR-LAP521G-A-K9 $299 AIR-MP21G-A-K9 $89 AIR-PI21AG-A-K9 $149 AIR-PWRINJ3=3D $36 Cisco Power Supply (NEW) PWR-2801-AC-IP $225 PWR-2811-AC-IP $240 PWR-2821-51-AC-IP $360 PWR-3825-AC $300 PWR-3825-AC-IP=3D $360 PWR-3845-AC=3D $300 PWR-3845-AC-IP=3D $600 PWR-C45-1000AC $597 PWR-C45-1300ACV $897 PWR-C45-1400AC $897 PWR-C45-2800ACV $1,197 PWR-C45-4200ACV $2,397 PWR-C49-300AC=3D $300 PWR-RPS2300=3D $720 C3K-PWR-1150WAC=3D $897 C3K-PWR-750WAC=3D $597 CAB-RPS2300=3D $90 CAB-RPS2300-E=3D $90 WS-CAC-3000W $1,800 WS-CAC-6000W $3,000 Cisco Cable (NEW) CAB-***FC $60 CAB-***MT $60 CAB-SS-***FC $60 CAB-SS-***MT $60 CAB-OCT-*** $390 CAB-16AWG-AC=3D $60 CAB-7513AC=3D $15 CAB-7KAC=3D $15 CAB-AC-2800W-TWLK=3D $27 CAB-AC-C6K-TWLK=3D $27 CAB-SFP-50CM $150 CAB-STACK-50CM=3D $60 CAB-STACK-1M=3D $120 CAB-STACK-3M=3D $180 CAB-US515P-C19-US=3D $27 CAB-US620P-C19-US=3D $27 3Com Switch & Module (NEW) 3C16470B $53 3C16471B $81 3C16478 $165 3C17260 $837 3C17263 $277 3CR17161-91 $893 3CR17162-91 $2,125 3CR17171-91 $1,509 3CR17172-91 $2,629 3CR17250-91 $2,517 3CR17251-91 $4,477 3CR17252-91 $3,133 3CR17253-91 $5,597 3CR17258-91 $3,917 3CR17561-91 $389 3CR17562-91 $686 3CR17571-91 $1,005 3CR17572-91 $1,845 3CR17660-91 $700 3CR17661-91 $1,117 3CR17662-91 $1,957 3CSFP91 $193 3CSFP92 $557 3CSFP93 $109 HP Switch & Module (NEW) J4813A#ABA $377 J4858C $251 J4859C $539 J4900C#ABA $377 J4903A#ABA $1,499 J4904A#ABA $2,639 J8164A#ABA $1,379 J8165A#ABA $2,639 J8168A $1,019 J8436A $1,799 J8699A#ABA $4,198 J8700A#ABA $8,397 J9019B#ABA $251 J9020A#ABA $539 J9021A#ABA $1,055 J9022A#ABA $1,895 J9028B $311 J9029A#ABA $125 J9049A#ABA $2,159 J9050A#ABA $3,299 J9077A#ABA $65 J9078A#ABA $227 J9079A#ABA $65 J9080A#ABA $167 J9085A#ABA $377 J9086A#ABA $581 J9087A#ABA $947 J9088A#ABA $647 J9089A#ABA $1,619 We can also supply HP options. Please request our price list if interested. *********************************************************** Quantity discount is available. Prices are in US$ and FOB Los Angeles. For additional information about our company and products, please visit http://www.computerwide.net *********************************************************** If you have received this message in error or if you would like to be removed from our broadcast for any reason, reply to this email with REMOVE as subject followed by the email address you wish to remove. *********************************************************** From owner-freebsd-gnome@FreeBSD.ORG Wed Mar 4 13:14:52 2009 Return-Path: Delivered-To: gnome@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 7FA641065672 for ; Wed, 4 Mar 2009 13:14:52 +0000 (UTC) (envelope-from kwm@rainbow-runner.nl) Received: from smtp-vbr19.xs4all.nl (smtp-vbr19.xs4all.nl [194.109.24.39]) by mx1.freebsd.org (Postfix) with ESMTP id 02EEA8FC1C for ; Wed, 4 Mar 2009 13:14:51 +0000 (UTC) (envelope-from kwm@rainbow-runner.nl) Received: from [192.168.1.65] (kazerne.demon.nl [212.238.222.22]) by smtp-vbr19.xs4all.nl (8.13.8/8.13.8) with ESMTP id n24DEiPv007937; Wed, 4 Mar 2009 14:14:50 +0100 (CET) (envelope-from kwm@rainbow-runner.nl) From: Koop Mast To: Udo =?ISO-8859-1?Q?M=FCller?= In-Reply-To: <49AE6146.80400@ihxian.com> References: <49AE6146.80400@ihxian.com> Content-Type: text/plain; charset="ISO-8859-1" Date: Wed, 04 Mar 2009 14:15:23 +0100 Message-Id: <1236172523.57617.5787.camel@headache.rainbow-runner.nl> Mime-Version: 1.0 X-Mailer: Evolution 2.24.4 FreeBSD GNOME Team Port Content-Transfer-Encoding: 8bit X-Virus-Scanned: by XS4ALL Virus Scanner Cc: gnome@FreeBSD.org Subject: Re: FreeBSD Port: deskutils/alacarte 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, 04 Mar 2009 13:14:52 -0000 On Wed, 2009-03-04 at 19:08 +0800, Udo Müller wrote: > New "alacarte" is not buildable. I tried it several times. > snip ----------------------------------------------------- > checking whether /usr/local/bin/python2.5 version is >= 2.6.0... no > checking whether /usr/local/bin/python2.5 version is >= 2.5.0... yes > checking for version... 2.5 > checking for platform... freebsd7 > checking for script directory... ${prefix}/lib/python2.5/site-packages > checking for extension module directory... > ${exec_prefix}/lib/python2.5/site-packages > checking for pkg-config... /usr/local/bin/pkg-config > checking pkg-config is at least version 0.9.0... yes > checking for ALACARTE... yes > checking for pygobject 2.15.1 installed for python > required_python_abi... not found > configure: error: required pygobject version not found > ===> Script "configure" failed unexpectedly. > Please run 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 build failure to the FreeBSD GNOME team at > gnome@FreeBSD.org, and attach (a) > "/usr/ports/deskutils/alacarte/work/alacarte-0.11.9/config.log", (b) the > output of the failed make command, and (c) the gnomelogalyzer output. Also, > it might be a good idea to provide an overview of all packages installed on > your system (i.e. an `ls /var/db/pkg`). Put your attachment up on any > website, > copy-and-paste into http://freebsd-gnome.pastebin.com, or use send-pr(1) > with > the attachment. Try to avoid sending any attachments to the mailing list > (gnome@FreeBSD.org), because attachments sent to FreeBSD mailing lists are > usually discarded by the mailing list software. > *** Error code 1 > > Stop in /usr/ports/deskutils/alacarte. > snap ------------------------------------------------------------------- > > pygobject version should be 2.16.1, not 2.15.1, maybe this is the mistake. Please update your installed ports first. We already got 2.16.1. -Koop > Regards, Udo. From owner-freebsd-gnome@FreeBSD.ORG Wed Mar 4 19:11:09 2009 Return-Path: Delivered-To: freebsd-gnome@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 1A0101065676 for ; Wed, 4 Mar 2009 19:11:09 +0000 (UTC) (envelope-from racinej@mcmaster.ca) Received: from sigma957.cis.mcmaster.ca (sigma957.CIS.McMaster.CA [130.113.64.83]) by mx1.freebsd.org (Postfix) with ESMTP id C5A888FC18 for ; Wed, 4 Mar 2009 19:11:08 +0000 (UTC) (envelope-from racinej@mcmaster.ca) Received: from Dura7.UTS.McMaster.CA (dura7.UTS.mcmaster.ca [130.113.196.62]) by sigma957.cis.mcmaster.ca (8.13.7/8.13.7) with ESMTP id n24JAovu023194 for ; Wed, 4 Mar 2009 14:11:07 -0500 (EST) Received: from cgpsrv2.cis.mcmaster.ca (univmail.CIS.McMaster.CA [130.113.64.46]) by Dura7.UTS.McMaster.CA (8.13.7/8.13.7) with ESMTP id n24JAQas020767 for ; Wed, 4 Mar 2009 14:10:38 -0500 Received: from [130.113.139.86] (account racinej@univmail.cis.mcmaster.ca [130.113.139.86] verified) by cgpsrv2.cis.mcmaster.ca (CommuniGate Pro SMTP 5.2.12) with ESMTPSA id 244785840 for freebsd-gnome@freebsd.org; Wed, 04 Mar 2009 14:10:38 -0500 From: Jeffrey Racine To: freebsd-gnome@freebsd.org Content-Type: text/plain Date: Wed, 04 Mar 2009 14:10:36 -0500 Message-Id: <1236193836.1134.46.camel@pc-racine1.mcmaster.ca> Mime-Version: 1.0 X-Mailer: Evolution 2.24.5 FreeBSD GNOME Team Port Content-Transfer-Encoding: 7bit X-PMX-Version-Mac: 5.4.2.338381, Antispam-Engine: 2.6.0.325393, Antispam-Data: 2009.3.4.185817 X-PerlMx-Spam: Gauge=IIIIIII, Probability=7%, Report='BODY_SIZE_1000_LESS 0, BODY_SIZE_2000_LESS 0, BODY_SIZE_5000_LESS 0, BODY_SIZE_7000_LESS 0, BODY_SIZE_800_899 0, __C230066_P5 0, __CP_URI_IN_BODY 0, __CT 0, __CTE 0, __CT_TEXT_PLAIN 0, __HAS_MSGID 0, __HAS_X_MAILER 0, __MIME_TEXT_ONLY 0, __MIME_VERSION 0, __SANE_MSGID 0' X-Spam-Flag: NO Subject: evolution 2.24.5 calendar dates showing "ld" and "ldld"? 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, 04 Mar 2009 19:11:09 -0000 Hi. I upgraded evolution (via portupgrade -ary) to the most recent version and am getting some odd output in the date field in the calendar month view. All single digit days are populated with ld instead of e.g. 1 and double digit with ldld instead of 10. FreeBSD pc-racine1.mcmaster.ca 7.1-STABLE FreeBSD 7.1-STABLE #0: Tue Feb 17 22:42:38 EST 2009 root@pc-racine1.mcmaster.ca:/usr/obj/usr/src/sys/OPTIPLEX i386 Any suggestions welcome. Thanks! -- Professor J. S. Racine Phone: (905) 525 9140 x 23825 Department of Economics FAX: (905) 521-8232 McMaster University e-mail: racinej@mcmaster.ca 1280 Main St. W.,Hamilton, URL: http://www.economics.mcmaster.ca/racine/ Ontario, Canada. L8S 4M4 `The generation of random numbers is too important to be left to chance' From owner-freebsd-gnome@FreeBSD.ORG Wed Mar 4 20:09:54 2009 Return-Path: Delivered-To: gnome@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 4BDE71065670; Wed, 4 Mar 2009 20:09:54 +0000 (UTC) (envelope-from itetcu@freebsd.org) Received: from worf.ds9.tecnik93.com (worf.ds9.tecnik93.com [81.196.207.130]) by mx1.freebsd.org (Postfix) with ESMTP id EEABC8FC29; Wed, 4 Mar 2009 20:09:53 +0000 (UTC) (envelope-from itetcu@freebsd.org) Received: from release.ixsystems.com (unknown [206.40.55.81]) by worf.ds9.tecnik93.com (Postfix) with ESMTP id DA62922C5021; Wed, 4 Mar 2009 22:10:07 +0200 (EET) Received: by release.ixsystems.com (Postfix, from userid 0) id E9E938FC1E; Wed, 4 Mar 2009 11:58:14 -0800 (PST) From: QAT@FreeBSD.org To: marcus@FreeBSD.org In-Reply-To: <200903040739.n247d4kK049040@repoman.freebsd.org> References: In-Reply-To: <200903040739.n247d4kK049040@repoman.freebsd.org> X-Mailer: $Tecnik: people/itetcu/ports/QA-Tindy/QAT_postPortBuild.sh, v 1.54 2009/02/23 16:05:24 itetcu Exp $ X-QAT-Tindy_Version: tinderbox-3.1.2_1; dsversion: 3.1 X-QAT-Jail_Arch: amd64 X-QAT-Jail_Csup_Tag: RELENG_7 X-QAT-Jail_Last_Built: 2009-01-16 01:53:03 X-QAT-Port: graphics/py-clutter X-QAT-Log: http://QAT.TecNik93.com/logs/7-STABLE-FPT-NPD/py25-clutter-0.8.2.log X-QAT-Build_Reason: Commit X-QAT-Fail_Reason: PLIST Message-Id: <20090304195814.E9E938FC1E@release.ixsystems.com> Date: Wed, 4 Mar 2009 11:58:14 -0800 (PST) Cc: gnome@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org, ports-committers@FreeBSD.org Subject: Re: cvs commit: ports/graphics/py-clutter Makefile distinfo pkg-plist 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, 04 Mar 2009 20:09:55 -0000 QAT - your restless neighborhood Daemon - identified a PLIST error while trying to build: py25-clutter-0.8.2 maintained by gnome@FreeBSD.org Makefile ident: $FreeBSD: ports/graphics/py-clutter/Makefile,v 1.3 2009/03/04 07:39:04 marcus Exp $ Excerpt from http://QAT.TecNik93.com/logs/7-STABLE-FPT-NPD/py25-clutter-0.8.2.log : Deleting libxml2-2.7.3 Deleting libX11-1.2,1 Deleting iso8879-1986_2 xmlcatmgr: enabling compatibility mode; removing ALL matching entries Deleting gnome_subr-1.0 Deleting gamin-0.1.10 Deleting fontconfig-2.6.0,1 Deleting font-util-1.0.1 Deleting expat-2.0.1 Deleting glib-2.18.4 Deleting kbproto-1.0.3 Deleting libxcb-1.2 Deleting mkfontscale-1.0.6 Deleting xmlcatmgr-2.2 + Removing /usr/local/share/sgml/catalog. It is empty. + Removing /usr/local/share/sgml/catalog.ports. It is empty. + Removing /usr/local/share/xml/catalog. It is empty. Deleting xcb-proto-1.4 Deleting perl-5.8.9_2 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. Deleting pcre-7.8 Deleting libpthread-stubs-0.1 Deleting libfontenc-1.0.4 Deleting libXdmcp-1.0.2_1 Deleting libXau-1.0.4 Deleting gettext-0.17_1 Deleting freetype2-2.3.7 Deleting libiconv-1.11_1 Deleting python25-2.5.4_1 Deleting xproto-7.0.15 Deleting pkg-config-0.23_1 === Checking filesystem state after all packages deleted ================================================================ build of /usr/ports/graphics/py-clutter ended at Wed Mar 4 19:58:11 UTC 2009 The tarballed WRKDIR can be found here: http://QAT.TecNik93.com/wrkdirs/7-STABLE-FPT-NPD/py25-clutter-0.8.2.tbz PortsMon page for the port: http://portsmon.freebsd.org/portoverview.py?category=graphics&portname=py-clutter The build which triggered this BotMail was done under tinderbox-3.1.2_1; dsversion: 3.1 on RELENG_7 on amd64 with tinderd_flags="-nullfs -plistcheck -onceonly" and ccache support, with the "official" up-to-date Ports Tree, with the following vars set: NOPORTDOCS=yes, NOPORTEXAMPLES=yes, NOPORTDATA=yes, FORCE_PACKAGE=yes. A description of the testing process can be found here: http://T32.TecNik93.com/FreeBSD/QA-Tindy/ Thanks for your work on making FreeBSD better, -- QAT - your friendly neighborhood Daemon, preparing a heck of an error trapping system: - "HMC and EOI?" - "Halt, Melt and Catch fire or Execute Operator Immediately." From owner-freebsd-gnome@FreeBSD.ORG Thu Mar 5 03:39:37 2009 Return-Path: Delivered-To: gnome@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 2908E106564A for ; Thu, 5 Mar 2009 03:39:37 +0000 (UTC) (envelope-from marcus@marcuscom.com) Received: from creme-brulee.marcuscom.com (marcuscom-pt.tunnel.tserv1.fmt.ipv6.he.net [IPv6:2001:470:1f00:ffff::1279]) by mx1.freebsd.org (Postfix) with ESMTP id C0E178FC1A for ; Thu, 5 Mar 2009 03:39:36 +0000 (UTC) (envelope-from marcus@marcuscom.com) Received: from [IPv6:2001:470:1f00:2464::4] (shumai.marcuscom.com [IPv6:2001:470:1f00:2464::4]) by creme-brulee.marcuscom.com (8.14.3/8.14.3) with ESMTP id n253fAIJ071339; Wed, 4 Mar 2009 22:41:10 -0500 (EST) (envelope-from marcus@marcuscom.com) From: Joe Marcus Clarke To: "Victor A. Savinoff" In-Reply-To: <20090302091021.GE93467@colocall.net> References: <20090302091021.GE93467@colocall.net> Content-Type: multipart/signed; micalg="pgp-sha1"; protocol="application/pgp-signature"; boundary="=-/bpYQUEpQ7IPTHYtDkjF" Organization: MarcusCom, Inc. Date: Wed, 04 Mar 2009 22:39:17 -0500 Message-Id: <1236224357.82483.24.camel@shumai.marcuscom.com> Mime-Version: 1.0 X-Mailer: Evolution 2.24.5 FreeBSD GNOME Team Port X-Spam-Status: No, score=-2.6 required=5.0 tests=BAYES_00,NO_RELAYS autolearn=ham version=3.2.5 X-Spam-Checker-Version: SpamAssassin 3.2.5 (2008-06-10) on creme-brulee.marcuscom.com Cc: gnome@freebsd.org Subject: Re: port x11-toolkits/gtk20 build 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: Thu, 05 Mar 2009 03:39:37 -0000 --=-/bpYQUEpQ7IPTHYtDkjF Content-Type: text/plain Content-Transfer-Encoding: quoted-printable On Mon, 2009-03-02 at 11:10 +0200, Victor A. Savinoff wrote: > Greetings, >=20 > While building a port x11-toolkits/gtk20 I get such error:=20 >=20 > > cc -DHAVE_CONFIG_H -I. -I. -I../.. -DG_LOG_DOMAIN=3D\"Gdk\" -DGDK_COMP= ILATION -I../.. -I../../gdk -I../../gdk -DG_DISABLE_CAST_CHECKS -D_REENTRAN= T -D_THREAD_SAFE -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/in= clude -I/usr/local/include/pango-1.0 -I/usr/local/include/cairo -I/usr/loca= l/include/pixman-1 -I/usr/local/include/freetype2 -I/usr/local/include -I/u= sr/local/include/freetype2 -I/usr/local/include -DG_DISABLE_SINGLE_INCLUDES= -DATK_DISABLE_SINGLE_INCLUDES -DGDK_PIXBUF_DISABLE_SINGLE_INCLUDES -DGTK_D= ISABLE_SINGLE_INCLUDES -D_THREAD_SAFE -I/usr/local/include -DGDK_PIXBUF_DIS= ABLE_DEPRECATED -O2 -fno-strict-aliasing -pipe -Wall -MT gdkdrawable-x11.lo= -MD -MP -MF .deps/gdkdrawable-x11.Tpo -c gdkdrawable-x11.c -fPIC -DPIC -o= .libs/gdkdrawable-x11.o > > gdkdrawable-x11.c:32:24: error: cairo-xlib.h: No such file or directory > ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ >=20 > > gdkdrawable-x11.c: In function '_gdk_x11_drawable_update_size': > > gdkdrawable-x11.c:238: warning: implicit declaration of function 'cairo= _xlib_surface_set_size' > > gdkdrawable-x11.c: In function 'gdk_x11_ref_cairo_surface': > > gdkdrawable-x11.c:1469: warning: implicit declaration of function 'cair= o_xlib_surface_create' > > gdkdrawable-x11.c:1472: warning: assignment makes pointer from integer = without a cast > > gdkdrawable-x11.c:1474: warning: implicit declaration of function 'cair= o_xlib_surface_create_for_bitmap' > > gdkdrawable-x11.c:1477: warning: assignment makes pointer from integer = without a cast > > gmake[4]: *** [gdkdrawable-x11.lo] Error 1 > > gmake[4]: Leaving directory `/usr/ports/x11-toolkits/gtk20/work/gtk+-2.= 14.7/gdk/x11' > > gmake[3]: *** [all-recursive] Error 1 > > gmake[3]: Leaving directory `/usr/ports/x11-toolkits/gtk20/work/gtk+-2.= 14.7/gdk' > > gmake[2]: *** [all] Error 2 > > gmake[2]: Leaving directory `/usr/ports/x11-toolkits/gtk20/work/gtk+-2.= 14.7/gdk' > > gmake[1]: *** [all-recursive] Error 1 > > gmake[1]: Leaving directory `/usr/ports/x11-toolkits/gtk20/work/gtk+-2.= 14.7' > > gmake: *** [all] Error 2 > > *** Error code 2 >=20 > Looks like missing dependency to graphics/cairo No, you need to rebuild cairo without WITHOUT_X11 defined. Joe >=20 --=20 PGP Key : http://www.marcuscom.com/pgp.asc --=-/bpYQUEpQ7IPTHYtDkjF Content-Type: application/pgp-signature; name="signature.asc" Content-Description: This is a digitally signed message part -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.9 (FreeBSD) iEYEABECAAYFAkmvSWQACgkQb2iPiv4Uz4eXuACeJGH/BiFDgJDO2LhNl1gx2RDO o3UAoKHzHwUjMtKQX+0JVcY3rJ3GBt2k =kIol -----END PGP SIGNATURE----- --=-/bpYQUEpQ7IPTHYtDkjF-- From owner-freebsd-gnome@FreeBSD.ORG Thu Mar 5 03:51:38 2009 Return-Path: Delivered-To: freebsd-gnome@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 76643106564A for ; Thu, 5 Mar 2009 03:51:38 +0000 (UTC) (envelope-from marcus@marcuscom.com) Received: from creme-brulee.marcuscom.com (marcuscom-pt.tunnel.tserv1.fmt.ipv6.he.net [IPv6:2001:470:1f00:ffff::1279]) by mx1.freebsd.org (Postfix) with ESMTP id 24C868FC0C for ; Thu, 5 Mar 2009 03:51:38 +0000 (UTC) (envelope-from marcus@marcuscom.com) Received: from [IPv6:2001:470:1f00:2464::4] (shumai.marcuscom.com [IPv6:2001:470:1f00:2464::4]) by creme-brulee.marcuscom.com (8.14.3/8.14.3) with ESMTP id n253rZc0071412; Wed, 4 Mar 2009 22:53:35 -0500 (EST) (envelope-from marcus@marcuscom.com) From: Joe Marcus Clarke To: Jeffrey Racine In-Reply-To: <1236193836.1134.46.camel@pc-racine1.mcmaster.ca> References: <1236193836.1134.46.camel@pc-racine1.mcmaster.ca> Content-Type: multipart/signed; micalg="pgp-sha1"; protocol="application/pgp-signature"; boundary="=-RPayeH3lf7jiSnwglkMs" Organization: MarcusCom, Inc. Date: Wed, 04 Mar 2009 22:51:42 -0500 Message-Id: <1236225102.82483.40.camel@shumai.marcuscom.com> Mime-Version: 1.0 X-Mailer: Evolution 2.24.5 FreeBSD GNOME Team Port X-Spam-Status: No, score=-2.6 required=5.0 tests=BAYES_00,NO_RELAYS autolearn=ham version=3.2.5 X-Spam-Checker-Version: SpamAssassin 3.2.5 (2008-06-10) on creme-brulee.marcuscom.com Cc: freebsd-gnome@freebsd.org Subject: Re: evolution 2.24.5 calendar dates showing "ld" and "ldld"? 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, 05 Mar 2009 03:51:38 -0000 --=-RPayeH3lf7jiSnwglkMs Content-Type: text/plain Content-Transfer-Encoding: quoted-printable On Wed, 2009-03-04 at 14:10 -0500, Jeffrey Racine wrote: > Hi. >=20 > I upgraded evolution (via portupgrade -ary) to the most recent version > and am getting some odd output in the date field in the calendar month > view. All single digit days are populated with ld instead of e.g. 1 and > double digit with ldld instead of 10. Looks like they tried to localize the digits using the glibc %Id notation. This is not supported under FreeBSD. Try this patch for evolution. http://www.marcuscom.com/downloads/patch-widgets_misc_e-calendar-item.c Joe --=20 PGP Key : http://www.marcuscom.com/pgp.asc --=-RPayeH3lf7jiSnwglkMs Content-Type: application/pgp-signature; name="signature.asc" Content-Description: This is a digitally signed message part -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.9 (FreeBSD) iEYEABECAAYFAkmvTE0ACgkQb2iPiv4Uz4fmSQCfR/2+RDlknIVK9aVIu6nPgr9w oHoAoIzmPHGa2Dkz2u0pNi3DGxq5BnvM =FwlI -----END PGP SIGNATURE----- --=-RPayeH3lf7jiSnwglkMs-- From owner-freebsd-gnome@FreeBSD.ORG Thu Mar 5 13:15:50 2009 Return-Path: Delivered-To: gnome@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 4DAE81065672; Thu, 5 Mar 2009 13:15:50 +0000 (UTC) (envelope-from bland@FreeBSD.org) Received: from mail1.asahi-net.or.jp (mail1.asahi-net.or.jp [202.224.39.197]) by mx1.freebsd.org (Postfix) with ESMTP id 6E9148FC1F; Thu, 5 Mar 2009 13:15:45 +0000 (UTC) (envelope-from bland@FreeBSD.org) Received: from hub.bbnest.net (w133033.ppp.asahi-net.or.jp [121.1.133.33]) by mail1.asahi-net.or.jp (Postfix) with ESMTP id 4591858BE0; Thu, 5 Mar 2009 22:15:44 +0900 (JST) Received: from nest.bbnest.net (nest.bbnest.net [10.0.0.249]) by hub.bbnest.net (8.14.3/8.14.2) with ESMTP id n25DFXqM022270 (version=TLSv1/SSLv3 cipher=AES128-SHA bits=128 verify=NO); Thu, 5 Mar 2009 22:15:34 +0900 (JST) (envelope-from bland@FreeBSD.org) Message-Id: <823A07DD-1A64-4860-ACFD-BEAD1BC24BE2@FreeBSD.org> From: Alexander Nedotsukov To: Stanislav Sedov In-Reply-To: <20090303234004.87544fc0.stas@FreeBSD.org> Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes Content-Transfer-Encoding: 7bit Mime-Version: 1.0 (Apple Message framework v930.3) Date: Thu, 5 Mar 2009 22:15:33 +0900 References: <20090224021026.ba40bdc2.stas@FreeBSD.org> <96ccb314d4001b2d09a4ed33fa20a330@mail> <20090226171049.89fade07.stas@FreeBSD.org> <3d89f0fc69b803898f61d8c0bedfc79a@mail> <20090303234004.87544fc0.stas@FreeBSD.org> X-Mailer: Apple Mail (2.930.3) X-DSPAM-Result: Innocent X-DSPAM-Processed: Thu Mar 5 22:15:43 2009 X-DSPAM-Confidence: 0.9990 X-DSPAM-Probability: 0.0000 X-DSPAM-Signature: 49afd07f222715209328925 Cc: gnome@FreeBSD.org Subject: Re: [FreeBSD port]: devel/glib20 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, 05 Mar 2009 13:15:50 -0000 On 04.03.2009, at 5:40, Stanislav Sedov wrote: > On Fri, 27 Feb 2009 15:38:51 +0900 > Alexander Nedotsukov mentioned: > >> >> Stanislav, >> >> This "nasty" GLib behavior is for a reason. Well at least from the >> CJK >> biased GLib developers point of view :-) The belief is there are >> reasonable >> amount of users who switches between UTF and non-UTF locales often. >> ATM >> GLib tries to validate filename as UTF-8 encoded first and fallback >> to the >> current locale encoding if it is not. This does not look normal to >> me but >> anyway. >> > > However, it seems that this autodetection does not work. OTOH, it > seem to work > fine with G_BROKEN_FILENAMES set. Do you think it will harm to have > this > behavior as default? > The fact it "does not work" may mean anything from bug in GLib to API misuse in the client code. And I think I am not brave enough to take responsibility pissing against upstream :-) My opinion is for good or bad we have to follow GLib guidelines. Which clearly state this: * On Unix, the assumption of GLib and GTK+ by default is that filenames on the filesystem are encoded in UTF-8 rather than the encoding of the locale; the GTK+ developers consider that having filenames whose interpretation depends on the current locale is fundamentally a bad idea. If you have filenames encoded in the encoding of your locale, then you may want to set the G_FILENAME_ENCODING environment variable: G_FILENAME_ENCODING=@locale export G_FILENAME_ENCODING (Earlier versions of GLib 2.x required a different environment variable setting; G_BROKEN_FILENAMES=1 to achieve the same effect; this is still supported, but G_FILENAME_ENCODING is preferred.) Best integration of GTK+ 2.6 with the environment is achieved by using a UTF-8 locale. Again. This is not a bug as you state. If you want this to be reconsidered you have to go upstream. Note. I am not against this option per-se. Though the default must be leaved as is. From owner-freebsd-gnome@FreeBSD.ORG Thu Mar 5 14:16:50 2009 Return-Path: Delivered-To: freebsd-gnome@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 69CE7106564A for ; Thu, 5 Mar 2009 14:16:50 +0000 (UTC) (envelope-from racinej@mcmaster.ca) Received: from coriana6.cis.mcmaster.ca (coriana6.CIS.McMaster.CA [130.113.128.17]) by mx1.freebsd.org (Postfix) with ESMTP id 1D61D8FC12 for ; Thu, 5 Mar 2009 14:16:49 +0000 (UTC) (envelope-from racinej@mcmaster.ca) Received: from Dura7.UTS.McMaster.CA (dura7.UTS.mcmaster.ca [130.113.196.62]) by coriana6.cis.mcmaster.ca (8.13.7/8.13.7) with ESMTP id n25EGamM000377; Thu, 5 Mar 2009 09:16:48 -0500 (EST) Received: from cgpsrv2.cis.mcmaster.ca (univmail.CIS.McMaster.CA [130.113.64.46]) by Dura7.UTS.McMaster.CA (8.13.7/8.13.7) with ESMTP id n25EGIi3021612; Thu, 5 Mar 2009 09:16:19 -0500 Received: from [130.113.139.86] (account racinej@univmail.cis.mcmaster.ca [130.113.139.86] verified) by cgpsrv2.cis.mcmaster.ca (CommuniGate Pro SMTP 5.2.12) with ESMTPSA id 244904380; Thu, 05 Mar 2009 09:16:18 -0500 From: Jeffrey Racine To: Joe Marcus Clarke In-Reply-To: <1236225102.82483.40.camel@shumai.marcuscom.com> References: <1236193836.1134.46.camel@pc-racine1.mcmaster.ca> <1236225102.82483.40.camel@shumai.marcuscom.com> Content-Type: text/plain Date: Thu, 05 Mar 2009 09:16:15 -0500 Message-Id: <1236262575.1121.1.camel@pc-racine1.mcmaster.ca> Mime-Version: 1.0 X-Mailer: Evolution 2.24.5 FreeBSD GNOME Team Port Content-Transfer-Encoding: 7bit X-PMX-Version-Mac: 5.4.2.338381, Antispam-Engine: 2.6.0.325393, Antispam-Data: 2009.3.5.140422 X-PerlMx-Spam: Gauge=IIIIIII, Probability=7%, Report='BODY_SIZE_1000_1099 0, BODY_SIZE_2000_LESS 0, BODY_SIZE_5000_LESS 0, BODY_SIZE_7000_LESS 0, __BOUNCE_CHALLENGE_SUBJ 0, __C230066_P5 0, __CP_URI_IN_BODY 0, __CT 0, __CTE 0, __CT_TEXT_PLAIN 0, __HAS_MSGID 0, __HAS_X_MAILER 0, __MIME_TEXT_ONLY 0, __MIME_VERSION 0, __SANE_MSGID 0' X-Spam-Flag: NO Cc: freebsd-gnome@freebsd.org Subject: Re: evolution 2.24.5 calendar dates showing "ld" and "ldld"? 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, 05 Mar 2009 14:16:50 -0000 Hi Joe. Yes, this patch does the trick. Many thanks! -- Jeff On Wed, 2009-03-04 at 22:51 -0500, Joe Marcus Clarke wrote: > On Wed, 2009-03-04 at 14:10 -0500, Jeffrey Racine wrote: > > Hi. > > > > I upgraded evolution (via portupgrade -ary) to the most recent version > > and am getting some odd output in the date field in the calendar month > > view. All single digit days are populated with ld instead of e.g. 1 and > > double digit with ldld instead of 10. > > Looks like they tried to localize the digits using the glibc %Id > notation. This is not supported under FreeBSD. Try this patch for > evolution. > > http://www.marcuscom.com/downloads/patch-widgets_misc_e-calendar-item.c > > Joe > -- Professor J. S. Racine Phone: (905) 525 9140 x 23825 Department of Economics FAX: (905) 521-8232 McMaster University e-mail: racinej@mcmaster.ca 1280 Main St. W.,Hamilton, URL: http://www.economics.mcmaster.ca/racine/ Ontario, Canada. L8S 4M4 `The generation of random numbers is too important to be left to chance' From owner-freebsd-gnome@FreeBSD.ORG Thu Mar 5 14:34:08 2009 Return-Path: Delivered-To: gnome@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 21962106564A for ; Thu, 5 Mar 2009 14:34:08 +0000 (UTC) (envelope-from stas@SpringDaemons.com) Received: from mx0.deglitch.com (backbone.deglitch.com [IPv6:2001:16d8:fffb:4::abba]) by mx1.freebsd.org (Postfix) with ESMTP id C22768FC18 for ; Thu, 5 Mar 2009 14:34:07 +0000 (UTC) (envelope-from stas@SpringDaemons.com) Received: from DSPAM-Daemon (localhost [127.0.0.1]) by mx0.deglitch.com (Postfix) with SMTP id 8832C8FC4E for ; Thu, 5 Mar 2009 17:19:13 +0300 (MSK) Received: from sputnik.SpringDaemons.com (unknown [83.166.229.34]) by mx0.deglitch.com (Postfix) with ESMTPA id 727488FC1D; Thu, 5 Mar 2009 17:19:12 +0300 (MSK) Received: by sputnik.SpringDaemons.com (Postfix, from userid 1024) id C09FAB86F; Thu, 5 Mar 2009 17:20:58 +0300 (MSK) Date: Thu, 5 Mar 2009 17:20:53 +0300 From: Stanislav Sedov To: Alexander Nedotsukov Message-Id: <20090305172053.6fea0a8c.stas@FreeBSD.org> In-Reply-To: <823A07DD-1A64-4860-ACFD-BEAD1BC24BE2@FreeBSD.org> References: <20090224021026.ba40bdc2.stas@FreeBSD.org> <96ccb314d4001b2d09a4ed33fa20a330@mail> <20090226171049.89fade07.stas@FreeBSD.org> <3d89f0fc69b803898f61d8c0bedfc79a@mail> <20090303234004.87544fc0.stas@FreeBSD.org> <823A07DD-1A64-4860-ACFD-BEAD1BC24BE2@FreeBSD.org> Organization: The FreeBSD Project X-XMPP: ssedov@jabber.ru X-Voice: +7 916 849 20 23 X-PGP-Fingerprin: F21E D6CC 5626 9609 6CE2 A385 2BF5 5993 EB26 9581 X-Mailer: carrier-pigeon Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-DSPAM-Result: Innocent X-DSPAM-Processed: Thu Mar 5 17:19:13 2009 X-DSPAM-Confidence: 0.9899 X-DSPAM-Improbability: 1 in 9809 chance of being spam X-DSPAM-Probability: 0.0000 X-DSPAM-Signature: 49afdf61967001777462353 Cc: gnome@FreeBSD.org Subject: Re: [FreeBSD port]: devel/glib20 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, 05 Mar 2009 14:34:08 -0000 -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 On Thu, 5 Mar 2009 22:15:33 +0900 Alexander Nedotsukov mentioned: default? > > > The fact it "does not work" may mean anything from bug in GLib to API > misuse in the client code. > And I think I am not brave enough to take responsibility pissing > against upstream :-) > My opinion is for good or bad we have to follow GLib guidelines. Which > clearly state this: > > * On Unix, the assumption of GLib and GTK+ by default is that > filenames on > the filesystem are encoded in UTF-8 rather than the encoding of the > locale; > the GTK+ developers consider that having filenames whose interpretation > depends on the current locale is fundamentally a bad idea. > > If you have filenames encoded in the encoding of your locale, then you > may want to set the G_FILENAME_ENCODING environment variable: > > G_FILENAME_ENCODING=@locale > export G_FILENAME_ENCODING > > (Earlier versions of GLib 2.x required a different environment variable > setting; G_BROKEN_FILENAMES=1 to achieve the same effect; this > is still supported, but G_FILENAME_ENCODING is preferred.) > Best integration of GTK+ 2.6 with the environment is achieved by > using a UTF-8 locale. > > Again. This is not a bug as you state. If you want this to be > reconsidered you have to go upstream. > Note. I am not against this option per-se. Though the default must be > leaved as is. > Sure, this certaily doesn't mean a bug in glib, but it means a bug in glib on FreeBSD, as on FreeBSD one expects apps to work correctly after setting locale, and filenames are supposed to be encoded in current locale. As we're supporitng FreeBSD I believe we should follow our native behaviour and not the upstream one. We're doing exactly that with most ported applications. That's just what ports system means. If one wants stock behaviour he always has an option to install an unmodified version. Just my opinion. - -- Stanislav Sedov ST4096-RIPE -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.9 (FreeBSD) iEYEARECAAYFAkmv38oACgkQK/VZk+smlYHwaACcDkmdXrIJpnPkDDJ+C/BtjXh6 9W0An0PFx/Asf2fjYnC/LZRfjyoqXXwL =bMzM -----END PGP SIGNATURE----- !DSPAM:49afdf61967001777462353! From owner-freebsd-gnome@FreeBSD.ORG Thu Mar 5 22:50:15 2009 Return-Path: Delivered-To: gnome@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 087DC106566C; Thu, 5 Mar 2009 22:50:15 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id D37128FC19; Thu, 5 Mar 2009 22:50:14 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (edwin@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.3/8.14.3) with ESMTP id n25MoERE087832; Thu, 5 Mar 2009 22:50:14 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.3/8.14.3/Submit) id n25MoERL087822; Thu, 5 Mar 2009 22:50:14 GMT (envelope-from edwin) Date: Thu, 5 Mar 2009 22:50:14 GMT Message-Id: <200903052250.n25MoERL087822@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, gnome@FreeBSD.org From: edwin@FreeBSD.org Cc: Subject: Re: ports/132348: update www/firefox3 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, 05 Mar 2009 22:50:15 -0000 Synopsis: update www/firefox3 Responsible-Changed-From-To: freebsd-ports-bugs->gnome Responsible-Changed-By: edwin Responsible-Changed-When: Thu Mar 5 22:50:14 UTC 2009 Responsible-Changed-Why: Over to maintainer (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=132348 From owner-freebsd-gnome@FreeBSD.ORG Fri Mar 6 09:31:26 2009 Return-Path: Delivered-To: gnome@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 151A11065673; Fri, 6 Mar 2009 09:31:26 +0000 (UTC) (envelope-from pav@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id DF6B38FC19; Fri, 6 Mar 2009 09:31:25 +0000 (UTC) (envelope-from pav@FreeBSD.org) Received: from freefall.freebsd.org (pav@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.3/8.14.3) with ESMTP id n269VPep050635; Fri, 6 Mar 2009 09:31:25 GMT (envelope-from pav@freefall.freebsd.org) Received: (from pav@localhost) by freefall.freebsd.org (8.14.3/8.14.3/Submit) id n269VPjR050631; Fri, 6 Mar 2009 09:31:25 GMT (envelope-from pav) Date: Fri, 6 Mar 2009 09:31:25 GMT Message-Id: <200903060931.n269VPjR050631@freefall.freebsd.org> To: turutani@scphys.kyoto-u.ac.jp, pav@FreeBSD.org, gnome@FreeBSD.org From: pav@FreeBSD.org Cc: Subject: Re: ports/132348: update www/firefox3 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, 06 Mar 2009 09:31:26 -0000 Synopsis: update www/firefox3 State-Changed-From-To: open->closed State-Changed-By: pav State-Changed-When: Fri Mar 6 09:31:19 UTC 2009 State-Changed-Why: port has been updated http://www.freebsd.org/cgi/query-pr.cgi?pr=132348 From owner-freebsd-gnome@FreeBSD.ORG Sat Mar 7 02:00:16 2009 Return-Path: Delivered-To: gnome@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 214C31065680 for ; Sat, 7 Mar 2009 02:00:16 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id D30EC8FC20 for ; Sat, 7 Mar 2009 02:00:13 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.3/8.14.3) with ESMTP id n2720DjH012012 for ; Sat, 7 Mar 2009 02:00:13 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.3/8.14.3/Submit) id n2720D4r012005; Sat, 7 Mar 2009 02:00:13 GMT (envelope-from gnats) Date: Sat, 7 Mar 2009 02:00:13 GMT Message-Id: <200903070200.n2720D4r012005@freefall.freebsd.org> To: gnome@FreeBSD.org From: Mario Sergio Fujikawa Ferreira Cc: Subject: Re: ports/132231: [PATCH] www/firefox: Add option to build with Profile-Guided Optimization X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Mario Sergio Fujikawa Ferreira List-Id: GNOME for FreeBSD -- porting and maintaining List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 07 Mar 2009 02:00:17 -0000 The following reply was made to PR ports/132231; it has been noted by GNATS. From: Mario Sergio Fujikawa Ferreira To: FreeBSD-gnats-submit@FreeBSD.org Cc: Subject: Re: ports/132231: [PATCH] www/firefox: Add option to build with Profile-Guided Optimization Date: Fri, 06 Mar 2009 22:33:59 -0300 Patch still applies after port update to 3.0.7. I've been running the updated port with PGO without a problem. From owner-freebsd-gnome@FreeBSD.ORG Sat Mar 7 15:40:52 2009 Return-Path: Delivered-To: gnome@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C9E31106566B for ; Sat, 7 Mar 2009 15:40:52 +0000 (UTC) (envelope-from mvh@ix.netcom.com) Received: from elasmtp-spurfowl.atl.sa.earthlink.net (elasmtp-spurfowl.atl.sa.earthlink.net [209.86.89.66]) by mx1.freebsd.org (Postfix) with ESMTP id 974108FC1C for ; Sat, 7 Mar 2009 15:40:52 +0000 (UTC) (envelope-from mvh@ix.netcom.com) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=dk20050327; d=ix.netcom.com; b=OhEMifdGhSKAeRbW90aOzMT21qGuq8eW7wrk2UlbzpXJ4/fzSMe+WTsJ5xT3TB9h; h=X-Virus-Scanned:From:To:Subject:Message-Id:Date:X-ELNK-Trace:X-Originating-IP; Received: from [71.116.129.12] (helo=bsd.mvh) by elasmtp-spurfowl.atl.sa.earthlink.net with esmtpa (Exim 4.67) (envelope-from ) id 1LfyFJ-0005gO-9r for gnome@freebsd.org; Sat, 07 Mar 2009 10:15:25 -0500 Received: from localhost (localhost [127.0.0.1]) by bsd.mvh (Postfix) with ESMTP id A690C194C5 for ; Sat, 7 Mar 2009 07:15:24 -0800 (PST) X-Virus-Scanned: amavisd-new at bsd.mvh Received: from bsd.mvh ([127.0.0.1]) by localhost (bsd.mvh [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id lMPPP+ZuBgVT for ; Sat, 7 Mar 2009 07:15:22 -0800 (PST) Received: by bsd.mvh (Postfix, from userid 1001) id 36CE0194C3; Sat, 7 Mar 2009 07:15:22 -0800 (PST) From: Mike Harding To: gnome@freebsd.org Message-Id: <20090307151522.36CE0194C3@bsd.mvh> Date: Sat, 7 Mar 2009 07:15:22 -0800 (PST) X-ELNK-Trace: 2159e7a04884740af66dc3a06d5924d83a7cc7b5a778a23ac2cde597a8553a4a015960c588b74cfb350badd9bab72f9c350badd9bab72f9c350badd9bab72f9c X-Originating-IP: 71.116.129.12 Cc: Subject: Tons of gdm-simple-greeter errors in /var/log/messages 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, 07 Mar 2009 15:40:53 -0000 Thanks for any help! How do I debug this? ... Mar 7 07:12:18 bsd gdm-simple-greeter[1951]: Gtk-WARNING: Failed to set text from markup due to error parsing markup: Error on line 1: Unfinished entity reference Mar 7 07:12:18 bsd gdm-simple-greeter[1951]: Gtk-WARNING: Failed to set text from markup due to error parsing markup: Error on line 1: Unfinished entity reference Mar 7 07:12:18 bsd gdm-simple-greeter[1951]: Gtk-WARNING: Failed to set text from markup due to error parsing markup: Error on line 1: Unfinished entity reference Mar 7 07:12:18 bsd gdm-simple-greeter[1951]: Gtk-WARNING: Failed to set text from markup due to error parsing markup: Error on line 1: Unfinished entity reference Mar 7 07:12:18 bsd gdm-simple-greeter[1951]: Gtk-WARNING: Failed to set text from markup due to error parsing markup: Error on line 1: Unfinished entity reference Mar 7 07:12:18 bsd gdm-simple-greeter[1951]: Gtk-WARNING: Failed to set text from markup due to error parsing markup: Error on line 1: Unfinished entity reference Mar 7 07:12:18 bsd gdm-simple-greeter[1951]: Gtk-WARNING: Failed to set text from markup due to error parsing markup: Error on line 1: Unfinished entity reference ... - Mike H. From owner-freebsd-gnome@FreeBSD.ORG Sat Mar 7 16:15:37 2009 Return-Path: Delivered-To: gnome@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 50D481065672; Sat, 7 Mar 2009 16:15:37 +0000 (UTC) (envelope-from sroberts@vickiandstacey.com) Received: from fizeau.zen.co.uk (fizeau.zen.co.uk [212.23.8.67]) by mx1.freebsd.org (Postfix) with ESMTP id A89328FC18; Sat, 7 Mar 2009 16:15:36 +0000 (UTC) (envelope-from sroberts@vickiandstacey.com) Received: from [212.23.3.140] (helo=smarthost01.mail.zen.net.uk) by fizeau.zen.co.uk with esmtp (Exim 4.63) (envelope-from ) id 1LfywG-000691-Ag; Sat, 07 Mar 2009 15:59:48 +0000 Received: from [82.68.31.182] (helo=thor.vickiandstacey.com) by smarthost01.mail.zen.net.uk with esmtp (Exim 4.63) (envelope-from ) id 1LfywE-0004j6-5j; Sat, 07 Mar 2009 15:59:46 +0000 Received: from thor.vickiandstacey.com (localhost [127.0.0.1]) by thor.vickiandstacey.com (8.14.2/8.14.2) with ESMTP id n27Fxhwi026315; Sat, 7 Mar 2009 15:59:44 GMT (envelope-from sroberts@thor.vickiandstacey.com) Received: (from sroberts@localhost) by thor.vickiandstacey.com (8.14.2/8.14.2/Submit) id n27FxhDH026314; Sat, 7 Mar 2009 15:59:43 GMT (envelope-from sroberts) Date: Sat, 7 Mar 2009 15:59:43 GMT Message-Id: <200903071559.n27FxhDH026314@thor.vickiandstacey.com> To: FreeBSD-gnats-submit@freebsd.org From: S Roberts X-send-pr-version: 3.113 X-GNATS-Notify: X-Originating-Smarthost01-IP: [82.68.31.182] Cc: gnome@freebsd.org Subject: GIMP Installation fails with "/usr/local/include/glib-2.0/glib/gspawn.h:22:2: error: #error X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: S Roberts List-Id: GNOME for FreeBSD -- porting and maintaining List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 07 Mar 2009 16:15:37 -0000 >Submitter-Id: current-users >Originator: S Roberts >Organization: >Confidential: no >Synopsis: GIMP Installation fails with "/usr/local/include/glib-2.0/glib/gspawn.h:22:2: error: #error "Only can be included directly."" >Severity: serious >Priority: high >Category: ports >Class: sw-bug >Release: FreeBSD 7.0-STABLE i386 >Environment: System: FreeBSD thor.vickiandstacey.com 7.0-STABLE FreeBSD 7.0-STABLE #0: Sat Aug 16 19:49:12 BST 2008 root@thor.vickiandstacey.com:/usr/obj/usr/src/sys/IRON i386 >Description: Make install for GIMP fails as follows: /bin/sh ../../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -D_REENTRANT -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include/babl-0.0 -I/usr/local/include -DG_DISABLE_SINGLE_INCLUDES -I. -I../.. -I../.. -I../../gegl -I../../gegl/buffer -I../../gegl/operation -I../../gegl/property-types -I../../gegl/module -I/usr/local/include -DG_DISABLE_SINGLE_INCLUDES -I/usr/local/include -Wall -Wdeclaration-after-statement -Wmissing-prototypes -Wmissing-declarations -Winit-self -Wpointer-arith -Wold-style-definition -c -o soft-light.la.lo soft-light.c cc -DHAVE_CONFIG_H -D_REENTRANT -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include/babl-0.0 -I/usr/local/include -DG_DISABLE_SINGLE_INCLUDES -I. -I../.. -I../.. -I../../gegl -I../../gegl/buffer -I../../gegl/operation -I../../gegl/property-types -I../../gegl/module -I/usr/local/include -DG_DISABLE_SINGLE_INCLUDES -I/usr/local/include -Wall -Wdeclaration-after-statement -Wmissing-prototypes -Wmissing-declarations -Winit-self -Wpointer-arith -Wold-style-definition -c soft-light.c -fPIC -DPIC -o .libs/soft-light.la.o /bin/sh ../../libtool --tag=CC --mode=link cc -avoid-version -export-dynamic -module -L/usr/local/lib -I/usr/local/include -Wall -Wdeclaration-after-statement -Wmissing-prototypes -Wmissing-declarations -Winit-self -Wpointer-arith -Wold-style-definition -Wl,--export-dynamic -pthread -L/usr/local/lib -lgio-2.0 -lgobject-2.0 -lgmodule-2.0 -lgthread-2.0 -lglib-2.0 -o soft-light.la -rpath /usr/local/lib/gegl-0.0 soft-light.la.lo cc -shared .libs/soft-light.la.o -Wl,--rpath -Wl,/usr/local/lib -Wl,--rpath -Wl,/usr/local/lib -L/usr/local/lib /usr/local/lib/libgio-2.0.so /usr/local/lib/libgobject-2.0.so /usr/local/lib/libgmodule-2.0.so /usr/local/lib/libgthread-2.0.so /usr/local/lib/libglib-2.0.so -Wl,--export-dynamic -pthread -Wl,-soname -Wl,soft-light.so -o .libs/soft-light.so creating soft-light.la (cd .libs && rm -f soft-light.la && ln -s ../soft-light.la soft-light.la) /bin/sh ../../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -D_REENTRANT -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include/babl-0.0 -I/usr/local/include -DG_DISABLE_SINGLE_INCLUDES -I. -I../.. -I../.. -I../../gegl -I../../gegl/buffer -I../../gegl/operation -I../../gegl/property-types -I../../gegl/module -I/usr/local/include -DG_DISABLE_SINGLE_INCLUDES -I/usr/local/include -Wall -Wdeclaration-after-statement -Wmissing-prototypes -Wmissing-declarations -Winit-self -Wpointer-arith -Wold-style-definition -c -o src-atop.la.lo src-atop.c cc -DHAVE_CONFIG_H -D_REENTRANT -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include/babl-0.0 -I/usr/local/include -DG_DISABLE_SINGLE_INCLUDES -I. -I../.. -I../.. -I../../gegl -I../../gegl/buffer -I../../gegl/operation -I../../gegl/property-types -I../../gegl/module -I/usr/local/include -DG_DISABLE_SINGLE_INCLUDES -I/usr/local/include -Wall -Wdeclaration-after-statement -Wmissing-prototypes -Wmissing-declarations -Winit-self -Wpointer-arith -Wold-style-definition -c src-atop.c -fPIC -DPIC -o .libs/src-atop.la.o /bin/sh ../../libtool --tag=CC --mode=link cc -avoid-version -export-dynamic -module -L/usr/local/lib -I/usr/local/include -Wall -Wdeclaration-after-statement -Wmissing-prototypes -Wmissing-declarations -Winit-self -Wpointer-arith -Wold-style-definition -Wl,--export-dynamic -pthread -L/usr/local/lib -lgio-2.0 -lgobject-2.0 -lgmodule-2.0 -lgthread-2.0 -lglib-2.0 -o src-atop.la -rpath /usr/local/lib/gegl-0.0 src-atop.la.lo cc -shared .libs/src-atop.la.o -Wl,--rpath -Wl,/usr/local/lib -Wl,--rpath -Wl,/usr/local/lib -L/usr/local/lib /usr/local/lib/libgio-2.0.so /usr/local/lib/libgobject-2.0.so /usr/local/lib/libgmodule-2.0.so /usr/local/lib/libgthread-2.0.so /usr/local/lib/libglib-2.0.so -Wl,--export-dynamic -pthread -Wl,-soname -Wl,src-atop.so -o .libs/src-atop.so creating src-atop.la (cd .libs && rm -f src-atop.la && ln -s ../src-atop.la src-atop.la) /bin/sh ../../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -D_REENTRANT -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include/babl-0.0 -I/usr/local/include -DG_DISABLE_SINGLE_INCLUDES -I. -I../.. -I../.. -I../../gegl -I../../gegl/buffer -I../../gegl/operation -I../../gegl/property-types -I../../gegl/module -I/usr/local/include -DG_DISABLE_SINGLE_INCLUDES -I/usr/local/include -Wall -Wdeclaration-after-statement -Wmissing-prototypes -Wmissing-declarations -Winit-self -Wpointer-arith -Wold-style-definition -c -o src-in.la.lo src-in.c cc -DHAVE_CONFIG_H -D_REENTRANT -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include/babl-0.0 -I/usr/local/include -DG_DISABLE_SINGLE_INCLUDES -I. -I../.. -I../.. -I../../gegl -I../../gegl/buffer -I../../gegl/operation -I../../gegl/property-types -I../../gegl/module -I/usr/local/include -DG_DISABLE_SINGLE_INCLUDES -I/usr/local/include -Wall -Wdeclaration-after-statement -Wmissing-prototypes -Wmissing-declarations -Winit-self -Wpointer-arith -Wold-style-definition -c src-in.c -fPIC -DPIC -o .libs/src-in.la.o /bin/sh ../../libtool --tag=CC --mode=link cc -avoid-version -export-dynamic -module -L/usr/local/lib -I/usr/local/include -Wall -Wdeclaration-after-statement -Wmissing-prototypes -Wmissing-declarations -Winit-self -Wpointer-arith -Wold-style-definition -Wl,--export-dynamic -pthread -L/usr/local/lib -lgio-2.0 -lgobject-2.0 -lgmodule-2.0 -lgthread-2.0 -lglib-2.0 -o src-in.la -rpath /usr/local/lib/gegl-0.0 src-in.la.lo cc -shared .libs/src-in.la.o -Wl,--rpath -Wl,/usr/local/lib -Wl,--rpath -Wl,/usr/local/lib -L/usr/local/lib /usr/local/lib/libgio-2.0.so /usr/local/lib/libgobject-2.0.so /usr/local/lib/libgmodule-2.0.so /usr/local/lib/libgthread-2.0.so /usr/local/lib/libglib-2.0.so -Wl,--export-dynamic -pthread -Wl,-soname -Wl,src-in.so -o .libs/src-in.so creating src-in.la (cd .libs && rm -f src-in.la && ln -s ../src-in.la src-in.la) /bin/sh ../../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -D_REENTRANT -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include/babl-0.0 -I/usr/local/include -DG_DISABLE_SINGLE_INCLUDES -I. -I../.. -I../.. -I../../gegl -I../../gegl/buffer -I../../gegl/operation -I../../gegl/property-types -I../../gegl/module -I/usr/local/include -DG_DISABLE_SINGLE_INCLUDES -I/usr/local/include -Wall -Wdeclaration-after-statement -Wmissing-prototypes -Wmissing-declarations -Winit-self -Wpointer-arith -Wold-style-definition -c -o src-out.la.lo src-out.c cc -DHAVE_CONFIG_H -D_REENTRANT -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include/babl-0.0 -I/usr/local/include -DG_DISABLE_SINGLE_INCLUDES -I. -I../.. -I../.. -I../../gegl -I../../gegl/buffer -I../../gegl/operation -I../../gegl/property-types -I../../gegl/module -I/usr/local/include -DG_DISABLE_SINGLE_INCLUDES -I/usr/local/include -Wall -Wdeclaration-after-statement -Wmissing-prototypes -Wmissing-declarations -Winit-self -Wpointer-arith -Wold-style-definition -c src-out.c -fPIC -DPIC -o .libs/src-out.la.o /bin/sh ../../libtool --tag=CC --mode=link cc -avoid-version -export-dynamic -module -L/usr/local/lib -I/usr/local/include -Wall -Wdeclaration-after-statement -Wmissing-prototypes -Wmissing-declarations -Winit-self -Wpointer-arith -Wold-style-definition -Wl,--export-dynamic -pthread -L/usr/local/lib -lgio-2.0 -lgobject-2.0 -lgmodule-2.0 -lgthread-2.0 -lglib-2.0 -o src-out.la -rpath /usr/local/lib/gegl-0.0 src-out.la.lo cc -shared .libs/src-out.la.o -Wl,--rpath -Wl,/usr/local/lib -Wl,--rpath -Wl,/usr/local/lib -L/usr/local/lib /usr/local/lib/libgio-2.0.so /usr/local/lib/libgobject-2.0.so /usr/local/lib/libgmodule-2.0.so /usr/local/lib/libgthread-2.0.so /usr/local/lib/libglib-2.0.so -Wl,--export-dynamic -pthread -Wl,-soname -Wl,src-out.so -o .libs/src-out.so creating src-out.la (cd .libs && rm -f src-out.la && ln -s ../src-out.la src-out.la) /bin/sh ../../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -D_REENTRANT -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include/babl-0.0 -I/usr/local/include -DG_DISABLE_SINGLE_INCLUDES -I. -I../.. -I../.. -I../../gegl -I../../gegl/buffer -I../../gegl/operation -I../../gegl/property-types -I../../gegl/module -I/usr/local/include -DG_DISABLE_SINGLE_INCLUDES -I/usr/local/include -Wall -Wdeclaration-after-statement -Wmissing-prototypes -Wmissing-declarations -Winit-self -Wpointer-arith -Wold-style-definition -c -o src-over.la.lo src-over.c cc -DHAVE_CONFIG_H -D_REENTRANT -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include/babl-0.0 -I/usr/local/include -DG_DISABLE_SINGLE_INCLUDES -I. -I../.. -I../.. -I../../gegl -I../../gegl/buffer -I../../gegl/operation -I../../gegl/property-types -I../../gegl/module -I/usr/local/include -DG_DISABLE_SINGLE_INCLUDES -I/usr/local/include -Wall -Wdeclaration-after-statement -Wmissing-prototypes -Wmissing-declarations -Winit-self -Wpointer-arith -Wold-style-definition -c src-over.c -fPIC -DPIC -o .libs/src-over.la.o /bin/sh ../../libtool --tag=CC --mode=link cc -avoid-version -export-dynamic -module -L/usr/local/lib -I/usr/local/include -Wall -Wdeclaration-after-statement -Wmissing-prototypes -Wmissing-declarations -Winit-self -Wpointer-arith -Wold-style-definition -Wl,--export-dynamic -pthread -L/usr/local/lib -lgio-2.0 -lgobject-2.0 -lgmodule-2.0 -lgthread-2.0 -lglib-2.0 -o src-over.la -rpath /usr/local/lib/gegl-0.0 src-over.la.lo cc -shared .libs/src-over.la.o -Wl,--rpath -Wl,/usr/local/lib -Wl,--rpath -Wl,/usr/local/lib -L/usr/local/lib /usr/local/lib/libgio-2.0.so /usr/local/lib/libgobject-2.0.so /usr/local/lib/libgmodule-2.0.so /usr/local/lib/libgthread-2.0.so /usr/local/lib/libglib-2.0.so -Wl,--export-dynamic -pthread -Wl,-soname -Wl,src-over.so -o .libs/src-over.so creating src-over.la (cd .libs && rm -f src-over.la && ln -s ../src-over.la src-over.la) /bin/sh ../../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -D_REENTRANT -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include/babl-0.0 -I/usr/local/include -DG_DISABLE_SINGLE_INCLUDES -I. -I../.. -I../.. -I../../gegl -I../../gegl/buffer -I../../gegl/operation -I../../gegl/property-types -I../../gegl/module -I/usr/local/include -DG_DISABLE_SINGLE_INCLUDES -I/usr/local/include -Wall -Wdeclaration-after-statement -Wmissing-prototypes -Wmissing-declarations -Winit-self -Wpointer-arith -Wold-style-definition -c -o src.la.lo src.c cc -DHAVE_CONFIG_H -D_REENTRANT -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include/babl-0.0 -I/usr/local/include -DG_DISABLE_SINGLE_INCLUDES -I. -I../.. -I../.. -I../../gegl -I../../gegl/buffer -I../../gegl/operation -I../../gegl/property-types -I../../gegl/module -I/usr/local/include -DG_DISABLE_SINGLE_INCLUDES -I/usr/local/include -Wall -Wdeclaration-after-statement -Wmissing-prototypes -Wmissing-declarations -Winit-self -Wpointer-arith -Wold-style-definition -c src.c -fPIC -DPIC -o .libs/src.la.o /bin/sh ../../libtool --tag=CC --mode=link cc -avoid-version -export-dynamic -module -L/usr/local/lib -I/usr/local/include -Wall -Wdeclaration-after-statement -Wmissing-prototypes -Wmissing-declarations -Winit-self -Wpointer-arith -Wold-style-definition -Wl,--export-dynamic -pthread -L/usr/local/lib -lgio-2.0 -lgobject-2.0 -lgmodule-2.0 -lgthread-2.0 -lglib-2.0 -o src.la -rpath /usr/local/lib/gegl-0.0 src.la.lo cc -shared .libs/src.la.o -Wl,--rpath -Wl,/usr/local/lib -Wl,--rpath -Wl,/usr/local/lib -L/usr/local/lib /usr/local/lib/libgio-2.0.so /usr/local/lib/libgobject-2.0.so /usr/local/lib/libgmodule-2.0.so /usr/local/lib/libgthread-2.0.so /usr/local/lib/libglib-2.0.so -Wl,--export-dynamic -pthread -Wl,-soname -Wl,src.so -o .libs/src.so creating src.la (cd .libs && rm -f src.la && ln -s ../src.la src.la) /bin/sh ../../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -D_REENTRANT -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include/babl-0.0 -I/usr/local/include -DG_DISABLE_SINGLE_INCLUDES -I. -I../.. -I../.. -I../../gegl -I../../gegl/buffer -I../../gegl/operation -I../../gegl/property-types -I../../gegl/module -I/usr/local/include -DG_DISABLE_SINGLE_INCLUDES -I/usr/local/include -Wall -Wdeclaration-after-statement -Wmissing-prototypes -Wmissing-declarations -Winit-self -Wpointer-arith -Wold-style-definition -c -o subtract.la.lo subtract.c cc -DHAVE_CONFIG_H -D_REENTRANT -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include/babl-0.0 -I/usr/local/include -DG_DISABLE_SINGLE_INCLUDES -I. -I../.. -I../.. -I../../gegl -I../../gegl/buffer -I../../gegl/operation -I../../gegl/property-types -I../../gegl/module -I/usr/local/include -DG_DISABLE_SINGLE_INCLUDES -I/usr/local/include -Wall -Wdeclaration-after-statement -Wmissing-prototypes -Wmissing-declarations -Winit-self -Wpointer-arith -Wold-style-definition -c subtract.c -fPIC -DPIC -o .libs/subtract.la.o /bin/sh ../../libtool --tag=CC --mode=link cc -avoid-version -export-dynamic -module -L/usr/local/lib -I/usr/local/include -Wall -Wdeclaration-after-statement -Wmissing-prototypes -Wmissing-declarations -Winit-self -Wpointer-arith -Wold-style-definition -Wl,--export-dynamic -pthread -L/usr/local/lib -lgio-2.0 -lgobject-2.0 -lgmodule-2.0 -lgthread-2.0 -lglib-2.0 -o subtract.la -rpath /usr/local/lib/gegl-0.0 subtract.la.lo cc -shared .libs/subtract.la.o -Wl,--rpath -Wl,/usr/local/lib -Wl,--rpath -Wl,/usr/local/lib -L/usr/local/lib /usr/local/lib/libgio-2.0.so /usr/local/lib/libgobject-2.0.so /usr/local/lib/libgmodule-2.0.so /usr/local/lib/libgthread-2.0.so /usr/local/lib/libglib-2.0.so -Wl,--export-dynamic -pthread -Wl,-soname -Wl,subtract.so -o .libs/subtract.so creating subtract.la (cd .libs && rm -f subtract.la && ln -s ../subtract.la subtract.la) /bin/sh ../../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -D_REENTRANT -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include/babl-0.0 -I/usr/local/include -DG_DISABLE_SINGLE_INCLUDES -I. -I../.. -I../.. -I../../gegl -I../../gegl/buffer -I../../gegl/operation -I../../gegl/property-types -I../../gegl/module -I/usr/local/include -DG_DISABLE_SINGLE_INCLUDES -I/usr/local/include -Wall -Wdeclaration-after-statement -Wmissing-prototypes -Wmissing-declarations -Winit-self -Wpointer-arith -Wold-style-definition -c -o svg-multiply.la.lo svg-multiply.c cc -DHAVE_CONFIG_H -D_REENTRANT -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include/babl-0.0 -I/usr/local/include -DG_DISABLE_SINGLE_INCLUDES -I. -I../.. -I../.. -I../../gegl -I../../gegl/buffer -I../../gegl/operation -I../../gegl/property-types -I../../gegl/module -I/usr/local/include -DG_DISABLE_SINGLE_INCLUDES -I/usr/local/include -Wall -Wdeclaration-after-statement -Wmissing-prototypes -Wmissing-declarations -Winit-self -Wpointer-arith -Wold-style-definition -c svg-multiply.c -fPIC -DPIC -o .libs/svg-multiply.la.o /bin/sh ../../libtool --tag=CC --mode=link cc -avoid-version -export-dynamic -module -L/usr/local/lib -I/usr/local/include -Wall -Wdeclaration-after-statement -Wmissing-prototypes -Wmissing-declarations -Winit-self -Wpointer-arith -Wold-style-definition -Wl,--export-dynamic -pthread -L/usr/local/lib -lgio-2.0 -lgobject-2.0 -lgmodule-2.0 -lgthread-2.0 -lglib-2.0 -o svg-multiply.la -rpath /usr/local/lib/gegl-0.0 svg-multiply.la.lo cc -shared .libs/svg-multiply.la.o -Wl,--rpath -Wl,/usr/local/lib -Wl,--rpath -Wl,/usr/local/lib -L/usr/local/lib /usr/local/lib/libgio-2.0.so /usr/local/lib/libgobject-2.0.so /usr/local/lib/libgmodule-2.0.so /usr/local/lib/libgthread-2.0.so /usr/local/lib/libglib-2.0.so -Wl,--export-dynamic -pthread -Wl,-soname -Wl,svg-multiply.so -o .libs/svg-multiply.so creating svg-multiply.la (cd .libs && rm -f svg-multiply.la && ln -s ../svg-multiply.la svg-multiply.la) /bin/sh ../../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -D_REENTRANT -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include/babl-0.0 -I/usr/local/include -DG_DISABLE_SINGLE_INCLUDES -I. -I../.. -I../.. -I../../gegl -I../../gegl/buffer -I../../gegl/operation -I../../gegl/property-types -I../../gegl/module -I/usr/local/include -DG_DISABLE_SINGLE_INCLUDES -I/usr/local/include -Wall -Wdeclaration-after-statement -Wmissing-prototypes -Wmissing-declarations -Winit-self -Wpointer-arith -Wold-style-definition -c -o xor.la.lo xor.c cc -DHAVE_CONFIG_H -D_REENTRANT -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include/babl-0.0 -I/usr/local/include -DG_DISABLE_SINGLE_INCLUDES -I. -I../.. -I../.. -I../../gegl -I../../gegl/buffer -I../../gegl/operation -I../../gegl/property-types -I../../gegl/module -I/usr/local/include -DG_DISABLE_SINGLE_INCLUDES -I/usr/local/include -Wall -Wdeclaration-after-statement -Wmissing-prototypes -Wmissing-declarations -Winit-self -Wpointer-arith -Wold-style-definition -c xor.c -fPIC -DPIC -o .libs/xor.la.o /bin/sh ../../libtool --tag=CC --mode=link cc -avoid-version -export-dynamic -module -L/usr/local/lib -I/usr/local/include -Wall -Wdeclaration-after-statement -Wmissing-prototypes -Wmissing-declarations -Winit-self -Wpointer-arith -Wold-style-definition -Wl,--export-dynamic -pthread -L/usr/local/lib -lgio-2.0 -lgobject-2.0 -lgmodule-2.0 -lgthread-2.0 -lglib-2.0 -o xor.la -rpath /usr/local/lib/gegl-0.0 xor.la.lo cc -shared .libs/xor.la.o -Wl,--rpath -Wl,/usr/local/lib -Wl,--rpath -Wl,/usr/local/lib -L/usr/local/lib /usr/local/lib/libgio-2.0.so /usr/local/lib/libgobject-2.0.so /usr/local/lib/libgmodule-2.0.so /usr/local/lib/libgthread-2.0.so /usr/local/lib/libglib-2.0.so -Wl,--export-dynamic -pthread -Wl,-soname -Wl,xor.so -o .libs/xor.so creating xor.la (cd .libs && rm -f xor.la && ln -s ../xor.la xor.la) gmake[3]: Leaving directory `/usr/ports/graphics/gegl/work/gegl-0.0.20/operations/generated' gmake[3]: Entering directory `/usr/ports/graphics/gegl/work/gegl-0.0.20/operations' gmake[3]: Nothing to be done for `all-am'. gmake[3]: Leaving directory `/usr/ports/graphics/gegl/work/gegl-0.0.20/operations' gmake[2]: Leaving directory `/usr/ports/graphics/gegl/work/gegl-0.0.20/operations' Making all in bin gmake[2]: Entering directory `/usr/ports/graphics/gegl/work/gegl-0.0.20/bin' if cc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I../gegl -I../gegl/buffer -I../gegl/property-types -I../gegl/buffer -I../gegl/operation -I../gegl/module -D_REENTRANT -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -D_THREAD_SAFE -I/usr/local/include/gtk-2.0 -I/usr/local/lib/gtk-2.0/include -I/usr/local/include/atk-1.0 -I/usr/local/include/cairo -I/usr/local/include/pango-1.0 -I/usr/local/include -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include/pixman-1 -I/usr/local/include/freetype2 -I/usr/local/include/babl-0.0 -I/usr/local/include -I/usr/local/include -DG_DISABLE_SINGLE_INCLUDES -I/usr/local/include -Wall -Wdeclaration-after-statement -Wmissing-prototypes -Wmissing-declarations -Winit-self -Wpointer-arith -Wold-style-definition -MT gegl.o -MD -MP -MF ".deps/gegl.Tpo" -c -o gegl.o gegl.c; \ then mv -f ".deps/gegl.Tpo" ".deps/gegl.Po"; else rm -f ".deps/gegl.Tpo"; exit 1; fi In file included from /usr/local/include/gtk-2.0/gdk/gdkspawn.h:26, from /usr/local/include/gtk-2.0/gdk/gdk.h:52, from /usr/local/include/gtk-2.0/gtk/gtk.h:31, from gegl.c:43: /usr/local/include/glib-2.0/glib/gspawn.h:22:2: error: #error "Only can be included directly." gmake[2]: *** [gegl.o] Error 1 gmake[2]: Leaving directory `/usr/ports/graphics/gegl/work/gegl-0.0.20/bin' gmake[1]: *** [all-recursive] Error 1 gmake[1]: Leaving directory `/usr/ports/graphics/gegl/work/gegl-0.0.20' gmake: *** [all] Error 2 *** Error code 2 Stop in /usr/ports/graphics/gegl. *** Error code 1 Stop in /usr/ports/graphics/gimp-app. *** Error code 1 Stop in /usr/ports/graphics/gimp-app. *** Error code 1 Stop in /usr/ports/graphics/gimp. *** Error code 1 Stop in /usr/ports/graphics/gimp. >How-To-Repeat: Update Ports Attempt to install GIMP >Fix: Don't know.., From owner-freebsd-gnome@FreeBSD.ORG Sat Mar 7 18:21:32 2009 Return-Path: Delivered-To: gnome@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 5A668106566C; Sat, 7 Mar 2009 18:21:32 +0000 (UTC) (envelope-from linimon@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 2F2A28FC15; Sat, 7 Mar 2009 18:21:32 +0000 (UTC) (envelope-from linimon@FreeBSD.org) Received: from freefall.freebsd.org (linimon@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.3/8.14.3) with ESMTP id n27ILWkr029098; Sat, 7 Mar 2009 18:21:32 GMT (envelope-from linimon@freefall.freebsd.org) Received: (from linimon@localhost) by freefall.freebsd.org (8.14.3/8.14.3/Submit) id n27ILWLe029088; Sat, 7 Mar 2009 18:21:32 GMT (envelope-from linimon) Date: Sat, 7 Mar 2009 18:21:32 GMT Message-Id: <200903071821.n27ILWLe029088@freefall.freebsd.org> To: linimon@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, gnome@FreeBSD.org From: linimon@FreeBSD.org Cc: Subject: Re: ports/132389: graphics/gimp installation fails with "/usr/local/include/glib-2.0/glib/gspawn.h:22:2: error: #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: Sat, 07 Mar 2009 18:21:32 -0000 Old Synopsis: GIMP Installation fails with "/usr/local/include/glib-2.0/glib/gspawn.h:22:2: error: #error New Synopsis: graphics/gimp installation fails with "/usr/local/include/glib-2.0/glib/gspawn.h:22:2: error: #error Responsible-Changed-From-To: freebsd-ports-bugs->gnome Responsible-Changed-By: linimon Responsible-Changed-When: Sat Mar 7 18:20:55 UTC 2009 Responsible-Changed-Why: Over to maintainer(s). http://www.freebsd.org/cgi/query-pr.cgi?pr=132389 From owner-freebsd-gnome@FreeBSD.ORG Sat Mar 7 22:09:23 2009 Return-Path: Delivered-To: gnome@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 9D5DB106564A; Sat, 7 Mar 2009 22:09:23 +0000 (UTC) (envelope-from saper@saper.info) Received: from k.saper.info (smtp-out.saper.info [IPv6:2001:41d0:1:c823::1002]) by mx1.freebsd.org (Postfix) with ESMTP id 371938FC08; Sat, 7 Mar 2009 22:09:22 +0000 (UTC) (envelope-from saper@saper.info) Received: from k.saper.info (localhost [127.0.0.1]) by k.saper.info (8.14.2/8.14.2) with ESMTP id n27M2m2X053371 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Sat, 7 Mar 2009 22:02:48 GMT (envelope-from saper@saper.info) Received: (from uucp@localhost) by k.saper.info (8.14.2/8.14.2/Submit) with UUCP id n27M2mXZ053370; Sat, 7 Mar 2009 22:02:48 GMT (envelope-from saper@saper.info) Received: from radziecki.saper.info (localhost [127.0.0.1]) by radziecki.saper.info (8.14.3/8.14.3) with ESMTP id n27M8qjb022375 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Sat, 7 Mar 2009 22:08:52 GMT (envelope-from saper@saper.info) Received: (from saper@localhost) by radziecki.saper.info (8.14.3/8.14.3/Submit) id n27M8p3i022364; Sat, 7 Mar 2009 22:08:51 GMT (envelope-from saper) Date: Sat, 7 Mar 2009 22:08:51 GMT Message-Id: <200903072208.n27M8p3i022364@radziecki.saper.info> To: FreeBSD-gnats-submit@freebsd.org From: Marcin Cieslak X-send-pr-version: 3.113 X-GNATS-Notify: Cc: gnome@freebsd.org, marcus@freebsd.org, romain@blogreen.org Subject: [PATCH] lang/vala: fix compile error in scanner.c 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, 07 Mar 2009 22:09:23 -0000 >Submitter-Id: current-users >Originator: Marcin Cieslak >Organization: http://saper.info >Confidential: no >Synopsis: [PATCH] lang/vala: fix compile error in scanner.c >Severity: serious >Priority: medium >Category: ports >Class: change-request >Release: FreeBSD 7.1-STABLE amd64 >Environment: System: FreeBSD radziecki.saper.info 7.1-STABLE FreeBSD 7.1-STABLE #2 r187968M: Tue Feb 17 10:52:35 CET >Description: vala 0.4.0_1 compilation fails for me in gobject-introspection with: cc -DHAVE_CONFIG_H -I. -I.. -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local -O2 -fno-strict-aliasing -pipe -march=nocona -MT scanner.o -MD -MP -MF .deps/scanner.Tpo -c -o scanner.o scanner.c scanner.c: In function 'g_igenerator_start_preprocessor': scanner.c:1606: error: 'SIGKILL' undeclared (first use in this function) scanner.c:1606: error: (Each undeclared identifier is reported only once scanner.c:1606: error: for each function it appears in.) *** Error code 1 Maybe this issue is also relevant to the upcoming 0.5.6 version? http://www.freebsd.org/cgi/query-pr.cgi?pr=131075 Added file(s): - files/patch-gobject-introspection-scanner.c Port maintainer (gnome@FreeBSD.org) is cc'd. Generated with FreeBSD Port Tools 0.77 >How-To-Repeat: >Fix: --- vala-0.4.0_1.patch begins here --- diff -ruN --exclude=CVS /usr/ports/lang/vala.orig/files/patch-gobject-introspection-scanner.c /usr/ports/lang/vala/files/patch-gobject-introspection-scanner.c --- /usr/ports/lang/vala.orig/files/patch-gobject-introspection-scanner.c 1970-01-01 01:00:00.000000000 +0100 +++ /usr/ports/lang/vala/files/patch-gobject-introspection-scanner.c 2009-03-07 23:01:02.000000000 +0100 @@ -0,0 +1,10 @@ +--- gobject-introspection/scanner.c.orig 2009-03-07 22:58:34.254250638 +0100 ++++ gobject-introspection/scanner.c 2009-03-07 23:00:04.808622219 +0100 +@@ -29,6 +29,7 @@ + #include + #include + #include ++#include + #include /* waitpid */ + #include + #include "scanner.h" --- vala-0.4.0_1.patch ends here --- From owner-freebsd-gnome@FreeBSD.ORG Sat Mar 7 22:10:12 2009 Return-Path: Delivered-To: gnome@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E147E1065674; Sat, 7 Mar 2009 22:10:12 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id B75158FC19; Sat, 7 Mar 2009 22:10:12 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (edwin@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.3/8.14.3) with ESMTP id n27MAC6N016091; Sat, 7 Mar 2009 22:10:12 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.3/8.14.3/Submit) id n27MACWS016087; Sat, 7 Mar 2009 22:10:12 GMT (envelope-from edwin) Date: Sat, 7 Mar 2009 22:10:12 GMT Message-Id: <200903072210.n27MACWS016087@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, gnome@FreeBSD.org From: edwin@FreeBSD.org Cc: Subject: Re: ports/132396: [PATCH] lang/vala: fix compile error in scanner.c 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, 07 Mar 2009 22:10:13 -0000 Synopsis: [PATCH] lang/vala: fix compile error in scanner.c Responsible-Changed-From-To: freebsd-ports-bugs->gnome Responsible-Changed-By: edwin Responsible-Changed-When: Sat Mar 7 22:10:12 UTC 2009 Responsible-Changed-Why: Over to maintainer (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=132396