From owner-freebsd-gnome Sun Jan 6 11:57:22 2002 Delivered-To: freebsd-gnome@freebsd.org Received: from sushi.sanyusan.se (h12n2fls34o835.telia.com [213.67.31.12]) by hub.freebsd.org (Postfix) with ESMTP id 577D737B419 for ; Sun, 6 Jan 2002 11:57:19 -0800 (PST) Received: (from anders@localhost) by sushi.sanyusan.se (8.11.6/8.11.6) id g06Jtqu91586 for gnome@FreeBSD.ORG; Sun, 6 Jan 2002 20:55:52 +0100 (CET) (envelope-from anders) Date: Sun, 6 Jan 2002 20:55:52 +0100 From: Anders Andersson To: gnome@FreeBSD.ORG Subject: Re: x11/gnomeapplets Message-ID: <20020106195552.GD32992@sushi.sanyusan.se> References: <20020103211310.GA320@sushi.sanyusan.se> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20020103211310.GA320@sushi.sanyusan.se> User-Agent: Mutt/1.3.25i Sender: owner-freebsd-gnome@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Thu, Jan 03, 2002 at 10:13:10PM +0100, Anders Andersson wrote: > I got inspired bye Alfreds patch to sysutils/xbattbar which changed > xbattbar to use a readonly /dev/apm. > > So I patched gnomeapplets battery_applet to do this at it seems to work > fine on -CURRENT at least. > > [root@sushi gnome-applets-1.4.0.4]# diff -u battery/read-battery.c.orig > battery/read-battery.c > --- battery/read-battery.c.orig Thu Jan 3 22:05:06 2002 > +++ battery/read-battery.c Thu Jan 3 21:42:30 2002 > @@ -170,7 +170,7 @@ > *hours_remaining = -1; > *minutes_remaining = 1; > > - fd = open(APMDEV, O_RDWR); > + fd = open(APMDEV, O_RDONLY); > if (fd == -1) > { > g_error (_("Cannot open /dev/apm; can't get data.")); > > > Do any of you know why it was O_RDWR in the first place? I didnt find > any explanation on the gnome cvs commit logs. Well, replying myself... From what I can understand we want this in 4.5-RELEASE since it allows user to use battery_applet without chmodding /dev/apm. Or am I out in the blue here? -- Anders Andersson UNIX, Networking and Security consultant (+46) 705 87 53 35 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-gnome" in the body of the message From owner-freebsd-gnome Mon Jan 7 8: 9:12 2002 Delivered-To: freebsd-gnome@freebsd.org Received: from matrix.eurocontrol.fr (matrix.eurocontrol.fr [147.196.254.254]) by hub.freebsd.org (Postfix) with ESMTP id 6F13A37B417; Mon, 7 Jan 2002 08:09:08 -0800 (PST) Received: from caerdonn.eurocontrol.fr (caerdonn.eurocontrol.fr [147.196.51.214]) (using TLSv1 with cipher EDH-RSA-DES-CBC3-SHA (168/168 bits)) (Client CN "caerdonn.eurocontrol.fr", Issuer CN "CA ITM" (not verified)) by matrix.eurocontrol.fr (Postfix/TLS) with ESMTP id DBA8221C5; Mon, 7 Jan 2002 17:09:06 +0100 (CET) Received: by caerdonn.eurocontrol.fr (Postfix/TLS, from userid 1193) id EA2FD1E; Mon, 7 Jan 2002 17:09:05 +0100 (CET) To: FreeBSD-gnats-submit@freebsd.org Subject: [PATCH] gnomepim is not up to date WRT pilot-link changes From: Ollivier Robert Reply-To: Ollivier Robert Cc: gnome@freebsd.org X-send-pr-version: 3.113 X-GNATS-Notify: Message-Id: <20020107160905.EA2FD1E@caerdonn.eurocontrol.fr> Date: Mon, 7 Jan 2002 17:09:05 +0100 (CET) Sender: owner-freebsd-gnome@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG >Submitter-Id: current-users >Originator: Ollivier Robert >Organization: Usenet Canal Historique >Confidential: no >Synopsis: [PATCH] gnomepim is not up to date WRT pilot-link changes >Severity: non-critical >Priority: medium >Category: ports >Class: sw-bug >Release: FreeBSD 5.0-CURRENT i386 >Environment: System: FreeBSD caerdonn.eurocontrol.fr 5.0-CURRENT FreeBSD 5.0-CURRENT #9: Fri Dec 7 15:37:49 CET 2001 root@caerdonn.eurocontrol.fr:/src/src/sys/i386/compile/nCAERDONN i386 CURRENT as of today, 15:00 GMT. >Description: Gnomepim (/usr/ports/deskutils/gnomepim) still assumes that pilot-link is installed in ${LOCALBASE}/pilot/ which is not the case starting a few days ago. >How-To-Repeat: Try to compile gnomepim with pilot support. >Fix: Index: Makefile =================================================================== RCS file: /home/ncvs/ports/deskutils/gnomepim/Makefile,v retrieving revision 1.33 diff -u -2 -u -r1.33 Makefile --- Makefile 19 Dec 2001 11:19:01 -0000 1.33 +++ Makefile 7 Jan 2002 15:54:44 -0000 @@ -32,7 +32,7 @@ CONFIGURE_ARGS= --without-pisock --disable-pilotlinktest .else -CONFIGURE_ARGS= --with-pisock=${LOCALBASE}/pilot -CPPFLAGS+= -I${LOCALBASE}/pilot/include -LIBS+= -L${LOCALBASE}/pilot/lib +CONFIGURE_ARGS= --with-pisock=${LOCALBASE} +CPPFLAGS+= -I${LOCALBASE}/include +LIBS+= -L${LOCALBASE}/lib .endif CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}" \ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-gnome" in the body of the message From owner-freebsd-gnome Mon Jan 7 11: 1:48 2002 Delivered-To: freebsd-gnome@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 0051837B419 for ; Mon, 7 Jan 2002 11:01:39 -0800 (PST) Received: (from peter@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g07J1do18355 for gnome@freebsd.org; Mon, 7 Jan 2002 11:01:39 -0800 (PST) (envelope-from owner-bugmaster@freebsd.org) Date: Mon, 7 Jan 2002 11:01:39 -0800 (PST) Message-Id: <200201071901.g07J1do18355@freefall.freebsd.org> X-Authentication-Warning: freefall.freebsd.org: peter set sender to owner-bugmaster@freebsd.org using -f From: FreeBSD bugmaster To: gnome@FreeBSD.org Subject: Current problem reports assigned to you Sender: owner-freebsd-gnome@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Current FreeBSD problem reports Critical problems Serious problems S Submitted Tracker Resp. Description ------------------------------------------------------------------------------- o [2001/07/09] ports/28853 gnome textproc/scrollkeeper doesn't compile o [2001/12/05] ports/32539 gnome gnomedb-fe will not run. o [2001/12/30] ports/33372 gnome Fix gdm so that correct group is set for o [2002/01/01] ports/33447 gnome Galeon cannot access secure pages without 4 problems total. Non-critical problems S Submitted Tracker Resp. Description ------------------------------------------------------------------------------- a [2001/08/22] ports/29969 gnome gnomedb does not build o [2001/09/29] ports/30912 gnome [PATCH] port editors/AbiWord fails to set f [2001/10/02] ports/30988 gnome AbiWord's american.hash dictionary appear f [2001/10/28] ports/31560 gnome Abiword crashes if called with LANG=de_DE f [2001/11/13] misc/31952 gnome Evolution still broken o [2001/11/22] ports/32207 gnome libiconv cannot be built by a pleb o [2001/12/14] ports/32838 gnome Add LDAP support to mail/evolution o [2001/12/26] ports/33186 gnome Update port x11-toolkits/scintilla o [2001/12/29] ports/33302 gnome gnomeicu won't compile on -current o [2001/12/30] ports/33355 gnome devel/gnomevfs does not pick up gnomelibs o [2001/12/31] ports/33427 gnome gnomeicu doesn't build on -current o [2002/01/04] ports/33526 gnome Update port x11-toolkits/scintilla to ver o [2002/01/04] ports/33538 gnome esound-0.2.23 doesn't build with gcc 3.0. o [2002/01/04] ports/33550 gnome libgda-0.2.93_2 doesn't build with g++ 3. 14 problems total. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-gnome" in the body of the message From owner-freebsd-gnome Mon Jan 7 12:22:43 2002 Delivered-To: freebsd-gnome@freebsd.org Received: from aquariustraining.com (h-64-105-40-20.SNDACAGL.covad.net [64.105.40.20]) by hub.freebsd.org (Postfix) with SMTP id 0612D37B47E for ; Mon, 7 Jan 2002 12:22:13 -0800 (PST) From: "Aquarius Training and Development" To: Subject: Team Work in 2002 Mime-Version: 1.0 Content-Type: text/html; charset="ISO-8859-1" Date: Mon, 7 Jan 2002 12:19:49 -0800 Content-Transfer-Encoding: 8bit Message-Id: <20020107202214.0612D37B47E@hub.freebsd.org> Sender: owner-freebsd-gnome@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG

