From owner-freebsd-gnome Tue Jan 1 9:55:23 2002 Delivered-To: freebsd-gnome@freebsd.org Received: from clmboh1-smtp3.columbus.rr.com (clmboh1-smtp3.columbus.rr.com [65.24.0.112]) by hub.freebsd.org (Postfix) with ESMTP id 51A8B37B41D for ; Tue, 1 Jan 2002 09:55:19 -0800 (PST) Received: from knightridder.com (a11a174.neo.rr.com [204.210.192.174]) by clmboh1-smtp3.columbus.rr.com (8.11.2/8.11.2) with ESMTP id g01Hoeg00500 for ; Tue, 1 Jan 2002 12:50:40 -0500 (EST) Message-ID: <3C31F803.B77F9DB2@knightridder.com> Date: Tue, 01 Jan 2002 12:55:15 -0500 From: Jim Arnold Reply-To: jarnold@knightridder.com X-Mailer: Mozilla 4.79 [en] (X11; U; Linux 2.2.12 i386) X-Accept-Language: en MIME-Version: 1.0 To: gnome@FreeBSD.org Subject: libgda port fails to build Content-Type: text/plain; charset=us-ascii 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 hello! i get these errors while trying to build libgda. i have the following: PORTVERSION= 0.2.93 PORTREVISION= 2 running FBSD 4.4 stable. thanks! jim spike# pwd /max/ports/databases/libgda spike# make && make install && make clean ===> Extracting for libgda-0.2.93_2 >> Checksum mismatch for libgda-0.2.93.tar.gz. Make sure the Makefile and distinfo file (/max/ports/databases/libgda/distinfo) are up to date. If you are absolutely sure you want to override this check, type "make NO_CHECKSUM=yes [other args]". *** Error code 1 Stop in /max/ports/databases/libgda. *** Error code 1 Stop in /max/ports/databases/libgda. *** Error code 1 Stop in /max/ports/databases/libgda. *** Error code 1 Stop in /max/ports/databases/libgda. *** Error code 1 Stop in /max/ports/databases/libgda. *** Error code 1 Stop in /max/ports/databases/libgda. spike# make NO_CHECKSUM=yes ===> Extracting for libgda-0.2.93_2 ===> libgda-0.2.93_2 depends on executable: gmake - found ===> libgda-0.2.93_2 depends on shared library: gdbm.2 - found ===> libgda-0.2.93_2 depends on shared library: bonobo.2 - found ===> libgda-0.2.93_2 depends on shared library: X11.6 - found ===> libgda-0.2.93_2 depends on shared library: esd.2 - found ===> libgda-0.2.93_2 depends on shared library: glib12.3 - found ===> libgda-0.2.93_2 depends on shared library: gtk12.2 - found ===> libgda-0.2.93_2 depends on shared library: Imlib.5 - found ===> libgda-0.2.93_2 depends on shared library: gnome.5 - found ===> libgda-0.2.93_2 depends on shared library: capplet.5 - found ===> Patching for libgda-0.2.93_2 ===> Applying FreeBSD patches for libgda-0.2.93_2 1 out of 1 hunks failed--saving rejects to Makefile.in.rej >> Patch patch-aa failed to apply cleanly. *** Error code 1 Stop in /max/ports/databases/libgda. *** Error code 1 Stop in /max/ports/databases/libgda. *** Error code 1 Stop in /max/ports/databases/libgda. *** Error code 1 Stop in /max/ports/databases/libgda. *** Error code 1 Stop in /max/ports/databases/libgda. -- Jim Arnold, Ohio.com Site Administrator jim@ohio.com, (o) 330.253.9524 (c) 330.730.0797 I'm currently running FreeBSD 4.4-STABLE which has been up for 31 days as of 01/01/02 12:17:00 PM To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-gnome" in the body of the message From owner-freebsd-gnome Tue Jan 1 10: 2: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 3E39C37B417 for ; Tue, 1 Jan 2002 10:02:49 -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 g01I2bv10594; Tue, 1 Jan 2002 13:02:37 -0500 (EST) (envelope-from marcus@marcuscom.com) Subject: Re: libgda port fails to build From: Joe Clarke To: jarnold@knightridder.com Cc: gnome@FreeBSD.ORG In-Reply-To: <3C31F803.B77F9DB2@knightridder.com> References: <3C31F803.B77F9DB2@knightridder.com> Content-Type: text/plain Content-Transfer-Encoding: 7bit X-Mailer: Evolution/1.0 (Preview Release) Date: 01 Jan 2002 13:02:53 -0500 Message-Id: <1009908173.16477.6.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 Tue, 2002-01-01 at 12:55, Jim Arnold wrote: > hello! > > i get these errors while trying to build libgda. > i have the following: > > PORTVERSION= 0.2.93 > PORTREVISION= 2 > > running FBSD 4.4 stable. Do this: # rm /max/ports/distfiles/libgda-0.2.93.tar.gz # cd /max/ports/databases/libgda # make all install clean libgda and gnome-db had a rash of changed distfiles without a version bump. Therefore, you have to delete the old distfiles when upgrading. Joe > > thanks! > jim > > > > spike# pwd > /max/ports/databases/libgda > spike# make && make install && make clean > ===> Extracting for libgda-0.2.93_2 > >> Checksum mismatch for libgda-0.2.93.tar.gz. > Make sure the Makefile and distinfo file > (/max/ports/databases/libgda/distinfo) > are up to date. If you are absolutely sure you want to override this > check, type "make NO_CHECKSUM=yes [other args]". > *** Error code 1 > > Stop in /max/ports/databases/libgda. > *** Error code 1 > > Stop in /max/ports/databases/libgda. > *** Error code 1 > > Stop in /max/ports/databases/libgda. > *** Error code 1 > > Stop in /max/ports/databases/libgda. > *** Error code 1 > > Stop in /max/ports/databases/libgda. > *** Error code 1 > > Stop in /max/ports/databases/libgda. > spike# make NO_CHECKSUM=yes > ===> Extracting for libgda-0.2.93_2 > ===> libgda-0.2.93_2 depends on executable: gmake - found > ===> libgda-0.2.93_2 depends on shared library: gdbm.2 - found > ===> libgda-0.2.93_2 depends on shared library: bonobo.2 - found > ===> libgda-0.2.93_2 depends on shared library: X11.6 - found > ===> libgda-0.2.93_2 depends on shared library: esd.2 - found > ===> libgda-0.2.93_2 depends on shared library: glib12.3 - found > ===> libgda-0.2.93_2 depends on shared library: gtk12.2 - found > ===> libgda-0.2.93_2 depends on shared library: Imlib.5 - found > ===> libgda-0.2.93_2 depends on shared library: gnome.5 - found > ===> libgda-0.2.93_2 depends on shared library: capplet.5 - found > ===> Patching for libgda-0.2.93_2 > ===> Applying FreeBSD patches for libgda-0.2.93_2 > 1 out of 1 hunks failed--saving rejects to Makefile.in.rej > >> Patch patch-aa failed to apply cleanly. > *** Error code 1 > > Stop in /max/ports/databases/libgda. > *** Error code 1 > > Stop in /max/ports/databases/libgda. > *** Error code 1 > > Stop in /max/ports/databases/libgda. > *** Error code 1 > > Stop in /max/ports/databases/libgda. > *** Error code 1 > > Stop in /max/ports/databases/libgda. > -- > Jim Arnold, Ohio.com Site Administrator > jim@ohio.com, (o) 330.253.9524 (c) 330.730.0797 > I'm currently running FreeBSD 4.4-STABLE > which has been up for 31 days as of 01/01/02 12:17:00 PM > > 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 Tue Jan 1 19:30: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 CB85837B427; Tue, 1 Jan 2002 19:30:21 -0800 (PST) Received: (from ijliao@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g023U1x14134; Tue, 1 Jan 2002 19:30:01 -0800 (PST) (envelope-from ijliao) Date: Tue, 1 Jan 2002 19:30:01 -0800 (PST) From: Message-Id: <200201020330.g023U1x14134@freefall.freebsd.org> To: ijliao@FreeBSD.org, freebsd-ports@FreeBSD.org, gnome@FreeBSD.org Subject: Re: ports/33447: Galeon cannot access secure pages without full-mozilla 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 cannot access secure pages without full-mozilla Responsible-Changed-From-To: freebsd-ports->gnome Responsible-Changed-By: ijliao Responsible-Changed-When: Tue Jan 1 19:29:50 PST 2002 Responsible-Changed-Why: over to maintainer http://www.FreeBSD.org/cgi/query-pr.cgi?pr=33447 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-gnome" in the body of the message From owner-freebsd-gnome Wed Jan 2 2: 0:15 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 2663937B41F; Wed, 2 Jan 2002 02:00:10 -0800 (PST) Received: (from sobomax@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g02A09d84914; Wed, 2 Jan 2002 02:00:09 -0800 (PST) (envelope-from sobomax) Date: Wed, 2 Jan 2002 02:00:09 -0800 (PST) From: Message-Id: <200201021000.g02A09d84914@freefall.freebsd.org> To: marcus@marcuscom.com, sobomax@FreeBSD.org, gnome@FreeBSD.org Subject: Re: ports/33324: Update wording of gdm's pkg-message 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: Update wording of gdm's pkg-message State-Changed-From-To: open->closed State-Changed-By: sobomax State-Changed-When: Wed Jan 2 01:59:47 PST 2002 State-Changed-Why: Committed, thank you! http://www.freebsd.org/cgi/query-pr.cgi?pr=33324 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-gnome" in the body of the message From owner-freebsd-gnome Wed Jan 2 4:52:41 2002 Delivered-To: freebsd-gnome@freebsd.org Received: from ice.42.org (ice.42.org [194.246.250.222]) by hub.freebsd.org (Postfix) with ESMTP id 6273E37B41D; Wed, 2 Jan 2002 04:52:39 -0800 (PST) Received: by ice.42.org (Postfix, from userid 1000) id 3EDB6348; Wed, 2 Jan 2002 13:52:36 +0100 (CET) To: FreeBSD-gnats-submit@freebsd.org Subject: mozilla port broken AGAIN :-( From: Stefan `Sec` Zehl Reply-To: Stefan `Sec` Zehl Cc: gnome@FreeBSD.org X-send-pr-version: 3.113 X-GNATS-Notify: Message-Id: <20020102125236.3EDB6348@ice.42.org> Date: Wed, 2 Jan 2002 13:52:36 +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: Stefan `Sec` Zehl >Organization: >Confidential: no >Synopsis: mozilla port broken AGAIN :-( >Severity: non-critical >Priority: low >Category: ports >Class: sw-bug >Release: FreeBSD 4.4-STABLE i386 >Environment: System: FreeBSD ice 4.4-STABLE FreeBSD 4.4-STABLE #9: Sat Sep 29 19:25:00 CEST 2001 root@ice:/usr/export/obj/usr/export/src/sys/ICE i386 FreeBSD-4.4 STABLE, current mozilla port drwxr-xr-x 2 root wheel 512 Jan 2 04:04 /var/db/pkg/mozilla-0.9.7,1 >Description: The mozilla port is broken. With my old ~/.mozilla directory, I get an 'Select User Profile' dialog box, where I can't select my old profile "Mozilla cannot use the profile "sec" because the directory containing the profile cannot be found." If I instead create a new profile, the [Finish...]-Button doesn't work. If I remove my ~/.mozilla directory entirely, mozilla fails to start up completely, and instead exits with an exit-value of 1. So I'm left unable to start mozilla at all. I hope this gets fixed quickly. >How-To-Repeat: ice:~>rm -rf .mozilla;mozilla;echo $? 1 ice:~> >Fix: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-gnome" in the body of the message From owner-freebsd-gnome Wed Jan 2 6:42:37 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 EDB9237B41A; Wed, 2 Jan 2002 06:42:33 -0800 (PST) Received: from localhost (marcus@localhost) by creme-brulee.marcuscom.com (8.11.6/8.11.6) with ESMTP id g02EgDJ17744; Wed, 2 Jan 2002 09:42:13 -0500 (EST) (envelope-from marcus@marcuscom.com) Date: Wed, 2 Jan 2002 09:42:13 -0500 (EST) From: Joe Clarke To: Stefan `Sec` Zehl Cc: FreeBSD-gnats-submit@FreeBSD.ORG, Subject: Re: mozilla port broken AGAIN :-( In-Reply-To: <20020102125236.3EDB6348@ice.42.org> Message-ID: <20020102094048.E17726-100000@creme-brulee.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 Have you taken a look at ports/33311? I believe this has to do with your locale setting. If you set your locale to C or US, things should work. Hopefully, more language packas will be posted for Mozilla 0.9.7, and this problem will go away. Joe On Wed, 2 Jan 2002, Stefan `Sec` Zehl wrote: > > >Submitter-Id: current-users > >Originator: Stefan `Sec` Zehl > >Organization: > >Confidential: no > >Synopsis: mozilla port broken AGAIN :-( > >Severity: non-critical > >Priority: low > >Category: ports > >Class: sw-bug > >Release: FreeBSD 4.4-STABLE i386 > >Environment: > System: FreeBSD ice 4.4-STABLE FreeBSD 4.4-STABLE #9: Sat Sep 29 19:25:00 CEST 2001 root@ice:/usr/export/obj/usr/export/src/sys/ICE i386 > > FreeBSD-4.4 STABLE, current mozilla port > drwxr-xr-x 2 root wheel 512 Jan 2 04:04 /var/db/pkg/mozilla-0.9.7,1 > > >Description: > > The mozilla port is broken. With my old ~/.mozilla directory, I get an > 'Select User Profile' dialog box, where I can't select my old profile > "Mozilla cannot use the profile "sec" because the directory containing the > profile cannot be found." > > If I instead create a new profile, the [Finish...]-Button doesn't work. > > If I remove my ~/.mozilla directory entirely, mozilla fails to start up > completely, and instead exits with an exit-value of 1. > > So I'm left unable to start mozilla at all. I hope this gets fixed quickly. > > >How-To-Repeat: > > > ice:~>rm -rf .mozilla;mozilla;echo $? > 1 > ice:~> > > >Fix: > > > > 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 2 7: 3:16 2002 Delivered-To: freebsd-gnome@freebsd.org Received: from tomts17-srv.bellnexxia.net (tomts17.bellnexxia.net [209.226.175.71]) by hub.freebsd.org (Postfix) with ESMTP id 032FE37B430 for ; Wed, 2 Jan 2002 07:03:13 -0800 (PST) Received: from webenterprisesltd.com ([64.230.139.48]) by tomts17-srv.bellnexxia.net (InterMail vM.4.01.03.16 201-229-121-116-20010115) with SMTP id <20020102150312.SIZ18774.tomts17-srv.bellnexxia.net@webenterprisesltd.com> for ; Wed, 2 Jan 2002 10:03:12 -0500 From: "Auction Administrator" To: Subject: New Online Auction Program Just Created & Ready For Downloading..Try it Out!! Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Date: Wed, 2 Jan 2002 10:04:52 -0000 Content-Transfer-Encoding: 8bit Message-Id: <20020102150312.SIZ18774.tomts17-srv.bellnexxia.net@webenterprisesltd.com> 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 am writing to tell you about a new program we programmed recently. The name of the program is called Canada Online Auctions and you can go download it and try it out by clicking the link below in this e-mail. Our auction program has many features: 1. Save favorite auction pages 2. Auction alarm 3. Calculator 4. Media file player (mp3,wav,midi) 5. Cd player 6. Our own webenterprisesltd:// url protocol for your web pages. 7. web extension file when double clicked opens your auctions. 8. web extension files can be shared with other auction users. 9. Our auction is set-up like ebay but we don't have sub categories. this makes it alot easier for you to find an item you want, not like the hundreds of categories that ebay has. So go download our program...and check out this new auction!!! http://webenterprisesltd.com/canauction/ Thank you and please tell a friend about us! Sincerely, W.E.B. Enterprises Ltd To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-gnome" in the body of the message From owner-freebsd-gnome Wed Jan 2 7:33:25 2002 Delivered-To: freebsd-gnome@freebsd.org Received: from matrix.42.org (matrix.42.org [194.246.250.200]) by hub.freebsd.org (Postfix) with ESMTP id 650C537B429; Wed, 2 Jan 2002 07:33:20 -0800 (PST) Received: (from sec@localhost) by matrix.42.org (8.8.8/8.8.5) id QAA25576 (sender ); Wed, 2 Jan 2002 16:33:11 +0100 (CET) Date: Wed, 2 Jan 2002 16:33:11 +0100 From: Stefan `Sec` Zehl To: Joe Clarke Cc: FreeBSD-gnats-submit@FreeBSD.ORG, gnome@FreeBSD.ORG Subject: Re: mozilla port broken AGAIN :-( Message-ID: <20020102163310.A24089@matrix.42.org> X-Current-Backlog: 821 messages References: <20020102125236.3EDB6348@ice.42.org> <20020102094048.E17726-100000@creme-brulee.marcuscom.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0i In-Reply-To: <20020102094048.E17726-100000@creme-brulee.marcuscom.com>; from marcus@marcuscom.com on Wed, Jan 02, 2002 at 09:42:13AM -0500 I-love-doing-this: really X-Modeline: vim:set ts=8 sw=4 smarttab tw=72 si noic notitle: Accept-Languages: de, en X-URL: http://sec.42.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 On Wed, Jan 02, 2002 at 09:42:13AM -0500, Joe Clarke wrote: > Have you taken a look at ports/33311? I believe this has to do with your > locale setting. If you set your locale to C or US, things should work. > Hopefully, more language packas will be posted for Mozilla 0.9.7, and this > problem will go away. You seem to be right. after "unset LC_CTYPE" mozilla works again. Thanks :-) Wow this is _incredibly_ broken, simply failing that way. Maybe the port maintainer could add a warning for this to the installed start-mozilla shellscript so others won't stumble over this? Something like this would probably be enough: case "$LC_CTYPE" in ""|"US"|"C");; *) echo "If mozilla fails starting up, try \"unset LC_CTYPE\" beforehand";; esac CU, Sec -- A bug fixed before it is released. Amazing. -- Wietse Venema To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-gnome" in the body of the message From owner-freebsd-gnome Wed Jan 2 9:19:27 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 01D9637B419; Wed, 2 Jan 2002 09:19:20 -0800 (PST) Received: by zigman.2y.net (Postfix, from userid 1001) id 451081C97; Wed, 2 Jan 2002 18:19:12 +0100 (CET) Date: Wed, 2 Jan 2002 18:19:12 +0100 From: Morsal Rodbay To: freebsd-ports@FreeBSD.org Cc: gnome@freebsd.org Subject: can't build galeon-1.0.2 Message-ID: <20020102171912.GA1223@zigman.2y.net> Reply-To: Morsal Rodbay Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable User-Agent: Mutt/1.3.24i X-Operating-System: FreeBSD 4.4 [up 3 days, 23:48] 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 I'm running FreeBSD 4.4-RELEASE-p1 and I'm having problems compiling the galeon port. I just cvsuped... but the compile error still exists. I dont have mozilla installed, I only use Netscape at the moment. -- root@darius /usr/ports/www/galeon >> make =3D=3D=3D> Building for galeon-1.0.2 make all-recursive Making all in intl Making all in po Making all in src Making all in mozilla c++ -DHAVE_CONFIG_H -I. -I. -I../.. -I../../src -I/usr/X11R6/include/mozilla -I/usr/X11R6/include/mozilla/nspr -I/usr/X11R6/include/mozilla/appcomps -I/usr/X11R6/include/mozilla/content -I/usr/X11R6/include/mozilla/cookie -I/usr/X11R6/include/mozilla/docshell -I/usr/X11R6/include/mozilla/dom -I/usr/X11R6/include/mozilla/exthandler -I/usr/X11R6/include/mozilla/find -I/usr/X11R6/include/mozilla/gfx -I/usr/X11R6/include/mozilla/gtkembedmoz -I/usr/X11R6/include/mozilla/helperAppDlg -I/usr/X11R6/include/mozilla/java -I/usr/X11R6/include/mozilla/jsconsole -I/usr/X11R6/include/mozilla/layout -I/usr/X11R6/include/mozilla/mimetype -I/usr/X11R6/include/mozilla/mozxfer -I/usr/X11R6/include/mozilla/necko -I/usr/X11R6/include/mozilla/necko2 -I/usr/X11R6/include/mozilla/nkcache -I/usr/X11R6/include/mozilla/oji -I/usr/X11R6/include/mozilla/pref -I/usr/X11R6/include/mozilla/string -I/usr/X11R6/include/mozilla/shistory -I/usr/X11R6/include/mozilla/uconv -I/usr/X11R6/include/mozilla/uriloader -I/usr/X11R6/include/mozilla/wallet -I/usr/X11R6/include/mozilla/webbrowserpersist -I/usr/X11R6/include/mozilla/webbrwsr -I/usr/X11R6/include/mozilla/webshell -I/usr/X11R6/include/mozilla/widget -I/usr/X11R6/include/mozilla/windowwatcher -I/usr/X11R6/include/mozilla/xpcom -I/usr/X11R6/include/gconf/1 -I/usr/X11R6/include -I/usr/local/include/glib12 -I/usr/local/include/orbit-1.0 -I/usr/X11R6/include/gtk12 -I/usr/local/include -I/usr/X11R6/include/gdk-pixbuf-1.0 -I/usr/X11R6/include/gtk12 -I/usr/local/include/glib12 -I/usr/local/include -I/usr/X11R6/include -I/usr/X11R6/include/gnome-vfs-1.0 -I/usr/X11R6/lib/gnome-vfs-1.0/include -I/usr/X11R6/include/libglade-1.0 -I/usr/local/include/gnome-xml -I/usr/X11R6/include/gnome-1.0 -DNEED_GNOMESUPPORT_H -I/usr/local/include/orbit-1.0 -DLIB_DIR=3D\"/usr/X11R6/lib/galeon\" -DSHARE_DIR=3D\"/usr/X11R6/share/gnome/galeon\" -I/usr/local/include -D_REENTRANT -D_THREAD_SAFE -fno-rtti -O -pipe -march=3Dpentiumpro -Wall -Wmissing-declarations -c BaseProtocolHandler.cpp BaseProtocolHandler.cpp:68: no =0Esresult GBaseProtocolHandler::GetProtocolFlags(PRUint32 *)' member function declared in class =07BaseProtocolHandler' *** Error code 1 Stop in /usr/ports/www/galeon/work/galeon-1.0.2/src/mozilla. *** Error code 1 Stop in /usr/ports/www/galeon/work/galeon-1.0.2/src. *** Error code 1 Stop in /usr/ports/www/galeon/work/galeon-1.0.2. *** Error code 1 Stop in /usr/ports/www/galeon/work/galeon-1.0.2. *** Error code 1 Stop in /usr/ports/www/galeon. *** Error code 1 Stop in /usr/ports/www/galeon. *** Error code 1 Stop in /usr/ports/www/galeon. -- TIA, Morsal Rodbay To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-gnome" in the body of the message From owner-freebsd-gnome Wed Jan 2 9:25:33 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 8ABBB37B417; Wed, 2 Jan 2002 09:25:27 -0800 (PST) Received: from localhost (marcus@localhost) by creme-brulee.marcuscom.com (8.11.6/8.11.6) with ESMTP id g02HP8k18590; Wed, 2 Jan 2002 12:25:08 -0500 (EST) (envelope-from marcus@marcuscom.com) Date: Wed, 2 Jan 2002 12:25:08 -0500 (EST) From: Joe Clarke To: Morsal Rodbay Cc: freebsd-ports@FreeBSD.ORG, Subject: Re: can't build galeon-1.0.2 In-Reply-To: <20020102171912.GA1223@zigman.2y.net> Message-ID: <20020102122259.D17726-100000@creme-brulee.marcuscom.com> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset="en_US.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 On Wed, 2 Jan 2002, Morsal Rodbay wrote: > Hi > I'm running FreeBSD 4.4-RELEASE-p1 and I'm having problems compiling the > galeon port. I just cvsuped... but the compile error still exists. I dont > have mozilla installed, I only use Netscape at the moment. So, you're linking against mozilla-embedded....? This isn't very clear here. [snip] > -DSHARE_DIR=\"/usr/X11R6/share/gnome/galeon\" -I/usr/local/include > -D_REENTRANT -D_THREAD_SAFE -fno-rtti -O -pipe -march=pentiumpro -Wall > -Wmissing-declarations -c BaseProtocolHandler.cpp > BaseProtocolHandler.cpp:68: no sresult > GBaseProtocolHandler::GetProtocolFlags(PRUint32 *)' member function declared > in class BaseProtocolHandler' > *** Error code 1 > Can you try removing the CPU optimizations, and see if the problem persists? Also, make sure you have 0.9.7 version of mozilla or mozilla-emb, first. I recommend, you link with full Mozilla (i.e. make -DWITH_FULL_MOZILLA) when building galeon. Many of galeon's features are broken when building with embedded Mozilla. Joe > Stop in /usr/ports/www/galeon/work/galeon-1.0.2/src/mozilla. > *** Error code 1 > > Stop in /usr/ports/www/galeon/work/galeon-1.0.2/src. > *** Error code 1 > > Stop in /usr/ports/www/galeon/work/galeon-1.0.2. > *** Error code 1 > > Stop in /usr/ports/www/galeon/work/galeon-1.0.2. > *** Error code 1 > > Stop in /usr/ports/www/galeon. > *** Error code 1 > > Stop in /usr/ports/www/galeon. > *** Error code 1 > > Stop in /usr/ports/www/galeon. > -- > > TIA, > > Morsal Rodbay > > 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 2 12:16:31 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 AEFEA37B416; Wed, 2 Jan 2002 12:16:04 -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 WAA30410; Wed, 2 Jan 2002 22:16:00 +0200 (EET) (envelope-from sobomax@FreeBSD.org) Received: from h228.229.dialup.iptcom.net (h228.229.dialup.iptcom.net [212.9.229.228]) by ipcard.iptcom.net (8.9.3/8.9.3) with ESMTP id WAA26476; Wed, 2 Jan 2002 22:15:57 +0200 (EET) (envelope-from sobomax@FreeBSD.org) Subject: Re: can't build galeon-1.0.2 From: Maxim Sobolev To: Morsal Rodbay Cc: freebsd-ports@FreeBSD.org, gnome@FreeBSD.org In-Reply-To: <20020102171912.GA1223@zigman.2y.net> References: <20020102171912.GA1223@zigman.2y.net> Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="=-ZMYhN7IvxYzGRz1GOXjX" Message-Id: <1010002531.588.0.camel@notebook> Mime-Version: 1.0 X-Mailer: Evolution/1.0 (Preview Release) Date: 02 Jan 2002 22:15:40 +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 --=-ZMYhN7IvxYzGRz1GOXjX Content-Type: text/plain Content-Transfer-Encoding: quoted-printable On Wed, 2002-01-02 at 19:19, Morsal Rodbay wrote: > Hi > I'm running FreeBSD 4.4-RELEASE-p1 and I'm having problems compiling the > galeon port. I just cvsuped... but the compile error still exists. I dont > have mozilla installed, I only use Netscape at the moment. Looks like you have outdated versions of mozilla-headers and/or mozilla-embedded ports. galeon-1.0.2 only compiles/works when you have latest version (0.9.7) of those ports. -Maxim > root@darius /usr/ports/www/galeon >> make > =3D=3D=3D> Building for galeon-1.0.2 > make all-recursive > Making all in intl > Making all in po > Making all in src > Making all in mozilla > c++ -DHAVE_CONFIG_H -I. -I. -I../.. -I../../src > -I/usr/X11R6/include/mozilla -I/usr/X11R6/include/mozilla/nspr > -I/usr/X11R6/include/mozilla/appcomps -I/usr/X11R6/include/mozilla/conte= nt > -I/usr/X11R6/include/mozilla/cookie -I/usr/X11R6/include/mozilla/docshel= l > -I/usr/X11R6/include/mozilla/dom -I/usr/X11R6/include/mozilla/exthandler > -I/usr/X11R6/include/mozilla/find -I/usr/X11R6/include/mozilla/gfx > -I/usr/X11R6/include/mozilla/gtkembedmoz > -I/usr/X11R6/include/mozilla/helperAppDlg -I/usr/X11R6/include/mozilla/j= ava > -I/usr/X11R6/include/mozilla/jsconsole -I/usr/X11R6/include/mozilla/layo= ut > -I/usr/X11R6/include/mozilla/mimetype -I/usr/X11R6/include/mozilla/mozxf= er > -I/usr/X11R6/include/mozilla/necko -I/usr/X11R6/include/mozilla/necko2 > -I/usr/X11R6/include/mozilla/nkcache -I/usr/X11R6/include/mozilla/oji > -I/usr/X11R6/include/mozilla/pref -I/usr/X11R6/include/mozilla/string > -I/usr/X11R6/include/mozilla/shistory -I/usr/X11R6/include/mozilla/uconv > -I/usr/X11R6/include/mozilla/uriloader -I/usr/X11R6/include/mozilla/wall= et > -I/usr/X11R6/include/mozilla/webbrowserpersist > -I/usr/X11R6/include/mozilla/webbrwsr -I/usr/X11R6/include/mozilla/websh= ell > -I/usr/X11R6/include/mozilla/widget > -I/usr/X11R6/include/mozilla/windowwatcher > -I/usr/X11R6/include/mozilla/xpcom -I/usr/X11R6/include/gconf/1 > -I/usr/X11R6/include -I/usr/local/include/glib12 > -I/usr/local/include/orbit-1.0 -I/usr/X11R6/include/gtk12 > -I/usr/local/include -I/usr/X11R6/include/gdk-pixbuf-1.0 > -I/usr/X11R6/include/gtk12 -I/usr/local/include/glib12 -I/usr/local/inclu= de > -I/usr/X11R6/include -I/usr/X11R6/include/gnome-vfs-1.0 > -I/usr/X11R6/lib/gnome-vfs-1.0/include -I/usr/X11R6/include/libglade-1.0 > -I/usr/local/include/gnome-xml -I/usr/X11R6/include/gnome-1.0 > -DNEED_GNOMESUPPORT_H -I/usr/local/include/orbit-1.0 > -DLIB_DIR=3D\"/usr/X11R6/lib/galeon\" > -DSHARE_DIR=3D\"/usr/X11R6/share/gnome/galeon\" -I/usr/local/include > -D_REENTRANT -D_THREAD_SAFE -fno-rtti -O -pipe -march=3Dpentiumpro -Wal= l > -Wmissing-declarations -c BaseProtocolHandler.cpp > BaseProtocolHandler.cpp:68: no =0Esresult > GBaseProtocolHandler::GetProtocolFlags(PRUint32 *)' member function decla= red > in class =07BaseProtocolHandler' > *** Error code 1 >=20 > Stop in /usr/ports/www/galeon/work/galeon-1.0.2/src/mozilla. > *** Error code 1 >=20 > Stop in /usr/ports/www/galeon/work/galeon-1.0.2/src. > *** Error code 1 >=20 > Stop in /usr/ports/www/galeon/work/galeon-1.0.2. > *** Error code 1 >=20 > Stop in /usr/ports/www/galeon/work/galeon-1.0.2. > *** Error code 1 >=20 > Stop in /usr/ports/www/galeon. > *** Error code 1 >=20 > Stop in /usr/ports/www/galeon. > *** Error code 1 >=20 > Stop in /usr/ports/www/galeon. > -- >=20 > TIA, >=20 > Morsal Rodbay >=20 > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-ports" in the body of the message >=20 >=20 --=-ZMYhN7IvxYzGRz1GOXjX Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.6 (FreeBSD) Comment: For info see http://www.gnupg.org iD8DBQA8M2pioNu5t4iCBa8RArZQAJ9Q7Z6mTT0IKCuurFpUybGygikGaQCdFasE c3/HhgIdIjpHLyz3MtQJPbY= =K9FX -----END PGP SIGNATURE----- --=-ZMYhN7IvxYzGRz1GOXjX-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-gnome" in the body of the message From owner-freebsd-gnome Wed Jan 2 12:32:57 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 C5BB137B416; Wed, 2 Jan 2002 12:32:53 -0800 (PST) Received: by zigman.2y.net (Postfix, from userid 1001) id 56EDD1C97; Wed, 2 Jan 2002 21:32:52 +0100 (CET) Date: Wed, 2 Jan 2002 21:32:52 +0100 From: Morsal Rodbay To: Maxim Sobolev Cc: freebsd-ports@FreeBSD.org, gnome@FreeBSD.org Subject: Re: can't build galeon-1.0.2 Message-ID: <20020102203252.GA61209@zigman.2y.net> Reply-To: Morsal Rodbay References: <20020102171912.GA1223@zigman.2y.net> <1010002531.588.0.camel@notebook> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1010002531.588.0.camel@notebook> User-Agent: Mutt/1.3.24i X-Operating-System: FreeBSD 4.4 [up 4 days, 2:31] 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 02, 2002 at 10:15:40PM +0200, Maxim Sobolev wrote: > On Wed, 2002-01-02 at 19:19, Morsal Rodbay wrote: > > Hi > > I'm running FreeBSD 4.4-RELEASE-p1 and I'm having problems compiling the > > galeon port. I just cvsuped... but the compile error still exists. I dont > > have mozilla installed, I only use Netscape at the moment. > > Looks like you have outdated versions of mozilla-headers and/or > mozilla-embedded ports. galeon-1.0.2 only compiles/works when you have > latest version (0.9.7) of those ports. > > -Maxim Funny, I have the latest versions of mozilla-headers/embedded. Still it doesnt compile. I tried building with FULL mozill but that didnt help either. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-gnome" in the body of the message From owner-freebsd-gnome Wed Jan 2 12:34:10 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 C89D337B416; Wed, 2 Jan 2002 12:34:02 -0800 (PST) Received: by zigman.2y.net (Postfix, from userid 1001) id 1B78C1C97; Wed, 2 Jan 2002 21:34:02 +0100 (CET) Date: Wed, 2 Jan 2002 21:34:02 +0100 From: Morsal Rodbay To: Joe Clarke Cc: freebsd-ports@FreeBSD.ORG, gnome@FreeBSD.ORG Subject: Re: can't build galeon-1.0.2 Message-ID: <20020102203401.GB61209@zigman.2y.net> Reply-To: Morsal Rodbay References: <20020102171912.GA1223@zigman.2y.net> <20020102122259.D17726-100000@creme-brulee.marcuscom.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable In-Reply-To: <20020102122259.D17726-100000@creme-brulee.marcuscom.com> User-Agent: Mutt/1.3.24i X-Operating-System: FreeBSD 4.4 [up 4 days, 2:31] 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 02, 2002 at 12:25:08PM -0500, Joe Clarke wrote: >=20 >=20 > On Wed, 2 Jan 2002, Morsal Rodbay wrote: >=20 > > Hi > > I'm running FreeBSD 4.4-RELEASE-p1 and I'm having problems compiling the > > galeon port. I just cvsuped... but the compile error still exists. I do= nt > > have mozilla installed, I only use Netscape at the moment. >=20 > So, you're linking against mozilla-embedded....? This isn't very clear > here. >=20 > [snip] >=20 > > -DSHARE_DIR=3D\"/usr/X11R6/share/gnome/galeon\" -I/usr/local/include > > -D_REENTRANT -D_THREAD_SAFE -fno-rtti -O -pipe -march=3Dpentiumpro -W= all > > -Wmissing-declarations -c BaseProtocolHandler.cpp > > BaseProtocolHandler.cpp:68: no =0Esresult > > GBaseProtocolHandler::GetProtocolFlags(PRUint32 *)' member function dec= lared > > in class =07BaseProtocolHandler' > > *** Error code 1 > > >=20 > Can you try removing the CPU optimizations, and see if the problem > persists? Also, make sure you have 0.9.7 version of mozilla or > mozilla-emb, first. >=20 > I recommend, you link with full Mozilla (i.e. make -DWITH_FULL_MOZILLA) > when building galeon. Many of galeon's features are broken when building > with embedded Mozilla. I just tried building with full mozilla but that didnt work either.. Now I will try to remove any CPU optimizations and see if it compiles.=20 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-gnome" in the body of the message From owner-freebsd-gnome Wed Jan 2 13:22: 6 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 9914B37B41D; Wed, 2 Jan 2002 13:21:56 -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 XAA51325; Wed, 2 Jan 2002 23:21:53 +0200 (EET) (envelope-from sobomax@FreeBSD.org) Received: from h154.229.dialup.iptcom.net (h154.229.dialup.iptcom.net [212.9.229.154]) by ipcard.iptcom.net (8.9.3/8.9.3) with ESMTP id XAA45087; Wed, 2 Jan 2002 23:21:50 +0200 (EET) (envelope-from sobomax@FreeBSD.org) Subject: Re: can't build galeon-1.0.2 From: Maxim Sobolev To: Morsal Rodbay Cc: freebsd-ports@FreeBSD.org, gnome@FreeBSD.org In-Reply-To: <20020102203252.GA61209@zigman.2y.net> References: <20020102171912.GA1223@zigman.2y.net> <1010002531.588.0.camel@notebook> <20020102203252.GA61209@zigman.2y.net> Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="=-Gr8BjrBBFNjPc3+06Lll" Message-Id: <1010006502.588.2.camel@notebook> Mime-Version: 1.0 X-Mailer: Evolution/1.0 (Preview Release) Date: 02 Jan 2002 23:21:45 +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 --=-Gr8BjrBBFNjPc3+06Lll Content-Type: text/plain Content-Transfer-Encoding: quoted-printable On Wed, 2002-01-02 at 22:32, Morsal Rodbay wrote: > On Wed, Jan 02, 2002 at 10:15:40PM +0200, Maxim Sobolev wrote: > > On Wed, 2002-01-02 at 19:19, Morsal Rodbay wrote: > > > Hi > > > I'm running FreeBSD 4.4-RELEASE-p1 and I'm having problems compiling = the > > > galeon port. I just cvsuped... but the compile error still exists. I = dont > > > have mozilla installed, I only use Netscape at the moment. > >=20 > > Looks like you have outdated versions of mozilla-headers and/or > > mozilla-embedded ports. galeon-1.0.2 only compiles/works when you have > > latest version (0.9.7) of those ports. > >=20 > > -Maxim >=20 > Funny, I have the latest versions of mozilla-headers/embedded. Still it > doesnt compile. >=20 > I tried building with FULL mozill but that didnt help either. Try to manually delete /usr/X11R6/include/mozilla, reinstall mozilla-headers-0.9.7 from scratch and try to build galeon again. Please let me know if it doesn't help either. -Maxim --=-Gr8BjrBBFNjPc3+06Lll Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.6 (FreeBSD) Comment: For info see http://www.gnupg.org iD8DBQA8M3nmoNu5t4iCBa8RArgvAJ9oUdRUu+djACdxm5LNfDuhCcbkqwCfV64Y x4qi7suvAhmDWo9iB8+O3uM= =zxM3 -----END PGP SIGNATURE----- --=-Gr8BjrBBFNjPc3+06Lll-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-gnome" in the body of the message From owner-freebsd-gnome Wed Jan 2 16:40:27 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 91A1F37B416; Wed, 2 Jan 2002 16:40:23 -0800 (PST) Received: (from pat@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g030XCg95413; Wed, 2 Jan 2002 16:33:12 -0800 (PST) (envelope-from pat) Date: Wed, 2 Jan 2002 16:33:12 -0800 (PST) From: Message-Id: <200201030033.g030XCg95413@freefall.freebsd.org> To: pat@FreeBSD.org, freebsd-ports@FreeBSD.org, gnome@FreeBSD.org Subject: Re: ports/33467: mozilla port broken AGAIN :-( 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: mozilla port broken AGAIN :-( Responsible-Changed-From-To: freebsd-ports->gnome Responsible-Changed-By: pat Responsible-Changed-When: Wed Jan 2 16:32:56 PST 2002 Responsible-Changed-Why: Over to maintainers http://www.FreeBSD.org/cgi/query-pr.cgi?pr=33467 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-gnome" in the body of the message From owner-freebsd-gnome Wed Jan 2 16:40:30 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 4E4A737B41A; Wed, 2 Jan 2002 16:40:24 -0800 (PST) Received: (from pat@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g030Vv495252; Wed, 2 Jan 2002 16:31:57 -0800 (PST) (envelope-from pat) Date: Wed, 2 Jan 2002 16:31:57 -0800 (PST) From: Message-Id: <200201030031.g030Vv495252@freefall.freebsd.org> To: pat@FreeBSD.org, freebsd-ports@FreeBSD.org, gnome@FreeBSD.org Subject: Re: ports/33498: [PATCH] Add FreeBSD's locales to Mozilla 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] Add FreeBSD's locales to Mozilla Responsible-Changed-From-To: freebsd-ports->gnome Responsible-Changed-By: pat Responsible-Changed-When: Wed Jan 2 16:31:42 PST 2002 Responsible-Changed-Why: Over to maintainers http://www.FreeBSD.org/cgi/query-pr.cgi?pr=33498 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-gnome" in the body of the message From owner-freebsd-gnome Wed Jan 2 17:10:38 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 AFF9737B44B; Wed, 2 Jan 2002 17:10:23 -0800 (PST) Received: (from pat@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g0312UW98458; Wed, 2 Jan 2002 17:02:30 -0800 (PST) (envelope-from pat) Date: Wed, 2 Jan 2002 17:02:30 -0800 (PST) From: Message-Id: <200201030102.g0312UW98458@freefall.freebsd.org> To: pat@FreeBSD.org, freebsd-ports@FreeBSD.org, gnome@FreeBSD.org Subject: Re: ports/33372: Fix gdm so that correct group is set for users' sessions 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: Fix gdm so that correct group is set for users' sessions Responsible-Changed-From-To: freebsd-ports->gnome Responsible-Changed-By: pat Responsible-Changed-When: Wed Jan 2 17:02:13 PST 2002 Responsible-Changed-Why: Over to maintainers http://www.FreeBSD.org/cgi/query-pr.cgi?pr=33372 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-gnome" in the body of the message From owner-freebsd-gnome Wed Jan 2 18: 2:53 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 AFF4837B41C; Wed, 2 Jan 2002 18:02:50 -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 g0322Sv21214; Wed, 2 Jan 2002 21:02:28 -0500 (EST) (envelope-from marcus@marcuscom.com) Subject: Re: mozilla port broken AGAIN :-( From: Joe Clarke To: Stefan `Sec` Zehl Cc: FreeBSD-gnats-submit@FreeBSD.ORG, gnome@FreeBSD.ORG In-Reply-To: <20020102125236.3EDB6348@ice.42.org> References: <20020102125236.3EDB6348@ice.42.org> Content-Type: text/plain Content-Transfer-Encoding: 7bit X-Mailer: Evolution/1.0 (Preview Release) Date: 02 Jan 2002 21:02:57 -0500 Message-Id: <1010023377.26089.2.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 Please have a look at ports/33498, and let me know if that patch fixes this problem for you. You should be able to apply it to /usr/X11R6/lib/mozilla/res/unixcharset.properties without recompiling. Joe On Wed, 2002-01-02 at 07:52, Stefan `Sec` Zehl wrote: > > >Submitter-Id: current-users > >Originator: Stefan `Sec` Zehl > >Organization: > >Confidential: no > >Synopsis: mozilla port broken AGAIN :-( > >Severity: non-critical > >Priority: low > >Category: ports > >Class: sw-bug > >Release: FreeBSD 4.4-STABLE i386 > >Environment: > System: FreeBSD ice 4.4-STABLE FreeBSD 4.4-STABLE #9: Sat Sep 29 19:25:00 CEST 2001 root@ice:/usr/export/obj/usr/export/src/sys/ICE i386 > > FreeBSD-4.4 STABLE, current mozilla port > drwxr-xr-x 2 root wheel 512 Jan 2 04:04 /var/db/pkg/mozilla-0.9.7,1 > > >Description: > > The mozilla port is broken. With my old ~/.mozilla directory, I get an > 'Select User Profile' dialog box, where I can't select my old profile > "Mozilla cannot use the profile "sec" because the directory containing the > profile cannot be found." > > If I instead create a new profile, the [Finish...]-Button doesn't work. > > If I remove my ~/.mozilla directory entirely, mozilla fails to start up > completely, and instead exits with an exit-value of 1. > > So I'm left unable to start mozilla at all. I hope this gets fixed quickly. > > >How-To-Repeat: > > > ice:~>rm -rf .mozilla;mozilla;echo $? > 1 > ice:~> > > >Fix: > > > > 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 Thu Jan 3 3:18:19 2002 Delivered-To: freebsd-gnome@freebsd.org Received: from mailhub10.isdnet.net (mailhub10.isdnet.net [195.154.209.131]) by hub.freebsd.org (Postfix) with ESMTP id B8DBE37B41A; Thu, 3 Jan 2002 03:18:14 -0800 (PST) Received: from whisper.dippgw.homedns.org (ppp1027-cwdsl-paris.fr.cw.net [62.210.116.3]) by mailhub10.isdnet.net (8.9.3/8.9.3) with SMTP id MAA56004; Thu, 3 Jan 2002 12:18:12 +0100 (CET) Date: Thu, 3 Jan 2002 12:20:31 +0100 From: Geraud CONTINSOUZAS To: gnome@FreeBSD.org Cc: ports@FreeBSD.org Subject: FreeBSD Port: nautilus-1.0.6 Message-Id: <20020103122031.35498fd2.geraud.continsouzas@dipp.net> X-Mailer: Sylpheed version 0.6.6 (GTK+ 1.2.10; i386--freebsd4.4) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII 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 Dear Mr. gnome, First of all, I would like to wish you a happy new year. Ok, now, let's talk about business. I'm new in the FreeBSD world, so I don't really know if sending a mail about an issue in installing-using a port is the right thing to do. Pliz let me know if this is a mistake. Anyway, to make a long story short : I've kicked Windows out of my box, installed a minimal FreeBSD 4.4, updated the port tree, installed (in this order) XFree86-4.1.0_10, enlightenment-0.16.5_5 and the x11/gnome-1.4.1b2_1 "meta-port". For the most of it, I don't complain : everything's fine. The only annoying thing is that nautilus never started. When I try to launch it, here's what I get (ps waux) : <-- snip --> geraud 23540 8.9 3.5 17584 9144 ?? Ss 11:49AM 0:03.12 nautilus geraud 24169 7.4 2.9 16088 7368 ?? S 11:50AM 0:00.26 nautilus-throbber --oaf-activate-iid=OAFIID:nautilus_throbber_factory --oaf-ior-fd=12 geraud 24215 2.0 0.6 1908 1544 ?? R 11:50AM 0:00.02 /usr/X11R6/bin/gconfd-1 18 And then, a window pops up telling me the gconf daemon can't be reached, and further errors will come on the console Eel-WARNING **: GConf error: Failed to create pipe for communicating with spawned gconf daemon: Too many open files in system And, now I'm lost. So do you have any idea about what I could do? Do I need to send you more infos? As I told you, I'm pretty new in this wonderful Unix world, and I'm not really sure that the next command line I'll type won't crash my system. But if I can do anything to help, I'm here. Oh, and on the other hand, if I'm THAT dumb that I made a huge and obvious config error or that I made something wrong fell free to yell at me too. :) I just hope, I didn't bother you too much with my mail. And once again : Happy New Year Sincerely yours, Geraud CONTINSOUZAS gej@dipp.net PS : Oh, I forgot, please apologize my awful, low-leveled english. Thanks a lot. :) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-gnome" in the body of the message From owner-freebsd-gnome Thu Jan 3 4:10:58 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 0339237B419; Thu, 3 Jan 2002 04:10:56 -0800 (PST) Received: (from sobomax@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g03CAt835656; Thu, 3 Jan 2002 04:10:55 -0800 (PST) (envelope-from sobomax) Date: Thu, 3 Jan 2002 04:10:55 -0800 (PST) From: Message-Id: <200201031210.g03CAt835656@freefall.freebsd.org> To: marcus@marcuscom.com, sobomax@FreeBSD.org, gnome@FreeBSD.org Subject: Re: ports/33498: [PATCH] Add FreeBSD's locales to Mozilla 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] Add FreeBSD's locales to Mozilla State-Changed-From-To: open->closed State-Changed-By: sobomax State-Changed-When: Thu Jan 3 04:10:09 PST 2002 State-Changed-Why: Committed, thank you! Please don't forget to submit your patche to Mozilla developers. http://www.freebsd.org/cgi/query-pr.cgi?pr=33498 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-gnome" in the body of the message From owner-freebsd-gnome Thu Jan 3 4:13:34 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 939FE37B416; Thu, 3 Jan 2002 04:13:32 -0800 (PST) Received: (from sobomax@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g03CDWN36204; Thu, 3 Jan 2002 04:13:32 -0800 (PST) (envelope-from sobomax) Date: Thu, 3 Jan 2002 04:13:32 -0800 (PST) From: Message-Id: <200201031213.g03CDWN36204@freefall.freebsd.org> To: sec@ice.42.org, sobomax@FreeBSD.org, gnome@FreeBSD.org Subject: Re: ports/33467: mozilla port broken AGAIN :-( 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: mozilla port broken AGAIN :-( State-Changed-From-To: open->closed State-Changed-By: sobomax State-Changed-When: Thu Jan 3 04:12:10 PST 2002 State-Changed-Why: The problem was supposedly resolved in mozilla-0.9.7_1 - please recvsup, rebuild/reinstall Mozilla and let us know if it still doesn't work. http://www.freebsd.org/cgi/query-pr.cgi?pr=33467 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-gnome" in the body of the message From owner-freebsd-gnome Thu Jan 3 4:35:36 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 01D2337B416; Thu, 3 Jan 2002 04:35:28 -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 OAA26035; Thu, 3 Jan 2002 14:35:18 +0200 (EET) (envelope-from max@vega.com) Received: from vega.vega.com (h19.234.dialup.iptcom.net [212.9.234.19]) by ipcard.iptcom.net (8.9.3/8.9.3) with ESMTP id OAA55208; Thu, 3 Jan 2002 14:35:14 +0200 (EET) (envelope-from max@vega.com) Received: (from max@localhost) by vega.vega.com (8.11.6/8.11.3) id g03CYVU19349; Thu, 3 Jan 2002 14:34:31 +0200 (EET) (envelope-from sobomax@FreeBSD.org) From: Maxim Sobolev Message-Id: <200201031234.g03CYVU19349@vega.vega.com> Subject: Re: FreeBSD Port: nautilus-1.0.6 To: geraud.continsouzas@dipp.net (Geraud CONTINSOUZAS) Date: Thu, 3 Jan 2002 14:33:31 +0200 (EET) Cc: gnome@FreeBSD.ORG, ports@FreeBSD.ORG In-Reply-To: <20020103122031.35498fd2.geraud.continsouzas@dipp.net> from "Geraud CONTINSOUZAS" at Jan 03, 2002 12:20:31 PM X-Mailer: ELM [version 2.5 PL5] MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii 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 > > Dear Mr. gnome, > > First of all, I would like to wish you a happy new year. Ok, now, let's talk about business. I'm new in the FreeBSD world, so I don't really know if sending a mail about an issue in installing-using a port is the right thing to do. Pliz let me know if this is a mistake. > > Anyway, to make a long story short : I've kicked Windows out of my box, installed a minimal FreeBSD 4.4, updated the port tree, installed (in this order) XFree86-4.1.0_10, enlightenment-0.16.5_5 and the x11/gnome-1.4.1b2_1 "meta-port". For the most of it, I don't complain : everything's fine. The only annoying thing is that nautilus never started. When I try to launch it, here's what I get (ps waux) : > > <-- snip --> > geraud 23540 8.9 3.5 17584 9144 ?? Ss 11:49AM 0:03.12 nautilus > geraud 24169 7.4 2.9 16088 7368 ?? S 11:50AM 0:00.26 nautilus-throbber --oaf-activate-iid=OAFIID:nautilus_throbber_factory --oaf-ior-fd=12 > geraud 24215 2.0 0.6 1908 1544 ?? R 11:50AM 0:00.02 /usr/X11R6/bin/gconfd-1 18 > > And then, a window pops up telling me the gconf daemon can't be reached, and further errors will come on the console > > Eel-WARNING **: GConf error: > Failed to create pipe for communicating with spawned gconf daemon: Too many open files in system > > And, now I'm lost. So do you have any idea about what I could do? Do I need to send you more infos? As I told you, I'm pretty new in this wonderful Unix world, and I'm not really sure that the next command line I'll type won't crash my system. But if I can do anything to help, I'm here. Oh, and on the other hand, if I'm THAT dumb that I made a huge and obvious config error or that I made something wrong fell free to yell at me too. :) > > I just hope, I didn't bother you too much with my mail. And once again : Happy New Year Increase maxusers value in your kernel configuration file (some 30 should be sufficient) and then recompile/reinstall your kernel. After a reboot all should be fine. Please let me know if it doesn't help. -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 3 9:26:41 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 70BC237B416; Thu, 3 Jan 2002 09:26:35 -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 g03HQ9v26373; Thu, 3 Jan 2002 12:26:09 -0500 (EST) (envelope-from marcus@marcuscom.com) Subject: Re: FreeBSD Port: nautilus-1.0.6 From: Joe Clarke To: Geraud CONTINSOUZAS Cc: gnome@FreeBSD.ORG, ports@FreeBSD.ORG In-Reply-To: <20020103122031.35498fd2.geraud.continsouzas@dipp.net> References: <20020103122031.35498fd2.geraud.continsouzas@dipp.net> Content-Type: text/plain Content-Transfer-Encoding: 7bit X-Mailer: Evolution/1.0 (Preview Release) Date: 03 Jan 2002 12:26:44 -0500 Message-Id: <1010078805.86152.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-03 at 06:20, Geraud CONTINSOUZAS wrote: > Dear Mr. gnome, > > First of all, I would like to wish you a happy new year. Ok, now, let's talk about business. I'm new in the FreeBSD world, so I don't really know if sending a mail about an issue in installing-using a port is the right thing to do. Pliz let me know if this is a mistake. > > Anyway, to make a long story short : I've kicked Windows out of my box, installed a minimal FreeBSD 4.4, updated the port tree, installed (in this order) XFree86-4.1.0_10, enlightenment-0.16.5_5 and the x11/gnome-1.4.1b2_1 "meta-port". For the most of it, I don't complain : everything's fine. The only annoying thing is that nautilus never started. When I try to launch it, here's what I get (ps waux) : > > <-- snip --> > geraud 23540 8.9 3.5 17584 9144 ?? Ss 11:49AM 0:03.12 nautilus > geraud 24169 7.4 2.9 16088 7368 ?? S 11:50AM 0:00.26 nautilus-throbber --oaf-activate-iid=OAFIID:nautilus_throbber_factory --oaf-ior-fd=12 > geraud 24215 2.0 0.6 1908 1544 ?? R 11:50AM 0:00.02 /usr/X11R6/bin/gconfd-1 18 > > And then, a window pops up telling me the gconf daemon can't be reached, and further errors will come on the console > > Eel-WARNING **: GConf error: > Failed to create pipe for communicating with spawned gconf daemon: Too many open files in system Try doing: sysctl -w kern.maxfiles=5000 and see if that works. I can't remember if that variable was always read-write. It is in a recent -stable. kern.maxfiles is actually dependent on your maxusers setting in the kernel, though. You have maxusers set too low in your kernel conf. If this is 4.4-RELEASE, edit your kernel config, and change maxusers to 64, then recompile. If this is a very recent version of 4.4-stable or 4.5-PRERELEASE, set maxusers to 0, then recompile. More on kernel limits can be found at: http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/configtuning-kernel-limits.html Instructions for building a custom kernel can be found at: http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/kernelconfig-building.html Joe > > And, now I'm lost. So do you have any idea about what I could do? Do I need to send you more infos? As I told you, I'm pretty new in this wonderful Unix world, and I'm not really sure that the next command line I'll type won't crash my system. But if I can do anything to help, I'm here. Oh, and on the other hand, if I'm THAT dumb that I made a huge and obvious config error or that I made something wrong fell free to yell at me too. :) > > I just hope, I didn't bother you too much with my mail. And once again : Happy New Year > > > Sincerely yours, > Geraud CONTINSOUZAS > gej@dipp.net > > PS : Oh, I forgot, please apologize my awful, low-leveled english. Thanks a lot. :) > > 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 Thu Jan 3 9:46:27 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 AF61B37B417; Thu, 3 Jan 2002 09:46:24 -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 g03Hk0v26516; Thu, 3 Jan 2002 12:46:00 -0500 (EST) (envelope-from marcus@marcuscom.com) Subject: Re: ports/33498: [PATCH] Add FreeBSD's locales to Mozilla From: Joe Clarke To: sobomax@FreeBSD.org Cc: gnome@FreeBSD.org In-Reply-To: <200201031210.g03CAt835656@freefall.freebsd.org> References: <200201031210.g03CAt835656@freefall.freebsd.org> Content-Type: text/plain Content-Transfer-Encoding: 7bit X-Mailer: Evolution/1.0 (Preview Release) Date: 03 Jan 2002 12:46:36 -0500 Message-Id: <1010079996.86152.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 Thu, 2002-01-03 at 07:10, sobomax@FreeBSD.org wrote: > Synopsis: [PATCH] Add FreeBSD's locales to Mozilla > > State-Changed-From-To: open->closed > State-Changed-By: sobomax > State-Changed-When: Thu Jan 3 04:10:09 PST 2002 > State-Changed-Why: > Committed, thank you! Please don't forget to submit your patche to Mozilla > developers. Done. This can be tracked as Bugzilla Bug 117957. Joe > > http://www.freebsd.org/cgi/query-pr.cgi?pr=33498 > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-gnome" in the body of the message From owner-freebsd-gnome Thu Jan 3 10:33:50 2002 Delivered-To: freebsd-gnome@freebsd.org Received: from mail25.bigmailbox.com (mail25.bigmailbox.com [209.132.220.211]) by hub.freebsd.org (Postfix) with ESMTP id 1D3AB37B405 for ; Thu, 3 Jan 2002 10:33:42 -0800 (PST) Received: (from www@localhost) by mail25.bigmailbox.com (8.10.0/8.10.0) id g03IXak10215; Thu, 3 Jan 2002 10:33:36 -0800 Date: Thu, 3 Jan 2002 10:33:36 -0800 Message-Id: <200201031833.g03IXak10215@mail25.bigmailbox.com> Content-Type: text/plain Content-Disposition: inline Content-Transfer-Encoding: binary X-Mailer: MIME-tools 4.104 (Entity 4.116) Mime-Version: 1.0 X-Originating-Ip: [199.199.226.71] From: "Peter Schultz" To: gnome@FreeBSD.org Subject: ChatZilla! 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, Here's a diff for enabling ChatZilla!: --- Makefile Thu Jan 3 06:09:51 2002 +++ Makefile.irc Thu Jan 3 12:21:49 2002 @@ -57,7 +57,8 @@ --with-jpeg=${LOCALBASE} \ --with-png=${LOCALBASE} \ --with-mng=${LOCALBASE} \ - --with-pthreads + --with-pthreads \ + --with-extensions=default,irc CONFIGURE_ENV= BSD_PTHREAD_LIBS="${PTHREAD_LIBS}" \ CFLAGS="" CXXFLAGS="" \ MOZ_INTERNAL_LIBART_LGPL=1 Seems to be running fine, should be okay for default. Thanks, Pete... ------------------------------------------------------------ Free, BeOS-friendly email accounts: http://BeMail.org/ BeOS News and Community: http://www.BeGroovy.com/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-gnome" in the body of the message From owner-freebsd-gnome Thu Jan 3 10:54: 7 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 D12E737B41C for ; Thu, 3 Jan 2002 10:54:03 -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 g03IrZv26782; Thu, 3 Jan 2002 13:53:36 -0500 (EST) (envelope-from marcus@marcuscom.com) Subject: Re: ChatZilla! From: Joe Clarke To: Peter Schultz Cc: gnome@FreeBSD.ORG In-Reply-To: <200201031833.g03IXak10215@mail25.bigmailbox.com> References: <200201031833.g03IXak10215@mail25.bigmailbox.com> Content-Type: text/plain Content-Transfer-Encoding: 7bit X-Mailer: Evolution/1.0 (Preview Release) Date: 03 Jan 2002 13:54:11 -0500 Message-Id: <1010084052.86152.10.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-03 at 13:33, Peter Schultz wrote: > Hi, > > Here's a diff for enabling ChatZilla!: > --- Makefile Thu Jan 3 06:09:51 2002 > +++ Makefile.irc Thu Jan 3 12:21:49 2002 > @@ -57,7 +57,8 @@ > --with-jpeg=${LOCALBASE} \ > --with-png=${LOCALBASE} \ > --with-mng=${LOCALBASE} \ > - --with-pthreads > + --with-pthreads \ > + --with-extensions=default,irc > CONFIGURE_ENV= BSD_PTHREAD_LIBS="${PTHREAD_LIBS}" \ > CFLAGS="" CXXFLAGS="" \ > MOZ_INTERNAL_LIBART_LGPL=1 > > Seems to be running fine, should be okay for default. Please submit a PR for this. You might also consider making ChatZilla support optional. Joe > > Thanks, > Pete... > > ------------------------------------------------------------ > Free, BeOS-friendly email accounts: http://BeMail.org/ > BeOS News and Community: http://www.BeGroovy.com/ > > 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 Thu Jan 3 11: 0:14 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 84DF637B405 for ; Thu, 3 Jan 2002 11:00:04 -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 VAA46698; Thu, 3 Jan 2002 21:00:01 +0200 (EET) (envelope-from sobomax@FreeBSD.org) Received: from h83.227.dialup.iptcom.net (h83.227.dialup.iptcom.net [212.9.227.83]) by ipcard.iptcom.net (8.9.3/8.9.3) with ESMTP id UAA75195; Thu, 3 Jan 2002 20:59:54 +0200 (EET) (envelope-from sobomax@FreeBSD.org) Subject: Re: ports/33498: [PATCH] Add FreeBSD's locales to Mozilla From: Maxim Sobolev To: Joe Clarke Cc: gnome@FreeBSD.org In-Reply-To: <1010079996.86152.4.camel@shumai.marcuscom.com> References: <200201031210.g03CAt835656@freefall.freebsd.org> <1010079996.86152.4.camel@shumai.marcuscom.com> Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="=-nptUTrCfMT5WF5PlIQMz" X-Mailer: Evolution/1.0 (Preview Release) Date: 03 Jan 2002 20:59:46 +0200 Message-Id: <1010084393.242.2.camel@notebook> 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 --=-nptUTrCfMT5WF5PlIQMz Content-Type: text/plain Content-Transfer-Encoding: quoted-printable On Thu, 2002-01-03 at 19:46, Joe Clarke wrote: > On Thu, 2002-01-03 at 07:10, sobomax@FreeBSD.org wrote: > > Synopsis: [PATCH] Add FreeBSD's locales to Mozilla > >=20 > > State-Changed-From-To: open->closed > > State-Changed-By: sobomax > > State-Changed-When: Thu Jan 3 04:10:09 PST 2002 > > State-Changed-Why:=20 > > Committed, thank you! Please don't forget to submit your patche to Mozi= lla > > developers. >=20 > Done. This can be tracked as Bugzilla Bug 117957. Thank you! You are the best! -Maxim --=-nptUTrCfMT5WF5PlIQMz Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.6 (FreeBSD) Comment: For info see http://www.gnupg.org iD8DBQA8NKoioNu5t4iCBa8RAqKXAJ4k+M/ZJKJBXglAV9d0g95Sp1QvZgCeLmee sfKtoXKMUXa8YVQiV4qSvcw= =6Efe -----END PGP SIGNATURE----- --=-nptUTrCfMT5WF5PlIQMz-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-gnome" in the body of the message From owner-freebsd-gnome Thu Jan 3 11: 5: 5 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 05B3B37B417 for ; Thu, 3 Jan 2002 11:05:00 -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 VAA48884; Thu, 3 Jan 2002 21:04:57 +0200 (EET) (envelope-from sobomax@FreeBSD.org) Received: from h72.228.dialup.iptcom.net (h72.228.dialup.iptcom.net [212.9.228.72]) by ipcard.iptcom.net (8.9.3/8.9.3) with ESMTP id VAA76683; Thu, 3 Jan 2002 21:04:54 +0200 (EET) (envelope-from sobomax@FreeBSD.org) Subject: Re: ChatZilla! From: Maxim Sobolev To: Joe Clarke Cc: Peter Schultz , gnome@FreeBSD.org In-Reply-To: <1010084052.86152.10.camel@shumai.marcuscom.com> References: <200201031833.g03IXak10215@mail25.bigmailbox.com> <1010084052.86152.10.camel@shumai.marcuscom.com> Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="=-FfuQkuEu0zuyS5NileoQ" Message-Id: <1010084603.242.5.camel@notebook> Mime-Version: 1.0 X-Mailer: Evolution/1.0 (Preview Release) Date: 03 Jan 2002 21:04:46 +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 --=-FfuQkuEu0zuyS5NileoQ Content-Type: text/plain Content-Transfer-Encoding: quoted-printable On Thu, 2002-01-03 at 20:54, Joe Clarke wrote: > On Thu, 2002-01-03 at 13:33, Peter Schultz wrote: > > Hi, > >=20 > > Here's a diff for enabling ChatZilla!: > > --- Makefile Thu Jan 3 06:09:51 2002 > > +++ Makefile.irc Thu Jan 3 12:21:49 2002 > > @@ -57,7 +57,8 @@ > > --with-jpeg=3D${LOCALBASE} \ > > --with-png=3D${LOCALBASE} \ > > --with-mng=3D${LOCALBASE} \ > > - --with-pthreads > > + --with-pthreads \ > > + --with-extensions=3Ddefault,irc > > CONFIGURE_ENV=3D BSD_PTHREAD_LIBS=3D"${PTHREAD_LIBS}" \ > > CFLAGS=3D"" CXXFLAGS=3D"" \ > > MOZ_INTERNAL_LIBART_LGPL=3D1 > >=20 > > Seems to be running fine, should be okay for default. >=20 > Please submit a PR for this. Not really necessary. I'll test it tomorrow and commit if it works fine. > You might also consider making ChatZilla > support optional. No objections here - patch is welcome. -Maxim --=-FfuQkuEu0zuyS5NileoQ Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.6 (FreeBSD) Comment: For info see http://www.gnupg.org iD8DBQA8NKr6oNu5t4iCBa8RAjs4AJ4is3Dlf3pld4cr10n3Lnh30pigmQCeLcMf wC6DGC+G2UJn8FxyCEKCJXM= =iZWX -----END PGP SIGNATURE----- --=-FfuQkuEu0zuyS5NileoQ-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-gnome" in the body of the message From owner-freebsd-gnome Thu Jan 3 12:52:47 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 253F937B405; Thu, 3 Jan 2002 12:52:43 -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 g03KqHv27432; Thu, 3 Jan 2002 15:52:17 -0500 (EST) (envelope-from marcus@marcuscom.com) Subject: Re: ports/33498: [PATCH] Add FreeBSD's locales to Mozilla From: Joe Clarke To: Maxim Sobolev Cc: gnome@FreeBSD.org In-Reply-To: <1010084393.242.2.camel@notebook> References: <200201031210.g03CAt835656@freefall.freebsd.org> <1010079996.86152.4.camel@shumai.marcuscom.com> <1010084393.242.2.camel@notebook> Content-Type: text/plain Content-Transfer-Encoding: 7bit X-Mailer: Evolution/1.0 (Preview Release) Date: 03 Jan 2002 15:52:54 -0500 Message-Id: <1010091174.86152.18.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-03 at 13:59, Maxim Sobolev wrote: > On Thu, 2002-01-03 at 19:46, Joe Clarke wrote: > > On Thu, 2002-01-03 at 07:10, sobomax@FreeBSD.org wrote: > > > Synopsis: [PATCH] Add FreeBSD's locales to Mozilla > > > > > > State-Changed-From-To: open->closed > > > State-Changed-By: sobomax > > > State-Changed-When: Thu Jan 3 04:10:09 PST 2002 > > > State-Changed-Why: > > > Committed, thank you! Please don't forget to submit your patche to Mozilla > > > developers. > > > > Done. This can be tracked as Bugzilla Bug 117957. > > Thank you! You are the best! The Mozilla team has updated this to a major bug that will be fixed in 0.9.8 with my patch. -current should not have this problem as Mozilla uses nl_langinfo to obtain locale info. Any chance on MFC'ing this post-4.5-R? Joe > > -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 3 13:14:13 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 9C95237B41A for ; Thu, 3 Jan 2002 13:14:10 -0800 (PST) Received: (from anders@localhost) by sushi.sanyusan.se (8.11.6/8.11.6) id g03LDAu00501 for gnome@FreeBSD.org; Thu, 3 Jan 2002 22:13:10 +0100 (CET) (envelope-from anders) Date: Thu, 3 Jan 2002 22:13:10 +0100 From: Anders Andersson To: gnome@FreeBSD.org Subject: x11/gnomeapplets Message-ID: <20020103211310.GA320@sushi.sanyusan.se> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.3.24i 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 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. -- 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 Thu Jan 3 14:47: 9 2002 Delivered-To: freebsd-gnome@freebsd.org Received: from mail17.bigmailbox.com (mail17.bigmailbox.com [209.132.220.48]) by hub.freebsd.org (Postfix) with ESMTP id E2D1037B41A; Thu, 3 Jan 2002 14:47:06 -0800 (PST) Received: (from www@localhost) by mail17.bigmailbox.com (8.10.0/8.10.0) id g03Ml6K14311; Thu, 3 Jan 2002 14:47:06 -0800 Date: Thu, 3 Jan 2002 14:47:06 -0800 Message-Id: <200201032247.g03Ml6K14311@mail17.bigmailbox.com> Content-Type: text/plain Content-Disposition: inline Content-Transfer-Encoding: binary X-Mailer: MIME-tools 4.104 (Entity 4.116) Mime-Version: 1.0 X-Originating-Ip: [199.199.226.71] From: "Peter Schultz" To: sobomax@freebsd.org Cc: marcus@marcuscom.com, gnome@freebsd.org Subject: Re: ChatZilla! 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 [SNIPPED PATCH] >> > Seems to be running fine, should be okay for default. >> >> Please submit a PR for this. > >Not really necessary. I'll test it tomorrow and commit if >it works fine. > Cool, thanks for the fast response. I love open source! I've been running ChatZilla for a few hours now and it's still going strong. Been connected to #freebsd the whole time. :-) Pete... ------------------------------------------------------------ Free, BeOS-friendly email accounts: http://BeMail.org/ BeOS News and Community: http://www.BeGroovy.com/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-gnome" in the body of the message From owner-freebsd-gnome Thu Jan 3 16:10:11 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 C0D3937B41A; Thu, 3 Jan 2002 16:10:07 -0800 (PST) Received: by zigman.2y.net (Postfix, from userid 1001) id DF5CD1C9E; Fri, 4 Jan 2002 01:10:00 +0100 (CET) Date: Fri, 4 Jan 2002 01:10:00 +0100 From: Morsal Rodbay To: Maxim Sobolev Cc: freebsd-ports@FreeBSD.org, gnome@FreeBSD.org Subject: Re: can't build galeon-1.0.2 Message-ID: <20020104001000.GA94261@zigman.2y.net> Reply-To: Morsal Rodbay References: <20020102171912.GA1223@zigman.2y.net> <1010002531.588.0.camel@notebook> <20020102203252.GA61209@zigman.2y.net> <1010006502.588.2.camel@notebook> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1010006502.588.2.camel@notebook> User-Agent: Mutt/1.3.24i X-Operating-System: FreeBSD 4.4 [up 5 days, 6:42] 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 02, 2002 at 11:21:45PM +0200, Maxim Sobolev wrote: > On Wed, 2002-01-02 at 22:32, Morsal Rodbay wrote: > > On Wed, Jan 02, 2002 at 10:15:40PM +0200, Maxim Sobolev wrote: > > > On Wed, 2002-01-02 at 19:19, Morsal Rodbay wrote: > > > > Hi > > > > I'm running FreeBSD 4.4-RELEASE-p1 and I'm having problems compiling the > > > > galeon port. I just cvsuped... but the compile error still exists. I dont > > > > have mozilla installed, I only use Netscape at the moment. > > > > > > Looks like you have outdated versions of mozilla-headers and/or > > > mozilla-embedded ports. galeon-1.0.2 only compiles/works when you have > > > latest version (0.9.7) of those ports. > > > > > > -Maxim > > > > Funny, I have the latest versions of mozilla-headers/embedded. Still it > > doesnt compile. > > > > I tried building with FULL mozill but that didnt help either. > > Try to manually delete /usr/X11R6/include/mozilla, reinstall > mozilla-headers-0.9.7 from scratch and try to build galeon again. Please > let me know if it doesn't help either. Thank you Maxim! That did the trick, works now. :) Morsal To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-gnome" in the body of the message From owner-freebsd-gnome Thu Jan 3 17:11:39 2002 Delivered-To: freebsd-gnome@freebsd.org Received: from mx1.au.itouchnet.net (e0-apn-fw1.au.itouchnet.net [203.42.71.10]) by hub.freebsd.org (Postfix) with ESMTP id 5CEA137B41B for ; Thu, 3 Jan 2002 17:11:37 -0800 (PST) Received: from nobody by mx1.au.itouchnet.net with scanned_ok (Exim 3.33 #18) id 16MJDi-000Nwm-00 for gnome@freebsd.org; Fri, 04 Jan 2002 12:32:30 +1100 Received: from athomson.prv.au.itouchnet.net ([192.168.13.55]) by mx1.au.itouchnet.net with esmtp (Exim 3.33 #18) id 16MJDi-000Nwd-00 for gnome@FreeBSD.ORG; Fri, 04 Jan 2002 12:32:30 +1100 Subject: galeon 1.0.2 question From: ajt To: gnome@FreeBSD.ORG Content-Type: text/plain Content-Transfer-Encoding: 7bit X-Mailer: Evolution/1.0 (Preview Release) Date: 04 Jan 2002 13:16:26 +1200 Message-Id: <1010106986.52779.5.camel@athomson.prv.au.itouchnet.net> Mime-Version: 1.0 X-Checked: This message has been scanned for any virusses and unauthorized attachments. X-iScan: Version $Id: iScan,v 1.31 2001/01/18 09:25:45 rip Exp $ 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 Having problems with galeon atm. Symptom: when I start it up, I just get a big white box! I can then right click on this box to see a galeon menu. Then I can add at least the menu bar and the address bar. Browsing actually works but there are no nav buttons! So something funny is going on here!! ;) I built with WITH_FULL_MOZILLA= yes and the whole compilation seemed to go through without a hitch. I currently use mozilla as well which is working fine. I have also deleted ~/.galeon which only made the galeon wizard come up upon restart. I'm also running a couple of other gnome apps like evolution and gnome-terminal which go fine too.. Here's some random output from pkg_info gnomecore-1.4.0.4_3 gnomelibs-1.4.1.2_2 evolution-1.0_8 mozilla-0.9.7,1 mozilla-headers-0.9.7,1 galeon-1.0.2 Any tips would be very generous! A To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-gnome" in the body of the message From owner-freebsd-gnome Thu Jan 3 17:43:35 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 9922B37B43F for ; Thu, 3 Jan 2002 17:43:12 -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 g041gev28913; Thu, 3 Jan 2002 20:42:41 -0500 (EST) (envelope-from marcus@marcuscom.com) Subject: Re: galeon 1.0.2 question From: Joe Clarke To: ajt Cc: gnome@FreeBSD.ORG In-Reply-To: <1010106986.52779.5.camel@athomson.prv.au.itouchnet.net> References: <1010106986.52779.5.camel@athomson.prv.au.itouchnet.net> Content-Type: text/plain Content-Transfer-Encoding: 7bit X-Mailer: Evolution/1.0 (Preview Release) Date: 03 Jan 2002 20:43:19 -0500 Message-Id: <1010108600.86152.31.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-03 at 20:16, ajt wrote: > Having problems with galeon atm. > > Symptom: when I start it up, I just get a big white box! I can then > right click on this box to see a galeon menu. Then I can add at least > the menu bar and the address bar. Browsing actually works but there are > no nav buttons! So something funny is going on here!! ;) > > I built with WITH_FULL_MOZILLA= yes and the whole compilation seemed to > go through without a hitch. I currently use mozilla as well which is > working fine. > > I have also deleted ~/.galeon which only made the galeon wizard come up > upon restart. Can you also delete ~/.gnome/galeon? This file holds a lot of the settings Galeon uses. Just FYI, Galeon 1.0.2 with Mozilla 0.9.7 works fine for me on 4.5-PRE. Joe > > I'm also running a couple of other gnome apps like evolution and > gnome-terminal which go fine too.. > > Here's some random output from pkg_info > > gnomecore-1.4.0.4_3 > gnomelibs-1.4.1.2_2 > evolution-1.0_8 > mozilla-0.9.7,1 > mozilla-headers-0.9.7,1 > galeon-1.0.2 > > Any tips would be very generous! > > A > > > > 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 Thu Jan 3 18:12:32 2002 Delivered-To: freebsd-gnome@freebsd.org Received: from mx1.au.itouchnet.net (e0-apn-fw1.au.itouchnet.net [203.42.71.10]) by hub.freebsd.org (Postfix) with ESMTP id 69BCE37B419 for ; Thu, 3 Jan 2002 18:12:29 -0800 (PST) Received: from nobody by mx1.au.itouchnet.net with scanned_ok (Exim 3.33 #18) id 16MKAc-000OPY-00 for gnome@freebsd.org; Fri, 04 Jan 2002 13:33:22 +1100 Received: from athomson.prv.au.itouchnet.net ([192.168.13.55]) by mx1.au.itouchnet.net with esmtp (Exim 3.33 #18) id 16MKAc-000OPG-00; Fri, 04 Jan 2002 13:33:22 +1100 Subject: Re: galeon 1.0.2 question From: ajt To: Joe Clarke Cc: gnome@FreeBSD.ORG In-Reply-To: <1010108600.86152.31.camel@shumai.marcuscom.com> References: <1010106986.52779.5.camel@athomson.prv.au.itouchnet.net> <1010108600.86152.31.camel@shumai.marcuscom.com> Content-Type: text/plain Content-Transfer-Encoding: 7bit X-Mailer: Evolution/1.0 (Preview Release) Date: 04 Jan 2002 14:17:17 +1200 Message-Id: <1010110637.52779.7.camel@athomson.prv.au.itouchnet.net> Mime-Version: 1.0 X-Checked: This message has been scanned for any virusses and unauthorized attachments. X-iScan: Version $Id: iScan,v 1.31 2001/01/18 09:25:45 rip Exp $ 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 For the record, when I start up galeon... ]$ 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. LoadPlugin: failed to initialize shared library /usr/X11R6/lib/mozilla/plugins/java2/plugin/i386/ns600/libjavaplugin_oji.so [Shared object "libgtk-1.2.so.0" not found] I got the loadplugin error when I start mozilla too so I wasn't too worried about that one.. but the gdk one??? A On Fri, 2002-01-04 at 13:43, Joe Clarke wrote: > On Thu, 2002-01-03 at 20:16, ajt wrote: > > Having problems with galeon atm. > > > > Symptom: when I start it up, I just get a big white box! I can then > > right click on this box to see a galeon menu. Then I can add at least > > the menu bar and the address bar. Browsing actually works but there are > > no nav buttons! So something funny is going on here!! ;) > > > > I built with WITH_FULL_MOZILLA= yes and the whole compilation seemed to > > go through without a hitch. I currently use mozilla as well which is > > working fine. > > > > I have also deleted ~/.galeon which only made the galeon wizard come up > > upon restart. > > Can you also delete ~/.gnome/galeon? This file holds a lot of the > settings Galeon uses. Just FYI, Galeon 1.0.2 with Mozilla 0.9.7 works > fine for me on 4.5-PRE. > > Joe > > > > > I'm also running a couple of other gnome apps like evolution and > > gnome-terminal which go fine too.. > > > > Here's some random output from pkg_info > > > > gnomecore-1.4.0.4_3 > > gnomelibs-1.4.1.2_2 > > evolution-1.0_8 > > mozilla-0.9.7,1 > > mozilla-headers-0.9.7,1 > > galeon-1.0.2 > > > > Any tips would be very generous! > > > > A > > > > > > > > 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 Thu Jan 3 18:34: 3 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 9079D37B405 for ; Thu, 3 Jan 2002 18:33:58 -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 g042XOv29220; Thu, 3 Jan 2002 21:33:24 -0500 (EST) (envelope-from marcus@marcuscom.com) Subject: Re: galeon 1.0.2 question From: Joe Clarke To: ajt Cc: gnome@FreeBSD.ORG In-Reply-To: <1010110637.52779.7.camel@athomson.prv.au.itouchnet.net> References: <1010106986.52779.5.camel@athomson.prv.au.itouchnet.net> <1010108600.86152.31.camel@shumai.marcuscom.com> <1010110637.52779.7.camel@athomson.prv.au.itouchnet.net> Content-Type: text/plain Content-Transfer-Encoding: 7bit X-Mailer: Evolution/1.0 (Preview Release) Date: 03 Jan 2002 21:34:03 -0500 Message-Id: <1010111644.86152.37.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-03 at 21:17, ajt wrote: > For the record, when I start up galeon... > > ]$ 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. > LoadPlugin: failed to initialize shared library > /usr/X11R6/lib/mozilla/plugins/java2/plugin/i386/ns600/libjavaplugin_oji.so [Shared object "libgtk-1.2.so.0" not found] > > I got the loadplugin error when I start mozilla too so I wasn't too > worried about that one.. but the gdk one??? What version of XFree are you using? What color depth do you have set? Joe > > A > > On Fri, 2002-01-04 at 13:43, Joe Clarke wrote: > > On Thu, 2002-01-03 at 20:16, ajt wrote: > > > Having problems with galeon atm. > > > > > > Symptom: when I start it up, I just get a big white box! I can then > > > right click on this box to see a galeon menu. Then I can add at least > > > the menu bar and the address bar. Browsing actually works but there are > > > no nav buttons! So something funny is going on here!! ;) > > > > > > I built with WITH_FULL_MOZILLA= yes and the whole compilation seemed to > > > go through without a hitch. I currently use mozilla as well which is > > > working fine. > > > > > > I have also deleted ~/.galeon which only made the galeon wizard come up > > > upon restart. > > > > Can you also delete ~/.gnome/galeon? This file holds a lot of the > > settings Galeon uses. Just FYI, Galeon 1.0.2 with Mozilla 0.9.7 works > > fine for me on 4.5-PRE. > > > > Joe > > > > > > > > I'm also running a couple of other gnome apps like evolution and > > > gnome-terminal which go fine too.. > > > > > > Here's some random output from pkg_info > > > > > > gnomecore-1.4.0.4_3 > > > gnomelibs-1.4.1.2_2 > > > evolution-1.0_8 > > > mozilla-0.9.7,1 > > > mozilla-headers-0.9.7,1 > > > galeon-1.0.2 > > > > > > Any tips would be very generous! > > > > > > A > > > > > > > > > > > > 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 Thu Jan 3 18:42:16 2002 Delivered-To: freebsd-gnome@freebsd.org Received: from mx1.au.itouchnet.net (e0-apn-fw1.au.itouchnet.net [203.42.71.10]) by hub.freebsd.org (Postfix) with ESMTP id 1966D37B405 for ; Thu, 3 Jan 2002 18:42:15 -0800 (PST) Received: from nobody by mx1.au.itouchnet.net with scanned_ok (Exim 3.33 #18) id 16MKdR-000OeH-00 for gnome@freebsd.org; Fri, 04 Jan 2002 14:03:09 +1100 Received: from athomson.prv.au.itouchnet.net ([192.168.13.55]) by mx1.au.itouchnet.net with esmtp (Exim 3.33 #18) id 16MKdQ-000Odz-00; Fri, 04 Jan 2002 14:03:08 +1100 Subject: Re: galeon 1.0.2 question From: ajt To: Joe Clarke Cc: gnome@FreeBSD.ORG In-Reply-To: <1010111644.86152.37.camel@shumai.marcuscom.com> References: <1010106986.52779.5.camel@athomson.prv.au.itouchnet.net> <1010108600.86152.31.camel@shumai.marcuscom.com> <1010110637.52779.7.camel@athomson.prv.au.itouchnet.net> <1010111644.86152.37.camel@shumai.marcuscom.com> Content-Type: text/plain Content-Transfer-Encoding: 7bit X-Mailer: Evolution/1.0 (Preview Release) Date: 04 Jan 2002 14:47:03 +1200 Message-Id: <1010112423.52779.9.camel@athomson.prv.au.itouchnet.net> Mime-Version: 1.0 X-Checked: This message has been scanned for any virusses and unauthorized attachments. X-iScan: Version $Id: iScan,v 1.31 2001/01/18 09:25:45 rip Exp $ 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 Here they are... XFree86-4.1.0_6 X11R6.4/XFree86 core distribution (complete) Depth 16 > > What version of XFree are you using? What color depth do you have set? > > Joe > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-gnome" in the body of the message From owner-freebsd-gnome Thu Jan 3 18:52:48 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 A046237B41B for ; Thu, 3 Jan 2002 18:52:44 -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 g042q8v29310; Thu, 3 Jan 2002 21:52:08 -0500 (EST) (envelope-from marcus@marcuscom.com) Subject: Re: galeon 1.0.2 question From: Joe Clarke To: ajt Cc: gnome@FreeBSD.ORG In-Reply-To: <1010112423.52779.9.camel@athomson.prv.au.itouchnet.net> References: <1010106986.52779.5.camel@athomson.prv.au.itouchnet.net> <1010108600.86152.31.camel@shumai.marcuscom.com> <1010110637.52779.7.camel@athomson.prv.au.itouchnet.net> <1010111644.86152.37.camel@shumai.marcuscom.com> <1010112423.52779.9.camel@athomson.prv.au.itouchnet.net> Content-Type: text/plain Content-Transfer-Encoding: 7bit X-Mailer: Evolution/1.0 (Preview Release) Date: 03 Jan 2002 21:52:48 -0500 Message-Id: <1010112768.86152.41.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-03 at 21:47, ajt wrote: > Here they are... > > XFree86-4.1.0_6 X11R6.4/XFree86 core distribution (complete) > > Depth 16 Can you try 24-bit? That's what I'm running with, and don't have any problem. I'd like to rule out color map problems. Also, can you send me (just me, as it may be big) the output of pkg_info? Also, please do this: ] setenv MOZILLA_FIVE_HOME /usr/X11R6/lib/mozilla ] setenv LD_LIBRARY_PATH ${MOZILLA_FIVE_HOME} ] truss -o galeon.truss galeon-bin Use the appropriate bash commands if that's what you're running. Please send me the galeon.truss file. Joe > > > > > > What version of XFree are you using? What color depth do you have set? > > > > Joe > > > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-gnome" in the body of the message From owner-freebsd-gnome Thu Jan 3 19:30:29 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 B704237B41E; Thu, 3 Jan 2002 19:30:26 -0800 (PST) Received: (from pat@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g043RKE31037; Thu, 3 Jan 2002 19:27:20 -0800 (PST) (envelope-from pat) Date: Thu, 3 Jan 2002 19:27:20 -0800 (PST) From: Message-Id: <200201040327.g043RKE31037@freefall.freebsd.org> To: pat@FreeBSD.org, freebsd-ports@FreeBSD.org, gnome@FreeBSD.org Subject: Re: ports/33521: mozilla port doesn't build irc client ChatZilla 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: mozilla port doesn't build irc client ChatZilla Responsible-Changed-From-To: freebsd-ports->gnome Responsible-Changed-By: pat Responsible-Changed-When: Thu Jan 3 19:27:05 PST 2002 Responsible-Changed-Why: Over to maintainers http://www.FreeBSD.org/cgi/query-pr.cgi?pr=33521 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-gnome" in the body of the message From owner-freebsd-gnome Thu Jan 3 19:50: 9 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 B865237B416 for ; Thu, 3 Jan 2002 19:50:02 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g043o2f32894; Thu, 3 Jan 2002 19:50:02 -0800 (PST) (envelope-from gnats) Date: Thu, 3 Jan 2002 19:50:02 -0800 (PST) Message-Id: <200201040350.g043o2f32894@freefall.freebsd.org> To: gnome@FreeBSD.org Cc: From: Steve Wills Subject: Re: ports/33521: mozilla port doesn't build irc client ChatZilla Reply-To: Steve Wills 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/33521; it has been noted by GNATS. From: Steve Wills To: "David W. Chapman Jr." Cc: freebsd-gnats-submit@FreeBSD.org Subject: Re: ports/33521: mozilla port doesn't build irc client ChatZilla Date: Thu, 3 Jan 2002 22:44:36 -0500 Ok, thanks for the info on make.conf. Whats the verdict on this change? Default to building ChatZilla, or make it a knob? Either way is fine with me, but why not at least give it a try as a default and if its a problem or people complain, then make it a knob? Thanks, Steve On Thu, Jan 03, 2002 at 07:49:14PM -0600, David W. Chapman Jr. wrote: > > Thats fine with me, I can add it to my pkgtools.conf file to always pass > that > > flag, so its not big deal. However, according to the mozilla developers, > > chatzilla is nothing more than about 78k of JavaScript and XUL. From my > > experience, it doesn't add a great deal of time to the build or the on > disk or > > in memory images. Whats your reasoning behind making it optional? > > > I wasn't aware that it was that small. Eventhough some people still might > want it an option instead of default, since its not a default in the first > place. Actually you could add it to your /etc/make.conf so that anytime you > build it from wherever it would use those knobs. > -- The difference between fiction and reality is that fiction makes sense. -- Tom Clancy To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-gnome" in the body of the message From owner-freebsd-gnome Thu Jan 3 19:50:19 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 CFB5B37B419 for ; Thu, 3 Jan 2002 19:50:03 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g043o3932899; Thu, 3 Jan 2002 19:50:03 -0800 (PST) (envelope-from gnats) Date: Thu, 3 Jan 2002 19:50:03 -0800 (PST) Message-Id: <200201040350.g043o3932899@freefall.freebsd.org> To: gnome@FreeBSD.org Cc: From: "David W. Chapman Jr." Subject: Re: ports/33521: mozilla port doesn't build irc client ChatZilla Reply-To: "David W. Chapman Jr." 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/33521; it has been noted by GNATS. From: "David W. Chapman Jr." To: "Steve Wills" Cc: Subject: Re: ports/33521: mozilla port doesn't build irc client ChatZilla Date: Thu, 3 Jan 2002 21:46:11 -0600 I believe someone already submitted a patch for the knob, but we'll leave it to the maintainer to decide which. ----- Original Message ----- From: "Steve Wills" To: "David W. Chapman Jr." Cc: Sent: Thursday, January 03, 2002 9:44 PM Subject: Re: ports/33521: mozilla port doesn't build irc client ChatZilla > Ok, thanks for the info on make.conf. Whats the verdict on this change? > Default to building ChatZilla, or make it a knob? Either way is fine with me, > but why not at least give it a try as a default and if its a problem or people > complain, then make it a knob? > > Thanks, > Steve > > On Thu, Jan 03, 2002 at 07:49:14PM -0600, David W. Chapman Jr. wrote: > > > Thats fine with me, I can add it to my pkgtools.conf file to always pass > > that > > > flag, so its not big deal. However, according to the mozilla developers, > > > chatzilla is nothing more than about 78k of JavaScript and XUL. From my > > > experience, it doesn't add a great deal of time to the build or the on > > disk or > > > in memory images. Whats your reasoning behind making it optional? > > > > > I wasn't aware that it was that small. Eventhough some people still might > > want it an option instead of default, since its not a default in the first > > place. Actually you could add it to your /etc/make.conf so that anytime you > > build it from wherever it would use those knobs. > > > > -- > The difference between fiction and reality is that fiction makes sense. > -- Tom Clancy > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-gnome" in the body of the message From owner-freebsd-gnome Thu Jan 3 21:50: 7 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 0BC9337B419 for ; Thu, 3 Jan 2002 21:50:02 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g045o2352331; Thu, 3 Jan 2002 21:50:02 -0800 (PST) (envelope-from gnats) Date: Thu, 3 Jan 2002 21:50:02 -0800 (PST) Message-Id: <200201040550.g045o2352331@freefall.freebsd.org> To: gnome@FreeBSD.org Cc: From: Steve Wills Subject: Re: ports/33521: mozilla port doesn't build irc client ChatZilla Reply-To: Steve Wills 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/33521; it has been noted by GNATS. From: Steve Wills To: "David W. Chapman Jr." Cc: freebsd-gnats-submit@FreeBSD.org Subject: Re: ports/33521: mozilla port doesn't build irc client ChatZilla Date: Fri, 4 Jan 2002 00:45:51 -0500 I was thinking about this and realized, the port should probably do what the default build does, and wondered why the default build doesn't build ChatZilla. I found out that the reason its not a default part of Mozilla is because the developer of ChatZilla wants it that way. So, I take it all back. :) Lets just make it a knob as was suggested. Steve On Thu, Jan 03, 2002 at 09:46:11PM -0600, David W. Chapman Jr. wrote: > I believe someone already submitted a patch for the knob, but we'll leave it > to the maintainer to decide which. > > ----- Original Message ----- > From: "Steve Wills" > To: "David W. Chapman Jr." > Cc: > Sent: Thursday, January 03, 2002 9:44 PM > Subject: Re: ports/33521: mozilla port doesn't build irc client ChatZilla > > > > Ok, thanks for the info on make.conf. Whats the verdict on this change? > > Default to building ChatZilla, or make it a knob? Either way is fine with > me, > > but why not at least give it a try as a default and if its a problem or > people > > complain, then make it a knob? > > > > Thanks, > > Steve > > > > On Thu, Jan 03, 2002 at 07:49:14PM -0600, David W. Chapman Jr. wrote: > > > > Thats fine with me, I can add it to my pkgtools.conf file to always > pass > > > that > > > > flag, so its not big deal. However, according to the mozilla > developers, > > > > chatzilla is nothing more than about 78k of JavaScript and XUL. From > my > > > > experience, it doesn't add a great deal of time to the build or the on > > > disk or > > > > in memory images. Whats your reasoning behind making it optional? > > > > > > > I wasn't aware that it was that small. Eventhough some people still > might > > > want it an option instead of default, since its not a default in the > first > > > place. Actually you could add it to your /etc/make.conf so that anytime > you > > > build it from wherever it would use those knobs. > > > > > > > -- > > The difference between fiction and reality is that fiction makes sense. > > -- Tom Clancy > > > -- The difference between fiction and reality is that fiction makes sense. -- Tom Clancy To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-gnome" in the body of the message From owner-freebsd-gnome Thu Jan 3 22: 6:48 2002 Delivered-To: freebsd-gnome@freebsd.org Received: from alanb.com (alanb.com [207.135.122.106]) by hub.freebsd.org (Postfix) with ESMTP id D3B5137B41F for ; Thu, 3 Jan 2002 22:06:42 -0800 (PST) Received: from bgross.com (bgross.com [207.135.122.107]) by alanb.com (Postfix) with ESMTP id A19AA4674F for ; Thu, 3 Jan 2002 22:06:42 -0800 (PST) Date: Thu, 3 Jan 2002 22:06:42 -0800 (PST) From: Ben Gross To: Subject: gnomedb tarball updated without updating version again Message-ID: 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 It seems like they upgraded the tarball again without upgrading the version number.... ===> Extracting for gnomedb-0.2.93_2 >> Checksum mismatch for gnome-db-0.2.93.tar.gz. Make sure the Makefile and distinfo file (/usr/ports/databases/gnomedb/distinfo) are up to date. If you are absolutely sure you want to override this check, type "make NO_CHECKSUM=yes [other args]". *** Error code 1 Thanks, Ben To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-gnome" in the body of the message From owner-freebsd-gnome Fri Jan 4 1:15:18 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 337BA37B417 for ; Fri, 4 Jan 2002 01:15:11 -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 LAA19221; Fri, 4 Jan 2002 11:14:59 +0200 (EET) (envelope-from sobomax@FreeBSD.org) Received: from vega.vega.com (h213.234.dialup.iptcom.net [212.9.234.213]) by ipcard.iptcom.net (8.9.3/8.9.3) with ESMTP id LAA54898; Fri, 4 Jan 2002 11:14:56 +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 g049EOr27410; Fri, 4 Jan 2002 11:14:24 +0200 (EET) (envelope-from sobomax@FreeBSD.org) Message-ID: <3C35728B.C9FA5FAC@FreeBSD.org> Date: Fri, 04 Jan 2002 11:14:51 +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: Ben Gross Cc: gnome@FreeBSD.org Subject: Re: gnomedb tarball updated without updating version again 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 Ben Gross wrote: > > It seems like they upgraded the tarball again without upgrading the > version number.... > > ===> Extracting for gnomedb-0.2.93_2 > >> Checksum mismatch for gnome-db-0.2.93.tar.gz. > Make sure the Makefile and distinfo file > (/usr/ports/databases/gnomedb/distinfo) > are up to date. If you are absolutely sure you want to override this > check, type "make NO_CHECKSUM=yes [other args]". > *** Error code 1 What is the md5 checksum of gnome-db-0.2.93.tar.gz file on your system? -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 4 3:22:11 2002 Delivered-To: freebsd-gnome@freebsd.org Received: from mailhub5.isdnet.net (mailhub5.isdnet.net [195.154.209.25]) by hub.freebsd.org (Postfix) with ESMTP id A5D1937B41A; Fri, 4 Jan 2002 03:22:02 -0800 (PST) Received: from whisper.dippgw.homedns.org (ppp1027-cwdsl-paris.fr.cw.net [62.210.116.3]) by mailhub5.isdnet.net (8.9.3/8.9.3) with SMTP id MAA79379; Fri, 4 Jan 2002 12:21:57 +0100 (CET) Date: Fri, 4 Jan 2002 12:24:22 +0100 From: Geraud CONTINSOUZAS To: Joe Clarke Cc: gnome@FreeBSD.ORG, ports@FreeBSD.ORG Subject: Re: FreeBSD Port: nautilus-1.0.6 Message-Id: <20020104122422.2b7de658.geraud.continsouzas@dipp.net> In-Reply-To: <1010078805.86152.0.camel@shumai.marcuscom.com> References: <20020103122031.35498fd2.geraud.continsouzas@dipp.net> <1010078805.86152.0.camel@shumai.marcuscom.com> X-Mailer: Sylpheed version 0.6.6 (GTK+ 1.2.10; i386--freebsd4.4) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII 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 On 03 Jan 2002 12:26:44 -0500 Joe Clarke wrote: <-- snip --> > > Try doing: > > sysctl -w kern.maxfiles=5000 > > and see if that works. I can't remember if that variable was always > read-write. It is in a recent -stable. > > kern.maxfiles is actually dependent on your maxusers setting in the > kernel, though. You have maxusers set too low in your kernel conf. If > this is 4.4-RELEASE, edit your kernel config, and change maxusers to 64, > then recompile. If this is a very recent version of 4.4-stable or > 4.5-PRERELEASE, set maxusers to 0, then recompile. More on kernel > limits can be found at: > > http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/configtuning-kernel-limits.html > > Instructions for building a custom kernel can be found at: > > http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/kernelconfig-building.html > > Joe > <-- snip --> Dear Joe, I recompiled my 4.4-RELEASE kernel with a maxusers set to 64 and followed your recommandation about the kern.maxfiles to 5000 (by the way, it seems to work fine on a 4.4-RELEASE). But nautilus still isn't starting. I have a new error on the console though : Eel-WARNING **: GConf error: Failed to contact configuration server (a likely cause of this is that you have a configuration server (gconfd) running, but it isn't reachable from here - if you're logged in from two machines at once, you may need to enable TCP networking for ORBit) Ok, fine... but a 'ps waux' doesn't show any gconfd anymore. On the other hand, my open files are still growing : -- geraud@whisper:/home/geraud --[111]# fstat | wc -l 1241 -- geraud@whisper:/home/geraud --[112]# fstat | grep oafd | wc -l 252 -- geraud@whisper:/home/geraud --[113]# fstat | grep nautilus | wc -l 726 Now, about that TCP networking, I may have a suggestion, I checked the changes on the x11XFree86-4 port and here's what I saw : 2001-10-27 05:18:10 jmz Patch startx so that X is started with the "-nolisten tcp" by default and add a "-listen_tcp" option to run X in non-secure mode. Could this have anything to do with the 'unreachable server'? Once again I would like to thank you for the time I'm making you waste with my dumb questions. Sincerely yours Geraud To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-gnome" in the body of the message From owner-freebsd-gnome Fri Jan 4 4:10:32 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 D928337B41B; Fri, 4 Jan 2002 04:10:26 -0800 (PST) Received: (from ijliao@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g04C9Vr24214; Fri, 4 Jan 2002 04:09:31 -0800 (PST) (envelope-from ijliao) Date: Fri, 4 Jan 2002 04:09:31 -0800 (PST) From: Message-Id: <200201041209.g04C9Vr24214@freefall.freebsd.org> To: ijliao@FreeBSD.org, freebsd-ports@FreeBSD.org, gnome@FreeBSD.org Subject: Re: ports/33527: Update for port devel/anjuta to version 0.1.8 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: Update for port devel/anjuta to version 0.1.8 Responsible-Changed-From-To: freebsd-ports->gnome Responsible-Changed-By: ijliao Responsible-Changed-When: Fri Jan 4 04:09:18 PST 2002 Responsible-Changed-Why: over to maintainer http://www.FreeBSD.org/cgi/query-pr.cgi?pr=33527 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-gnome" in the body of the message From owner-freebsd-gnome Fri Jan 4 4:10:33 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 4DA1337B41D; Fri, 4 Jan 2002 04:10:27 -0800 (PST) Received: (from ijliao@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g04C8wt24091; Fri, 4 Jan 2002 04:08:58 -0800 (PST) (envelope-from ijliao) Date: Fri, 4 Jan 2002 04:08:58 -0800 (PST) From: Message-Id: <200201041208.g04C8wt24091@freefall.freebsd.org> To: ijliao@FreeBSD.org, freebsd-ports@FreeBSD.org, gnome@FreeBSD.org Subject: Re: ports/33526: Update port x11-toolkits/scintilla to version 1.42 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: Update port x11-toolkits/scintilla to version 1.42 Responsible-Changed-From-To: freebsd-ports->gnome Responsible-Changed-By: ijliao Responsible-Changed-When: Fri Jan 4 04:08:44 PST 2002 Responsible-Changed-Why: over to maintainer http://www.FreeBSD.org/cgi/query-pr.cgi?pr=33526 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-gnome" in the body of the message From owner-freebsd-gnome Fri Jan 4 4:35:38 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 287F937B417 for ; Fri, 4 Jan 2002 04:35:32 -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 OAA57525; Fri, 4 Jan 2002 14:35:27 +0200 (EET) (envelope-from sobomax@FreeBSD.org) Received: from notebook.vega.com (h187.229.dialup.iptcom.net [212.9.229.187]) by ipcard.iptcom.net (8.9.3/8.9.3) with ESMTP id OAA23314; Fri, 4 Jan 2002 14:35:23 +0200 (EET) (envelope-from sobomax@FreeBSD.org) Subject: GNOME on FreeBSD website From: Maxim Sobolev To: John Merryweather Cooper Cc: Joe Clarke , gnome@FreeBSD.org Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="=-Mx/auP6e+Futdq4x8wa8" X-Mailer: Evolution/1.0 (Preview Release) Date: 04 Jan 2002 14:34:47 +0200 Message-Id: <1010147727.65769.0.camel@notebook> 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 --=-Mx/auP6e+Futdq4x8wa8 Content-Type: text/plain Content-Transfer-Encoding: quoted-printable Hi John & folks, According to our previous conversation I've prepared short list of things to put on GNOME on FreeBSD website. I've compiled it from the content of the Java on FreeBSD pages (http://www.freebsd.org/java) and KDE on FreeBSD (http://freebsd.kde.org). By no mean the list is complete, so any suggestions and critique are highly appreciated. I think it would make sense to start creating those pages based upon existing Java pages to avoid reinventing the wheel (source is available via anoncvs - www/en/java checkout www module, copy www/en/java into www/en/gnome, tweak Makefiles etc. etc). Once at least preliminary version is complete, I'll start bugging -core to approve those pages. Following is the list of things I would like to see on the left plane: News: o Announcements GNOME on FreeBSD: o GNOME on FreeBSD Home --> http://www.FreeBSD.org/gnome/ o Installation Instructions o Available Applications --> http://www.FreeBSD.org/ports/gnome.html o How to Help o Reporting a Bug o Screenshots o Contact Us Documentation: o FAQ o Creating Ports Resources: o GNOME Project o KDE Project o KDE on FreeBSD Don't hesitate to contact me if something is unclear. Thanks! -Maxim --=-Mx/auP6e+Futdq4x8wa8 Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.6 (FreeBSD) Comment: For info see http://www.gnupg.org iD8DBQA8NaFloNu5t4iCBa8RAn1wAJ9xsdE/ETA1LPfzXKkpE8QZWvYQhgCfbQbD m6/D7QGCoPXh1caexQy2keE= =X3rA -----END PGP SIGNATURE----- --=-Mx/auP6e+Futdq4x8wa8-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-gnome" in the body of the message From owner-freebsd-gnome Fri Jan 4 6: 6:27 2002 Delivered-To: freebsd-gnome@freebsd.org Received: from smtp.bmi.net (smtp.bmi.net [204.57.191.31]) by hub.freebsd.org (Postfix) with ESMTP id A503237B41B; Fri, 4 Jan 2002 06:06:23 -0800 (PST) Received: from johncoop.MSHOME (drumheller-router.bmi.net [206.63.201.3] (may be forged)) by smtp.bmi.net (Pro-8.9.3/Pro-8.9.3) with ESMTP id GAA18290; Fri, 4 Jan 2002 06:06:14 -0800 Date: Fri, 4 Jan 2002 06:06:13 -0800 From: John Merryweather Cooper To: Maxim Sobolev Cc: John Merryweather Cooper , Joe Clarke , gnome@FreeBSD.org Subject: Re: GNOME on FreeBSD website Message-ID: <20020104060613.C74117@johncoop.MSHOME> References: <1010147727.65769.0.camel@notebook> Mime-Version: 1.0 Content-Type: text/plain; format=flowed; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit In-Reply-To: <1010147727.65769.0.camel@notebook>; from sobomax@FreeBSD.org on Fri, Jan 04, 2002 at 04:34:47 -0800 X-Mailer: Balsa 1.3.0 Lines: 59 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 2002.01.04 04:34 Maxim Sobolev wrote: > Hi John & folks, > > According to our previous conversation I've prepared short list of > things to put on GNOME on FreeBSD website. I've compiled it from the > content of the Java on FreeBSD pages (http://www.freebsd.org/java) and > KDE on FreeBSD (http://freebsd.kde.org). By no mean the list is > complete, so any suggestions and critique are highly appreciated. I > think it would make sense to start creating those pages based upon > existing Java pages to avoid reinventing the wheel (source is > available > via anoncvs - www/en/java checkout www module, copy www/en/java into > www/en/gnome, tweak Makefiles etc. etc). Once at least preliminary > version is complete, I'll start bugging -core to approve those pages. > > Following is the list of things I would like to see on the left plane: > > News: > o Announcements > > GNOME on FreeBSD: > o GNOME on FreeBSD Home --> http://www.FreeBSD.org/gnome/ > o Installation Instructions > o Available Applications --> http://www.FreeBSD.org/ports/gnome.html > o How to Help > o Reporting a Bug > o Screenshots > o Contact Us > > Documentation: > o FAQ > o Creating Ports > > Resources: > o GNOME Project > o KDE Project > o KDE on FreeBSD > > Don't hesitate to contact me if something is unclear. > > Thanks! > > -Maxim > I'll get to work after I get back from school (a little after noon local time)! -- _ | |V| / ' || MacroHard -- \ \_| | | \_, || the perfection of form over | ----------------------------------|| substance, marketing over | Web: http://www.borgsdemons.com || performance, and greed over | AIM: johnmcooper || design . . . | =====================================================================/ Public Key: http://www.borgsdemons.com/Personal/pgpkey.asc | =====================================================================\ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-gnome" in the body of the message From owner-freebsd-gnome Fri Jan 4 6:23:19 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 088C537B417; Fri, 4 Jan 2002 06:23:18 -0800 (PST) Received: (from sobomax@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g04ENEJ57991; Fri, 4 Jan 2002 06:23:14 -0800 (PST) (envelope-from sobomax) Date: Fri, 4 Jan 2002 06:23:14 -0800 (PST) From: Message-Id: <200201041423.g04ENEJ57991@freefall.freebsd.org> To: steve@stevenwills.com, sobomax@FreeBSD.org, gnome@FreeBSD.org Subject: Re: ports/33521: mozilla port doesn't build irc client ChatZilla 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: mozilla port doesn't build irc client ChatZilla State-Changed-From-To: open->closed State-Changed-By: sobomax State-Changed-When: Fri Jan 4 06:19:40 PST 2002 State-Changed-Why: Committed, thanks to all who participated in discussion! http://www.freebsd.org/cgi/query-pr.cgi?pr=33521 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-gnome" in the body of the message From owner-freebsd-gnome Fri Jan 4 6:41:27 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 36BC937B41F; Fri, 4 Jan 2002 06:41:26 -0800 (PST) Received: (from sobomax@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g04EfKV08512; Fri, 4 Jan 2002 06:41:20 -0800 (PST) (envelope-from sobomax) Date: Fri, 4 Jan 2002 06:41:20 -0800 (PST) From: Message-Id: <200201041441.g04EfKV08512@freefall.freebsd.org> To: lev@macro.ru, sobomax@FreeBSD.org, gnome@FreeBSD.org Subject: Re: ports/33527: Update for port devel/anjuta to version 0.1.8 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: Update for port devel/anjuta to version 0.1.8 State-Changed-From-To: open->closed State-Changed-By: sobomax State-Changed-When: Fri Jan 4 06:36:42 PST 2002 State-Changed-Why: Update committed, thank you! Please next time don't submit patches via www interface, because that makes it impossible to apply them clearly due to spaces vs. tabs issue. Also, I had to add a patch for src/anjuta.c because otherwise it was not compiling due to missed get_current_dir_name() function. I've also tweaked the port to not install data files outside of GNOME prefix (${X11BASE}/share/gnome) and to not create empty ${PREFIX}/doc/anjuta directory. Nevertheless, thank you for submission! http://www.freebsd.org/cgi/query-pr.cgi?pr=33527 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-gnome" in the body of the message From owner-freebsd-gnome Fri Jan 4 8: 8:58 2002 Delivered-To: freebsd-gnome@freebsd.org Received: from alanb.com (alanb.com [207.135.122.106]) by hub.freebsd.org (Postfix) with ESMTP id 65EA537B41E; Fri, 4 Jan 2002 08:08:47 -0800 (PST) Received: from bgross.com (bgross.com [207.135.122.107]) by alanb.com (Postfix) with ESMTP id 1FA624674F; Fri, 4 Jan 2002 08:08:47 -0800 (PST) Date: Fri, 4 Jan 2002 08:08:47 -0800 (PST) From: Ben Gross To: Maxim Sobolev Cc: Subject: Re: gnomedb tarball updated without updating version again In-Reply-To: <3C35728B.C9FA5FAC@FreeBSD.org> Message-ID: 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, 4 Jan 2002, Maxim Sobolev wrote: > Ben Gross wrote: > > > > It seems like they upgraded the tarball again without upgrading the > > version number.... > > > > ===> Extracting for gnomedb-0.2.93_2 > > >> Checksum mismatch for gnome-db-0.2.93.tar.gz. > > Make sure the Makefile and distinfo file > > (/usr/ports/databases/gnomedb/distinfo) > > are up to date. If you are absolutely sure you want to override this > > check, type "make NO_CHECKSUM=yes [other args]". > > *** Error code 1 > > What is the md5 checksum of gnome-db-0.2.93.tar.gz file on your > system? Ok, now I feel like I am in the twilight zone, here is the one I had when I first mailed you. MD5 (gnome-db-0.2.93.tar.gz) = c4c6500f530a47d8c4f2fe9fd4b61e12 I just did a make distclean and grabbed a new copy, now I have: MD5 (gnome-db-0.2.93.tar.gz) = c19e062606e6780581fd9309deb91da8 The second time it worked. Then libgda failed for the same reason. The first checksum was: MD5 (libgda-0.2.93.tar.gz) = f949131a2c8435f9a3ebbc89ec119989 then MD5 (libgda-0.2.93.tar.gz) = 29e9831a5cfdec308042ef34be453258 Again, the second one worked. I just grabbed the sources last night with a machine with a good connection. Strange. Anyway, the compile has been running for a while without a hitch now. Thanks, Ben To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-gnome" in the body of the message From owner-freebsd-gnome Fri Jan 4 9:55:17 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 521DC37B405; Fri, 4 Jan 2002 09:55: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 g04HsZv34564; Fri, 4 Jan 2002 12:54:36 -0500 (EST) (envelope-from marcus@marcuscom.com) Subject: Re: FreeBSD Port: nautilus-1.0.6 From: Joe Clarke To: Geraud CONTINSOUZAS Cc: gnome@FreeBSD.ORG, ports@FreeBSD.ORG In-Reply-To: <20020104122422.2b7de658.geraud.continsouzas@dipp.net> References: <20020103122031.35498fd2.geraud.continsouzas@dipp.net> <1010078805.86152.0.camel@shumai.marcuscom.com> <20020104122422.2b7de658.geraud.continsouzas@dipp.net> Content-Type: text/plain Content-Transfer-Encoding: 7bit X-Mailer: Evolution/1.0 (Preview Release) Date: 04 Jan 2002 12:55:21 -0500 Message-Id: <1010166922.16995.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 Fri, 2002-01-04 at 06:24, Geraud CONTINSOUZAS wrote: > On 03 Jan 2002 12:26:44 -0500 > Joe Clarke wrote: > > <-- snip --> > > > > Try doing: > > > > sysctl -w kern.maxfiles=5000 > > > > and see if that works. I can't remember if that variable was always > > read-write. It is in a recent -stable. > > > > kern.maxfiles is actually dependent on your maxusers setting in the > > kernel, though. You have maxusers set too low in your kernel conf. If > > this is 4.4-RELEASE, edit your kernel config, and change maxusers to 64, > > then recompile. If this is a very recent version of 4.4-stable or > > 4.5-PRERELEASE, set maxusers to 0, then recompile. More on kernel > > limits can be found at: > > > > http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/configtuning-kernel-limits.html > > > > Instructions for building a custom kernel can be found at: > > > > http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/kernelconfig-building.html > > > > Joe > > > <-- snip --> > > Dear Joe, > > I recompiled my 4.4-RELEASE kernel with a maxusers set to 64 and followed your recommandation about the kern.maxfiles to 5000 (by the way, it seems to work fine on a 4.4-RELEASE). But nautilus still isn't starting. > > I have a new error on the console though : > > Eel-WARNING **: GConf error: > Failed to contact configuration server (a likely cause of this is that you have a configuration server (gconfd) running, but it isn't reachable from here - if you're logged in from two machines at once, you may need to enable TCP networking for ORBit) > > Ok, fine... but a 'ps waux' doesn't show any gconfd anymore. On the other hand, my open files are still growing : > > -- geraud@whisper:/home/geraud --[111]# fstat | wc -l > 1241 > -- geraud@whisper:/home/geraud --[112]# fstat | grep oafd | wc -l > 252 > -- geraud@whisper:/home/geraud --[113]# fstat | grep nautilus | wc -l > 726 > > Now, about that TCP networking, I may have a suggestion, I checked the changes on the x11XFree86-4 port and here's what I saw : > > 2001-10-27 05:18:10 > jmz > Patch startx so that X is started with the "-nolisten tcp" by default and add a "-listen_tcp" option to run X in non-secure mode. > > Could this have anything to do with the 'unreachable server'? > I doubt it. I'm using Gnome on XFree 4.1.0, and it works fine. Verify you have all the latest versions of the Gnome components. In particular, you need: oaf-0.6.7 ORBit-0.5.12 gconf-1.0.7 Verify you have write access to ~/.gconf and ~/.gconfd. Also, verify /tmp is writable. Make sure your machine's hostname resolves as well (even if it's to 127.0.0.1 in /etc/hosts). Joe > Once again I would like to thank you for the time I'm making you waste with my dumb questions > > Sincerely yours > Geraud > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-gnome" in the body of the message From owner-freebsd-gnome Fri Jan 4 10:17:39 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 490EB37B41B; Fri, 4 Jan 2002 10:17:30 -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 g04IGwv34712; Fri, 4 Jan 2002 13:16:58 -0500 (EST) (envelope-from marcus@marcuscom.com) Subject: Re: GNOME on FreeBSD website From: Joe Clarke To: Maxim Sobolev Cc: John Merryweather Cooper , gnome@FreeBSD.org In-Reply-To: <1010147727.65769.0.camel@notebook> References: <1010147727.65769.0.camel@notebook> Content-Type: text/plain Content-Transfer-Encoding: 7bit X-Mailer: Evolution/1.0 (Preview Release) Date: 04 Jan 2002 13:17:44 -0500 Message-Id: <1010168265.16995.8.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-04 at 07:34, Maxim Sobolev wrote: > Hi John & folks, > > According to our previous conversation I've prepared short list of > things to put on GNOME on FreeBSD website. I've compiled it from the > content of the Java on FreeBSD pages (http://www.freebsd.org/java) and > KDE on FreeBSD (http://freebsd.kde.org). By no mean the list is > complete, so any suggestions and critique are highly appreciated. I > think it would make sense to start creating those pages based upon > existing Java pages to avoid reinventing the wheel (source is available > via anoncvs - www/en/java checkout www module, copy www/en/java into > www/en/gnome, tweak Makefiles etc. etc). Once at least preliminary > version is complete, I'll start bugging -core to approve those pages. Will we have commit access to upload changes? It will be difficult to work cooperatively any way else. Thanks. Joe > > Following is the list of things I would like to see on the left plane: > > News: > o Announcements > > GNOME on FreeBSD: > o GNOME on FreeBSD Home --> http://www.FreeBSD.org/gnome/ > o Installation Instructions > o Available Applications --> http://www.FreeBSD.org/ports/gnome.html > o How to Help > o Reporting a Bug > o Screenshots > o Contact Us > > Documentation: > o FAQ > o Creating Ports > > Resources: > o GNOME Project > o KDE Project > o KDE on FreeBSD > > Don't hesitate to contact me if something is unclear. > > 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 4 15: 0:32 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 3B00337B41D; Fri, 4 Jan 2002 15:00:28 -0800 (PST) Received: (from pat@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g04Mx1P70402; Fri, 4 Jan 2002 14:59:01 -0800 (PST) (envelope-from pat) Date: Fri, 4 Jan 2002 14:59:01 -0800 (PST) From: Message-Id: <200201042259.g04Mx1P70402@freefall.freebsd.org> To: pat@FreeBSD.org, freebsd-ports@FreeBSD.org, gnome@FreeBSD.org Subject: Re: ports/33550: libgda-0.2.93_2 doesn't build with g++ 3.0.2 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: libgda-0.2.93_2 doesn't build with g++ 3.0.2 Responsible-Changed-From-To: freebsd-ports->gnome Responsible-Changed-By: pat Responsible-Changed-When: Fri Jan 4 14:58:36 PST 2002 Responsible-Changed-Why: Over to maintainers. http://www.FreeBSD.org/cgi/query-pr.cgi?pr=33550 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-gnome" in the body of the message From owner-freebsd-gnome Fri Jan 4 15:20:30 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 DC26D37B419; Fri, 4 Jan 2002 15:20:27 -0800 (PST) Received: (from pat@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g04NARt75635; Fri, 4 Jan 2002 15:10:27 -0800 (PST) (envelope-from pat) Date: Fri, 4 Jan 2002 15:10:27 -0800 (PST) From: Message-Id: <200201042310.g04NARt75635@freefall.freebsd.org> To: pat@FreeBSD.org, freebsd-ports@FreeBSD.org, gnome@FreeBSD.org Subject: Re: ports/33538: esound-0.2.23 doesn't build with gcc 3.0.2 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: esound-0.2.23 doesn't build with gcc 3.0.2 Responsible-Changed-From-To: freebsd-ports->gnome Responsible-Changed-By: pat Responsible-Changed-When: Fri Jan 4 15:10:14 PST 2002 Responsible-Changed-Why: Over to maintainers http://www.FreeBSD.org/cgi/query-pr.cgi?pr=33538 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-gnome" in the body of the message From owner-freebsd-gnome Fri Jan 4 17: 4:34 2002 Delivered-To: freebsd-gnome@freebsd.org Received: from groovie.org (adsl-64-161-25-133.dsl.sntc01.pacbell.net [64.161.25.133]) by hub.freebsd.org (Postfix) with ESMTP id 5CAFC37B425; Fri, 4 Jan 2002 17:04:25 -0800 (PST) Received: from skyline (helo=localhost) by groovie.org with local-esmtp (Exim 3.33 #1) id 16MfG4-000INP-00; Fri, 04 Jan 2002 17:04:24 -0800 Date: Fri, 4 Jan 2002 17:04:24 -0800 (PST) From: Philip Jenvey To: Maxim Sobolev Cc: Joe Clarke , Peter Schultz , Subject: Re: ChatZilla! Message-ID: <20020104042243.K19597-100000@chomsky.groovie.org> 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 Too bad I didn't get this in before the commit, but how about enabling xmlterm (http://www.xmlterm.org) as well? It's still in the alpha stages, but I can't see how including it in the default build would cause less stability. I'll settle for a knob though. --with-extensions=default,xmlterm Building it creates a few new files: xmlterm, xls, and xcat. -- Philip Jenvey To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-gnome" in the body of the message From owner-freebsd-gnome Fri Jan 4 17:59: 4 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 EF6A137C2DD; Fri, 4 Jan 2002 17:39:06 -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 g051cMv37376; Fri, 4 Jan 2002 20:38:24 -0500 (EST) (envelope-from marcus@marcuscom.com) Subject: Re: ChatZilla! From: Joe Clarke To: Philip Jenvey Cc: Maxim Sobolev , Peter Schultz , gnome@FreeBSD.org In-Reply-To: <20020104042243.K19597-100000@chomsky.groovie.org> References: <20020104042243.K19597-100000@chomsky.groovie.org> Content-Type: text/plain Content-Transfer-Encoding: 7bit X-Mailer: Evolution/1.0 (Preview Release) Date: 04 Jan 2002 20:39:11 -0500 Message-Id: <1010194754.16995.32.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-04 at 20:04, Philip Jenvey wrote: > Too bad I didn't get this in before the commit, but how about enabling > xmlterm (http://www.xmlterm.org) as well? It's still in the alpha > stages, but I can't see how including it in the default build would > cause less stability. I'll settle for a knob though. > > --with-extensions=default,xmlterm > > Building it creates a few new files: xmlterm, xls, and xcat. Maybe with a patch like this, but I haven't done any testing. --- Makefile.orig Fri Jan 4 20:37:46 2002 +++ Makefile Fri Jan 4 20:37:39 2002 @@ -2,12 +2,12 @@ # Date created: 31 Mar 1998 # Whom: eivind/dima/jseger # -# $FreeBSD: ports/www/mozilla/Makefile,v 1.77 2002/01/04 14:18:26 sobomax Exp $ +# $FreeBSD: ports/www/mozilla/Makefile,v 1.76 2002/01/03 12:09:51 sobomax Exp $ # PORTNAME= mozilla PORTVERSION= 0.9.7 -PORTREVISION= 2 +PORTREVISION= 3 PORTEPOCH= 1 CATEGORIES= www MASTER_SITES= ${MASTER_SITE_LOCAL:S,%SUBDIR%,sobomax,} \ @@ -34,6 +34,13 @@ USE_NEWGCC= yes USE_GTK= yes GNU_CONFIGURE= yes +MOZILLA_EXTENSIONS= default +.if defined(WITH_CHATZILLA) +MOZILLA_EXTENSIONS+= ",irc" +.endif +.if defined(WITH_XMLTERM) +MOZILLA_EXTENSIONS+= ",xmlterm" +.endif CONFIGURE_ARGS= \ --disable-cpp-exceptions \ --disable-cpp-rtti \ @@ -57,10 +64,8 @@ --with-jpeg=${LOCALBASE} \ --with-png=${LOCALBASE} \ --with-mng=${LOCALBASE} \ - --with-pthreads -.if !defined(WITHOUT_CHATZILLA) -CONFIGURE_ARGS+= --with-extensions=default,irc -.endif + --with-pthreads \ + --with-extensions="${MOZILLA_EXTENSIONS}" CONFIGURE_ENV= BSD_PTHREAD_LIBS="${PTHREAD_LIBS}" \ CFLAGS="" CXXFLAGS="" \ MOZ_INTERNAL_LIBART_LGPL=1 > > -- > Philip Jenvey > > > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-gnome" in the body of the message From owner-freebsd-gnome Fri Jan 4 18:49:14 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 0436837C100; Fri, 4 Jan 2002 18:39:04 -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 g052cRv37655; Fri, 4 Jan 2002 21:38:27 -0500 (EST) (envelope-from marcus@marcuscom.com) Subject: Re: ChatZilla! From: Joe Clarke To: Joe Clarke Cc: Philip Jenvey , Maxim Sobolev , Peter Schultz , gnome@FreeBSD.ORG In-Reply-To: <1010194754.16995.32.camel@shumai.marcuscom.com> References: <20020104042243.K19597-100000@chomsky.groovie.org> <1010194754.16995.32.camel@shumai.marcuscom.com> Content-Type: text/plain Content-Transfer-Encoding: 7bit X-Mailer: Evolution/1.0 (Preview Release) Date: 04 Jan 2002 21:39:17 -0500 Message-Id: <1010198358.16995.37.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-04 at 20:39, Joe Clarke wrote: . > > --- Makefile.orig Fri Jan 4 20:37:46 2002 > +++ Makefile Fri Jan 4 20:37:39 2002 > @@ -2,12 +2,12 @@ > # Date created: 31 Mar 1998 > # Whom: eivind/dima/jseger > # > -# $FreeBSD: ports/www/mozilla/Makefile,v 1.77 2002/01/04 14:18:26 sobomax Exp $ > +# $FreeBSD: ports/www/mozilla/Makefile,v 1.76 2002/01/03 12:09:51 sobomax Exp $ > # For give the rush. This patch will at least apply cleanly: --- Makefile.orig Fri Jan 4 20:37:46 2002 +++ Makefile Fri Jan 4 21:37:21 2002 @@ -7,7 +7,7 @@ PORTNAME= mozilla PORTVERSION= 0.9.7 -PORTREVISION= 2 +PORTREVISION= 3 PORTEPOCH= 1 CATEGORIES= www MASTER_SITES= ${MASTER_SITE_LOCAL:S,%SUBDIR%,sobomax,} \ @@ -34,6 +34,13 @@ USE_NEWGCC= yes USE_GTK= yes GNU_CONFIGURE= yes +MOZILLA_EXTENSIONS= default +.if defined(WITH_CHATZILLA) +MOZILLA_EXTENSIONS+= ",irc" +.endif +.if defined(WITH_XMLTERM) +MOZILLA_EXTENSIONS+= ",xmlterm" +.endif CONFIGURE_ARGS= \ --disable-cpp-exceptions \ --disable-cpp-rtti \ @@ -57,10 +64,8 @@ --with-jpeg=${LOCALBASE} \ --with-png=${LOCALBASE} \ --with-mng=${LOCALBASE} \ - --with-pthreads -.if !defined(WITHOUT_CHATZILLA) -CONFIGURE_ARGS+= --with-extensions=default,irc -.endif + --with-pthreads \ + --with-extensions="${MOZILLA_EXTENSIONS}" CONFIGURE_ENV= BSD_PTHREAD_LIBS="${PTHREAD_LIBS}" \ CFLAGS="" CXXFLAGS="" \ MOZ_INTERNAL_LIBART_LGPL=1 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-gnome" in the body of the message From owner-freebsd-gnome Sat Jan 5 1: 7:49 2002 Delivered-To: freebsd-gnome@freebsd.org Received: from squall.waterspout.com (squall.waterspout.com [208.13.56.12]) by hub.freebsd.org (Postfix) with ESMTP id 5E35E37B405; Sat, 5 Jan 2002 01:07:45 -0800 (PST) Received: by squall.waterspout.com (Postfix, from userid 1050) id 7EDAD9B08; Sat, 5 Jan 2002 04:05:14 -0500 (EST) Date: Sat, 5 Jan 2002 04:05:14 -0500 From: Will Andrews To: gnome@FreeBSD.org, ports@FreeBSD.org Subject: Re: cvs commit: ports/deskutils/kdepim Makefile ports/palm/gnomepilot Makefile ports/palm/gnomepilot-conduits Makefile ports/palm/syncal Makefile ports/palm/pilot-link Makefile pkg-plist Message-ID: <20020105040514.W73815@squall.waterspout.com> Reply-To: Will Andrews Mail-Followup-To: gnome@FreeBSD.org, ports@FreeBSD.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.3.22.1i 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, Jan 05, 2002 at 12:57:30AM -0800, Will Andrews wrote: > Modified files: > deskutils/kdepim Makefile > palm/gnomepilot Makefile > palm/gnomepilot-conduits Makefile > palm/syncal Makefile > palm/pilot-link Makefile pkg-plist > Log: > Make pilot-link install directly into PREFIX. This should allow > pilot-link and all dependents to build correctly on bento. Maintainers, Please accept my apology if I offended any of you without asking for review. However, given that the last time someone asked abuot why pilot-link was in ${PREFIX}/pilot was an unfruitful discussion, and that things were broken on bento, I decided to fix this once and for all. Your ports required simple modifications to adjust for the moved location. Nothing more, nothing less. Regards, -- wca To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-gnome" in the body of the message From owner-freebsd-gnome Sat Jan 5 3:28:37 2002 Delivered-To: freebsd-gnome@freebsd.org Received: from smtp6.port.ru (mx6.port.ru [194.67.57.16]) by hub.freebsd.org (Postfix) with ESMTP id E290B37B416; Sat, 5 Jan 2002 03:28:16 -0800 (PST) Received: from [193.108.237.234] (helo=[193.108.237.234]) by smtp6.port.ru with esmtp (Exim 3.14 #1) id 16Mozg-0002HK-00; Sat, 05 Jan 2002 14:28:09 +0300 Subject: Re: cvs commit: ports/deskutils/kdepim Makefile ports/palm/gnomepilot Makefile ports/palm/gnomepilot-conduits Makefile ports/palm/syncal Makefile ports/palm/pilot-link Makefile pkg-plist From: Maxim Sobolev Reply-To: sobomax@FreeBSD.org To: Will Andrews Cc: gnome@FreeBSD.ORG, ports@FreeBSD.ORG, dima@freebsd.org In-Reply-To: <20020105040514.W73815@squall.waterspout.com> References: <20020105040514.W73815@squall.waterspout.com> Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="=-slGtRsBINc+wx2C+ZIaV" Message-Id: <1010230056.248.20.camel@notebook> Mime-Version: 1.0 X-Mailer: Evolution/1.0 (Preview Release) Date: 05 Jan 2002 13:27:41 +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 --=-slGtRsBINc+wx2C+ZIaV Content-Type: text/plain Content-Transfer-Encoding: quoted-printable On Sat, 2002-01-05 at 11:05, Will Andrews wrote: > On Sat, Jan 05, 2002 at 12:57:30AM -0800, Will Andrews wrote: > > Modified files: > > deskutils/kdepim Makefile=20 > > palm/gnomepilot Makefile=20 > > palm/gnomepilot-conduits Makefile=20 > > palm/syncal Makefile=20 > > palm/pilot-link Makefile pkg-plist=20 > > Log: > > Make pilot-link install directly into PREFIX. This should allow > > pilot-link and all dependents to build correctly on bento. >=20 > Maintainers, >=20 > Please accept my apology if I offended any of you without asking > for review. However, given that the last time someone asked > abuot why pilot-link was in ${PREFIX}/pilot was an unfruitful > discussion, That was me. I don't think that the discussion was unfruitful - maintainer (dima@freebsd.org) refused to participate in, but the general agreement was reached that it needs to be fixed eventually. > and that things were broken on bento, I decided to > fix this once and for all. Thanks, I planned to fix this right after release, but I don't mind that you did it. I hope that it doesn't break something. -Maxim > Your ports required simple modifications to adjust for the moved > location. Nothing more, nothing less. >=20 > Regards, > --=20 > wca >=20 > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-gnome" in the body of the message >=20 >=20 --=-slGtRsBINc+wx2C+ZIaV Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.6 (FreeBSD) Comment: For info see http://www.gnupg.org iD8DBQA8NuMnoNu5t4iCBa8RAv0SAJ92jqmWSVMfeLFhqA3gP8I5wyMksgCfeGYC aY7Av7Vn+gY/gBScqM4hRh8= =JTH/ -----END PGP SIGNATURE----- --=-slGtRsBINc+wx2C+ZIaV-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-gnome" in the body of the message From owner-freebsd-gnome Sat Jan 5 13:30:50 2002 Delivered-To: freebsd-gnome@freebsd.org Received: from dc-mx04.cluster1.charter.net (dc-mx04.cluster0.hsacorp.net [209.225.8.14]) by hub.freebsd.org (Postfix) with ESMTP id 454FA37B41B for ; Sat, 5 Jan 2002 13:30:44 -0800 (PST) Received: from [24.217.57.162] (HELO there) by dc-mx04.cluster1.charter.net (CommuniGate Pro SMTP 3.4.6) with SMTP id 4120415 for gnome@FreeBSD.org; Sat, 05 Jan 2002 16:37:05 -0500 Content-Type: text/plain; charset="iso-8859-1" From: Dave Uhring To: gnome@FreeBSD.org Subject: Broken Port - libgda Date: Sat, 5 Jan 2002 15:30:35 -0600 X-Mailer: KMail [version 1.3.2] MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Message-ID: 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 ===> Returning to build of libgda-0.2.93_2 ===> libgda-0.2.93_2 depends on shared library: X11.6 - found ===> libgda-0.2.93_2 depends on shared library: esd.2 - found ===> libgda-0.2.93_2 depends on shared library: glib12.3 - found ===> libgda-0.2.93_2 depends on shared library: gtk12.2 - found ===> libgda-0.2.93_2 depends on shared library: Imlib.5 - found ===> libgda-0.2.93_2 depends on shared library: gnome.5 - found ===> libgda-0.2.93_2 depends on shared library: capplet.5 - found ===> Patching for libgda-0.2.93_2 ===> Applying FreeBSD patches for libgda-0.2.93_2 1 out of 1 hunks failed--saving rejects to Makefile.in.rej >> Patch patch-aa failed to apply cleanly. *** Error code 1 Stop in /usr/ports/databases/libgda. *** Error code 1 Stop in /usr/ports/databases/libgda. *** Error code 1 And to make matters worse, the package is not available at the FTP sites. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-gnome" in the body of the message From owner-freebsd-gnome Sat Jan 5 13:36:30 2002 Delivered-To: freebsd-gnome@freebsd.org Received: from dc-mx01.cluster1.charter.net (dc-mx01.cluster0.hsacorp.net [209.225.8.11]) by hub.freebsd.org (Postfix) with ESMTP id 1929937B402 for ; Sat, 5 Jan 2002 13:36:29 -0800 (PST) Received: from [24.217.57.162] (HELO there) by dc-mx01.cluster1.charter.net (CommuniGate Pro SMTP 3.4.6) with SMTP id 62667738 for gnome@FreeBSD.org; Sat, 05 Jan 2002 16:44:19 -0500 Content-Type: text/plain; charset="iso-8859-1" From: Dave Uhring To: gnome@FreeBSD.org Subject: Broken Port - libgda Date: Sat, 5 Jan 2002 15:36:25 -0600 X-Mailer: KMail [version 1.3.2] MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Message-ID: 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 Excuse me! The source file downloaded was corrupted. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-gnome" in the body of the message