To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-gnome" in the body of the message From owner-freebsd-gnome Mon Jan 7 20:21:23 2002 Delivered-To: freebsd-gnome@freebsd.org Received: from trex.fandom.net (CPE-203-45-79-235.nsw.bigpond.net.au [203.45.79.235]) by hub.freebsd.org (Postfix) with ESMTP id 4419137B404 for ; Mon, 7 Jan 2002 20:21:19 -0800 (PST) Received: from localhost.fandom.net ([127.0.0.1] helo=fandom.net) by trex.fandom.net with smtp (Exim 3.22 #1) id 16NntD-000Aml-00 for gnome@freebsd.org; Tue, 08 Jan 2002 15:29:31 +1100 Received: from 192.168.167.6 (SquirrelMail authenticated user daeron@fandom.net) by 192.168.167.1 with HTTP; Tue, 8 Jan 2002 15:29:31 +1100 (EST) Message-ID: <1766.192.168.167.6.1010464171.squirrel@192.168.167.1> Date: Tue, 8 Jan 2002 15:29:31 +1100 (EST) Subject: guppi From: "Daeron" To: gnome@freebsd.org X-Mailer: SquirrelMail (version 1.0.6) MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit Sender: owner-freebsd-gnome@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Hi, In the math/guppi ports directory the Guppi-0.40.2/guppi-gnumeric directory fails with: No rule to make target `/usr/X11R6/share/gnome/gnumeric/0.99.1-bonobo/idl/GNOME_Gnumeric_Graph.idl', needed by `stamp_gnumeric_graph_idl'. Stop. This was from FreeBSD 4-stable (4/Jan/2002) ========================================================= /bin/sh ../mkinstalldirs /usr/X11R6/include/gnome-1.0/libguppitank install -c -o root -g wheel -m 444 guppi-tank-init.h /usr/X11R6/include/gnome-1.0/libguppitank/guppi-tank-init.h install -c -o root -g wheel -m 444 guppi-object.h /usr/X11R6/include/gnome-1.0/libguppitank/guppi-object.h install -c -o root -g wheel -m 444 guppi-tank.h /usr/X11R6/include/gnome-1.0/libguppitank/guppi-tank.h gmake[2]: Leaving directory `/usr/ports/math/guppi/work/Guppi-0.40.2/libguppitank' gmake[1]: Leaving directory `/usr/ports/math/guppi/work/Guppi-0.40.2/libguppitank' Making install in guppi-gnumeric gmake[1]: Entering directory `/usr/ports/math/guppi/work/Guppi-0.40.2/guppi-gnumeric' gmake[1]: *** No rule to make target `/usr/X11R6/share/gnome/gnumeric/0.99.1-bonobo/idl/GNOME_Gnumeric_Graph.idl', needed by `stamp_gnumeric_graph_idl'. Stop. gmake[1]: Leaving directory `/usr/ports/math/guppi/work/Guppi-0.40.2/guppi-gnumeric' gmake: *** [install-recursive] Error 1 *** Error code 2 Stop in /usr/ports/math/guppi. *** Error code 1 Stop in /usr/ports/math/guppi. *** Error code 1 Stop in /usr/ports/math/guppi To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-gnome" in the body of the message From owner-freebsd-gnome Mon Jan 7 21: 3:10 2002 Delivered-To: freebsd-gnome@freebsd.org Received: from trex.fandom.net (CPE-203-45-79-235.nsw.bigpond.net.au [203.45.79.235]) by hub.freebsd.org (Postfix) with ESMTP id A4C4B37B404 for ; Mon, 7 Jan 2002 21:03:06 -0800 (PST) Received: from localhost.fandom.net ([127.0.0.1] helo=fandom.net) by trex.fandom.net with smtp (Exim 3.22 #1) id 16NoXe-000Aya-00 for gnome@freebsd.org; Tue, 08 Jan 2002 16:11:18 +1100 Received: from 192.168.167.6 (SquirrelMail authenticated user daeron@fandom.net) by 192.168.167.1 with HTTP; Tue, 8 Jan 2002 16:11:18 +1100 (EST) Message-ID: <1779.192.168.167.6.1010466678.squirrel@192.168.167.1> Date: Tue, 8 Jan 2002 16:11:18 +1100 (EST) Subject: Re: guppi From: "Daeron" To: gnome@freebsd.org In-Reply-To: <1766.192.168.167.6.1010464171.squirrel@192.168.167.1> References: <1766.192.168.167.6.1010464171.squirrel@192.168.167.1> X-Mailer: SquirrelMail (version 1.0.6) MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit Sender: owner-freebsd-gnome@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Whoops! sorry. Everything o.k. bad build attempt with old autoconf, works fine with new. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-gnome" in the body of the message From owner-freebsd-gnome Tue Jan 8 1:10:39 2002 Delivered-To: freebsd-gnome@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 0AE9D37B41A; Tue, 8 Jan 2002 01:10:36 -0800 (PST) Received: (from lioux@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g08977578428; Tue, 8 Jan 2002 01:07:07 -0800 (PST) (envelope-from lioux) Date: Tue, 8 Jan 2002 01:07:07 -0800 (PST) From: Message-Id: <200201080907.g08977578428@freefall.freebsd.org> To: lioux@FreeBSD.org, freebsd-ports@FreeBSD.org, gnome@FreeBSD.org Subject: Re: ports/33679: [PATCH] Update news/pan to 0.11.1.90 Sender: owner-freebsd-gnome@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Synopsis: [PATCH] Update news/pan to 0.11.1.90 Responsible-Changed-From-To: freebsd-ports->gnome Responsible-Changed-By: lioux Responsible-Changed-When: Tue Jan 8 01:06:53 PST 2002 Responsible-Changed-Why: Over to maintainers http://www.FreeBSD.org/cgi/query-pr.cgi?pr=33679 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-gnome" in the body of the message From owner-freebsd-gnome Tue Jan 8 9:19:58 2002 Delivered-To: freebsd-gnome@freebsd.org Received: from itdsrvowa00.utep.edu (itdsrvowa00.utep.edu [129.108.0.100]) by hub.freebsd.org (Postfix) with ESMTP id C4FEB37B41B; Tue, 8 Jan 2002 09:19:33 -0800 (PST) Received: by itdsrvowa00.utep.edu with Internet Mail Service (5.5.2653.19) id ; Tue, 8 Jan 2002 10:16:59 -0700 Message-ID: From: "De la Torre, Hector" To: "'gnome@FreeBSD.org'" Cc: "'ports@FreeBSD.org'" Subject: FreeBSD Port: sawfish-1.0.1 Date: Tue, 8 Jan 2002 10:16:58 -0700 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2653.19) Content-Type: multipart/alternative; boundary="----_=_NextPart_001_01C19868.47666C40" Sender: owner-freebsd-gnome@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG This message is in MIME format. Since your mail reader does not understand this format, some or all of this message may not be legible. ------_=_NextPart_001_01C19868.47666C40 Content-Type: text/plain Hello, Everytime I do a make install clean from the "/usr/ports/x11/gnome I get this error message: Any ideas ? /usr/X11R6/lib/libX11.so: undefined reference to `pthread_mutex_init' configure: failed program was: #line 1664 "configure" #include "confdefs.h" #include #include int main() { return ((gtk_major_version) || (gtk_minor_version) || (gtk_micro_version)); ; return 0; } (end of "config.log") *** Error code 1 Stop in /usr/ports/x11-toolkits/rep-gtk. *** Error code 1 Stop in /usr/ports/x11-toolkits/rep-gtk. *** Error code 1 Stop in /usr/ports/x11-toolkits/rep-gtk. *** Error code 1 Stop in /usr/ports/x11-toolkits/rep-gtk. *** Error code 1 Stop in /usr/ports/x11-toolkits/rep-gtk. *** Error code 1 Stop in /usr/ports/x11-wm/sawfish. *** Error code 1 Stop in /usr/ports/x11-wm/sawfish. *** Error code 1 Stop in /usr/ports/x11-wm/sawfish. *** Error code 1 Stop in /usr/ports/x11-wm/sawfish. *** Error code 1 Stop in /usr/ports/x11-wm/sawfish. *** Error code 1 Stop in /usr/ports/x11-wm/sawfish. *** Error code 1 Stop in /usr/ports/x11-wm/sawfish. *** Error code 1 Stop in /usr/ports/x11/gnome. *** Error code 1 Stop in /usr/ports/x11/gnome. *** Error code 1 Stop in /usr/ports/x11/gnome. ------_=_NextPart_001_01C19868.47666C40 Content-Type: text/html

Hello,

 

Everytime I do a make install clean from the "/usr/ports/x11/gnome I get this error message:  Any ideas ?

 

/usr/X11R6/lib/libX11.so: undefined reference to `pthread_mutex_init'

configure: failed program was:

#line 1664 "configure"

#include "confdefs.h"

 

#include <gtk/gtk.h>

#include <stdio.h>

 

int main() {

 return ((gtk_major_version) || (gtk_minor_version) || (gtk_micro_version));

; return 0; }

(end of "config.log")

*** Error code 1

 

Stop in /usr/ports/x11-toolkits/rep-gtk.

*** Error code 1

 

Stop in /usr/ports/x11-toolkits/rep-gtk.

*** Error code 1

 

Stop in /usr/ports/x11-toolkits/rep-gtk.

*** Error code 1

 

Stop in /usr/ports/x11-toolkits/rep-gtk.

*** Error code 1

 

Stop in /usr/ports/x11-toolkits/rep-gtk.

*** Error code 1

 

Stop in /usr/ports/x11-wm/sawfish.

*** Error code 1

 

Stop in /usr/ports/x11-wm/sawfish.

*** Error code 1

 

Stop in /usr/ports/x11-wm/sawfish.

*** Error code 1

 

Stop in /usr/ports/x11-wm/sawfish.

*** Error code 1

 

Stop in /usr/ports/x11-wm/sawfish.

*** Error code 1

 

Stop in /usr/ports/x11-wm/sawfish.

*** Error code 1

 

Stop in /usr/ports/x11-wm/sawfish.

*** Error code 1

 

Stop in /usr/ports/x11/gnome.

*** Error code 1

 

Stop in /usr/ports/x11/gnome.

*** Error code 1

 

Stop in /usr/ports/x11/gnome.

------_=_NextPart_001_01C19868.47666C40-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-gnome" in the body of the message From owner-freebsd-gnome Tue Jan 8 9:42: 2 2002 Delivered-To: freebsd-gnome@freebsd.org Received: from shumai.marcuscom.com (rdu57-28-046.nc.rr.com [66.57.28.46]) by hub.freebsd.org (Postfix) with ESMTP id 467EC37B400; Tue, 8 Jan 2002 09:41:51 -0800 (PST) Received: from localhost (marcus@localhost) by shumai.marcuscom.com (8.11.6/8.11.6) with ESMTP id g08HfvZ67348; Tue, 8 Jan 2002 12:41:57 -0500 (EST) (envelope-from marcus@marcuscom.com) X-Authentication-Warning: shumai.marcuscom.com: marcus owned process doing -bs Date: Tue, 8 Jan 2002 12:41:57 -0500 (EST) From: Joe Clarke To: "De la Torre, Hector" Cc: "'gnome@FreeBSD.org'" , "'ports@FreeBSD.org'" Subject: Re: FreeBSD Port: sawfish-1.0.1 In-Reply-To: Message-ID: <20020108124013.A66836-100000@shumai.marcuscom.com> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-gnome@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Tue, 8 Jan 2002, De la Torre, Hector wrote: > Hello, > > > > Everytime I do a make install clean from the "/usr/ports/x11/gnome I get > this error message: Any ideas ? > What version of FreeBSD is this? What version of XFree? Did you build X from ports, or install it as a package? Do you have the pth port installed? Joe > > > /usr/X11R6/lib/libX11.so: undefined reference to `pthread_mutex_init' > > configure: failed program was: > > #line 1664 "configure" > > #include "confdefs.h" > > > > #include > > #include > > > > int main() { > > return ((gtk_major_version) || (gtk_minor_version) || (gtk_micro_version)); > > > ; return 0; } > > (end of "config.log") > > *** Error code 1 > > > > Stop in /usr/ports/x11-toolkits/rep-gtk. > > *** Error code 1 > > > > Stop in /usr/ports/x11-toolkits/rep-gtk. > > *** Error code 1 > > > > Stop in /usr/ports/x11-toolkits/rep-gtk. > > *** Error code 1 > > > > Stop in /usr/ports/x11-toolkits/rep-gtk. > > *** Error code 1 > > > > Stop in /usr/ports/x11-toolkits/rep-gtk. > > *** Error code 1 > > > > Stop in /usr/ports/x11-wm/sawfish. > > *** Error code 1 > > > > Stop in /usr/ports/x11-wm/sawfish. > > *** Error code 1 > > > > Stop in /usr/ports/x11-wm/sawfish. > > *** Error code 1 > > > > Stop in /usr/ports/x11-wm/sawfish. > > *** Error code 1 > > > > Stop in /usr/ports/x11-wm/sawfish. > > *** Error code 1 > > > > Stop in /usr/ports/x11-wm/sawfish. > > *** Error code 1 > > > > Stop in /usr/ports/x11-wm/sawfish. > > *** Error code 1 > > > > Stop in /usr/ports/x11/gnome. > > *** Error code 1 > > > > Stop in /usr/ports/x11/gnome. > > *** Error code 1 > > > > Stop in /usr/ports/x11/gnome. > > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-gnome" in the body of the message From owner-freebsd-gnome Tue Jan 8 17: 0:48 2002 Delivered-To: freebsd-gnome@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 3975837B42B; Tue, 8 Jan 2002 17:00:41 -0800 (PST) Received: (from pat@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g0910am20164; Tue, 8 Jan 2002 17:00:36 -0800 (PST) (envelope-from pat) Date: Tue, 8 Jan 2002 17:00:36 -0800 (PST) From: Message-Id: <200201090100.g0910am20164@freefall.freebsd.org> To: pat@FreeBSD.org, freebsd-ports@FreeBSD.org, gnome@FreeBSD.org Subject: Re: ports/33678: [PATCH] Update net/gabber to 0.8.6 Sender: owner-freebsd-gnome@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Synopsis: [PATCH] Update net/gabber to 0.8.6 Responsible-Changed-From-To: freebsd-ports->gnome Responsible-Changed-By: pat Responsible-Changed-When: Tue Jan 8 17:00:19 PST 2002 Responsible-Changed-Why: Over to maintainers http://www.FreeBSD.org/cgi/query-pr.cgi?pr=33678 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-gnome" in the body of the message From owner-freebsd-gnome Tue Jan 8 20:30:39 2002 Delivered-To: freebsd-gnome@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 74DA637B417; Tue, 8 Jan 2002 20:30:37 -0800 (PST) Received: (from pat@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g094LLv64043; Tue, 8 Jan 2002 20:21:21 -0800 (PST) (envelope-from pat) Date: Tue, 8 Jan 2002 20:21:21 -0800 (PST) From: Message-Id: <200201090421.g094LLv64043@freefall.freebsd.org> To: pat@FreeBSD.org, freebsd-ports@FreeBSD.org, gnome@FreeBSD.org Subject: Re: ports/33671: galeon-1.0.2 fails to compile on FreeBSD 4.4Release Sender: owner-freebsd-gnome@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Synopsis: galeon-1.0.2 fails to compile on FreeBSD 4.4Release Responsible-Changed-From-To: freebsd-ports->gnome Responsible-Changed-By: pat Responsible-Changed-When: Tue Jan 8 20:21:09 PST 2002 Responsible-Changed-Why: Over to maintainers http://www.FreeBSD.org/cgi/query-pr.cgi?pr=33671 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-gnome" in the body of the message From owner-freebsd-gnome Tue Jan 8 21: 0: 8 2002 Delivered-To: freebsd-gnome@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 5831137B419 for ; Tue, 8 Jan 2002 21:00:06 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g09506070191; Tue, 8 Jan 2002 21:00:06 -0800 (PST) (envelope-from gnats) Date: Tue, 8 Jan 2002 21:00:06 -0800 (PST) Message-Id: <200201090500.g09506070191@freefall.freebsd.org> To: gnome@FreeBSD.org Cc: From: Joe Marcus Clarke Subject: Re: ports/33671: galeon-1.0.2 fails to compile on FreeBSD 4.4Release Reply-To: Joe Marcus Clarke Sender: owner-freebsd-gnome@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG The following reply was made to PR ports/33671; it has been noted by GNATS. From: Joe Marcus Clarke To: freebsd-gnats-submit@FreeBSD.org, sdn@sprintlabs.com Cc: Subject: Re: ports/33671: galeon-1.0.2 fails to compile on FreeBSD 4.4Release Date: Tue, 8 Jan 2002 23:52:17 -0500 Can you verify you have mozilla-0.9.7_1,1 installed as well as mozilla-headers-0.9.7,1? The header files missing are from mozilla-headers-0.9.7,1. If you do have the mozilla-headers port installed, I recommend reinstalling the port: portupgrade -f mozilla-headers Chances are the file /usr/X11R6/include/mozilla/xpcom doesn't exist. This build should work. Joe To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-gnome" in the body of the message From owner-freebsd-gnome Wed Jan 9 3:32:12 2002 Delivered-To: freebsd-gnome@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 8274237B41A; Wed, 9 Jan 2002 03:32:09 -0800 (PST) Received: (from sobomax@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g09BW9d46518; Wed, 9 Jan 2002 03:32:09 -0800 (PST) (envelope-from sobomax) Date: Wed, 9 Jan 2002 03:32:09 -0800 (PST) From: Message-Id: <200201091132.g09BW9d46518@freefall.freebsd.org> To: marcus@marcuscom.com, sobomax@FreeBSD.org, gnome@FreeBSD.org Subject: Re: ports/33679: [PATCH] Update news/pan to 0.11.1.90 Sender: owner-freebsd-gnome@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Synopsis: [PATCH] Update news/pan to 0.11.1.90 State-Changed-From-To: open->closed State-Changed-By: sobomax State-Changed-When: Wed Jan 9 03:32:00 PST 2002 State-Changed-Why: Committed, thank you! http://www.freebsd.org/cgi/query-pr.cgi?pr=33679 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-gnome" in the body of the message From owner-freebsd-gnome Wed Jan 9 9:57:12 2002 Delivered-To: freebsd-gnome@freebsd.org Received: from jerusalem.litteratus.org (207-172-184-49.c3-0.smr-ubr1.sbo-smr.ma.cable.rcn.com [207.172.184.49]) by hub.freebsd.org (Postfix) with ESMTP id 492C237B41A for ; Wed, 9 Jan 2002 09:57:07 -0800 (PST) Received: (from huff@localhost) by jerusalem.litteratus.org (8.11.6/8.11.6) id g09Hv5903231; Wed, 9 Jan 2002 12:57:05 -0500 (EST) (envelope-from huff) From: Robert Huff MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <15420.33905.432414.763774@jerusalem.litteratus.org> Date: Wed, 9 Jan 2002 12:57:05 -0500 To: gnome@FreeBSD.org Subject: [FreeBSD] gnomemedia port broken X-Mailer: VM 7.00 under 21.1 (patch 14) "Cuyahoga Valley" XEmacs Lucid Sender: owner-freebsd-gnome@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Hello: I ju sttried to build the audio/gnomemedia port (gnomemedia-1.2.3) and had this happen: ===> Building for gnomemedia-1.2.3 gmake all-recursive gmake[1]: Entering directory `/usr/ports/audio/gnomemedia/work/gnome-media-1.2.3' Making all in intl gmake[2]: Entering directory `/usr/ports/audio/gnomemedia/work/gnome-media-1.2.3/intl' gmake[2]: Nothing to be done for `all'. gmake[2]: Leaving directory `/usr/ports/audio/gnomemedia/work/gnome-media-1.2.3/intl' Making all in po gmake[2]: Entering directory `/usr/ports/audio/gnomemedia/work/gnome-media-1.2.3/po' gmake[2]: Nothing to be done for `all'. gmake[2]: Leaving directory `/usr/ports/audio/gnomemedia/work/gnome-media-1.2.3/po' Making all in macros gmake[2]: Entering directory `/usr/ports/audio/gnomemedia/work/gnome-media-1.2.3/macros' gmake[2]: Nothing to be done for `all'. gmake[2]: Leaving directory `/usr/ports/audio/gnomemedia/work/gnome-media-1.2.3/macros' Making all in omf-install gmake[2]: Entering directory `/usr/ports/audio/gnomemedia/work/gnome-media-1.2.3/omf-install' gmake[2]: Nothing to be done for `all'. gmake[2]: Leaving directory `/usr/ports/audio/gnomemedia/work/gnome-media-1.2.3/omf-install' Making all in cddbslave gmake[2]: Entering directory `/usr/ports/audio/gnomemedia/work/gnome-media-1.2.3/cddbslave' cc -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/X11R6/include -I/usr/X11R6/include/gnome-1.0 -I/usr/X11R6/include -DNEED_GNOMESUPPORT_H -I/usr/local/include/glib12 -I/usr/local/include/orbit-1.0 -I/usr/X11R6/include/gtk12 -I/usr/local/include -DGNOMELOCALEDIR=\""/usr/X11R6/share/locale"\" -I/usr/local/include -O -pipe -I/usr/X11R6/include -Wall -Wunused -c socket.c In file included from cddb.h:5, from socket.c:40: /usr/X11R6/include/gnome.h:12: gnomesupport.h: No such file or directory In file included from cddb.h:5, from socket.c:40: /usr/X11R6/include/gnome.h:16: libgnome/libgnome.h: No such file or directory /usr/X11R6/include/gnome.h:17: libgnomeui/libgnomeui.h: No such file or directory socket.c: In function `opensocket': socket.c:88: warning: implicit declaration of function `gnome_config_get_bool_with_default' socket.c:89: warning: implicit declaration of function `gnome_config_get_string' socket.c:89: warning: assignment makes pointer from integer without a cast gmake[2]: *** [socket.o] Error 1 gmake[2]: Leaving directory `/usr/ports/audio/gnomemedia/work/gnome-media-1.2.3/cddbslave' gmake[1]: *** [all-recursive] Error 1 gmake[1]: Leaving directory `/usr/ports/audio/gnomemedia/work/gnome-media-1.2.3' gmake: *** [all-recursive-am] Error 2 *** Error code 2 Stop in /usr/ports/audio/gnomemedia. *** Error code 1 Stop in /usr/ports/audio/gnomemedia. *** Error code 1 Stop in /usr/ports/audio/gnomemedia. Have I missed something, or is the port broken? (4.4-stable, XFree86-4.1.0) Robert Huff To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-gnome" in the body of the message From owner-freebsd-gnome Wed Jan 9 10:17:45 2002 Delivered-To: freebsd-gnome@freebsd.org Received: from shumai.marcuscom.com (rdu57-28-046.nc.rr.com [66.57.28.46]) by hub.freebsd.org (Postfix) with ESMTP id CD35F37B41D for ; Wed, 9 Jan 2002 10:17:34 -0800 (PST) Received: from localhost (marcus@localhost) by shumai.marcuscom.com (8.11.6/8.11.6) with ESMTP id g09IHia57637; Wed, 9 Jan 2002 13:17:44 -0500 (EST) (envelope-from marcus@marcuscom.com) X-Authentication-Warning: shumai.marcuscom.com: marcus owned process doing -bs Date: Wed, 9 Jan 2002 13:17:44 -0500 (EST) From: Joe Clarke To: Robert Huff Cc: gnome@FreeBSD.ORG Subject: Re: [FreeBSD] gnomemedia port broken In-Reply-To: <15420.33905.432414.763774@jerusalem.litteratus.org> Message-ID: <20020109131102.P56999-100000@shumai.marcuscom.com> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-gnome@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Wed, 9 Jan 2002, Robert Huff wrote: > > Hello: > I ju sttried to build the audio/gnomemedia port > (gnomemedia-1.2.3) and had this happen: The port should work. Do you have all the other GNOME bits installed and up to date? You may have the libraries installed, but it looks like you're missing the GNOME headers. For instance, libgnome.h comes from the gnomelibs port. Therefore, my advice would be to reinstall all your GNOME dependencies, or, if you have portupgrade: portupgrade -f -r ORBit If not: pkg_delete -r ORBit cd /usr/ports/x11/gnome make clean make install clean Joe > > ===> Building for gnomemedia-1.2.3 > gmake all-recursive > gmake[1]: Entering directory `/usr/ports/audio/gnomemedia/work/gnome-media-1.2.3' > Making all in intl > gmake[2]: Entering directory `/usr/ports/audio/gnomemedia/work/gnome-media-1.2.3/intl' > gmake[2]: Nothing to be done for `all'. > gmake[2]: Leaving directory `/usr/ports/audio/gnomemedia/work/gnome-media-1.2.3/intl' > Making all in po > gmake[2]: Entering directory `/usr/ports/audio/gnomemedia/work/gnome-media-1.2.3/po' > gmake[2]: Nothing to be done for `all'. > gmake[2]: Leaving directory `/usr/ports/audio/gnomemedia/work/gnome-media-1.2.3/po' > Making all in macros > gmake[2]: Entering directory `/usr/ports/audio/gnomemedia/work/gnome-media-1.2.3/macros' > gmake[2]: Nothing to be done for `all'. > gmake[2]: Leaving directory `/usr/ports/audio/gnomemedia/work/gnome-media-1.2.3/macros' > Making all in omf-install > gmake[2]: Entering directory `/usr/ports/audio/gnomemedia/work/gnome-media-1.2.3/omf-install' > gmake[2]: Nothing to be done for `all'. > gmake[2]: Leaving directory `/usr/ports/audio/gnomemedia/work/gnome-media-1.2.3/omf-install' > Making all in cddbslave > gmake[2]: Entering directory `/usr/ports/audio/gnomemedia/work/gnome-media-1.2.3/cddbslave' > cc -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/X11R6/include -I/usr/X11R6/include/gnome-1.0 -I/usr/X11R6/include -DNEED_GNOMESUPPORT_H -I/usr/local/include/glib12 -I/usr/local/include/orbit-1.0 -I/usr/X11R6/include/gtk12 -I/usr/local/include -DGNOMELOCALEDIR=\""/usr/X11R6/share/locale"\" -I/usr/local/include -O -pipe -I/usr/X11R6/include -Wall -Wunused -c socket.c > In file included from cddb.h:5, > from socket.c:40: > /usr/X11R6/include/gnome.h:12: gnomesupport.h: No such file or directory > In file included from cddb.h:5, > from socket.c:40: > /usr/X11R6/include/gnome.h:16: libgnome/libgnome.h: No such file or directory > /usr/X11R6/include/gnome.h:17: libgnomeui/libgnomeui.h: No such file or directory > socket.c: In function `opensocket': > socket.c:88: warning: implicit declaration of function `gnome_config_get_bool_with_default' > socket.c:89: warning: implicit declaration of function `gnome_config_get_string' > socket.c:89: warning: assignment makes pointer from integer without a cast > gmake[2]: *** [socket.o] Error 1 > gmake[2]: Leaving directory `/usr/ports/audio/gnomemedia/work/gnome-media-1.2.3/cddbslave' > gmake[1]: *** [all-recursive] Error 1 > gmake[1]: Leaving directory `/usr/ports/audio/gnomemedia/work/gnome-media-1.2.3' > gmake: *** [all-recursive-am] Error 2 > *** Error code 2 > > Stop in /usr/ports/audio/gnomemedia. > *** Error code 1 > > Stop in /usr/ports/audio/gnomemedia. > *** Error code 1 > > Stop in /usr/ports/audio/gnomemedia. > > > Have I missed something, or is the port broken? > (4.4-stable, XFree86-4.1.0) > > > Robert Huff > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-gnome" in the body of the message > > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-gnome" in the body of the message From owner-freebsd-gnome Wed Jan 9 10:26:54 2002 Delivered-To: freebsd-gnome@freebsd.org Received: from zigman.2y.net (korpen-86-205.ip-pluggen.com [212.181.86.205]) by hub.freebsd.org (Postfix) with ESMTP id 8EE9537B41B for ; Wed, 9 Jan 2002 10:26:47 -0800 (PST) Received: by zigman.2y.net (Postfix, from userid 1001) id B2F311C4C; Wed, 9 Jan 2002 19:26:37 +0100 (CET) Date: Wed, 9 Jan 2002 19:26:37 +0100 From: Morsal Rodbay To: gnome@freebsd.org Subject: galeon startup error Message-ID: <20020109192637.A6153@zigman.2y.net> Reply-To: Morsal Rodbay Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i X-Operating-System: FreeBSD 4.4 [up 2 days, 23:21] X-Return-Path: morsal@swipnet.se Sender: owner-freebsd-gnome@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Hi When I start up galeon I get the following: -- mr@darius ~ >> galeon ************************************************** nsNativeComponentLoader: SelfRegisterDll(/usr/X11R6/lib/mozilla-embedded/components/libnspng.so) Load FAILED with error: Shared object "libpng.so.4" not found ************************************************** -- All my ports are up 2 date. (cvsed yesterday) It works just fine but I thought it would be worth it to report this error. Morsal To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-gnome" in the body of the message From owner-freebsd-gnome Wed Jan 9 10:48:43 2002 Delivered-To: freebsd-gnome@freebsd.org Received: from shumai.marcuscom.com (rdu57-28-046.nc.rr.com [66.57.28.46]) by hub.freebsd.org (Postfix) with ESMTP id 9E84F37B417 for ; Wed, 9 Jan 2002 10:48:39 -0800 (PST) Received: from localhost (marcus@localhost) by shumai.marcuscom.com (8.11.6/8.11.6) with ESMTP id g09ImmH57774; Wed, 9 Jan 2002 13:48:48 -0500 (EST) (envelope-from marcus@marcuscom.com) X-Authentication-Warning: shumai.marcuscom.com: marcus owned process doing -bs Date: Wed, 9 Jan 2002 13:48:48 -0500 (EST) From: Joe Clarke To: Morsal Rodbay Cc: gnome@FreeBSD.ORG Subject: Re: galeon startup error In-Reply-To: <20020109192637.A6153@zigman.2y.net> Message-ID: <20020109134523.K56999-100000@shumai.marcuscom.com> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-gnome@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Wed, 9 Jan 2002, Morsal Rodbay wrote: > Hi > When I start up galeon I get the following: > > -- > mr@darius ~ >> galeon > ************************************************** > nsNativeComponentLoader: > SelfRegisterDll(/usr/X11R6/lib/mozilla-embedded/components/libnspng.so) Load > FAILED with error: Shared object "libpng.so.4" not found > ************************************************** > -- FreeBSD's current version of libpng is libpng.so.5. Looks like your mozilla-embedded port might be out of date (or at least parts of it are). I should point out that there have been some problems linking galeon against mozilla-embedded. I have it linked against full mozilla, and I find things work a lot better. Might I suggest: portupgrade -f -m -DWITH_FULL_MOZILLA galeon Joe. > > All my ports are up 2 date. (cvsed yesterday) > > It works just fine but I thought it would be worth it to report this error. > > > Morsal > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-gnome" in the body of the message > > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-gnome" in the body of the message From owner-freebsd-gnome Wed Jan 9 10:50:24 2002 Delivered-To: freebsd-gnome@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 1FA9D37B416 for ; Wed, 9 Jan 2002 10:50:03 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g09Io3C75619; Wed, 9 Jan 2002 10:50:03 -0800 (PST) (envelope-from gnats) Date: Wed, 9 Jan 2002 10:50:03 -0800 (PST) Message-Id: <200201091850.g09Io3C75619@freefall.freebsd.org> To: gnome@FreeBSD.org Cc: From: Joe Clarke Subject: Re: ports/33671: galeon-1.0.2 fails to compile on FreeBSD 4.4Release Reply-To: Joe Clarke Sender: owner-freebsd-gnome@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG The following reply was made to PR ports/33671; it has been noted by GNATS. From: Joe Clarke To: Steven Davidson Cc: freebsd-gnats-submit@FreeBSD.org Subject: Re: ports/33671: galeon-1.0.2 fails to compile on FreeBSD 4.4Release Date: Wed, 9 Jan 2002 13:45:11 -0500 (EST) On Wed, 9 Jan 2002, Steven Davidson wrote: > Joe Marcus Clarke wrote: > > Can you verify you have mozilla-0.9.7_1,1 installed as well as > mozilla-headers-0.9.7,1? The header files missing are from > mozilla-headers-0.9.7,1. If you do have the mozilla-headers port > installed, I recommend reinstalling the port: > > portupgrade -f mozilla-headers > > > Chances are the file /usr/X11R6/include/mozilla/xpcom doesn't exist. > This build should work. > > > Joe > > > According to pkg_version: > % grep mozilla-headers PKG_VERSION.out > mozilla-headers-0.9.7,1 = up-to-date with port > > /usr/X11R6/include/mozilla/xpcom does exist and contains a lot of files: > > nsAVLTree.h nsIFastLoadFileControl.h > nsISupportsUtils.h > nsAgg.h nsIFastLoadService.h > nsITestProxy.h > nsAppDirectoryServiceDefs.h nsIFile.h > nsIThread.h > nsAtomService.h nsIFileSpec.h > nsIThreadPool.h > nsAutoLock.h nsIFileStream.h > nsITimelineService.h > nsCOMPtr.h nsIGenericFactory.h > nsIUnicharBuffer.h > nsCRT.h nsIID.h > nsIUnicharInputStream.h > nsCWeakReference.h nsIInputStream.h > nsIVariant.h > [...] > > > I don't know why the make failed but the recent 'portinstall -R galeon' > worked! > So galeon is installed. > > > When I run it, I get this on the "console terminal": > > > % galeon > > > Gdk-CRITICAL **: file gdkcolor.c: line 546 (gdk_color_parse): assertion > `spec != NULL' failed. > > > Gdk-CRITICAL **: file gdkcolor.c: line 546 (gdk_color_parse): assertion > `spec != NULL' failed. > You're not the first one to report this. The other person that had these problems reinstalled GNOME, and everything worked. I hate to have you do this, but a pkg_delete -r ORBit cd /usr/ports/x11/gnome make clean make install clean will probably fix things for you. You might also be able to get away with: portupgrade -r -f ORBit Either way, you're going to have a big build ahead of you. Joe > > > ...and the galeon window comes up as a solid white square about 3 inches > X 3 inches. > So I'm pretty close but there is still a problem. > > > Steve > > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-gnome" in the body of the message From owner-freebsd-gnome Wed Jan 9 11:21:48 2002 Delivered-To: freebsd-gnome@freebsd.org Received: from zigman.2y.net (korpen-86-205.ip-pluggen.com [212.181.86.205]) by hub.freebsd.org (Postfix) with ESMTP id B9E6937B416 for ; Wed, 9 Jan 2002 11:21:42 -0800 (PST) Received: by zigman.2y.net (Postfix, from userid 1001) id BC2331CD5; Wed, 9 Jan 2002 20:21:41 +0100 (CET) Date: Wed, 9 Jan 2002 20:21:41 +0100 From: Morsal Rodbay To: Joe Clarke Cc: gnome@FreeBSD.ORG Subject: Re: galeon startup error Message-ID: <20020109202141.D6153@zigman.2y.net> Reply-To: Morsal Rodbay References: <20020109192637.A6153@zigman.2y.net> <20020109134523.K56999-100000@shumai.marcuscom.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <20020109134523.K56999-100000@shumai.marcuscom.com>; from marcus@marcuscom.com on Wed, Jan 09, 2002 at 01:48:48PM -0500 X-Operating-System: FreeBSD 4.4 [up 2 days, 23:21] X-Return-Path: morsal@swipnet.se Sender: owner-freebsd-gnome@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Wed, Jan 09, 2002 at 01:48:48PM -0500, Joe Clarke wrote: > > > On Wed, 9 Jan 2002, Morsal Rodbay wrote: > > > Hi > > When I start up galeon I get the following: > > > > -- > > mr@darius ~ >> galeon > > ************************************************** > > nsNativeComponentLoader: > > SelfRegisterDll(/usr/X11R6/lib/mozilla-embedded/components/libnspng.so) Load > > FAILED with error: Shared object "libpng.so.4" not found > > ************************************************** > > -- > > FreeBSD's current version of libpng is libpng.so.5. Looks like your > mozilla-embedded port might be out of date (or at least parts of it are). > > I should point out that there have been some problems linking galeon > against mozilla-embedded. I have it linked against full mozilla, and I > find things work a lot better. Might I suggest: > > portupgrade -f -m -DWITH_FULL_MOZILLA galeon > > Joe. Thanks Joe. I thought I had compiled it with full mozilla (I intended to before) but it looks like I had forgotten to change the Makefile. :) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-gnome" in the body of the message From owner-freebsd-gnome Wed Jan 9 13:38:14 2002 Delivered-To: freebsd-gnome@freebsd.org Received: from ada.eu.org (marvin.enst.fr [137.194.161.2]) by hub.freebsd.org (Postfix) with ESMTP id 8EAC837B41E for ; Wed, 9 Jan 2002 13:38:12 -0800 (PST) Received: by ada.eu.org (Postfix, from userid 10) id 4E73EA8023; Wed, 9 Jan 2002 22:38:11 +0100 (CET) Received: by trillian.rfc1149.net (Postfix, from userid 1000) id 8E69B1930E7; Wed, 9 Jan 2002 22:37:37 +0100 (CET) Date: Wed, 9 Jan 2002 22:37:37 +0100 To: gnome@FreeBSD.org Subject: GnuCash 1.6.5 Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.3.25i From: Samuel Tardieu Organization: Ecole Nationale Superieure des Telecommunications Reply-To: Samuel Tardieu Content-Transfer-Encoding: 8bit X-WWW: http://www.rfc1149.net/sam X-Mail-Processing: Sam's procmail tools X-ICQ: 21547599 X-Sam-Laptop: yes Message-Id: <2002-01-09-22-37-37+trackit+sam@inf.enst.fr> Sender: owner-freebsd-gnome@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Dear GNOME/FreeBSD team, do you plan to package GnuCash 1.6.5? This stable release contains an Euro conversion feature, that could be useful to many Europeans! Cheers. Sam To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-gnome" in the body of the message From owner-freebsd-gnome Wed Jan 9 13:40:21 2002 Delivered-To: freebsd-gnome@freebsd.org Received: from alcatraz.iptelecom.net.ua (alcatraz.iptelecom.net.ua [212.9.224.15]) by hub.freebsd.org (Postfix) with ESMTP id 3964A37B405 for ; Wed, 9 Jan 2002 13:40:16 -0800 (PST) Received: from ipcard.iptcom.net (ipcard.iptcom.net [212.9.224.5]) by alcatraz.iptelecom.net.ua (8.9.3/8.9.3) with ESMTP id XAA42710; Wed, 9 Jan 2002 23:40:13 +0200 (EET) (envelope-from sobomax@FreeBSD.org) Received: from h47.229.dialup.iptcom.net (h47.229.dialup.iptcom.net [212.9.229.47]) by ipcard.iptcom.net (8.9.3/8.9.3) with ESMTP id XAA02154; Wed, 9 Jan 2002 23:40:12 +0200 (EET) (envelope-from sobomax@FreeBSD.org) Subject: Re: GnuCash 1.6.5 From: Maxim Sobolev To: Samuel Tardieu Cc: gnome@FreeBSD.org In-Reply-To: <2002-01-09-22-37-37+trackit+sam@inf.enst.fr> References: <2002-01-09-22-37-37+trackit+sam@inf.enst.fr> Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="=-vQlp6CXia6pUUfh6Jmnb" Message-Id: <1010612400.586.19.camel@notebook> Mime-Version: 1.0 X-Mailer: Evolution/1.0 (Preview Release) Date: 09 Jan 2002 23:40:02 +0200 Sender: owner-freebsd-gnome@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG --=-vQlp6CXia6pUUfh6Jmnb Content-Type: text/plain Content-Transfer-Encoding: quoted-printable On Wed, 2002-01-09 at 23:37, Samuel Tardieu wrote: > Dear GNOME/FreeBSD team, >=20 > do you plan to package GnuCash 1.6.5? This stable release contains an > Euro conversion feature, that could be useful to many Europeans! Yes, I'll try to update the port tomorrow. Thank you for pointing out! -Maxim --=-vQlp6CXia6pUUfh6Jmnb Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.6 (FreeBSD) Comment: For info see http://www.gnupg.org iD8DBQA8PLiwoNu5t4iCBa8RAm5uAKCCPlnqI8l/34v29/1WOBLwk/7g6wCdFj4+ Nr104/qlJjna+d+MdzdGk2A= =Y/T7 -----END PGP SIGNATURE----- --=-vQlp6CXia6pUUfh6Jmnb-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-gnome" in the body of the message From owner-freebsd-gnome Wed Jan 9 13:55:16 2002 Delivered-To: freebsd-gnome@freebsd.org Received: from penisshopstore.com (mail.penisshopstore.com [216.118.142.142]) by hub.freebsd.org (Postfix) with ESMTP id AAB4037B404 for ; Wed, 9 Jan 2002 13:55:14 -0800 (PST) Received: (from root@localhost) by penisshopstore.com (8.11.6/8.11.6) id g097R5C80815; Wed, 9 Jan 2002 02:27:05 -0500 (EST) (envelope-from bradley) Date: Wed, 9 Jan 2002 02:27:05 -0500 (EST) Message-Id: <200201090727.g097R5C80815@penisshopstore.com> To: gnome@freebsd.org From: info@penisshopstore.com Subject: HOT GAY SEX! Sender: owner-freebsd-gnome@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG CLICK BELOW for Naughty GAY SEXUAL ACTS!! Pure Hardcore Action! Hot Male Celebs EXPOSED!!! http://www.xpays.com/clients/08862/gay/promo.html To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-gnome" in the body of the message From owner-freebsd-gnome Wed Jan 9 17:19:13 2002 Delivered-To: freebsd-gnome@freebsd.org Received: from hotmail.com (200-158-36-233.dsl.telesp.net.br [200.158.36.233]) by hub.freebsd.org (Postfix) with SMTP id 2B04437B41B for ; Wed, 9 Jan 2002 17:19:00 -0800 (PST) From: "immortal_28@hotmail.com" To: Subject: immortal_28@hotmail.com Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Date: Wed, 9 Jan 2002 23:22:26 -0200 Content-Transfer-Encoding: 8bit Message-Id: <20020110011900.2B04437B41B@hub.freebsd.org> Sender: owner-freebsd-gnome@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-gnome" in the body of the message From owner-freebsd-gnome Wed Jan 9 18:34:55 2002 Delivered-To: freebsd-gnome@freebsd.org Received: from penisshopstore.com (mail.penisshopstore.com [216.118.142.142]) by hub.freebsd.org (Postfix) with ESMTP id B502C37B416 for ; Wed, 9 Jan 2002 18:34:53 -0800 (PST) Received: (from root@localhost) by penisshopstore.com (8.11.6/8.11.6) id g09GdQX10064; Wed, 9 Jan 2002 11:39:26 -0500 (EST) (envelope-from bradley) Date: Wed, 9 Jan 2002 11:39:26 -0500 (EST) Message-Id: <200201091639.g09GdQX10064@penisshopstore.com> To: gnome@freebsd.org From: info@penisshopstore.com Subject: HOT GAY SEX! Sender: owner-freebsd-gnome@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG CLICK BELOW for Naughty GAY SEXUAL ACTS!! Pure Hardcore Action! Hot Male Celebs EXPOSED!!! http://www.xpays.com/clients/08862/gay/promo.html To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-gnome" in the body of the message From owner-freebsd-gnome Thu Jan 10 9:29:39 2002 Delivered-To: freebsd-gnome@freebsd.org Received: from alcatraz.iptelecom.net.ua (alcatraz.iptelecom.net.ua [212.9.224.15]) by hub.freebsd.org (Postfix) with ESMTP id 6517B37B9D9 for ; Thu, 10 Jan 2002 09:26:36 -0800 (PST) Received: from ipcard.iptcom.net (ipcard.iptcom.net [212.9.224.5]) by alcatraz.iptelecom.net.ua (8.9.3/8.9.3) with ESMTP id TAA13975; Thu, 10 Jan 2002 19:24:55 +0200 (EET) (envelope-from sobomax@FreeBSD.org) Received: from vega.vega.com (h111.227.dialup.iptcom.net [212.9.227.111]) by ipcard.iptcom.net (8.9.3/8.9.3) with ESMTP id TAA49070; Thu, 10 Jan 2002 19:24:54 +0200 (EET) (envelope-from sobomax@FreeBSD.org) Received: from FreeBSD.org (big_brother.vega.com [192.168.1.1]) by vega.vega.com (8.11.6/8.11.3) with ESMTP id g0AHON893866; Thu, 10 Jan 2002 19:24:23 +0200 (EET) (envelope-from sobomax@FreeBSD.org) Message-ID: <3C3DCE68.2E6A40D7@FreeBSD.org> Date: Thu, 10 Jan 2002 19:24:56 +0200 From: Maxim Sobolev Organization: Vega International Capital X-Mailer: Mozilla 4.79 [en] (Windows NT 5.0; U) X-Accept-Language: en,uk,ru MIME-Version: 1.0 To: Samuel Tardieu , gnome@FreeBSD.org Subject: Re: GnuCash 1.6.5 References: <2002-01-09-22-37-37+trackit+sam@inf.enst.fr> <1010612400.586.19.camel@notebook> Content-Type: text/plain; charset=koi8-r Content-Transfer-Encoding: 7bit Sender: owner-freebsd-gnome@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Maxim Sobolev wrote: > > On Wed, 2002-01-09 at 23:37, Samuel Tardieu wrote: > > Dear GNOME/FreeBSD team, > > > > do you plan to package GnuCash 1.6.5? This stable release contains an > > Euro conversion feature, that could be useful to many Europeans! > > Yes, I'll try to update the port tomorrow. Thank you for pointing out! Updated, have phun! -Maxim To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-gnome" in the body of the message From owner-freebsd-gnome Thu Jan 10 15:11:34 2002 Delivered-To: freebsd-gnome@freebsd.org Received: from mailhost.topic.com.au (topic-gw2.topic.com.au [203.37.31.2]) by hub.freebsd.org (Postfix) with ESMTP id 2B2D337BD36 for ; Thu, 10 Jan 2002 15:08:47 -0800 (PST) Received: from localhost (localhost [127.0.0.1]) by mailhost.topic.com.au (Postfix) with ESMTP id 242D5FF6D0 for ; Fri, 11 Jan 2002 10:08:41 +1100 (EST) Received: from sideshowbob.tsa (sideshowbob.tsa [10.1.0.201]) by mailhost.topic.com.au (Postfix) with ESMTP id C4267FF055 for ; Fri, 11 Jan 2002 10:08:33 +1100 (EST) Received: by sideshowbob.tsa (Postfix, from userid 1013) id 7C7861E0F; Fri, 11 Jan 2002 10:09:16 +1100 (EST) Date: Fri, 11 Jan 2002 10:09:16 +1100 From: Matthew Hawkins To: gnome@freebsd.org Subject: gabber 0.8.6 Message-ID: <20020110230916.GA81197@topic.com.au> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.3.25i X-Virus-Scanned: by AMaViS snapshot-20010714 Sender: owner-freebsd-gnome@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG I hacked the port of gabber 0.8.3 to install 0.8.6 instead. In case someone would like to update the port, here's the lowdown: files/patch-ae files/patch-ai are no longer necessary, having been integrated upstream. files/patch-am *may* not be necessary. At least in my build with a recent 4.5-PRERELEASE and updated libraries, -lgiconv was already on the cc command line anyway (I think gnome-config added it). The diffs from memory live about 20 lines below where the current patch specifies. files/patch-an still needs to be applied (assuming TRANSMITTER_DEBUG is still wanted) the diff is a little different though due to source changes. Other than that, builds, installs and runs like a charm. Cheers, (DarthMDH@jabber.org) -- Matthew Hawkins Internet Engineer, tSA Group Pty. Ltd. 1 Hall St, Lyneham, ACT 2602 Australia Ph: +61 2 62577111 Fx: +61 2 62577311 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-gnome" in the body of the message From owner-freebsd-gnome Thu Jan 10 21:37:24 2002 Delivered-To: freebsd-gnome@freebsd.org Received: from hotmail.com (f270.law11.hotmail.com [64.4.16.145]) by hub.freebsd.org (Postfix) with ESMTP id CF0C737B402; Thu, 10 Jan 2002 21:37:08 -0800 (PST) Received: from mail pickup service by hotmail.com with Microsoft SMTPSVC; Thu, 10 Jan 2002 21:37:08 -0800 Received: from 24.38.53.86 by lw11fd.law11.hotmail.msn.com with HTTP; Fri, 11 Jan 2002 05:37:08 GMT X-Originating-IP: [24.38.53.86] From: "Charles Burns" To: questions@freebsd.org, gnome@FreeBSD.org Subject: gnomecontrolcenter continues being broken Date: Thu, 10 Jan 2002 22:37:08 -0700 Mime-Version: 1.0 Content-Type: text/plain; format=flowed Message-ID: X-OriginalArrivalTime: 11 Jan 2002 05:37:08.0570 (UTC) FILETIME=[02B0D3A0:01C19A62] Sender: owner-freebsd-gnome@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Greetings, I have tried to build GNOME for just over a week now and it always breaks when building `/usr/ports/sysutils/gnomecontrolcenter`. I posted this before but got no answer. I'm not sure if nobody knows or if its just a stupid question. I have updated everything through CVS about 20 times in the last 9 days and rebuilt the world/kernel about as many. I have "make clean"'ed the gnomecontrolcenter port and all of GNOME, have done "make distclean", have tried downloading the files manually and putting them into /usr/ports/distfiles ... just about everything. The system compiles 87 other ports (I counted) before it ever gets to gnomecontrolcenter. The short version of the actual error experienced is: /usr/X11R6/lib/libgnomesupport.so: undefined reference to `strerror_r' gmake[4]: *** [file-types-capplet] Error 1 Long version is at the end of this email. What I would really like to know is: 1) Is there a work-around? Can I edit some .C file or replace a binary somewhere? 2) If this isn't happenning to anyone else, what are you doing differently? I have built GNOME before with version 4.4 CVS's about 2 weeks after release, but it sure doesn't work now. Here is some information that may be applicable: - I am using the XFree-4 port (version 4.1); not 3.3.6 - Everything else builds fine, including the buildworld process - Error occurs in the same spot every time, and with the same error. System: Dualie AthlonMP on the Tyan Tiger AMD760 board, with good cooling. FreeBSD has a dedicated SCSI hard drive on an Adaptec 29160 card. Geforce3, 512MB RAM, cable internet connection. (no other applicable hardware) -------------Long version------------------ ===> Extracting for gnome-1.4.1b2_1 >>No MD5 checksum file. ===> gnome-1.4.1b2_1 depends on file: /usr/local/bin/python2.1 - found ===> gnome-1.4.1b2_1 depends on shared library: esd.2 - found ===> gnome-1.4.1b2_1 depends on shared library: glib12.3 - found ===> gnome-1.4.1b2_1 depends on shared library: gtk12.2 - found ===> gnome-1.4.1b2_1 depends on shared library: Imlib.5 - found ===> gnome-1.4.1b2_1 depends on shared library: gnome.5 - found ===> gnome-1.4.1b2_1 depends on shared library: capplet.5 - not found ===> Verifying install for capplet.5 in /usr/ports/sysutils/gnomecontrolcenter ===> Building for gnomecontrolcenter-1.4.0.1 gmake all-recursive gmake[1]: Entering directory `/usr/ports/sysutils/gnomecontrolcenter/work/control-center-1.4.0.1' Making all in intl gmake[2]: Entering directory `/usr/ports/sysutils/gnomecontrolcenter/work/control-center-1.4.0.1/intl' gmake[2]: Nothing to be done for `all'. gmake[2]: Leaving directory `/usr/ports/sysutils/gnomecontrolcenter/work/control-center-1.4.0.1/intl' Making all in po gmake[2]: Entering directory `/usr/ports/sysutils/gnomecontrolcenter/work/control-center-1.4.0.1/po' gmake[2]: Nothing to be done for `all'. gmake[2]: Leaving directory `/usr/ports/sysutils/gnomecontrolcenter/work/control-center-1.4.0.1/po' Making all in macros gmake[2]: Entering directory `/usr/ports/sysutils/gnomecontrolcenter/work/control-center-1.4.0.1/macros' gmake[2]: Nothing to be done for `all'. gmake[2]: Leaving directory `/usr/ports/sysutils/gnomecontrolcenter/work/control-center-1.4.0.1/macros' Making all in control-center gmake[2]: Entering directory `/usr/ports/sysutils/gnomecontrolcenter/work/control-center-1.4.0.1/control-center' gmake[2]: Nothing to be done for `all'. gmake[2]: Leaving directory `/usr/ports/sysutils/gnomecontrolcenter/work/control-center-1.4.0.1/control-center' Making all in capplets gmake[2]: Entering directory `/usr/ports/sysutils/gnomecontrolcenter/work/control-center-1.4.0.1/capplets' Making all in desktop-links gmake[3]: Entering directory `/usr/ports/sysutils/gnomecontrolcenter/work/control-center-1.4.0.1/capplets/desktop-links' gmake[3]: Nothing to be done for `all'. gmake[3]: Leaving directory `/usr/ports/sysutils/gnomecontrolcenter/work/control-center-1.4.0.1/capplets/desktop-links' Making all in mouse-properties gmake[3]: Entering directory `/usr/ports/sysutils/gnomecontrolcenter/work/control-center-1.4.0.1/capplets/mouse-properties' gmake[3]: Nothing to be done for `all'. gmake[3]: Leaving directory `/usr/ports/sysutils/gnomecontrolcenter/work/control-center-1.4.0.1/capplets/mouse-properties' Making all in screensaver-properties gmake[3]: Entering directory `/usr/ports/sysutils/gnomecontrolcenter/work/control-center-1.4.0.1/capplets/screensaver-properties' Making all in screensaver-desktops gmake[4]: Entering directory `/usr/ports/sysutils/gnomecontrolcenter/work/control-center-1.4.0.1/capplets/screensaver-properties/screensaver-desktops' gmake[4]: Nothing to be done for `all'. gmake[4]: Leaving directory `/usr/ports/sysutils/gnomecontrolcenter/work/control-center-1.4.0.1/capplets/screensaver-properties/screensaver-desktops' gmake[4]: Entering directory `/usr/ports/sysutils/gnomecontrolcenter/work/control-center-1.4.0.1/capplets/screensaver-properties' gmake[4]: Nothing to be done for `all-am'. gmake[4]: Leaving directory `/usr/ports/sysutils/gnomecontrolcenter/work/control-center-1.4.0.1/capplets/screensaver-properties' gmake[3]: Leaving directory `/usr/ports/sysutils/gnomecontrolcenter/work/control-center-1.4.0.1/capplets/screensaver-properties' Making all in background-properties gmake[3]: Entering directory `/usr/ports/sysutils/gnomecontrolcenter/work/control-center-1.4.0.1/capplets/background-properties' gmake[3]: Nothing to be done for `all'. gmake[3]: Leaving directory `/usr/ports/sysutils/gnomecontrolcenter/work/control-center-1.4.0.1/capplets/background-properties' Making all in theme-switcher gmake[3]: Entering directory `/usr/ports/sysutils/gnomecontrolcenter/work/control-center-1.4.0.1/capplets/theme-switcher' gmake[3]: Nothing to be done for `all'. gmake[3]: Leaving directory `/usr/ports/sysutils/gnomecontrolcenter/work/control-center-1.4.0.1/capplets/theme-switcher' Making all in sound-properties gmake[3]: Entering directory `/usr/ports/sysutils/gnomecontrolcenter/work/control-center-1.4.0.1/capplets/sound-properties' gmake[3]: Nothing to be done for `all'. gmake[3]: Leaving directory `/usr/ports/sysutils/gnomecontrolcenter/work/control-center-1.4.0.1/capplets/sound-properties' Making all in ui-properties gmake[3]: Entering directory `/usr/ports/sysutils/gnomecontrolcenter/work/control-center-1.4.0.1/capplets/ui-properties' gmake[3]: Nothing to be done for `all'. gmake[3]: Leaving directory `/usr/ports/sysutils/gnomecontrolcenter/work/control-center-1.4.0.1/capplets/ui-properties' Making all in url-properties gmake[3]: Entering directory `/usr/ports/sysutils/gnomecontrolcenter/work/control-center-1.4.0.1/capplets/url-properties' gmake[3]: Nothing to be done for `all'. gmake[3]: Leaving directory `/usr/ports/sysutils/gnomecontrolcenter/work/control-center-1.4.0.1/capplets/url-properties' Making all in gnome-edit-properties gmake[3]: Entering directory `/usr/ports/sysutils/gnomecontrolcenter/work/control-center-1.4.0.1/capplets/gnome-edit-properties' gmake[3]: Nothing to be done for `all'. gmake[3]: Leaving directory `/usr/ports/sysutils/gnomecontrolcenter/work/control-center-1.4.0.1/capplets/gnome-edit-properties' Making all in wm-properties gmake[3]: Entering directory `/usr/ports/sysutils/gnomecontrolcenter/work/control-center-1.4.0.1/capplets/wm-properties' Making all in wm-desktops gmake[4]: Entering directory `/usr/ports/sysutils/gnomecontrolcenter/work/control-center-1.4.0.1/capplets/wm-properties/wm-desktops' gmake[4]: Nothing to be done for `all'. gmake[4]: Leaving directory `/usr/ports/sysutils/gnomecontrolcenter/work/control-center-1.4.0.1/capplets/wm-properties/wm-desktops' gmake[4]: Entering directory `/usr/ports/sysutils/gnomecontrolcenter/work/control-center-1.4.0.1/capplets/wm-properties' gmake[4]: Nothing to be done for `all-am'. gmake[4]: Leaving directory `/usr/ports/sysutils/gnomecontrolcenter/work/control-center-1.4.0.1/capplets/wm-properties' gmake[3]: Leaving directory `/usr/ports/sysutils/gnomecontrolcenter/work/control-center-1.4.0.1/capplets/wm-properties' Making all in keyboard-properties gmake[3]: Entering directory `/usr/ports/sysutils/gnomecontrolcenter/work/control-center-1.4.0.1/capplets/keyboard-properties' gmake[3]: Nothing to be done for `all'. gmake[3]: Leaving directory `/usr/ports/sysutils/gnomecontrolcenter/work/control-center-1.4.0.1/capplets/keyboard-properties' Making all in file-types gmake[3]: Entering directory `/usr/ports/sysutils/gnomecontrolcenter/work/control-center-1.4.0.1/capplets/file-types' Making all in libuuid gmake[4]: Entering directory `/usr/ports/sysutils/gnomecontrolcenter/work/control-center-1.4.0.1/capplets/file-types/libuuid' gmake[4]: Nothing to be done for `all'. gmake[4]: Leaving directory `/usr/ports/sysutils/gnomecontrolcenter/work/control-center-1.4.0.1/capplets/file-types/libuuid' gmake[4]: Entering directory `/usr/ports/sysutils/gnomecontrolcenter/work/control-center-1.4.0.1/capplets/file-types' /bin/sh ../../libtool --mode=link cc -O -pipe -I/usr/X11R6/include -Wall -Wunused -L/usr/X11R6/lib -o file-types-capplet file-types-capplet.o file-types-capplet-dialogs.o file-types-icon-entry.o ../../control-center/libcapplet.la -L/usr/local/lib -lORBitCosNaming -lORBit -lIIOP -lORBitutil -lglib12 -lwrap -lm -lintl -L/usr/X11R6/lib -lgnomevfs -pthread -lgdk_pixbuf libuuid/libuuid.a -L/usr/local/lib cc -O -pipe -I/usr/X11R6/include -Wall -Wunused -L/usr/X11R6/lib -o .libs/file-types-capplet file-types-capplet.o file-types-capplet-dialogs.o file-types-icon-entry.o ../../control-center/.libs/libcapplet.so -L/usr/local/lib -lORBitCosNaming -lORBit -lIIOP -lORBitutil -lglib12 -lwrap -lm -lm -lgnorba -lORBitCosNaming -lORBit -lIIOP -lORBitutil -lwrap -lXpm -ljpeg -lgnomeui -lart_lgpl -lgdk_imlib -ltiff -lungif -lpng -lz -lSM -lICE -lgtk12 -lgdk12 -lgmodule12 -lXext -lX11 -lgnome -lgnomesupport -lintl -lesd -laudiofile -lm -lglib12 -L/usr/local/lib -lORBitCosNaming -lORBit -lIIOP -lORBitutil -lglib12 -lwrap -lm -lintl -L/usr/X11R6/lib -lgnomevfs -pthread -lgdk_pixbuf libuuid/libuuid.a -L/usr/local/lib -Wl,--rpath -Wl,/usr/X11R6/lib /usr/X11R6/lib/libgnomesupport.so: undefined reference to `strerror_r' gmake[4]: *** [file-types-capplet] Error 1 gmake[4]: Leaving directory `/usr/ports/sysutils/gnomecontrolcenter/work/control-center-1.4.0.1/capplets/file-types' gmake[3]: *** [all-recursive] Error 1 gmake[3]: Leaving directory `/usr/ports/sysutils/gnomecontrolcenter/work/control-center-1.4.0.1/capplets/file-types' gmake[2]: *** [all-recursive] Error 1 gmake[2]: Leaving directory `/usr/ports/sysutils/gnomecontrolcenter/work/control-center-1.4.0.1/capplets' gmake[1]: *** [all-recursive] Error 1 gmake[1]: Leaving directory `/usr/ports/sysutils/gnomecontrolcenter/work/control-center-1.4.0.1' gmake: *** [all-recursive-am] Error 2 *** Error code 2 1 error *** Error code 2 1 error *** Error code 2 1 error *** Error code 2 1 error *** Error code 2 1 error *** Error code 2 1 error *** Error code 2 1 error *** Error code 2 1 error *** Error code 2 1 error *** Error code 2 ===> Cleaning for esound-0.2.23 (((cleans 86 other packages...))) _________________________________________________________________ Get your FREE download of MSN Explorer at http://explorer.msn.com/intl.asp. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-gnome" in the body of the message From owner-freebsd-gnome Thu Jan 10 22:51:26 2002 Delivered-To: freebsd-gnome@freebsd.org Received: from creme-brulee.marcuscom.com (rdu57-28-046.nc.rr.com [66.57.28.46]) by hub.freebsd.org (Postfix) with ESMTP id 0059F37B41A for ; Thu, 10 Jan 2002 22:51:23 -0800 (PST) Received: from shumai.marcuscom.com (marcus@shumai.marcuscom.com [192.168.1.4]) by creme-brulee.marcuscom.com (8.11.6/8.11.6) with ESMTP id g0B6ogY44752; Fri, 11 Jan 2002 01:50:42 -0500 (EST) (envelope-from marcus@marcuscom.com) Subject: Re: gabber 0.8.6 From: Joe Clarke To: Matthew Hawkins Cc: gnome@FreeBSD.ORG In-Reply-To: <20020110230916.GA81197@topic.com.au> References: <20020110230916.GA81197@topic.com.au> Content-Type: text/plain Content-Transfer-Encoding: 7bit X-Mailer: Evolution/1.0 (Preview Release) Date: 11 Jan 2002 01:51:33 -0500 Message-Id: <1010731894.76729.0.camel@shumai.marcuscom.com> Mime-Version: 1.0 Sender: owner-freebsd-gnome@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Thu, 2002-01-10 at 18:09, Matthew Hawkins wrote: > I hacked the port of gabber 0.8.3 to install 0.8.6 instead. In case > someone would like to update the port, here's the lowdown: I've already submitted a PR to upgrade gabber. Please have a look at http://www.freebsd.org/cgi/query-pr.cgi?pr=33678 Joe > > files/patch-ae > files/patch-ai > > are no longer necessary, having been integrated upstream. > > files/patch-am > > *may* not be necessary. At least in my build with a recent > 4.5-PRERELEASE and updated libraries, -lgiconv was already on the cc > command line anyway (I think gnome-config added it). The diffs from > memory live about 20 lines below where the current patch specifies. > > files/patch-an > > still needs to be applied (assuming TRANSMITTER_DEBUG is still wanted) > the diff is a little different though due to source changes. > > Other than that, builds, installs and runs like a charm. > > Cheers, > > (DarthMDH@jabber.org) > > -- > Matthew Hawkins > Internet Engineer, tSA Group Pty. Ltd. > 1 Hall St, Lyneham, ACT 2602 Australia > Ph: +61 2 62577111 Fx: +61 2 62577311 > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-gnome" in the body of the message > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-gnome" in the body of the message From owner-freebsd-gnome Fri Jan 11 1:31:55 2002 Delivered-To: freebsd-gnome@freebsd.org Received: from alcatraz.iptelecom.net.ua (alcatraz.iptelecom.net.ua [212.9.224.15]) by hub.freebsd.org (Postfix) with ESMTP id 89DA937B404; Fri, 11 Jan 2002 01:31:29 -0800 (PST) Received: from ipcard.iptcom.net (ipcard.iptcom.net [212.9.224.5]) by alcatraz.iptelecom.net.ua (8.9.3/8.9.3) with ESMTP id LAA59394; Fri, 11 Jan 2002 11:31:13 +0200 (EET) (envelope-from sobomax@FreeBSD.org) Received: from vega.vega.com (h97.228.dialup.iptcom.net [212.9.228.97]) by ipcard.iptcom.net (8.9.3/8.9.3) with ESMTP id LAA54961; Fri, 11 Jan 2002 11:31:10 +0200 (EET) (envelope-from sobomax@FreeBSD.org) Received: from FreeBSD.org (big_brother.vega.com [192.168.1.1]) by vega.vega.com (8.11.6/8.11.3) with ESMTP id g0B9Ud898293; Fri, 11 Jan 2002 11:30:39 +0200 (EET) (envelope-from sobomax@FreeBSD.org) Message-ID: <3C3EB0E6.BFDA669A@FreeBSD.org> Date: Fri, 11 Jan 2002 11:31:18 +0200 From: Maxim Sobolev Organization: Vega International Capital X-Mailer: Mozilla 4.79 [en] (Windows NT 5.0; U) X-Accept-Language: en,uk,ru MIME-Version: 1.0 To: Charles Burns Cc: questions@FreeBSD.org, gnome@FreeBSD.org Subject: Re: gnomecontrolcenter continues being broken References: Content-Type: text/plain; charset=koi8-r Content-Transfer-Encoding: 7bit Sender: owner-freebsd-gnome@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Try to do the following instead: # cd /usr/ports/x11/gnome # make clean # make install clean -Maxim Charles Burns wrote: > > Greetings, > > I have tried to build GNOME for just over a week now and it always breaks > when building `/usr/ports/sysutils/gnomecontrolcenter`. > I posted this before but got no answer. I'm not sure if nobody knows or if > its just a stupid question. > I have updated everything through CVS about 20 times in the last 9 days and > rebuilt the world/kernel about as many. > I have "make clean"'ed the gnomecontrolcenter port and all of GNOME, have > done "make distclean", have tried downloading the files manually and putting > them into /usr/ports/distfiles ... just about everything. > > The system compiles 87 other ports (I counted) before it ever gets to > gnomecontrolcenter. The short version of the actual error experienced is: > > /usr/X11R6/lib/libgnomesupport.so: undefined reference to `strerror_r' > gmake[4]: *** [file-types-capplet] Error 1 > > Long version is at the end of this email. > > What I would really like to know is: > 1) Is there a work-around? Can I edit some .C file or replace a binary > somewhere? > 2) If this isn't happenning to anyone else, what are you doing differently? > I have built GNOME before with version 4.4 CVS's about 2 weeks after > release, but it sure doesn't work now. > > Here is some information that may be applicable: > - I am using the XFree-4 port (version 4.1); not 3.3.6 > - Everything else builds fine, including the buildworld process > - Error occurs in the same spot every time, and with the same error. > > System: > Dualie AthlonMP on the Tyan Tiger AMD760 board, with good cooling. > FreeBSD has a dedicated SCSI hard drive on an Adaptec 29160 card. > Geforce3, 512MB RAM, cable internet connection. (no other applicable > hardware) > > -------------Long version------------------ > ===> Extracting for gnome-1.4.1b2_1 > >>No MD5 checksum file. > ===> gnome-1.4.1b2_1 depends on file: /usr/local/bin/python2.1 - found > ===> gnome-1.4.1b2_1 depends on shared library: esd.2 - found > ===> gnome-1.4.1b2_1 depends on shared library: glib12.3 - found > ===> gnome-1.4.1b2_1 depends on shared library: gtk12.2 - found > ===> gnome-1.4.1b2_1 depends on shared library: Imlib.5 - found > ===> gnome-1.4.1b2_1 depends on shared library: gnome.5 - found > ===> gnome-1.4.1b2_1 depends on shared library: capplet.5 - not found > ===> Verifying install for capplet.5 in > /usr/ports/sysutils/gnomecontrolcenter > ===> Building for gnomecontrolcenter-1.4.0.1 > gmake all-recursive > gmake[1]: Entering directory > `/usr/ports/sysutils/gnomecontrolcenter/work/control-center-1.4.0.1' > Making all in intl > gmake[2]: Entering directory > `/usr/ports/sysutils/gnomecontrolcenter/work/control-center-1.4.0.1/intl' > gmake[2]: Nothing to be done for `all'. > gmake[2]: Leaving directory > `/usr/ports/sysutils/gnomecontrolcenter/work/control-center-1.4.0.1/intl' > Making all in po > gmake[2]: Entering directory > `/usr/ports/sysutils/gnomecontrolcenter/work/control-center-1.4.0.1/po' > gmake[2]: Nothing to be done for `all'. > gmake[2]: Leaving directory > `/usr/ports/sysutils/gnomecontrolcenter/work/control-center-1.4.0.1/po' > Making all in macros > gmake[2]: Entering directory > `/usr/ports/sysutils/gnomecontrolcenter/work/control-center-1.4.0.1/macros' > gmake[2]: Nothing to be done for `all'. > gmake[2]: Leaving directory > `/usr/ports/sysutils/gnomecontrolcenter/work/control-center-1.4.0.1/macros' > Making all in control-center > gmake[2]: Entering directory > `/usr/ports/sysutils/gnomecontrolcenter/work/control-center-1.4.0.1/control-center' > gmake[2]: Nothing to be done for `all'. > gmake[2]: Leaving directory > `/usr/ports/sysutils/gnomecontrolcenter/work/control-center-1.4.0.1/control-center' > Making all in capplets > gmake[2]: Entering directory > `/usr/ports/sysutils/gnomecontrolcenter/work/control-center-1.4.0.1/capplets' > Making all in desktop-links > gmake[3]: Entering directory > `/usr/ports/sysutils/gnomecontrolcenter/work/control-center-1.4.0.1/capplets/desktop-links' > gmake[3]: Nothing to be done for `all'. > gmake[3]: Leaving directory > `/usr/ports/sysutils/gnomecontrolcenter/work/control-center-1.4.0.1/capplets/desktop-links' > Making all in mouse-properties > gmake[3]: Entering directory > `/usr/ports/sysutils/gnomecontrolcenter/work/control-center-1.4.0.1/capplets/mouse-properties' > gmake[3]: Nothing to be done for `all'. > gmake[3]: Leaving directory > `/usr/ports/sysutils/gnomecontrolcenter/work/control-center-1.4.0.1/capplets/mouse-properties' > Making all in screensaver-properties > gmake[3]: Entering directory > `/usr/ports/sysutils/gnomecontrolcenter/work/control-center-1.4.0.1/capplets/screensaver-properties' > Making all in screensaver-desktops > gmake[4]: Entering directory > `/usr/ports/sysutils/gnomecontrolcenter/work/control-center-1.4.0.1/capplets/screensaver-properties/screensaver-desktops' > gmake[4]: Nothing to be done for `all'. > gmake[4]: Leaving directory > `/usr/ports/sysutils/gnomecontrolcenter/work/control-center-1.4.0.1/capplets/screensaver-properties/screensaver-desktops' > gmake[4]: Entering directory > `/usr/ports/sysutils/gnomecontrolcenter/work/control-center-1.4.0.1/capplets/screensaver-properties' > gmake[4]: Nothing to be done for `all-am'. > gmake[4]: Leaving directory > `/usr/ports/sysutils/gnomecontrolcenter/work/control-center-1.4.0.1/capplets/screensaver-properties' > gmake[3]: Leaving directory > `/usr/ports/sysutils/gnomecontrolcenter/work/control-center-1.4.0.1/capplets/screensaver-properties' > Making all in background-properties > gmake[3]: Entering directory > `/usr/ports/sysutils/gnomecontrolcenter/work/control-center-1.4.0.1/capplets/background-properties' > gmake[3]: Nothing to be done for `all'. > gmake[3]: Leaving directory > `/usr/ports/sysutils/gnomecontrolcenter/work/control-center-1.4.0.1/capplets/background-properties' > Making all in theme-switcher > gmake[3]: Entering directory > `/usr/ports/sysutils/gnomecontrolcenter/work/control-center-1.4.0.1/capplets/theme-switcher' > gmake[3]: Nothing to be done for `all'. > gmake[3]: Leaving directory > `/usr/ports/sysutils/gnomecontrolcenter/work/control-center-1.4.0.1/capplets/theme-switcher' > Making all in sound-properties > gmake[3]: Entering directory > `/usr/ports/sysutils/gnomecontrolcenter/work/control-center-1.4.0.1/capplets/sound-properties' > gmake[3]: Nothing to be done for `all'. > gmake[3]: Leaving directory > `/usr/ports/sysutils/gnomecontrolcenter/work/control-center-1.4.0.1/capplets/sound-properties' > Making all in ui-properties > gmake[3]: Entering directory > `/usr/ports/sysutils/gnomecontrolcenter/work/control-center-1.4.0.1/capplets/ui-properties' > gmake[3]: Nothing to be done for `all'. > gmake[3]: Leaving directory > `/usr/ports/sysutils/gnomecontrolcenter/work/control-center-1.4.0.1/capplets/ui-properties' > Making all in url-properties > gmake[3]: Entering directory > `/usr/ports/sysutils/gnomecontrolcenter/work/control-center-1.4.0.1/capplets/url-properties' > gmake[3]: Nothing to be done for `all'. > gmake[3]: Leaving directory > `/usr/ports/sysutils/gnomecontrolcenter/work/control-center-1.4.0.1/capplets/url-properties' > Making all in gnome-edit-properties > gmake[3]: Entering directory > `/usr/ports/sysutils/gnomecontrolcenter/work/control-center-1.4.0.1/capplets/gnome-edit-properties' > gmake[3]: Nothing to be done for `all'. > gmake[3]: Leaving directory > `/usr/ports/sysutils/gnomecontrolcenter/work/control-center-1.4.0.1/capplets/gnome-edit-properties' > Making all in wm-properties > gmake[3]: Entering directory > `/usr/ports/sysutils/gnomecontrolcenter/work/control-center-1.4.0.1/capplets/wm-properties' > Making all in wm-desktops > gmake[4]: Entering directory > `/usr/ports/sysutils/gnomecontrolcenter/work/control-center-1.4.0.1/capplets/wm-properties/wm-desktops' > gmake[4]: Nothing to be done for `all'. > gmake[4]: Leaving directory > `/usr/ports/sysutils/gnomecontrolcenter/work/control-center-1.4.0.1/capplets/wm-properties/wm-desktops' > gmake[4]: Entering directory > `/usr/ports/sysutils/gnomecontrolcenter/work/control-center-1.4.0.1/capplets/wm-properties' > gmake[4]: Nothing to be done for `all-am'. > gmake[4]: Leaving directory > `/usr/ports/sysutils/gnomecontrolcenter/work/control-center-1.4.0.1/capplets/wm-properties' > gmake[3]: Leaving directory > `/usr/ports/sysutils/gnomecontrolcenter/work/control-center-1.4.0.1/capplets/wm-properties' > Making all in keyboard-properties > gmake[3]: Entering directory > `/usr/ports/sysutils/gnomecontrolcenter/work/control-center-1.4.0.1/capplets/keyboard-properties' > gmake[3]: Nothing to be done for `all'. > gmake[3]: Leaving directory > `/usr/ports/sysutils/gnomecontrolcenter/work/control-center-1.4.0.1/capplets/keyboard-properties' > Making all in file-types > gmake[3]: Entering directory > `/usr/ports/sysutils/gnomecontrolcenter/work/control-center-1.4.0.1/capplets/file-types' > Making all in libuuid > gmake[4]: Entering directory > `/usr/ports/sysutils/gnomecontrolcenter/work/control-center-1.4.0.1/capplets/file-types/libuuid' > gmake[4]: Nothing to be done for `all'. > gmake[4]: Leaving directory > `/usr/ports/sysutils/gnomecontrolcenter/work/control-center-1.4.0.1/capplets/file-types/libuuid' > gmake[4]: Entering directory > `/usr/ports/sysutils/gnomecontrolcenter/work/control-center-1.4.0.1/capplets/file-types' > /bin/sh ../../libtool --mode=link cc -O -pipe -I/usr/X11R6/include -Wall > -Wunused -L/usr/X11R6/lib -o file-types-capplet file-types-capplet.o > file-types-capplet-dialogs.o file-types-icon-entry.o > ../../control-center/libcapplet.la -L/usr/local/lib -lORBitCosNaming > -lORBit -lIIOP -lORBitutil -lglib12 -lwrap > -lm -lintl -L/usr/X11R6/lib -lgnomevfs > -pthread -lgdk_pixbuf libuuid/libuuid.a -L/usr/local/lib > cc -O -pipe -I/usr/X11R6/include -Wall -Wunused -L/usr/X11R6/lib -o > .libs/file-types-capplet file-types-capplet.o file-types-capplet-dialogs.o > file-types-icon-entry.o ../../control-center/.libs/libcapplet.so > -L/usr/local/lib -lORBitCosNaming -lORBit -lIIOP -lORBitutil -lglib12 -lwrap > -lm -lm -lgnorba -lORBitCosNaming -lORBit -lIIOP -lORBitutil -lwrap -lXpm > -ljpeg -lgnomeui -lart_lgpl -lgdk_imlib -ltiff -lungif -lpng -lz -lSM -lICE > -lgtk12 -lgdk12 -lgmodule12 -lXext -lX11 -lgnome -lgnomesupport -lintl -lesd > -laudiofile -lm -lglib12 -L/usr/local/lib -lORBitCosNaming -lORBit -lIIOP > -lORBitutil -lglib12 -lwrap -lm -lintl -L/usr/X11R6/lib -lgnomevfs -pthread > -lgdk_pixbuf libuuid/libuuid.a -L/usr/local/lib -Wl,--rpath > -Wl,/usr/X11R6/lib > /usr/X11R6/lib/libgnomesupport.so: undefined reference to `strerror_r' > gmake[4]: *** [file-types-capplet] Error 1 > gmake[4]: Leaving directory > `/usr/ports/sysutils/gnomecontrolcenter/work/control-center-1.4.0.1/capplets/file-types' > gmake[3]: *** [all-recursive] Error 1 > gmake[3]: Leaving directory > `/usr/ports/sysutils/gnomecontrolcenter/work/control-center-1.4.0.1/capplets/file-types' > gmake[2]: *** [all-recursive] Error 1 > gmake[2]: Leaving directory > `/usr/ports/sysutils/gnomecontrolcenter/work/control-center-1.4.0.1/capplets' > gmake[1]: *** [all-recursive] Error 1 > gmake[1]: Leaving directory > `/usr/ports/sysutils/gnomecontrolcenter/work/control-center-1.4.0.1' > gmake: *** [all-recursive-am] Error 2 > *** Error code 2 > 1 error > *** Error code 2 > 1 error > *** Error code 2 > 1 error > *** Error code 2 > 1 error > *** Error code 2 > 1 error > *** Error code 2 > 1 error > *** Error code 2 > 1 error > *** Error code 2 > 1 error > *** Error code 2 > 1 error > *** Error code 2 > ===> Cleaning for esound-0.2.23 > (((cleans 86 other packages...))) > > _________________________________________________________________ > Get your FREE download of MSN Explorer at http://explorer.msn.com/intl.asp. > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-gnome" in the body of the message To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-gnome" in the body of the message From owner-freebsd-gnome Fri Jan 11 10:28:49 2002 Delivered-To: freebsd-gnome@freebsd.org Received: from alcatraz.iptelecom.net.ua (alcatraz.iptelecom.net.ua [212.9.224.15]) by hub.freebsd.org (Postfix) with ESMTP id D404137B43C for ; Fri, 11 Jan 2002 10:28:05 -0800 (PST) Received: from ipcard.iptcom.net (ipcard.iptcom.net [212.9.224.5]) by alcatraz.iptelecom.net.ua (8.9.3/8.9.3) with ESMTP id UAA78559; Fri, 11 Jan 2002 20:27:58 +0200 (EET) (envelope-from max@vega.com) Received: from vega.vega.com (h117.228.dialup.iptcom.net [212.9.228.117]) by ipcard.iptcom.net (8.9.3/8.9.3) with ESMTP id UAA65122; Fri, 11 Jan 2002 20:27:53 +0200 (EET) (envelope-from max@vega.com) Received: (from max@localhost) by vega.vega.com (8.11.6/8.11.3) id g0BIQgl99941; Fri, 11 Jan 2002 20:26:42 +0200 (EET) (envelope-from sobomax@FreeBSD.org) From: Maxim Sobolev Message-Id: <200201111826.g0BIQgl99941@vega.vega.com> Subject: Patch for testing To: gnome@FreeBSD.org Date: Fri, 11 Jan 2002 20:26:42 +0200 (EET) Cc: marcus@marcuscom.com, john_m_cooper@yahoo.com X-Mailer: ELM [version 2.5 PL5] MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="%--multipart-mixed-boundary-1.99901.1010773602--%" Sender: owner-freebsd-gnome@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG --%--multipart-mixed-boundary-1.99901.1010773602--% Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Folks, Could you please test attached patch upgrading ORBit/bonobo to the latest versions? I'm running it here just fine, but want to double check because we are very close to the 4.5-RELEASE, so occasional breakage should be avoided. Thanks! -Maxim --%--multipart-mixed-boundary-1.99901.1010773602--% Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Content-Description: ASCII C program text Content-Disposition: attachment; filename="gnome.diff" ? ports/devel/ORBit/ORBit-0.5.12.tbz2 ? ports/devel/bonobo/bonobo-1.0.17.tbz2 Index: ports/devel/ORBit/Makefile =================================================================== RCS file: /home/ncvs/ports/devel/ORBit/Makefile,v retrieving revision 1.54 diff -d -u -r1.54 Makefile --- ports/devel/ORBit/Makefile 9 Nov 2001 16:28:10 -0000 1.54 +++ ports/devel/ORBit/Makefile 11 Jan 2002 18:22:08 -0000 @@ -6,7 +6,7 @@ # PORTNAME= ORBit -PORTVERSION= 0.5.12 +PORTVERSION= 0.5.13 CATEGORIES= devel gnome MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= stable/sources/ORBit Index: ports/devel/ORBit/distinfo =================================================================== RCS file: /home/ncvs/ports/devel/ORBit/distinfo,v retrieving revision 1.21 diff -d -u -r1.21 distinfo --- ports/devel/ORBit/distinfo 9 Nov 2001 16:28:10 -0000 1.21 +++ ports/devel/ORBit/distinfo 11 Jan 2002 18:22:08 -0000 @@ -1 +1 @@ -MD5 (ORBit-0.5.12.tar.gz) = ab66859c937a940da6bad2c84161c6aa +MD5 (ORBit-0.5.13.tar.gz) = 89b16a12e565798945b49e9f41d1db5d Index: ports/devel/ORBit/pkg-plist =================================================================== RCS file: /home/ncvs/ports/devel/ORBit/pkg-plist,v retrieving revision 1.13 diff -d -u -r1.13 pkg-plist --- ports/devel/ORBit/pkg-plist 9 Oct 2001 07:30:46 -0000 1.13 +++ ports/devel/ORBit/pkg-plist 11 Jan 2002 18:22:08 -0000 @@ -22,14 +22,8 @@ include/orbit-1.0/IIOP/giop-msg-buffer.h include/orbit-1.0/IIOP/iiop-encoders.h include/orbit-1.0/IIOP/iiop-endian.h -include/orbit-1.0/ORBitservices/CosEventChannel.idl -include/orbit-1.0/ORBitservices/CosEventComm.idl include/orbit-1.0/ORBitservices/CosNaming.h -include/orbit-1.0/ORBitservices/CosNaming.idl include/orbit-1.0/ORBitservices/CosNaming_impl.h -include/orbit-1.0/ORBitservices/CosTypedEventChannel.idl -include/orbit-1.0/ORBitservices/CosTypedEventComm.idl -include/orbit-1.0/ORBitservices/LName.pidl include/orbit-1.0/ORBitutil/basic_types.h include/orbit-1.0/ORBitutil/compat.h include/orbit-1.0/ORBitutil/orbit-os-config.h @@ -103,6 +97,14 @@ libdata/pkgconfig/libIDL.pc share/aclocal/ORBit.m4 share/aclocal/libIDL.m4 +share/idl/orbit-1.0/CosEventChannel.idl +share/idl/orbit-1.0/CosEventComm.idl +share/idl/orbit-1.0/CosNaming.idl +share/idl/orbit-1.0/CosTypedEventChannel.idl +share/idl/orbit-1.0/CosTypedEventComm.idl +share/idl/orbit-1.0/LName.pidl +@dirrm share/idl/orbit-1.0 +@dirrm share/idl @dirrm include/orbit-1.0/orb @dirrm include/orbit-1.0/ORBitutil @dirrm include/orbit-1.0/ORBitservices Index: ports/devel/ORBit/files/patch-ae =================================================================== RCS file: /home/ncvs/ports/devel/ORBit/files/patch-ae,v retrieving revision 1.5 diff -d -u -r1.5 patch-ae --- ports/devel/ORBit/files/patch-ae 29 Oct 2001 17:05:03 -0000 1.5 +++ ports/devel/ORBit/files/patch-ae 11 Jan 2002 18:22:08 -0000 @@ -1,9 +1,9 @@ -$FreeBSD: ports/devel/ORBit/files/patch-ae,v 1.5 2001/10/29 17:05:03 sobomax Exp $ +$FreeBSD$ ---- configure 2001/10/27 12:43:19 1.1 -+++ configure 2001/10/27 12:43:58 -@@ -5747,9 +5747,9 @@ +--- configure.orig Mon Jan 7 11:09:58 2002 ++++ configure Fri Jan 11 11:51:55 2002 +@@ -2151,9 +2151,9 @@ rm -f conf.glibtest @@ -15,12 +15,12 @@ for ac_prog in 'bison -y' byacc -@@ -7273,57 +7273,47 @@ +@@ -3757,37 +3757,30 @@ fi +echo $ac_n "checking how many vectors writev is capable to handle""... $ac_c" 1>&6 -+echo "configure:7278: checking how many vectors writev is capable to handle" >&5 ++echo "configure:3761: checking how many vectors writev is capable to handle" >&5 if test "$cross_compiling" = yes; then - cat >> confdefs.h <<\EOF -#define HAVE_LIMITED_WRITEV 1 @@ -29,18 +29,16 @@ + MAXIOV=16 else cat > conftest.$ac_ext < +#include #include -#define NIOVECS 50 --int main(int argc, char *argv[]) +#include +#include -+int main() + int main(int argc, char *argv[]) { - char dumbuf[20] = "\n"; - struct iovec iovecs[NIOVECS]; @@ -56,25 +54,22 @@ - return(1); - - if(writev(fd, iovecs, NIOVECS) < 0) -- return 1; -- + FILE *f; + int fd, i; + static struct iovec iovecs[4097]; + if ((f = fopen("conftestval", "w")) == NULL || \ + (fd = open("/dev/null", O_WRONLY)) < 0) -+ exit(1); + return 1; +- + for (i = 1; i < 4098 && writev(fd, iovecs, i) >= 0; i++); + fprintf(f, "%d\n", i - 1); + fclose(f); close(fd); -- return 0; -+ exit(0); + return 0; } - +@@ -3795,19 +3788,16 @@ EOF --if { (eval echo configure:7313: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null -+if { (eval echo configure:7306: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null + if { (eval echo configure:3797: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null then - : + MAXIOV=`cat conftestval` @@ -95,7 +90,7 @@ ####################### -@@ -8260,7 +8250,7 @@ +@@ -4740,7 +4730,7 @@ s%@LIB_WRAP@%$LIB_WRAP%g s%@HAVE_HOSTS_ACCESS_TRUE@%$HAVE_HOSTS_ACCESS_TRUE%g s%@HAVE_HOSTS_ACCESS_FALSE@%$HAVE_HOSTS_ACCESS_FALSE%g @@ -104,7 +99,7 @@ s%@subdirs@%$subdirs%g s%@pkglibdir@%$pkglibdir%g -@@ -8584,10 +8574,6 @@ +@@ -5064,10 +5054,6 @@ *) # Relative path. ac_sub_cache_file="$ac_dots$cache_file" ;; esac Index: ports/devel/bonobo/Makefile =================================================================== RCS file: /home/ncvs/ports/devel/bonobo/Makefile,v retrieving revision 1.45 diff -d -u -r1.45 Makefile --- ports/devel/bonobo/Makefile 20 Nov 2001 14:18:56 -0000 1.45 +++ ports/devel/bonobo/Makefile 11 Jan 2002 18:22:08 -0000 @@ -6,7 +6,7 @@ # PORTNAME= bonobo -PORTVERSION= 1.0.17 +PORTVERSION= 1.0.18 CATEGORIES= devel gnome MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= stable/sources/bonobo Index: ports/devel/bonobo/distinfo =================================================================== RCS file: /home/ncvs/ports/devel/bonobo/distinfo,v retrieving revision 1.26 diff -d -u -r1.26 distinfo --- ports/devel/bonobo/distinfo 20 Nov 2001 14:18:56 -0000 1.26 +++ ports/devel/bonobo/distinfo 11 Jan 2002 18:22:08 -0000 @@ -1 +1 @@ -MD5 (bonobo-1.0.17.tar.gz) = 344e97877be5b9d3c6c1e55ad5228688 +MD5 (bonobo-1.0.18.tar.gz) = 40a0328bc525038129b9409861b94c8f Index: ports/devel/bonobo/pkg-plist =================================================================== RCS file: /home/ncvs/ports/devel/bonobo/pkg-plist,v retrieving revision 1.26 diff -d -u -r1.26 pkg-plist --- ports/devel/bonobo/pkg-plist 9 Nov 2001 16:30:34 -0000 1.26 +++ ports/devel/bonobo/pkg-plist 11 Jan 2002 18:22:08 -0000 @@ -157,6 +157,7 @@ share/locale/el/LC_MESSAGES/bonobo.mo share/locale/en_GB/LC_MESSAGES/bonobo.mo share/locale/es/LC_MESSAGES/bonobo.mo +share/locale/eu/LC_MESSAGES/bonobo.mo share/locale/fi/LC_MESSAGES/bonobo.mo share/locale/fr/LC_MESSAGES/bonobo.mo share/locale/ga/LC_MESSAGES/bonobo.mo Index: ports/devel/bonobo/files/patch-ab =================================================================== RCS file: /home/ncvs/ports/devel/bonobo/files/patch-ab,v retrieving revision 1.10 diff -d -u -r1.10 patch-ab --- ports/devel/bonobo/files/patch-ab 3 Jul 2001 17:34:18 -0000 1.10 +++ ports/devel/bonobo/files/patch-ab 11 Jan 2002 18:22:08 -0000 @@ -1,18 +1,18 @@ -$FreeBSD: ports/devel/bonobo/files/patch-ab,v 1.10 2001/07/03 17:34:18 sobomax Exp $ +$FreeBSD$ ---- Makefile.in.orig Tue Jul 3 15:35:08 2001 -+++ Makefile.in Tue Jul 3 15:37:04 2001 -@@ -157,10 +157,10 @@ - - NULL = - --SUBDIRS = macros intl idl libefs bonobo storage-modules monikers components samples gshell tests doc po -+SUBDIRS = macros intl idl libefs bonobo storage-modules monikers components samples gshell doc po +--- Makefile.in.orig Fri Jan 11 11:57:33 2002 ++++ Makefile.in Fri Jan 11 11:58:32 2002 +@@ -165,10 +165,10 @@ + monikers \ + components samples \ + gshell \ +- tests doc po ++ doc po -confexecdir = $(libdir) +confexecdir = $(sysconfdir) confexec_DATA = bonoboConf.sh bonoboxConf.sh bonobox_printConf.sh - include_HEADERS = bonobo.h + bonoboincludedir = $(includedir)/gnome-1.0 --%--multipart-mixed-boundary-1.99901.1010773602--%-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-gnome" in the body of the message From owner-freebsd-gnome Fri Jan 11 11:18:51 2002 Delivered-To: freebsd-gnome@freebsd.org Received: from shumai.marcuscom.com (rdu57-28-046.nc.rr.com [66.57.28.46]) by hub.freebsd.org (Postfix) with ESMTP id C90F237B400; Fri, 11 Jan 2002 11:18:44 -0800 (PST) Received: from localhost (marcus@localhost) by shumai.marcuscom.com (8.11.6/8.11.6) with ESMTP id g0BJJ3S80928; Fri, 11 Jan 2002 14:19:03 -0500 (EST) (envelope-from marcus@marcuscom.com) X-Authentication-Warning: shumai.marcuscom.com: marcus owned process doing -bs Date: Fri, 11 Jan 2002 14:19:03 -0500 (EST) From: Joe Clarke To: Maxim Sobolev Cc: gnome@FreeBSD.org, Subject: Re: Patch for testing In-Reply-To: <200201111826.g0BIQgl99941@vega.vega.com> Message-ID: <20020111140233.I80091-100000@shumai.marcuscom.com> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-gnome@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Fri, 11 Jan 2002, Maxim Sobolev wrote: > Folks, > > Could you please test attached patch upgrading ORBit/bonobo to the > latest versions? I'm running it here just fine, but want to double > check because we are very close to the 4.5-RELEASE, so occasional > breakage should be avoided. Works like a champ on 4.5-RC1. I've tested Evolution, Galeon, Mozilla, Nautilus, AbiWord, Gnumeric, change GNOME prefs, GAIM, and of course, the GNOME Terminal. By the way, have you had a chance to look over the gabber upgrade? Joe > > Thanks! > > -Maxim > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-gnome" in the body of the message From owner-freebsd-gnome Fri Jan 11 11:55:24 2002 Delivered-To: freebsd-gnome@freebsd.org Received: from sushi.sanyusan.se (h12n2fls34o835.telia.com [213.67.31.12]) by hub.freebsd.org (Postfix) with ESMTP id 0D3CB37B419; Fri, 11 Jan 2002 11:55:13 -0800 (PST) Received: (from anders@localhost) by sushi.sanyusan.se (8.11.6/8.11.6) id g0BJsxs12430; Fri, 11 Jan 2002 20:54:59 +0100 (CET) (envelope-from anders) Date: Fri, 11 Jan 2002 20:54:59 +0100 From: Anders Andersson To: Maxim Sobolev Cc: gnome@FreeBSD.ORG, marcus@marcuscom.com, john_m_cooper@yahoo.com Subject: Re: Patch for testing Message-ID: <20020111195459.GB306@sushi.sanyusan.se> References: <200201111826.g0BIQgl99941@vega.vega.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200201111826.g0BIQgl99941@vega.vega.com> User-Agent: Mutt/1.3.25i Sender: owner-freebsd-gnome@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Fri, Jan 11, 2002 at 08:26:42PM +0200, Maxim Sobolev wrote: > Folks, > > Could you please test attached patch upgrading ORBit/bonobo to the > latest versions? I'm running it here just fine, but want to double > check because we are very close to the 4.5-RELEASE, so occasional > breakage should be avoided. [patch snip] Seems to work fine on -CURRENT also, not that it matters much on the upcoming 4.5-RELEASE though :-) -- Anders Andersson UNIX, Networking and Security consultant (+46) 705 87 53 35 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-gnome" in the body of the message From owner-freebsd-gnome Fri Jan 11 19: 3:32 2002 Delivered-To: freebsd-gnome@freebsd.org Received: from hotmail.com (f29.law11.hotmail.com [64.4.17.29]) by hub.freebsd.org (Postfix) with ESMTP id 0764A37B417 for ; Fri, 11 Jan 2002 19:03:21 -0800 (PST) Received: from mail pickup service by hotmail.com with Microsoft SMTPSVC; Fri, 11 Jan 2002 19:03:20 -0800 Received: from 24.38.53.86 by lw11fd.law11.hotmail.msn.com with HTTP; Sat, 12 Jan 2002 03:03:20 GMT X-Originating-IP: [24.38.53.86] From: "Charles Burns" To: freebsd-gnome@freebsd.org Subject: gnomecontrolcenter doesn't build Date: Fri, 11 Jan 2002 20:03:20 -0700 Mime-Version: 1.0 Content-Type: text/plain; format=flowed Message-ID: X-OriginalArrivalTime: 12 Jan 2002 03:03:20.0860 (UTC) FILETIME=[B0F5C5C0:01C19B15] Sender: owner-freebsd-gnome@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Greetings, I have tried to build GNOME for just over a week now and it always breaks when building `/usr/ports/sysutils/gnomecontrolcenter`. I posted this before but got no answer. I'm not sure if nobody knows or if its just a stupid question. I have updated everything through CVS about 20 times in the last 9 days and rebuilt the world/kernel about as many. I have "make clean"'ed the gnomecontrolcenter port and all of GNOME, have done "make distclean", have tried downloading the files manually and putting them into /usr/ports/distfiles ... just about everything. The system compiles 87 other ports (I counted) before it ever gets to gnomecontrolcenter. The short version of the actual error experienced is: /usr/X11R6/lib/libgnomesupport.so: undefined reference to `strerror_r' gmake[4]: *** [file-types-capplet] Error 1 Long version is at the end of this email. What I would really like to know is: 1) Is there a work-around? Can I edit some .C file or replace a binary somewhere? 2) If this isn't happening to anyone else, what are you doing differently? I have built GNOME before with version 4.4 CVS's about 2 weeks after release, but it sure doesn't work now. Here is some information that may be applicable: - I am using the XFree-4 port (version 4.1); not 3.3.6 - Everything else builds fine, including the buildworld process - Error occurs in the same spot every time, and with the same error. System: Dualie AthlonMP on the Tyan Tiger AMD760 board, with good cooling. FreeBSD has a dedicated SCSI hard drive on an Adaptec 29160 card. Geforce3, 512MB RAM, cable internet connection. (no other applicable hardware) -------------Long version------------------ === Extracting for gnome-1.4.1b2_1 >>No MD5 checksum file. === gnome-1.4.1b2_1 depends on file: /usr/local/bin/python2.1 - found === gnome-1.4.1b2_1 depends on shared library: esd.2 - found === gnome-1.4.1b2_1 depends on shared library: glib12.3 - found === gnome-1.4.1b2_1 depends on shared library: gtk12.2 - found === gnome-1.4.1b2_1 depends on shared library: Imlib.5 - found === gnome-1.4.1b2_1 depends on shared library: gnome.5 - found === gnome-1.4.1b2_1 depends on shared library: capplet.5 - not found === Verifying install for capplet.5 in /usr/ports/sysutils/gnomecontrolcenter === Building for gnomecontrolcenter-1.4.0.1 gmake all-recursive gmake[1]: Entering directory `/usr/ports/sysutils/gnomecontrolcenter/work/control-center-1.4.0.1' Making all in intl gmake[2]: Entering directory `/usr/ports/sysutils/gnomecontrolcenter/work/control-center-1.4.0.1/intl' gmake[2]: Nothing to be done for `all'. gmake[2]: Leaving directory `/usr/ports/sysutils/gnomecontrolcenter/work/control-center-1.4.0.1/intl' Making all in po gmake[2]: Entering directory `/usr/ports/sysutils/gnomecontrolcenter/work/control-center-1.4.0.1/po' gmake[2]: Nothing to be done for `all'. gmake[2]: Leaving directory `/usr/ports/sysutils/gnomecontrolcenter/work/control-center-1.4.0.1/po' Making all in macros gmake[2]: Entering directory `/usr/ports/sysutils/gnomecontrolcenter/work/control-center-1.4.0.1/macros' gmake[2]: Nothing to be done for `all'. gmake[2]: Leaving directory `/usr/ports/sysutils/gnomecontrolcenter/work/control-center-1.4.0.1/macros' Making all in control-center gmake[2]: Entering directory > `/usr/ports/sysutils/gnomecontrolcenter/work/control-center-1.4.0.1/control-center' gmake[2]: Nothing to be done for `all'. gmake[2]: Leaving directory > `/usr/ports/sysutils/gnomecontrolcenter/work/control-center-1.4.0.1/control-center' Making all in capplets gmake[2]: Entering directory `/usr/ports/sysutils/gnomecontrolcenter/work/control-center-1.4.0.1/capplets' Making all in desktop-links gmake[3]: Entering directory `/usr/ports/sysutils/gnomecontrolcenter/work/control-center-1.4.0.1/capplets/desktop-links' gmake[3]: Nothing to be done for `all'. gmake[3]: Leaving directory `/usr/ports/sysutils/gnomecontrolcenter/work/control-center-1.4.0.1/capplets/desktop-links' Making all in mouse-properties gmake[3]: Entering directory `/usr/ports/sysutils/gnomecontrolcenter/work/control-center-1.4.0.1/capplets/mouse-properties' gmake[3]: Nothing to be done for `all'. gmake[3]: Leaving directory `/usr/ports/sysutils/gnomecontrolcenter/work/control-center-1.4.0.1/capplets/mouse-properties' Making all in screensaver-properties gmake[3]: Entering directory `/usr/ports/sysutils/gnomecontrolcenter/work/control-center-1.4.0.1/capplets/screensaver-properties' Making all in screensaver-desktops gmake[4]: Entering directory `/usr/ports/sysutils/gnomecontrolcenter/work/control-center-1.4.0.1/capplets/screensaver-properties/screensaver-desktops' gmake[4]: Nothing to be done for `all'. gmake[4]: Leaving directory `/usr/ports/sysutils/gnomecontrolcenter/work/control-center-1.4.0.1/capplets/screensaver-properties/screensaver-desktops' gmake[4]: Entering directory `/usr/ports/sysutils/gnomecontrolcenter/work/control-center-1.4.0.1/capplets/screensaver-properties' gmake[4]: Nothing to be done for `all-am'. gmake[4]: Leaving directory `/usr/ports/sysutils/gnomecontrolcenter/work/control-center-1.4.0.1/capplets/screensaver-properties' gmake[3]: Leaving directory `/usr/ports/sysutils/gnomecontrolcenter/work/control-center-1.4.0.1/capplets/screensaver-properties' Making all in background-properties gmake[3]: Entering directory `/usr/ports/sysutils/gnomecontrolcenter/work/control-center-1.4.0.1/capplets/background-properties' gmake[3]: Nothing to be done for `all'. gmake[3]: Leaving directory `/usr/ports/sysutils/gnomecontrolcenter/work/control-center-1.4.0.1/capplets/background-properties' Making all in theme-switcher gmake[3]: Entering directory `/usr/ports/sysutils/gnomecontrolcenter/work/control-center-1.4.0.1/capplets/theme-switcher' gmake[3]: Nothing to be done for `all'. gmake[3]: Leaving directory `/usr/ports/sysutils/gnomecontrolcenter/work/control-center-1.4.0.1/capplets/theme-switcher' Making all in sound-properties gmake[3]: Entering directory `/usr/ports/sysutils/gnomecontrolcenter/work/control-center-1.4.0.1/capplets/sound-properties' gmake[3]: Nothing to be done for `all'. gmake[3]: Leaving directory `/usr/ports/sysutils/gnomecontrolcenter/work/control-center-1.4.0.1/capplets/sound-properties' Making all in ui-properties gmake[3]: Entering directory `/usr/ports/sysutils/gnomecontrolcenter/work/control-center-1.4.0.1/capplets/ui-properties' gmake[3]: Nothing to be done for `all'. gmake[3]: Leaving directory `/usr/ports/sysutils/gnomecontrolcenter/work/control-center-1.4.0.1/capplets/ui-properties' Making all in url-properties gmake[3]: Entering directory `/usr/ports/sysutils/gnomecontrolcenter/work/control-center-1.4.0.1/capplets/url-properties' gmake[3]: Nothing to be done for `all'. gmake[3]: Leaving directory `/usr/ports/sysutils/gnomecontrolcenter/work/control-center-1.4.0.1/capplets/url-properties' Making all in gnome-edit-properties gmake[3]: Entering directory `/usr/ports/sysutils/gnomecontrolcenter/work/control-center-1.4.0.1/capplets/gnome-edit-properties' gmake[3]: Nothing to be done for `all'. gmake[3]: Leaving directory `/usr/ports/sysutils/gnomecontrolcenter/work/control-center-1.4.0.1/capplets/gnome-edit-properties' Making all in wm-properties gmake[3]: Entering directory `/usr/ports/sysutils/gnomecontrolcenter/work/control-center-1.4.0.1/capplets/wm-properties' Making all in wm-desktops gmake[4]: Entering directory `/usr/ports/sysutils/gnomecontrolcenter/work/control-center-1.4.0.1/capplets/wm-properties/wm-desktops' gmake[4]: Nothing to be done for `all'. gmake[4]: Leaving directory `/usr/ports/sysutils/gnomecontrolcenter/work/control-center-1.4.0.1/capplets/wm-properties/wm-desktops' gmake[4]: Entering directory `/usr/ports/sysutils/gnomecontrolcenter/work/control-center-1.4.0.1/capplets/wm-properties' gmake[4]: Nothing to be done for `all-am'. gmake[4]: Leaving directory `/usr/ports/sysutils/gnomecontrolcenter/work/control-center-1.4.0.1/capplets/wm-properties' gmake[3]: Leaving directory `/usr/ports/sysutils/gnomecontrolcenter/work/control-center-1.4.0.1/capplets/wm-properties' Making all in keyboard-properties gmake[3]: Entering directory `/usr/ports/sysutils/gnomecontrolcenter/work/control-center-1.4.0.1/capplets/keyboard-properties' gmake[3]: Nothing to be done for `all'. gmake[3]: Leaving directory `/usr/ports/sysutils/gnomecontrolcenter/work/control-center-1.4.0.1/capplets/keyboard-properties' Making all in file-types gmake[3]: Entering directory `/usr/ports/sysutils/gnomecontrolcenter/work/control-center-1.4.0.1/capplets/file-types' Making all in libuuid gmake[4]: Entering directory `/usr/ports/sysutils/gnomecontrolcenter/work/control-center-1.4.0.1/capplets/file-types/libuuid' gmake[4]: Nothing to be done for `all'. gmake[4]: Leaving directory `/usr/ports/sysutils/gnomecontrolcenter/work/control-center-1.4.0.1/capplets/file-types/libuuid' gmake[4]: Entering directory `/usr/ports/sysutils/gnomecontrolcenter/work/control-center-1.4.0.1/capplets/file-types' /bin/sh ../../libtool --mode=link cc -O -pipe -I/usr/X11R6/include -Wall -Wunused -L/usr/X11R6/lib -o file-types-capplet file-types-capplet.o file-types-capplet-dialogs.o file-types-icon-entry.o ../../control-center/libcapplet.la -L/usr/local/lib -lORBitCosNaming -lORBit -lIIOP -lORBitutil -lglib12 -lwrap -lm -lintl -L/usr/X11R6/lib -lgnomevfs -pthread -lgdk_pixbuf libuuid/libuuid.a -L/usr/local/lib cc -O -pipe -I/usr/X11R6/include -Wall -Wunused -L/usr/X11R6/lib -o .libs/file-types-capplet file-types-capplet.o file-types-capplet-dialogs.o file-types-icon-entry.o ../../control-center/.libs/libcapplet.so -L/usr/local/lib -lORBitCosNaming -lORBit -lIIOP -lORBitutil -lglib12 -lwrap -lm -lm -lgnorba -lORBitCosNaming -lORBit -lIIOP -lORBitutil -lwrap -lXpm -ljpeg -lgnomeui -lart_lgpl -lgdk_imlib -ltiff -lungif -lpng -lz -lSM -lICE -lgtk12 -lgdk12 -lgmodule12 -lXext -lX11 -lgnome -lgnomesupport -lintl -lesd -laudiofile -lm -lglib12 -L/usr/local/lib -lORBitCosNaming -lORBit -lIIOP -lORBitutil -lglib12 -lwrap -lm -lintl -L/usr/X11R6/lib -lgnomevfs -pthread -lgdk_pixbuf libuuid/libuuid.a -L/usr/local/lib -Wl,--rpath -Wl,/usr/X11R6/lib /usr/X11R6/lib/libgnomesupport.so: undefined reference to `strerror_r' gmake[4]: *** [file-types-capplet] Error 1 gmake[4]: Leaving directory `/usr/ports/sysutils/gnomecontrolcenter/work/control-center-1.4.0.1/capplets/file-types' gmake[3]: *** [all-recursive] Error 1 gmake[3]: Leaving directory `/usr/ports/sysutils/gnomecontrolcenter/work/control-center-1.4.0.1/capplets/file-types' gmake[2]: *** [all-recursive] Error 1 gmake[2]: Leaving directory `/usr/ports/sysutils/gnomecontrolcenter/work/control-center-1.4.0.1/capplets' gmake[1]: *** [all-recursive] Error 1 gmake[1]: Leaving directory `/usr/ports/sysutils/gnomecontrolcenter/work/control-center-1.4.0.1' gmake: *** [all-recursive-am] Error 2 *** Error code 2 1 error *** Error code 2 1 error *** Error code 2 1 error *** Error code 2 1 error *** Error code 2 1 error *** Error code 2 1 error *** Error code 2 1 error *** Error code 2 1 error *** Error code 2 1 error *** Error code 2 === Cleaning for esound-0.2.23 (((cleans 86 other packages...))) This was originally posted on FreeBSD-questions, but I later learned of this forum. I do not normally cross post. Charles Burns _________________________________________________________________ MSN Photos is the easiest way to share and print your photos: http://photos.msn.com/support/worldwide.aspx To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-gnome" in the body of the message From owner-freebsd-gnome Fri Jan 11 21:49:46 2002 Delivered-To: freebsd-gnome@freebsd.org Received: from creme-brulee.marcuscom.com (rdu57-28-046.nc.rr.com [66.57.28.46]) by hub.freebsd.org (Postfix) with ESMTP id 94FA037B41E for ; Fri, 11 Jan 2002 21:49:36 -0800 (PST) Received: from shumai.marcuscom.com (marcus@shumai.marcuscom.com [192.168.1.4]) by creme-brulee.marcuscom.com (8.11.6/8.11.6) with ESMTP id g0C5mqY52380; Sat, 12 Jan 2002 00:48:52 -0500 (EST) (envelope-from marcus@marcuscom.com) Subject: Re: gnomecontrolcenter doesn't build From: Joe Clarke To: Charles Burns Cc: freebsd-gnome@FreeBSD.ORG In-Reply-To: References: Content-Type: text/plain Content-Transfer-Encoding: 7bit X-Mailer: Evolution/1.0 (Preview Release) Date: 12 Jan 2002 00:49:54 -0500 Message-Id: <1010814594.18912.0.camel@shumai.marcuscom.com> Mime-Version: 1.0 Sender: owner-freebsd-gnome@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Fri, 2002-01-11 at 22:03, Charles Burns wrote: > Greetings, > > I have tried to build GNOME for just over a week now and it always breaks > when building `/usr/ports/sysutils/gnomecontrolcenter`. > I posted this before but got no answer. I'm not sure if nobody knows or if > its just a stupid question. > I have updated everything through CVS about 20 times in the last 9 days and > rebuilt the world/kernel about as many. > I have "make clean"'ed the gnomecontrolcenter port and all of GNOME, have > done "make distclean", have tried downloading the files manually and putting > them into /usr/ports/distfiles ... just about everything. > > The system compiles 87 other ports (I counted) before it ever gets to > gnomecontrolcenter. The short version of the actual error experienced is: > > /usr/X11R6/lib/libgnomesupport.so: undefined reference to `strerror_r' > gmake[4]: *** [file-types-capplet] Error 1 > > Long version is at the end of this email. > > What I would really like to know is: > 1) Is there a work-around? Can I edit some .C file or replace a binary > somewhere? > 2) If this isn't happening to anyone else, what are you doing differently? > I have built GNOME before with version 4.4 CVS's about 2 weeks after > release, but it sure doesn't work now. > > Here is some information that may be applicable: > - I am using the XFree-4 port (version 4.1); not 3.3.6 Yep, I've got this, too (and XFREE86_VERSION=4 set in /etc/make.conf). > - Everything else builds fine, including the buildworld process > - Error occurs in the same spot every time, and with the same error. What version of FreeBSD are you using now? strerror_r was implemented in FreeBSD -stable 3 weeks ago. I originally built gnome without it, so I went back and rebuilt libgnomesupport and control-center, and it worked. I'm on 4.5-RC1. Perhaps you downgraded libc_r, or have a version of libgnomesupport not compiled against your libc_r. For grins, I'm going to email you my old libgnomesupport.a and .so.5. They don't have a reference to strerror_r, and should work on your system. However, this isn't a good solution. You _should_ be able to run: nm -D /usr/lib/libc_r.so.4 | grep strerror_r and see: 000731f4 T strerror_r The T means the external text symbol for strerror_r is defined in libc_r.so.4. If you don't see this (like you see a U for strerror_r), then you should make sure you have rev 1.2.14.2 of /usr/src/lib/libc/string/strerror.c, and rebuild libc and libc_r. Joe > > System: > Dualie AthlonMP on the Tyan Tiger AMD760 board, with good cooling. > FreeBSD has a dedicated SCSI hard drive on an Adaptec 29160 card. > Geforce3, 512MB RAM, cable internet connection. (no other applicable > hardware) > [Long version elided] To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-gnome" in the body of the message From owner-freebsd-gnome Fri Jan 11 22: 9:47 2002 Delivered-To: freebsd-gnome@freebsd.org Received: from hotmail.com (f220.law11.hotmail.com [64.4.17.220]) by hub.freebsd.org (Postfix) with ESMTP id 827FC37B417 for ; Fri, 11 Jan 2002 22:09:44 -0800 (PST) Received: from mail pickup service by hotmail.com with Microsoft SMTPSVC; Fri, 11 Jan 2002 22:09:44 -0800 Received: from 24.38.53.86 by lw11fd.law11.hotmail.msn.com with HTTP; Sat, 12 Jan 2002 06:09:44 GMT X-Originating-IP: [24.38.53.86] From: "Charles Burns" To: marcus@marcuscom.com, freebsd-gnome@freebsd.org Subject: Re: gnomecontrolcenter doesn't build Date: Fri, 11 Jan 2002 23:09:44 -0700 Mime-Version: 1.0 Content-Type: text/plain; format=flowed Message-ID: X-OriginalArrivalTime: 12 Jan 2002 06:09:44.0391 (UTC) FILETIME=[BADD2D70:01C19B2F] Sender: owner-freebsd-gnome@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG [...] > > gnomecontrolcenter. The short version of the actual error experienced >is: > > > > /usr/X11R6/lib/libgnomesupport.so: undefined reference to `strerror_r' > > gmake[4]: *** [file-types-capplet] Error 1 > > > > Long version is at the end of this email. > > > > What I would really like to know is: > > 1) Is there a work-around? Can I edit some .C file or replace a binary > > somewhere? > > 2) If this isn't happening to anyone else, what are you doing >differently? > > I have built GNOME before with version 4.4 CVS's about 2 weeks after > > release, but it sure doesn't work now. > > > > Here is some information that may be applicable: > > - I am using the XFree-4 port (version 4.1); not 3.3.6 > >Yep, I've got this, too (and XFREE86_VERSION=4 set in /etc/make.conf). > > > - Everything else builds fine, including the buildworld process > > - Error occurs in the same spot every time, and with the same error. > >What version of FreeBSD are you using now? strerror_r was implemented >in FreeBSD -stable 3 weeks ago. I originally built gnome without it, so >I went back and rebuilt libgnomesupport and control-center, and it >worked. I'm on 4.5-RC1. Perhaps you downgraded libc_r, or have a >version of libgnomesupport not compiled against your libc_r. My dmesg says: "FreeBSD 4.5-RC #0: Thu Jan 10 13:37:26 MST 2002" By "libc_r", do you mean the reentrant libc? I have make.conf not build that. I'll try changing that. >For grins, I'm going to email you my old libgnomesupport.a and .so.5. >They don't have a reference to strerror_r, and should work on your >system. However, this isn't a good solution. You _should_ be able to >run: > >nm -D /usr/lib/libc_r.so.4 | grep strerror_r > >and see: > >000731f4 T strerror_r > I'll certainly try that. First I'll CVSup && tell make.conf to build everything even remotely related, if it doesn't work I will try your solution. Many dozens of thanks for your input! Charles Burns _________________________________________________________________ Get your FREE download of MSN Explorer at http://explorer.msn.com/intl.asp. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-gnome" in the body of the message From owner-freebsd-gnome Fri Jan 11 22:37:13 2002 Delivered-To: freebsd-gnome@freebsd.org Received: from creme-brulee.marcuscom.com (rdu57-28-046.nc.rr.com [66.57.28.46]) by hub.freebsd.org (Postfix) with ESMTP id 4BA5A37B417 for ; Fri, 11 Jan 2002 22:37:09 -0800 (PST) Received: from shumai.marcuscom.com (marcus@shumai.marcuscom.com [192.168.1.4]) by creme-brulee.marcuscom.com (8.11.6/8.11.6) with ESMTP id g0C6aPY53108; Sat, 12 Jan 2002 01:36:25 -0500 (EST) (envelope-from marcus@marcuscom.com) Subject: Re: gnomecontrolcenter doesn't build From: Joe Clarke To: Charles Burns Cc: freebsd-gnome@FreeBSD.ORG In-Reply-To: References: Content-Type: text/plain Content-Transfer-Encoding: 7bit X-Mailer: Evolution/1.0 (Preview Release) Date: 12 Jan 2002 01:37:27 -0500 Message-Id: <1010817448.18912.4.camel@shumai.marcuscom.com> Mime-Version: 1.0 Sender: owner-freebsd-gnome@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Sat, 2002-01-12 at 01:09, Charles Burns wrote: > [...] > > > gnomecontrolcenter. The short version of the actual error experienced > >is: > > > > > > /usr/X11R6/lib/libgnomesupport.so: undefined reference to `strerror_r' > > > gmake[4]: *** [file-types-capplet] Error 1 > > > > > > Long version is at the end of this email. > > > > > > What I would really like to know is: > > > 1) Is there a work-around? Can I edit some .C file or replace a binary > > > somewhere? > > > 2) If this isn't happening to anyone else, what are you doing > >differently? > > > I have built GNOME before with version 4.4 CVS's about 2 weeks after > > > release, but it sure doesn't work now. > > > > > > Here is some information that may be applicable: > > > - I am using the XFree-4 port (version 4.1); not 3.3.6 > > > >Yep, I've got this, too (and XFREE86_VERSION=4 set in /etc/make.conf). > > > > > - Everything else builds fine, including the buildworld process > > > - Error occurs in the same spot every time, and with the same error. > > > >What version of FreeBSD are you using now? strerror_r was implemented > >in FreeBSD -stable 3 weeks ago. I originally built gnome without it, so > >I went back and rebuilt libgnomesupport and control-center, and it > >worked. I'm on 4.5-RC1. Perhaps you downgraded libc_r, or have a > >version of libgnomesupport not compiled against your libc_r. > > My dmesg says: "FreeBSD 4.5-RC #0: Thu Jan 10 13:37:26 MST 2002" > > By "libc_r", do you mean the reentrant libc? I have make.conf not build > that. I'll try changing that. That may be the kicker right there. This is what I have in my /etc/make.conf: USA_RESIDENT=YES WITH_GTK=yes WITH_ESOUND=yes WITH_GNOME=yes XFREE86_VERSION=4 NOPROFILE= true I would imagine you should _always_ build libc_r. GNOME relies on it heavily, and fixes go in from time to time. Joe > > >For grins, I'm going to email you my old libgnomesupport.a and .so.5. > >They don't have a reference to strerror_r, and should work on your > >system. However, this isn't a good solution. You _should_ be able to > >run: > > > >nm -D /usr/lib/libc_r.so.4 | grep strerror_r > > > >and see: > > > >000731f4 T strerror_r > > > > I'll certainly try that. First I'll CVSup && tell make.conf to build > everything even remotely related, if it doesn't work I will try your > solution. Many dozens of thanks for your input! > > Charles Burns > > _________________________________________________________________ > Get your FREE download of MSN Explorer at http://explorer.msn.com/intl.asp. > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-gnome" in the body of the message > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-gnome" in the body of the message From owner-freebsd-gnome Sat Jan 12 4:30:47 2002 Delivered-To: freebsd-gnome@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 43CF037B417; Sat, 12 Jan 2002 04:30:45 -0800 (PST) Received: (from dinoex@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g0CCUQp07372; Sat, 12 Jan 2002 04:30:26 -0800 (PST) (envelope-from dinoex) Date: Sat, 12 Jan 2002 04:30:26 -0800 (PST) From: Message-Id: <200201121230.g0CCUQp07372@freefall.freebsd.org> To: dm@home.dinoex.sub.org, dinoex@FreeBSD.org, gnome@FreeBSD.org Subject: Re: ports/31560: Abiword crashes if called with LANG=de_DE.ISO_8859-1 Sender: owner-freebsd-gnome@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Synopsis: Abiword crashes if called with LANG=de_DE.ISO_8859-1 State-Changed-From-To: feedback->closed State-Changed-By: dinoex State-Changed-When: Sat Jan 12 04:27:52 PST 2002 State-Changed-Why: Problem found, one of the gnome libs had caused the error, it is fixed in the current distribution. Even the older packages now work with the newer libs. Thanks. http://www.FreeBSD.org/cgi/query-pr.cgi?pr=31560 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-gnome" in the body of the message From owner-freebsd-gnome Sat Jan 12 6: 2:44 2002 Delivered-To: freebsd-gnome@freebsd.org Received: from henoc.dnsalias.com (modemcable039.36-202-24.mtl.mc.videotron.ca [24.202.36.39]) by hub.freebsd.org (Postfix) with ESMTP id 3402C37B419 for ; Sat, 12 Jan 2002 06:02:41 -0800 (PST) Received: from kool.henocoffice.com (kool.henocoffice.com [192.168.0.103]) by henoc.dnsalias.com (8.11.6/8.11.6) with ESMTP id g0CE2dA23767 for ; Sat, 12 Jan 2002 09:02:39 -0500 (EST) (envelope-from Roger.Savard@henoc.com) Subject: ghostscript-gnu port From: Unix To: freebsd-gnome@freebsd.org Content-Type: text/plain Content-Transfer-Encoding: 7bit X-Mailer: Evolution/1.0 (Preview Release) Date: 12 Jan 2002 09:02:38 -0500 Message-Id: <1010844159.14045.0.camel@freebee.henocoffice.com> Mime-Version: 1.0 Sender: owner-freebsd-gnome@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Hi, I'm running the latest 4.5-RC and my ports are up-to-date, but I have a problem making the latest ghostscript-gnu freebee# uname -a FreeBSD freebee.henocoffice.com 4.5-RC FreeBSD 4.5-RC #0: Fri Jan 11 19:32:12 EST 2002 root@freebee.henocoffice.com:/usr/obj/.amd_mnt/haydn/host/usr/src/sys/YODA i386 freebee# pkg_version -c echo "The commands output of pkg_version cannot be executed without editing." echo "You MUST save this output to a file and then edit it, taking into" echo "account package dependencies and the fact that some packages cannot" echo "or should not be upgraded." exit 1 # # ghostscript-gnu # needs updating (port has 6.52_2) # cd /usr/ports/print/ghostscript-gnu make clean && make && pkg_delete -f ghostscript-gnu-6.52_1 make install clean ... gmake[2]: Nothing to be done for `all-am'. gmake[2]: Leaving directory `/.amd_mnt/haydn/host/usr/ports/print/ghostscript-gnu/work/ghostscript-6.52/gimp-print-4.2.0' gmake[1]: Leaving directory `/.amd_mnt/haydn/host/usr/ports/print/ghostscript-gnu/work/ghostscript-6.52/gimp-print-4.2.0' >>> creating symlinks for gimp-print ... >>> building hpijs server ... cd . && aclocal cd . && automake --foreign --include-deps Makefile automake: configure.in: required file `./depcomp' not found gmake: *** [Makefile.in] Error 1 *** Error code 2 Stop in /.amd_mnt/haydn/host/usr/ports/print/ghostscript-gnu. *** Error code 1 Stop in /.amd_mnt/haydn/host/usr/ports/print/ghostscript-gnu. *** Error code 1 Stop in /.amd_mnt/haydn/host/usr/ports/print/ghostscript-gnu. freebee# pkg_version | egrep "make|conf" autoconf = autoconf213 = automake = automake14 = bonobo-conf = gconf = gmake = pkgconfig = windowmaker = Anybody else saw that or is it just me. Thanks again -- Roger@henoc.com http://henoc.com Network Admin / Unix Consultant Montreal, Qc, Canada To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-gnome" in the body of the message From owner-freebsd-gnome Sat Jan 12 10: 8: 4 2002 Delivered-To: freebsd-gnome@freebsd.org Received: from smtp01.mrf.mail.rcn.net (smtp01.mrf.mail.rcn.net [207.172.4.60]) by hub.freebsd.org (Postfix) with ESMTP id AA65837B417 for ; Sat, 12 Jan 2002 10:08:01 -0800 (PST) Received: from 66-44-88-61.s569.tnt5.lnhdc.md.dialup.rcn.com ([66.44.88.61] helo=johngrim) by smtp01.mrf.mail.rcn.net with smtp (Exim 3.33 #10) id 16PSZT-0007RC-00 for freebsd-gnome@freebsd.org; Sat, 12 Jan 2002 13:08:00 -0500 Message-ID: <004001c19b95$e6ce59c0$0bfa1aac@johngrim> From: "John Grimes" To: Subject: test Date: Sat, 12 Jan 2002 13:21:05 -0500 MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_NextPart_000_003D_01C19B6B.FD507900" X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.50.4133.2400 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4133.2400 Sender: owner-freebsd-gnome@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG This is a multi-part message in MIME format. ------=_NextPart_000_003D_01C19B6B.FD507900 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable test ------=_NextPart_000_003D_01C19B6B.FD507900 Content-Type: text/html; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable
test
------=_NextPart_000_003D_01C19B6B.FD507900-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-gnome" in the body of the message From owner-freebsd-gnome Sat Jan 12 12:29:15 2002 Delivered-To: freebsd-gnome@freebsd.org Received: from henoc.dnsalias.com (modemcable039.36-202-24.mtl.mc.videotron.ca [24.202.36.39]) by hub.freebsd.org (Postfix) with ESMTP id AB29637B402 for ; Sat, 12 Jan 2002 12:29:10 -0800 (PST) Received: from kool.henocoffice.com (kool.henocoffice.com [192.168.0.103]) by henoc.dnsalias.com (8.11.6/8.11.6) with ESMTP id g0CKT8c02181 for ; Sat, 12 Jan 2002 15:29:09 -0500 (EST) (envelope-from Roger.Savard@henoc.com) Subject: Re: ghostscript-gnu port From: Unix To: freebsd-gnome@FreeBSD.org In-Reply-To: <1010844159.14045.0.camel@freebee.henocoffice.com> References: <1010844159.14045.0.camel@freebee.henocoffice.com> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Mailer: Evolution/1.0 (Preview Release) Date: 12 Jan 2002 15:29:07 -0500 Message-Id: <1010867348.18838.1.camel@freebee.henocoffice.com> Mime-Version: 1.0 Sender: owner-freebsd-gnome@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Hi, After I compared two systems I noticed that on my latest system I did not have either autoconf 2.52_2 nor automake-1.5,1. Then after I deleted both these ports ghostscript-gnu compiled and installed just fine. freebee# pkg_info |grep auto autoconf-2.52_2 Automatically configure source code on many Un*x platforms autoconf213-2.13.000227_1 Automatically configure source code on many Un*x platf orms=20 automake-1.5,1 GNU Standards-compliant Makefile generator automake14-1.4.5 GNU Standards-compliant Makefile generator (legacy version=20 le Sam 12-01-2002 =E0 09:02, Unix a =E9crit : > Hi, >=20 > I'm running the latest 4.5-RC and my ports are up-to-date, but I have a > problem making the latest ghostscript-gnu >=20 > freebee# uname -a > FreeBSD freebee.henocoffice.com 4.5-RC FreeBSD 4.5-RC #0: Fri Jan 11 > 19:32:12 EST 2002 =20 > root@freebee.henocoffice.com:/usr/obj/.amd_mnt/haydn/host/usr/src/sys/YOD= A i386 >=20 >=20 > freebee# pkg_version -c > echo "The commands output of pkg_version cannot be executed without > editing." > echo "You MUST save this output to a file and then edit it, taking into" > echo "account package dependencies and the fact that some packages > cannot" > echo "or should not be upgraded."=20 > exit 1 > # > # ghostscript-gnu > # needs updating (port has 6.52_2) > # > cd /usr/ports/print/ghostscript-gnu > make clean && make && pkg_delete -f ghostscript-gnu-6.52_1 > make install clean >=20 > ... > gmake[2]: Nothing to be done for `all-am'. > gmake[2]: Leaving directory > `/.amd_mnt/haydn/host/usr/ports/print/ghostscript-gnu/work/ghostscript-6.= 52/gimp-print-4.2.0' > gmake[1]: Leaving directory > `/.amd_mnt/haydn/host/usr/ports/print/ghostscript-gnu/work/ghostscript-6.= 52/gimp-print-4.2.0' > >>> creating symlinks for gimp-print ... > >>> building hpijs server ... > cd . && aclocal > cd . && automake --foreign --include-deps Makefile > automake: configure.in: required file `./depcomp' not found > gmake: *** [Makefile.in] Error 1 > *** Error code 2 >=20 > Stop in /.amd_mnt/haydn/host/usr/ports/print/ghostscript-gnu. > *** Error code 1 >=20 > Stop in /.amd_mnt/haydn/host/usr/ports/print/ghostscript-gnu. > *** Error code 1 >=20 > Stop in /.amd_mnt/haydn/host/usr/ports/print/ghostscript-gnu. >=20 > freebee# pkg_version | egrep "make|conf" > autoconf =3D > autoconf213 =3D > automake =3D > automake14 =3D > bonobo-conf =3D > gconf =3D > gmake =3D > pkgconfig =3D > windowmaker =3D >=20 >=20 >=20 > Anybody else saw that or is it just me. > Thanks again >=20 > --=20 > Roger@henoc.com http://henoc.com > Network Admin / Unix Consultant Montreal, Qc, Canada=09 >=20 >=20 > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-gnome" in the body of the message >=20 --=20 Roger@henoc.com http://henoc.com Network Admin / Unix Consultant Montreal, Qc, Canada=09 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-gnome" in the body of the message From owner-freebsd-gnome Sat Jan 12 13:54: 4 2002 Delivered-To: freebsd-gnome@freebsd.org Received: from smtp01.mrf.mail.rcn.net (smtp01.mrf.mail.rcn.net [207.172.4.60]) by hub.freebsd.org (Postfix) with ESMTP id 0A75237B41C for ; Sat, 12 Jan 2002 13:54:02 -0800 (PST) Received: from 66-44-45-40.s294.tnt3.lnhdc.md.dialup.rcn.com ([66.44.45.40] helo=johngrim) by smtp01.mrf.mail.rcn.net with smtp (Exim 3.33 #10) id 16PW6A-0002xq-00 for freebsd-gnome@freebsd.org; Sat, 12 Jan 2002 16:53:58 -0500 Message-ID: <001d01c19bb5$789b15e0$0bfa1aac@johngrim> From: "John Grimes" To: Subject: test Date: Sat, 12 Jan 2002 17:07:04 -0500 MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_NextPart_000_001A_01C19B8B.8F1EBBC0" X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.50.4133.2400 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4133.2400 Sender: owner-freebsd-gnome@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG This is a multi-part message in MIME format. ------=_NextPart_000_001A_01C19B8B.8F1EBBC0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable test ------=_NextPart_000_001A_01C19B8B.8F1EBBC0 Content-Type: text/html; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable
test
------=_NextPart_000_001A_01C19B8B.8F1EBBC0-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-gnome" in the body of the message From owner-freebsd-gnome Sat Jan 12 14:55:37 2002 Delivered-To: freebsd-gnome@freebsd.org Received: from smtp01.mrf.mail.rcn.net (smtp01.mrf.mail.rcn.net [207.172.4.60]) by hub.freebsd.org (Postfix) with ESMTP id 2572437B41E for ; Sat, 12 Jan 2002 14:55:35 -0800 (PST) Received: from 209-122-216-29.s537.apx1k.lnh.md.dialup.rcn.com ([209.122.216.29] helo=johngrim) by smtp01.mrf.mail.rcn.net with smtp (Exim 3.33 #10) id 16PX3j-0001Hb-00 for freebsd-gnome@freebsd.org; Sat, 12 Jan 2002 17:55:32 -0500 Message-ID: <005701c19bbe$1215e1c0$0bfa1aac@johngrim> From: "John Grimes" To: Subject: test Date: Sat, 12 Jan 2002 18:08:38 -0500 MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_NextPart_000_0054_01C19B94.28980100" X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.50.4133.2400 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4133.2400 Sender: owner-freebsd-gnome@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG This is a multi-part message in MIME format. ------=_NextPart_000_0054_01C19B94.28980100 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable test ------=_NextPart_000_0054_01C19B94.28980100 Content-Type: text/html; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable
test
------=_NextPart_000_0054_01C19B94.28980100-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-gnome" in the body of the message From owner-freebsd-gnome Sat Jan 12 22:50: 5 2002 Delivered-To: freebsd-gnome@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 2B56937B419 for ; Sat, 12 Jan 2002 22:50:02 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g0D6o2Z13517; Sat, 12 Jan 2002 22:50:02 -0800 (PST) (envelope-from gnats) Date: Sat, 12 Jan 2002 22:50:02 -0800 (PST) Message-Id: <200201130650.g0D6o2Z13517@freefall.freebsd.org> To: gnome@FreeBSD.org Cc: From: Joe Marcus Clarke Subject: Re: ports/32539: gnomedb-fe will not run. Reply-To: Joe Marcus Clarke Sender: owner-freebsd-gnome@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG The following reply was made to PR ports/32539; it has been noted by GNATS. From: Joe Marcus Clarke To: freebsd-gnats-submit@FreeBSD.org, tadamec@icgcorp.net Cc: Subject: Re: ports/32539: gnomedb-fe will not run. Date: Sun, 13 Jan 2002 01:50:07 -0500 --=_HcAYCG3uE/tztf Content-Type: text/plain; format=flowed; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit The problem is Perl brings in an explicit link to -lc. This causes all sorts of problems for gnomedb-fe. The attached patch fixes the problem using some Perl regex magic. Joe --=_HcAYCG3uE/tztf Content-Type: application/octet-stream; charset=us-ascii Content-Disposition: attachment; filename=patch-configure Content-Transfer-Encoding: base64 LS0tIGNvbmZpZ3VyZS5vcmlnCVN1biBKYW4gMTMgMDE6MTc6NDIgMjAwMgorKysgY29uZmln dXJlCVN1biBKYW4gMTMgMDE6MzA6MTAgMjAwMgpAQCAtODg3Nyw3ICs4ODc3LDcgQEAKIAkJ UEVSTF9DQz1gcGVybCAtTUNvbmZpZyAtZSAncHJpbnQgJENvbmZpZ3tjY30sIlxuIjsnYAog CQlQRVJMX0xEPWBwZXJsIC1NQ29uZmlnIC1lICdwcmludCAkQ29uZmlne2xkfSwiXG4iOydg CiAJCVBFUkxfQ0NPUFRTPWBwZXJsIC1NRXh0VXRpbHM6OkVtYmVkIC1lIGNjb3B0c2AKLQkJ UEVSTF9MRE9QVFM9YHBlcmwgLU1FeHRVdGlsczo6RW1iZWQgLWUgbGRvcHRzYAorCQlQRVJM X0xET1BUUz1gcGVybCAtTUV4dFV0aWxzOjpFbWJlZCAtZSAnJF8gPSBsZG9wdHMoMSk7IHMv LWxjIC8vZzsgcHJpbnQgJF8gLiAiXG4iJ2AKIAkJCiAJCQogCQkK --=_HcAYCG3uE/tztf-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-gnome" in the body of the message From owner-freebsd-gnome Sat Jan 12 22:53:54 2002 Delivered-To: freebsd-gnome@freebsd.org Received: from creme-brulee.marcuscom.com (rdu57-28-046.nc.rr.com [66.57.28.46]) by hub.freebsd.org (Postfix) with ESMTP id 20B8837B400 for ; Sat, 12 Jan 2002 22:53:52 -0800 (PST) Received: from shumai.marcuscom.com (marcus@shumai.marcuscom.com [192.168.1.4]) by creme-brulee.marcuscom.com (8.11.6/8.11.6) with ESMTP id g0D6r0Y63050; Sun, 13 Jan 2002 01:53:00 -0500 (EST) (envelope-from marcus@marcuscom.com) Subject: Re: ports/32539: gnomedb-fe will not run. From: Joe Clarke To: Joe Marcus Clarke Cc: gnome@FreeBSD.ORG In-Reply-To: <200201130650.g0D6o2Z13517@freefall.freebsd.org> References: <200201130650.g0D6o2Z13517@freefall.freebsd.org> Content-Type: text/plain Content-Transfer-Encoding: 7bit X-Mailer: Evolution/1.0 (Preview Release) Date: 13 Jan 2002 01:54:13 -0500 Message-Id: <1010904853.17106.4.camel@shumai.marcuscom.com> Mime-Version: 1.0 Sender: owner-freebsd-gnome@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Sorry, the patch was eaten by MIME. Hopefully this one will come through clearer. Joe --- configure.orig Sun Jan 13 01:17:42 2002 +++ configure Sun Jan 13 01:30:10 2002 @@ -8877,7 +8877,7 @@ PERL_CC=`perl -MConfig -e 'print $Config{cc},"\n";'` PERL_LD=`perl -MConfig -e 'print $Config{ld},"\n";'` PERL_CCOPTS=`perl -MExtUtils::Embed -e ccopts` - PERL_LDOPTS=`perl -MExtUtils::Embed -e ldopts` + PERL_LDOPTS=`perl -MExtUtils::Embed -e '$_ = ldopts(1); s/-lc //g; print $_ . "\n"'` To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-gnome" in the body of the message