From owner-freebsd-gnome Sun Jan 19 0: 6:10 2003 Delivered-To: freebsd-gnome@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 75ADF37B401 for ; Sun, 19 Jan 2003 00:06:06 -0800 (PST) Received: from creme-brulee.marcuscom.com (rdu57-17-158.nc.rr.com [66.57.17.158]) by mx1.FreeBSD.org (Postfix) with ESMTP id 56B4B43E4A for ; Sun, 19 Jan 2003 00:06:00 -0800 (PST) (envelope-from marcus@marcuscom.com) Received: from [192.168.1.4] (shumai.marcuscom.com [192.168.1.4]) by creme-brulee.marcuscom.com (8.12.6/8.12.6) with ESMTP id h0J84wDx077562; Sun, 19 Jan 2003 03:04:58 -0500 (EST) (envelope-from marcus@marcuscom.com) Subject: Re: ports/47129: sawfish2-1.2.1_2 make fails with Shared object "libgdbm.so.2" not found From: Joe Marcus Clarke To: jimd@siu.edu Cc: FreeBSD GNOME Users In-Reply-To: <200301190800.h0J80Djr041841@freefall.freebsd.org> References: <200301190800.h0J80Djr041841@freefall.freebsd.org> Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="=-KTIHhJbAEHNtArjRal1Z" Organization: MarcusCom, Inc. Message-Id: <1042963552.470.24.camel@shumai.marcuscom.com> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.2.1 Date: 19 Jan 2003 03:05:53 -0500 X-Spam-Status: No, hits=-2.7 required=5.0 tests=AWL,IN_REP_TO,NOSPAM_INC,PGP_SIGNATURE_2,QUOTED_EMAIL_TEXT, REFERENCES,SPAM_PHRASE_00_01,TO_BE_REMOVED_REPLY version=2.43 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 --=-KTIHhJbAEHNtArjRal1Z Content-Type: text/plain Content-Transfer-Encoding: quoted-printable On Sun, 2003-01-19 at 03:00, jimd@siu.edu wrote: > The following reply was made to PR ports/47129; it has been noted by GNAT= S. >=20 > From: jimd@siu.edu > To: FreeBSD-gnats-submit@FreeBSD.org > Cc: marcus@marcuscom.com > Subject: Re: ports/47129: sawfish2-1.2.1_2 make fails with Shared object > "libgdbm.so.2" not found > Date: Sun, 19 Jan 2003 02:02:19 +0000 (CST) >=20 > Hmmm - it would be nice to always have only one version of any given S/W > product, but in many cases, multiple versions are required because other= S/W > products force a particular version to exist. It would be nice if ALL S/= W > products could accept newer pre-/co-requisite S/W, but that simply isn't= the > case. Perl and tcl/tk are famous for this, but this also happens with PO= RTS > accepting one and only one version of a given piece of S/W. The multiple > versions of librep may have been entirely my fault, however. I agree. However, what you're describing is not what existed with this gettext problem. gettext-0.11.x isn't like Perl of Tcl. You should only have one version of it installed at any given time. Sure, you may have gettext-devel and gettext installed, that's fine...but only one devel/gettext. Joe > =20 > At any rate, I now have the latest sawfish (2-1.2_1,2) installed by maki= ng a > link from gdbm.2 to gdbm.3, so the PR can be closed. > =20 > ll /usr/local/lib/libgdbm* > -rw-r--r-- 1 root wheel 34326 Jan 12 04:06 /usr/local/lib/libgdbm.a > lrwxrwxr-x 1 root wheel 12 Jan 12 04:06 /usr/local/lib/libgdbm.so = -> libgdbm.so.3 > lrwxrwxr-x 1 root wheel 12 Jan 16 01:44 /usr/local/lib/libgdbm.so.= 2 -> libgdbm.so.3 > -rwxr-xr-x 1 root wheel 23421 Jan 12 04:06 /usr/local/lib/libgdbm.so.= 3 > =20 > ll `which sawfish` > -r-xr-xr-x 1 root wheel 157540 Jan 16 08:24 /usr/X11R6/bin/sawfish > =20 >=20 >=20 > On 16 Jan, Joe Marcus Clarke wrote: > > On Thu, 2003-01-16 at 09:20, jimd@siu.edu wrote: > >> The following reply was made to PR ports/47129; it has been noted by = GNATS. > >>=20 > >> From: jimd@siu.edu > >> To: FreeBSD-gnats-submit@FreeBSD.org > >> Cc: marcus@FreeBSD.org > >> Subject: Re: ports/47129: sawfish2-1.2.1_2 make fails with Shared obj= ect > >> "libgdbm.so.2" not found > >> Date: Thu, 16 Jan 2003 08:16:46 +0000 (CST) > >>=20 > >> Already had the latest/current librep, but will deinstall/reinstall = any way > >> to get rid of anything left over from the older version. > >=20 > > You should never have this kind of situation. You should never have t= wo > > versions of the same package installed like this. sawfish2 does > > upgrade. > >=20 > > Joe > >=20 > >> =20 > >> pkg_info|grep librep > >> librep-0.15.2_1 An Emacs Lisp like runtime library > >> librep-0.16.1_1 An Emacs Lisp like runtime library > >> =20 > >>=20 > >> page Makefile > >> # New ports collection makefile for: librep > >> # Date created: 13 September 1999 > >> # Whom: Yukihiro Nakai > >> # > >> # $FreeBSD: ports/lang/librep/Makefile,v 1.42 2003/01/03 08:26:31 ij= liao Exp $ > >> # > >> =20 > >> PORTNAME=3D librep > >> PORTVERSION=3D 0.16.1 > >> PORTREVISION=3D 1 > >> CATEGORIES=3D lang gnome > >> =20 > >>=20 > >> On 15 Jan, Joe Marcus Clarke wrote: > >> > Synopsis: sawfish2-1.2.1_2 make fails with Shared object "libgdbm.= so.2" not found > >> >=20 > >> > State-Changed-From-To: open->closed > >> > State-Changed-By: marcus > >> > State-Changed-When: Wed Jan 15 23:54:58 PST 2003 > >> > State-Changed-Why:=20 > >> > You must rebuild lang/librep after upgrading to the latest gdbm. = I recommend: > >> >=20 > >> > portupgrade -rf librep > >> >=20 > >> > http://www.freebsd.org/cgi/query-pr.cgi?pr=3D47129 > >> =20 > >>=20 > >> To Unsubscribe: send mail to majordomo@FreeBSD.org > >> with "unsubscribe freebsd-gnome" in the body of the message > =20 >=20 > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-gnome" in the body of the message --=20 PGP Key : http://www.marcuscom.com/pgp.asc --=-KTIHhJbAEHNtArjRal1Z Content-Type: application/pgp-signature; name=signature.asc Content-Description: This is a digitally signed message part -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.1 (FreeBSD) iD8DBQA+Klxgb2iPiv4Uz4cRAhXJAKClrSMzKiXwCsKcFTNDdohFPdzgeACfR7lB Qlw5hfN55YkexZ1WPopQZko= =wqYY -----END PGP SIGNATURE----- --=-KTIHhJbAEHNtArjRal1Z-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-gnome" in the body of the message From owner-freebsd-gnome Sun Jan 19 0:53: 4 2003 Delivered-To: freebsd-gnome@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4FFAF37B401 for ; Sun, 19 Jan 2003 00:53:03 -0800 (PST) Received: from httpd.terions.de (static62-99-146-055.adsl.inode.at [62.99.146.55]) by mx1.FreeBSD.org (Postfix) with SMTP id BEAFE43EB2 for ; Sun, 19 Jan 2003 00:53:00 -0800 (PST) (envelope-from martin.klaffenboeck@gmx.at) Received: (qmail 2615 invoked from network); 19 Jan 2003 08:52:54 -0000 Received: from unknown (HELO martin.kleinerdrache.org) (127.0.0.1) by loopback with SMTP; 19 Jan 2003 08:52:54 -0000 Date: Sun, 19 Jan 2003 09:52:54 +0100 From: Martin Klaffenboeck To: Joe Marcus Clarke Cc: Martin Klaffenboeck , FreeBSD GNOME Users Subject: Re: balsa2 fails, marcusmerge Message-ID: <20030119085254.GA403@martin.kdrache.org> References: <20030118204030.GA28395@martin.kdrache.org> <1042923556.7820.22.camel@shumai.marcuscom.com> Mime-Version: 1.0 Content-Type: text/plain; format=flowed; charset=ISO-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <1042923556.7820.22.camel@shumai.marcuscom.com>; from marcus@FreeBSD.org on Sa, Jan 18, 2003 at 21:59:16 +0100 X-Mailer: Balsa 2.0.4 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 Am 2003.01.18 21:59 schrieb(en) Joe Marcus Clarke: > There are known issues with libgnomeprint 2.2 and 2.0. GNOME 2.2 may > ship with both. In the meantime, the balsa2 from > http://www.marcuscom.com/downloads/freeze/ should support both. Which port do I have to copy for mozilla-gtk2. I think I have patched the port allready which should be copied. Maybe you can send me this port? Martin To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-gnome" in the body of the message From owner-freebsd-gnome Sun Jan 19 1: 0:29 2003 Delivered-To: freebsd-gnome@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4BE0537B401 for ; Sun, 19 Jan 2003 01:00:25 -0800 (PST) Received: from httpd.terions.de (static62-99-146-055.adsl.inode.at [62.99.146.55]) by mx1.FreeBSD.org (Postfix) with SMTP id 7173D43F13 for ; Sun, 19 Jan 2003 01:00:19 -0800 (PST) (envelope-from martin.klaffenboeck@gmx.at) Received: (qmail 6344 invoked from network); 19 Jan 2003 09:00:17 -0000 Received: from unknown (HELO martin.kleinerdrache.org) (127.0.0.1) by loopback with SMTP; 19 Jan 2003 09:00:17 -0000 Date: Sun, 19 Jan 2003 10:00:17 +0100 From: Martin Klaffenboeck To: Franz Klammer Cc: Joe Marcus Clarke , Martin Klaffenboeck , FreeBSD GNOME Users Subject: Re: balsa2 fails, marcusmerge Message-ID: <20030119090016.GC403@martin.kdrache.org> References: <20030118204030.GA28395@martin.kdrache.org> <1042923556.7820.22.camel@shumai.marcuscom.com> <20030118212035.GE28395@martin.kdrache.org> <1042938104.33708.15.camel@ds9.webonaut.com> <1042938263.7820.57.camel@shumai.marcuscom.com> <1042939299.33708.31.camel@ds9.webonaut.com> Mime-Version: 1.0 Content-Type: text/plain; format=flowed; charset=ISO-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <1042939299.33708.31.camel@ds9.webonaut.com>; from klammer@webonaut.com on So, Jan 19, 2003 at 02:21:40 +0100 X-Mailer: Balsa 2.0.4 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 Am 2003.01.19 02:21 schrieb(en) Franz Klammer: > Am So, 2003-01-19 um 02.04 schrieb Joe Marcus Clarke: > > On Sat, 2003-01-18 at 20:01, Franz Klammer wrote: > > > Am Sa, 2003-01-18 um 22.20 schrieb Martin Klaffenboeck: > > > > Am 2003.01.18 21:59 schrieb(en) Joe Marcus Clarke: > > > > > On Sat, 2003-01-18 at 15:40, Martin Klaffenboeck wrote: > > > > > > Hello, > > > > > > > > > > > > I tryed to use portupgrade -r pkg-config to update all the > ports. > > > > > > Could there be something wrong, when I try to use > portupgrade -fr > > > > > > pkg-config there are also gnome1 ports rebuilt. I was > breaking the > > > > > > procedure and so I think there could be something wrong with > gnome1, > > > > > > > > > > > gnome2 ... > > > > > > > > > > No, this is expected. However, by this point, you shouldn't > have any > > > > > ports on your system that would overwrite the GNOME 2 desktop. > > > > > > > > Allright, I see. > > > > > > > > > > > > > > > > Is the USE_GNOMENG really correct for gnome1 or gnome2 > installation? > > > > > > > > > > > It would be nice to have a setting like USE_GNOME_VER= 2 or > > > > > > USE_GNOME_VER= 1 in my /etc/make.conf so that there cannot > be > > > > > something > > > > > > wrong in the installation. If I use USE_GNOME_VER= 2 every > port > > > > > which > > > > > > must not be installed, sould not get installed anymore, even > if it > > > > > is a > > > > > > dependency. > > > > > > > > > > That's the idea. I just have so much in my backlog, I haven't > started > > > > > on the GNOME 2 additions to bsd.gnomeng.mk. However, my > thughts are > > > > > to > > > > > create WANT macros like: > > > > > > > > > > WANT_GNOME_DESKTOP= 1 > > > > > WANT_GNOME_DESKTOP= 2 > > > > > > > > > > Ports, like gaim, can set WANT_GNOME_DESKTOP=1, then check to > see if > > > > > the > > > > > user has the GNOME 1 desktop, if they do, the gaim applet will > be > > > > > built. If not, then the gaim application will be built. > Conversely, > > > > > ports like gimp-devel would set WANT_GNOME_DESKTOP=2, and do a > similar > > > > > check. > > > > > > > > > > For ports like file_applet_menu, a macro would exist like > > > > > USE_GNOME_DESKTOP=1. If the GNOME 1 desktop isn't present, > the port > > > > > would refuse to build. I had even rolled the thought around > in my > > > > > head > > > > > for auto-creating a PRE-INSTALL script if one didn't already > exist, > > > > > that > > > > > would enforce this when installing packages as well. Though > this may > > > > > just be unreasonable. > > > > > > > > That sounds great for me. > > > > > > > > > > > > > > > > After portupgrade -r pkg-config: > > > > > > > > > > > > Now balsa2 doesn't show icons in the toolbar. I tryed to > reinstall, > > > > > > > > > > > but it fails on the check for libgnomeprint. Maybe there is > > > > > something > > > > > > wrong in the configure script? I think, you can reproduce > this. > > > > > > > > > > There are known issues with libgnomeprint 2.2 and 2.0. GNOME > 2.2 may > > > > > ship with both. In the meantime, the balsa2 from > > > > > http://www.marcuscom.com/downloads/freeze/ should support > both. > > > > > > > > I'll try that out. Why don't you put that to the portstree? I > used > > > > marcusmerge for that. Shouln't there come a new balsa2 with it? > > > > > > if you want, i have all*) ports from freeze patched and i do > > > an update with marcusmerge. currently i'm first doing a normal > cvsup > > > then merge the freeze-ports and at last i'm merging the gnome > 2.1-ports. > > > > > > also i've changed all Makfiles where i've found a LIB_DEPENDS to > > > gtk+X11-2.0.0 with this lines: > > > > > > .if !exists(${X11BASE}/libdata/pkgconfig/gtk+-2.0.pc) > > > LIB_DEPENDS+= gtk-x11-2.0.0:${PORTSDIR}/x11-toolkits/gtk20 > > > .endif > > > > > > if gtk-2.2 is installed a LIB_DEPENDS to 2.0.0 result in > > > "not found" because gtk-2.2 needs a value of gtk-x11-2.0.200. > > > > > > franz. > > > > > > *) expect mozilla-gtk2 - i've didn't find this port. > > > > This is a port to be repo-copied. If you want to use this port, you > > must first copy mozilla-devel-gtk2 to mozilla-gtk2, and edit the CVS > Id > > accordingly. > > > > no, not really. this was "just for info". > i've patched all 46 ports. also the ports i didn't use myself. > it takes only a little while more and ... who knows ... maybe > someone can use it ... maybe Martin? :-) I'm not really sure, if I can use this. I'd like to have all the patched ports, but now, Marcus tells me on Tuesday, everything will be fine in the official portstree. Does that mean for me, we don't need the freze patches anymore and marcusmerge is obsolete for a while? Martin > franz. > > > Joe > -- > > > 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 Sun Jan 19 1:10:37 2003 Delivered-To: freebsd-gnome@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4C4EE37B401 for ; Sun, 19 Jan 2003 01:10:36 -0800 (PST) Received: from creme-brulee.marcuscom.com (rdu57-17-158.nc.rr.com [66.57.17.158]) by mx1.FreeBSD.org (Postfix) with ESMTP id 46FFC43ED8 for ; Sun, 19 Jan 2003 01:10:35 -0800 (PST) (envelope-from marcus@FreeBSD.org) Received: from [192.168.1.4] (shumai.marcuscom.com [192.168.1.4]) by creme-brulee.marcuscom.com (8.12.6/8.12.6) with ESMTP id h0J99WDx077883; Sun, 19 Jan 2003 04:09:32 -0500 (EST) (envelope-from marcus@FreeBSD.org) Subject: Re: balsa2 fails, marcusmerge From: Joe Marcus Clarke To: Martin Klaffenboeck Cc: FreeBSD GNOME Users In-Reply-To: <20030119085254.GA403@martin.kdrache.org> References: <20030118204030.GA28395@martin.kdrache.org> <1042923556.7820.22.camel@shumai.marcuscom.com> <20030119085254.GA403@martin.kdrache.org> Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="=-lEvbCo0pIm4X0Sga4ekd" Organization: FreeBSD, Inc. Message-Id: <1042967427.470.26.camel@shumai.marcuscom.com> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.2.1 Date: 19 Jan 2003 04:10:28 -0500 X-Spam-Status: No, hits=-2.2 required=5.0 tests=AWL,IN_REP_TO,NOSPAM_INC,PGP_SIGNATURE_2,QUOTED_EMAIL_TEXT, REFERENCES,SPAM_PHRASE_00_01 version=2.43 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 --=-lEvbCo0pIm4X0Sga4ekd Content-Type: text/plain Content-Transfer-Encoding: quoted-printable On Sun, 2003-01-19 at 03:52, Martin Klaffenboeck wrote: > Am 2003.01.18 21:59 schrieb(en) Joe Marcus Clarke: >=20 > > There are known issues with libgnomeprint 2.2 and 2.0. GNOME 2.2 may > > ship with both. In the meantime, the balsa2 from > > http://www.marcuscom.com/downloads/freeze/ should support both. >=20 > Which port do I have to copy for mozilla-gtk2. I think I have patched=20 > the port allready which should be copied. Maybe you can send me this=20 > port? Copy /usr/ports/www/mozilla-devel-gtk2 to /usr/ports/www/mozilla-gtk2, then edit the Makefile, and change all occurrences of mozilla-devel-gtk2 with mozilla-gtk2. Joe >=20 > Martin --=20 Joe Marcus Clarke FreeBSD GNOME Team :: marcus@FreeBSD.org http://www.FreeBSD.org/gnome --=-lEvbCo0pIm4X0Sga4ekd Content-Type: application/pgp-signature; name=signature.asc Content-Description: This is a digitally signed message part -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.1 (FreeBSD) iD8DBQA+KmuDb2iPiv4Uz4cRAj5IAKCeOcj9O7vy4x/5PJZKS9lHDpTBOACfbPwK pf6A4EKSd/kFJzDH8c2huOU= =AzWZ -----END PGP SIGNATURE----- --=-lEvbCo0pIm4X0Sga4ekd-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-gnome" in the body of the message From owner-freebsd-gnome Sun Jan 19 1:11:45 2003 Delivered-To: freebsd-gnome@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C9BEF37B401 for ; Sun, 19 Jan 2003 01:11:40 -0800 (PST) Received: from creme-brulee.marcuscom.com (rdu57-17-158.nc.rr.com [66.57.17.158]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7EEDD43F5F for ; Sun, 19 Jan 2003 01:11:39 -0800 (PST) (envelope-from marcus@FreeBSD.org) Received: from [192.168.1.4] (shumai.marcuscom.com [192.168.1.4]) by creme-brulee.marcuscom.com (8.12.6/8.12.6) with ESMTP id h0J9AgDx077903; Sun, 19 Jan 2003 04:10:42 -0500 (EST) (envelope-from marcus@FreeBSD.org) Subject: Re: balsa2 fails, marcusmerge From: Joe Marcus Clarke To: Martin Klaffenboeck Cc: Franz Klammer , FreeBSD GNOME Users In-Reply-To: <20030119090016.GC403@martin.kdrache.org> References: <20030118204030.GA28395@martin.kdrache.org> <1042923556.7820.22.camel@shumai.marcuscom.com> <20030118212035.GE28395@martin.kdrache.org> <1042938104.33708.15.camel@ds9.webonaut.com> <1042938263.7820.57.camel@shumai.marcuscom.com> <1042939299.33708.31.camel@ds9.webonaut.com> <20030119090016.GC403@martin.kdrache.org> Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="=-EWnhXmYmJXAaPL1nFP3H" Organization: FreeBSD, Inc. Message-Id: <1042967497.470.28.camel@shumai.marcuscom.com> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.2.1 Date: 19 Jan 2003 04:11:37 -0500 X-Spam-Status: No, hits=-2.0 required=5.0 tests=AWL,IN_REP_TO,MIME_LONG_LINE_QP,NOSPAM_INC,PGP_SIGNATURE_2, QUOTED_EMAIL_TEXT,REFERENCES,SPAM_PHRASE_01_02, TO_BE_REMOVED_REPLY version=2.43 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 --=-EWnhXmYmJXAaPL1nFP3H Content-Type: text/plain Content-Transfer-Encoding: quoted-printable On Sun, 2003-01-19 at 04:00, Martin Klaffenboeck wrote: > Am 2003.01.19 02:21 schrieb(en) Franz Klammer: > > Am So, 2003-01-19 um 02.04 schrieb Joe Marcus Clarke: > > > On Sat, 2003-01-18 at 20:01, Franz Klammer wrote: > > > > Am Sa, 2003-01-18 um 22.20 schrieb Martin Klaffenboeck: > > > > > Am 2003.01.18 21:59 schrieb(en) Joe Marcus Clarke: > > > > > > On Sat, 2003-01-18 at 15:40, Martin Klaffenboeck wrote: > > > > > > > Hello, > > > > > > > > > > > > > > I tryed to use portupgrade -r pkg-config to update all the > > ports. > > > > > > > Could there be something wrong, when I try to use > > portupgrade -fr > > > > > > > pkg-config there are also gnome1 ports rebuilt. I was > > breaking the > > > > > > > procedure and so I think there could be something wrong with > > gnome1, > > > > > > > > > > > > > gnome2 ... > > > > > > > > > > > > No, this is expected. However, by this point, you shouldn't > > have any > > > > > > ports on your system that would overwrite the GNOME 2 desktop. > > > > > > > > > > Allright, I see. > > > > > > > > > > > > > > > > > > > Is the USE_GNOMENG really correct for gnome1 or gnome2 > > installation? > > > > > > > > > > > > > It would be nice to have a setting like USE_GNOME_VER=3D 2 o= r > > > > > > > USE_GNOME_VER=3D 1 in my /etc/make.conf so that there cannot > > be > > > > > > something > > > > > > > wrong in the installation. If I use USE_GNOME_VER=3D 2 ever= y > > port > > > > > > which > > > > > > > must not be installed, sould not get installed anymore, even > > if it > > > > > > is a > > > > > > > dependency. > > > > > > > > > > > > That's the idea. I just have so much in my backlog, I haven't > > started > > > > > > on the GNOME 2 additions to bsd.gnomeng.mk. However, my > > thughts are > > > > > > to > > > > > > create WANT macros like: > > > > > > > > > > > > WANT_GNOME_DESKTOP=3D 1 > > > > > > WANT_GNOME_DESKTOP=3D 2 > > > > > > > > > > > > Ports, like gaim, can set WANT_GNOME_DESKTOP=3D1, then check to > > see if > > > > > > the > > > > > > user has the GNOME 1 desktop, if they do, the gaim applet will > > be > > > > > > built. If not, then the gaim application will be built. > > Conversely, > > > > > > ports like gimp-devel would set WANT_GNOME_DESKTOP=3D2, and do = a > > similar > > > > > > check. > > > > > > > > > > > > For ports like file_applet_menu, a macro would exist like > > > > > > USE_GNOME_DESKTOP=3D1. If the GNOME 1 desktop isn't present, > > the port > > > > > > would refuse to build. I had even rolled the thought around > > in my > > > > > > head > > > > > > for auto-creating a PRE-INSTALL script if one didn't already > > exist, > > > > > > that > > > > > > would enforce this when installing packages as well. Though > > this may > > > > > > just be unreasonable. > > > > > > > > > > That sounds great for me. > > > > > > > > > > > > > > > > > > > After portupgrade -r pkg-config: > > > > > > > > > > > > > > Now balsa2 doesn't show icons in the toolbar. I tryed to > > reinstall, > > > > > > > > > > > > > but it fails on the check for libgnomeprint. Maybe there is > > > > > > something > > > > > > > wrong in the configure script? I think, you can reproduce > > this. > > > > > > > > > > > > There are known issues with libgnomeprint 2.2 and 2.0. GNOME > > 2.2 may > > > > > > ship with both. In the meantime, the balsa2 from > > > > > > http://www.marcuscom.com/downloads/freeze/ should support > > both. > > > > > > > > > > I'll try that out. Why don't you put that to the portstree? I > > used > > > > > marcusmerge for that. Shouln't there come a new balsa2 with it? > > > > > > > > if you want, i have all*) ports from freeze patched and i do > > > > an update with marcusmerge. currently i'm first doing a normal > > cvsup > > > > then merge the freeze-ports and at last i'm merging the gnome > > 2.1-ports. > > > > > > > > also i've changed all Makfiles where i've found a LIB_DEPENDS to > > > > gtk+X11-2.0.0 with this lines: > > > > > > > > .if !exists(${X11BASE}/libdata/pkgconfig/gtk+-2.0.pc) > > > > LIB_DEPENDS+=3D gtk-x11-2.0.0:${PORTSDIR}/x11-toolkits/gtk20 > > > > .endif > > > > > > > > if gtk-2.2 is installed a LIB_DEPENDS to 2.0.0 result in > > > > "not found" because gtk-2.2 needs a value of gtk-x11-2.0.200. > > > > > > > > franz. > > > > > > > > *) expect mozilla-gtk2 - i've didn't find this port. > > > > > > This is a port to be repo-copied. If you want to use this port, you > > > must first copy mozilla-devel-gtk2 to mozilla-gtk2, and edit the CVS > > Id > > > accordingly. > > > > >=20 > > no, not really. this was "just for info". > > i've patched all 46 ports. also the ports i didn't use myself. > > it takes only a little while more and ... who knows ... maybe > > someone can use it ... maybe Martin? :-) >=20 > I'm not really sure, if I can use this. I'd like to have all the=20 > patched ports, but now, Marcus tells me on Tuesday, everything will be=20 > fine in the official portstree. Does that mean for me, we don't need=20 > the freze patches anymore and marcusmerge is obsolete for a while? That means the freeze diffs aren't needed anymore, but the GNOME 2.1 tree will still be valid until the end of the month (maybe longer if we get caught in the 4.8 freeze). Therefore, marcusmerge will still be useful. Joe >=20 > Martin >=20 > > franz. > >=20 > > > Joe > > -- > >=20 > >=20 > > To Unsubscribe: send mail to majordomo@FreeBSD.org > > with "unsubscribe freebsd-gnome" in the body of the message > >=20 > >=20 --=20 Joe Marcus Clarke FreeBSD GNOME Team :: marcus@FreeBSD.org http://www.FreeBSD.org/gnome --=-EWnhXmYmJXAaPL1nFP3H Content-Type: application/pgp-signature; name=signature.asc Content-Description: This is a digitally signed message part -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.1 (FreeBSD) iD8DBQA+KmvJb2iPiv4Uz4cRAu3pAJ9JTzSC11nNeyLqOFOmNEIijREFEQCgps/M QWHe/te97Zg1ot4jZCUsUVM= =q82/ -----END PGP SIGNATURE----- --=-EWnhXmYmJXAaPL1nFP3H-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-gnome" in the body of the message From owner-freebsd-gnome Sun Jan 19 6: 5:54 2003 Delivered-To: freebsd-gnome@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D92F237B401 for ; Sun, 19 Jan 2003 06:05:52 -0800 (PST) Received: from sv02.webonaut.com (kirk.webonaut.com [212.41.243.26]) by mx1.FreeBSD.org (Postfix) with ESMTP id EB13143F18 for ; Sun, 19 Jan 2003 06:05:51 -0800 (PST) (envelope-from klammer@webonaut.com) Received: from [212.41.243.28] (sisko.webonaut.com [212.41.243.28]) by sv02.webonaut.com (Postfix) with ESMTP id BCC19766C6 for ; Sun, 19 Jan 2003 15:05:44 +0100 (CET) Subject: gnomegames2-2.1.5: mahjongg scores-files From: Franz Klammer To: gnome@freebsd.org Content-Type: multipart/mixed; boundary="=-+GQYs3R7UlUFQZymC8k7" Organization: Message-Id: <1042985194.29053.16.camel@ds9.webonaut.com> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.2.1 Date: 19 Jan 2003 15:06:34 +0100 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 --=-+GQYs3R7UlUFQZymC8k7 Content-Type: text/plain Content-Transfer-Encoding: 7bit hello! mahjongg/Makefile does a touch $(DESTDIR)$(scoredir)/mahjongg.{easy,difficult}.scores. this does not work with sh only with csh and bash. attached my patch. franz. -- --=-+GQYs3R7UlUFQZymC8k7 Content-Disposition: attachment; filename=patch-mahjongg-Makefile.in.diff Content-Type: text/x-makefile; name=patch-mahjongg-Makefile.in.diff; charset=ISO8859-1 Content-Transfer-Encoding: 7bit --- mahjongg/Makefile.in.org Sun Jan 19 14:54:47 2003 +++ mahjongg/Makefile.in Sun Jan 19 14:56:21 2003 @@ -593,9 +593,12 @@ GCONF_CONFIG_SOURCE=$(GCONF_SCHEMA_CONFIG_SOURCE) $(GCONFTOOL) --makefile-install-rule $(srcdir)/$(schema_DATA) -$(mkinstalldirs) $(DESTDIR)$(scoredir) $(mkinstalldirs) $(DESTDIR)$(bgdir) - touch $(DESTDIR)$(scoredir)/mahjongg.{easy,difficult}.scores - -chown games.games $(DESTDIR)$(scoredir)/mahjongg.{easy,difficult}.scores - -chmod 664 $(DESTDIR)$(scoredir)/mahjongg.{easy,difficult}.scores + touch $(DESTDIR)$(scoredir)/mahjongg.easy.scores + touch $(DESTDIR)$(scoredir)/mahjongg.difficult.scores + -chown games.games $(DESTDIR)$(scoredir)/mahjongg.easy.scores + -chown games.games $(DESTDIR)$(scoredir)/mahjongg.difficult.scores + -chmod 664 $(DESTDIR)$(scoredir)/mahjongg.easy.scores + -chmod 664 $(DESTDIR)$(scoredir)/mahjongg.difficult.scores -chgrp games $(DESTDIR)$(bindir)/mahjongg && chmod 2555 $(DESTDIR)$(bindir)/mahjongg $(mkinstalldirs) $(DESTDIR)$(Gamesdir) --=-+GQYs3R7UlUFQZymC8k7-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-gnome" in the body of the message From owner-freebsd-gnome Sun Jan 19 7:43:40 2003 Delivered-To: freebsd-gnome@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9B56137B40A for ; Sun, 19 Jan 2003 07:43:35 -0800 (PST) Received: from postbode02.zonnet.nl (postbode02.zonnet.nl [62.58.50.89]) by mx1.FreeBSD.org (Postfix) with ESMTP id AE23043F7E for ; Sun, 19 Jan 2003 07:43:22 -0800 (PST) (envelope-from lijst10sec@hotmail.com) Received: (qmail 25690 invoked by uid 0); 19 Jan 2003 15:43:21 -0000 Received: from unknown (HELO smtp.com) ([62.59.141.29]) (envelope-sender ) by postbode02.zonnet.nl (qmail-ldap-1.03) with SMTP for ; 19 Jan 2003 15:43:21 -0000 Date: Sun, 19 Jan 2003 15:54:13 +0100 From: lijst10sec@hotmail.com Subject: First Seconds: 40+ dating To: lijst10sec@hotmail.com Reply-To: info@firstseconds.nl X-Bulkmail: 2.05 Message-Id: <20030119154322.AE23043F7E@mx1.FreeBSD.org> Sender: owner-freebsd-gnome@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG L.s. Onder single dertigers is "speeddating" een trend. Het snelle daten is een vrolijke en spannende manier om in korte tijd veel mensen te ontmoeten. First Seconds organiseert deze vorm van kennismaken voor alleenstaanden van begin 40 tot eind 50. In Hotel New York te Rotterdam op 23 februari zullen 25 dames 25 heren ontmoeten. Gedurende enkele minuten knopen zij een gesprekje aan, stellen wat vragen, beslissen of ze hun gespreksparter nog eens willen ontmoeten en gaan naar de volgende persoon. Aan het einde van de middag geeft men aan First Seconds door wie men leuk genoeg vindt voor een vervolg. Als er een 'match' is, ontvangen deelnemers de volgende dag het e-mailadres of telefoonnummer van de andere partij. Interesse in een vrolijk en spannend middagje uit? Bezoek onze site: http://www.firstseconds.nl Met vriendelijke groet, First Seconds To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-gnome" in the body of the message From owner-freebsd-gnome Sun Jan 19 11:37:39 2003 Delivered-To: freebsd-gnome@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5AE8737B405; Sun, 19 Jan 2003 11:37:38 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id EEBD443E4A; Sun, 19 Jan 2003 11:37:37 -0800 (PST) (envelope-from marcus@FreeBSD.org) Received: from freefall.freebsd.org (marcus@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id h0JJbbNS025310; Sun, 19 Jan 2003 11:37:37 -0800 (PST) (envelope-from marcus@freefall.freebsd.org) Received: (from marcus@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id h0JJbbh9025306; Sun, 19 Jan 2003 11:37:37 -0800 (PST) Date: Sun, 19 Jan 2003 11:37:37 -0800 (PST) From: Joe Marcus Clarke Message-Id: <200301191937.h0JJbbh9025306@freefall.freebsd.org> To: brad@brad-x.com, marcus@FreeBSD.org, gnome@FreeBSD.org Subject: Re: ports/45902: nautilus2 port should depend on gnome-control-center for functionality 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: nautilus2 port should depend on gnome-control-center for functionality State-Changed-From-To: open->closed State-Changed-By: marcus State-Changed-When: Sun Jan 19 11:36:57 PST 2003 State-Changed-Why: Committed, thanks! Of course, I had to make gnomecontrolcenter2 a RUN_DEPENDS as gnome-control-center is not a library name. http://www.freebsd.org/cgi/query-pr.cgi?pr=45902 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-gnome" in the body of the message From owner-freebsd-gnome Sun Jan 19 11:50: 6 2003 Delivered-To: freebsd-gnome@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0F43237B401; Sun, 19 Jan 2003 11:50:06 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id A57A843E4A; Sun, 19 Jan 2003 11:50:05 -0800 (PST) (envelope-from marcus@FreeBSD.org) Received: from freefall.freebsd.org (marcus@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id h0JJo5NS028214; Sun, 19 Jan 2003 11:50:05 -0800 (PST) (envelope-from marcus@freefall.freebsd.org) Received: (from marcus@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id h0JJo0Rf028173; Sun, 19 Jan 2003 11:50:00 -0800 (PST) Date: Sun, 19 Jan 2003 11:50:00 -0800 (PST) From: Joe Marcus Clarke Message-Id: <200301191950.h0JJo0Rf028173@freefall.freebsd.org> To: joek@zircon.staff.flyingcroc.net, marcus@FreeBSD.org, gnome@FreeBSD.org Subject: Re: ports/45991: gdm PreSession and PostSession scripts 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: gdm PreSession and PostSession scripts State-Changed-From-To: open->closed State-Changed-By: marcus State-Changed-When: Sun Jan 19 11:49:49 PST 2003 State-Changed-Why: Committed, thanks! http://www.freebsd.org/cgi/query-pr.cgi?pr=45991 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-gnome" in the body of the message From owner-freebsd-gnome Sun Jan 19 12:17: 1 2003 Delivered-To: freebsd-gnome@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 48DFC37B401; Sun, 19 Jan 2003 12:17:01 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id B7CFC43F5F; Sun, 19 Jan 2003 12:17:00 -0800 (PST) (envelope-from marcus@FreeBSD.org) Received: from freefall.freebsd.org (marcus@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id h0JKH0NS039548; Sun, 19 Jan 2003 12:17:00 -0800 (PST) (envelope-from marcus@freefall.freebsd.org) Received: (from marcus@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id h0JKGsCQ039543; Sun, 19 Jan 2003 12:16:54 -0800 (PST) Date: Sun, 19 Jan 2003 12:16:54 -0800 (PST) From: Joe Marcus Clarke Message-Id: <200301192016.h0JKGsCQ039543@freefall.freebsd.org> To: martin.klaffenboeck@gmx.at, marcus@FreeBSD.org, gnome@FreeBSD.org Subject: Re: ports/46316: [gimp-devel] wrong eps 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: [gimp-devel] wrong eps State-Changed-From-To: feedback->closed State-Changed-By: marcus State-Changed-When: Sun Jan 19 12:16:41 PST 2003 State-Changed-Why: This is fixed in 1.3.11. http://www.freebsd.org/cgi/query-pr.cgi?pr=46316 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-gnome" in the body of the message From owner-freebsd-gnome Sun Jan 19 12:26:10 2003 Delivered-To: freebsd-gnome@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3CC4537B405 for ; Sun, 19 Jan 2003 12:26:08 -0800 (PST) Received: from creme-brulee.marcuscom.com (rdu57-17-158.nc.rr.com [66.57.17.158]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3C87943EB2 for ; Sun, 19 Jan 2003 12:26:07 -0800 (PST) (envelope-from marcus@marcuscom.com) Received: from [192.168.1.4] (shumai.marcuscom.com [192.168.1.4]) by creme-brulee.marcuscom.com (8.12.6/8.12.6) with ESMTP id h0JKP6Dx082480; Sun, 19 Jan 2003 15:25:06 -0500 (EST) (envelope-from marcus@marcuscom.com) Subject: Re: gnomegames2-2.1.5: mahjongg scores-files From: Joe Marcus Clarke To: Franz Klammer Cc: FreeBSD GNOME Users In-Reply-To: <1042985194.29053.16.camel@ds9.webonaut.com> References: <1042985194.29053.16.camel@ds9.webonaut.com> Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="=-A/m+K0zFScD0bivM7Dtq" Organization: MarcusCom, Inc. Message-Id: <1043007964.14743.6.camel@shumai.marcuscom.com> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.2.1 Date: 19 Jan 2003 15:26:04 -0500 X-Spam-Status: No, hits=-2.9 required=5.0 tests=AWL,IN_REP_TO,NOSPAM_INC,PGP_SIGNATURE_2,QUOTED_EMAIL_TEXT, REFERENCES,SPAM_PHRASE_00_01 version=2.43 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 --=-A/m+K0zFScD0bivM7Dtq Content-Type: text/plain Content-Transfer-Encoding: quoted-printable On Sun, 2003-01-19 at 09:06, Franz Klammer wrote: > hello! >=20 > mahjongg/Makefile does a=20 > touch $(DESTDIR)$(scoredir)/mahjongg.{easy,difficult}.scores. > this does not work with sh only with csh and bash. >=20 > attached my patch. Thanks! I recently played a game of mahjongg, and was pissed when my score didn't register. And as such, I committed this to the main tree, too. Joe >=20 > franz. --=20 PGP Key : http://www.marcuscom.com/pgp.asc --=-A/m+K0zFScD0bivM7Dtq Content-Type: application/pgp-signature; name=signature.asc Content-Description: This is a digitally signed message part -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.1 (FreeBSD) iD8DBQA+Kwncb2iPiv4Uz4cRApYtAJ9nEZT/l0dQ5y9QY9Q9kiE0ecqmwACfeOMe Ro1Rir7tgrCvKAjjFr8KjuA= =/avN -----END PGP SIGNATURE----- --=-A/m+K0zFScD0bivM7Dtq-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-gnome" in the body of the message From owner-freebsd-gnome Sun Jan 19 14:40:22 2003 Delivered-To: freebsd-gnome@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F1AB237B401 for ; Sun, 19 Jan 2003 14:40:20 -0800 (PST) Received: from mail020.syd.optusnet.com.au (mail020.syd.optusnet.com.au [210.49.20.135]) by mx1.FreeBSD.org (Postfix) with ESMTP id B2DCE43F18 for ; Sun, 19 Jan 2003 14:40:19 -0800 (PST) (envelope-from markhannon@optusnet.com.au) Received: from doorway.homeip.net (c17007.sunsh3.vic.optusnet.com.au [211.28.121.120]) by mail020.syd.optusnet.com.au (8.11.1/8.11.1) with ESMTP id h0JMeCH08018; Mon, 20 Jan 2003 09:40:13 +1100 Received: from optusnet.com.au (tbird.home.lan [192.168.1.5]) by doorway.homeip.net (8.12.6/8.12.6) with ESMTP id h0JMe6QY024585; Mon, 20 Jan 2003 09:40:07 +1100 (EST) (envelope-from markhannon@optusnet.com.au) Message-ID: <3E2B2946.6070401@optusnet.com.au> Date: Mon, 20 Jan 2003 09:40:06 +1100 From: Mark Hannon User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.2b) Gecko/20030104 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Joe Marcus Clarke Cc: FreeBSD GNOME Users Subject: Re: ports/37136: Gdm package sets wrong permissions References: <200301161200.h0GC0R2N016040@freefall.freebsd.org> <1042740239.324.49.camel@gyros> <3E293028.40002@optusnet.com.au> <1042931850.7820.45.camel@shumai.marcuscom.com> In-Reply-To: <200301161200.h0GC0R2N016040@freefall.freebsd.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed 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 > > >I think I see the problem. It looks to be a limitation in the package >building system regarding directories. All the files retain the correct >version, but the directories do not. Attached is a patch that should >fix the problem. If you would like to test, please do the following: > ># pkg_delete -f gdm2\* ># cd /usr/ports/x11 ># patch -p < /path/to/gdm2.diff ># cd /usr/ports/x11/gdm2 ># make package ># make deinstall ># rm -rf /usr/X11R6/share/gnome/gdm ># pkg_add gdm2-2.4.0.12 > >The resulting /usr/X11R6/share/gnome/gdm should have the correct >permissions. > Hi, I made a fresh 5.0-RELEASE install today and have made some more notes about the problem. a) After install of all of the gnome packages on the CD I noticed that the gdm uid/gid had not been created and added to /etc/{passwd,group}. b) The gdm2 package from the CD had been installed. c) In order to get gdm running I needed to chown and chmod the relevant directories. Subsequently, I patched up a gdm2 port directory and followed your testing instructions. Your patch isn't quite right however, the ${PKG_PREFIX} variable is not defined when the chmod/chown commands are executed (I could see on the console that make tried to chown /etc/gdm for instance). rgds/mark To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-gnome" in the body of the message From owner-freebsd-gnome Sun Jan 19 14:52: 1 2003 Delivered-To: freebsd-gnome@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5FE1F37B401 for ; Sun, 19 Jan 2003 14:51:57 -0800 (PST) Received: from creme-brulee.marcuscom.com (rdu57-17-158.nc.rr.com [66.57.17.158]) by mx1.FreeBSD.org (Postfix) with ESMTP id 25ACA43F13 for ; Sun, 19 Jan 2003 14:51:56 -0800 (PST) (envelope-from marcus@marcuscom.com) Received: from [192.168.1.4] (shumai.marcuscom.com [192.168.1.4]) by creme-brulee.marcuscom.com (8.12.6/8.12.6) with ESMTP id h0JMonDx083275; Sun, 19 Jan 2003 17:50:50 -0500 (EST) (envelope-from marcus@marcuscom.com) Subject: Re: ports/37136: Gdm package sets wrong permissions From: Joe Marcus Clarke To: Mark Hannon Cc: FreeBSD GNOME Users In-Reply-To: <3E2B2946.6070401@optusnet.com.au> References: <200301161200.h0GC0R2N016040@freefall.freebsd.org> <1042740239.324.49.camel@gyros> <3E293028.40002@optusnet.com.au> <1042931850.7820.45.camel@shumai.marcuscom.com> <3E2B2946.6070401@optusnet.com.au> Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="=-TuetsTQqCHibUJ3MOH5/" Organization: MarcusCom, Inc. Message-Id: <1043016708.14743.9.camel@shumai.marcuscom.com> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.2.1 Date: 19 Jan 2003 17:51:49 -0500 X-Spam-Status: No, hits=-2.7 required=5.0 tests=AWL,IN_REP_TO,MIME_LONG_LINE_QP,NOSPAM_INC,PGP_SIGNATURE_2, QUOTED_EMAIL_TEXT,REFERENCES,SPAM_PHRASE_00_01 version=2.43 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 --=-TuetsTQqCHibUJ3MOH5/ Content-Type: text/plain Content-Transfer-Encoding: quoted-printable On Sun, 2003-01-19 at 17:40, Mark Hannon wrote: > > > > > >I think I see the problem. It looks to be a limitation in the package > >building system regarding directories. All the files retain the correct > >version, but the directories do not. Attached is a patch that should > >fix the problem. If you would like to test, please do the following: > > > ># pkg_delete -f gdm2\* > ># cd /usr/ports/x11 > ># patch -p < /path/to/gdm2.diff > ># cd /usr/ports/x11/gdm2 > ># make package > ># make deinstall > ># rm -rf /usr/X11R6/share/gnome/gdm > ># pkg_add gdm2-2.4.0.12 > > > >The resulting /usr/X11R6/share/gnome/gdm should have the correct > >permissions. > > >=20 > Hi, >=20 > I made a fresh 5.0-RELEASE install today and have made some more notes=20 > about the > problem. >=20 > a) After install of all of the gnome packages on the CD I noticed that=20 > the gdm uid/gid had > not been created and added to /etc/{passwd,group}. This is strange. I tested this a while ago, and the user was added.=20 I'll take a look again. > b) The gdm2 package from the CD had been installed. > c) In order to get gdm running I needed to chown and chmod the relevant=20 > directories. The package on the 5.0-RELEASE CDs does not contain my recent patches.=20 The latter part of your report is expected. >=20 > Subsequently, I patched up a gdm2 port directory and followed your=20 > testing instructions. > Your patch isn't quite right however, the ${PKG_PREFIX} variable is not=20 > defined when the > chmod/chown commands are executed (I could see on the console that make=20 > tried to chown > /etc/gdm for instance). Thanks for spotting this. Yes, PKG_PREFIX is only set by pkg_add, thus the port has no knowledge of this. It should be corrected now. Joe >=20 > rgds/mark --=20 PGP Key : http://www.marcuscom.com/pgp.asc --=-TuetsTQqCHibUJ3MOH5/ Content-Type: application/pgp-signature; name=signature.asc Content-Description: This is a digitally signed message part -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.1 (FreeBSD) iD8DBQA+KywEb2iPiv4Uz4cRAp3tAKChY6qy/8x3E6lWHyMFBayaYE/F+gCffx5U tTA0mv2JePy/ottdOGi1+GM= =m+8N -----END PGP SIGNATURE----- --=-TuetsTQqCHibUJ3MOH5/-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-gnome" in the body of the message From owner-freebsd-gnome Sun Jan 19 14:58:44 2003 Delivered-To: freebsd-gnome@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BC82A37B401 for ; Sun, 19 Jan 2003 14:58:42 -0800 (PST) Received: from creme-brulee.marcuscom.com (rdu57-17-158.nc.rr.com [66.57.17.158]) by mx1.FreeBSD.org (Postfix) with ESMTP id CD9C043F13 for ; Sun, 19 Jan 2003 14:58:41 -0800 (PST) (envelope-from marcus@marcuscom.com) Received: from [192.168.1.4] (shumai.marcuscom.com [192.168.1.4]) by creme-brulee.marcuscom.com (8.12.6/8.12.6) with ESMTP id h0JMveDx083301; Sun, 19 Jan 2003 17:57:40 -0500 (EST) (envelope-from marcus@marcuscom.com) Subject: Re: ports/37136: Gdm package sets wrong permissions From: Joe Marcus Clarke To: Mark Hannon Cc: FreeBSD GNOME Users In-Reply-To: <3E2B2946.6070401@optusnet.com.au> References: <200301161200.h0GC0R2N016040@freefall.freebsd.org> <1042740239.324.49.camel@gyros> <3E293028.40002@optusnet.com.au> <1042931850.7820.45.camel@shumai.marcuscom.com> <3E2B2946.6070401@optusnet.com.au> Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="=-GODgLDVfH9uBy/Mv5upu" Organization: MarcusCom, Inc. Message-Id: <1043017119.14743.12.camel@shumai.marcuscom.com> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.2.1 Date: 19 Jan 2003 17:58:39 -0500 X-Spam-Status: No, hits=-3.0 required=5.0 tests=AWL,IN_REP_TO,NOSPAM_INC,PGP_SIGNATURE_2,QUOTED_EMAIL_TEXT, REFERENCES,SPAM_PHRASE_01_02 version=2.43 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 --=-GODgLDVfH9uBy/Mv5upu Content-Type: text/plain Content-Transfer-Encoding: quoted-printable On Sun, 2003-01-19 at 17:40, Mark Hannon wrote: > > > > > >I think I see the problem. It looks to be a limitation in the package > >building system regarding directories. All the files retain the correct > >version, but the directories do not. Attached is a patch that should > >fix the problem. If you would like to test, please do the following: > > > ># pkg_delete -f gdm2\* > ># cd /usr/ports/x11 > ># patch -p < /path/to/gdm2.diff > ># cd /usr/ports/x11/gdm2 > ># make package > ># make deinstall > ># rm -rf /usr/X11R6/share/gnome/gdm > ># pkg_add gdm2-2.4.0.12 > > > >The resulting /usr/X11R6/share/gnome/gdm should have the correct > >permissions. > > >=20 > Hi, >=20 > I made a fresh 5.0-RELEASE install today and have made some more notes=20 > about the > problem. >=20 > a) After install of all of the gnome packages on the CD I noticed that=20 > the gdm uid/gid had > not been created and added to /etc/{passwd,group}. I just tested this after cleaning my 5.0 system of gdm and the gdm user and group. The uid and gid _are_ created by the package from the 5.0-RELEASE CD. From the top of the pkg_add: Added group "gdm". Added user "gdm". Something must have gone wrong with your pkg_add. Joe --=20 PGP Key : http://www.marcuscom.com/pgp.asc --=-GODgLDVfH9uBy/Mv5upu Content-Type: application/pgp-signature; name=signature.asc Content-Description: This is a digitally signed message part -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.1 (FreeBSD) iD8DBQA+Ky2fb2iPiv4Uz4cRAqPHAKCQyHzPWZ9uNWjRyoAgh1voGVftqgCfeBNn gcJZ75gwialRkX2mVSpUDtA= =Ufdj -----END PGP SIGNATURE----- --=-GODgLDVfH9uBy/Mv5upu-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-gnome" in the body of the message From owner-freebsd-gnome Sun Jan 19 15:35: 2 2003 Delivered-To: freebsd-gnome@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DD6E837B401 for ; Sun, 19 Jan 2003 15:35:00 -0800 (PST) Received: from sv02.webonaut.com (kirk.webonaut.com [212.41.243.26]) by mx1.FreeBSD.org (Postfix) with ESMTP id D07A943ED8 for ; Sun, 19 Jan 2003 15:34:59 -0800 (PST) (envelope-from klammer@webonaut.com) Received: from [212.41.243.28] (sisko.webonaut.com [212.41.243.28]) by sv02.webonaut.com (Postfix) with ESMTP id 7BD29766C6; Mon, 20 Jan 2003 00:34:53 +0100 (CET) Subject: Re: ports/37136: Gdm package sets wrong permissions From: Franz Klammer To: Joe Marcus Clarke Cc: Mark Hannon , FreeBSD GNOME Users In-Reply-To: <1043017119.14743.12.camel@shumai.marcuscom.com> References: <200301161200.h0GC0R2N016040@freefall.freebsd.org> <1042740239.324.49.camel@gyros> <3E293028.40002@optusnet.com.au> <1042931850.7820.45.camel@shumai.marcuscom.com> <3E2B2946.6070401@optusnet.com.au> <1043017119.14743.12.camel@shumai.marcuscom.com> Content-Type: text/plain Organization: Message-Id: <1043019349.29053.46.camel@ds9.webonaut.com> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.2.1 Date: 20 Jan 2003 00:35:49 +0100 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 Am So, 2003-01-19 um 23.58 schrieb Joe Marcus Clarke: > On Sun, 2003-01-19 at 17:40, Mark Hannon wrote: > > > > > > > > >I think I see the problem. It looks to be a limitation in the package > > >building system regarding directories. All the files retain the correct > > >version, but the directories do not. Attached is a patch that should > > >fix the problem. If you would like to test, please do the following: > > > > > ># pkg_delete -f gdm2\* > > ># cd /usr/ports/x11 > > ># patch -p < /path/to/gdm2.diff > > ># cd /usr/ports/x11/gdm2 > > ># make package > > ># make deinstall > > ># rm -rf /usr/X11R6/share/gnome/gdm > > ># pkg_add gdm2-2.4.0.12 > > > > > >The resulting /usr/X11R6/share/gnome/gdm should have the correct > > >permissions. > > > > > > > Hi, > > > > I made a fresh 5.0-RELEASE install today and have made some more notes > > about the > > problem. > > > > a) After install of all of the gnome packages on the CD I noticed that > > the gdm uid/gid had > > not been created and added to /etc/{passwd,group}. > > I just tested this after cleaning my 5.0 system of gdm and the gdm user > and group. The uid and gid _are_ created by the package from the > 5.0-RELEASE CD. From the top of the pkg_add: > > Added group "gdm". > Added user "gdm". > > Something must have gone wrong with your pkg_add. > gdm uid and gid will not be set if BATCH is set. i've had also added them by hand because i set BATCH in the Makefiles from ghostscript and gdm that i can go to a beer while gnome will be installed from ports. ;-) maybe you have set BATCH that you don't get the security-question? franz. > Joe -- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-gnome" in the body of the message From owner-freebsd-gnome Sun Jan 19 15:42:51 2003 Delivered-To: freebsd-gnome@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3103837B401 for ; Sun, 19 Jan 2003 15:42:49 -0800 (PST) Received: from creme-brulee.marcuscom.com (rdu57-17-158.nc.rr.com [66.57.17.158]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2D2AF43EB2 for ; Sun, 19 Jan 2003 15:42:48 -0800 (PST) (envelope-from marcus@marcuscom.com) Received: from [192.168.1.4] (shumai.marcuscom.com [192.168.1.4]) by creme-brulee.marcuscom.com (8.12.6/8.12.6) with ESMTP id h0JNflDx083683; Sun, 19 Jan 2003 18:41:47 -0500 (EST) (envelope-from marcus@marcuscom.com) Subject: Re: ports/37136: Gdm package sets wrong permissions From: Joe Marcus Clarke To: Franz Klammer Cc: Mark Hannon , FreeBSD GNOME Users In-Reply-To: <1043019349.29053.46.camel@ds9.webonaut.com> References: <200301161200.h0GC0R2N016040@freefall.freebsd.org> <1042740239.324.49.camel@gyros> <3E293028.40002@optusnet.com.au> <1042931850.7820.45.camel@shumai.marcuscom.com> <3E2B2946.6070401@optusnet.com.au> <1043017119.14743.12.camel@shumai.marcuscom.com> <1043019349.29053.46.camel@ds9.webonaut.com> Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="=-XeH4stwEFSJ845XXzEO5" Organization: MarcusCom, Inc. Message-Id: <1043019766.14743.20.camel@shumai.marcuscom.com> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.2.1 Date: 19 Jan 2003 18:42:46 -0500 X-Spam-Status: No, hits=-2.7 required=5.0 tests=AWL,IN_REP_TO,NOSPAM_INC,PGP_SIGNATURE_2,QUOTED_EMAIL_TEXT, REFERENCES,SPAM_PHRASE_03_05 version=2.43 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 --=-XeH4stwEFSJ845XXzEO5 Content-Type: text/plain Content-Transfer-Encoding: quoted-printable On Sun, 2003-01-19 at 18:35, Franz Klammer wrote: > Am So, 2003-01-19 um 23.58 schrieb Joe Marcus Clarke: > > On Sun, 2003-01-19 at 17:40, Mark Hannon wrote: > > > > > > > > > > > >I think I see the problem. It looks to be a limitation in the packa= ge > > > >building system regarding directories. All the files retain the cor= rect > > > >version, but the directories do not. Attached is a patch that shoul= d > > > >fix the problem. If you would like to test, please do the following= : > > > > > > > ># pkg_delete -f gdm2\* > > > ># cd /usr/ports/x11 > > > ># patch -p < /path/to/gdm2.diff > > > ># cd /usr/ports/x11/gdm2 > > > ># make package > > > ># make deinstall > > > ># rm -rf /usr/X11R6/share/gnome/gdm > > > ># pkg_add gdm2-2.4.0.12 > > > > > > > >The resulting /usr/X11R6/share/gnome/gdm should have the correct > > > >permissions. > > > > > > >=20 > > > Hi, > > >=20 > > > I made a fresh 5.0-RELEASE install today and have made some more note= s=20 > > > about the > > > problem. > > >=20 > > > a) After install of all of the gnome packages on the CD I noticed tha= t=20 > > > the gdm uid/gid had > > > not been created and added to /etc/{passwd,group}. > >=20 > > I just tested this after cleaning my 5.0 system of gdm and the gdm user > > and group. The uid and gid _are_ created by the package from the > > 5.0-RELEASE CD. From the top of the pkg_add: > >=20 > > Added group "gdm". > > Added user "gdm". > >=20 > > Something must have gone wrong with your pkg_add. > >=20 >=20 > gdm uid and gid will not be set if BATCH is set. > i've had also added them by hand because i set BATCH=20 > in the Makefiles from ghostscript and gdm that i can=20 > go to a beer while gnome will be installed from ports. ;-) >=20 > maybe you have set BATCH that you don't get the=20 > security-question? Yeah, that would do it. Joe >=20 > franz. >=20 > > Joe --=20 PGP Key : http://www.marcuscom.com/pgp.asc --=-XeH4stwEFSJ845XXzEO5 Content-Type: application/pgp-signature; name=signature.asc Content-Description: This is a digitally signed message part -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.1 (FreeBSD) iD8DBQA+Kzf2b2iPiv4Uz4cRAi6OAJ90ACPgeOhCwjwkIkkUVrwz69VcFACggXxJ ecr8uDvRuSuwtkK1jRoAdF0= =HW/+ -----END PGP SIGNATURE----- --=-XeH4stwEFSJ845XXzEO5-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-gnome" in the body of the message From owner-freebsd-gnome Sun Jan 19 16:33:17 2003 Delivered-To: freebsd-gnome@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2A10E37B401; Sun, 19 Jan 2003 16:33:17 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id BC78C43E4A; Sun, 19 Jan 2003 16:33:16 -0800 (PST) (envelope-from marcus@FreeBSD.org) Received: from freefall.freebsd.org (marcus@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id h0K0XGNS012829; Sun, 19 Jan 2003 16:33:16 -0800 (PST) (envelope-from marcus@freefall.freebsd.org) Received: (from marcus@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id h0K0XFNT012825; Sun, 19 Jan 2003 16:33:15 -0800 (PST) Date: Sun, 19 Jan 2003 16:33:15 -0800 (PST) From: Joe Marcus Clarke Message-Id: <200301200033.h0K0XFNT012825@freefall.freebsd.org> To: lev@serebryakov.spb.ru, marcus@FreeBSD.org, gnome@FreeBSD.org Subject: Re: ports/46179: Some gnome2 ports contain many mailformed documents & require I-Net connection at install time 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: Some gnome2 ports contain many mailformed documents & require I-Net connection at install time State-Changed-From-To: open->closed State-Changed-By: marcus State-Changed-When: Sun Jan 19 16:32:45 PST 2003 State-Changed-Why: This should now be fixed in the latest revision of textproc/scrollkeeper. Thanks for reporting. http://www.freebsd.org/cgi/query-pr.cgi?pr=46179 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-gnome" in the body of the message From owner-freebsd-gnome Sun Jan 19 16:34:43 2003 Delivered-To: freebsd-gnome@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 207D237B405; Sun, 19 Jan 2003 16:34:43 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id A959B43F3F; Sun, 19 Jan 2003 16:34:42 -0800 (PST) (envelope-from marcus@FreeBSD.org) Received: from freefall.freebsd.org (marcus@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id h0K0YgNS013158; Sun, 19 Jan 2003 16:34:42 -0800 (PST) (envelope-from marcus@freefall.freebsd.org) Received: (from marcus@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id h0K0Yg9r013154; Sun, 19 Jan 2003 16:34:42 -0800 (PST) Date: Sun, 19 Jan 2003 16:34:42 -0800 (PST) From: Joe Marcus Clarke Message-Id: <200301200034.h0K0Yg9r013154@freefall.freebsd.org> To: lev@serebryakov.spb.ru, marcus@FreeBSD.org, gnome@FreeBSD.org Subject: Re: ports/39504: textproc/libxml2 & invalid XML catalogs in /usr/local/share/xml/* 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: textproc/libxml2 & invalid XML catalogs in /usr/local/share/xml/* State-Changed-From-To: open->closed State-Changed-By: marcus State-Changed-When: Sun Jan 19 16:33:32 PST 2003 State-Changed-Why: This should be fixed now as scrollkeeper, the app responsible for changing the default catalog format, no longer uses the default /usr/local/share/xml/catalog. This doesn't solve the larger problem of why XML catalogs are in SGML format, but that's something that can be taken up with the maintainer of textproc/docbook-xml. http://www.freebsd.org/cgi/query-pr.cgi?pr=39504 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-gnome" in the body of the message From owner-freebsd-gnome Mon Jan 20 5:32:54 2003 Delivered-To: freebsd-gnome@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A1D0237B401 for ; Mon, 20 Jan 2003 05:32:53 -0800 (PST) Received: from rambutan.pingpong.net (81.milagro.bahnhof.net [195.178.168.81]) by mx1.FreeBSD.org (Postfix) with ESMTP id 48AEA43ED8 for ; Mon, 20 Jan 2003 05:32:52 -0800 (PST) (envelope-from girgen@pingpong.net) Received: from localhost (localhost [127.0.0.1]) by rambutan.pingpong.net (8.12.6/8.12.6) with ESMTP id h0KDWdO8016301 for ; Mon, 20 Jan 2003 14:32:40 +0100 (CET) (envelope-from girgen@pingpong.net) Date: Mon, 20 Jan 2003 14:32:39 +0100 From: Palle Girgensohn To: gnome@FreeBSD.org Subject: mozilla 1.2? Message-ID: <17770000.1043069559@rambutan.pingpong.net> X-Mailer: Mulberry/2.2.1 (Linux/x86) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline 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! The ports for mozilla* are not up to date. Is there a problem building mozilla 1.2? /Palle To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-gnome" in the body of the message From owner-freebsd-gnome Mon Jan 20 6:15: 4 2003 Delivered-To: freebsd-gnome@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E63D237B401 for ; Mon, 20 Jan 2003 06:15:02 -0800 (PST) Received: from creme-brulee.marcuscom.com (rdu57-17-158.nc.rr.com [66.57.17.158]) by mx1.FreeBSD.org (Postfix) with ESMTP id E18F043ED8 for ; Mon, 20 Jan 2003 06:15:01 -0800 (PST) (envelope-from marcus@marcuscom.com) Received: from [192.168.1.4] (shumai.marcuscom.com [192.168.1.4]) by creme-brulee.marcuscom.com (8.12.6/8.12.6) with ESMTP id h0KEDuDx090028; Mon, 20 Jan 2003 09:13:56 -0500 (EST) (envelope-from marcus@marcuscom.com) Subject: Re: mozilla 1.2? From: Joe Marcus Clarke To: Palle Girgensohn Cc: FreeBSD GNOME Users In-Reply-To: <17770000.1043069559@rambutan.pingpong.net> References: <17770000.1043069559@rambutan.pingpong.net> Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="=-QrnpJEn9pKKehvND5VKY" Organization: MarcusCom, Inc. Message-Id: <1043072099.81431.4.camel@shumai.marcuscom.com> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.2.1 Date: 20 Jan 2003 09:14:59 -0500 X-Spam-Status: No, hits=-2.7 required=5.0 tests=AWL,IN_REP_TO,NOSPAM_INC,PGP_SIGNATURE_2,QUOTED_EMAIL_TEXT, REFERENCES,SPAM_PHRASE_00_01,TO_BE_REMOVED_REPLY version=2.43 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 --=-QrnpJEn9pKKehvND5VKY Content-Type: text/plain Content-Transfer-Encoding: quoted-printable On Mon, 2003-01-20 at 08:32, Palle Girgensohn wrote: > Hi! >=20 > The ports for mozilla* are not up to date. Is there a problem building=20 > mozilla 1.2? No. I am awaiting a repo copy regarding Mozilla before I can commit. Joe >=20 > /Palle >=20 >=20 > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-gnome" in the body of the message --=20 PGP Key : http://www.marcuscom.com/pgp.asc --=-QrnpJEn9pKKehvND5VKY Content-Type: application/pgp-signature; name=signature.asc Content-Description: This is a digitally signed message part -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.1 (FreeBSD) iD8DBQA+LARjb2iPiv4Uz4cRAssKAJ9Vh3syt8McqUCMvtsnUYzqkdz3pQCgqwsK a9nJmKcUPj/K9ZzVHkKqW0M= =knWe -----END PGP SIGNATURE----- --=-QrnpJEn9pKKehvND5VKY-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-gnome" in the body of the message From owner-freebsd-gnome Mon Jan 20 9:26:22 2003 Delivered-To: freebsd-gnome@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 03A9937B401 for ; Mon, 20 Jan 2003 09:26:21 -0800 (PST) Received: from sv02.webonaut.com (kirk.webonaut.com [212.41.243.26]) by mx1.FreeBSD.org (Postfix) with ESMTP id EC7F043E4A for ; Mon, 20 Jan 2003 09:26:19 -0800 (PST) (envelope-from klammer@webonaut.com) Received: from [212.41.243.28] (sisko.webonaut.com [212.41.243.28]) by sv02.webonaut.com (Postfix) with ESMTP id 3E907766C6 for ; Mon, 20 Jan 2003 18:26:18 +0100 (CET) Subject: gstreamer-plugins-0.5.1 LIB_DEPENDS/SDL-update From: Franz Klammer To: gnome@freebsd.org Content-Type: multipart/mixed; boundary="=-g5DNR2yHxkTQMyH7uiDw" Organization: Message-Id: <1043083647.11206.4.camel@ds9.webonaut.com> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.2.1 Date: 20 Jan 2003 18:27:27 +0100 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 --=-g5DNR2yHxkTQMyH7uiDw Content-Type: text/plain Content-Transfer-Encoding: 7bit hello! gstreamer-plugins-0.5.1 depends on a old version of SDL. attached the patch. franz. -- WEBONAUT.com http://webonaut.com mailto:klammer@webonaut.com Tel.: +43-664-3434708 --=-g5DNR2yHxkTQMyH7uiDw Content-Disposition: attachment; filename=gstreamer-plugins-Makefile.diff Content-Type: text/x-makefile; name=gstreamer-plugins-Makefile.diff; charset=ISO8859-1 Content-Transfer-Encoding: 7bit --- Makefile.orig Mon Jan 20 18:21:48 2003 +++ Makefile Mon Jan 20 18:21:58 2003 @@ -507,7 +507,7 @@ --disable-sdltest PLIST_SUB+= SDL="@comment " .else -LIB_DEPENDS+= SDL-1.1.4:${PORTSDIR}/devel/sdl12 +LIB_DEPENDS+= SDL-1.1.5:${PORTSDIR}/devel/sdl12 CONFIGURE_ARGS+= --with-sdl-prefix=${LOCALBASE} \ --with-sdl-exec-prefix=${LOCALBASE} --=-g5DNR2yHxkTQMyH7uiDw-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-gnome" in the body of the message From owner-freebsd-gnome Mon Jan 20 10:40:43 2003 Delivered-To: freebsd-gnome@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 45FD137B401 for ; Mon, 20 Jan 2003 10:40:41 -0800 (PST) Received: from mailout10.sul.t-online.com (mailout10.sul.t-online.com [194.25.134.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 73A4A43ED8 for ; Mon, 20 Jan 2003 10:40:40 -0800 (PST) (envelope-from 520023893678-0001@t-online.de) Received: from fwd05.sul.t-online.de by mailout10.sul.t-online.com with smtp id 18agqU-0007rc-05; Mon, 20 Jan 2003 19:40:30 +0100 Received: from pD9017248.dip.t-dialin.net (520023893678-0001@[217.1.114.72]) by fwd05.sul.t-online.com with esmtp id 18agqB-1gpTySC; Mon, 20 Jan 2003 19:40:11 +0100 Date: Mon, 20 Jan 2003 19:39:52 +0000 (GMT) From: 520023893678-0001@t-online.de (P. U. Kruppa) To: Joe Marcus Clarke Cc: "P. U. Kruppa" <520023893678-0001@t-online.de>, Franz Klammer , "" Subject: Re: Howto do ./marcusmerge ? In-Reply-To: <1042933050.7820.52.camel@shumai.marcuscom.com> Message-ID: <20030120191756.A1287@small.pukruppa.de> References: <20030117135722.V34734@small.pukruppa.de> <1042814311.14047.21.camel@ds9.webonaut.com> <20030119002031.K16254@small.pukruppa.de> <1042933050.7820.52.camel@shumai.marcuscom.com> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-Sender: 520023893678-0001@t-dialin.net 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 First of all: I think I succeeded in applying ./marcusmerge - at last. Please see my comment down below. On Sat, 18 Jan 2003, Joe Marcus Clarke wrote: > On Sat, 2003-01-18 at 19:24, P. U. Kruppa wrote: > > On Fri, 17 Jan 2003, Franz Klammer wrote: > > > > > Hi! > > > > > > First you must check out the ports module. > > > SRCDIR is the directory where you find all > > > the gnome 2.1-ports. > > > > > > the instructions how to check out the ports > > > module you can find at > > > http://www.marcuscom.com:8080/cgi-bin/cvsweb.cgi > > Hmpf.... > > Probably I am some kind of hard boiled egg. > > But the result of all this is an empty /usr/ports directory. > > Ouch! That shouldn't have happened assuming /usr/ports was already > populated. Can you make sure VERBOSE is set to yes in the script, and > send the output? Make sure you have the latest rev ($Id: marcusmerge,v > 1.5 2003/01/18 20:59:41 marcus Exp $) from my website. I think my mistake was setting SRCDIR="/usr/ports" This time I put in SRCDIR="/tmp/gnome2" ./marcusmerge complained this wouldn't exist and put all sources into /usr/ports/distfiles/gnome2 . Three or four hours compiling ended in ---------------------------------------- ---> Cleaning out obsolete shared libraries ** The following packages were not installed or upgraded (*:skipped / !:failed) ! net/gtk-gnutella (gtk-gnutella-0.90_1) (install error) * net/gtk-gnutella (gtk-gnutella-0.91) ! databases/gnomedb2 (gnomedb2-0.8.192) (port directory error) ! mail/balsa2 (balsa2-2.0.2) (fetch error) ------------------------------------- Then I restarted X and everything looks the same as before (no spectacular splashscreen or anything). Is this o.k.? Uli. *-----------------------------------* * Peter Ulrich Kruppa * * - Wuppertal - * * Germany * *-----------------------------------* To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-gnome" in the body of the message From owner-freebsd-gnome Mon Jan 20 11:31:11 2003 Delivered-To: freebsd-gnome@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 899CC37B405 for ; Mon, 20 Jan 2003 11:31:09 -0800 (PST) Received: from httpd.terions.de (static62-99-146-055.adsl.inode.at [62.99.146.55]) by mx1.FreeBSD.org (Postfix) with SMTP id 8EE8843F1E for ; Mon, 20 Jan 2003 11:31:05 -0800 (PST) (envelope-from martin.klaffenboeck@gmx.at) Received: (qmail 86100 invoked from network); 20 Jan 2003 19:31:03 -0000 Received: from unknown (HELO martin.kleinerdrache.org) (127.0.0.1) by loopback with SMTP; 20 Jan 2003 19:31:03 -0000 Date: Mon, 20 Jan 2003 20:31:02 +0100 From: Martin Klaffenboeck To: "P. U. Kruppa" <520023893678-0001@t-online.de> Cc: Joe Marcus Clarke , "P. U. Kruppa" <520023893678-0001@t-online.de>, Franz Klammer , freebsd-gnome@FreeBSD.ORG Subject: Re: Howto do ./marcusmerge ? Message-ID: <20030120193102.GA572@martin.kdrache.org> References: <20030117135722.V34734@small.pukruppa.de> <20030119002031.K16254@small.pukruppa.de> <1042933050.7820.52.camel@shumai.marcuscom.com> <20030120191756.A1287@small.pukruppa.de> Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="NzB8fVQJ5HfG6fxh" Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <20030120191756.A1287@small.pukruppa.de>; from 520023893678-0001@t-online.de on Mo, Jan 20, 2003 at 20:39:52 +0100 X-Mailer: Balsa 2.0.4 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 --NzB8fVQJ5HfG6fxh Content-Type: text/plain; format=flowed; charset=ISO-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit Am 2003.01.20 20:39 schrieb(en) P. U. Kruppa: > I think my mistake was setting > SRCDIR="/usr/ports" > This time I put in > SRCDIR="/tmp/gnome2" I had another person who set this wrong. So I added an other patch for the marcusmerge script. Please have a look at it when you commit this, because I didn't test it. Martin --NzB8fVQJ5HfG6fxh Content-Type: text/plain; charset=us-ascii Content-Disposition: attachment; filename="marcusmerge.diff" --- marcusmerge.orig Mon Jan 20 20:21:55 2003 +++ marcusmerge Mon Jan 20 20:27:51 2003 @@ -2,12 +2,19 @@ # $Id: marcusmerge,v 1.5 2003/01/18 20:59:41 marcus Exp $ -SRCDIR= -DESTDIR="/usr/ports" -VERBOSE="yes" +SRCDIR= # The path to the marcuscom ports. +DESTDIR="/usr/ports" # The path to the official ports collection. +VERBOSE="yes" # If you want verbose output. + +# You don't have to change anything beyond this line. if [ -z ${SRCDIR} ]; then echo "You did not set SRCDIR in this script; aborting..." + exit 1 +fi + +if [ ${SRCDIR} = ${DESTDIR} ]; then + printf "Your SRCDIR is set to the same path as your DESTDIR.\nPlease set it to a path where we can store the marcuscom ports.\n\n" exit 1 fi --NzB8fVQJ5HfG6fxh-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-gnome" in the body of the message From owner-freebsd-gnome Mon Jan 20 14: 6:26 2003 Delivered-To: freebsd-gnome@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0FC2337B405 for ; Mon, 20 Jan 2003 14:06:24 -0800 (PST) Received: from creme-brulee.marcuscom.com (rdu57-17-158.nc.rr.com [66.57.17.158]) by mx1.FreeBSD.org (Postfix) with ESMTP id CDD4643F1E for ; Mon, 20 Jan 2003 14:06:22 -0800 (PST) (envelope-from marcus@marcuscom.com) Received: from [10.2.1.4] (vpn-client-4.marcuscom.com [10.2.1.4]) by creme-brulee.marcuscom.com (8.12.6/8.12.6) with ESMTP id h0KM58Dx093693; Mon, 20 Jan 2003 17:05:09 -0500 (EST) (envelope-from marcus@marcuscom.com) Subject: Re: Howto do ./marcusmerge ? From: Joe Marcus Clarke To: "P. U. Kruppa" <520023893678-0001@t-online.de> Cc: Franz Klammer , freebsd-gnome@FreeBSD.ORG In-Reply-To: <20030120191756.A1287@small.pukruppa.de> References: <20030117135722.V34734@small.pukruppa.de> <1042814311.14047.21.camel@ds9.webonaut.com> <20030119002031.K16254@small.pukruppa.de> <1042933050.7820.52.camel@shumai.marcuscom.com> <20030120191756.A1287@small.pukruppa.de> Content-Type: text/plain Organization: MarcusCom, Inc. Message-Id: <1043100355.364.2.camel@gyros> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.2.0 Date: 20 Jan 2003 17:05:56 -0500 Content-Transfer-Encoding: 7bit X-Spam-Status: No, hits=-1.8 required=5.0 tests=AWL,IN_REP_TO,NOSPAM_INC,QUOTED_EMAIL_TEXT,REFERENCES, SPAM_PHRASE_03_05,WEIRD_PORT version=2.43 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 Mon, 2003-01-20 at 14:39, P. U. Kruppa wrote: > First of all: I think I succeeded in applying ./marcusmerge - at > last. Please see my comment down below. > > > On Sat, 18 Jan 2003, Joe Marcus Clarke wrote: > > > On Sat, 2003-01-18 at 19:24, P. U. Kruppa wrote: > > > On Fri, 17 Jan 2003, Franz Klammer wrote: > > > > > > > Hi! > > > > > > > > First you must check out the ports module. > > > > SRCDIR is the directory where you find all > > > > the gnome 2.1-ports. > > > > > > > > the instructions how to check out the ports > > > > module you can find at > > > > http://www.marcuscom.com:8080/cgi-bin/cvsweb.cgi > > > Hmpf.... > > > Probably I am some kind of hard boiled egg. > > > But the result of all this is an empty /usr/ports directory. > > > > Ouch! That shouldn't have happened assuming /usr/ports was already > > populated. Can you make sure VERBOSE is set to yes in the script, and > > send the output? Make sure you have the latest rev ($Id: marcusmerge,v > > 1.5 2003/01/18 20:59:41 marcus Exp $) from my website. > I think my mistake was setting > SRCDIR="/usr/ports" > This time I put in > SRCDIR="/tmp/gnome2" > ./marcusmerge complained this wouldn't exist and put all sources > into /usr/ports/distfiles/gnome2 . > Three or four hours compiling ended in > > ---------------------------------------- > ---> Cleaning out obsolete shared libraries > ** The following packages were not installed or upgraded > (*:skipped / !:failed) > ! net/gtk-gnutella (gtk-gnutella-0.90_1) (install > error) > * net/gtk-gnutella (gtk-gnutella-0.91) > ! databases/gnomedb2 (gnomedb2-0.8.192) (port directory > error) > ! mail/balsa2 (balsa2-2.0.2) (fetch error) > > ------------------------------------- > > Then I restarted X and everything looks the same as before (no > spectacular splashscreen or anything). > > Is this o.k.? This looks okay to me. GNOME 2.1 doesn't look that much different than GNOME 2.0 on initial inspection. It's when you drill down into some of the applets and configuration tools that you find some of it's cool improvements. Joe > > Uli. > > > *-----------------------------------* > * Peter Ulrich Kruppa * > * - Wuppertal - * > * Germany * > *-----------------------------------* -- PGP Key : http://www.marcuscom.com/pgp.asc To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-gnome" in the body of the message From owner-freebsd-gnome Mon Jan 20 15:18: 9 2003 Delivered-To: freebsd-gnome@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D839C37B401 for ; Mon, 20 Jan 2003 15:18:07 -0800 (PST) Received: from mailout05.sul.t-online.com (mailout05.sul.t-online.com [194.25.134.82]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2DB5F43F1E for ; Mon, 20 Jan 2003 15:18:07 -0800 (PST) (envelope-from 520023893678-0001@t-online.de) Received: from fwd07.sul.t-online.de by mailout05.sul.t-online.com with smtp id 18alB4-0002aq-05; Tue, 21 Jan 2003 00:18:02 +0100 Received: from pD9017248.dip.t-dialin.net (520023893678-0001@[217.1.114.72]) by fwd07.sul.t-online.com with esmtp id 18alAr-0Vc4bwC; Tue, 21 Jan 2003 00:17:49 +0100 Date: Tue, 21 Jan 2003 00:17:29 +0000 (GMT) From: 520023893678-0001@t-online.de (P. U. Kruppa) To: Joe Marcus Clarke Cc: "P. U. Kruppa" <520023893678-0001@t-online.de>, Franz Klammer , "" Subject: Re: Howto do ./marcusmerge ? In-Reply-To: <1043100355.364.2.camel@gyros> Message-ID: <20030121001507.K18993@small.pukruppa.de> References: <20030117135722.V34734@small.pukruppa.de> <1042814311.14047.21.camel@ds9.webonaut.com> <20030119002031.K16254@small.pukruppa.de> <1042933050.7820.52.camel@shumai.marcuscom.com> <20030120191756.A1287@small.pukruppa.de> <1043100355.364.2.camel@gyros> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-Sender: 520023893678-0001@t-dialin.net 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 Mon, 20 Jan 2003, Joe Marcus Clarke wrote: > > Then I restarted X and everything looks the same as before (no > > spectacular splashscreen or anything). > > > > Is this o.k.? > > This looks okay to me. GNOME 2.1 doesn't look that much different than > GNOME 2.0 on initial inspection. It's when you drill down into some of > the applets and configuration tools that you find some of it's cool > improvements. You are right, the menus can be edited without any problems. Thanks everybody, Uli. > > Joe > > > > > Uli. > > > > > > *-----------------------------------* > > * Peter Ulrich Kruppa * > > * - Wuppertal - * > > * Germany * > > *-----------------------------------* > -- > PGP Key : http://www.marcuscom.com/pgp.asc > > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-gnome" in the body of the message > *-----------------------------------* * Peter Ulrich Kruppa * * - Wuppertal - * * Germany * *-----------------------------------* To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-gnome" in the body of the message From owner-freebsd-gnome Mon Jan 20 20:57: 0 2003 Delivered-To: freebsd-gnome@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 863B037B401 for ; Mon, 20 Jan 2003 20:56:59 -0800 (PST) Received: from xyzzy.wireless.snsonline.net (dhcp.looksmart.com.au [210.9.52.79]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4DA9243F18 for ; Mon, 20 Jan 2003 20:56:58 -0800 (PST) (envelope-from sarge@xyzzy.wireless.snsonline.net) Received: from xyzzy.wireless.snsonline.net (localhost [127.0.0.1]) by xyzzy.wireless.snsonline.net (8.12.6/8.12.6) with ESMTP id h0L4utUQ052912 for ; Tue, 21 Jan 2003 15:56:55 +1100 (EST) (envelope-from sarge@xyzzy.wireless.snsonline.net) Received: (from sarge@localhost) by xyzzy.wireless.snsonline.net (8.12.6/8.12.6/Submit) id h0L4usi5052911 for gnome@freebsd.org; Tue, 21 Jan 2003 15:56:54 +1100 (EST) Date: Tue, 21 Jan 2003 15:56:54 +1100 From: Mark Sergeant To: gnome@freebsd.org Subject: Crash on mail retreival in evolution 1.2.1 Message-ID: <20030121045654.GA52884@looksmart.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline 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've just updated to evolution 1.2.1 on FreeBSD xyzzy.wireless.snsonline.net 5.0-CURRENT FreeBSD 5.0-CURRENT #1: Sun Jan 19 21:00:53 EST 2003. Now when I try connecting to a remote pop a I get an evolution-mail crash. I've tried recreating my pop accounts but to no avail. All my ports are current as of 6 hours ago. Should anybody need any further data please let me know. Cheers, Mark Sergeant To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-gnome" in the body of the message From owner-freebsd-gnome Tue Jan 21 4: 9:34 2003 Delivered-To: freebsd-gnome@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7FC7737B401 for ; Tue, 21 Jan 2003 04:09:33 -0800 (PST) Received: from sv02.webonaut.com (kirk.webonaut.com [212.41.243.26]) by mx1.FreeBSD.org (Postfix) with ESMTP id 91C6A43ED8 for ; Tue, 21 Jan 2003 04:09:32 -0800 (PST) (envelope-from klammer@webonaut.com) Received: from [212.41.243.28] (sisko.webonaut.com [212.41.243.28]) by sv02.webonaut.com (Postfix) with ESMTP id 765C3766C6 for ; Tue, 21 Jan 2003 13:09:30 +0100 (CET) Subject: PS: gstreamer-plugins-0.5.1 LIB_DEPENDS/SDL-update From: Franz Klammer To: gnome@freebsd.org In-Reply-To: <1043083647.11206.4.camel@ds9.webonaut.com> References: <1043083647.11206.4.camel@ds9.webonaut.com> Content-Type: text/plain Organization: Message-Id: <1043151051.546.9.camel@ds9.webonaut.com> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.2.1 Date: 21 Jan 2003 13:10:51 +0100 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 PS: i mean the gnome2.1-version on the marcuscom-cvs. franz. Am Mo, 2003-01-20 um 18.27 schrieb Franz Klammer: > hello! > > gstreamer-plugins-0.5.1 depends on a old version of SDL. > > attached the patch. > > franz. -- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-gnome" in the body of the message From owner-freebsd-gnome Tue Jan 21 4:18:28 2003 Delivered-To: freebsd-gnome@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2CEFC37B401; Tue, 21 Jan 2003 04:18:28 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id C32FA43EB2; Tue, 21 Jan 2003 04:18:27 -0800 (PST) (envelope-from arved@FreeBSD.org) Received: from freefall.freebsd.org (arved@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id h0LCIRNS096271; Tue, 21 Jan 2003 04:18:27 -0800 (PST) (envelope-from arved@freefall.freebsd.org) Received: (from arved@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id h0LCIRLu096267; Tue, 21 Jan 2003 04:18:27 -0800 (PST) Date: Tue, 21 Jan 2003 04:18:27 -0800 (PST) From: Tilman Linneweh Message-Id: <200301211218.h0LCIRLu096267@freefall.freebsd.org> To: arved@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, gnome@FreeBSD.org Subject: Re: ports/47283: mozilla will not run after upgrade fontconfig 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 will not run after upgrade fontconfig Responsible-Changed-From-To: freebsd-ports-bugs->gnome Responsible-Changed-By: arved Responsible-Changed-When: Tue Jan 21 04:18:04 PST 2003 Responsible-Changed-Why: Over to Maintainers. http://www.freebsd.org/cgi/query-pr.cgi?pr=47283 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-gnome" in the body of the message From owner-freebsd-gnome Tue Jan 21 7:59:48 2003 Delivered-To: freebsd-gnome@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6348D37B401; Tue, 21 Jan 2003 07:59:47 -0800 (PST) Received: from rambutan.pingpong.net (81.milagro.bahnhof.net [195.178.168.81]) by mx1.FreeBSD.org (Postfix) with ESMTP id 57A3243E4A; Tue, 21 Jan 2003 07:59:46 -0800 (PST) (envelope-from girgen@pingpong.net) Received: from localhost (localhost [127.0.0.1]) by rambutan.pingpong.net (8.12.6/8.12.6) with ESMTP id h0LFxiO8019793; Tue, 21 Jan 2003 16:59:44 +0100 (CET) (envelope-from girgen@pingpong.net) Date: Tue, 21 Jan 2003 16:59:44 +0100 From: Palle Girgensohn To: Joe Marcus Clarke , FreeBSD GNOME Users Cc: ports@FreeBSD.ORG Subject: Re: Updated Mozilla ports Message-ID: <207230000.1043164784@rambutan.pingpong.net> In-Reply-To: <1042141239.469.23.camel@gyros> References: <1042141239.469.23.camel@gyros> X-Mailer: Mulberry/2.2.1 (Linux/x86) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline 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! It seems, the libart_lgpl-1.2.1 cannot be found, and it expect this file in http://people.FreeBSD.org/~marcus/ ? Do have a distfile somewhere? Best regards, Palle --On torsdag, januari 09, 2003 14.40.39 -0500 Joe Marcus Clarke wrote: > I have completed updates to all the Mozilla ports. Until 5.0-RELEASE > comes out, diffs can be downloaded from > http://www.marcuscom.com/downloads/freeze/. Please send email to > freebsd-gnome@freebsd.org if you run into any problems with the > updates. Thanks. > > Joe > > -- > Joe Marcus Clarke > FreeBSD GNOME Team :: marcus@FreeBSD.org > http://www.FreeBSD.org/gnome > > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-gnome" in the body of the message From owner-freebsd-gnome Tue Jan 21 8:20:22 2003 Delivered-To: freebsd-gnome@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2E32237B401; Tue, 21 Jan 2003 08:20:22 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id BFE0943EB2; Tue, 21 Jan 2003 08:20:21 -0800 (PST) (envelope-from marcus@FreeBSD.org) Received: from freefall.freebsd.org (marcus@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id h0LGKLNS036775; Tue, 21 Jan 2003 08:20:21 -0800 (PST) (envelope-from marcus@freefall.freebsd.org) Received: (from marcus@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id h0LGKLf6036750; Tue, 21 Jan 2003 08:20:21 -0800 (PST) Date: Tue, 21 Jan 2003 08:20:21 -0800 (PST) From: Joe Marcus Clarke Message-Id: <200301211620.h0LGKLf6036750@freefall.freebsd.org> To: plasma@freebsd.sinica.edu.tw, marcus@FreeBSD.org, gnome@FreeBSD.org Subject: Re: ports/47283: mozilla will not run after upgrade fontconfig 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 will not run after upgrade fontconfig State-Changed-From-To: open->closed State-Changed-By: marcus State-Changed-When: Tue Jan 21 08:19:51 PST 2003 State-Changed-Why: Thanks for the heads-up. I've committed a pkg-install script that should take care of fc-cache after the installation. http://www.freebsd.org/cgi/query-pr.cgi?pr=47283 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-gnome" in the body of the message From owner-freebsd-gnome Tue Jan 21 8:54:25 2003 Delivered-To: freebsd-gnome@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6DDA037B401; Tue, 21 Jan 2003 08:54:24 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0F2B343F13; Tue, 21 Jan 2003 08:54:24 -0800 (PST) (envelope-from marcus@FreeBSD.org) Received: from freefall.freebsd.org (marcus@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id h0LGsNNS045461; Tue, 21 Jan 2003 08:54:23 -0800 (PST) (envelope-from marcus@freefall.freebsd.org) Received: (from marcus@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id h0LGsN8C045457; Tue, 21 Jan 2003 08:54:23 -0800 (PST) Date: Tue, 21 Jan 2003 08:54:23 -0800 (PST) From: Joe Marcus Clarke Message-Id: <200301211654.h0LGsN8C045457@freefall.freebsd.org> To: znerd@freebsd.org, marcus@FreeBSD.org, gnome@FreeBSD.org Subject: Re: ports/45789: Mozilla 1.2 is out 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 1.2 is out State-Changed-From-To: open->closed State-Changed-By: marcus State-Changed-When: Tue Jan 21 08:54:06 PST 2003 State-Changed-Why: Mozilla has been updated to 1.2.1. http://www.freebsd.org/cgi/query-pr.cgi?pr=45789 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-gnome" in the body of the message From owner-freebsd-gnome Tue Jan 21 8:54:53 2003 Delivered-To: freebsd-gnome@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C01CC37B401; Tue, 21 Jan 2003 08:54:52 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3E2EA43F18; Tue, 21 Jan 2003 08:54:52 -0800 (PST) (envelope-from marcus@FreeBSD.org) Received: from freefall.freebsd.org (marcus@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id h0LGsqNS045530; Tue, 21 Jan 2003 08:54:52 -0800 (PST) (envelope-from marcus@freefall.freebsd.org) Received: (from marcus@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id h0LGslcg045519; Tue, 21 Jan 2003 08:54:47 -0800 (PST) Date: Tue, 21 Jan 2003 08:54:47 -0800 (PST) From: Joe Marcus Clarke Message-Id: <200301211654.h0LGslcg045519@freefall.freebsd.org> To: joek@zircon.staff.flyingcroc.net, marcus@FreeBSD.org, gnome@FreeBSD.org Subject: Re: ports/45969: Calendar for mozilla 1.2.1 Sender: owner-freebsd-gnome@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Synopsis: Calendar for mozilla 1.2.1 State-Changed-From-To: open->closed State-Changed-By: marcus State-Changed-When: Tue Jan 21 08:54:32 PST 2003 State-Changed-Why: Thanks for the tip, it has been taken care of. http://www.freebsd.org/cgi/query-pr.cgi?pr=45969 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-gnome" in the body of the message From owner-freebsd-gnome Tue Jan 21 9: 7:50 2003 Delivered-To: freebsd-gnome@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6E4DA37B401 for ; Tue, 21 Jan 2003 09:07:33 -0800 (PST) Received: from asgaard.wan.omnes.net (asgaard.wan.omnes.net [192.23.66.14]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2D8EE43F13 for ; Tue, 21 Jan 2003 09:07:32 -0800 (PST) (envelope-from nguyenhm16@mac.com) Received: from mac.com (mnguyen-pc.wan.omnes.net [192.23.85.10]) by asgaard.wan.omnes.net (8.11.6+Sun/8.10.2) with ESMTP id h0LH7No27071 for ; Tue, 21 Jan 2003 11:07:25 -0600 (CST) Message-ID: <3E2D7E46.8070900@mac.com> Date: Tue, 21 Jan 2003 11:07:18 -0600 From: Hung Michael Nguyen User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.3a) Gecko/20021212 X-Accept-Language: en-us, en MIME-Version: 1.0 To: gnome@freebsd.org Subject: Can't update scrollkeeper Content-Type: multipart/mixed; boundary="------------080504030400010900060003" Sender: owner-freebsd-gnome@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG This is a multi-part message in MIME format. --------------080504030400010900060003 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Freshly CVSUPed ports... complains about docbook-dtd42-xml, but I have the latest docbook-sk-4.1.2 port installed (had also run a portupgrade -f to try to make it work). I'm running 5.0-CURRENT. Attached is: /export/ports/textproc/scrollkeeper/work/scrollkeeper-0.3.11/config.log contents of /var/db/pkg output of 'portupgrade scrollkeeper*' Thanks Mike. --------------080504030400010900060003 Content-Type: text/plain; name="scrollkeeper.txt" Content-Transfer-Encoding: 7bit Content-Disposition: inline; filename="scrollkeeper.txt" ---> Upgrading 'scrollkeeper-0.3.11_5,1' to 'scrollkeeper-0.3.11_6,1' (textproc/scrollkeeper) ---> Building '/usr/ports/textproc/scrollkeeper' ===> Cleaning for unzip-5.50 ===> Cleaning for libiconv-1.8_2 ===> Cleaning for bison-1.75 ===> Cleaning for gettext-0.11.5_1 ===> Cleaning for gmake-3.80 ===> Cleaning for imake-4.2.0_1 ===> Cleaning for libtool-1.3.4_4 ===> Cleaning for m4-1.4_1 ===> Cleaning for pkgconfig-0.14.0 ===> Cleaning for perl-5.6.1_11 ===> Cleaning for python-2.2.2_2 ===> Cleaning for gnomehier-1.0_6 ===> Cleaning for freetype2-2.1.3_1 ===> Cleaning for docbook-sk-4.1.2 ===> Cleaning for docbook-xml-4.2 ===> Cleaning for docbook-xsl-1.55.0_1 ===> Cleaning for expat-1.95.5 ===> Cleaning for intltool-0.25 ===> Cleaning for libxml2-2.5.1 ===> Cleaning for libxslt-1.0.24 ===> Cleaning for mkcatalog-1.1 ===> Cleaning for sdocbook-xml-4.1.2.5 ===> Cleaning for XFree86-libraries-4.2.1_5 ===> Cleaning for scrollkeeper-0.3.11_6,1 ===> Extracting for scrollkeeper-0.3.11_6,1 >> Checksum OK for gnome2/scrollkeeper-0.3.11.tar.bz2. ===> scrollkeeper-0.3.11_6,1 depends on executable: intltool-extract - found ===> scrollkeeper-0.3.11_6,1 depends on file: /usr/local/share/sk/docbook/4.1.2/docbook.cat - found ===> scrollkeeper-0.3.11_6,1 depends on file: /usr/local/share/xsl/docbook/xhtml/chunk.xsl - found ===> scrollkeeper-0.3.11_6,1 depends on executable: gmake - found ===> scrollkeeper-0.3.11_6,1 depends on executable: libtool - found ===> scrollkeeper-0.3.11_6,1 depends on executable: bison - found ===> scrollkeeper-0.3.11_6,1 depends on shared library: xslt.1 - found ===> scrollkeeper-0.3.11_6,1 depends on shared library: intl.4 - found ===> Patching for scrollkeeper-0.3.11_6,1 ===> Applying FreeBSD patches for scrollkeeper-0.3.11_6,1 ===> Configuring for scrollkeeper-0.3.11_6,1 creating cache ./config.cache checking for gawk... no checking for mawk... no checking for nawk... nawk checking for gcc... cc checking whether the C compiler (cc -O -pipe -mcpu=pentiumpro ) works... yes checking whether the C compiler (cc -O -pipe -mcpu=pentiumpro ) is a cross-compiler... no checking whether we are using GNU C... yes checking whether cc accepts -g... yes checking how to run the C preprocessor... cc -E checking for a BSD compatible install... /usr/bin/install -c -o root -g wheel checking whether ln -s works... yes checking whether gmake sets ${MAKE}... yes checking for ANSI C header files... yes checking for strerror in -lcposix... no checking host system type... i386-portbld-freebsd5.0 checking target system type... i386-portbld-freebsd5.0 checking build system type... i386-portbld-freebsd5.0 checking whether build environment is sane... yes checking for working aclocal... found checking for working autoconf... found checking for working automake... found checking for working autoheader... missing checking for working makeinfo... found checking for Cygwin environment... no checking for mingw32 environment... no checking for ld used by GCC... /usr/bin/ld checking if the linker (/usr/bin/ld) is GNU ld... yes checking for /usr/bin/ld option to reload object files... -r checking for BSD-compatible nm... /usr/bin/nm -B checking how to recognise dependant libraries... pass_all checking for object suffix... o checking for executable suffix... no checking command to parse /usr/bin/nm -B output... ok checking for dlfcn.h... yes checking for ranlib... ranlib checking for strip... strip checking for objdir... .libs checking for cc option to produce PIC... -fPIC checking if cc PIC flag -fPIC works... yes checking if cc static flag -static works... yes checking if cc supports -c -o file.o... yes checking if cc supports -c -o file.lo... yes checking if cc supports -fno-rtti -fno-exceptions... yes checking whether the linker (/usr/bin/ld) supports shared libraries... yes checking how to hardcode library paths into programs... immediate checking whether stripping libraries is possible... yes checking dynamic linker characteristics... freebsd5.0 ld.so checking if libtool supports shared libraries... yes checking whether -lc should be explicitly linked in... yes creating libtool checking host system type... i386-unknown-freebsdelf5.0 checking for ranlib... ranlib checking whether we are using GNU C... yes checking for object suffix... o checking for executable suffix... no checking for cc option to produce PIC... -fPIC checking if cc PIC flag -fPIC works... yes checking if cc supports -c -o file.o... yes checking if cc supports -c -o file.lo... yes checking if cc supports -fno-rtti -fno-exceptions ... yes checking if cc static flag -static works... -static checking whether ln -s works... yes checking for ld used by GCC... /usr/bin/ld checking if the linker (/usr/bin/ld) is GNU ld... yes checking whether the linker (/usr/bin/ld) supports shared libraries... yes checking for BSD-compatible nm... /usr/bin/nm -B checking command to parse /usr/bin/nm -B output... ok checking how to hardcode library paths into programs... immediate checking for /usr/bin/ld option to reload object files... -r checking dynamic linker characteristics... freebsdelf5.0 ld.so checking if libtool supports shared libraries... yes checking whether to build shared libraries... yes checking whether to build static libraries... yes checking for objdir... .libs creating libtool checking for working const... yes checking for inline... inline checking for size_t... yes checking for working alloca.h... no checking for alloca... yes checking for stdlib.h... yes checking for unistd.h... yes checking for sys/stat.h... yes checking for sys/types.h... yes checking for getpagesize... yes checking for working mmap... no checking for getcwd... yes checking for getwd... yes checking for putenv... yes checking for strdup... yes checking for --with-omfdirs... /usr/X11R6/share/gnome/omf checking for intltool-extract... /usr/local/bin/intltool-extract checking intltool version... 0.25 checking for perl... /usr/local/bin/perl checking for xml2-config... /usr/local/bin/xml2-config checking libxml2 version... 2.5.1 checking for xslt-config... /usr/local/bin/xslt-config checking for docbook-dtd42-xml... * ERROR * Couldn't find the DocBook XML V4.1.2 DTD. Please make sure that you have the docbook-dtd412-xml package installed. If it is installed, the package probably did not register the DTD in the catalog properly. Consult http://scrollkeeper.sourceforge.net/docbook.shtml for more information. configure: error: DocBook XML V4.1.2 DTD not present in /usr/local/share/sk. Make sure docbook-dtd412-xml is installed and registers DTD in catalog. ===> Script "configure" failed unexpectedly. Please report the problem to gnome@FreeBSD.org [maintainer] and attach the "/export/ports/textproc/scrollkeeper/work/scrollkeeper-0.3.11/config.log" including the output of the failure of your make command. Also, it might be a good idea to provide an overview of all packages installed on your system (e.g. an `ls /var/db/pkg`). *** Error code 1 Stop in /export/ports/textproc/scrollkeeper. ! textproc/scrollkeeper (scrollkeeper-0.3.11_5,1) (configure error) --------------080504030400010900060003 Content-Type: text/plain; name="packages.txt" Content-Transfer-Encoding: 7bit Content-Disposition: inline; filename="packages.txt" Hermes-1.3.2 Mesa-3.4.2_2 ORBit-0.5.17 ORBit2-2.4.4 XFree86-4.2.0_1,1 XFree86-FontServer-4.2.0_1 XFree86-Server-4.2.1_6 XFree86-clients-4.2.1_2 XFree86-documents-4.2.0 XFree86-font100dpi-4.2.0 XFree86-font75dpi-4.2.0 XFree86-fontCyrillic-4.2.0_4 XFree86-fontDefaultBitmaps-4.2.0 XFree86-fontEncodings-4.2.0 XFree86-fontScalable-4.2.0 XFree86-libraries-4.2.1_5 Xft-2.1 aim-1.5.234 aspell-0.50.3 atk-1.0.3 autoconf-2.53_1 autoconf213-2.13.000227_5 automake-1.5,1 automake14-1.4.5_9 bison-1.75 bonobo-1.0.22 bonobo-activation-1.0.4_1,1 bonobo-conf-0.16 bugbuddy2-2.2.0 cups-base-1.1.15.1_4 curl-7.10.3 cvsup-16.1f db3-3.3.11,1 docbook-sk-4.1.2 docbook-xml-4.2 docbook-xsl-1.55.0_1 eel2-2.0.8 eog2-1.0.4 esound-0.2.29 evolution-1.2.0_4 expat-1.95.5 fbsd-icons-1.0 flashpluginwrapper-0.20021113 fontconfig-2.1 freetype-1.3.1_2 freetype2-2.1.3_1 gail-0.17 gaim-esound-0.59.8_1 gal-0.21 gcalctool-4.1.9 gconf-1.0.9_2 gconf-editor-0.3.1 gconf2-1.2.1 gdbm-1.8.3 gdk-pixbuf-0.22.0 gdkxft-gnome-1.5_1 gdm2-2.4.0.12 gedit2-2.0.6 gettext-0.11.5_1 ghostscript-gnu-7.05_3 gkrellm-2.1.5 glade2-1.1.3 gle-3.0.3 glib-1.2.10_8 glib-2.0.7 glibwww-0.2_1 gmake-3.80 gnome-pkgview-0.0.7 gnome2-2.0_6 gnomeapplets2-2.0.4 gnomeaudio-1.4.0 gnomecanvas-0.21.0 gnomecontrolcenter-1.4.0.5_1 gnomecontrolcenter2-2.0.3 gnomedb-0.2.96_1 gnomedesktop-2.0.10 gnomegames2-2.0.6_1 gnomehier-1.0_6 gnomelibs-1.4.2_1 gnomemedia2-2.0.3 gnomemimedata-2.0.1_2 gnomemm-1.2.2 gnomepanel-2.0.11 gnomeprint-0.37 gnomesession-2.0.9 gnomespell-0.5 gnomesystemmonitor-2.0.2 gnometerminal-2.0.1 gnomeuserdocs2-2.0.1 gnomeutils2-2.0.6,1 gnomevfs-1.0.5_4 gnomevfs2-2.0.4.1_1 gob-1.0.12 gqview-gnome-1.1.1 gtar-1.13.25_5 gtk-1.2.10_9 gtk-2.0.9 gtk-bluecurve-theme-0.47 gtk-engines2-1.9.0 gtkhtml-1.1.6_2 gtkmm-1.2.8_1 guile-1.4.1_2 help2man-1.29 imake-4.2.0_1 imlib-1.9.14_1 intltool-0.25 javavmwrapper-1.4 jdk-1.3.1p7_2 jpeg-6b_1 ksh93-20021221 lcms-1.09 libIDL-0.8.0 libart_lgpl2-2.3.11 libaudiofile-0.2.3 libbonobo-2.0.1 libbonoboui-2.0.3.2_1 libcapplet-1.4.0.5 libgda-0.2.96_1 libgda2-0.8.199 libghttp-1.0.9 libglade-0.17_2 libglade2-2.0.1 libgmp-2001.08.07 libgnome-2.0.6 libgnomecanvas-2.0.5 libgnomedb-0.8.199 libgnomeprint-1.116.3 libgnomeprintui-1.116.3 libgnomeui-2.0.6 libgnugetopt-1.2 libgtkhtml-2.0.3 libgtop2-2.0.1 libical-0.24 libiconv-1.8_2 libmikmod-esound-3.1.10 libmng-1.0.4 libogg-1.0_1,3 libpanel-1.4.2 librep-0.16.1_1 librsvg2-2.0.1 libsigc++-1.0.4 libslang-1.4.6 libtool-1.3.4_4 libungif-4.1.0b1 libunicode-0.4_3 libvorbis-1.0_1,3 libwnck-0.18 libwww-5.4.0 libxml-1.8.17_1 libxml2-2.5.1 libxslt-1.0.24 libzvt-2.0.1_1 linc-0.5.5 linux-flashplugin-5.0r51 linux-gtk-1.2_2 linux-realplayer-8.cs2 linux-sun-jdk-1.3.1.06_1 linux_base-7.1_2 lsof-4.65 lynx-ssl-2.8.4.1c m4-1.4_1 metacity-2.4.13 metacity-setup-0.7.1_1 metatheme2-0.9.7 mkcatalog-1.1 mozilla-1.1_3,2 mozilla-headers-1.1_3,2 mutt-1.4 nautilus-gtkhtml-0.3.2_1 nautilus2-2.0.8 nmap-3.00 nspr-4.2_1 nss-3.4.2 oaf-0.6.10_1 open-motif-2.2.2_1 openoffice-1.0.1_4 pango-1.0.5 pdksh-5.2.14p2 perl-5.6.1_11 pkg_tree-1.1 pkgconfig-0.14.0 pkgdb.db png-1.2.5 popt-1.6.4 portupgrade-20021216 privoxy-3.0.0 py22-expat-2.2.2_2 python-2.2.2_2 rep-gtk2-0.17,1 rpm-3.0.6_6 rsync-2.5.5_1 ruby-1.6.8 ruby-bdb1-0.1.8 ruby-rdoc-0.0.0.b2 ruby-shim-ruby18-1.8.0.p1 samba-2.2.7a sawfish2-1.2_1,2 scrollkeeper-0.3.11_5,1 sdocbook-xml-4.1.2.5 slrn-0.9.7.4 soup-0.7.10 sox-12.17.3_1 startup-notification-0.4 sudo-1.6.6 t1lib-1.3.1 tcl-8.3.5 tiff-3.5.7 tightvnc-1.2.7 tk-8.3.5 unzip-5.50 urwfonts-1.0 vim-6.1.271 wget-1.8.2_2 wrapper-1.0_2 xaos-3.0 xdaliclock-2.18 xmbmon-107p1 xmms-crossfade-0.2.9 xmms-esound-gnome-1.2.7_3 xscreensaver-gnome-4.06 yelp-1.0.7 zip-2.3_1 --------------080504030400010900060003 Content-Type: text/plain; name="config.log" Content-Transfer-Encoding: 7bit Content-Disposition: inline; filename="config.log" This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake. configure:713: checking for gawk configure:713: checking for mawk configure:713: checking for nawk configure:745: checking for gcc configure:858: checking whether the C compiler (cc -O -pipe -mcpu=pentiumpro ) works configure:874: cc -o conftest -O -pipe -mcpu=pentiumpro -I/usr/local/include conftest.c -L/usr/local/lib -lintl 1>&5 configure:900: checking whether the C compiler (cc -O -pipe -mcpu=pentiumpro ) is a cross-compiler configure:905: checking whether we are using GNU C configure:914: cc -E conftest.c configure:933: checking whether cc accepts -g configure:965: checking how to run the C preprocessor configure:986: cc -E -I/usr/local/include conftest.c >/dev/null 2>conftest.out configure:1075: checking for a BSD compatible install configure:1128: checking whether ln -s works configure:1149: checking whether gmake sets ${MAKE} configure:1178: checking for ANSI C header files configure:1191: cc -E -I/usr/local/include conftest.c >/dev/null 2>conftest.out configure:1258: cc -o conftest -O -pipe -mcpu=pentiumpro -I/usr/local/include conftest.c -L/usr/local/lib -lintl 1>&5 configure:1284: checking for strerror in -lcposix configure:1303: cc -o conftest -O -pipe -mcpu=pentiumpro -I/usr/local/include conftest.c -lcposix -L/usr/local/lib -lintl 1>&5 /usr/bin/ld: cannot find -lcposix configure: failed program was: #line 1292 "configure" #include "confdefs.h" /* Override any gcc2 internal prototype to avoid an error. */ /* We use char because int might match the return type of a gcc2 builtin and then its argument prototype would still apply. */ char strerror(); int main() { strerror() ; return 0; } configure:1354: checking host system type configure:1375: checking target system type configure:1393: checking build system type configure:1420: checking whether build environment is sane configure:1496: checking for working aclocal configure:1509: checking for working autoconf configure:1522: checking for working automake configure:1535: checking for working autoheader configure:1548: checking for working makeinfo configure:1562: checking for Cygwin environment configure:1578: cc -c -O -pipe -mcpu=pentiumpro -I/usr/local/include conftest.c 1>&5 configure: In function `main': configure:1574: `__CYGWIN32__' undeclared (first use in this function) configure:1574: (Each undeclared identifier is reported only once configure:1574: for each function it appears in.) configure: failed program was: #line 1567 "configure" #include "confdefs.h" int main() { #ifndef __CYGWIN__ #define __CYGWIN__ __CYGWIN32__ #endif return __CYGWIN__; ; return 0; } configure:1595: checking for mingw32 environment configure:1607: cc -c -O -pipe -mcpu=pentiumpro -I/usr/local/include conftest.c 1>&5 configure: In function `main': configure:1603: `__MINGW32__' undeclared (first use in this function) configure:1603: (Each undeclared identifier is reported only once configure:1603: for each function it appears in.) configure: failed program was: #line 1600 "configure" #include "confdefs.h" int main() { return __MINGW32__; ; return 0; } configure:1704: checking for ld used by GCC configure:1772: checking if the linker (/usr/bin/ld) is GNU ld GNU ld version 2.13.2 [FreeBSD] 2002-11-27 configure:1789: checking for /usr/bin/ld option to reload object files configure:1801: checking for BSD-compatible nm configure:1839: checking how to recognise dependant libraries configure:2012: checking for object suffix configure:2018: cc -c -O -pipe -mcpu=pentiumpro -I/usr/local/include conftest.c 1>&5 configure:2038: checking for executable suffix configure:2048: cc -o conftest -O -pipe -mcpu=pentiumpro -I/usr/local/include conftest.c -L/usr/local/lib -lintl 1>&5 configure:2079: checking command to parse /usr/bin/nm -B output configure:2155: cc -c -O -pipe -mcpu=pentiumpro -I/usr/local/include conftest.c 1>&5 configure:2158: /usr/bin/nm -B conftest.o | sed -n -e 's/^.*[ ]\([ABCDGISTW][ABCDGISTW]*\)[ ][ ]*\(\)\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2\3 \3/p' > conftest.nm configure:2209: cc -o conftest -O -pipe -mcpu=pentiumpro -I/usr/local/include conftest.c conftstm.o 1>&5 configure:2255: checking for dlfcn.h configure:2265: cc -E -I/usr/local/include conftest.c >/dev/null 2>conftest.out configure:2433: checking for ranlib configure:2500: checking for strip configure:2736: checking for objdir configure:2763: checking for cc option to produce PIC configure:2915: checking if cc PIC flag -fPIC works configure:2929: cc -c -O -pipe -mcpu=pentiumpro -fPIC -DPIC -I/usr/local/include conftest.c 1>&5 configure:2981: checking if cc static flag -static works configure:2996: cc -o conftest -O -pipe -mcpu=pentiumpro -I/usr/local/include -static conftest.c -L/usr/local/lib -lintl 1>&5 configure:3023: checking if cc supports -c -o file.o configure:3042: cc -c -O -pipe -mcpu=pentiumpro -o out/conftest2.o -I/usr/local/include conftest.c 1>&5 configure:3071: checking if cc supports -c -o file.lo configure:3087: cc -c -O -pipe -mcpu=pentiumpro -c -o conftest.lo -I/usr/local/include conftest.c 1>&5 configure:3136: checking if cc supports -fno-rtti -fno-exceptions configure:3149: cc -c -O -pipe -mcpu=pentiumpro -fno-rtti -fno-exceptions -c conftest.c -I/usr/local/include conftest.c 1>&5 configure:3176: checking whether the linker (/usr/bin/ld) supports shared libraries configure:3792: checking how to hardcode library paths into programs configure:3820: checking whether stripping libraries is possible configure:3834: checking dynamic linker characteristics configure:4220: checking if libtool supports shared libraries configure:4713: checking whether -lc should be explicitly linked in configure:4720: cc -c -O -pipe -mcpu=pentiumpro -I/usr/local/include conftest.c 1>&5 configure:4733: cc -shared conftest.o -v -Wl,-soname -Wl,conftest -o conftest 2>&1 | grep -lc >/dev/null 2>&1 configure:5314: checking for working const configure:5368: cc -c -O -pipe -mcpu=pentiumpro -I/usr/local/include conftest.c 1>&5 configure:5389: checking for inline configure:5403: cc -c -O -pipe -mcpu=pentiumpro -I/usr/local/include conftest.c 1>&5 configure:5429: checking for size_t configure:5465: checking for working alloca.h configure:5477: cc -o conftest -O -pipe -mcpu=pentiumpro -I/usr/local/include conftest.c -L/usr/local/lib -lintl 1>&5 configure:5471:20: alloca.h: No such file or directory configure: failed program was: #line 5470 "configure" #include "confdefs.h" #include int main() { char *p = alloca(2 * sizeof(int)); ; return 0; } configure:5498: checking for alloca configure:5531: cc -o conftest -O -pipe -mcpu=pentiumpro -I/usr/local/include conftest.c -L/usr/local/lib -lintl 1>&5 configure:5700: checking for stdlib.h configure:5710: cc -E -I/usr/local/include conftest.c >/dev/null 2>conftest.out configure:5700: checking for unistd.h configure:5710: cc -E -I/usr/local/include conftest.c >/dev/null 2>conftest.out configure:5700: checking for sys/stat.h configure:5710: cc -E -I/usr/local/include conftest.c >/dev/null 2>conftest.out configure:5700: checking for sys/types.h configure:5710: cc -E -I/usr/local/include conftest.c >/dev/null 2>conftest.out configure:5739: checking for getpagesize configure:5767: cc -o conftest -O -pipe -mcpu=pentiumpro -I/usr/local/include conftest.c -L/usr/local/lib -lintl 1>&5 configure:5792: checking for working mmap configure:5953: cc -o conftest -O -pipe -mcpu=pentiumpro -I/usr/local/include conftest.c -L/usr/local/lib -lintl 1>&5 configure:5884: conflicting types for `malloc' /usr/include/stdlib.h:100: previous declaration of `malloc' configure: failed program was: #line 5800 "configure" #include "confdefs.h" /* Thanks to Mike Haertel and Jim Avera for this test. Here is a matrix of mmap possibilities: mmap private not fixed mmap private fixed at somewhere currently unmapped mmap private fixed at somewhere already mapped mmap shared not fixed mmap shared fixed at somewhere currently unmapped mmap shared fixed at somewhere already mapped For private mappings, we should verify that changes cannot be read() back from the file, nor mmap's back from the file at a different address. (There have been systems where private was not correctly implemented like the infamous i386 svr4.0, and systems where the VM page cache was not coherent with the filesystem buffer cache like early versions of FreeBSD and possibly contemporary NetBSD.) For shared mappings, we should conversely verify that changes get propogated back to all the places they're supposed to be. Grep wants private fixed already mapped. The main things grep needs to know about mmap are: * does it exist and is it safe to write into the mmap'd area * how to use it (BSD variants) */ #include #include #include #if HAVE_SYS_TYPES_H # include #endif #if HAVE_STDLIB_H # include #endif #if HAVE_SYS_STAT_H # include #endif #if HAVE_UNISTD_H # include #endif /* This mess was copied from the GNU getpagesize.h. */ #ifndef HAVE_GETPAGESIZE /* Assume that all systems that can run configure have sys/param.h. */ # ifndef HAVE_SYS_PARAM_H # define HAVE_SYS_PARAM_H 1 # endif # ifdef _SC_PAGESIZE # define getpagesize() sysconf(_SC_PAGESIZE) # else /* no _SC_PAGESIZE */ # ifdef HAVE_SYS_PARAM_H # include # ifdef EXEC_PAGESIZE # define getpagesize() EXEC_PAGESIZE # else /* no EXEC_PAGESIZE */ # ifdef NBPG # define getpagesize() NBPG * CLSIZE # ifndef CLSIZE # define CLSIZE 1 # endif /* no CLSIZE */ # else /* no NBPG */ # ifdef NBPC # define getpagesize() NBPC # else /* no NBPC */ # ifdef PAGESIZE # define getpagesize() PAGESIZE # endif /* PAGESIZE */ # endif /* no NBPC */ # endif /* no NBPG */ # endif /* no EXEC_PAGESIZE */ # else /* no HAVE_SYS_PARAM_H */ # define getpagesize() 8192 /* punt totally */ # endif /* no HAVE_SYS_PARAM_H */ # endif /* no _SC_PAGESIZE */ #endif /* no HAVE_GETPAGESIZE */ #ifdef __cplusplus extern "C" { void *malloc(unsigned); } #else char *malloc(); #endif int main() { char *data, *data2, *data3; int i, pagesize; int fd; pagesize = getpagesize(); /* * First, make a file with some known garbage in it. */ data = malloc(pagesize); if (!data) exit(1); for (i = 0; i < pagesize; ++i) *(data + i) = rand(); umask(0); fd = creat("conftestmmap", 0600); if (fd < 0) exit(1); if (write(fd, data, pagesize) != pagesize) exit(1); close(fd); /* * Next, try to mmap the file at a fixed address which * already has something else allocated at it. If we can, * also make sure that we see the same garbage. */ fd = open("conftestmmap", O_RDWR); if (fd < 0) exit(1); data2 = malloc(2 * pagesize); if (!data2) exit(1); data2 += (pagesize - ((int) data2 & (pagesize - 1))) & (pagesize - 1); if (data2 != mmap(data2, pagesize, PROT_READ | PROT_WRITE, MAP_PRIVATE | MAP_FIXED, fd, 0L)) exit(1); for (i = 0; i < pagesize; ++i) if (*(data + i) != *(data2 + i)) exit(1); /* * Finally, make sure that changes to the mapped area * do not percolate back to the file as seen by read(). * (This is a bug on some variants of i386 svr4.0.) */ for (i = 0; i < pagesize; ++i) *(data2 + i) = *(data2 + i) + 1; data3 = malloc(pagesize); if (!data3) exit(1); if (read(fd, data3, pagesize) != pagesize) exit(1); for (i = 0; i < pagesize; ++i) if (*(data + i) != *(data3 + i)) exit(1); close(fd); unlink("conftestmmap"); exit(0); } configure:5978: checking for getcwd configure:6006: cc -o conftest -O -pipe -mcpu=pentiumpro -I/usr/local/include conftest.c -L/usr/local/lib -lintl 1>&5 configure:5978: checking for getwd configure:6006: cc -o conftest -O -pipe -mcpu=pentiumpro -I/usr/local/include conftest.c -L/usr/local/lib -lintl 1>&5 configure:5978: checking for putenv configure:6006: cc -o conftest -O -pipe -mcpu=pentiumpro -I/usr/local/include conftest.c -L/usr/local/lib -lintl 1>&5 configure:5978: checking for strdup configure:6006: cc -o conftest -O -pipe -mcpu=pentiumpro -I/usr/local/include conftest.c -L/usr/local/lib -lintl 1>&5 configure:6032: checking for --with-omfdirs configure:6051: checking for intltool-extract configure:6088: checking intltool version configure:6133: checking for perl configure:6180: checking for xml2-config configure:6217: checking libxml2 version configure:6234: checking for xslt-config configure:6282: checking for docbook-dtd42-xml --------------080504030400010900060003-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-gnome" in the body of the message From owner-freebsd-gnome Tue Jan 21 10: 1:14 2003 Delivered-To: freebsd-gnome@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 73E9837B401 for ; Tue, 21 Jan 2003 10:00:57 -0800 (PST) Received: from creme-brulee.marcuscom.com (rdu57-17-158.nc.rr.com [66.57.17.158]) by mx1.FreeBSD.org (Postfix) with ESMTP id AF65A43ED8 for ; Tue, 21 Jan 2003 10:00:50 -0800 (PST) (envelope-from marcus@marcuscom.com) Received: from [10.2.1.4] (vpn-client-4.marcuscom.com [10.2.1.4]) by creme-brulee.marcuscom.com (8.12.6/8.12.6) with ESMTP id h0LHxTDx002773; Tue, 21 Jan 2003 12:59:29 -0500 (EST) (envelope-from marcus@marcuscom.com) Subject: Re: Can't update scrollkeeper From: Joe Marcus Clarke To: Hung Michael Nguyen Cc: FreeBSD GNOME Users In-Reply-To: <3E2D7E46.8070900@mac.com> References: <3E2D7E46.8070900@mac.com> Content-Type: text/plain Organization: MarcusCom, Inc. Message-Id: <1043172022.341.11.camel@gyros> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.2.0 Date: 21 Jan 2003 13:00:22 -0500 Content-Transfer-Encoding: 7bit X-Spam-Status: No, hits=-2.9 required=5.0 tests=AWL,BALANCE_FOR_LONG_20K,IN_REP_TO,NOSPAM_INC, QUOTED_EMAIL_TEXT,REFERENCES,SPAM_PHRASE_00_01, SUPERLONG_LINE version=2.43 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, 2003-01-21 at 12:07, Hung Michael Nguyen wrote: > Freshly CVSUPed ports... complains about docbook-dtd42-xml, but I have > the latest docbook-sk-4.1.2 port installed (had also run a portupgrade > -f to try to make it work). I'm running 5.0-CURRENT. Looks like your build is missing a step. It should be creating the catalog files in the pre-configure target. Try cvsup'ing again. I just did this, and it works like a champ. Joe > > Attached is: > /export/ports/textproc/scrollkeeper/work/scrollkeeper-0.3.11/config.log > contents of /var/db/pkg > output of 'portupgrade scrollkeeper*' > > Thanks > Mike. > > > ______________________________________________________________________ > > ---> Upgrading 'scrollkeeper-0.3.11_5,1' to 'scrollkeeper-0.3.11_6,1' (textproc/scrollkeeper) > ---> Building '/usr/ports/textproc/scrollkeeper' > ===> Cleaning for unzip-5.50 > ===> Cleaning for libiconv-1.8_2 > ===> Cleaning for bison-1.75 > ===> Cleaning for gettext-0.11.5_1 > ===> Cleaning for gmake-3.80 > ===> Cleaning for imake-4.2.0_1 > ===> Cleaning for libtool-1.3.4_4 > ===> Cleaning for m4-1.4_1 > ===> Cleaning for pkgconfig-0.14.0 > ===> Cleaning for perl-5.6.1_11 > ===> Cleaning for python-2.2.2_2 > ===> Cleaning for gnomehier-1.0_6 > ===> Cleaning for freetype2-2.1.3_1 > ===> Cleaning for docbook-sk-4.1.2 > ===> Cleaning for docbook-xml-4.2 > ===> Cleaning for docbook-xsl-1.55.0_1 > ===> Cleaning for expat-1.95.5 > ===> Cleaning for intltool-0.25 > ===> Cleaning for libxml2-2.5.1 > ===> Cleaning for libxslt-1.0.24 > ===> Cleaning for mkcatalog-1.1 > ===> Cleaning for sdocbook-xml-4.1.2.5 > ===> Cleaning for XFree86-libraries-4.2.1_5 > ===> Cleaning for scrollkeeper-0.3.11_6,1 > ===> Extracting for scrollkeeper-0.3.11_6,1 > >> Checksum OK for gnome2/scrollkeeper-0.3.11.tar.bz2. > ===> scrollkeeper-0.3.11_6,1 depends on executable: intltool-extract - found > ===> scrollkeeper-0.3.11_6,1 depends on file: /usr/local/share/sk/docbook/4.1.2/docbook.cat - found > ===> scrollkeeper-0.3.11_6,1 depends on file: /usr/local/share/xsl/docbook/xhtml/chunk.xsl - found > ===> scrollkeeper-0.3.11_6,1 depends on executable: gmake - found > ===> scrollkeeper-0.3.11_6,1 depends on executable: libtool - found > ===> scrollkeeper-0.3.11_6,1 depends on executable: bison - found > ===> scrollkeeper-0.3.11_6,1 depends on shared library: xslt.1 - found > ===> scrollkeeper-0.3.11_6,1 depends on shared library: intl.4 - found > ===> Patching for scrollkeeper-0.3.11_6,1 > ===> Applying FreeBSD patches for scrollkeeper-0.3.11_6,1 > ===> Configuring for scrollkeeper-0.3.11_6,1 > creating cache ./config.cache > checking for gawk... no > checking for mawk... no > checking for nawk... nawk > checking for gcc... cc > checking whether the C compiler (cc -O -pipe -mcpu=pentiumpro ) works... yes > checking whether the C compiler (cc -O -pipe -mcpu=pentiumpro ) is a cross-compiler... no > checking whether we are using GNU C... yes > checking whether cc accepts -g... yes > checking how to run the C preprocessor... cc -E > checking for a BSD compatible install... /usr/bin/install -c -o root -g wheel > checking whether ln -s works... yes > checking whether gmake sets ${MAKE}... yes > checking for ANSI C header files... yes > checking for strerror in -lcposix... no > checking host system type... i386-portbld-freebsd5.0 > checking target system type... i386-portbld-freebsd5.0 > checking build system type... i386-portbld-freebsd5.0 > checking whether build environment is sane... yes > checking for working aclocal... found > checking for working autoconf... found > checking for working automake... found > checking for working autoheader... missing > checking for working makeinfo... found > checking for Cygwin environment... no > checking for mingw32 environment... no > checking for ld used by GCC... /usr/bin/ld > checking if the linker (/usr/bin/ld) is GNU ld... yes > checking for /usr/bin/ld option to reload object files... -r > checking for BSD-compatible nm... /usr/bin/nm -B > checking how to recognise dependant libraries... pass_all > checking for object suffix... o > checking for executable suffix... no > checking command to parse /usr/bin/nm -B output... ok > checking for dlfcn.h... yes > checking for ranlib... ranlib > checking for strip... strip > checking for objdir... .libs > checking for cc option to produce PIC... -fPIC > checking if cc PIC flag -fPIC works... yes > checking if cc static flag -static works... yes > checking if cc supports -c -o file.o... yes > checking if cc supports -c -o file.lo... yes > checking if cc supports -fno-rtti -fno-exceptions... yes > checking whether the linker (/usr/bin/ld) supports shared libraries... yes > checking how to hardcode library paths into programs... immediate > checking whether stripping libraries is possible... yes > checking dynamic linker characteristics... freebsd5.0 ld.so > checking if libtool supports shared libraries... yes > checking whether -lc should be explicitly linked in... yes > creating libtool > checking host system type... i386-unknown-freebsdelf5.0 > checking for ranlib... ranlib > checking whether we are using GNU C... yes > checking for object suffix... o > checking for executable suffix... no > checking for cc option to produce PIC... -fPIC > checking if cc PIC flag -fPIC works... yes > checking if cc supports -c -o file.o... yes > checking if cc supports -c -o file.lo... yes > checking if cc supports -fno-rtti -fno-exceptions ... yes > checking if cc static flag -static works... -static > checking whether ln -s works... yes > checking for ld used by GCC... /usr/bin/ld > checking if the linker (/usr/bin/ld) is GNU ld... yes > checking whether the linker (/usr/bin/ld) supports shared libraries... yes > checking for BSD-compatible nm... /usr/bin/nm -B > checking command to parse /usr/bin/nm -B output... ok > checking how to hardcode library paths into programs... immediate > checking for /usr/bin/ld option to reload object files... -r > checking dynamic linker characteristics... freebsdelf5.0 ld.so > checking if libtool supports shared libraries... yes > checking whether to build shared libraries... yes > checking whether to build static libraries... yes > checking for objdir... .libs > creating libtool > checking for working const... yes > checking for inline... inline > checking for size_t... yes > checking for working alloca.h... no > checking for alloca... yes > checking for stdlib.h... yes > checking for unistd.h... yes > checking for sys/stat.h... yes > checking for sys/types.h... yes > checking for getpagesize... yes > checking for working mmap... no > checking for getcwd... yes > checking for getwd... yes > checking for putenv... yes > checking for strdup... yes > checking for --with-omfdirs... /usr/X11R6/share/gnome/omf > checking for intltool-extract... /usr/local/bin/intltool-extract > checking intltool version... 0.25 > checking for perl... /usr/local/bin/perl > checking for xml2-config... /usr/local/bin/xml2-config > checking libxml2 version... 2.5.1 > checking for xslt-config... /usr/local/bin/xslt-config > checking for docbook-dtd42-xml... * ERROR * > > Couldn't find the DocBook XML V4.1.2 DTD. Please make sure that you have the docbook-dtd412-xml package installed. If it is installed, the package probably did not register the DTD in the catalog properly. Consult http://scrollkeeper.sourceforge.net/docbook.shtml for more information. > > configure: error: DocBook XML V4.1.2 DTD not present in /usr/local/share/sk. Make sure docbook-dtd412-xml is installed and registers DTD in catalog. > ===> Script "configure" failed unexpectedly. > Please report the problem to gnome@FreeBSD.org [maintainer] and attach > the > "/export/ports/textproc/scrollkeeper/work/scrollkeeper-0.3.11/config.log" > including the output of the failure of your make command. Also, it might > be a good idea to provide an overview of all packages installed on your > system (e.g. an `ls /var/db/pkg`). > *** Error code 1 > > Stop in /export/ports/textproc/scrollkeeper. > ! textproc/scrollkeeper (scrollkeeper-0.3.11_5,1) (configure error) > > ______________________________________________________________________ > > Hermes-1.3.2 > Mesa-3.4.2_2 > ORBit-0.5.17 > ORBit2-2.4.4 > XFree86-4.2.0_1,1 > XFree86-FontServer-4.2.0_1 > XFree86-Server-4.2.1_6 > XFree86-clients-4.2.1_2 > XFree86-documents-4.2.0 > XFree86-font100dpi-4.2.0 > XFree86-font75dpi-4.2.0 > XFree86-fontCyrillic-4.2.0_4 > XFree86-fontDefaultBitmaps-4.2.0 > XFree86-fontEncodings-4.2.0 > XFree86-fontScalable-4.2.0 > XFree86-libraries-4.2.1_5 > Xft-2.1 > aim-1.5.234 > aspell-0.50.3 > atk-1.0.3 > autoconf-2.53_1 > autoconf213-2.13.000227_5 > automake-1.5,1 > automake14-1.4.5_9 > bison-1.75 > bonobo-1.0.22 > bonobo-activation-1.0.4_1,1 > bonobo-conf-0.16 > bugbuddy2-2.2.0 > cups-base-1.1.15.1_4 > curl-7.10.3 > cvsup-16.1f > db3-3.3.11,1 > docbook-sk-4.1.2 > docbook-xml-4.2 > docbook-xsl-1.55.0_1 > eel2-2.0.8 > eog2-1.0.4 > esound-0.2.29 > evolution-1.2.0_4 > expat-1.95.5 > fbsd-icons-1.0 > flashpluginwrapper-0.20021113 > fontconfig-2.1 > freetype-1.3.1_2 > freetype2-2.1.3_1 > gail-0.17 > gaim-esound-0.59.8_1 > gal-0.21 > gcalctool-4.1.9 > gconf-1.0.9_2 > gconf-editor-0.3.1 > gconf2-1.2.1 > gdbm-1.8.3 > gdk-pixbuf-0.22.0 > gdkxft-gnome-1.5_1 > gdm2-2.4.0.12 > gedit2-2.0.6 > gettext-0.11.5_1 > ghostscript-gnu-7.05_3 > gkrellm-2.1.5 > glade2-1.1.3 > gle-3.0.3 > glib-1.2.10_8 > glib-2.0.7 > glibwww-0.2_1 > gmake-3.80 > gnome-pkgview-0.0.7 > gnome2-2.0_6 > gnomeapplets2-2.0.4 > gnomeaudio-1.4.0 > gnomecanvas-0.21.0 > gnomecontrolcenter-1.4.0.5_1 > gnomecontrolcenter2-2.0.3 > gnomedb-0.2.96_1 > gnomedesktop-2.0.10 > gnomegames2-2.0.6_1 > gnomehier-1.0_6 > gnomelibs-1.4.2_1 > gnomemedia2-2.0.3 > gnomemimedata-2.0.1_2 > gnomemm-1.2.2 > gnomepanel-2.0.11 > gnomeprint-0.37 > gnomesession-2.0.9 > gnomespell-0.5 > gnomesystemmonitor-2.0.2 > gnometerminal-2.0.1 > gnomeuserdocs2-2.0.1 > gnomeutils2-2.0.6,1 > gnomevfs-1.0.5_4 > gnomevfs2-2.0.4.1_1 > gob-1.0.12 > gqview-gnome-1.1.1 > gtar-1.13.25_5 > gtk-1.2.10_9 > gtk-2.0.9 > gtk-bluecurve-theme-0.47 > gtk-engines2-1.9.0 > gtkhtml-1.1.6_2 > gtkmm-1.2.8_1 > guile-1.4.1_2 > help2man-1.29 > imake-4.2.0_1 > imlib-1.9.14_1 > intltool-0.25 > javavmwrapper-1.4 > jdk-1.3.1p7_2 > jpeg-6b_1 > ksh93-20021221 > lcms-1.09 > libIDL-0.8.0 > libart_lgpl2-2.3.11 > libaudiofile-0.2.3 > libbonobo-2.0.1 > libbonoboui-2.0.3.2_1 > libcapplet-1.4.0.5 > libgda-0.2.96_1 > libgda2-0.8.199 > libghttp-1.0.9 > libglade-0.17_2 > libglade2-2.0.1 > libgmp-2001.08.07 > libgnome-2.0.6 > libgnomecanvas-2.0.5 > libgnomedb-0.8.199 > libgnomeprint-1.116.3 > libgnomeprintui-1.116.3 > libgnomeui-2.0.6 > libgnugetopt-1.2 > libgtkhtml-2.0.3 > libgtop2-2.0.1 > libical-0.24 > libiconv-1.8_2 > libmikmod-esound-3.1.10 > libmng-1.0.4 > libogg-1.0_1,3 > libpanel-1.4.2 > librep-0.16.1_1 > librsvg2-2.0.1 > libsigc++-1.0.4 > libslang-1.4.6 > libtool-1.3.4_4 > libungif-4.1.0b1 > libunicode-0.4_3 > libvorbis-1.0_1,3 > libwnck-0.18 > libwww-5.4.0 > libxml-1.8.17_1 > libxml2-2.5.1 > libxslt-1.0.24 > libzvt-2.0.1_1 > linc-0.5.5 > linux-flashplugin-5.0r51 > linux-gtk-1.2_2 > linux-realplayer-8.cs2 > linux-sun-jdk-1.3.1.06_1 > linux_base-7.1_2 > lsof-4.65 > lynx-ssl-2.8.4.1c > m4-1.4_1 > metacity-2.4.13 > metacity-setup-0.7.1_1 > metatheme2-0.9.7 > mkcatalog-1.1 > mozilla-1.1_3,2 > mozilla-headers-1.1_3,2 > mutt-1.4 > nautilus-gtkhtml-0.3.2_1 > nautilus2-2.0.8 > nmap-3.00 > nspr-4.2_1 > nss-3.4.2 > oaf-0.6.10_1 > open-motif-2.2.2_1 > openoffice-1.0.1_4 > pango-1.0.5 > pdksh-5.2.14p2 > perl-5.6.1_11 > pkg_tree-1.1 > pkgconfig-0.14.0 > pkgdb.db > png-1.2.5 > popt-1.6.4 > portupgrade-20021216 > privoxy-3.0.0 > py22-expat-2.2.2_2 > python-2.2.2_2 > rep-gtk2-0.17,1 > rpm-3.0.6_6 > rsync-2.5.5_1 > ruby-1.6.8 > ruby-bdb1-0.1.8 > ruby-rdoc-0.0.0.b2 > ruby-shim-ruby18-1.8.0.p1 > samba-2.2.7a > sawfish2-1.2_1,2 > scrollkeeper-0.3.11_5,1 > sdocbook-xml-4.1.2.5 > slrn-0.9.7.4 > soup-0.7.10 > sox-12.17.3_1 > startup-notification-0.4 > sudo-1.6.6 > t1lib-1.3.1 > tcl-8.3.5 > tiff-3.5.7 > tightvnc-1.2.7 > tk-8.3.5 > unzip-5.50 > urwfonts-1.0 > vim-6.1.271 > wget-1.8.2_2 > wrapper-1.0_2 > xaos-3.0 > xdaliclock-2.18 > xmbmon-107p1 > xmms-crossfade-0.2.9 > xmms-esound-gnome-1.2.7_3 > xscreensaver-gnome-4.06 > yelp-1.0.7 > zip-2.3_1 > > ______________________________________________________________________ > > This file contains any messages produced by compilers while > running configure, to aid debugging if configure makes a mistake. > > configure:713: checking for gawk > configure:713: checking for mawk > configure:713: checking for nawk > configure:745: checking for gcc > configure:858: checking whether the C compiler (cc -O -pipe -mcpu=pentiumpro ) works > configure:874: cc -o conftest -O -pipe -mcpu=pentiumpro -I/usr/local/include conftest.c -L/usr/local/lib -lintl 1>&5 > configure:900: checking whether the C compiler (cc -O -pipe -mcpu=pentiumpro ) is a cross-compiler > configure:905: checking whether we are using GNU C > configure:914: cc -E conftest.c > configure:933: checking whether cc accepts -g > configure:965: checking how to run the C preprocessor > configure:986: cc -E -I/usr/local/include conftest.c >/dev/null 2>conftest.out > configure:1075: checking for a BSD compatible install > configure:1128: checking whether ln -s works > configure:1149: checking whether gmake sets ${MAKE} > configure:1178: checking for ANSI C header files > configure:1191: cc -E -I/usr/local/include conftest.c >/dev/null 2>conftest.out > configure:1258: cc -o conftest -O -pipe -mcpu=pentiumpro -I/usr/local/include conftest.c -L/usr/local/lib -lintl 1>&5 > configure:1284: checking for strerror in -lcposix > configure:1303: cc -o conftest -O -pipe -mcpu=pentiumpro -I/usr/local/include conftest.c -lcposix -L/usr/local/lib -lintl 1>&5 > /usr/bin/ld: cannot find -lcposix > configure: failed program was: > #line 1292 "configure" > #include "confdefs.h" > /* Override any gcc2 internal prototype to avoid an error. */ > /* We use char because int might match the return type of a gcc2 > builtin and then its argument prototype would still apply. */ > char strerror(); > > int main() { > strerror() > ; return 0; } > configure:1354: checking host system type > configure:1375: checking target system type > configure:1393: checking build system type > configure:1420: checking whether build environment is sane > configure:1496: checking for working aclocal > configure:1509: checking for working autoconf > configure:1522: checking for working automake > configure:1535: checking for working autoheader > configure:1548: checking for working makeinfo > configure:1562: checking for Cygwin environment > configure:1578: cc -c -O -pipe -mcpu=pentiumpro -I/usr/local/include conftest.c 1>&5 > configure: In function `main': > configure:1574: `__CYGWIN32__' undeclared (first use in this function) > configure:1574: (Each undeclared identifier is reported only once > configure:1574: for each function it appears in.) > configure: failed program was: > #line 1567 "configure" > #include "confdefs.h" > > int main() { > > #ifndef __CYGWIN__ > #define __CYGWIN__ __CYGWIN32__ > #endif > return __CYGWIN__; > ; return 0; } > configure:1595: checking for mingw32 environment > configure:1607: cc -c -O -pipe -mcpu=pentiumpro -I/usr/local/include conftest.c 1>&5 > configure: In function `main': > configure:1603: `__MINGW32__' undeclared (first use in this function) > configure:1603: (Each undeclared identifier is reported only once > configure:1603: for each function it appears in.) > configure: failed program was: > #line 1600 "configure" > #include "confdefs.h" > > int main() { > return __MINGW32__; > ; return 0; } > configure:1704: checking for ld used by GCC > configure:1772: checking if the linker (/usr/bin/ld) is GNU ld > GNU ld version 2.13.2 [FreeBSD] 2002-11-27 > configure:1789: checking for /usr/bin/ld option to reload object files > configure:1801: checking for BSD-compatible nm > configure:1839: checking how to recognise dependant libraries > configure:2012: checking for object suffix > configure:2018: cc -c -O -pipe -mcpu=pentiumpro -I/usr/local/include conftest.c 1>&5 > configure:2038: checking for executable suffix > configure:2048: cc -o conftest -O -pipe -mcpu=pentiumpro -I/usr/local/include conftest.c -L/usr/local/lib -lintl 1>&5 > configure:2079: checking command to parse /usr/bin/nm -B output > configure:2155: cc -c -O -pipe -mcpu=pentiumpro -I/usr/local/include conftest.c 1>&5 > configure:2158: /usr/bin/nm -B conftest.o | sed -n -e 's/^.*[ ]\([ABCDGISTW][ABCDGISTW]*\)[ ][ ]*\(\)\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2\3 \3/p' > conftest.nm > configure:2209: cc -o conftest -O -pipe -mcpu=pentiumpro -I/usr/local/include conftest.c conftstm.o 1>&5 > configure:2255: checking for dlfcn.h > configure:2265: cc -E -I/usr/local/include conftest.c >/dev/null 2>conftest.out > configure:2433: checking for ranlib > configure:2500: checking for strip > configure:2736: checking for objdir > configure:2763: checking for cc option to produce PIC > configure:2915: checking if cc PIC flag -fPIC works > configure:2929: cc -c -O -pipe -mcpu=pentiumpro -fPIC -DPIC -I/usr/local/include conftest.c 1>&5 > configure:2981: checking if cc static flag -static works > configure:2996: cc -o conftest -O -pipe -mcpu=pentiumpro -I/usr/local/include -static conftest.c -L/usr/local/lib -lintl 1>&5 > configure:3023: checking if cc supports -c -o file.o > configure:3042: cc -c -O -pipe -mcpu=pentiumpro -o out/conftest2.o -I/usr/local/include conftest.c 1>&5 > configure:3071: checking if cc supports -c -o file.lo > configure:3087: cc -c -O -pipe -mcpu=pentiumpro -c -o conftest.lo -I/usr/local/include conftest.c 1>&5 > configure:3136: checking if cc supports -fno-rtti -fno-exceptions > configure:3149: cc -c -O -pipe -mcpu=pentiumpro -fno-rtti -fno-exceptions -c conftest.c -I/usr/local/include conftest.c 1>&5 > configure:3176: checking whether the linker (/usr/bin/ld) supports shared libraries > configure:3792: checking how to hardcode library paths into programs > configure:3820: checking whether stripping libraries is possible > configure:3834: checking dynamic linker characteristics > configure:4220: checking if libtool supports shared libraries > configure:4713: checking whether -lc should be explicitly linked in > configure:4720: cc -c -O -pipe -mcpu=pentiumpro -I/usr/local/include conftest.c 1>&5 > configure:4733: cc -shared conftest.o -v -Wl,-soname -Wl,conftest -o conftest 2>&1 | grep -lc >/dev/null 2>&1 > configure:5314: checking for working const > configure:5368: cc -c -O -pipe -mcpu=pentiumpro -I/usr/local/include conftest.c 1>&5 > configure:5389: checking for inline > configure:5403: cc -c -O -pipe -mcpu=pentiumpro -I/usr/local/include conftest.c 1>&5 > configure:5429: checking for size_t > configure:5465: checking for working alloca.h > configure:5477: cc -o conftest -O -pipe -mcpu=pentiumpro -I/usr/local/include conftest.c -L/usr/local/lib -lintl 1>&5 > configure:5471:20: alloca.h: No such file or directory > configure: failed program was: > #line 5470 "configure" > #include "confdefs.h" > #include > int main() { > char *p = alloca(2 * sizeof(int)); > ; return 0; } > configure:5498: checking for alloca > configure:5531: cc -o conftest -O -pipe -mcpu=pentiumpro -I/usr/local/include conftest.c -L/usr/local/lib -lintl 1>&5 > configure:5700: checking for stdlib.h > configure:5710: cc -E -I/usr/local/include conftest.c >/dev/null 2>conftest.out > configure:5700: checking for unistd.h > configure:5710: cc -E -I/usr/local/include conftest.c >/dev/null 2>conftest.out > configure:5700: checking for sys/stat.h > configure:5710: cc -E -I/usr/local/include conftest.c >/dev/null 2>conftest.out > configure:5700: checking for sys/types.h > configure:5710: cc -E -I/usr/local/include conftest.c >/dev/null 2>conftest.out > configure:5739: checking for getpagesize > configure:5767: cc -o conftest -O -pipe -mcpu=pentiumpro -I/usr/local/include conftest.c -L/usr/local/lib -lintl 1>&5 > configure:5792: checking for working mmap > configure:5953: cc -o conftest -O -pipe -mcpu=pentiumpro -I/usr/local/include conftest.c -L/usr/local/lib -lintl 1>&5 > configure:5884: conflicting types for `malloc' > /usr/include/stdlib.h:100: previous declaration of `malloc' > configure: failed program was: > #line 5800 "configure" > #include "confdefs.h" > > /* Thanks to Mike Haertel and Jim Avera for this test. > Here is a matrix of mmap possibilities: > mmap private not fixed > mmap private fixed at somewhere currently unmapped > mmap private fixed at somewhere already mapped > mmap shared not fixed > mmap shared fixed at somewhere currently unmapped > mmap shared fixed at somewhere already mapped > For private mappings, we should verify that changes cannot be read() > back from the file, nor mmap's back from the file at a different > address. (There have been systems where private was not correctly > implemented like the infamous i386 svr4.0, and systems where the > VM page cache was not coherent with the filesystem buffer cache > like early versions of FreeBSD and possibly contemporary NetBSD.) > For shared mappings, we should conversely verify that changes get > propogated back to all the places they're supposed to be. > > Grep wants private fixed already mapped. > The main things grep needs to know about mmap are: > * does it exist and is it safe to write into the mmap'd area > * how to use it (BSD variants) */ > #include > #include > #include > > #if HAVE_SYS_TYPES_H > # include > #endif > > #if HAVE_STDLIB_H > # include > #endif > > #if HAVE_SYS_STAT_H > # include > #endif > > #if HAVE_UNISTD_H > # include > #endif > > /* This mess was copied from the GNU getpagesize.h. */ > #ifndef HAVE_GETPAGESIZE > > /* Assume that all systems that can run configure have sys/param.h. */ > # ifndef HAVE_SYS_PARAM_H > # define HAVE_SYS_PARAM_H 1 > # endif > > # ifdef _SC_PAGESIZE > # define getpagesize() sysconf(_SC_PAGESIZE) > # else /* no _SC_PAGESIZE */ > # ifdef HAVE_SYS_PARAM_H > # include > # ifdef EXEC_PAGESIZE > # define getpagesize() EXEC_PAGESIZE > # else /* no EXEC_PAGESIZE */ > # ifdef NBPG > # define getpagesize() NBPG * CLSIZE > # ifndef CLSIZE > # define CLSIZE 1 > # endif /* no CLSIZE */ > # else /* no NBPG */ > # ifdef NBPC > # define getpagesize() NBPC > # else /* no NBPC */ > # ifdef PAGESIZE > # define getpagesize() PAGESIZE > # endif /* PAGESIZE */ > # endif /* no NBPC */ > # endif /* no NBPG */ > # endif /* no EXEC_PAGESIZE */ > # else /* no HAVE_SYS_PARAM_H */ > # define getpagesize() 8192 /* punt totally */ > # endif /* no HAVE_SYS_PARAM_H */ > # endif /* no _SC_PAGESIZE */ > > #endif /* no HAVE_GETPAGESIZE */ > > #ifdef __cplusplus > extern "C" { void *malloc(unsigned); } > #else > char *malloc(); > #endif > > int > main() > { > char *data, *data2, *data3; > int i, pagesize; > int fd; > > pagesize = getpagesize(); > > /* > * First, make a file with some known garbage in it. > */ > data = malloc(pagesize); > if (!data) > exit(1); > for (i = 0; i < pagesize; ++i) > *(data + i) = rand(); > umask(0); > fd = creat("conftestmmap", 0600); > if (fd < 0) > exit(1); > if (write(fd, data, pagesize) != pagesize) > exit(1); > close(fd); > > /* > * Next, try to mmap the file at a fixed address which > * already has something else allocated at it. If we can, > * also make sure that we see the same garbage. > */ > fd = open("conftestmmap", O_RDWR); > if (fd < 0) > exit(1); > data2 = malloc(2 * pagesize); > if (!data2) > exit(1); > data2 += (pagesize - ((int) data2 & (pagesize - 1))) & (pagesize - 1); > if (data2 != mmap(data2, pagesize, PROT_READ | PROT_WRITE, > MAP_PRIVATE | MAP_FIXED, fd, 0L)) > exit(1); > for (i = 0; i < pagesize; ++i) > if (*(data + i) != *(data2 + i)) > exit(1); > > /* > * Finally, make sure that changes to the mapped area > * do not percolate back to the file as seen by read(). > * (This is a bug on some variants of i386 svr4.0.) > */ > for (i = 0; i < pagesize; ++i) > *(data2 + i) = *(data2 + i) + 1; > data3 = malloc(pagesize); > if (!data3) > exit(1); > if (read(fd, data3, pagesize) != pagesize) > exit(1); > for (i = 0; i < pagesize; ++i) > if (*(data + i) != *(data3 + i)) > exit(1); > close(fd); > unlink("conftestmmap"); > exit(0); > } > > configure:5978: checking for getcwd > configure:6006: cc -o conftest -O -pipe -mcpu=pentiumpro -I/usr/local/include conftest.c -L/usr/local/lib -lintl 1>&5 > configure:5978: checking for getwd > configure:6006: cc -o conftest -O -pipe -mcpu=pentiumpro -I/usr/local/include conftest.c -L/usr/local/lib -lintl 1>&5 > configure:5978: checking for putenv > configure:6006: cc -o conftest -O -pipe -mcpu=pentiumpro -I/usr/local/include conftest.c -L/usr/local/lib -lintl 1>&5 > configure:5978: checking for strdup > configure:6006: cc -o conftest -O -pipe -mcpu=pentiumpro -I/usr/local/include conftest.c -L/usr/local/lib -lintl 1>&5 > configure:6032: checking for --with-omfdirs > configure:6051: checking for intltool-extract > configure:6088: checking intltool version > configure:6133: checking for perl > configure:6180: checking for xml2-config > configure:6217: checking libxml2 version > configure:6234: checking for xslt-config > configure:6282: checking for docbook-dtd42-xml -- PGP Key : http://www.marcuscom.com/pgp.asc To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-gnome" in the body of the message From owner-freebsd-gnome Tue Jan 21 10: 1:58 2003 Delivered-To: freebsd-gnome@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8700E37B405 for ; Tue, 21 Jan 2003 10:01:57 -0800 (PST) Received: from creme-brulee.marcuscom.com (rdu57-17-158.nc.rr.com [66.57.17.158]) by mx1.FreeBSD.org (Postfix) with ESMTP id 780FD43F13 for ; Tue, 21 Jan 2003 10:01:56 -0800 (PST) (envelope-from marcus@marcuscom.com) Received: from [10.2.1.4] (vpn-client-4.marcuscom.com [10.2.1.4]) by creme-brulee.marcuscom.com (8.12.6/8.12.6) with ESMTP id h0LI0gDx002812; Tue, 21 Jan 2003 13:00:42 -0500 (EST) (envelope-from marcus@marcuscom.com) Subject: Re: Crash on mail retreival in evolution 1.2.1 From: Joe Marcus Clarke To: Mark Sergeant Cc: FreeBSD GNOME Users In-Reply-To: <20030121045654.GA52884@looksmart.net> References: <20030121045654.GA52884@looksmart.net> Content-Type: text/plain Organization: MarcusCom, Inc. Message-Id: <1043172095.341.13.camel@gyros> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.2.0 Date: 21 Jan 2003 13:01:35 -0500 Content-Transfer-Encoding: 7bit X-Spam-Status: No, hits=-2.3 required=5.0 tests=AWL,IN_REP_TO,NOSPAM_INC,QUOTED_EMAIL_TEXT,REFERENCES, SPAM_PHRASE_00_01,TO_BE_REMOVED_REPLY version=2.43 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 Mon, 2003-01-20 at 23:56, Mark Sergeant wrote: > I've just updated to evolution 1.2.1 on FreeBSD > xyzzy.wireless.snsonline.net 5.0-CURRENT FreeBSD 5.0-CURRENT #1: Sun Jan > 19 21:00:53 EST 2003. Now when I try connecting to a remote pop a I get > an evolution-mail crash. I've tried recreating my pop accounts but to no > avail. All my ports are current as of 6 hours ago. Should anybody need > any further data please let me know. I've been using Evo 1.2.1 on -stable now for some time, and I haven't seen a crash yet. Can you send a back trace with symbols from the crash? Thanks. Joe > > Cheers, > > Mark Sergeant > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-gnome" in the body of the message -- PGP Key : http://www.marcuscom.com/pgp.asc To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-gnome" in the body of the message From owner-freebsd-gnome Tue Jan 21 10:22:57 2003 Delivered-To: freebsd-gnome@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C17AB37B401 for ; Tue, 21 Jan 2003 10:22:56 -0800 (PST) Received: from creme-brulee.marcuscom.com (rdu57-17-158.nc.rr.com [66.57.17.158]) by mx1.FreeBSD.org (Postfix) with ESMTP id EE08443F18 for ; Tue, 21 Jan 2003 10:22:55 -0800 (PST) (envelope-from marcus@marcuscom.com) Received: from [10.2.1.4] (vpn-client-4.marcuscom.com [10.2.1.4]) by creme-brulee.marcuscom.com (8.12.6/8.12.6) with ESMTP id h0LILbDx003002; Tue, 21 Jan 2003 13:21:39 -0500 (EST) (envelope-from marcus@marcuscom.com) Subject: Re: gstreamer-plugins-0.5.1 LIB_DEPENDS/SDL-update From: Joe Marcus Clarke To: Franz Klammer Cc: FreeBSD GNOME Users In-Reply-To: <1043083647.11206.4.camel@ds9.webonaut.com> References: <1043083647.11206.4.camel@ds9.webonaut.com> Content-Type: text/plain Organization: MarcusCom, Inc. Message-Id: <1043173348.341.24.camel@gyros> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.2.0 Date: 21 Jan 2003 13:22:29 -0500 Content-Transfer-Encoding: 7bit X-Spam-Status: No, hits=-2.1 required=5.0 tests=AWL,IN_REP_TO,NOSPAM_INC,REFERENCES,SPAM_PHRASE_00_01 version=2.43 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 Mon, 2003-01-20 at 12:27, Franz Klammer wrote: > hello! > > gstreamer-plugins-0.5.1 depends on a old version of SDL. > > attached the patch. Committed, thanks! Joe > > franz. -- PGP Key : http://www.marcuscom.com/pgp.asc To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-gnome" in the body of the message From owner-freebsd-gnome Tue Jan 21 12: 0:16 2003 Delivered-To: freebsd-gnome@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CD8E237B405 for ; Tue, 21 Jan 2003 12:00:14 -0800 (PST) Received: from httpd.terions.de (static62-99-146-055.adsl.inode.at [62.99.146.55]) by mx1.FreeBSD.org (Postfix) with SMTP id DFA6643F13 for ; Tue, 21 Jan 2003 12:00:11 -0800 (PST) (envelope-from martin.klaffenboeck@gmx.at) Received: (qmail 20962 invoked from network); 21 Jan 2003 20:00:05 -0000 Received: from unknown (HELO martin.kleinerdrache.org) (127.0.0.1) by loopback with SMTP; 21 Jan 2003 20:00:05 -0000 Date: Tue, 21 Jan 2003 21:00:04 +0100 From: Martin Klaffenboeck To: Joe Marcus Clarke Cc: gnome@freebsd.org Subject: galeon2 (1.3.1) fails here Message-ID: <20030121200004.GA85144@martin.kdrache.org> Mime-Version: 1.0 Content-Type: text/plain; format=flowed; charset=ISO-8859-15 Content-Disposition: inline Content-Transfer-Encoding: 8bit X-Mailer: Balsa 2.0.4 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 was deinstalling all of the mozilla ports and galeon (and phoenix). Now I simply tried (after make update ; marcusmerge -u) to use 'portinstall galeon2'. As a result I found: martin# pkg_info | grep mozilla mozilla-1.2.1 The open source, standards compliant web browser mozilla-headers-1.2b_3,1 Header files for mozilla communicator web-surfboard There are wrong headers installed for mozilla - or doesn't that matter? The error I get: cc -DHAVE_CONFIG_H -I. -I. -I.. -I../utils -I../utils -DORBIT2=1 -pthread -I/usr/local/include/atk-1.0 -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include/libxml2 -I/usr/local/include -I/usr/local/include/libart-2.0 -I/usr/local/include/orbit-2.0 -I/usr/local/include/libbonobo-2.0 -I/usr/local/include/linc-1.0 -I/usr/local/include/bonobo-activation-2.0 -I/usr/X11R6/include/gtk-2.0 -I/usr/X11R6/lib/gtk-2.0/include -I/usr/X11R6/include/pango-1.0 -I/usr/X11R6/include -I/usr/local/include/freetype2 -I/usr/X11R6/include/libgnomeui-2.0 -I/usr/X11R6/include/libgnome-2.0 -I/usr/X11R6/include/libgnomecanvas-2.0 -I/usr/X11R6/include/gconf/2 -I/usr/X11R6/include/libbonoboui-2.0 -I/usr/X11R6/include/gnome-vfs-2.0 -I/usr/X11R6/lib/gnome-vfs-2.0/include -I/usr/X11R6/include/libglade-2.0 -I/usr/X11R6/include/gnome-vfs-module-2.0 -DSHARE_DIR=\"/usr/X11R6/share/gnome/galeon\" -DDATADIR=\"/usr/X11R6/share/gnome\" -DG_DISABLE_DEPRECATED -DGDK_DISABLE_DEPRECATED -DGTK_DISABLE_DEPRECATED -DGDK_PIXBUF_DISABLE_DEPRECATED -DGNOME_DISABLE_DEPRECATED -I/usr/local/include -I/usr/X11R6/include -D_REENTRANT -D_THREAD_SAFE -O -pipe -march=pentiumpro -Wall -Wmissing-declarations -Wmissing-prototypes -Wsign-compare -Werror -c bookmarks.c -Wp,-MD,.deps/bookmarks.TPlo -fPIC -DPIC -o .libs/bookmarks.lo cc1: warnings being treated as errors bookmarks-util.h:64: warning: `gb_activated_event' defined but not used bookmarks-util.h:72: warning: `gb_activated_emit' defined but not used *** Error code 1 Stop in /var/tmp/usr/ports/www/galeon2/work/galeon-1.3.1/bookmarks. *** Error code 1 Stop in /var/tmp/usr/ports/www/galeon2/work/galeon-1.3.1. *** Error code 1 Stop in /var/tmp/usr/ports/www/galeon2/work/galeon-1.3.1. *** Error code 1 Stop in /usr/ports/www/galeon2. ** Command failed [exit code 1]: /usr/bin/script -qa /tmp/portinstall96370.0 make ** Fix the problem and try again. ** The following packages were not installed or upgraded (*:skipped / !:failed) ! www/galeon2 (unknown build error) Whats wrong here? Martin To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-gnome" in the body of the message From owner-freebsd-gnome Tue Jan 21 12:35:56 2003 Delivered-To: freebsd-gnome@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2F2D537B401 for ; Tue, 21 Jan 2003 12:35:54 -0800 (PST) Received: from creme-brulee.marcuscom.com (rdu57-17-158.nc.rr.com [66.57.17.158]) by mx1.FreeBSD.org (Postfix) with ESMTP id ADDA743E4A for ; Tue, 21 Jan 2003 12:35:52 -0800 (PST) (envelope-from marcus@marcuscom.com) Received: from [10.2.1.4] (vpn-client-4.marcuscom.com [10.2.1.4]) by creme-brulee.marcuscom.com (8.12.6/8.12.6) with ESMTP id h0LKYZDx003804; Tue, 21 Jan 2003 15:34:36 -0500 (EST) (envelope-from marcus@marcuscom.com) Subject: Re: galeon2 (1.3.1) fails here From: Joe Marcus Clarke To: Martin Klaffenboeck Cc: FreeBSD GNOME Users In-Reply-To: <20030121200004.GA85144@martin.kdrache.org> References: <20030121200004.GA85144@martin.kdrache.org> Content-Type: text/plain Organization: MarcusCom, Inc. Message-Id: <1043181327.341.40.camel@gyros> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.2.0 Date: 21 Jan 2003 15:35:27 -0500 Content-Transfer-Encoding: 7bit X-Spam-Status: No, hits=-2.5 required=5.0 tests=AWL,IN_REP_TO,NOSPAM_INC,QUOTED_EMAIL_TEXT,REFERENCES, SPAM_PHRASE_00_01 version=2.43 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, 2003-01-21 at 15:00, Martin Klaffenboeck wrote: > Hello, > > I was deinstalling all of the mozilla ports and galeon (and phoenix). > > Now I simply tried (after make update ; marcusmerge -u) to use > 'portinstall galeon2'. > > As a result I found: > > martin# pkg_info | grep mozilla > mozilla-1.2.1 The open source, standards compliant web browser > mozilla-headers-1.2b_3,1 Header files for mozilla communicator > web-surfboard > > There are wrong headers installed for mozilla - or doesn't that matter? This is bad. Fix this. > > The error I get: > > cc -DHAVE_CONFIG_H -I. -I. -I.. -I../utils -I../utils -DORBIT2=1 > -pthread -I/usr/local/include/atk-1.0 -I/usr/local/include/glib-2.0 > -I/usr/local/lib/glib-2.0/include -I/usr/local/include/libxml2 > -I/usr/local/include -I/usr/local/include/libart-2.0 > -I/usr/local/include/orbit-2.0 -I/usr/local/include/libbonobo-2.0 > -I/usr/local/include/linc-1.0 > -I/usr/local/include/bonobo-activation-2.0 -I/usr/X11R6/include/gtk-2.0 > -I/usr/X11R6/lib/gtk-2.0/include -I/usr/X11R6/include/pango-1.0 > -I/usr/X11R6/include -I/usr/local/include/freetype2 > -I/usr/X11R6/include/libgnomeui-2.0 -I/usr/X11R6/include/libgnome-2.0 > -I/usr/X11R6/include/libgnomecanvas-2.0 -I/usr/X11R6/include/gconf/2 > -I/usr/X11R6/include/libbonoboui-2.0 -I/usr/X11R6/include/gnome-vfs-2.0 > -I/usr/X11R6/lib/gnome-vfs-2.0/include > -I/usr/X11R6/include/libglade-2.0 > -I/usr/X11R6/include/gnome-vfs-module-2.0 > -DSHARE_DIR=\"/usr/X11R6/share/gnome/galeon\" > -DDATADIR=\"/usr/X11R6/share/gnome\" -DG_DISABLE_DEPRECATED > -DGDK_DISABLE_DEPRECATED -DGTK_DISABLE_DEPRECATED > -DGDK_PIXBUF_DISABLE_DEPRECATED -DGNOME_DISABLE_DEPRECATED > -I/usr/local/include -I/usr/X11R6/include -D_REENTRANT -D_THREAD_SAFE > -O -pipe -march=pentiumpro -Wall -Wmissing-declarations > -Wmissing-prototypes -Wsign-compare -Werror -c bookmarks.c > -Wp,-MD,.deps/bookmarks.TPlo -fPIC -DPIC -o .libs/bookmarks.lo > cc1: warnings being treated as errors > bookmarks-util.h:64: warning: `gb_activated_event' defined but not used > bookmarks-util.h:72: warning: `gb_activated_emit' defined but not used > *** Error code 1 > Stop in /var/tmp/usr/ports/www/galeon2/work/galeon-1.3.1/bookmarks. > *** Error code 1 > Stop in /var/tmp/usr/ports/www/galeon2/work/galeon-1.3.1. > *** Error code 1 > Stop in /var/tmp/usr/ports/www/galeon2/work/galeon-1.3.1. > *** Error code 1 > Stop in /usr/ports/www/galeon2. > ** Command failed [exit code 1]: /usr/bin/script -qa > /tmp/portinstall96370.0 make > ** Fix the problem and try again. > ** The following packages were not installed or upgraded (*:skipped / > !:failed) > ! www/galeon2 (unknown build error) > > Whats wrong here? Hmmm, I thought I had fixed this. I'll take a look. Joe > > Martin -- PGP Key : http://www.marcuscom.com/pgp.asc To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-gnome" in the body of the message From owner-freebsd-gnome Tue Jan 21 12:40:30 2003 Delivered-To: freebsd-gnome@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BA8C937B40D for ; Tue, 21 Jan 2003 12:40:26 -0800 (PST) Received: from httpd.terions.de (static62-99-146-055.adsl.inode.at [62.99.146.55]) by mx1.FreeBSD.org (Postfix) with SMTP id 9DA0643ED8 for ; Tue, 21 Jan 2003 12:40:21 -0800 (PST) (envelope-from martin.klaffenboeck@gmx.at) Received: (qmail 65987 invoked from network); 21 Jan 2003 20:40:15 -0000 Received: from unknown (HELO martin.kleinerdrache.org) (127.0.0.1) by loopback with SMTP; 21 Jan 2003 20:40:15 -0000 Date: Tue, 21 Jan 2003 21:40:14 +0100 From: Martin Klaffenboeck To: Joe Marcus Clarke Cc: Martin Klaffenboeck , FreeBSD GNOME Users Subject: Re: galeon2 (1.3.1) fails here Message-ID: <20030121204014.GC85144@martin.kdrache.org> References: <20030121200004.GA85144@martin.kdrache.org> <1043181327.341.40.camel@gyros> Mime-Version: 1.0 Content-Type: text/plain; format=flowed; charset=ISO-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <1043181327.341.40.camel@gyros>; from marcus@marcuscom.com on Di, Jan 21, 2003 at 21:35:27 +0100 X-Mailer: Balsa 2.0.4 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 Am 2003.01.21 21:35 schrieb(en) Joe Marcus Clarke: > On Tue, 2003-01-21 at 15:00, Martin Klaffenboeck wrote: > > Hello, > > > > I was deinstalling all of the mozilla ports and galeon (and > phoenix). > > > > Now I simply tried (after make update ; marcusmerge -u) to use > > 'portinstall galeon2'. > > > > As a result I found: > > > > martin# pkg_info | grep mozilla > > mozilla-1.2.1 The open source, standards compliant web browser > > mozilla-headers-1.2b_3,1 Header files for mozilla communicator > > web-surfboard > > > > There are wrong headers installed for mozilla - or doesn't that > matter? > > This is bad. Fix this. How do I fix that? Now I deinstalled mozilla-headers-1.2b_3,1 and installed from /usr/ports/www/mozilla-headers with make install. But the galeon2 thing didn't change. > > > > The error I get: > > > > cc -DHAVE_CONFIG_H -I. -I. -I.. -I../utils -I../utils -DORBIT2=1 > > -pthread -I/usr/local/include/atk-1.0 -I/usr/local/include/glib-2.0 > > -I/usr/local/lib/glib-2.0/include -I/usr/local/include/libxml2 > > -I/usr/local/include -I/usr/local/include/libart-2.0 > > -I/usr/local/include/orbit-2.0 -I/usr/local/include/libbonobo-2.0 > > -I/usr/local/include/linc-1.0 > > -I/usr/local/include/bonobo-activation-2.0 > -I/usr/X11R6/include/gtk-2.0 > > -I/usr/X11R6/lib/gtk-2.0/include -I/usr/X11R6/include/pango-1.0 > > -I/usr/X11R6/include -I/usr/local/include/freetype2 > > -I/usr/X11R6/include/libgnomeui-2.0 > -I/usr/X11R6/include/libgnome-2.0 > > -I/usr/X11R6/include/libgnomecanvas-2.0 -I/usr/X11R6/include/gconf/2 > > > -I/usr/X11R6/include/libbonoboui-2.0 > -I/usr/X11R6/include/gnome-vfs-2.0 > > -I/usr/X11R6/lib/gnome-vfs-2.0/include > > -I/usr/X11R6/include/libglade-2.0 > > -I/usr/X11R6/include/gnome-vfs-module-2.0 > > -DSHARE_DIR=\"/usr/X11R6/share/gnome/galeon\" > > -DDATADIR=\"/usr/X11R6/share/gnome\" -DG_DISABLE_DEPRECATED > > -DGDK_DISABLE_DEPRECATED -DGTK_DISABLE_DEPRECATED > > -DGDK_PIXBUF_DISABLE_DEPRECATED -DGNOME_DISABLE_DEPRECATED > > -I/usr/local/include -I/usr/X11R6/include -D_REENTRANT > -D_THREAD_SAFE > > -O -pipe -march=pentiumpro -Wall -Wmissing-declarations > > -Wmissing-prototypes -Wsign-compare -Werror -c bookmarks.c > > -Wp,-MD,.deps/bookmarks.TPlo -fPIC -DPIC -o .libs/bookmarks.lo > > cc1: warnings being treated as errors > > bookmarks-util.h:64: warning: `gb_activated_event' defined but not > used > > bookmarks-util.h:72: warning: `gb_activated_emit' defined but not > used > > *** Error code 1 > > Stop in > /var/tmp/usr/ports/www/galeon2/work/galeon-1.3.1/bookmarks. > > *** Error code 1 > > Stop in /var/tmp/usr/ports/www/galeon2/work/galeon-1.3.1. > > *** Error code 1 > > Stop in /var/tmp/usr/ports/www/galeon2/work/galeon-1.3.1. > > *** Error code 1 > > Stop in /usr/ports/www/galeon2. > > ** Command failed [exit code 1]: /usr/bin/script -qa > > /tmp/portinstall96370.0 make > > ** Fix the problem and try again. > > ** The following packages were not installed or upgraded (*:skipped > / > > !:failed) > > ! www/galeon2 (unknown build error) > > > > Whats wrong here? > > Hmmm, I thought I had fixed this. I'll take a look. Ok, so this is not depending on the mozilla headers... I'm not familar with the mozilla headers, mozilla-headers worked with gtk 1.2 instead of gtk2, so I will now try a /usr/ports/mozilla-gtk2 - make configure and I'll delete the mozilla-headers-1.2.1,2 and install it again? Does that change anything? Martin > Joe > > > > > Martin > -- > PGP Key : http://www.marcuscom.com/pgp.asc > > > > > 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 21 12:49:26 2003 Delivered-To: freebsd-gnome@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2F1C437B414 for ; Tue, 21 Jan 2003 12:49:23 -0800 (PST) Received: from creme-brulee.marcuscom.com (rdu57-17-158.nc.rr.com [66.57.17.158]) by mx1.FreeBSD.org (Postfix) with ESMTP id 63DCE43F5F for ; Tue, 21 Jan 2003 12:49:22 -0800 (PST) (envelope-from marcus@marcuscom.com) Received: from [10.2.1.4] (vpn-client-4.marcuscom.com [10.2.1.4]) by creme-brulee.marcuscom.com (8.12.6/8.12.6) with ESMTP id h0LKm7Dx004022; Tue, 21 Jan 2003 15:48:07 -0500 (EST) (envelope-from marcus@marcuscom.com) Subject: Re: galeon2 (1.3.1) fails here From: Joe Marcus Clarke To: Martin Klaffenboeck Cc: FreeBSD GNOME Users In-Reply-To: <20030121204014.GC85144@martin.kdrache.org> References: <20030121200004.GA85144@martin.kdrache.org> <1043181327.341.40.camel@gyros> <20030121204014.GC85144@martin.kdrache.org> Content-Type: text/plain Organization: MarcusCom, Inc. Message-Id: <1043182140.341.43.camel@gyros> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.2.0 Date: 21 Jan 2003 15:49:00 -0500 Content-Transfer-Encoding: 7bit X-Spam-Status: No, hits=-2.3 required=5.0 tests=AWL,IN_REP_TO,NOSPAM_INC,QUOTED_EMAIL_TEXT,REFERENCES, SPAM_PHRASE_00_01,TO_BE_REMOVED_REPLY version=2.43 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, 2003-01-21 at 15:40, Martin Klaffenboeck wrote: > Am 2003.01.21 21:35 schrieb(en) Joe Marcus Clarke: > > On Tue, 2003-01-21 at 15:00, Martin Klaffenboeck wrote: > > > Hello, > > > > > > I was deinstalling all of the mozilla ports and galeon (and > > phoenix). > > > > > > Now I simply tried (after make update ; marcusmerge -u) to use > > > 'portinstall galeon2'. > > > > > > As a result I found: > > > > > > martin# pkg_info | grep mozilla > > > mozilla-1.2.1 The open source, standards compliant web browser > > > mozilla-headers-1.2b_3,1 Header files for mozilla communicator > > > web-surfboard > > > > > > There are wrong headers installed for mozilla - or doesn't that > > matter? > > > > This is bad. Fix this. > > How do I fix that? Now I deinstalled mozilla-headers-1.2b_3,1 and > installed from /usr/ports/www/mozilla-headers with make install. But > the galeon2 thing didn't change. I know. I thought I had fixed the -Werror problem in galeon 1.3.1, but I was mistaken. I just committed a patch that should take care of it, though. Joe > > > > > > > The error I get: > > > > > > cc -DHAVE_CONFIG_H -I. -I. -I.. -I../utils -I../utils -DORBIT2=1 > > > -pthread -I/usr/local/include/atk-1.0 -I/usr/local/include/glib-2.0 > > > -I/usr/local/lib/glib-2.0/include -I/usr/local/include/libxml2 > > > -I/usr/local/include -I/usr/local/include/libart-2.0 > > > -I/usr/local/include/orbit-2.0 -I/usr/local/include/libbonobo-2.0 > > > -I/usr/local/include/linc-1.0 > > > -I/usr/local/include/bonobo-activation-2.0 > > -I/usr/X11R6/include/gtk-2.0 > > > -I/usr/X11R6/lib/gtk-2.0/include -I/usr/X11R6/include/pango-1.0 > > > -I/usr/X11R6/include -I/usr/local/include/freetype2 > > > -I/usr/X11R6/include/libgnomeui-2.0 > > -I/usr/X11R6/include/libgnome-2.0 > > > -I/usr/X11R6/include/libgnomecanvas-2.0 -I/usr/X11R6/include/gconf/2 > > > > > -I/usr/X11R6/include/libbonoboui-2.0 > > -I/usr/X11R6/include/gnome-vfs-2.0 > > > -I/usr/X11R6/lib/gnome-vfs-2.0/include > > > -I/usr/X11R6/include/libglade-2.0 > > > -I/usr/X11R6/include/gnome-vfs-module-2.0 > > > -DSHARE_DIR=\"/usr/X11R6/share/gnome/galeon\" > > > -DDATADIR=\"/usr/X11R6/share/gnome\" -DG_DISABLE_DEPRECATED > > > -DGDK_DISABLE_DEPRECATED -DGTK_DISABLE_DEPRECATED > > > -DGDK_PIXBUF_DISABLE_DEPRECATED -DGNOME_DISABLE_DEPRECATED > > > -I/usr/local/include -I/usr/X11R6/include -D_REENTRANT > > -D_THREAD_SAFE > > > -O -pipe -march=pentiumpro -Wall -Wmissing-declarations > > > -Wmissing-prototypes -Wsign-compare -Werror -c bookmarks.c > > > -Wp,-MD,.deps/bookmarks.TPlo -fPIC -DPIC -o .libs/bookmarks.lo > > > cc1: warnings being treated as errors > > > bookmarks-util.h:64: warning: `gb_activated_event' defined but not > > used > > > bookmarks-util.h:72: warning: `gb_activated_emit' defined but not > > used > > > *** Error code 1 > > > Stop in > > /var/tmp/usr/ports/www/galeon2/work/galeon-1.3.1/bookmarks. > > > *** Error code 1 > > > Stop in /var/tmp/usr/ports/www/galeon2/work/galeon-1.3.1. > > > *** Error code 1 > > > Stop in /var/tmp/usr/ports/www/galeon2/work/galeon-1.3.1. > > > *** Error code 1 > > > Stop in /usr/ports/www/galeon2. > > > ** Command failed [exit code 1]: /usr/bin/script -qa > > > /tmp/portinstall96370.0 make > > > ** Fix the problem and try again. > > > ** The following packages were not installed or upgraded (*:skipped > > / > > > !:failed) > > > ! www/galeon2 (unknown build error) > > > > > > Whats wrong here? > > > > Hmmm, I thought I had fixed this. I'll take a look. > > Ok, so this is not depending on the mozilla headers... > > I'm not familar with the mozilla headers, mozilla-headers worked with > gtk 1.2 instead of gtk2, so I will now try a /usr/ports/mozilla-gtk2 - > make configure and I'll delete the mozilla-headers-1.2.1,2 and install > it again? Does that change anything? > > Martin > > > Joe > > > > > > > > Martin > > -- > > PGP Key : http://www.marcuscom.com/pgp.asc > > > > > > > > > > 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 -- PGP Key : http://www.marcuscom.com/pgp.asc To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-gnome" in the body of the message From owner-freebsd-gnome Tue Jan 21 13:41:27 2003 Delivered-To: freebsd-gnome@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CE24B37B401 for ; Tue, 21 Jan 2003 13:41:23 -0800 (PST) Received: from httpd.terions.de (static62-99-146-055.adsl.inode.at [62.99.146.55]) by mx1.FreeBSD.org (Postfix) with SMTP id 33D1443F18 for ; Tue, 21 Jan 2003 13:41:21 -0800 (PST) (envelope-from martin.klaffenboeck@gmx.at) Received: (qmail 52712 invoked from network); 21 Jan 2003 21:41:19 -0000 Received: from unknown (HELO martin.kleinerdrache.org) (127.0.0.1) by loopback with SMTP; 21 Jan 2003 21:41:19 -0000 Date: Tue, 21 Jan 2003 22:41:19 +0100 From: Martin Klaffenboeck To: Joe Marcus Clarke Cc: Martin Klaffenboeck , FreeBSD GNOME Users Subject: Re: galeon2 (1.3.1) fails here Message-ID: <20030121214118.GE85144@martin.kdrache.org> References: <20030121200004.GA85144@martin.kdrache.org> <20030121204014.GC85144@martin.kdrache.org> <1043182140.341.43.camel@gyros> Mime-Version: 1.0 Content-Type: text/plain; format=flowed; charset=ISO-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <1043182140.341.43.camel@gyros>; from marcus@marcuscom.com on Di, Jan 21, 2003 at 21:49:00 +0100 X-Mailer: Balsa 2.0.4 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 Am 2003.01.21 21:49 schrieb(en) Joe Marcus Clarke: > On Tue, 2003-01-21 at 15:40, Martin Klaffenboeck wrote: > > Am 2003.01.21 21:35 schrieb(en) Joe Marcus Clarke: > > > On Tue, 2003-01-21 at 15:00, Martin Klaffenboeck wrote: > > > > Hello, > > > > > > > > I was deinstalling all of the mozilla ports and galeon (and > > > phoenix). > > > > > > > > Now I simply tried (after make update ; marcusmerge -u) to use > > > > 'portinstall galeon2'. > > > > > > > > As a result I found: > > > > > > > > martin# pkg_info | grep mozilla > > > > mozilla-1.2.1 The open source, standards compliant web > browser > > > > mozilla-headers-1.2b_3,1 Header files for mozilla communicator > > > > web-surfboard > > > > > > > > There are wrong headers installed for mozilla - or doesn't that > > > matter? > > > > > > This is bad. Fix this. > > > > How do I fix that? Now I deinstalled mozilla-headers-1.2b_3,1 and > > installed from /usr/ports/www/mozilla-headers with make install. > But > > the galeon2 thing didn't change. > > I know. I thought I had fixed the -Werror problem in galeon 1.3.1, > but > I was mistaken. I just committed a patch that should take care of it, > though. Is installes now correct. But I get a core dump on startup. Should I now rebuild with debugging symbols and send a Bug Buddy pr ? Martin > Joe > > > > > > > > > > > The error I get: > > > > > > > > cc -DHAVE_CONFIG_H -I. -I. -I.. -I../utils -I../utils -DORBIT2=1 > > > > -pthread -I/usr/local/include/atk-1.0 > -I/usr/local/include/glib-2.0 > > > > -I/usr/local/lib/glib-2.0/include -I/usr/local/include/libxml2 > > > > -I/usr/local/include -I/usr/local/include/libart-2.0 > > > > -I/usr/local/include/orbit-2.0 > -I/usr/local/include/libbonobo-2.0 > > > > -I/usr/local/include/linc-1.0 > > > > -I/usr/local/include/bonobo-activation-2.0 > > > -I/usr/X11R6/include/gtk-2.0 > > > > -I/usr/X11R6/lib/gtk-2.0/include -I/usr/X11R6/include/pango-1.0 > > > > -I/usr/X11R6/include -I/usr/local/include/freetype2 > > > > -I/usr/X11R6/include/libgnomeui-2.0 > > > -I/usr/X11R6/include/libgnome-2.0 > > > > -I/usr/X11R6/include/libgnomecanvas-2.0 > -I/usr/X11R6/include/gconf/2 > > > > > > > -I/usr/X11R6/include/libbonoboui-2.0 > > > -I/usr/X11R6/include/gnome-vfs-2.0 > > > > -I/usr/X11R6/lib/gnome-vfs-2.0/include > > > > -I/usr/X11R6/include/libglade-2.0 > > > > -I/usr/X11R6/include/gnome-vfs-module-2.0 > > > > -DSHARE_DIR=\"/usr/X11R6/share/gnome/galeon\" > > > > -DDATADIR=\"/usr/X11R6/share/gnome\" -DG_DISABLE_DEPRECATED > > > > -DGDK_DISABLE_DEPRECATED -DGTK_DISABLE_DEPRECATED > > > > -DGDK_PIXBUF_DISABLE_DEPRECATED -DGNOME_DISABLE_DEPRECATED > > > > -I/usr/local/include -I/usr/X11R6/include -D_REENTRANT > > > -D_THREAD_SAFE > > > > -O -pipe -march=pentiumpro -Wall -Wmissing-declarations > > > > -Wmissing-prototypes -Wsign-compare -Werror -c bookmarks.c > > > > -Wp,-MD,.deps/bookmarks.TPlo -fPIC -DPIC -o .libs/bookmarks.lo > > > > cc1: warnings being treated as errors > > > > bookmarks-util.h:64: warning: `gb_activated_event' defined but > not > > > used > > > > bookmarks-util.h:72: warning: `gb_activated_emit' defined but > not > > > used > > > > *** Error code 1 > > > > Stop in > > > /var/tmp/usr/ports/www/galeon2/work/galeon-1.3.1/bookmarks. > > > > *** Error code 1 > > > > Stop in /var/tmp/usr/ports/www/galeon2/work/galeon-1.3.1. > > > > *** Error code 1 > > > > Stop in /var/tmp/usr/ports/www/galeon2/work/galeon-1.3.1. > > > > *** Error code 1 > > > > Stop in /usr/ports/www/galeon2. > > > > ** Command failed [exit code 1]: /usr/bin/script -qa > > > > /tmp/portinstall96370.0 make > > > > ** Fix the problem and try again. > > > > ** The following packages were not installed or upgraded > (*:skipped > > > / > > > > !:failed) > > > > ! www/galeon2 (unknown build error) > > > > > > > > Whats wrong here? > > > > > > Hmmm, I thought I had fixed this. I'll take a look. > > > > Ok, so this is not depending on the mozilla headers... > > > > I'm not familar with the mozilla headers, mozilla-headers worked > with > > gtk 1.2 instead of gtk2, so I will now try a /usr/ports/mozilla-gtk2 > - > > make configure and I'll delete the mozilla-headers-1.2.1,2 and > install > > it again? Does that change anything? > > > > Martin > > > > > Joe > > > > > > > > > > > Martin > > > -- > > > PGP Key : http://www.marcuscom.com/pgp.asc > > > > > > > > > > > > > > > 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 > -- > PGP Key : http://www.marcuscom.com/pgp.asc > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-gnome" in the body of the message From owner-freebsd-gnome Tue Jan 21 13:48:28 2003 Delivered-To: freebsd-gnome@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CB45137B401 for ; Tue, 21 Jan 2003 13:48:26 -0800 (PST) Received: from c000.snv.cp.net (h007.c000.snv.cp.net [209.228.32.71]) by mx1.FreeBSD.org (Postfix) with SMTP id 4043343F18 for ; Tue, 21 Jan 2003 13:48:21 -0800 (PST) (envelope-from lscolby@gwirynybyd.net) Received: (cpmta 23205 invoked from network); 21 Jan 2003 13:48:20 -0800 Received: from 4.46.129.103 (HELO gwirynybyd.net) by smtp.gwirynybyd.net (209.228.32.71) with SMTP; 21 Jan 2003 13:48:20 -0800 X-Sent: 21 Jan 2003 21:48:20 GMT Message-ID: <3E2DC2F6.4090001@gwirynybyd.net> Date: Tue, 21 Jan 2003 14:00:22 -0800 From: "L. S. Colby" Organization: Gwirynybyd User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.2.1) Gecko/20030121 X-Accept-Language: en-us, en MIME-Version: 1.0 To: gnome@FreeBSD.org Cc: ports@FreeBSD.org Subject: FreeBSD Port: mozilla-1.2.1 popups Content-Type: text/plain; charset=us-ascii; format=flowed 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've installed Mozilla-1.2.1 from source using portupgrade and WITH_GTK2 and WITH_CALENDAR on Freebsd-4.7-stable. So far so good. Mozilla works fine with the java plugin but has problems with current linux-flashplayer/flashplayerwrapper - player class has unresolved symbol - which I expect you are aware of. This version of Mozilla is supposed to allow popup detection and banisment and the help documentation makes reference to this function as a keword - popup - but there is no documentation, and under preferences there is no option to ignore popups. Is this an oversight, a bug or policy? Thanks for all the work in porting gnome2 and so many of the gnome2 applications. Gnome2 shows steady progress, is stable - especially so after its rocky introduction. Things like this don't just happen and even though gnome has made an effort in making gnome a cross platform application, the bsds never seem to have been a high priority; which means all the more work for you. Thanks for a job well done, Colby To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-gnome" in the body of the message From owner-freebsd-gnome Tue Jan 21 13:49:13 2003 Delivered-To: freebsd-gnome@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6717037B401 for ; Tue, 21 Jan 2003 13:49:11 -0800 (PST) Received: from troutmask.apl.washington.edu (troutmask.apl.washington.edu [128.208.78.105]) by mx1.FreeBSD.org (Postfix) with ESMTP id E762943F43 for ; Tue, 21 Jan 2003 13:49:10 -0800 (PST) (envelope-from kargl@troutmask.apl.washington.edu) Received: from troutmask.apl.washington.edu (localhost [127.0.0.1]) by troutmask.apl.washington.edu (8.12.6/8.12.6) with ESMTP id h0LLnAXv027187; Tue, 21 Jan 2003 13:49:10 -0800 (PST) (envelope-from kargl@troutmask.apl.washington.edu) Received: (from kargl@localhost) by troutmask.apl.washington.edu (8.12.6/8.12.6/Submit) id h0LLnARs027186; Tue, 21 Jan 2003 13:49:10 -0800 (PST) From: "Steven G. Kargl" Message-Id: <200301212149.h0LLnARs027186@troutmask.apl.washington.edu> Subject: Re: who broke mozilla? In-Reply-To: <1043184647.61589.6.camel@gyros> To: Joe Marcus Clarke Date: Tue, 21 Jan 2003 13:49:10 -0800 (PST) Cc: gnome@FreeBSD.org X-Mailer: ELM [version 2.4ME+ PL99b (25)] MIME-Version: 1.0 Content-Transfer-Encoding: 7bit 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 [Top post moved to appropriate place] Joe Marcus Clarke said: > > On Tue, 2003-01-21 at 16:07, Steven G. Kargl wrote: > > checking for FreeType - version >= 6.1.0... yes > > checking for pkg-config... /usr/local/bin/pkg-config > > checking for xft... gnome-config: not found > > gnome-config: not found > > Package fontconfig was not found in the pkg-config search path. > > Perhaps you should add the directory containing `fontconfig.pc' > > to the PKG_CONFIG_PATH environment variable > > Package 'fontconfig', required by 'Xft', not found > > > > configure: error: Library requirements (xft) not met; consider adjusting the PKG_CONFIG_PATH environment variable if your libraries are in a nonstandard prefix so pkg-config can find them. > > ===> Script "configure" failed unexpectedly. > > Please report the problem to gnome@FreeBSD.org [maintainer] and attach > > the "/usr/ports/www/mozilla/work/mozilla/config.log" including the > > output of the failure of your make command. Also, it might be a good > > idea to provide an overview of all packages installed on your system > > (e.g. an `ls /var/db/pkg`). > > *** Error code 1 > > > > Stop in /usr/ports/www/mozilla. > > This is probably something on your machine. I can't anywhere in the > Mozilla configure script where it even mentions gnome-config. The only > thing referenced is pkg-config for locating the fontconfig and Xft > stuff. In fact, the only files that reference gnome-config are in the > GTK tests Makefile (and that code is never executed). This is a clean install of FreeBSD 5.0 on Friday of last week and today is the first chance to actually install anything from the ports collection. The ports directories were updated via cvsup about 1 hour before this problem. Why gnome-config is mentioned is a complete mystery to me. The machine will never run the Gnome desktop. I suspect the recent upgrade to Gnome 2.0.3 is the cause of the problem. > I'd check to make sure you have the latest version of pkg-config > installed, and if you do, uninstall it, then reinstall it. It up to date. > Also, make sure you don't have a $PKG_CONFIG variable set in your > environment. No PKG_* variables are set. -- Steve http://troutmask.apl.washington.edu/~kargl/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-gnome" in the body of the message From owner-freebsd-gnome Tue Jan 21 13:51:47 2003 Delivered-To: freebsd-gnome@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BAE3837B401 for ; Tue, 21 Jan 2003 13:51:44 -0800 (PST) Received: from creme-brulee.marcuscom.com (rdu57-17-158.nc.rr.com [66.57.17.158]) by mx1.FreeBSD.org (Postfix) with ESMTP id A72A143F5B for ; Tue, 21 Jan 2003 13:51:43 -0800 (PST) (envelope-from marcus@marcuscom.com) Received: from [10.2.1.4] (vpn-client-4.marcuscom.com [10.2.1.4]) by creme-brulee.marcuscom.com (8.12.6/8.12.6) with ESMTP id h0LLoSDx004517; Tue, 21 Jan 2003 16:50:28 -0500 (EST) (envelope-from marcus@marcuscom.com) Subject: Re: galeon2 (1.3.1) fails here From: Joe Marcus Clarke To: Martin Klaffenboeck Cc: FreeBSD GNOME Users In-Reply-To: <20030121214118.GE85144@martin.kdrache.org> References: <20030121200004.GA85144@martin.kdrache.org> <20030121204014.GC85144@martin.kdrache.org> <1043182140.341.43.camel@gyros> <20030121214118.GE85144@martin.kdrache.org> Content-Type: text/plain Organization: MarcusCom, Inc. Message-Id: <1043185881.61589.12.camel@gyros> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.2.1 Date: 21 Jan 2003 16:51:21 -0500 Content-Transfer-Encoding: 7bit X-Spam-Status: No, hits=-2.5 required=5.0 tests=AWL,IN_REP_TO,NOSPAM_INC,QUOTED_EMAIL_TEXT,REFERENCES, SPAM_PHRASE_00_01 version=2.43 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, 2003-01-21 at 16:41, Martin Klaffenboeck wrote: > Am 2003.01.21 21:49 schrieb(en) Joe Marcus Clarke: > > On Tue, 2003-01-21 at 15:40, Martin Klaffenboeck wrote: > > > Am 2003.01.21 21:35 schrieb(en) Joe Marcus Clarke: > > > > On Tue, 2003-01-21 at 15:00, Martin Klaffenboeck wrote: > > > > > Hello, > > > > > > > > > > I was deinstalling all of the mozilla ports and galeon (and > > > > phoenix). > > > > > > > > > > Now I simply tried (after make update ; marcusmerge -u) to use > > > > > 'portinstall galeon2'. > > > > > > > > > > As a result I found: > > > > > > > > > > martin# pkg_info | grep mozilla > > > > > mozilla-1.2.1 The open source, standards compliant web > > browser > > > > > mozilla-headers-1.2b_3,1 Header files for mozilla communicator > > > > > web-surfboard > > > > > > > > > > There are wrong headers installed for mozilla - or doesn't that > > > > matter? > > > > > > > > This is bad. Fix this. > > > > > > How do I fix that? Now I deinstalled mozilla-headers-1.2b_3,1 and > > > installed from /usr/ports/www/mozilla-headers with make install. > > But > > > the galeon2 thing didn't change. > > > > I know. I thought I had fixed the -Werror problem in galeon 1.3.1, > > but > > I was mistaken. I just committed a patch that should take care of it, > > though. > > Is installes now correct. But I get a core dump on startup. Should I > now rebuild with debugging symbols and send a Bug Buddy pr ? You're going to hate me for this, but try one thing first. Rebuild Mozilla _with_ GTK2 _and_ Xft support. This will require editing your mozilla[-devel]-gtk2 Makefile, and removing the WITHOUT_XFT line. I have no idea if this will work, but it something to try. Also, does Mozilla run okay? Joe -- PGP Key : http://www.marcuscom.com/pgp.asc To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-gnome" in the body of the message From owner-freebsd-gnome Tue Jan 21 13:53:57 2003 Delivered-To: freebsd-gnome@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E3F0F37B401 for ; Tue, 21 Jan 2003 13:53:55 -0800 (PST) Received: from creme-brulee.marcuscom.com (rdu57-17-158.nc.rr.com [66.57.17.158]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0AD2843F18 for ; Tue, 21 Jan 2003 13:53:55 -0800 (PST) (envelope-from marcus@marcuscom.com) Received: from [10.2.1.4] (vpn-client-4.marcuscom.com [10.2.1.4]) by creme-brulee.marcuscom.com (8.12.6/8.12.6) with ESMTP id h0LLqbDx004549; Tue, 21 Jan 2003 16:52:38 -0500 (EST) (envelope-from marcus@marcuscom.com) Subject: Re: who broke mozilla? From: Joe Marcus Clarke To: "Steven G. Kargl" Cc: FreeBSD GNOME Users In-Reply-To: <200301212149.h0LLnARs027186@troutmask.apl.washington.edu> References: <200301212149.h0LLnARs027186@troutmask.apl.washington.edu> Content-Type: text/plain Organization: MarcusCom, Inc. Message-Id: <1043186008.61589.14.camel@gyros> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.2.1 Date: 21 Jan 2003 16:53:29 -0500 Content-Transfer-Encoding: 7bit X-Spam-Status: No, hits=-2.5 required=5.0 tests=AWL,IN_REP_TO,NOSPAM_INC,QUOTED_EMAIL_TEXT,REFERENCES, SPAM_PHRASE_00_01 version=2.43 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, 2003-01-21 at 16:49, Steven G. Kargl wrote: > [Top post moved to appropriate place] > Joe Marcus Clarke said: > > > > On Tue, 2003-01-21 at 16:07, Steven G. Kargl wrote: > > > checking for FreeType - version >= 6.1.0... yes > > > checking for pkg-config... /usr/local/bin/pkg-config > > > checking for xft... gnome-config: not found > > > gnome-config: not found > > > Package fontconfig was not found in the pkg-config search path. > > > Perhaps you should add the directory containing `fontconfig.pc' > > > to the PKG_CONFIG_PATH environment variable > > > Package 'fontconfig', required by 'Xft', not found > > > > > > configure: error: Library requirements (xft) not met; consider adjusting the PKG_CONFIG_PATH environment variable if your libraries are in a nonstandard prefix so pkg-config can find them. > > > ===> Script "configure" failed unexpectedly. > > > Please report the problem to gnome@FreeBSD.org [maintainer] and attach > > > the "/usr/ports/www/mozilla/work/mozilla/config.log" including the > > > output of the failure of your make command. Also, it might be a good > > > idea to provide an overview of all packages installed on your system > > > (e.g. an `ls /var/db/pkg`). > > > *** Error code 1 > > > > > > Stop in /usr/ports/www/mozilla. > > > > This is probably something on your machine. I can't anywhere in the > > Mozilla configure script where it even mentions gnome-config. The only > > thing referenced is pkg-config for locating the fontconfig and Xft > > stuff. In fact, the only files that reference gnome-config are in the > > GTK tests Makefile (and that code is never executed). > > This is a clean install of FreeBSD 5.0 on Friday of last week and > today is the first chance to actually install anything from the > ports collection. The ports directories were updated via cvsup > about 1 hour before this problem. > > Why gnome-config is mentioned is a complete mystery to me. > The machine will never run the Gnome desktop. I suspect > the recent upgrade to Gnome 2.0.3 is the cause of the > problem. What does pkg-config --exists xft report? Joe -- PGP Key : http://www.marcuscom.com/pgp.asc To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-gnome" in the body of the message From owner-freebsd-gnome Tue Jan 21 13:56:44 2003 Delivered-To: freebsd-gnome@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5365137B401 for ; Tue, 21 Jan 2003 13:56:43 -0800 (PST) Received: from troutmask.apl.washington.edu (troutmask.apl.washington.edu [128.208.78.105]) by mx1.FreeBSD.org (Postfix) with ESMTP id C85C843F18 for ; Tue, 21 Jan 2003 13:56:42 -0800 (PST) (envelope-from kargl@troutmask.apl.washington.edu) Received: from troutmask.apl.washington.edu (localhost [127.0.0.1]) by troutmask.apl.washington.edu (8.12.6/8.12.6) with ESMTP id h0LLugXv027266; Tue, 21 Jan 2003 13:56:42 -0800 (PST) (envelope-from kargl@troutmask.apl.washington.edu) Received: (from kargl@localhost) by troutmask.apl.washington.edu (8.12.6/8.12.6/Submit) id h0LLugtW027265; Tue, 21 Jan 2003 13:56:42 -0800 (PST) From: "Steven G. Kargl" Message-Id: <200301212156.h0LLugtW027265@troutmask.apl.washington.edu> Subject: Re: who broke mozilla? In-Reply-To: <1043186008.61589.14.camel@gyros> To: Joe Marcus Clarke Date: Tue, 21 Jan 2003 13:56:42 -0800 (PST) Cc: FreeBSD GNOME Users X-Mailer: ELM [version 2.4ME+ PL99b (25)] MIME-Version: 1.0 Content-Transfer-Encoding: 7bit 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 Joe Marcus Clarke said: > On Tue, 2003-01-21 at 16:49, Steven G. Kargl wrote: > > > > Why gnome-config is mentioned is a complete mystery to me. > > The machine will never run the Gnome desktop. I suspect > > the recent upgrade to Gnome 2.0.3 is the cause of the > > problem. > > What does pkg-config --exists xft report? > % pkg-config --exists xft gnome-config: not found -- Steve http://troutmask.apl.washington.edu/~kargl/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-gnome" in the body of the message From owner-freebsd-gnome Tue Jan 21 14: 0:45 2003 Delivered-To: freebsd-gnome@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EE8D537B405 for ; Tue, 21 Jan 2003 14:00:43 -0800 (PST) Received: from creme-brulee.marcuscom.com (rdu57-17-158.nc.rr.com [66.57.17.158]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0BB8B43F13 for ; Tue, 21 Jan 2003 14:00:43 -0800 (PST) (envelope-from marcus@marcuscom.com) Received: from [10.2.1.4] (vpn-client-4.marcuscom.com [10.2.1.4]) by creme-brulee.marcuscom.com (8.12.6/8.12.6) with ESMTP id h0LLxRDx004606; Tue, 21 Jan 2003 16:59:28 -0500 (EST) (envelope-from marcus@marcuscom.com) Subject: Re: who broke mozilla? From: Joe Marcus Clarke To: "Steven G. Kargl" Cc: FreeBSD GNOME Users In-Reply-To: <200301212156.h0LLugtW027265@troutmask.apl.washington.edu> References: <200301212156.h0LLugtW027265@troutmask.apl.washington.edu> Content-Type: text/plain Organization: MarcusCom, Inc. Message-Id: <1043186421.61589.16.camel@gyros> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.2.1 Date: 21 Jan 2003 17:00:21 -0500 Content-Transfer-Encoding: 7bit X-Spam-Status: No, hits=-2.5 required=5.0 tests=AWL,IN_REP_TO,NOSPAM_INC,QUOTED_EMAIL_TEXT,REFERENCES, SPAM_PHRASE_00_01 version=2.43 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, 2003-01-21 at 16:56, Steven G. Kargl wrote: > Joe Marcus Clarke said: > > On Tue, 2003-01-21 at 16:49, Steven G. Kargl wrote: > > > > > > Why gnome-config is mentioned is a complete mystery to me. > > > The machine will never run the Gnome desktop. I suspect > > > the recent upgrade to Gnome 2.0.3 is the cause of the > > > problem. > > > > What does pkg-config --exists xft report? > > > > % pkg-config --exists xft > gnome-config: not found Do an ls -l `which pkg-config`. Joe -- PGP Key : http://www.marcuscom.com/pgp.asc To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-gnome" in the body of the message From owner-freebsd-gnome Tue Jan 21 14: 1:53 2003 Delivered-To: freebsd-gnome@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B95F737B41E; Tue, 21 Jan 2003 14:01:48 -0800 (PST) Received: from creme-brulee.marcuscom.com (rdu57-17-158.nc.rr.com [66.57.17.158]) by mx1.FreeBSD.org (Postfix) with ESMTP id 50EB443F43; Tue, 21 Jan 2003 14:01:47 -0800 (PST) (envelope-from marcus@marcuscom.com) Received: from [10.2.1.4] (vpn-client-4.marcuscom.com [10.2.1.4]) by creme-brulee.marcuscom.com (8.12.6/8.12.6) with ESMTP id h0LM0SDx004643; Tue, 21 Jan 2003 17:00:30 -0500 (EST) (envelope-from marcus@marcuscom.com) Subject: Re: FreeBSD Port: mozilla-1.2.1 popups From: Joe Marcus Clarke To: "L. S. Colby" Cc: FreeBSD GNOME Users , ports@freebsd.org In-Reply-To: <3E2DC2F6.4090001@gwirynybyd.net> References: <3E2DC2F6.4090001@gwirynybyd.net> Content-Type: text/plain Organization: MarcusCom, Inc. Message-Id: <1043186480.61589.18.camel@gyros> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.2.1 Date: 21 Jan 2003 17:01:20 -0500 Content-Transfer-Encoding: 7bit X-Spam-Status: No, hits=-2.5 required=5.0 tests=AWL,IN_REP_TO,NOSPAM_INC,QUOTED_EMAIL_TEXT,REFERENCES, SPAM_PHRASE_00_01 version=2.43 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, 2003-01-21 at 17:00, L. S. Colby wrote: > Hello, > > I've installed Mozilla-1.2.1 from source using portupgrade and WITH_GTK2 > and WITH_CALENDAR on Freebsd-4.7-stable. > > So far so good. > > Mozilla works fine with the java plugin but has problems with current > linux-flashplayer/flashplayerwrapper - player class has unresolved > symbol - which I expect you are aware of. > > This version of Mozilla is supposed to allow popup detection and > banisment and the help documentation makes reference to this function as > a keword - popup - but there is no documentation, and under preferences > there is no option to ignore popups. > > Is this an oversight, a bug or policy? I have no idea. I didn't disable it explicitly. I also can't find any documentation on this feature on Mozilla's website. Where did you learn about this? Joe -- PGP Key : http://www.marcuscom.com/pgp.asc To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-gnome" in the body of the message From owner-freebsd-gnome Tue Jan 21 14: 5:23 2003 Delivered-To: freebsd-gnome@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D512E37B401 for ; Tue, 21 Jan 2003 14:05:21 -0800 (PST) Received: from asgaard.wan.omnes.net (asgaard.wan.omnes.net [192.23.66.14]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4CDAC43ED8 for ; Tue, 21 Jan 2003 14:05:16 -0800 (PST) (envelope-from nguyenhm16@mac.com) Received: from mac.com (mnguyen-pc.wan.omnes.net [192.23.85.10]) by asgaard.wan.omnes.net (8.11.6+Sun/8.10.2) with ESMTP id h0LM4po09487; Tue, 21 Jan 2003 16:04:52 -0600 (CST) Message-ID: <3E2DC401.9080606@mac.com> Date: Tue, 21 Jan 2003 16:04:49 -0600 From: Hung Michael Nguyen User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.3a) Gecko/20021212 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Joe Marcus Clarke Cc: FreeBSD GNOME Users Subject: Re: Can't update scrollkeeper References: <3E2D7E46.8070900@mac.com> <1043172022.341.11.camel@gyros> In-Reply-To: <1043172022.341.11.camel@gyros> Content-Type: text/plain; charset=us-ascii; format=flowed 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 Turns out it skips that crucial step if you have BATCH=yes defined in your /etc/make.conf (I had set that so that Samba, gdm2, and other ports that ask questions can build w/o user intervention). Thanks, Mike. Joe Marcus Clarke wrote: >On Tue, 2003-01-21 at 12:07, Hung Michael Nguyen wrote: > > >>Freshly CVSUPed ports... complains about docbook-dtd42-xml, but I have >>the latest docbook-sk-4.1.2 port installed (had also run a portupgrade >>-f to try to make it work). I'm running 5.0-CURRENT. >> >> > >Looks like your build is missing a step. It should be creating the >catalog files in the pre-configure target. Try cvsup'ing again. I just >did this, and it works like a champ. > >Joe > > > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-gnome" in the body of the message From owner-freebsd-gnome Tue Jan 21 14: 7:27 2003 Delivered-To: freebsd-gnome@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 87A4E37B401 for ; Tue, 21 Jan 2003 14:07:26 -0800 (PST) Received: from creme-brulee.marcuscom.com (rdu57-17-158.nc.rr.com [66.57.17.158]) by mx1.FreeBSD.org (Postfix) with ESMTP id C4F3843E4A for ; Tue, 21 Jan 2003 14:07:25 -0800 (PST) (envelope-from marcus@marcuscom.com) Received: from [10.2.1.4] (vpn-client-4.marcuscom.com [10.2.1.4]) by creme-brulee.marcuscom.com (8.12.6/8.12.6) with ESMTP id h0LM6BDx004747; Tue, 21 Jan 2003 17:06:11 -0500 (EST) (envelope-from marcus@marcuscom.com) Subject: Re: Can't update scrollkeeper From: Joe Marcus Clarke To: Hung Michael Nguyen Cc: FreeBSD GNOME Users In-Reply-To: <3E2DC401.9080606@mac.com> References: <3E2D7E46.8070900@mac.com> <1043172022.341.11.camel@gyros> <3E2DC401.9080606@mac.com> Content-Type: text/plain Organization: MarcusCom, Inc. Message-Id: <1043186824.61589.23.camel@gyros> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.2.1 Date: 21 Jan 2003 17:07:04 -0500 Content-Transfer-Encoding: 7bit X-Spam-Status: No, hits=-2.5 required=5.0 tests=AWL,IN_REP_TO,NOSPAM_INC,QUOTED_EMAIL_TEXT,REFERENCES, SPAM_PHRASE_00_01 version=2.43 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, 2003-01-21 at 17:04, Hung Michael Nguyen wrote: > Turns out it skips that crucial step if you have BATCH=yes defined in > your /etc/make.conf (I had set that so that Samba, gdm2, and other ports > that ask questions can build w/o user intervention). Ah, good catch, I'll fix that. Joe > > Thanks, > Mike. > > > Joe Marcus Clarke wrote: > > >On Tue, 2003-01-21 at 12:07, Hung Michael Nguyen wrote: > > > > > >>Freshly CVSUPed ports... complains about docbook-dtd42-xml, but I have > >>the latest docbook-sk-4.1.2 port installed (had also run a portupgrade > >>-f to try to make it work). I'm running 5.0-CURRENT. > >> > >> > > > >Looks like your build is missing a step. It should be creating the > >catalog files in the pre-configure target. Try cvsup'ing again. I just > >did this, and it works like a champ. > > > >Joe > > > > > > -- PGP Key : http://www.marcuscom.com/pgp.asc To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-gnome" in the body of the message From owner-freebsd-gnome Tue Jan 21 14: 9:17 2003 Delivered-To: freebsd-gnome@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 08EC837B401 for ; Tue, 21 Jan 2003 14:09:16 -0800 (PST) Received: from troutmask.apl.washington.edu (troutmask.apl.washington.edu [128.208.78.105]) by mx1.FreeBSD.org (Postfix) with ESMTP id 927C343E4A for ; Tue, 21 Jan 2003 14:09:15 -0800 (PST) (envelope-from kargl@troutmask.apl.washington.edu) Received: from troutmask.apl.washington.edu (localhost [127.0.0.1]) by troutmask.apl.washington.edu (8.12.6/8.12.6) with ESMTP id h0LM9FXv027406; Tue, 21 Jan 2003 14:09:15 -0800 (PST) (envelope-from kargl@troutmask.apl.washington.edu) Received: (from kargl@localhost) by troutmask.apl.washington.edu (8.12.6/8.12.6/Submit) id h0LM9Fsm027405; Tue, 21 Jan 2003 14:09:15 -0800 (PST) From: "Steven G. Kargl" Message-Id: <200301212209.h0LM9Fsm027405@troutmask.apl.washington.edu> Subject: Re: who broke mozilla? In-Reply-To: <1043186421.61589.16.camel@gyros> To: Joe Marcus Clarke Date: Tue, 21 Jan 2003 14:09:15 -0800 (PST) Cc: FreeBSD GNOME Users X-Mailer: ELM [version 2.4ME+ PL99b (25)] MIME-Version: 1.0 Content-Transfer-Encoding: 7bit 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 Joe Marcus Clarke said: > On Tue, 2003-01-21 at 16:56, Steven G. Kargl wrote: > > Joe Marcus Clarke said: > > > On Tue, 2003-01-21 at 16:49, Steven G. Kargl wrote: > > > > > > > > Why gnome-config is mentioned is a complete mystery to me. > > > > The machine will never run the Gnome desktop. I suspect > > > > the recent upgrade to Gnome 2.0.3 is the cause of the > > > > problem. > > > > > > What does pkg-config --exists xft report? > > > > > > > % pkg-config --exists xft > > gnome-config: not found > > Do an ls -l `which pkg-config`. > -r-xr-xr-x 1 root wheel 79452 Jan 21 10:31 /usr/local/bin/pkg-config* pkg_info reports pkgconfig-0.14.0. -- Steve http://troutmask.apl.washington.edu/~kargl/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-gnome" in the body of the message From owner-freebsd-gnome Tue Jan 21 14:14:36 2003 Delivered-To: freebsd-gnome@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B412F37B401 for ; Tue, 21 Jan 2003 14:14:34 -0800 (PST) Received: from c000.snv.cp.net (h000.c000.snv.cp.net [209.228.32.64]) by mx1.FreeBSD.org (Postfix) with SMTP id EEEF043ED8 for ; Tue, 21 Jan 2003 14:14:33 -0800 (PST) (envelope-from lscolby@gwirynybyd.net) Received: (cpmta 28004 invoked from network); 21 Jan 2003 14:14:33 -0800 Received: from 4.46.129.103 (HELO gwirynybyd.net) by smtp.gwirynybyd.net (209.228.32.64) with SMTP; 21 Jan 2003 14:14:33 -0800 X-Sent: 21 Jan 2003 22:14:33 GMT Message-ID: <3E2DC911.2010809@gwirynybyd.net> Date: Tue, 21 Jan 2003 14:26:25 -0800 From: "L. S. Colby" Organization: Gwirynybyd User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.2.1) Gecko/20030121 X-Accept-Language: en-us, en MIME-Version: 1.0 To: gnome@FreeBSD.org Cc: ports@FreeBSD.org Subject: FreeBSD Port: mozilla-1.2.1 - more info on flash - retraction on popup Content-Type: text/plain; charset=us-ascii; format=flowed 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, Just in case you don't have info on libflashplayer_linux/flashplayerwrapper problem, This is what I get when I enter mozilla from the command line: > mozilla No running window found. LoadPlugin: failed to initialize shared library /usr/X11R6/lib/browser_plugins/libflashplayer_linux.so [/usr/X11R6/lib/browser_plugins/libflashplayer_linux.so: Undefined symbol "overrideShellClassRec"] Forget the the ignore popup problem - I think. If I edit->preferences->advanced->scripts & plugins I can uncheck open unrequested windows and that seems to do the job. I thought there was an option under edit->preferences->privacy & security for popup control. Guess not. Anyhow mozilla help documentation has a search keyword named popup but no help documention for the keyword. Colby To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-gnome" in the body of the message From owner-freebsd-gnome Tue Jan 21 14:18:30 2003 Delivered-To: freebsd-gnome@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 69E1637B401 for ; Tue, 21 Jan 2003 14:18:28 -0800 (PST) Received: from sv02.webonaut.com (kirk.webonaut.com [212.41.243.26]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4E9A443ED8 for ; Tue, 21 Jan 2003 14:18:27 -0800 (PST) (envelope-from klammer@webonaut.com) Received: from [212.41.243.28] (sisko.webonaut.com [212.41.243.28]) by sv02.webonaut.com (Postfix) with ESMTP id 530D9766C6; Tue, 21 Jan 2003 23:18:24 +0100 (CET) Subject: Re: galeon2 (1.3.1) fails here From: Franz Klammer To: Joe Marcus Clarke Cc: Martin Klaffenboeck , FreeBSD GNOME Users In-Reply-To: <1043185881.61589.12.camel@gyros> References: <20030121200004.GA85144@martin.kdrache.org> <20030121204014.GC85144@martin.kdrache.org> <1043182140.341.43.camel@gyros> <20030121214118.GE85144@martin.kdrache.org> <1043185881.61589.12.camel@gyros> Content-Type: text/plain Organization: Message-Id: <1043187593.36540.19.camel@ds9.webonaut.com> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.2.1 Date: 21 Jan 2003 23:19:53 +0100 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 Am Di, 2003-01-21 um 22.51 schrieb Joe Marcus Clarke: > On Tue, 2003-01-21 at 16:41, Martin Klaffenboeck wrote: > > Am 2003.01.21 21:49 schrieb(en) Joe Marcus Clarke: > > > On Tue, 2003-01-21 at 15:40, Martin Klaffenboeck wrote: > > > > Am 2003.01.21 21:35 schrieb(en) Joe Marcus Clarke: > > > > > On Tue, 2003-01-21 at 15:00, Martin Klaffenboeck wrote: > > > > > > Hello, > > > > > > > > > > > > I was deinstalling all of the mozilla ports and galeon (and > > > > > phoenix). > > > > > > > > > > > > Now I simply tried (after make update ; marcusmerge -u) to use > > > > > > 'portinstall galeon2'. > > > > > > > > > > > > As a result I found: > > > > > > > > > > > > martin# pkg_info | grep mozilla > > > > > > mozilla-1.2.1 The open source, standards compliant web > > > browser > > > > > > mozilla-headers-1.2b_3,1 Header files for mozilla communicator > > > > > > web-surfboard > > > > > > > > > > > > There are wrong headers installed for mozilla - or doesn't that > > > > > matter? > > > > > > > > > > This is bad. Fix this. > > > > > > > > How do I fix that? Now I deinstalled mozilla-headers-1.2b_3,1 and > > > > installed from /usr/ports/www/mozilla-headers with make install. > > > But > > > > the galeon2 thing didn't change. > > > > > > I know. I thought I had fixed the -Werror problem in galeon 1.3.1, > > > but > > > I was mistaken. I just committed a patch that should take care of it, > > > though. > > > > Is installes now correct. But I get a core dump on startup. Should I > > now rebuild with debugging symbols and send a Bug Buddy pr ? > > You're going to hate me for this, but try one thing first. Rebuild > Mozilla _with_ GTK2 _and_ Xft support. This will require editing your > mozilla[-devel]-gtk2 Makefile, and removing the WITHOUT_XFT line. I > have no idea if this will work, but it something to try. > > Also, does Mozilla run okay? > i did also install mozilla-gtk2 today and i wasn't able to run it. if i started mozilla with -d i got in one second 1640 lines with "shift: can't shift that many". also seen only one time with top: mozilla-bin has grown up to over 100MB in memory before it core dumps. maybe that helps. franz. 5.0-RELEASE FreeBSD 5.0-RELEASE #0: Fri Jan 17 21:41:35 CET 2003 > Joe -- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-gnome" in the body of the message From owner-freebsd-gnome Tue Jan 21 14:18:52 2003 Delivered-To: freebsd-gnome@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C900F37B401 for ; Tue, 21 Jan 2003 14:18:50 -0800 (PST) Received: from creme-brulee.marcuscom.com (rdu57-17-158.nc.rr.com [66.57.17.158]) by mx1.FreeBSD.org (Postfix) with ESMTP id 10B2943E4A for ; Tue, 21 Jan 2003 14:18:50 -0800 (PST) (envelope-from marcus@marcuscom.com) Received: from [10.2.1.4] (vpn-client-4.marcuscom.com [10.2.1.4]) by creme-brulee.marcuscom.com (8.12.6/8.12.6) with ESMTP id h0LMHUDx004872; Tue, 21 Jan 2003 17:17:31 -0500 (EST) (envelope-from marcus@marcuscom.com) Subject: Re: who broke mozilla? From: Joe Marcus Clarke To: "Steven G. Kargl" Cc: FreeBSD GNOME Users In-Reply-To: <200301212209.h0LM9Fsm027405@troutmask.apl.washington.edu> References: <200301212209.h0LM9Fsm027405@troutmask.apl.washington.edu> Content-Type: text/plain Organization: MarcusCom, Inc. Message-Id: <1043187503.61589.28.camel@gyros> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.2.1 Date: 21 Jan 2003 17:18:24 -0500 Content-Transfer-Encoding: 7bit X-Spam-Status: No, hits=-2.5 required=5.0 tests=AWL,IN_REP_TO,NOSPAM_INC,QUOTED_EMAIL_TEXT,REFERENCES, SPAM_PHRASE_00_01 version=2.43 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, 2003-01-21 at 17:09, Steven G. Kargl wrote: > Joe Marcus Clarke said: > > On Tue, 2003-01-21 at 16:56, Steven G. Kargl wrote: > > > Joe Marcus Clarke said: > > > > On Tue, 2003-01-21 at 16:49, Steven G. Kargl wrote: > > > > > > > > > > Why gnome-config is mentioned is a complete mystery to me. > > > > > The machine will never run the Gnome desktop. I suspect > > > > > the recent upgrade to Gnome 2.0.3 is the cause of the > > > > > problem. > > > > > > > > What does pkg-config --exists xft report? > > > > > > > > > > % pkg-config --exists xft > > > gnome-config: not found > > > > Do an ls -l `which pkg-config`. > > > > -r-xr-xr-x 1 root wheel 79452 Jan 21 10:31 /usr/local/bin/pkg-config* > > pkg_info reports pkgconfig-0.14.0. Okay, it looks like you don't have fontconfig and Xft properly installed. This is strange since Mozilla properly depends on them unless you specify WITHOUT_XFT. Can you install /usr/ports/x11-fonts/Xft, and see if that fixes things? IF you already have Xft and fontconfig installed, please reinstall them. Joe -- PGP Key : http://www.marcuscom.com/pgp.asc To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-gnome" in the body of the message From owner-freebsd-gnome Tue Jan 21 14:20:18 2003 Delivered-To: freebsd-gnome@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3EC1D37B406 for ; Tue, 21 Jan 2003 14:20:14 -0800 (PST) Received: from creme-brulee.marcuscom.com (rdu57-17-158.nc.rr.com [66.57.17.158]) by mx1.FreeBSD.org (Postfix) with ESMTP id D900643F1E for ; Tue, 21 Jan 2003 14:20:12 -0800 (PST) (envelope-from marcus@marcuscom.com) Received: from [10.2.1.4] (vpn-client-4.marcuscom.com [10.2.1.4]) by creme-brulee.marcuscom.com (8.12.6/8.12.6) with ESMTP id h0LMIvDx004882; Tue, 21 Jan 2003 17:18:57 -0500 (EST) (envelope-from marcus@marcuscom.com) Subject: Re: galeon2 (1.3.1) fails here From: Joe Marcus Clarke To: Franz Klammer Cc: Martin Klaffenboeck , FreeBSD GNOME Users In-Reply-To: <1043187593.36540.19.camel@ds9.webonaut.com> References: <20030121200004.GA85144@martin.kdrache.org> <20030121204014.GC85144@martin.kdrache.org> <1043182140.341.43.camel@gyros> <20030121214118.GE85144@martin.kdrache.org> <1043185881.61589.12.camel@gyros> <1043187593.36540.19.camel@ds9.webonaut.com> Content-Type: text/plain Organization: MarcusCom, Inc. Message-Id: <1043187590.61589.30.camel@gyros> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.2.1 Date: 21 Jan 2003 17:19:50 -0500 Content-Transfer-Encoding: 7bit X-Spam-Status: No, hits=-2.5 required=5.0 tests=AWL,IN_REP_TO,NOSPAM_INC,QUOTED_EMAIL_TEXT,REFERENCES, SPAM_PHRASE_00_01 version=2.43 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, 2003-01-21 at 17:19, Franz Klammer wrote: > Am Di, 2003-01-21 um 22.51 schrieb Joe Marcus Clarke: > > On Tue, 2003-01-21 at 16:41, Martin Klaffenboeck wrote: > > > Am 2003.01.21 21:49 schrieb(en) Joe Marcus Clarke: > > > > On Tue, 2003-01-21 at 15:40, Martin Klaffenboeck wrote: > > > > > Am 2003.01.21 21:35 schrieb(en) Joe Marcus Clarke: > > > > > > On Tue, 2003-01-21 at 15:00, Martin Klaffenboeck wrote: > > > > > > > Hello, > > > > > > > > > > > > > > I was deinstalling all of the mozilla ports and galeon (and > > > > > > phoenix). > > > > > > > > > > > > > > Now I simply tried (after make update ; marcusmerge -u) to use > > > > > > > 'portinstall galeon2'. > > > > > > > > > > > > > > As a result I found: > > > > > > > > > > > > > > martin# pkg_info | grep mozilla > > > > > > > mozilla-1.2.1 The open source, standards compliant web > > > > browser > > > > > > > mozilla-headers-1.2b_3,1 Header files for mozilla communicator > > > > > > > web-surfboard > > > > > > > > > > > > > > There are wrong headers installed for mozilla - or doesn't that > > > > > > matter? > > > > > > > > > > > > This is bad. Fix this. > > > > > > > > > > How do I fix that? Now I deinstalled mozilla-headers-1.2b_3,1 and > > > > > installed from /usr/ports/www/mozilla-headers with make install. > > > > But > > > > > the galeon2 thing didn't change. > > > > > > > > I know. I thought I had fixed the -Werror problem in galeon 1.3.1, > > > > but > > > > I was mistaken. I just committed a patch that should take care of it, > > > > though. > > > > > > Is installes now correct. But I get a core dump on startup. Should I > > > now rebuild with debugging symbols and send a Bug Buddy pr ? > > > > You're going to hate me for this, but try one thing first. Rebuild > > Mozilla _with_ GTK2 _and_ Xft support. This will require editing your > > mozilla[-devel]-gtk2 Makefile, and removing the WITHOUT_XFT line. I > > have no idea if this will work, but it something to try. > > > > Also, does Mozilla run okay? > > > > i did also install mozilla-gtk2 today and i wasn't able to run > it. if i started mozilla with -d i got in one second 1640 > lines with "shift: can't shift that many". > > also seen only one time with top: mozilla-bin has grown up to > over 100MB in memory before it core dumps. > > maybe that helps. Not really. The shift thing is known. If you specify -g instead, that should work. Again, try rebuilding with Xft support _enabled_ (since you're testing the Xft enabled GTK), and let me know if that helps. Thanks. Joe > > franz. > > 5.0-RELEASE FreeBSD 5.0-RELEASE #0: Fri Jan 17 21:41:35 CET 2003 > > > Joe -- PGP Key : http://www.marcuscom.com/pgp.asc To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-gnome" in the body of the message From owner-freebsd-gnome Tue Jan 21 14:26:25 2003 Delivered-To: freebsd-gnome@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5D2DC37B401 for ; Tue, 21 Jan 2003 14:26:24 -0800 (PST) Received: from troutmask.apl.washington.edu (troutmask.apl.washington.edu [128.208.78.105]) by mx1.FreeBSD.org (Postfix) with ESMTP id E63BE43F13 for ; Tue, 21 Jan 2003 14:26:23 -0800 (PST) (envelope-from kargl@troutmask.apl.washington.edu) Received: from troutmask.apl.washington.edu (localhost [127.0.0.1]) by troutmask.apl.washington.edu (8.12.6/8.12.6) with ESMTP id h0LMQNXv027602; Tue, 21 Jan 2003 14:26:23 -0800 (PST) (envelope-from kargl@troutmask.apl.washington.edu) Received: (from kargl@localhost) by troutmask.apl.washington.edu (8.12.6/8.12.6/Submit) id h0LMQNTX027601; Tue, 21 Jan 2003 14:26:23 -0800 (PST) From: "Steven G. Kargl" Message-Id: <200301212226.h0LMQNTX027601@troutmask.apl.washington.edu> Subject: Re: who broke mozilla? In-Reply-To: <1043187503.61589.28.camel@gyros> To: Joe Marcus Clarke Date: Tue, 21 Jan 2003 14:26:23 -0800 (PST) Cc: FreeBSD GNOME Users X-Mailer: ELM [version 2.4ME+ PL99b (25)] MIME-Version: 1.0 Content-Transfer-Encoding: 7bit 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 Joe Marcus Clarke said: > On Tue, 2003-01-21 at 17:09, Steven G. Kargl wrote: > > Joe Marcus Clarke said: > > > > > > Do an ls -l `which pkg-config`. > > > > > -r-xr-xr-x 1 root wheel 79452 Jan 21 10:31 /usr/local/bin/pkg-config* > > > > pkg_info reports pkgconfig-0.14.0. > > Okay, it looks like you don't have fontconfig and Xft properly > installed. This is strange since Mozilla properly depends on them > unless you specify WITHOUT_XFT. > > Can you install /usr/ports/x11-fonts/Xft, and see if that fixes things? > IF you already have Xft and fontconfig installed, please reinstall them. > pkg_info only shows Xft is installed. I however have /usr/X11R6/bin/fontconfig-config /usr/X11R6/include/fontconfig /usr/X11R6/include/fontconfig/fontconfig.h /usr/X11R6/lib/pkgconfig/fontconfig.pc -- Steve http://troutmask.apl.washington.edu/~kargl/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-gnome" in the body of the message From owner-freebsd-gnome Tue Jan 21 14:28:22 2003 Delivered-To: freebsd-gnome@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4249E37B401 for ; Tue, 21 Jan 2003 14:28:21 -0800 (PST) Received: from creme-brulee.marcuscom.com (rdu57-17-158.nc.rr.com [66.57.17.158]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6B52443F43 for ; Tue, 21 Jan 2003 14:28:20 -0800 (PST) (envelope-from marcus@marcuscom.com) Received: from [10.2.1.4] (vpn-client-4.marcuscom.com [10.2.1.4]) by creme-brulee.marcuscom.com (8.12.6/8.12.6) with ESMTP id h0LMR4Dx005020; Tue, 21 Jan 2003 17:27:04 -0500 (EST) (envelope-from marcus@marcuscom.com) Subject: Re: who broke mozilla? From: Joe Marcus Clarke To: "Steven G. Kargl" Cc: FreeBSD GNOME Users In-Reply-To: <200301212226.h0LMQNTX027601@troutmask.apl.washington.edu> References: <200301212226.h0LMQNTX027601@troutmask.apl.washington.edu> Content-Type: text/plain Organization: MarcusCom, Inc. Message-Id: <1043188077.61589.33.camel@gyros> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.2.1 Date: 21 Jan 2003 17:27:57 -0500 Content-Transfer-Encoding: 7bit X-Spam-Status: No, hits=-2.5 required=5.0 tests=AWL,IN_REP_TO,NOSPAM_INC,QUOTED_EMAIL_TEXT,REFERENCES, SPAM_PHRASE_00_01 version=2.43 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, 2003-01-21 at 17:26, Steven G. Kargl wrote: > Joe Marcus Clarke said: > > On Tue, 2003-01-21 at 17:09, Steven G. Kargl wrote: > > > Joe Marcus Clarke said: > > > > > > > > Do an ls -l `which pkg-config`. > > > > > > > -r-xr-xr-x 1 root wheel 79452 Jan 21 10:31 /usr/local/bin/pkg-config* > > > > > > pkg_info reports pkgconfig-0.14.0. > > > > Okay, it looks like you don't have fontconfig and Xft properly > > installed. This is strange since Mozilla properly depends on them > > unless you specify WITHOUT_XFT. > > > > Can you install /usr/ports/x11-fonts/Xft, and see if that fixes things? > > IF you already have Xft and fontconfig installed, please reinstall them. > > > > pkg_info only shows Xft is installed. I however have > /usr/X11R6/bin/fontconfig-config > /usr/X11R6/include/fontconfig > /usr/X11R6/include/fontconfig/fontconfig.h > /usr/X11R6/lib/pkgconfig/fontconfig.pc Ah, there's the problem. Install x11-fonts/fontconfig, and you should be okay. Joe -- PGP Key : http://www.marcuscom.com/pgp.asc To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-gnome" in the body of the message From owner-freebsd-gnome Tue Jan 21 14:38:25 2003 Delivered-To: freebsd-gnome@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5886137B401 for ; Tue, 21 Jan 2003 14:38:24 -0800 (PST) Received: from troutmask.apl.washington.edu (troutmask.apl.washington.edu [128.208.78.105]) by mx1.FreeBSD.org (Postfix) with ESMTP id E173343F3F for ; Tue, 21 Jan 2003 14:38:23 -0800 (PST) (envelope-from kargl@troutmask.apl.washington.edu) Received: from troutmask.apl.washington.edu (localhost [127.0.0.1]) by troutmask.apl.washington.edu (8.12.6/8.12.6) with ESMTP id h0LMcNXv027726; Tue, 21 Jan 2003 14:38:23 -0800 (PST) (envelope-from kargl@troutmask.apl.washington.edu) Received: (from kargl@localhost) by troutmask.apl.washington.edu (8.12.6/8.12.6/Submit) id h0LMcNKm027725; Tue, 21 Jan 2003 14:38:23 -0800 (PST) From: "Steven G. Kargl" Message-Id: <200301212238.h0LMcNKm027725@troutmask.apl.washington.edu> Subject: Re: who broke mozilla? In-Reply-To: <1043188077.61589.33.camel@gyros> To: Joe Marcus Clarke Date: Tue, 21 Jan 2003 14:38:23 -0800 (PST) Cc: FreeBSD GNOME Users X-Mailer: ELM [version 2.4ME+ PL99b (25)] MIME-Version: 1.0 Content-Transfer-Encoding: 7bit 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 Joe Marcus Clarke said: > On Tue, 2003-01-21 at 17:26, Steven G. Kargl wrote: > > > pkg_info only shows Xft is installed. I however have > > /usr/X11R6/bin/fontconfig-config > > /usr/X11R6/include/fontconfig > > /usr/X11R6/include/fontconfig/fontconfig.h > > /usr/X11R6/lib/pkgconfig/fontconfig.pc > > Ah, there's the problem. Install x11-fonts/fontconfig, and you should > be okay. > Yep. It appears to work now. I noticed that x11-fonts/fontconfig installs fontconfig.pc into X11R6/libdata while I have it in X11R6/lib. Thanks. -- Steve http://troutmask.apl.washington.edu/~kargl/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-gnome" in the body of the message From owner-freebsd-gnome Tue Jan 21 14:44:59 2003 Delivered-To: freebsd-gnome@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 68D6137B401 for ; Tue, 21 Jan 2003 14:44:58 -0800 (PST) Received: from creme-brulee.marcuscom.com (rdu57-17-158.nc.rr.com [66.57.17.158]) by mx1.FreeBSD.org (Postfix) with ESMTP id A2DCB43F18 for ; Tue, 21 Jan 2003 14:44:57 -0800 (PST) (envelope-from marcus@marcuscom.com) Received: from [10.2.1.4] (vpn-client-4.marcuscom.com [10.2.1.4]) by creme-brulee.marcuscom.com (8.12.6/8.12.6) with ESMTP id h0LMhbDx005154; Tue, 21 Jan 2003 17:43:37 -0500 (EST) (envelope-from marcus@marcuscom.com) Subject: Re: who broke mozilla? From: Joe Marcus Clarke To: "Steven G. Kargl" Cc: FreeBSD GNOME Users In-Reply-To: <200301212238.h0LMcNKm027725@troutmask.apl.washington.edu> References: <200301212238.h0LMcNKm027725@troutmask.apl.washington.edu> Content-Type: text/plain Organization: MarcusCom, Inc. Message-Id: <1043189070.61589.39.camel@gyros> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.2.1 Date: 21 Jan 2003 17:44:30 -0500 Content-Transfer-Encoding: 7bit X-Spam-Status: No, hits=-2.5 required=5.0 tests=AWL,IN_REP_TO,NOSPAM_INC,QUOTED_EMAIL_TEXT,REFERENCES, SPAM_PHRASE_00_01 version=2.43 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, 2003-01-21 at 17:38, Steven G. Kargl wrote: > Joe Marcus Clarke said: > > On Tue, 2003-01-21 at 17:26, Steven G. Kargl wrote: > > > > > pkg_info only shows Xft is installed. I however have > > > /usr/X11R6/bin/fontconfig-config > > > /usr/X11R6/include/fontconfig > > > /usr/X11R6/include/fontconfig/fontconfig.h > > > /usr/X11R6/lib/pkgconfig/fontconfig.pc > > > > Ah, there's the problem. Install x11-fonts/fontconfig, and you should > > be okay. > > > > Yep. It appears to work now. I noticed that x11-fonts/fontconfig > installs fontconfig.pc into X11R6/libdata while I have it in > X11R6/lib. Right, if you install packages like fontconfig yourself (i.e. outside of the ports collection), you will get problems like this. We use libdata, and the default install wants to use lib. However, our pkg-config doesn't search lib. When pkg-config doesn't find a .pc file, it tries to detect the package using the old gnome-config script. When that doesn't exist, you get the error you saw. Joe > > Thanks. -- PGP Key : http://www.marcuscom.com/pgp.asc To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-gnome" in the body of the message From owner-freebsd-gnome Tue Jan 21 14:52: 4 2003 Delivered-To: freebsd-gnome@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7096337B401 for ; Tue, 21 Jan 2003 14:52:03 -0800 (PST) Received: from troutmask.apl.washington.edu (troutmask.apl.washington.edu [128.208.78.105]) by mx1.FreeBSD.org (Postfix) with ESMTP id F2E6B43EB2 for ; Tue, 21 Jan 2003 14:52:02 -0800 (PST) (envelope-from kargl@troutmask.apl.washington.edu) Received: from troutmask.apl.washington.edu (localhost [127.0.0.1]) by troutmask.apl.washington.edu (8.12.6/8.12.6) with ESMTP id h0LMq2Xv027818; Tue, 21 Jan 2003 14:52:02 -0800 (PST) (envelope-from kargl@troutmask.apl.washington.edu) Received: (from kargl@localhost) by troutmask.apl.washington.edu (8.12.6/8.12.6/Submit) id h0LMq28W027817; Tue, 21 Jan 2003 14:52:02 -0800 (PST) From: "Steven G. Kargl" Message-Id: <200301212252.h0LMq28W027817@troutmask.apl.washington.edu> Subject: Re: who broke mozilla? In-Reply-To: <1043189070.61589.39.camel@gyros> To: Joe Marcus Clarke Date: Tue, 21 Jan 2003 14:52:02 -0800 (PST) Cc: FreeBSD GNOME Users X-Mailer: ELM [version 2.4ME+ PL99b (25)] MIME-Version: 1.0 Content-Transfer-Encoding: 7bit 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 Joe Marcus Clarke said: > On Tue, 2003-01-21 at 17:38, Steven G. Kargl wrote: > > Joe Marcus Clarke said: > > > On Tue, 2003-01-21 at 17:26, Steven G. Kargl wrote: > > > > > > > pkg_info only shows Xft is installed. I however have > > > > /usr/X11R6/bin/fontconfig-config > > > > /usr/X11R6/include/fontconfig > > > > /usr/X11R6/include/fontconfig/fontconfig.h > > > > /usr/X11R6/lib/pkgconfig/fontconfig.pc > > > > > > Ah, there's the problem. Install x11-fonts/fontconfig, and you should > > > be okay. > > > > > > > Yep. It appears to work now. I noticed that x11-fonts/fontconfig > > installs fontconfig.pc into X11R6/libdata while I have it in > > X11R6/lib. > > Right, if you install packages like fontconfig yourself (i.e. outside of > the ports collection), you will get problems like this. We use libdata, > and the default install wants to use lib. However, our pkg-config > doesn't search lib. When pkg-config doesn't find a .pc file, it tries > to detect the package using the old gnome-config script. When that > doesn't exist, you get the error you saw. > This is going to screw anyone who has to install XFree86 from XFree86.org's cvs repository. The XFree86-4 port does not work with the ATI Radeon 7500 mobility chip. The problem is fixed in the upcoming version of XFree86. Is it possible to have pkgconfig look in libdata and then fallback to lib? -- Steve http://troutmask.apl.washington.edu/~kargl/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-gnome" in the body of the message From owner-freebsd-gnome Tue Jan 21 14:54:53 2003 Delivered-To: freebsd-gnome@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A17E837B401 for ; Tue, 21 Jan 2003 14:54:51 -0800 (PST) Received: from creme-brulee.marcuscom.com (rdu57-17-158.nc.rr.com [66.57.17.158]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8A52143F3F for ; Tue, 21 Jan 2003 14:54:50 -0800 (PST) (envelope-from marcus@marcuscom.com) Received: from [10.2.1.4] (vpn-client-4.marcuscom.com [10.2.1.4]) by creme-brulee.marcuscom.com (8.12.6/8.12.6) with ESMTP id h0LMrYDx005230; Tue, 21 Jan 2003 17:53:35 -0500 (EST) (envelope-from marcus@marcuscom.com) Subject: Re: who broke mozilla? From: Joe Marcus Clarke To: "Steven G. Kargl" Cc: FreeBSD GNOME Users In-Reply-To: <200301212252.h0LMq28W027817@troutmask.apl.washington.edu> References: <200301212252.h0LMq28W027817@troutmask.apl.washington.edu> Content-Type: text/plain Organization: MarcusCom, Inc. Message-Id: <1043189668.61589.42.camel@gyros> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.2.1 Date: 21 Jan 2003 17:54:28 -0500 Content-Transfer-Encoding: 7bit X-Spam-Status: No, hits=-2.5 required=5.0 tests=AWL,IN_REP_TO,NOSPAM_INC,QUOTED_EMAIL_TEXT,REFERENCES, SPAM_PHRASE_00_01 version=2.43 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, 2003-01-21 at 17:52, Steven G. Kargl wrote: > Joe Marcus Clarke said: > > On Tue, 2003-01-21 at 17:38, Steven G. Kargl wrote: > > > Joe Marcus Clarke said: > > > > On Tue, 2003-01-21 at 17:26, Steven G. Kargl wrote: > > > > > > > > > pkg_info only shows Xft is installed. I however have > > > > > /usr/X11R6/bin/fontconfig-config > > > > > /usr/X11R6/include/fontconfig > > > > > /usr/X11R6/include/fontconfig/fontconfig.h > > > > > /usr/X11R6/lib/pkgconfig/fontconfig.pc > > > > > > > > Ah, there's the problem. Install x11-fonts/fontconfig, and you should > > > > be okay. > > > > > > > > > > Yep. It appears to work now. I noticed that x11-fonts/fontconfig > > > installs fontconfig.pc into X11R6/libdata while I have it in > > > X11R6/lib. > > > > Right, if you install packages like fontconfig yourself (i.e. outside of > > the ports collection), you will get problems like this. We use libdata, > > and the default install wants to use lib. However, our pkg-config > > doesn't search lib. When pkg-config doesn't find a .pc file, it tries > > to detect the package using the old gnome-config script. When that > > doesn't exist, you get the error you saw. > > > > This is going to screw anyone who has to install XFree86 > from XFree86.org's cvs repository. The XFree86-4 port > does not work with the ATI Radeon 7500 mobility chip. The > problem is fixed in the upcoming version of XFree86. This configuration is not yet supported. I'm working with the XFree86 maintainer so that when 4.3 comes out, things will work correctly. > > Is it possible to have pkgconfig look in libdata and then > fallback to lib? I'd rather not do this as it could allow us to miss something. When 4.3 is officially released, the port version of fontconfig will be preferred over the one included with X. Joe -- PGP Key : http://www.marcuscom.com/pgp.asc To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-gnome" in the body of the message From owner-freebsd-gnome Tue Jan 21 15:33:26 2003 Delivered-To: freebsd-gnome@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5581037B401 for ; Tue, 21 Jan 2003 15:33:23 -0800 (PST) Received: from sv02.webonaut.com (kirk.webonaut.com [212.41.243.26]) by mx1.FreeBSD.org (Postfix) with ESMTP id E080943ED8 for ; Tue, 21 Jan 2003 15:33:21 -0800 (PST) (envelope-from klammer@webonaut.com) Received: from [212.41.243.28] (sisko.webonaut.com [212.41.243.28]) by sv02.webonaut.com (Postfix) with ESMTP id 1B902766C6; Wed, 22 Jan 2003 00:33:20 +0100 (CET) Subject: Re: galeon2 (1.3.1) fails here From: Franz Klammer To: Joe Marcus Clarke Cc: Martin Klaffenboeck , FreeBSD GNOME Users In-Reply-To: <1043187590.61589.30.camel@gyros> References: <20030121200004.GA85144@martin.kdrache.org> <20030121204014.GC85144@martin.kdrache.org> <1043182140.341.43.camel@gyros> <20030121214118.GE85144@martin.kdrache.org> <1043185881.61589.12.camel@gyros> <1043187593.36540.19.camel@ds9.webonaut.com> <1043187590.61589.30.camel@gyros> Content-Type: text/plain Organization: Message-Id: <1043192088.36540.30.camel@ds9.webonaut.com> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.2.1 Date: 22 Jan 2003 00:34:49 +0100 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 Am Di, 2003-01-21 um 23.19 schrieb Joe Marcus Clarke: > On Tue, 2003-01-21 at 17:19, Franz Klammer wrote: > > Am Di, 2003-01-21 um 22.51 schrieb Joe Marcus Clarke: > > > On Tue, 2003-01-21 at 16:41, Martin Klaffenboeck wrote: > > > > Am 2003.01.21 21:49 schrieb(en) Joe Marcus Clarke: > > > > > On Tue, 2003-01-21 at 15:40, Martin Klaffenboeck wrote: > > > > > > Am 2003.01.21 21:35 schrieb(en) Joe Marcus Clarke: > > > > > > > On Tue, 2003-01-21 at 15:00, Martin Klaffenboeck wrote: > > > > > > > > Hello, > > > > > > > > > > > > > > > > I was deinstalling all of the mozilla ports and galeon (and > > > > > > > phoenix). > > > > > > > > > > > > > > > > Now I simply tried (after make update ; marcusmerge -u) to use > > > > > > > > 'portinstall galeon2'. > > > > > > > > > > > > > > > > As a result I found: > > > > > > > > > > > > > > > > martin# pkg_info | grep mozilla > > > > > > > > mozilla-1.2.1 The open source, standards compliant web > > > > > browser > > > > > > > > mozilla-headers-1.2b_3,1 Header files for mozilla communicator > > > > > > > > web-surfboard > > > > > > > > > > > > > > > > There are wrong headers installed for mozilla - or doesn't that > > > > > > > matter? > > > > > > > > > > > > > > This is bad. Fix this. > > > > > > > > > > > > How do I fix that? Now I deinstalled mozilla-headers-1.2b_3,1 and > > > > > > installed from /usr/ports/www/mozilla-headers with make install. > > > > > But > > > > > > the galeon2 thing didn't change. > > > > > > > > > > I know. I thought I had fixed the -Werror problem in galeon 1.3.1, > > > > > but > > > > > I was mistaken. I just committed a patch that should take care of it, > > > > > though. > > > > > > > > Is installes now correct. But I get a core dump on startup. Should I > > > > now rebuild with debugging symbols and send a Bug Buddy pr ? > > > > > > You're going to hate me for this, but try one thing first. Rebuild > > > Mozilla _with_ GTK2 _and_ Xft support. This will require editing your > > > mozilla[-devel]-gtk2 Makefile, and removing the WITHOUT_XFT line. I > > > have no idea if this will work, but it something to try. > > > > > > Also, does Mozilla run okay? > > > > > > > i did also install mozilla-gtk2 today and i wasn't able to run > > it. if i started mozilla with -d i got in one second 1640 > > lines with "shift: can't shift that many". > > > > also seen only one time with top: mozilla-bin has grown up to > > over 100MB in memory before it core dumps. > > > > maybe that helps. > > Not really. The shift thing is known. If you specify -g instead, that > should work. Again, try rebuilding with Xft support _enabled_ (since > you're testing the Xft enabled GTK), and let me know if that helps. > Thanks. > year! mozilla is now running. maybe the same is possible with galeon2? galeon dies with this message (from gdb): Program received signal SIGSEGV, Segmentation fault. 0x28f443e8 in poolDestroy () from /usr/local/lib/libexpat.so.4 i've previously installed galeon2 with with debuging-symbols turned on. did you need the back trace? currently i'm doing a standard-rebuild of galeon2. franz. > Joe > > > > > franz. > > > > 5.0-RELEASE FreeBSD 5.0-RELEASE #0: Fri Jan 17 21:41:35 CET 2003 > > > > > Joe -- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-gnome" in the body of the message From owner-freebsd-gnome Tue Jan 21 16:19: 3 2003 Delivered-To: freebsd-gnome@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E770837B401 for ; Tue, 21 Jan 2003 16:18:59 -0800 (PST) Received: from sv02.webonaut.com (kirk.webonaut.com [212.41.243.26]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7473143F1E for ; Tue, 21 Jan 2003 16:18:58 -0800 (PST) (envelope-from klammer@webonaut.com) Received: from [212.41.243.28] (sisko.webonaut.com [212.41.243.28]) by sv02.webonaut.com (Postfix) with ESMTP id 1AE3C766C6; Wed, 22 Jan 2003 01:18:51 +0100 (CET) Subject: Re: galeon2 (1.3.1) fails here From: Franz Klammer To: Joe Marcus Clarke Cc: Martin Klaffenboeck , FreeBSD GNOME Users In-Reply-To: <1043192088.36540.30.camel@ds9.webonaut.com> References: <20030121200004.GA85144@martin.kdrache.org> <20030121204014.GC85144@martin.kdrache.org> <1043182140.341.43.camel@gyros> <20030121214118.GE85144@martin.kdrache.org> <1043185881.61589.12.camel@gyros> <1043187593.36540.19.camel@ds9.webonaut.com> <1043187590.61589.30.camel@gyros> <1043192088.36540.30.camel@ds9.webonaut.com> Content-Type: text/plain Organization: Message-Id: <1043194820.75986.15.camel@ds9.webonaut.com> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.2.1 Date: 22 Jan 2003 01:20:20 +0100 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 Am Mi, 2003-01-22 um 00.34 schrieb Franz Klammer: > Am Di, 2003-01-21 um 23.19 schrieb Joe Marcus Clarke: > > On Tue, 2003-01-21 at 17:19, Franz Klammer wrote: > > > Am Di, 2003-01-21 um 22.51 schrieb Joe Marcus Clarke: > > > > On Tue, 2003-01-21 at 16:41, Martin Klaffenboeck wrote: > > > > > Am 2003.01.21 21:49 schrieb(en) Joe Marcus Clarke: > > > > > > On Tue, 2003-01-21 at 15:40, Martin Klaffenboeck wrote: > > > > > > > Am 2003.01.21 21:35 schrieb(en) Joe Marcus Clarke: > > > > > > > > On Tue, 2003-01-21 at 15:00, Martin Klaffenboeck wrote: > > > > > > > > > Hello, > > > > > > > > > > > > > > > > > > I was deinstalling all of the mozilla ports and galeon (and > > > > > > > > phoenix). > > > > > > > > > > > > > > > > > > Now I simply tried (after make update ; marcusmerge -u) to use > > > > > > > > > 'portinstall galeon2'. > > > > > > > > > > > > > > > > > > As a result I found: > > > > > > > > > > > > > > > > > > martin# pkg_info | grep mozilla > > > > > > > > > mozilla-1.2.1 The open source, standards compliant web > > > > > > browser > > > > > > > > > mozilla-headers-1.2b_3,1 Header files for mozilla communicator > > > > > > > > > web-surfboard > > > > > > > > > > > > > > > > > > There are wrong headers installed for mozilla - or doesn't that > > > > > > > > matter? > > > > > > > > > > > > > > > > This is bad. Fix this. > > > > > > > > > > > > > > How do I fix that? Now I deinstalled mozilla-headers-1.2b_3,1 and > > > > > > > installed from /usr/ports/www/mozilla-headers with make install. > > > > > > But > > > > > > > the galeon2 thing didn't change. > > > > > > > > > > > > I know. I thought I had fixed the -Werror problem in galeon 1.3.1, > > > > > > but > > > > > > I was mistaken. I just committed a patch that should take care of it, > > > > > > though. > > > > > > > > > > Is installes now correct. But I get a core dump on startup. Should I > > > > > now rebuild with debugging symbols and send a Bug Buddy pr ? > > > > > > > > You're going to hate me for this, but try one thing first. Rebuild > > > > Mozilla _with_ GTK2 _and_ Xft support. This will require editing your > > > > mozilla[-devel]-gtk2 Makefile, and removing the WITHOUT_XFT line. I > > > > have no idea if this will work, but it something to try. > > > > > > > > Also, does Mozilla run okay? > > > > > > > > > > i did also install mozilla-gtk2 today and i wasn't able to run > > > it. if i started mozilla with -d i got in one second 1640 > > > lines with "shift: can't shift that many". > > > > > > also seen only one time with top: mozilla-bin has grown up to > > > over 100MB in memory before it core dumps. > > > > > > maybe that helps. > > > > Not really. The shift thing is known. If you specify -g instead, that > > should work. Again, try rebuilding with Xft support _enabled_ (since > > you're testing the Xft enabled GTK), and let me know if that helps. > > Thanks. > > > > year! mozilla is now running. maybe the same is possible > with galeon2? > > galeon dies with this message (from gdb): > Program received signal SIGSEGV, Segmentation fault. > 0x28f443e8 in poolDestroy () from /usr/local/lib/libexpat.so.4 > > i've previously installed galeon2 with with debuging-symbols turned > on. did you need the back trace? > > currently i'm doing a standard-rebuild of galeon2. > OK! mozilla segfault again. :-( ... (no debugging symbols found)... Program received signal SIGSEGV, Segmentation fault. 0x28194cac in nsCRT::strlen(unsigned short const*) () from ./libxpcom.so it works if i start mozilla with "sudo mozilla". seems that i did this before. a chown -R or rm -R of .netscape, .netscape6 and .mozilla doesn't help. this message i get (start with sudo): LoadPlugin: failed to initialize shared library /usr/local/jdk1.3.1/jre/plugin/i386/ns600/libjavaplugin_oji.so [/usr/local/jdk1.3.1/jre/plugin/i386/ns600/libjavaplugin_oji.so: Undefined symbol "gdk_input_add"] franz > franz. > > > Joe > > > > > > > > franz. > > > > > > 5.0-RELEASE FreeBSD 5.0-RELEASE #0: Fri Jan 17 21:41:35 CET 2003 > > > > > > > Joe -- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-gnome" in the body of the message From owner-freebsd-gnome Tue Jan 21 18:58:23 2003 Delivered-To: freebsd-gnome@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 13EE037B406; Tue, 21 Jan 2003 18:58:21 -0800 (PST) Received: from hawk.mail.pas.earthlink.net (hawk.mail.pas.earthlink.net [207.217.120.22]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4019043EB2; Tue, 21 Jan 2003 18:58:20 -0800 (PST) (envelope-from mvh@ix.netcom.com) Received: from lsanca1-ar6-4-62-202-139.lsanca1.elnk.dsl.genuity.net ([4.62.202.139] helo=netcom1.netcom.com) by hawk.mail.pas.earthlink.net with esmtp (Exim 3.33 #1) id 18bB5i-0004TU-00; Tue, 21 Jan 2003 18:58:14 -0800 Received: from localhost (localhost [127.0.0.1]) by netcom1.netcom.com (Postfix) with ESMTP id 0CE811319D; Tue, 21 Jan 2003 18:58:14 -0800 (PST) Received: by netcom1.netcom.com (Postfix, from userid 1000) id DF65F1313B; Tue, 21 Jan 2003 18:58:10 -0800 (PST) From: Mike Harding To: lscolby@gwirynybyd.net Cc: gnome@FreeBSD.org, ports@FreeBSD.org In-reply-to: <3E2DC911.2010809@gwirynybyd.net> (lscolby@gwirynybyd.net) Subject: Re: FreeBSD Port: mozilla-1.2.1 - more info on flash - retraction on popup References: <3E2DC911.2010809@gwirynybyd.net> Message-Id: <20030122025810.DF65F1313B@netcom1.netcom.com> Date: Tue, 21 Jan 2003 18:58:10 -0800 (PST) X-Virus-Scanned: by AMaViS snapshot-20020531 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 /usr/ports/www/flashpluginwrapper/files/pkg-message.in tells you how to install libflashplugin - if you reinstall mozilla, you will have to modify the mozilla startup script again. This message is displayed when you install the port - I am using this port with moz 1.2 right now and it seems to work fine... X-Original-To: mvh@netcom1.netcom.com X-Sent: 21 Jan 2003 22:14:33 GMT Date: Tue, 21 Jan 2003 14:26:25 -0800 From: "L. S. Colby" Organization: Gwirynybyd X-Accept-Language: en-us, en Cc: ports@FreeBSD.org Sender: owner-freebsd-gnome@FreeBSD.ORG X-Loop: FreeBSD.ORG X-Virus-Scanned: by AMaViS snapshot-20020531 X-Spam-Status: No, hits=-0.5 required=5.0 tests=AWL,NOSPAM_INC,SPAM_PHRASE_00_01,TO_BE_REMOVED_REPLY, USER_AGENT,USER_AGENT_MOZILLA_UA,X_ACCEPT_LANG,X_LOOP version=2.43 X-Spam-Level: Hello, Just in case you don't have info on libflashplayer_linux/flashplayerwrapper problem, This is what I get when I enter mozilla from the command line: > mozilla No running window found. LoadPlugin: failed to initialize shared library /usr/X11R6/lib/browser_plugins/libflashplayer_linux.so [/usr/X11R6/lib/browser_plugins/libflashplayer_linux.so: Undefined symbol "overrideShellClassRec"] Forget the the ignore popup problem - I think. If I edit->preferences->advanced->scripts & plugins I can uncheck open unrequested windows and that seems to do the job. I thought there was an option under edit->preferences->privacy & security for popup control. Guess not. Anyhow mozilla help documentation has a search keyword named popup but no help documention for the keyword. Colby 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 21 19:30:26 2003 Delivered-To: freebsd-gnome@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2096437B401 for ; Tue, 21 Jan 2003 19:30:23 -0800 (PST) Received: from shumai.marcuscom.com (rdu57-17-158.nc.rr.com [66.57.17.158]) by mx1.FreeBSD.org (Postfix) with ESMTP id A143A43E4A for ; Tue, 21 Jan 2003 19:30:21 -0800 (PST) (envelope-from marcus@marcuscom.com) Received: from shumai.marcuscom.com (localhost.marcuscom.com [127.0.0.1]) by shumai.marcuscom.com (8.12.6/8.12.6) with ESMTP id h0M3UJfT091420; Tue, 21 Jan 2003 22:30:19 -0500 (EST) (envelope-from marcus@marcuscom.com) Received: from localhost (marcus@localhost) by shumai.marcuscom.com (8.12.6/8.12.6/Submit) with ESMTP id h0M3UIXG091417; Tue, 21 Jan 2003 22:30:18 -0500 (EST) X-Authentication-Warning: shumai.marcuscom.com: marcus owned process doing -bs Date: Tue, 21 Jan 2003 22:30:18 -0500 (EST) From: Joe Marcus Clarke To: Franz Klammer Cc: Martin Klaffenboeck , FreeBSD GNOME Users Subject: Re: galeon2 (1.3.1) fails here In-Reply-To: <1043192088.36540.30.camel@ds9.webonaut.com> Message-ID: <20030121222935.U91406@shumai.marcuscom.com> References: <20030121200004.GA85144@martin.kdrache.org> <20030121204014.GC85144@martin.kdrache.org> <1043182140.341.43.camel@gyros> <20030121214118.GE85144@martin.kdrache.org> <1043185881.61589.12.camel@gyros> <1043187593.36540.19.camel@ds9.webonaut.com> <1043187590.61589.30.camel@gyros> <1043192088.36540.30.camel@ds9.webonaut.com> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-gnome@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Tue, 22 Jan 2003, Franz Klammer wrote: > Am Di, 2003-01-21 um 23.19 schrieb Joe Marcus Clarke: > > On Tue, 2003-01-21 at 17:19, Franz Klammer wrote: > > > Am Di, 2003-01-21 um 22.51 schrieb Joe Marcus Clarke: > > > > On Tue, 2003-01-21 at 16:41, Martin Klaffenboeck wrote: > > > > > Am 2003.01.21 21:49 schrieb(en) Joe Marcus Clarke: > > > > > > On Tue, 2003-01-21 at 15:40, Martin Klaffenboeck wrote: > > > > > > > Am 2003.01.21 21:35 schrieb(en) Joe Marcus Clarke: > > > > > > > > On Tue, 2003-01-21 at 15:00, Martin Klaffenboeck wrote: > > > > > > > > > Hello, > > > > > > > > > > > > > > > > > > I was deinstalling all of the mozilla ports and galeon (and > > > > > > > > phoenix). > > > > > > > > > > > > > > > > > > Now I simply tried (after make update ; marcusmerge -u) to use > > > > > > > > > 'portinstall galeon2'. > > > > > > > > > > > > > > > > > > As a result I found: > > > > > > > > > > > > > > > > > > martin# pkg_info | grep mozilla > > > > > > > > > mozilla-1.2.1 The open source, standards compliant web > > > > > > browser > > > > > > > > > mozilla-headers-1.2b_3,1 Header files for mozilla communicator > > > > > > > > > web-surfboard > > > > > > > > > > > > > > > > > > There are wrong headers installed for mozilla - or doesn't that > > > > > > > > matter? > > > > > > > > > > > > > > > > This is bad. Fix this. > > > > > > > > > > > > > > How do I fix that? Now I deinstalled mozilla-headers-1.2b_3,1 and > > > > > > > installed from /usr/ports/www/mozilla-headers with make install. > > > > > > But > > > > > > > the galeon2 thing didn't change. > > > > > > > > > > > > I know. I thought I had fixed the -Werror problem in galeon 1.3.1, > > > > > > but > > > > > > I was mistaken. I just committed a patch that should take care of it, > > > > > > though. > > > > > > > > > > Is installes now correct. But I get a core dump on startup. Should I > > > > > now rebuild with debugging symbols and send a Bug Buddy pr ? > > > > > > > > You're going to hate me for this, but try one thing first. Rebuild > > > > Mozilla _with_ GTK2 _and_ Xft support. This will require editing your > > > > mozilla[-devel]-gtk2 Makefile, and removing the WITHOUT_XFT line. I > > > > have no idea if this will work, but it something to try. > > > > > > > > Also, does Mozilla run okay? > > > > > > > > > > i did also install mozilla-gtk2 today and i wasn't able to run > > > it. if i started mozilla with -d i got in one second 1640 > > > lines with "shift: can't shift that many". > > > > > > also seen only one time with top: mozilla-bin has grown up to > > > over 100MB in memory before it core dumps. > > > > > > maybe that helps. > > > > Not really. The shift thing is known. If you specify -g instead, that > > should work. Again, try rebuilding with Xft support _enabled_ (since > > you're testing the Xft enabled GTK), and let me know if that helps. > > Thanks. > > > > year! mozilla is now running. maybe the same is possible > with galeon2? > > galeon dies with this message (from gdb): > Program received signal SIGSEGV, Segmentation fault. > 0x28f443e8 in poolDestroy () from /usr/local/lib/libexpat.so.4 > > i've previously installed galeon2 with with debuging-symbols turned > on. did you need the back trace? Assuming you haven't messed your fontconfig up again ;-), yeah, the back trace would be nice. Joe > > currently i'm doing a standard-rebuild of galeon2. > > franz. > > > Joe > > > > > > > > franz. > > > > > > 5.0-RELEASE FreeBSD 5.0-RELEASE #0: Fri Jan 17 21:41:35 CET 2003 > > > > > > > Joe > -- > > > PGP Key : http://www.marcuscom.com/pgp.asc To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-gnome" in the body of the message From owner-freebsd-gnome Tue Jan 21 19:33:27 2003 Delivered-To: freebsd-gnome@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CA14137B401 for ; Tue, 21 Jan 2003 19:33:23 -0800 (PST) Received: from shumai.marcuscom.com (rdu57-17-158.nc.rr.com [66.57.17.158]) by mx1.FreeBSD.org (Postfix) with ESMTP id EF56843E4A for ; Tue, 21 Jan 2003 19:33:22 -0800 (PST) (envelope-from marcus@marcuscom.com) Received: from shumai.marcuscom.com (localhost.marcuscom.com [127.0.0.1]) by shumai.marcuscom.com (8.12.6/8.12.6) with ESMTP id h0M3XLfT091437; Tue, 21 Jan 2003 22:33:21 -0500 (EST) (envelope-from marcus@marcuscom.com) Received: from localhost (marcus@localhost) by shumai.marcuscom.com (8.12.6/8.12.6/Submit) with ESMTP id h0M3XKWe091434; Tue, 21 Jan 2003 22:33:20 -0500 (EST) X-Authentication-Warning: shumai.marcuscom.com: marcus owned process doing -bs Date: Tue, 21 Jan 2003 22:33:20 -0500 (EST) From: Joe Marcus Clarke To: Franz Klammer Cc: Martin Klaffenboeck , FreeBSD GNOME Users Subject: Re: galeon2 (1.3.1) fails here In-Reply-To: <1043194820.75986.15.camel@ds9.webonaut.com> Message-ID: <20030121223256.A91406@shumai.marcuscom.com> References: <20030121200004.GA85144@martin.kdrache.org> <20030121204014.GC85144@martin.kdrache.org> <1043182140.341.43.camel@gyros> <20030121214118.GE85144@martin.kdrache.org> <1043185881.61589.12.camel@gyros> <1043187593.36540.19.camel@ds9.webonaut.com> <1043187590.61589.30.camel@gyros> <1043192088.36540.30.camel@ds9.webonaut.com> <1043194820.75986.15.camel@ds9.webonaut.com> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-gnome@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Tue, 22 Jan 2003, Franz Klammer wrote: > Am Mi, 2003-01-22 um 00.34 schrieb Franz Klammer: > > Am Di, 2003-01-21 um 23.19 schrieb Joe Marcus Clarke: > > > On Tue, 2003-01-21 at 17:19, Franz Klammer wrote: > > > > Am Di, 2003-01-21 um 22.51 schrieb Joe Marcus Clarke: > > > > > On Tue, 2003-01-21 at 16:41, Martin Klaffenboeck wrote: > > > > > > Am 2003.01.21 21:49 schrieb(en) Joe Marcus Clarke: > > > > > > > On Tue, 2003-01-21 at 15:40, Martin Klaffenboeck wrote: > > > > > > > > Am 2003.01.21 21:35 schrieb(en) Joe Marcus Clarke: > > > > > > > > > On Tue, 2003-01-21 at 15:00, Martin Klaffenboeck wrote: > > > > > > > > > > Hello, > > > > > > > > > > > > > > > > > > > > I was deinstalling all of the mozilla ports and galeon (and > > > > > > > > > phoenix). > > > > > > > > > > > > > > > > > > > > Now I simply tried (after make update ; marcusmerge -u) to use > > > > > > > > > > 'portinstall galeon2'. > > > > > > > > > > > > > > > > > > > > As a result I found: > > > > > > > > > > > > > > > > > > > > martin# pkg_info | grep mozilla > > > > > > > > > > mozilla-1.2.1 The open source, standards compliant web > > > > > > > browser > > > > > > > > > > mozilla-headers-1.2b_3,1 Header files for mozilla communicator > > > > > > > > > > web-surfboard > > > > > > > > > > > > > > > > > > > > There are wrong headers installed for mozilla - or doesn't that > > > > > > > > > matter? > > > > > > > > > > > > > > > > > > This is bad. Fix this. > > > > > > > > > > > > > > > > How do I fix that? Now I deinstalled mozilla-headers-1.2b_3,1 and > > > > > > > > installed from /usr/ports/www/mozilla-headers with make install. > > > > > > > But > > > > > > > > the galeon2 thing didn't change. > > > > > > > > > > > > > > I know. I thought I had fixed the -Werror problem in galeon 1.3.1, > > > > > > > but > > > > > > > I was mistaken. I just committed a patch that should take care of it, > > > > > > > though. > > > > > > > > > > > > Is installes now correct. But I get a core dump on startup. Should I > > > > > > now rebuild with debugging symbols and send a Bug Buddy pr ? > > > > > > > > > > You're going to hate me for this, but try one thing first. Rebuild > > > > > Mozilla _with_ GTK2 _and_ Xft support. This will require editing your > > > > > mozilla[-devel]-gtk2 Makefile, and removing the WITHOUT_XFT line. I > > > > > have no idea if this will work, but it something to try. > > > > > > > > > > Also, does Mozilla run okay? > > > > > > > > > > > > > i did also install mozilla-gtk2 today and i wasn't able to run > > > > it. if i started mozilla with -d i got in one second 1640 > > > > lines with "shift: can't shift that many". > > > > > > > > also seen only one time with top: mozilla-bin has grown up to > > > > over 100MB in memory before it core dumps. > > > > > > > > maybe that helps. > > > > > > Not really. The shift thing is known. If you specify -g instead, that > > > should work. Again, try rebuilding with Xft support _enabled_ (since > > > you're testing the Xft enabled GTK), and let me know if that helps. > > > Thanks. > > > > > > > year! mozilla is now running. maybe the same is possible > > with galeon2? > > > > galeon dies with this message (from gdb): > > Program received signal SIGSEGV, Segmentation fault. > > 0x28f443e8 in poolDestroy () from /usr/local/lib/libexpat.so.4 > > > > i've previously installed galeon2 with with debuging-symbols turned > > on. did you need the back trace? > > > > currently i'm doing a standard-rebuild of galeon2. > > > > OK! mozilla segfault again. :-( > > ... > (no debugging symbols found)... > Program received signal SIGSEGV, Segmentation fault. > 0x28194cac in nsCRT::strlen(unsigned short const*) () from ./libxpcom.so > > it works if i start mozilla with "sudo mozilla". > seems that i did this before. > a chown -R or rm -R of .netscape, .netscape6 and .mozilla doesn't help. > > this message i get (start with sudo): > LoadPlugin: failed to initialize shared library > /usr/local/jdk1.3.1/jre/plugin/i386/ns600/libjavaplugin_oji.so > [/usr/local/jdk1.3.1/jre/plugin/i386/ns600/libjavaplugin_oji.so: > Undefined symbol "gdk_input_add"] Looks like I'll have to give this a try when I get back from my trip. Joe > > franz > > > franz. > > > > > Joe > > > > > > > > > > > franz. > > > > > > > > 5.0-RELEASE FreeBSD 5.0-RELEASE #0: Fri Jan 17 21:41:35 CET 2003 > > > > > > > > > Joe > -- > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-gnome" in the body of the message > > PGP Key : http://www.marcuscom.com/pgp.asc To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-gnome" in the body of the message From owner-freebsd-gnome Tue Jan 21 23:39: 2 2003 Delivered-To: freebsd-gnome@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 251BA37B401 for ; Tue, 21 Jan 2003 23:39:02 -0800 (PST) Received: from jive.SoftHome.net (jive.SoftHome.net [66.54.152.27]) by mx1.FreeBSD.org (Postfix) with SMTP id 76E6643F18 for ; Tue, 21 Jan 2003 23:39:01 -0800 (PST) (envelope-from ryngold@softhome.net) Received: (qmail 14006 invoked by uid 417); 22 Jan 2003 07:38:56 -0000 Received: from shunt-smtp-out-0 (HELO softhome.net) (172.16.3.12) by shunt-smtp-out-0 with SMTP; 22 Jan 2003 07:38:56 -0000 Received: from www.verizon.net ([4.60.58.35]) (AUTH: LOGIN ryngold@softhome.net) by softhome.net with esmtp; Wed, 22 Jan 2003 00:38:55 -0700 Date: Tue, 21 Jan 2003 23:39:01 +0000 From: Ryngold Softhome To: gnome@freebsd.org Subject: mozilla 1.2.1 and java Message-Id: <20030121233901.62be4bca.ryngold@softhome.net> X-Mailer: Sylpheed version 0.8.8claws (GTK+ 1.2.10; i386-portbld-freebsd4.7) 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 Hello, I just upgraded Mozilla (1.1 to 1.2.1). In the 1.1, I had all the plugins working (java, plugger, and Shockwave). After upgrading via portupgrade (WITH_GTK2=yes), all plugins except java loaded fine. The results are the same for both of my 4.7-STABLE and 5.0-RELEASE computers. I tried symlinking (ln -sf), then just copying (cp). Same results. This is the text output of when I loaded the 1.2.1: _______________________________________________________________________ www% mozilla No running window found. LoadPlugin: failed to initialize shared library /usr/local/jdk1.3.1/jre/plugin/i386/ns600/libjavaplugin_oji.so [/usr/local/jdk1.3.1/jre/plugin/i386/ns600/libjavaplugin_oji.so: Undefined symbol "gdk_input_add"] LoadPlugin: failed to initialize shared library /usr/X11R6/lib/mozilla/plugins/libjavaplugin_oji.so [Cannot open "/usr/X11R6/lib/mozilla/plugins/libjavaplugin_oji.so"] ________________________________________________________________________ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-gnome" in the body of the message From owner-freebsd-gnome Tue Jan 21 23:46:43 2003 Delivered-To: freebsd-gnome@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6489C37B401 for ; Tue, 21 Jan 2003 23:46:42 -0800 (PST) Received: from w250.z064001178.sjc-ca.dsl.cnc.net (adsl-66.218.45.239.dslextreme.com [66.218.45.239]) by mx1.FreeBSD.org (Postfix) with SMTP id D5EE743F13 for ; Tue, 21 Jan 2003 23:46:37 -0800 (PST) (envelope-from jos@catnook.com) Received: (qmail 79867 invoked by uid 1000); 22 Jan 2003 07:46:58 -0000 Date: Tue, 21 Jan 2003 23:46:36 -0800 From: Jos Backus To: gnome@FreeBSD.org Subject: Another www/mozilla-devel patch Message-ID: <20030122074658.GA76678@lizzy.catnook.com> Reply-To: jos@catnook.com Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.5.3i 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 Looks like mozilla/gfx/src/gtk/nsDeviceContextGTK.cpp also needs the s|X11/Xft/Xft\.h|X11/Xft/Xft2.h|g post-patch treatment. -- Jos Backus _/ _/_/_/ Sunnyvale, CA _/ _/ _/ _/ _/_/_/ _/ _/ _/ _/ jos at catnook.com _/_/ _/_/_/ require 'std/disclaimer' To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-gnome" in the body of the message From owner-freebsd-gnome Wed Jan 22 0:26:10 2003 Delivered-To: freebsd-gnome@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6403A37B401 for ; Wed, 22 Jan 2003 00:26:05 -0800 (PST) Received: from sv02.webonaut.com (kirk.webonaut.com [212.41.243.26]) by mx1.FreeBSD.org (Postfix) with ESMTP id E844F43ED8 for ; Wed, 22 Jan 2003 00:26:03 -0800 (PST) (envelope-from klammer@webonaut.com) Received: from [212.41.243.28] (sisko.webonaut.com [212.41.243.28]) by sv02.webonaut.com (Postfix) with ESMTP id 22CF0766C6; Wed, 22 Jan 2003 09:25:56 +0100 (CET) Subject: Re: galeon2 (1.3.1) fails here From: Franz Klammer To: Joe Marcus Clarke Cc: Martin Klaffenboeck , FreeBSD GNOME Users In-Reply-To: <20030121222935.U91406@shumai.marcuscom.com> References: <20030121200004.GA85144@martin.kdrache.org> <20030121204014.GC85144@martin.kdrache.org> <1043182140.341.43.camel@gyros> <20030121214118.GE85144@martin.kdrache.org> <1043185881.61589.12.camel@gyros> <1043187593.36540.19.camel@ds9.webonaut.com> <1043187590.61589.30.camel@gyros> <1043192088.36540.30.camel@ds9.webonaut.com> <20030121222935.U91406@shumai.marcuscom.com> Content-Type: multipart/mixed; boundary="=-XfN4PY705k0Y8LXLWKKj" Organization: Message-Id: <1043224052.549.4.camel@ds9.webonaut.com> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.2.1 Date: 22 Jan 2003 09:27:32 +0100 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 --=-XfN4PY705k0Y8LXLWKKj Content-Type: text/plain Content-Transfer-Encoding: 7bit Am Mi, 2003-01-22 um 04.30 schrieb Joe Marcus Clarke: > On Tue, 22 Jan 2003, Franz Klammer wrote: > > > Am Di, 2003-01-21 um 23.19 schrieb Joe Marcus Clarke: > > > On Tue, 2003-01-21 at 17:19, Franz Klammer wrote: > > > > Am Di, 2003-01-21 um 22.51 schrieb Joe Marcus Clarke: > > > > > On Tue, 2003-01-21 at 16:41, Martin Klaffenboeck wrote: > > > > > > Am 2003.01.21 21:49 schrieb(en) Joe Marcus Clarke: > > > > > > > On Tue, 2003-01-21 at 15:40, Martin Klaffenboeck wrote: > > > > > > > > Am 2003.01.21 21:35 schrieb(en) Joe Marcus Clarke: > > > > > > > > > On Tue, 2003-01-21 at 15:00, Martin Klaffenboeck wrote: > > > > > > > > > > Hello, > > > > > > > > > > > > > > > > > > > > I was deinstalling all of the mozilla ports and galeon (and > > > > > > > > > phoenix). > > > > > > > > > > > > > > > > > > > > Now I simply tried (after make update ; marcusmerge -u) to use > > > > > > > > > > 'portinstall galeon2'. > > > > > > > > > > > > > > > > > > > > As a result I found: > > > > > > > > > > > > > > > > > > > > martin# pkg_info | grep mozilla > > > > > > > > > > mozilla-1.2.1 The open source, standards compliant web > > > > > > > browser > > > > > > > > > > mozilla-headers-1.2b_3,1 Header files for mozilla communicator > > > > > > > > > > web-surfboard > > > > > > > > > > > > > > > > > > > > There are wrong headers installed for mozilla - or doesn't that > > > > > > > > > matter? > > > > > > > > > > > > > > > > > > This is bad. Fix this. > > > > > > > > > > > > > > > > How do I fix that? Now I deinstalled mozilla-headers-1.2b_3,1 and > > > > > > > > installed from /usr/ports/www/mozilla-headers with make install. > > > > > > > But > > > > > > > > the galeon2 thing didn't change. > > > > > > > > > > > > > > I know. I thought I had fixed the -Werror problem in galeon 1.3.1, > > > > > > > but > > > > > > > I was mistaken. I just committed a patch that should take care of it, > > > > > > > though. > > > > > > > > > > > > Is installes now correct. But I get a core dump on startup. Should I > > > > > > now rebuild with debugging symbols and send a Bug Buddy pr ? > > > > > > > > > > You're going to hate me for this, but try one thing first. Rebuild > > > > > Mozilla _with_ GTK2 _and_ Xft support. This will require editing your > > > > > mozilla[-devel]-gtk2 Makefile, and removing the WITHOUT_XFT line. I > > > > > have no idea if this will work, but it something to try. > > > > > > > > > > Also, does Mozilla run okay? > > > > > > > > > > > > > i did also install mozilla-gtk2 today and i wasn't able to run > > > > it. if i started mozilla with -d i got in one second 1640 > > > > lines with "shift: can't shift that many". > > > > > > > > also seen only one time with top: mozilla-bin has grown up to > > > > over 100MB in memory before it core dumps. > > > > > > > > maybe that helps. > > > > > > Not really. The shift thing is known. If you specify -g instead, that > > > should work. Again, try rebuilding with Xft support _enabled_ (since > > > you're testing the Xft enabled GTK), and let me know if that helps. > > > Thanks. > > > > > > > year! mozilla is now running. maybe the same is possible > > with galeon2? > > > > galeon dies with this message (from gdb): > > Program received signal SIGSEGV, Segmentation fault. > > 0x28f443e8 in poolDestroy () from /usr/local/lib/libexpat.so.4 > > > > i've previously installed galeon2 with with debuging-symbols turned > > on. did you need the back trace? > > Assuming you haven't messed your fontconfig up again ;-), yeah, the back > trace would be nice. > > Joe no, no, no ... i've changed nothing! ;-) attached the back trace. franz. -- --=-XfN4PY705k0Y8LXLWKKj Content-Disposition: attachment; filename=galeon2_bt.txt Content-Type: text/plain; name=galeon2_bt.txt; charset=ISO8859-1 Content-Transfer-Encoding: 7bit Script started on Wed Jan 22 00:27:49 2003 GNU gdb 5.2.1 (FreeBSD) Copyright 2002 Free Software Foundation, Inc. GDB is free software, covered by the GNU General Public License, and you are welcome to change it and/or distribute copies of it under certain conditions. Type "show copying" to see the conditions. There is absolutely no warranty for GDB. Type "show warranty" for details. This GDB was configured as "i386-undermydesk-freebsd"... (gdb) run Starting program: /usr/X11R6/bin/galeon-bin trying to load bookmarks from /home/klammer/.galeon/bookmarks.xbel ** (galeon-bin:36857): WARNING **: I could not load the bookmarks file, will load the default bookmarks. Detected version of bookmarks file: galeon2 Program received signal SIGSEGV, Segmentation fault. 0x28ef13e8 in poolDestroy () from /usr/local/lib/libexpat.so.4 (gdb) bt #0 0x28ef13e8 in poolDestroy () from /usr/local/lib/libexpat.so.4 #1 0x28ef0893 in dtdDestroy () from /usr/local/lib/libexpat.so.4 #2 0x28ee9a37 in XML_ParserFree () from /usr/local/lib/libexpat.so.4 #3 0x2993268c in nsExpatDriver::~nsExpatDriver() () from /usr/X11R6/lib/mozilla-gtk2/components/libhtmlpars.so #4 0x299321ca in nsExpatDriver::Release() () from /usr/X11R6/lib/mozilla-gtk2/components/libhtmlpars.so #5 0x29951d98 in CParserContext::~CParserContext() () from /usr/X11R6/lib/mozilla-gtk2/components/libhtmlpars.so #6 0x2994c6b9 in nsParser::~nsParser() () from /usr/X11R6/lib/mozilla-gtk2/components/libhtmlpars.so #7 0x2994c767 in nsParser::Release() () from /usr/X11R6/lib/mozilla-gtk2/components/libhtmlpars.so #8 0x283750be in nsCOMPtr_base::assign_with_AddRef(nsISupports*) () from /usr/X11R6/lib/mozilla-gtk2/libxpcom.so #9 0x29731cbb in RDFXMLDataSourceImpl::OnStopRequest(nsIRequest*, nsISupports*, unsigned) () from /usr/X11R6/lib/mozilla-gtk2/components/librdf.so #10 0x29730a77 in RDFXMLDataSourceImpl::BlockingParse(nsIURI*, nsIStreamListener*) () from /usr/X11R6/lib/mozilla-gtk2/components/librdf.so #11 0x297316ac in RDFXMLDataSourceImpl::Refresh(int) () from /usr/X11R6/lib/mozilla-gtk2/components/librdf.so #12 0x298f5dc0 in nsChromeRegistry::LoadDataSource(nsACString const&, nsIRDFDataSource**, int, char const*) () from /usr/X11R6/lib/mozilla-gtk2/components/libchrome.so #13 0x298ff33e in nsChromeRegistry::AddToCompositeDataSource(int) () from /usr/X11R6/lib/mozilla-gtk2/components/libchrome.so #14 0x299000a7 in nsChromeRegistry::LoadInstallDataSource() () from /usr/X11R6/lib/mozilla-gtk2/components/libchrome.so #15 0x29900a18 in nsChromeRegistry::CheckForNewChrome() () from /usr/X11R6/lib/mozilla-gtk2/components/libchrome.so #16 0x298f24e3 in nsChromeRegistry::Init() () from /usr/X11R6/lib/mozilla-gtk2/components/libchrome.so #17 0x298f09bf in _init () from /usr/X11R6/lib/mozilla-gtk2/components/libchrome.so #18 0x28375bb7 in nsGenericFactory::CreateInstance(nsISupports*, nsID const&, void**) () from /usr/X11R6/lib/mozilla-gtk2/libxpcom.so #19 0x2832b939 in nsComponentManagerImpl::CreateInstanceByContractID(char const*, nsISupports*, nsID const&, void**) () from /usr/X11R6/lib/mozilla-gtk2/libxpcom.so #20 0x2832c5ad in nsComponentManagerImpl::GetServiceByContractID(char const*, nsID const&, void**) () from /usr/X11R6/lib/mozilla-gtk2/libxpcom.so #21 0x28377501 in nsGetServiceByContractID::operator()(nsID const&, void**) const () from /usr/X11R6/lib/mozilla-gtk2/libxpcom.so #22 0x283750f4 in nsCOMPtr_base::assign_from_helper(nsCOMPtr_helper const&, nsID const&) () from /usr/X11R6/lib/mozilla-gtk2/libxpcom.so #23 0x299053eb in nsChromeProtocolHandler::NewChannel(nsIURI*, nsIChannel**) () from /usr/X11R6/lib/mozilla-gtk2/components/libchrome.so #24 0x2912a9fa in nsIOService::NewChannelFromURI(nsIURI*, nsIChannel**) () from /usr/X11R6/lib/mozilla-gtk2/components/libnecko.so ---Type to continue, or q to quit--- #25 0x2976a826 in NS_NewChannel(nsIChannel**, nsIURI*, nsIIOService*, nsILoadGroup*, nsIInterfaceRequestor*, unsigned) () from /usr/X11R6/lib/mozilla-gtk2/components/libi18n.so #26 0x29767bf2 in nsStringBundle::LoadProperties() () from /usr/X11R6/lib/mozilla-gtk2/components/libi18n.so #27 0x29768335 in nsStringBundle::GetStringFromName(unsigned short const*, unsigned short**) () from /usr/X11R6/lib/mozilla-gtk2/components/libi18n.so #28 0x29768fc9 in nsExtensibleStringBundle::GetStringFromName(unsigned short const*, unsigned short**) () from /usr/X11R6/lib/mozilla-gtk2/components/libi18n.so #29 0x29823d68 in nsCharsetConverterManager::GetBundleValue(nsIStringBundle*, nsIAtom const*, nsAFlatString const&, unsigned short**) () from /usr/X11R6/lib/mozilla-gtk2/components/libuconv.so #30 0x29824f21 in nsCharsetConverterManager::GetCharsetTitle(nsIAtom const*, unsigned short**) () from /usr/X11R6/lib/mozilla-gtk2/components/libuconv.so #31 0x29824f9f in nsCharsetConverterManager::GetCharsetTitle2(nsIAtom const*, nsString*) () from /usr/X11R6/lib/mozilla-gtk2/components/libuconv.so #32 0x080b756c in fill_charsets_lists (priv=0x81b67e0) at mozilla-embed-shell.cpp:693 #33 0x080b782f in ensure_charsets_tables (shell=0x81b7860) at mozilla-embed-shell.cpp:737 #34 0x080b7884 in impl_get_charset_titles (shell=0x81b7860, group=0x813f900 "Arabic", charsets=0xbfbff46c) at mozilla-embed-shell.cpp:751 #35 0x080a6c8a in galeon_embed_shell_get_charset_titles (shell=0x81b7860, group=0x813f900 "Arabic", charsets=0xbfbff46c) at galeon-embed-shell.c:298 #36 0x080aa1ab in galeon_embed_utils_build_charsets_submenu (ui_component=0x82b9a40, path=0x81357c0 "/menu/View/EncodingMenuPlaceholder", fn=0x80968a0 , data=0x82c0a00) at galeon-embed-utils.c:259 #37 0x0808f2f3 in galeon_window_init (window=0x82c0a00) at galeon-window.c:650 #38 0x28c65beb in g_type_create_instance () from /usr/local/lib/libgobject-2.0.so.200 #39 0x28c52ce5 in g_object_constructor () from /usr/local/lib/libgobject-2.0.so.200 #40 0x28c526fc in g_object_newv () from /usr/local/lib/libgobject-2.0.so.200 #41 0x28c52c61 in g_object_new_valist () from /usr/local/lib/libgobject-2.0.so.200 #42 0x28c524bd in g_object_new () from /usr/local/lib/libgobject-2.0.so.200 #43 0x0808f8d3 in galeon_window_new () at galeon-window.c:783 #44 0x0808a8b4 in galeon_shell_new_tab (shell=0x81b6610, parent_window=0x0, previous_tab=0x0, url=0x0, flags=GALEON_NEW_TAB_HOMEPAGE) at galeon-shell.c:469 #45 0x08089a85 in impl_galeon_automation_loadurl (_servant=0x8247e14, url=0x8133786 "", geometry=0x8133786 "", fullscreen=0 '\0', open_in_existing_tab=0 '\0', open_in_new_window=0 '\0', open_in_new_tab=0 '\0', raise=1 '\001', ev=0x81627f0) at galeon-automation.c:138 #46 0x08085193 in GNOME_GaleonAutomation_loadurl (_obj=0x8247e80, url=0x8133786 "", geometry=0x8133786 "", fullscreen=0 '\0', open_in_existing_tab=0 '\0', open_in_new_tab=0 '\0', open_in_new_window=0 '\0', raise=1 '\001', ---Type to continue, or q to quit--- ev=0x81627f0) at GaleonAutomation-stubs.c:30 #47 0x08089572 in galeon_main_start (data=0x0) at galeon-main.c:222 #48 0x28ca3a23 in g_idle_dispatch () from /usr/local/lib/libglib-2.0.so.200 #49 0x28ca0f85 in g_main_dispatch () from /usr/local/lib/libglib-2.0.so.200 #50 0x28ca1e58 in g_main_context_dispatch () from /usr/local/lib/libglib-2.0.so.200 #51 0x28ca216d in g_main_context_iterate () from /usr/local/lib/libglib-2.0.so.200 #52 0x28ca286f in g_main_loop_run () from /usr/local/lib/libglib-2.0.so.200 #53 0x285a6738 in bonobo_main () from /usr/local/lib/libbonobo-2.so.0 #54 0x08089383 in main (argc=1, argv=0xbfbff9dc) at galeon-main.c:158 #55 0x08084fd5 in _start () (gdb) The program is running. Exit anyway? (y or n) y Script done on Wed Jan 22 00:28:20 2003 --=-XfN4PY705k0Y8LXLWKKj-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-gnome" in the body of the message From owner-freebsd-gnome Wed Jan 22 1:41:16 2003 Delivered-To: freebsd-gnome@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B6CEA37B401 for ; Wed, 22 Jan 2003 01:41:14 -0800 (PST) Received: from httpd.terions.de (static62-99-146-055.adsl.inode.at [62.99.146.55]) by mx1.FreeBSD.org (Postfix) with SMTP id E56A543F3F for ; Wed, 22 Jan 2003 01:41:05 -0800 (PST) (envelope-from martin.klaffenboeck@gmx.at) Received: (qmail 898 invoked from network); 22 Jan 2003 09:41:05 -0000 Received: from unknown (HELO martin.kleinerdrache.org) (127.0.0.1) by loopback with SMTP; 22 Jan 2003 09:41:05 -0000 Date: Wed, 22 Jan 2003 10:41:04 +0100 From: Martin Klaffenboeck To: Joe Marcus Clarke Cc: Martin Klaffenboeck , FreeBSD GNOME Users Subject: Re: galeon2 (1.3.1) fails here Message-ID: <20030122094104.GA677@martin.kdrache.org> References: <20030121200004.GA85144@martin.kdrache.org> <1043182140.341.43.camel@gyros> <20030121214118.GE85144@martin.kdrache.org> <1043185881.61589.12.camel@gyros> Mime-Version: 1.0 Content-Type: text/plain; format=flowed; charset=ISO-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <1043185881.61589.12.camel@gyros>; from marcus@marcuscom.com on Di, Jan 21, 2003 at 22:51:21 +0100 X-Mailer: Balsa 2.0.4 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 Am 2003.01.21 22:51 schrieb(en) Joe Marcus Clarke: > On Tue, 2003-01-21 at 16:41, Martin Klaffenboeck wrote: > > Am 2003.01.21 21:49 schrieb(en) Joe Marcus Clarke: > > > On Tue, 2003-01-21 at 15:40, Martin Klaffenboeck wrote: > > > > Am 2003.01.21 21:35 schrieb(en) Joe Marcus Clarke: > > > > > On Tue, 2003-01-21 at 15:00, Martin Klaffenboeck wrote: > > > > > > Hello, > > > > > > > > > > > > I was deinstalling all of the mozilla ports and galeon (and > > > > > phoenix). > > > > > > > > > > > > Now I simply tried (after make update ; marcusmerge -u) to > use > > > > > > 'portinstall galeon2'. > > > > > > > > > > > > As a result I found: > > > > > > > > > > > > martin# pkg_info | grep mozilla > > > > > > mozilla-1.2.1 The open source, standards compliant web > > > browser > > > > > > mozilla-headers-1.2b_3,1 Header files for mozilla > communicator > > > > > > web-surfboard > > > > > > > > > > > > There are wrong headers installed for mozilla - or doesn't > that > > > > > matter? > > > > > > > > > > This is bad. Fix this. > > > > > > > > How do I fix that? Now I deinstalled mozilla-headers-1.2b_3,1 > and > > > > installed from /usr/ports/www/mozilla-headers with make install. > > > But > > > > the galeon2 thing didn't change. > > > > > > I know. I thought I had fixed the -Werror problem in galeon > 1.3.1, > > > but > > > I was mistaken. I just committed a patch that should take care of > it, > > > though. > > > > Is installes now correct. But I get a core dump on startup. Should > I > > now rebuild with debugging symbols and send a Bug Buddy pr ? > > You're going to hate me for this, but try one thing first. Rebuild > Mozilla _with_ GTK2 _and_ Xft support. This will require editing your > mozilla[-devel]-gtk2 Makefile, and removing the WITHOUT_XFT line. I > have no idea if this will work, but it something to try. > > Also, does Mozilla run okay? My mozilla runns quite okay at the moment. I'll try to recompile Xft now using the mozilla-gkt2 port. Martin To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-gnome" in the body of the message From owner-freebsd-gnome Wed Jan 22 3:50:27 2003 Delivered-To: freebsd-gnome@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B8E5B37B401 for ; Wed, 22 Jan 2003 03:50:26 -0800 (PST) Received: from httpd.terions.de (static62-99-146-055.adsl.inode.at [62.99.146.55]) by mx1.FreeBSD.org (Postfix) with SMTP id B934243F18 for ; Wed, 22 Jan 2003 03:50:24 -0800 (PST) (envelope-from martin.klaffenboeck@gmx.at) Received: (qmail 11493 invoked from network); 22 Jan 2003 11:50:24 -0000 Received: from unknown (HELO martin.kleinerdrache.org) (127.0.0.1) by loopback with SMTP; 22 Jan 2003 11:50:24 -0000 Date: Wed, 22 Jan 2003 12:50:23 +0100 From: Martin Klaffenboeck To: Martin Klaffenboeck Cc: Joe Marcus Clarke , Martin Klaffenboeck , FreeBSD GNOME Users Subject: Re: galeon2 (1.3.1) fails here Message-ID: <20030122115023.GC677@martin.kdrache.org> References: <20030121200004.GA85144@martin.kdrache.org> <1043182140.341.43.camel@gyros> <20030121214118.GE85144@martin.kdrache.org> <1043185881.61589.12.camel@gyros> <20030122094104.GA677@martin.kdrache.org> Mime-Version: 1.0 Content-Type: text/plain; format=flowed; charset=ISO-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <20030122094104.GA677@martin.kdrache.org>; from martin.klaffenboeck@gmx.at on Mi, Jan 22, 2003 at 10:41:04 +0100 X-Mailer: Balsa 2.0.4 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 Am 2003.01.22 10:41 schrieb(en) Martin Klaffenboeck: > Am 2003.01.21 22:51 schrieb(en) Joe Marcus Clarke: >> You're going to hate me for this, but try one thing first. Rebuild >> Mozilla _with_ GTK2 _and_ Xft support. This will require editing >> your >> mozilla[-devel]-gtk2 Makefile, and removing the WITHOUT_XFT line. I >> have no idea if this will work, but it something to try. >> >> Also, does Mozilla run okay? > > My mozilla runns quite okay at the moment. I'll try to recompile Xft > now using the mozilla-gkt2 port. Now I rebuilt with Xft by deleting the Line in the mozilla-gtk2's Makefile. Mozilla works fine. galeon2 didn't run, so re rebuilt it but it crashes like before. What next? My BT to bugzilla? Martin To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-gnome" in the body of the message From owner-freebsd-gnome Wed Jan 22 6: 0:38 2003 Delivered-To: freebsd-gnome@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 510B537B401 for ; Wed, 22 Jan 2003 06:00:36 -0800 (PST) Received: from dns.tennesseeanytime.org (dns.tennesseeanytime.org [68.152.41.40]) by mx1.FreeBSD.org (Postfix) with SMTP id 8467443EB2 for ; Wed, 22 Jan 2003 06:00:30 -0800 (PST) (envelope-from andy@leonidae.org) Received: (qmail 25616 invoked from network); 22 Jan 2003 14:11:02 -0000 Received: from unknown (HELO moria.tennesseeanytime.org) (172.16.8.13) by 0 with SMTP; 22 Jan 2003 14:11:02 -0000 Received: from andy.tennesseeanytime.org ([172.16.8.19]) by moria.tennesseeanytime.org with SMTP (Microsoft Exchange Internet Mail Service Version 5.5.2653.13) id DAVVL2CK; Wed, 22 Jan 2003 08:00:47 -0600 Subject: MrProject port... From: Andy Akins To: gnome@freebsd.org Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="=-x/7GH7FDeMCYL70jcm27" X-Mailer: Ximian Evolution 1.0.3 (1.0.3-6) Date: 22 Jan 2003 07:56:21 -0600 Message-Id: <1043243781.23083.8.camel@andy.tennesseeanytime.org> 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 --=-x/7GH7FDeMCYL70jcm27 Content-Type: text/plain Content-Transfer-Encoding: quoted-printable Hello everyone. Just a little background...I'm fairly new to FreeBSD (although been with Linux for several years) and even newer to Gnome. So I guess this is a newbie question/comment... I am interested in using the MrProject program. I've installed the current port, which is version 0.5.1. However, just today, Mr. Project 0.8 was released. I'd love to be able to run that version. Now I am a big advocate of the open source methodology - if you have a itch, scratch it. So I am willing to expend some energy to either work on upgrading this port or assisting anyone who is already working on it. But here's where my newbie-ness kicks in. Even though I am a programmer by trade (Java), I have little-or-no experience with FreeBSD, the ports system (programming for), or coding for Gnome. So I was wondering if anyone had any advice. Is anyone working on Mr. Project for FreeBSD? If so, do we have an ETA for an update? And if no one is actively working on it...can anyone point a good general programmer but Gnome/Ports newbie to the relevant docs/help to perhaps work on this? Or am I getting in over my head? Thanks for any input... --=20 +----------------------------------+----------------------------------+ | Andy Akins | email: andy@leonidae.org | | | web: http://www.leonidae.org | +----------------------------------+----------------------------------+ | public key available at: http://pgp.mit.edu/ as andy@leonidae.org | | GPG-FP: 7531 26C0 EB2D 4A0E DFD2 E250 D4FD FF2C 26EB 457A | +---------------------------------------------------------------------+ --=-x/7GH7FDeMCYL70jcm27 Content-Type: application/pgp-signature; name=signature.asc Content-Description: This is a digitally signed message part -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.6 (GNU/Linux) Comment: For info see http://www.gnupg.org iD8DBQA+LqMF1P3/LCbrRXoRAqELAJ9+XL2gGCAs0++5c4/YMddx6jJz/ACfd9du DUE56et60Cs1H8C8b2aVKbA= =VT08 -----END PGP SIGNATURE----- --=-x/7GH7FDeMCYL70jcm27-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-gnome" in the body of the message From owner-freebsd-gnome Wed Jan 22 8:26:23 2003 Delivered-To: freebsd-gnome@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D012637B405 for ; Wed, 22 Jan 2003 08:26:21 -0800 (PST) Received: from hunnerberg.nijmegen.internl.net (hunnerberg.nijmegen.internl.net [217.149.192.32]) by mx1.FreeBSD.org (Postfix) with ESMTP id E234D43F18 for ; Wed, 22 Jan 2003 08:26:18 -0800 (PST) (envelope-from gkoller@kollerie.com) Received: from kollerie.com by hunnerberg.nijmegen.internl.net via 148-198.bbned.dsl.internl.net [217.149.198.148] with ESMTP for id h0MGQ8w9017728 (8.12.5/1.23); Wed, 22 Jan 2003 17:26:10 +0100 (MET) Received: from kollerie.com (localhost [127.0.0.1]) by kollerie.com (8.12.3/8.12.3) with ESMTP id h0MGRmPo059688 for ; Wed, 22 Jan 2003 17:27:48 +0100 (CET) (envelope-from gkoller@kollerie.com) Received: (from gkoller@localhost) by kollerie.com (8.12.3/8.12.3/Submit) id h0MGRmpK059687 for freebsd-gnome@freebsd.org; Wed, 22 Jan 2003 17:27:48 +0100 (CET) Date: Wed, 22 Jan 2003 17:27:47 +0100 From: Guido Kollerie To: freebsd-gnome@freebsd.org Subject: 5.0-R && Mozilla 1.2.1 && CPUTYPE?=p4 Message-ID: <20030122162747.GA59675@kollerie.com> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="Dxnq1zWXvFF0Q93v" Content-Disposition: inline User-Agent: Mutt/1.5.3i 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 --Dxnq1zWXvFF0Q93v Content-Type: text/plain; charset=us-ascii Content-Disposition: inline FYI, Building Mozilla 1.2.1 on 5.0-RELEASE with CPUTYPE?= set to p4 in /etc/make.conf results in a build error. Commenting out CPUTYPE?=p4 allows Mozilla 1.2.1 to build successfully. The build error: cc -o jsdhash.o -c -DOSTYPE=\"FreeBSD5\" -DOSARCH=\"FreeBSD\" -DOJI -DEXPORT_JS_API -DJS_USE_SAFE_ARENA -I../../dist/include/js -I../../dist/include -I/usr/ports/www/mozilla/work/mozilla/dist/include/nspr -I/usr/local/include -I/usr/local/include -I/usr/local/include -I. -I/usr/X11R6/include -fPIC -I/usr/X11R6/include -I/usr/X11R6/include -Wall -W -Wno-unused -Wpointer-arith -Wcast-align -Wno-long-long -O -pipe -march=pentium4 -pipe -DNDEBUG -DTRIMMED -ffunction-sections -I/usr/X11R6/include -I/usr/X11R6/include -include ../../mozilla-config.h -DMOZILLA_CLIENT jsdhash.c jsdtoa.c cc -o jsdtoa.o -c -DOSTYPE=\"FreeBSD5\" -DOSARCH=\"FreeBSD\" -DOJI -DEXPORT_JS_API -DJS_USE_SAFE_ARENA -I../../dist/include/js -I../../dist/include -I/usr/ports/www/mozilla/work/mozilla/dist/include/nspr -I/usr/local/include -I/usr/local/include -I/usr/local/include -I. -I/usr/X11R6/include -fPIC -I/usr/X11R6/include -I/usr/X11R6/include -Wall -W -Wno-unused -Wpointer-arith -Wcast-align -Wno-long-long -O -pipe -march=pentium4 -pipe -DNDEBUG -DTRIMMED -ffunction-sections -I/usr/X11R6/include -I/usr/X11R6/include -include ../../mozilla-config.h -DMOZILLA_CLIENT jsdtoa.c jsdtoa.c: In function `mult': jsdtoa.c:696: warning: suggest parentheses around arithmetic in operand of | jsdtoa.c:709: warning: suggest parentheses around arithmetic in operand of | jsdtoa.c: In function `diff': jsdtoa.c:966: warning: suggest parentheses around arithmetic in operand of | jsdtoa.c:974: warning: suggest parentheses around arithmetic in operand of | jsdtoa.c: In function `ulp': jsdtoa.c:987: warning: `a' might be used uninitialized in this function jsdtoa.c: In function `b2d': jsdtoa.c:1018: warning: `d' might be used uninitialized in this function jsdtoa.c: In function `JS_strtod': jsdtoa.c:1239: warning: `rv0' might be used uninitialized in this function jsdtoa.c:1874: unable to find a register to spill in class `AREG' jsdtoa.c:1874: this is the insn: (insn 1797 1796 1798 (set (reg:CCNO 17 flags) (compare:CCNO (and:SI (subreg:SI (reg/v:DI 21 rxmm0 [251]) 0) (const_int 1 [0x1])) (const_int 0 [0x0]))) 281 {testsi_1} (insn_list 1793 (nil)) (expr_list:REG_DEAD (reg/v:DI 21 rxmm0 [251]) (nil))) jsdtoa.c:1874: confused by earlier errors, bailing out gmake[3]: *** [jsdtoa.o] Error 1 gmake[3]: Leaving directory `/usr/ports/www/mozilla/work/mozilla/js/src' gmake[2]: *** [libs] Error 2 gmake[2]: Leaving directory `/usr/ports/www/mozilla/work/mozilla/js' gmake[1]: *** [tier_2] Error 2 gmake[1]: Leaving directory `/usr/ports/www/mozilla/work/mozilla' gmake: *** [default] Error 2 *** Error code 2 Stop in /usr/ports/www/mozilla. --Dxnq1zWXvFF0Q93v Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.1 (FreeBSD) iEYEARECAAYFAj4uxoMACgkQC7vo05+GQSz4lgCgiU5NabFHsfiOgH9brGGJNDHX R9cAnRJuGA8bYEbfNmhwVGTf09xewcFf =4P1g -----END PGP SIGNATURE----- --Dxnq1zWXvFF0Q93v-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-gnome" in the body of the message From owner-freebsd-gnome Wed Jan 22 8:44:26 2003 Delivered-To: freebsd-gnome@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4A7F037B401; Wed, 22 Jan 2003 08:44:24 -0800 (PST) Received: from yertle.kciLink.com (yertle.kcilink.com [216.194.193.105]) by mx1.FreeBSD.org (Postfix) with ESMTP id D901F43E4A; Wed, 22 Jan 2003 08:44:23 -0800 (PST) (envelope-from khera@kciLink.com) Received: from onceler.kciLink.com (onceler.kciLink.com [216.194.193.106]) by yertle.kciLink.com (Postfix) with ESMTP id 3F191217B3; Wed, 22 Jan 2003 11:44:18 -0500 (EST) Received: by onceler.kciLink.com (Postfix, from userid 100) id 1D1793D17; Wed, 22 Jan 2003 11:44:18 -0500 (EST) To: FreeBSD-gnats-submit@freebsd.org Subject: mozilla-devel calendar checksum error From: Vivek Khera Reply-To: Vivek Khera Cc: gnome@FreeBSD.org X-send-pr-version: 3.113 X-GNATS-Notify: Message-Id: <20030122164418.1D1793D17@onceler.kciLink.com> Date: Wed, 22 Jan 2003 11:44:18 -0500 (EST) 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: Vivek Khera >Organization: >Confidential: no >Synopsis: mozilla-devel calendar checksum error >Severity: serious >Priority: high >Category: ports >Class: sw-bug >Release: FreeBSD 4.7-STABLE i386 >Environment: System: FreeBSD onceler.kciLink.com 4.7-STABLE FreeBSD 4.7-STABLE #5: Fri Nov 22 11:32:12 EST 2002 khera@onceler.kciLink.com:/amd/yertle/u/yertle2/usr.obj/amd/onceler/u/onceler1/usr/src/sys/ONCELER i386 ports updated 22-JAN-03 09:46 EST. >Description: mozilla-devel checksum for the calendar tar file doesn't match that of the files downloaded from either ftp.tw.freebsd.org and ftp2.freebsd.org. >How-To-Repeat: [root@onceler]# cd /usr/ports/www/mozilla-devel [root@onceler]# make checksum >> Checksum OK for mozilla-source-1.3a.tar.gz. >> Checksum OK for libart_lgpl-1.3a.tar.gz. [root@onceler]# make -DWITH_CALENDAR checksum Calendar is still beta software. Use at your own risk. http://mozilla.org/projects/calendar/ >> Checksum OK for mozilla-source-1.3a.tar.gz. >> Checksum OK for libart_lgpl-1.3a.tar.gz. >> Checksum mismatch for mozilla-calendar-1.3a.tar.gz. Make sure the Makefile and distinfo file (/u/onceler1/usr/ports/www/mozilla-devel/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 /u/onceler1/usr/ports/www/mozilla-devel. [root@onceler]# m distinfo MD5 (mozilla-source-1.3a.tar.gz) = 3f5d70a6db244735ac5fe8861fce048f MD5 (libart_lgpl-1.3a.tar.gz) = db14696f2bf83333f2020fa87fbe630c MD5 (mozilla-calendar-1.3a.tar.gz) = e8f72f5feecc88e38a5ca7efe5de0cbd [root@onceler]# md5 /usr/ports/distfiles/mozilla-calendar-1.3a.tar.gz MD5 (/usr/ports/distfiles/mozilla-calendar-1.3a.tar.gz) = 01446f103f678ea7031a8fb0c72d49ab [root@onceler]# gzip -t !$ gzip -t /usr/ports/distfiles/mozilla-calendar-1.3a.tar.gz /usr/ports/distfiles/mozilla-calendar-1.3a.tar.gz: OK The file self-checks ok according to gzip... >Fix: Ignore checksum error or build without calendar. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-gnome" in the body of the message From owner-freebsd-gnome Wed Jan 22 8:51:43 2003 Delivered-To: freebsd-gnome@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 175A637B401 for ; Wed, 22 Jan 2003 08:51:42 -0800 (PST) Received: from creme-brulee.marcuscom.com (rdu57-17-158.nc.rr.com [66.57.17.158]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1223F43E4A for ; Wed, 22 Jan 2003 08:51:41 -0800 (PST) (envelope-from marcus@marcuscom.com) Received: from [10.2.1.4] (vpn-client-4.marcuscom.com [10.2.1.4]) by creme-brulee.marcuscom.com (8.12.6/8.12.6) with ESMTP id h0MGoKDx012524; Wed, 22 Jan 2003 11:50:20 -0500 (EST) (envelope-from marcus@marcuscom.com) Subject: Re: mozilla 1.2.1 and java From: Joe Marcus Clarke To: Ryngold Softhome Cc: FreeBSD GNOME Users In-Reply-To: <20030121233901.62be4bca.ryngold@softhome.net> References: <20030121233901.62be4bca.ryngold@softhome.net> Content-Type: text/plain Organization: MarcusCom, Inc. Message-Id: <1043254278.339.1.camel@gyros> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.2.1 Date: 22 Jan 2003 11:51:18 -0500 Content-Transfer-Encoding: 7bit X-Spam-Status: No, hits=-2.3 required=5.0 tests=AWL,IN_REP_TO,NOSPAM_INC,QUOTED_EMAIL_TEXT,REFERENCES, SPAM_PHRASE_00_01,SUPERLONG_LINE,TO_BE_REMOVED_REPLY version=2.43 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, 2003-01-21 at 18:39, Ryngold Softhome wrote: > Hello, > > I just upgraded Mozilla (1.1 to 1.2.1). In the 1.1, I had all the plugins working (java, plugger, and Shockwave). After upgrading via portupgrade (WITH_GTK2=yes), all plugins except java loaded fine. The results are the same for both of my 4.7-STABLE and 5.0-RELEASE computers. I tried symlinking (ln -sf), then just copying (cp). Same results. > > This is the text output of when I loaded the 1.2.1: Works fine for me at home on 4.7-STABLE, though this thing has been reported before. You might try searching the mailing list archives or reinstalling java/jdk13. Joe > > _______________________________________________________________________ > > www% mozilla > No running window found. > LoadPlugin: failed to initialize shared library /usr/local/jdk1.3.1/jre/plugin/i386/ns600/libjavaplugin_oji.so [/usr/local/jdk1.3.1/jre/plugin/i386/ns600/libjavaplugin_oji.so: Undefined symbol "gdk_input_add"] > LoadPlugin: failed to initialize shared library /usr/X11R6/lib/mozilla/plugins/libjavaplugin_oji.so [Cannot open "/usr/X11R6/lib/mozilla/plugins/libjavaplugin_oji.so"] > ________________________________________________________________________ > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-gnome" in the body of the message -- PGP Key : http://www.marcuscom.com/pgp.asc To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-gnome" in the body of the message From owner-freebsd-gnome Wed Jan 22 8:51:58 2003 Delivered-To: freebsd-gnome@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3355B37B401 for ; Wed, 22 Jan 2003 08:51:57 -0800 (PST) Received: from creme-brulee.marcuscom.com (rdu57-17-158.nc.rr.com [66.57.17.158]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6201043F13 for ; Wed, 22 Jan 2003 08:51:56 -0800 (PST) (envelope-from marcus@marcuscom.com) Received: from [10.2.1.4] (vpn-client-4.marcuscom.com [10.2.1.4]) by creme-brulee.marcuscom.com (8.12.6/8.12.6) with ESMTP id h0MGoXDx012535; Wed, 22 Jan 2003 11:50:34 -0500 (EST) (envelope-from marcus@marcuscom.com) Subject: Re: Another www/mozilla-devel patch From: Joe Marcus Clarke To: jos@catnook.com Cc: FreeBSD GNOME Users In-Reply-To: <20030122074658.GA76678@lizzy.catnook.com> References: <20030122074658.GA76678@lizzy.catnook.com> Content-Type: text/plain Organization: MarcusCom, Inc. Message-Id: <1043254292.339.3.camel@gyros> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.2.1 Date: 22 Jan 2003 11:51:32 -0500 Content-Transfer-Encoding: 7bit X-Spam-Status: No, hits=-2.5 required=5.0 tests=AWL,IN_REP_TO,NOSPAM_INC,QUOTED_EMAIL_TEXT,REFERENCES, SPAM_PHRASE_00_01 version=2.43 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, 2003-01-22 at 02:46, Jos Backus wrote: > Looks like mozilla/gfx/src/gtk/nsDeviceContextGTK.cpp also needs the > s|X11/Xft/Xft\.h|X11/Xft/Xft2.h|g post-patch treatment. Thanks, I'll take a look. Joe -- PGP Key : http://www.marcuscom.com/pgp.asc To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-gnome" in the body of the message From owner-freebsd-gnome Wed Jan 22 8:52:38 2003 Delivered-To: freebsd-gnome@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C2CF037B401 for ; Wed, 22 Jan 2003 08:52:36 -0800 (PST) Received: from creme-brulee.marcuscom.com (rdu57-17-158.nc.rr.com [66.57.17.158]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1808743F13 for ; Wed, 22 Jan 2003 08:52:36 -0800 (PST) (envelope-from marcus@marcuscom.com) Received: from [10.2.1.4] (vpn-client-4.marcuscom.com [10.2.1.4]) by creme-brulee.marcuscom.com (8.12.6/8.12.6) with ESMTP id h0MGpFDx012551; Wed, 22 Jan 2003 11:51:15 -0500 (EST) (envelope-from marcus@marcuscom.com) Subject: Re: 5.0-R && Mozilla 1.2.1 && CPUTYPE?=p4 From: Joe Marcus Clarke To: Guido Kollerie Cc: freebsd-gnome@FreeBSD.ORG In-Reply-To: <20030122162747.GA59675@kollerie.com> References: <20030122162747.GA59675@kollerie.com> Content-Type: text/plain Organization: MarcusCom, Inc. Message-Id: <1043254333.339.5.camel@gyros> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.2.1 Date: 22 Jan 2003 11:52:13 -0500 Content-Transfer-Encoding: 7bit X-Spam-Status: No, hits=-2.5 required=5.0 tests=AWL,IN_REP_TO,NOSPAM_INC,QUOTED_EMAIL_TEXT,REFERENCES, SPAM_PHRASE_00_01,SUPERLONG_LINE version=2.43 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, 2003-01-22 at 11:27, Guido Kollerie wrote: > FYI, > > Building Mozilla 1.2.1 on 5.0-RELEASE with CPUTYPE?= set to p4 in > /etc/make.conf results in a build error. Commenting out CPUTYPE?=p4 > allows Mozilla 1.2.1 to build successfully. Yep. If you read the archives for freebsd-current@, you will see the p4 CPUTYPE is buggy, and should not be used. Joe > > The build error: > > cc -o jsdhash.o -c -DOSTYPE=\"FreeBSD5\" -DOSARCH=\"FreeBSD\" -DOJI -DEXPORT_JS_API -DJS_USE_SAFE_ARENA -I../../dist/include/js -I../../dist/include -I/usr/ports/www/mozilla/work/mozilla/dist/include/nspr -I/usr/local/include -I/usr/local/include -I/usr/local/include -I. -I/usr/X11R6/include -fPIC -I/usr/X11R6/include -I/usr/X11R6/include -Wall -W -Wno-unused -Wpointer-arith -Wcast-align -Wno-long-long -O -pipe -march=pentium4 -pipe -DNDEBUG -DTRIMMED -ffunction-sections -I/usr/X11R6/include -I/usr/X11R6/include -include ../../mozilla-config.h -DMOZILLA_CLIENT jsdhash.c > jsdtoa.c > cc -o jsdtoa.o -c -DOSTYPE=\"FreeBSD5\" -DOSARCH=\"FreeBSD\" -DOJI -DEXPORT_JS_API -DJS_USE_SAFE_ARENA -I../../dist/include/js -I../../dist/include -I/usr/ports/www/mozilla/work/mozilla/dist/include/nspr -I/usr/local/include -I/usr/local/include -I/usr/local/include -I. -I/usr/X11R6/include -fPIC -I/usr/X11R6/include -I/usr/X11R6/include -Wall -W -Wno-unused -Wpointer-arith -Wcast-align -Wno-long-long -O -pipe -march=pentium4 -pipe -DNDEBUG -DTRIMMED -ffunction-sections -I/usr/X11R6/include -I/usr/X11R6/include -include ../../mozilla-config.h -DMOZILLA_CLIENT jsdtoa.c > jsdtoa.c: In function `mult': > jsdtoa.c:696: warning: suggest parentheses around arithmetic in operand of | > jsdtoa.c:709: warning: suggest parentheses around arithmetic in operand of | > jsdtoa.c: In function `diff': > jsdtoa.c:966: warning: suggest parentheses around arithmetic in operand of | > jsdtoa.c:974: warning: suggest parentheses around arithmetic in operand of | > jsdtoa.c: In function `ulp': > jsdtoa.c:987: warning: `a' might be used uninitialized in this function > jsdtoa.c: In function `b2d': > jsdtoa.c:1018: warning: `d' might be used uninitialized in this function > jsdtoa.c: In function `JS_strtod': > jsdtoa.c:1239: warning: `rv0' might be used uninitialized in this function > jsdtoa.c:1874: unable to find a register to spill in class `AREG' > jsdtoa.c:1874: this is the insn: > (insn 1797 1796 1798 (set (reg:CCNO 17 flags) > (compare:CCNO (and:SI (subreg:SI (reg/v:DI 21 rxmm0 [251]) 0) > (const_int 1 [0x1])) > (const_int 0 [0x0]))) 281 {testsi_1} (insn_list 1793 (nil)) > (expr_list:REG_DEAD (reg/v:DI 21 rxmm0 [251]) > (nil))) > jsdtoa.c:1874: confused by earlier errors, bailing out > gmake[3]: *** [jsdtoa.o] Error 1 > gmake[3]: Leaving directory `/usr/ports/www/mozilla/work/mozilla/js/src' > gmake[2]: *** [libs] Error 2 > gmake[2]: Leaving directory `/usr/ports/www/mozilla/work/mozilla/js' > gmake[1]: *** [tier_2] Error 2 > gmake[1]: Leaving directory `/usr/ports/www/mozilla/work/mozilla' > gmake: *** [default] Error 2 > *** Error code 2 > > Stop in /usr/ports/www/mozilla. -- PGP Key : http://www.marcuscom.com/pgp.asc To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-gnome" in the body of the message From owner-freebsd-gnome Wed Jan 22 8:53:38 2003 Delivered-To: freebsd-gnome@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1DE6B37B401; Wed, 22 Jan 2003 08:53:38 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id A499743F13; Wed, 22 Jan 2003 08:53:37 -0800 (PST) (envelope-from marcus@FreeBSD.org) Received: from freefall.freebsd.org (marcus@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id h0MGrbNS046281; Wed, 22 Jan 2003 08:53:37 -0800 (PST) (envelope-from marcus@freefall.freebsd.org) Received: (from marcus@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id h0MGrbO9046277; Wed, 22 Jan 2003 08:53:37 -0800 (PST) Date: Wed, 22 Jan 2003 08:53:37 -0800 (PST) From: Joe Marcus Clarke Message-Id: <200301221653.h0MGrbO9046277@freefall.freebsd.org> To: marcus@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, gnome@FreeBSD.org Subject: Re: ports/47367: mozilla-devel calendar checksum error 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-devel calendar checksum error Responsible-Changed-From-To: freebsd-ports-bugs->gnome Responsible-Changed-By: marcus Responsible-Changed-When: Wed Jan 22 08:53:14 PST 2003 Responsible-Changed-Why: Over to maintainers. http://www.freebsd.org/cgi/query-pr.cgi?pr=47367 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-gnome" in the body of the message From owner-freebsd-gnome Wed Jan 22 8:54:46 2003 Delivered-To: freebsd-gnome@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1204E37B401; Wed, 22 Jan 2003 08:54:46 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id A9A5543EB2; Wed, 22 Jan 2003 08:54:45 -0800 (PST) (envelope-from marcus@FreeBSD.org) Received: from freefall.freebsd.org (marcus@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id h0MGsjNS046490; Wed, 22 Jan 2003 08:54:45 -0800 (PST) (envelope-from marcus@freefall.freebsd.org) Received: (from marcus@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id h0MGsjOR046486; Wed, 22 Jan 2003 08:54:45 -0800 (PST) Date: Wed, 22 Jan 2003 08:54:45 -0800 (PST) From: Joe Marcus Clarke Message-Id: <200301221654.h0MGsjOR046486@freefall.freebsd.org> To: khera@kciLink.com, marcus@FreeBSD.org, gnome@FreeBSD.org Subject: Re: ports/47367: mozilla-devel calendar checksum error 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-devel calendar checksum error State-Changed-From-To: open->closed State-Changed-By: marcus State-Changed-When: Wed Jan 22 08:53:40 PST 2003 State-Changed-Why: This is a known issue. You should read my latest commit message for www/mozilla-devel/distinfo. The new distfile has probably not propogated yet. This may all change again in the near future. http://www.freebsd.org/cgi/query-pr.cgi?pr=47367 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-gnome" in the body of the message From owner-freebsd-gnome Wed Jan 22 9:19:38 2003 Delivered-To: freebsd-gnome@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 032E737B401 for ; Wed, 22 Jan 2003 09:19:37 -0800 (PST) Received: from creme-brulee.marcuscom.com (rdu57-17-158.nc.rr.com [66.57.17.158]) by mx1.FreeBSD.org (Postfix) with ESMTP id 31D0243F3F for ; Wed, 22 Jan 2003 09:19:36 -0800 (PST) (envelope-from marcus@marcuscom.com) Received: from [10.2.1.4] (vpn-client-4.marcuscom.com [10.2.1.4]) by creme-brulee.marcuscom.com (8.12.6/8.12.6) with ESMTP id h0MHIFDx012792; Wed, 22 Jan 2003 12:18:15 -0500 (EST) (envelope-from marcus@marcuscom.com) Subject: Re: galeon2 (1.3.1) fails here From: Joe Marcus Clarke To: Martin Klaffenboeck Cc: FreeBSD GNOME Users In-Reply-To: <20030122115023.GC677@martin.kdrache.org> References: <20030121200004.GA85144@martin.kdrache.org> <1043182140.341.43.camel@gyros> <20030121214118.GE85144@martin.kdrache.org> <1043185881.61589.12.camel@gyros> <20030122094104.GA677@martin.kdrache.org> <20030122115023.GC677@martin.kdrache.org> Content-Type: text/plain Organization: MarcusCom, Inc. Message-Id: <1043255953.339.15.camel@gyros> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.2.1 Date: 22 Jan 2003 12:19:13 -0500 Content-Transfer-Encoding: 7bit X-Spam-Status: No, hits=-2.5 required=5.0 tests=AWL,IN_REP_TO,NOSPAM_INC,QUOTED_EMAIL_TEXT,REFERENCES, SPAM_PHRASE_00_01 version=2.43 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, 2003-01-22 at 06:50, Martin Klaffenboeck wrote: > Am 2003.01.22 10:41 schrieb(en) Martin Klaffenboeck: > > Am 2003.01.21 22:51 schrieb(en) Joe Marcus Clarke: > > >> You're going to hate me for this, but try one thing first. Rebuild > >> Mozilla _with_ GTK2 _and_ Xft support. This will require editing > >> your > >> mozilla[-devel]-gtk2 Makefile, and removing the WITHOUT_XFT line. I > >> have no idea if this will work, but it something to try. > >> > >> Also, does Mozilla run okay? > > > > My mozilla runns quite okay at the moment. I'll try to recompile Xft > > now using the mozilla-gkt2 port. > > Now I rebuilt with Xft by deleting the Line in the mozilla-gtk2's > Makefile. > > Mozilla works fine. > galeon2 didn't run, so re rebuilt it but it crashes like before. > > What next? > > My BT to bugzilla? Probably a good idea if you can't find a bug already. They will probably want a full stack trace with symbols (actually, so would I). Joe > > Martin -- PGP Key : http://www.marcuscom.com/pgp.asc To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-gnome" in the body of the message From owner-freebsd-gnome Wed Jan 22 9:20:47 2003 Delivered-To: freebsd-gnome@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 87B6837B401 for ; Wed, 22 Jan 2003 09:20:44 -0800 (PST) Received: from creme-brulee.marcuscom.com (rdu57-17-158.nc.rr.com [66.57.17.158]) by mx1.FreeBSD.org (Postfix) with ESMTP id 59F9443F1E for ; Wed, 22 Jan 2003 09:20:42 -0800 (PST) (envelope-from marcus@marcuscom.com) Received: from [10.2.1.4] (vpn-client-4.marcuscom.com [10.2.1.4]) by creme-brulee.marcuscom.com (8.12.6/8.12.6) with ESMTP id h0MHJHDx012829; Wed, 22 Jan 2003 12:19:18 -0500 (EST) (envelope-from marcus@marcuscom.com) Subject: Re: galeon2 (1.3.1) fails here From: Joe Marcus Clarke To: Franz Klammer Cc: Martin Klaffenboeck , FreeBSD GNOME Users In-Reply-To: <1043224052.549.4.camel@ds9.webonaut.com> References: <20030121200004.GA85144@martin.kdrache.org> <20030121204014.GC85144@martin.kdrache.org> <1043182140.341.43.camel@gyros> <20030121214118.GE85144@martin.kdrache.org> <1043185881.61589.12.camel@gyros> <1043187593.36540.19.camel@ds9.webonaut.com> <1043187590.61589.30.camel@gyros> <1043192088.36540.30.camel@ds9.webonaut.com> <20030121222935.U91406@shumai.marcuscom.com> <1043224052.549.4.camel@ds9.webonaut.com> Content-Type: text/plain Organization: MarcusCom, Inc. Message-Id: <1043256016.339.17.camel@gyros> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.2.1 Date: 22 Jan 2003 12:20:16 -0500 Content-Transfer-Encoding: 7bit X-Spam-Status: No, hits=-2.5 required=5.0 tests=AWL,IN_REP_TO,NOSPAM_INC,QUOTED_EMAIL_TEXT,REFERENCES, SPAM_PHRASE_02_03 version=2.43 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, 2003-01-22 at 03:27, Franz Klammer wrote: > Am Mi, 2003-01-22 um 04.30 schrieb Joe Marcus Clarke: > > On Tue, 22 Jan 2003, Franz Klammer wrote: > > > > > Am Di, 2003-01-21 um 23.19 schrieb Joe Marcus Clarke: > > > > On Tue, 2003-01-21 at 17:19, Franz Klammer wrote: > > > > > Am Di, 2003-01-21 um 22.51 schrieb Joe Marcus Clarke: > > > > > > On Tue, 2003-01-21 at 16:41, Martin Klaffenboeck wrote: > > > > > > > Am 2003.01.21 21:49 schrieb(en) Joe Marcus Clarke: > > > > > > > > On Tue, 2003-01-21 at 15:40, Martin Klaffenboeck wrote: > > > > > > > > > Am 2003.01.21 21:35 schrieb(en) Joe Marcus Clarke: > > > > > > > > > > On Tue, 2003-01-21 at 15:00, Martin Klaffenboeck wrote: > > > > > > > > > > > Hello, > > > > > > > > > > > > > > > > > > > > > > I was deinstalling all of the mozilla ports and galeon (and > > > > > > > > > > phoenix). > > > > > > > > > > > > > > > > > > > > > > Now I simply tried (after make update ; marcusmerge -u) to use > > > > > > > > > > > 'portinstall galeon2'. > > > > > > > > > > > > > > > > > > > > > > As a result I found: > > > > > > > > > > > > > > > > > > > > > > martin# pkg_info | grep mozilla > > > > > > > > > > > mozilla-1.2.1 The open source, standards compliant web > > > > > > > > browser > > > > > > > > > > > mozilla-headers-1.2b_3,1 Header files for mozilla communicator > > > > > > > > > > > web-surfboard > > > > > > > > > > > > > > > > > > > > > > There are wrong headers installed for mozilla - or doesn't that > > > > > > > > > > matter? > > > > > > > > > > > > > > > > > > > > This is bad. Fix this. > > > > > > > > > > > > > > > > > > How do I fix that? Now I deinstalled mozilla-headers-1.2b_3,1 and > > > > > > > > > installed from /usr/ports/www/mozilla-headers with make install. > > > > > > > > But > > > > > > > > > the galeon2 thing didn't change. > > > > > > > > > > > > > > > > I know. I thought I had fixed the -Werror problem in galeon 1.3.1, > > > > > > > > but > > > > > > > > I was mistaken. I just committed a patch that should take care of it, > > > > > > > > though. > > > > > > > > > > > > > > Is installes now correct. But I get a core dump on startup. Should I > > > > > > > now rebuild with debugging symbols and send a Bug Buddy pr ? > > > > > > > > > > > > You're going to hate me for this, but try one thing first. Rebuild > > > > > > Mozilla _with_ GTK2 _and_ Xft support. This will require editing your > > > > > > mozilla[-devel]-gtk2 Makefile, and removing the WITHOUT_XFT line. I > > > > > > have no idea if this will work, but it something to try. > > > > > > > > > > > > Also, does Mozilla run okay? > > > > > > > > > > > > > > > > i did also install mozilla-gtk2 today and i wasn't able to run > > > > > it. if i started mozilla with -d i got in one second 1640 > > > > > lines with "shift: can't shift that many". > > > > > > > > > > also seen only one time with top: mozilla-bin has grown up to > > > > > over 100MB in memory before it core dumps. > > > > > > > > > > maybe that helps. > > > > > > > > Not really. The shift thing is known. If you specify -g instead, that > > > > should work. Again, try rebuilding with Xft support _enabled_ (since > > > > you're testing the Xft enabled GTK), and let me know if that helps. > > > > Thanks. > > > > > > > > > > year! mozilla is now running. maybe the same is possible > > > with galeon2? > > > > > > galeon dies with this message (from gdb): > > > Program received signal SIGSEGV, Segmentation fault. > > > 0x28f443e8 in poolDestroy () from /usr/local/lib/libexpat.so.4 > > > > > > i've previously installed galeon2 with with debuging-symbols turned > > > on. did you need the back trace? > > > > Assuming you haven't messed your fontconfig up again ;-), yeah, the back > > trace would be nice. > > > > Joe > > no, no, no ... i've changed nothing! ;-) > attached the back trace. Anyway you can get me symbols with this? I'll try to reproduce it when I get back to work tomorrow, but if I can't, the backtrace may point me to the problem. Thanks. Joe > > franz. -- PGP Key : http://www.marcuscom.com/pgp.asc To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-gnome" in the body of the message From owner-freebsd-gnome Wed Jan 22 9:23:40 2003 Delivered-To: freebsd-gnome@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DBB8737B401 for ; Wed, 22 Jan 2003 09:23:38 -0800 (PST) Received: from ns1.centre.ru (ns1.centre.ru [194.186.208.2]) by mx1.FreeBSD.org (Postfix) with SMTP id 81BAA43EB2 for ; Wed, 22 Jan 2003 09:23:37 -0800 (PST) (envelope-from an@centre.ru) Received: (qmail 56679 invoked from network); 22 Jan 2003 17:23:38 -0000 Received: from unknown (HELO as2000.wbs) (212.101.224.246) by ns1.centre.ru with SMTP; 22 Jan 2003 17:23:37 -0000 Content-Type: text/plain; charset="koi8-r" From: Andrey Reply-To: an@centre.ru To: freebsd-gnome@FreeBSD.org Subject: Error compiling port gnome-vfs-2 Date: Wed, 22 Jan 2003 20:22:53 +0300 User-Agent: KMail/1.4.3 Organization: Centre.ru MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Message-Id: <200301222022.53447.an@centre.ru> 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, If installed port libcdda_paranoia not compiling cdda-method.c cdda_interface.h: .... typedef struct cdrom_drive{ int opened; /* This struct may just represent a candidate for opening */ #ifdef Linux char *cdda_device_name; char *ioctl_device_name; int cdda_fd; int drive_type; #elif defined(__FreeBSD__) struct cam_device *dev; union ccb *ccb; #endif For FreeBSD "cdda_device_name" not member struct "cdrom_drive" OS FreeBSD 4.7 regards Andrey Shirchenko PS. Nautilus2 core dumped is exist libcdda_paranoia To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-gnome" in the body of the message From owner-freebsd-gnome Wed Jan 22 10:14: 6 2003 Delivered-To: freebsd-gnome@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 13D2D37B401 for ; Wed, 22 Jan 2003 10:14:05 -0800 (PST) Received: from vertex.nmsu.edu (vertex.nmsu.edu [128.123.29.227]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2B1FE43F43 for ; Wed, 22 Jan 2003 10:14:04 -0800 (PST) (envelope-from floydes@wmail.ru) Received: from localhost (pc-jbailey.NMSU.Edu [128.123.29.45]) by vertex.nmsu.edu (8.11.6/8.11.6) with ESMTP id h0MG8lf05181 for ; Wed, 22 Jan 2003 11:08:47 -0500 Message-Id: <200301221608.h0MG8lf05181@vertex.nmsu.edu> X-Sender: floydes@wmail.ru From: Micahel To: freebsd-gnome@freebsd.org Date: Wed, 22 Jan 2003 11:22:03 -0800 Subject: Interesting staff Reply-To: floydes@wmail.ru MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 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 There is a unique opportunity to earn money up to one million dollars. It is online race championship where everyone can participate. All you have to do is to register at www.hop-go.com or www.hop-go.com, using master's login "floydes".If you have any questions, do not hesitate write me an email on adress: floydes@wmail.ru With Best Wishes, Floydes. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-gnome" in the body of the message From owner-freebsd-gnome Wed Jan 22 10:58: 0 2003 Delivered-To: freebsd-gnome@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1A35737B405 for ; Wed, 22 Jan 2003 10:57:58 -0800 (PST) Received: from creme-brulee.marcuscom.com (rdu57-17-158.nc.rr.com [66.57.17.158]) by mx1.FreeBSD.org (Postfix) with ESMTP id ED85A43E4A for ; Wed, 22 Jan 2003 10:57:56 -0800 (PST) (envelope-from marcus@marcuscom.com) Received: from [10.2.1.4] (vpn-client-4.marcuscom.com [10.2.1.4]) by creme-brulee.marcuscom.com (8.12.6/8.12.6) with ESMTP id h0MIuSDx013662; Wed, 22 Jan 2003 13:56:28 -0500 (EST) (envelope-from marcus@marcuscom.com) Subject: Re: Error compiling port gnome-vfs-2 From: Joe Marcus Clarke To: an@centre.ru Cc: freebsd-gnome@FreeBSD.ORG In-Reply-To: <200301222022.53447.an@centre.ru> References: <200301222022.53447.an@centre.ru> Content-Type: multipart/mixed; boundary="=-7TJVKtXKA6YW6gVTwYJp" Organization: MarcusCom, Inc. Message-Id: <1043261846.339.24.camel@gyros> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.2.1 Date: 22 Jan 2003 13:57:27 -0500 X-Spam-Status: No, hits=-2.3 required=5.0 tests=AWL,IN_REP_TO,NOSPAM_INC,QUOTED_EMAIL_TEXT,REFERENCES, SPAM_PHRASE_00_01,TO_BE_REMOVED_REPLY version=2.43 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 --=-7TJVKtXKA6YW6gVTwYJp Content-Type: text/plain Content-Transfer-Encoding: 7bit On Wed, 2003-01-22 at 12:22, Andrey wrote: > Hi, > > If installed port libcdda_paranoia not compiling cdda-method.c > > > cdda_interface.h: > .... > typedef struct cdrom_drive{ > > int opened; /* This struct may just represent a candidate for opening */ > > #ifdef Linux > char *cdda_device_name; > char *ioctl_device_name; > > int cdda_fd; > > int drive_type; > #elif defined(__FreeBSD__) > struct cam_device *dev; > union ccb *ccb; > #endif > > > For FreeBSD "cdda_device_name" not member struct "cdrom_drive" Can you try this patch to gnomevfs2 to see if it helps? > > OS FreeBSD 4.7 > regards Andrey Shirchenko > > PS. Nautilus2 core dumped is exist libcdda_paranoia Hmmm...this may be gnomevfs2 related. Else, if you could send a back trace with symbols, that would be appreciated. Thanks. Joe > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-gnome" in the body of the message -- PGP Key : http://www.marcuscom.com/pgp.asc --=-7TJVKtXKA6YW6gVTwYJp Content-Disposition: attachment; filename=patch-modules_cdda-method.c Content-Type: text/x-c; name=patch-modules_cdda-method.c; charset=ISO8859-1 Content-Transfer-Encoding: 7bit --- modules/cdda-method.c.orig Wed Jan 22 13:54:31 2003 +++ modules/cdda-method.c Wed Jan 22 13:54:33 2003 @@ -623,7 +623,11 @@ // Check and see if we already have opened and stashed this drive if (!use_base) { if (global_context != NULL) { +#ifdef Linux if (strcmp (drive->cdda_device_name, global_context->drive->cdda_device_name) == 0) { +#elif defined(__FreeBSD__) + if (strcmp (drive->dev->device_path, global_context->drive->dev->device_path) == 0) { +#endif use_cache = TRUE; cdda_close (drive); gnome_vfs_file_info_copy (file_info, global_context->file_info); @@ -709,7 +713,11 @@ if (!use_base) { // Check for cache if (global_context != NULL) { +#ifdef Linux if (strcmp (drive->cdda_device_name, global_context->drive->cdda_device_name) != 0) { +#elif defined(__FreeBSD__) + if (strcmp (drive->dev->device_path, global_context->drive->dev->device_path) != 0) { +#endif // Clear old cache cdda_context_free (global_context); global_context = cdda_context_new (drive, uri); --=-7TJVKtXKA6YW6gVTwYJp-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-gnome" in the body of the message From owner-freebsd-gnome Wed Jan 22 12: 1:23 2003 Delivered-To: freebsd-gnome@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A027937B401 for ; Wed, 22 Jan 2003 12:01:22 -0800 (PST) Received: from w250.z064001178.sjc-ca.dsl.cnc.net (adsl-66.218.45.239.dslextreme.com [66.218.45.239]) by mx1.FreeBSD.org (Postfix) with SMTP id 1360343F1E for ; Wed, 22 Jan 2003 12:01:18 -0800 (PST) (envelope-from jos@catnook.com) Received: (qmail 58690 invoked by uid 1000); 22 Jan 2003 20:01:38 -0000 Date: Wed, 22 Jan 2003 12:01:16 -0800 From: Jos Backus To: Joe Marcus Clarke Cc: FreeBSD GNOME Users Subject: Re: Another www/mozilla-devel patch Message-ID: <20030122200138.GA45713@lizzy.catnook.com> Reply-To: jos@catnook.com References: <20030122074658.GA76678@lizzy.catnook.com> <1043254292.339.3.camel@gyros> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1043254292.339.3.camel@gyros> User-Agent: Mutt/1.5.3i 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 22, 2003 at 11:51:32AM -0500, Joe Marcus Clarke wrote: > On Wed, 2003-01-22 at 02:46, Jos Backus wrote: > > Looks like mozilla/gfx/src/gtk/nsDeviceContextGTK.cpp also needs the > > s|X11/Xft/Xft\.h|X11/Xft/Xft2.h|g post-patch treatment. > > Thanks, I'll take a look. Thanks. I'm a little confused though as to why this substitution happens; the only reason I can think of is that we want to force using Xft2 instead of Xft1. The reason my build failed is because I used to have a non-ports version of Xft1 installed, and when deinstalling that I also removed X11/Xft/Xft.h which is also part of XFree86-libraries-4.2.1 (that release ships with Xft1). traitor:/usr/ports/www/mozilla-devel# pkg_which /usr/X11R6/include/X11/Xft/Xft.h XFree86-libraries-4.2.1 traitor:/usr/ports/www/mozilla-devel# pkg_which /usr/X11R6/include/X11/Xft/Xft2.h Xft-2.1 -- Jos Backus _/ _/_/_/ Sunnyvale, CA _/ _/ _/ _/ _/_/_/ _/ _/ _/ _/ jos at catnook.com _/_/ _/_/_/ require 'std/disclaimer' To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-gnome" in the body of the message From owner-freebsd-gnome Wed Jan 22 12:14:20 2003 Delivered-To: freebsd-gnome@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7156837B401 for ; Wed, 22 Jan 2003 12:14:19 -0800 (PST) Received: from creme-brulee.marcuscom.com (rdu57-17-158.nc.rr.com [66.57.17.158]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4870F43ED8 for ; Wed, 22 Jan 2003 12:14:18 -0800 (PST) (envelope-from marcus@marcuscom.com) Received: from [10.2.1.4] (vpn-client-4.marcuscom.com [10.2.1.4]) by creme-brulee.marcuscom.com (8.12.6/8.12.6) with ESMTP id h0MKCmDx014199; Wed, 22 Jan 2003 15:12:48 -0500 (EST) (envelope-from marcus@marcuscom.com) Subject: Re: MrProject port... From: Joe Marcus Clarke To: Andy Akins Cc: FreeBSD GNOME Users In-Reply-To: <1043243781.23083.8.camel@andy.tennesseeanytime.org> References: <1043243781.23083.8.camel@andy.tennesseeanytime.org> Content-Type: text/plain Organization: MarcusCom, Inc. Message-Id: <1043266426.339.29.camel@gyros> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.2.1 Date: 22 Jan 2003 15:13:46 -0500 Content-Transfer-Encoding: 7bit X-Spam-Status: No, hits=-2.3 required=5.0 tests=AWL,IN_REP_TO,NOSPAM_INC,NO_EXPERIENCE,QUOTED_EMAIL_TEXT, REFERENCES,SPAM_PHRASE_01_02 version=2.43 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, 2003-01-22 at 08:56, Andy Akins wrote: > Hello everyone. > > Just a little background...I'm fairly new to FreeBSD (although been with > Linux for several years) and even newer to Gnome. So I guess this is a > newbie question/comment... > > I am interested in using the MrProject program. I've installed the > current port, which is version 0.5.1. However, just today, Mr. Project > 0.8 was released. I'd love to be able to run that version. So would some others. I started a port, but backed off when someone else said they were going to do it. I don't have the email from that someone, but perhaps they can chime in. > > Now I am a big advocate of the open source methodology - if you have a > itch, scratch it. So I am willing to expend some energy to either work > on upgrading this port or assisting anyone who is already working on it. > But here's where my newbie-ness kicks in. Even though I am a programmer > by trade (Java), I have little-or-no experience with FreeBSD, the ports > system (programming for), or coding for Gnome. So I was wondering if > anyone had any advice. Is anyone working on Mr. Project for FreeBSD? If > so, do we have an ETA for an update? And if no one is actively working > on it...can anyone point a good general programmer but Gnome/Ports > newbie to the relevant docs/help to perhaps work on this? Or am I > getting in over my head? If you want to do it yourself, you will first have to create a libmrproject port for the backend. I recommend reading up on the Porter's Handbook as well as the FreeBSD GNOME specific porting instructions at http://www.freebsd.org/gnome/. You will also want to follow some of the existing examples as well. Joe > > Thanks for any input... -- PGP Key : http://www.marcuscom.com/pgp.asc To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-gnome" in the body of the message From owner-freebsd-gnome Wed Jan 22 12:50:26 2003 Delivered-To: freebsd-gnome@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DD36E37B401 for ; Wed, 22 Jan 2003 12:50:16 -0800 (PST) Received: from fep2.cogeco.net (smtp.cogeco.net [216.221.81.25]) by mx1.FreeBSD.org (Postfix) with ESMTP id BAED343ED8 for ; Wed, 22 Jan 2003 12:50:15 -0800 (PST) (envelope-from dlavigne6@cogeco.ca) Received: from dhcp-17-14.kico2.on.cogeco.ca (d226-42-146.home.cgocable.net [24.226.42.146]) by fep2.cogeco.net (Postfix) with ESMTP id 1372F791A for ; Wed, 22 Jan 2003 15:51:50 -0500 (EST) Date: Wed, 22 Jan 2003 15:54:20 -0500 (EST) From: Dru X-X-Sender: dlavigne6@dhcp-17-14.kico2.on.cogeco.ca To: gnome@freebsd.org Subject: mozilla 1.2.1,2 Message-ID: <20030122154951.G201@dhcp-17-14.kico2.on.cogeco.ca> 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 Hello, Running FreeBSD 4.7-RELEASE, last world Dec. 10. Cvsup daily; mozilla stopped working after a portupgrade this morning. Get this error: No running window found. Along with this stuff happening in the background: QFont::setPointSize: Point size <= 0 (-3) QWidget::setMinimumSize: The smallest allowed size is (0,0) QWidget::setMaximumSize: (unnamed/DigitalClock) Negative sizes (2,-4) are not possible QWidget::setMinimumSize: The smallest allowed size is (0,0) QWidget::setMaximumSize: (unnamed/QLabel) Negative sizes (61,-4) are not possible QWidget::setMinimumSize: The smallest allowed size is (0,0) QWidget::setMaximumSize: (unnamed/DigitalClock) Negative sizes (2,-4) are not possible QWidget::setMinimumSize: The smallest allowed size is (0,0) QWidget::setMaximumSize: (unnamed/QLabel) Negative sizes (61,-4) are not possible QWidget::setMinimumSize: The smallest allowed size is (0,0) QWidget::setMaximumSize: (unnamed/DigitalClock) Negative sizes (2,-4) are not possible QWidget::setMinimumSize: The smallest allowed size is (0,0) QWidget::setMaximumSize: (unnamed/QLabel) Negative sizes (61,-4) are not possible QWidget::setMinimumSize: The smallest allowed size is (0,0) QWidget::setMaximumSize: (unnamed/DigitalClock) Negative sizes (2,-4) are not possible QWidget::setMinimumSize: The smallest allowed size is (0,0) QWidget::setMaximumSize: (unnamed/QLabel) Negative sizes (61,-4) are not possible QWidget::setMinimumSize: The smallest allowed size is (0,0) QWidget::setMaximumSize: (unnamed/DigitalClock) Negative sizes (2,-4) are not possible QWidget::setMinimumSize: The smallest allowed size is (0,0) QWidget::setMaximumSize: (unnamed/QLabel) Negative sizes (61,-4) are not possible QWidget::setMinimumSize: The smallest allowed size is (0,0) QWidget::setMaximumSize: (unnamed/DigitalClock) Negative sizes (2,-4) are not possible QWidget::setMinimumSize: The smallest allowed size is (0,0) QWidget::setMaximumSize: (unnamed/QLabel) Negative sizes (61,-4) are not possible QWidget::setMinimumSize: The smallest allowed size is (0,0) QWidget::setMaximumSize: (unnamed/DigitalClock) Negative sizes (2,-4) are not possible QWidget::setMinimumSize: The smallest allowed size is (0,0) QWidget::setMaximumSize: (unnamed/QLabel) Negative sizes (61,-4) are not possible QWidget::setMinimumSize: The smallest allowed size is (0,0) QWidget::setMaximumSize: (unnamed/DigitalClock) Negative sizes (2,-4) are not possible QWidget::setMinimumSize: The smallest allowed size is (0,0) QWidget::setMaximumSize: (unnamed/QLabel) Negative sizes (61,-4) are not possible QWidget::setMinimumSize: The smallest allowed size is (0,0) QWidget::setMaximumSize: (unnamed/DigitalClock) Negative sizes (2,-4) are not possible QWidget::setMinimumSize: The smallest allowed size is (0,0) QWidget::setMaximumSize: (unnamed/QLabel) Negative sizes (61,-4) are not possible QWidget::setMinimumSize: The smallest allowed size is (0,0) QWidget::setMaximumSize: (unnamed/DigitalClock) Negative sizes (2,-4) are not possible QWidget::setMinimumSize: The smallest allowed size is (0,0) QWidget::setMaximumSize: (unnamed/QLabel) Negative sizes (61,-4) are not possible QWidget::setMinimumSize: The smallest allowed size is (0,0) QWidget::setMaximumSize: (unnamed/DigitalClock) Negative sizes (2,-4) are not possible QWidget::setMinimumSize: The smallest allowed size is (0,0) QWidget::setMaximumSize: (unnamed/QLabel) Negative sizes (61,-4) are not possible QWidget::setMinimumSize: The smallest allowed size is (0,0) QWidget::setMaximumSize: (unnamed/DigitalClock) Negative sizes (2,-4) are not possible QWidget::setMinimumSize: The smallest allowed size is (0,0) QWidget::setMaximumSize: (unnamed/QLabel) Negative sizes (61,-4) are not possible QWidget::setMinimumSize: The smallest allowed size is (0,0) QWidget::setMaximumSize: (unnamed/DigitalClock) Negative sizes (2,-4) are not possible QWidget::setMinimumSize: The smallest allowed size is (0,0) QWidget::setMaximumSize: (unnamed/QLabel) Negative sizes (61,-4) are not possible QWidget::setMinimumSize: The smallest allowed size is (0,0) QWidget::setMaximumSize: (unnamed/DigitalClock) Negative sizes (2,-4) are not possible QWidget::setMinimumSize: The smallest allowed size is (0,0) QWidget::setMaximumSize: (unnamed/QLabel) Negative sizes (61,-4) are not possible Invalid entry (missing '=') at /usr/X11R6/bin/mozilla:7 Invalid entry (missing '=') at /usr/X11R6/bin/mozilla:9 Invalid entry (missing '=') at /usr/X11R6/bin/mozilla:10 Invalid entry (missing '=') at /usr/X11R6/bin/mozilla:12 Invalid entry (missing '=') at /usr/X11R6/bin/mozilla:13 Invalid entry (missing '=') at /usr/X11R6/bin/mozilla:14 Invalid entry (missing '=') at /usr/X11R6/bin/mozilla:15 Invalid entry (missing '=') at /usr/X11R6/bin/mozilla:16 Invalid entry (missing '=') at /usr/X11R6/bin/mozilla:18 Invalid entry (missing '=') at /usr/X11R6/bin/mozilla:19 Invalid entry (missing '=') at /usr/X11R6/bin/mozilla:22 Invalid entry (missing '=') at /usr/X11R6/bin/mozilla:23 Invalid entry (missing '=') at /usr/X11R6/bin/mozilla:26 ICE default IO error handler doing an exit(), pid = 64652, errno = 0 ICE default IO error handler doing an exit(), pid = 64654, errno = 2 ICE default IO error handler doing an exit(), pid = 64668, errno = 0 ICE default IO error handler doing an exit(), pid = 64670, errno = 0 ICE default IO error handler doing an exit(), pid = 64665, errno = 0 pkg_info follows. Let me know if you need any additional info. TIA, Dru AbiWord-gnome-1.0.3 An open-source, cross-platform WYSIWYG word processor GeoIP-1.1.4_1 Find the country that any IP address or hostname originates ImageMagick-5.5.1.4 Image processing tools (interactive optional--misc/display Mesa-3.4.2_2 A graphics library similar to SGI's OpenGL ORBit-0.5.17 High-performance CORBA ORB with support for the C language ORBit2-2.4.4 High-performance CORBA ORB with support for the C language OpenVerse-0.8.3 A visual chat program written in Tcl/Tk XFree86-VirtualFramebufferServer-4.2.1_1 XFree86-4 Virtual Framebuffer Server XFree86-fontScalable-4.2.0 XFree86-4 Scalable font files XFree86-libraries-4.2.1_5 XFree86-4 include/(shared) library kit Xaw3d-1.5 A 3-D Athena Widget set that looks like Motif Xft-2.1 A client-sided font API for X applications aalib-1.4.r5_1 An ascii art library acroread-5.06_1 View, distribute and print PDF documents apache-1.3.27_1 The extremely popular Apache http server. Very fast, very arts-1.0.4,1 Audio system for the KDE integrated X11 desktop atk-1.0.3 A GNOME accessibility toolkit (ATK) autoconf-2.53_1 Automatically configure source code on many Un*x platforms autoconf213-2.13.000227_5 Automatically configure source code on many Un*x platforms automake-1.5,1 GNU Standards-compliant Makefile generator automake14-1.4.5_9 GNU Standards-compliant Makefile generator (legacy version barry-0.5.3 A nice KDE frontend to the ports system bash-2.05b.004 The GNU Bourne Again Shell bison-1.75 A parser generator from FSF, (mostly) compatible with Yacc bonobo-1.0.22 The component and compound document system for GNOME bonobo-activation-1.0.4_1,1 An object activation framework for GNOME 2.0 catdoc-0.91.5 Convert MS Word/Excel documents to plain ASCII or TeX. TK cclient-2002,1 Mark Crispin's C-client mail access routines ccmath-2.2.0 A mathematics library with many different functions crimson-1.1.3_1 Implements the Java API for XML Processing (JAXP) cups-base-1.1.15.1_4 The Common UNIX Printing System: headers, libs, & daemons cvsup-without-gui-16.1f General network file distribution system optimized for CVS db3-3.3.11,1 The Berkeley DB package, revision 3 djbfft-0.76 An extremely fast library for floating-point convolution docbook-sk-4.1.2 XML version of the DocBook DTD version controlled for Scrol docbook-xml-4.2 XML version of the DocBook DTD docbook-xsl-1.55.0_1 XSL DocBook stylesheets esound-0.2.29 A sound library for enlightenment package expat-1.95.5 XML 1.0 parser written in C ezm3-1.0 Easier, more portable Modula-3 distribution for building CV fam-2.6.9_2 A file alteration monitor fbsd-icons-1.0 Collection of icons related to the FreeBSD project fetchmail-6.2.0 Batch mail retrieval utility for IMAP/POP2/POP3/APOP/KPOP/E ffmpeg-0.4.6 Hyper fast realtime audio/video encoder/converter, streamin fftw-2.1.3 Fast C routines to compute the Discrete Fourier Transform flashplugin-mozilla-0.4.10_2 A GPL standalone Flash (TM) plugin for Mozilla web browser fontconfig-2.1_1 An XML-based font configuration API for X Windows fping-2.4b2 Quickly ping N hosts w/o flooding the network freetype-1.3.1_2 A free and portable TrueType font rendering engine freetype2-2.1.3_1 A free and portable TrueType font rendering engine gal-0.22 A collection of widgets taken from GNOME gnumeric and evolu gcc-3.1.1_20020909 GNU Compiler Collection 3.1 (inprogress version) gcc-3.2.1_20021119 GNU Compiler Collection 3.1 (inprogress version) gconf-1.0.9_2 A configuration database system for GNOME gconf2-1.2.1 A configuration database system for GNOME gd-1.8.4_6 A graphics library for fast image creation gdbm-1.8.3 The GNU database manager gdk-pixbuf-0.22.0 A graphic library for GTK+ gettext-0.11.5_1 GNU gettext package ghostscript-gnu-7.05_3 GNU Postscript interpreter giblib-1.2.2 A utility library that includes a wrapper for imlib2 gimp-1.2.3_2,1 the GNU Image Manipulation Program glib-1.2.10_8 Some useful routines of C programming (previous stable vers glib-2.0.7 Some useful routines of C programming (current stable versi gmake-3.80 GNU version of 'make' utility gnomebasic-0.0.20 Provide Visual Basic compatible functionality for GNOME, es gnomecanvas-0.22.0 A graphics library for GNOME gnomedb-0.2.96_1 Provide uniform access to data sources for the GNOME enviro gnomehier-1.0_6 An utility port, installing hierarchy of common GNOME direc gnomelibs-1.4.2_1 Libraries for GNOME, a GNU desktop environment gnomemeeting-0.85.1_4 GNOME H323 Video Conferencing program, similar to NetMeetin gnomemimedata-2.0.1_2 A MIME and Application database for GNOME gnomeprint-0.37 Gnome print support library gnomevfs-1.0.5_4 GNOME Virtual File System gnomevfs2-2.0.4.1_1 GNOME Virtual File System gnumeric-1.0.12_2 The GNOME spreadsheet gnuplot-3.7.2 A command-driven interactive function plotting program gqview-1.1.1 Another gtk-based graphic file viewer graphviz-1.8.10 Graph Visualization Software from AT&T and Bell Labs gsm-1.0.10 Audio converter and library for converting u-law to gsm enc gtk-1.2.10_9 Gimp Toolkit for X11 GUI (previous stable version) gtk-2.0.9 Gimp Toolkit for X11 GUI (current stable version) gtkglarea-1.2.2_1 An OpenGL widget for the GTK+ GUI toolkit guile-1.4.1_2 GNU's Ubiquitous Intelligent Language for Extension guppi-0.40.3_2 A ploting program for GNOME gutenbook-0.1.10 GTK+ based reader for Project Gutenberg Etexts gv-3.5.8_1 A PostScript and PDF previewer help2man-1.29 Automatically generating simple manual pages from program o hobbes-icons-xpm3-1.0 Collection of over 3000 icons in XPM3 format host-991529 An utility to query DNS servers hping-2.0.0r2_2,1 Network auditing tool imake-4.2.0_1 Imake and other utilities from XFree86 imlib-1.9.14_1 A graphic library for enlightenment package imlib2-1.0.6_1 The next generation graphic library for enlightenment packa intltool-0.25 Xml internationalization support for GNOME, and others ipsorc-1.7.5 A tool to create and send IP packets with a graphical GTK f isakmpd-20021118 OpenBSD IKE daemon ispell-3.2.06_2 An interactive spelling checker for multiple languages jakarta-ant-1.5.1_3 Java-based build tool, conceptually similar to make jasper-1.600.0 An implementation of the codec specified in the JPEG-2000 s javavmwrapper-1.4 Wrapper script for various Java Virtual Machines jbigkit-1.4 Lossless compression for bi-level images such as scanned pa jdk-1.3.1p7_2 Java Development Kit 1.3 jpeg-6b_1 IJG's jpeg compression utilities kde-3.0.5 The "meta-port" for KDE kdeadmin-3.0.4 KDE applications related to system administration kdeartwork-3.0.4 Additional themes, sounds, wallpapers and window styles for kdebase-3.0.5 Base modules for the KDE integrated X11 desktop kdegames-3.0.4 Games for the KDE integrated X11 desktop kdegraphics-3.0.4 Graphics utilities for the KDE3 integrated X11 desktop kdelibs-3.0.5_1 Libraries for KDE kdemultimedia-3.0.4 Multimedia utilities for the KDE integrated X11 desktop kdenetwork-3.0.5 Network modules for KDE3 kdetoys-3.0.4 Small applications for KDE2 kdeutils-3.0.4_1 Utilities for the KDE integrated X11 desktop koffice-1.2.1,1 Office Suite for KDE3 ladspa-1.1 Linux Audio Developer's Simple Plugin API lame-3.93.1 ISO code based fast MP3 encoder kit lcms-1.09 Light Color Management System -- a color management library lcrzo-4.17.0 Lcrzo is a network library (used by Lcrzoex, network testin lcrzoex-4.17.0 Lcrzoex contains over 300 functionnalities using network li libIDL-0.8.0 A library for creating trees of CORBA Interface Definition liba52-0.7.4 A free library for decoding ATSC A/52 streams, aka AC-3 libart_lgpl2-2.3.11 Library for high-performance 2D graphics libaudiofile-0.2.3 A sound library for SGI audio file libbonobo-2.0.1 A component and compound document system for GNOME2 libbonoboui-2.0.3.3 GUI frontend to the libbonobo component of GNOME2 libdivxdecore-devel-0.4.0.50_1 OpenDivX decoding engine from Project Mayo (development ver libdvdcss-1.2.4 Portable abstraction library for DVD decryption libdvdnav-0.1.3 The library for the xine-dvdnav plugin libdvdread-0.9.3 This is needed by ogle, which is a DVD player that supports libflash-0.4.10 GPL Flash (TM) Library libfpx-1.2.0.4_1 Library routines for working with Flashpix images libgda-0.2.96_1 Provides uniform access to different kinds of data sources libglade-0.17_2 GNOME glade library libglade2-2.0.1 GNOME glade library libgmp-4.1.2 A free library for arbitrary precision arithmetic libgnome-2.0.6 Libraries for GNOME, a GNU desktop environment libgnomecanvas-2.0.5 A graphics library for GNOME libgnomeui-2.0.6 Libraries for the GNOME GUI, a GNU desktop environment libgnugetopt-1.2 GNU getopt library libiconv-1.8_2 A character set conversion library libmcal-0.6_2 Modular Calendar Access Library libmikmod-esound-3.1.10 MikMod Sound Library libmng-1.0.4 Multiple-image Network Graphics (MNG) reference library libmpeg2-0.3.1_1 A free library for decoding mpeg-2 and mpeg-1 video streams libnet-1.0.2a A C library for creating IP packets libogg-1.0_1,3 Ogg bitstream library libole2-0.2.4 Support library for OLE functions (MS-Excel) for gnumeric libsdb-0.5.1 Simple database library libsidplay-1.36.57 A Commodore SID-chip emulator library to play SID music fil libslang-1.4.6 Routines for rapid alpha-numeric terminal applications deve libsndfile-1.0.3 Reading and writing files containing sampled sound (like WA libtool-1.3.4_4 Generic shared library support script libungif-4.1.0b1 Tools and library routines for working with GIF images libunicode-0.4_3 A library for manipulating Unicode characters and strings libvorbis-1.0_1,3 Audio compression codec library libwmf-0.2.8 Tools and library for converting Microsoft WMF (windows met libxine-0.9.13 Libraries for xine UNIX video player libxml-1.8.17_1 Xml parser library for GNOME libxml2-2.5.1 Xml parser library for GNOME libxslt-1.0.24 The XSLT C library for GNOME linc-0.5.5 A library for writing networked servers & clients linux-jpeg-6b.15_2 RPM of the JPEG lib linux-png-1.0.14_2 RPM of the PNG lib linux-realplayer-8.cs2 Linux RealPlayer 8.0 from RealNetworks linux-sun-jdk-1.3.1.06_1 Sun Java Development Kit 1.3 for Linux linux_base-7.1_2 The base set of packages needed in Linux mode lynx-ssl-2.8.4.1c A non-graphical, text-based World-Wide Web client m4-1.4_1 GNU m4 mad-esound-0.14.2b_2 High-quality MPEG audio decoder mc-4.5.55_4 Midnight Commander, a free Norton Commander Clone mkcatalog-1.1 A maintainance utility for sgml catalog files mod_php4-4.2.3 PHP4 module for Apache mozilla-1.2.1,2 The open source, standards compliant web browser mtools-3.9.8_1 A collection of tools for manipulating MSDOS files mysql-client-3.23.54 Multithreaded SQL database (client) nasm-0.98.33,1 General-purpose multi-platform x86 assembler nessus-gtk-1.2.7 A security scanner: looks for vulnerabilities in a given ne nessus-libnasl-1.2.7 Nessus Attack Scripting Language nessus-libraries-1.2.7 Libraries for Nessus, the security scanner nessus-plugins-1.2.7 Plugins for Nessus, the security scanner netmap-0.1.2b Make a graphical representation of the surounding network nmap-3.00 Port scanning utility for large networks nocc-0.9.5 A web-based e-mail system which access POP3 and IMAP mail s nspr-4.2_1 A platform-neutral API for system level and libc like funct nte-1.5a29 Multicast Network Text Editor oaf-0.6.10_1 Object Activation Framework for GNOME ogle-0.8.5 Open DVD player that supports DVD menus ogle-gui-0.8.5 An add-on graphical user interface for Ogle open-motif-2.2.2_1 Motif X11 Toolkit (industry standard GUI (IEEE 1295)) openldap-1.2.13 Open source LDAP client and server software p0f-1.8.2_1 Passive OS fingerprinting tool p5-Authen-SASL-2.02 Perl5 module for SASL authentication p5-Bit-Vector-6.3 Library of advanced math functions that includes a Perl OO p5-Date-Calc-5.3 Gregorian calendar date calculations p5-Digest-MD5-2.22 Perl5 interface to the MD5 algorithm p5-Gtk-0.7008_1 The base module of Gtk-Perl p5-HTML-Parser-3.26 Perl5 module for parse HTML tag p5-HTML-Tagset-3.03 Some useful data table in parsing HTML p5-MIME-Base64-2.16 Perl5 module for Base64 and Quoted-Printable encodings p5-Net-1.12,1 Perl5 modules to access and use network protocols p5-Storable-2.05 Persistency for perl data structures p5-Test-Harness-2.26 Run perl standard test scripts with statistics p5-Test-Simple-0.47_1 Basic utilities for writing tests in perl p5-URI-1.23 Perl5 interface to Uniform Resource Identifier (URI) refere p5-XML-Parser-2.31_1 Perl extension interface to James Clark's XML parser, expat p5-XML-Writer-0.4_1 A simple Perl module for writing XML documents p5-libwww-5.65_1 Perl5 library for WWW access pango-1.0.5 An open-source framework for the layout and rendering of i1 pcre-3.9 Perl Compatible Regular Expressions library pdflib-4.0.3 A C library for dynamically generating PDF pib-1.2 GUI Ports Collection management tool pine-4.51 PINE(tm) -- a Program for Internet News & Email pkgconfig-0.14.0 An utility used to retrieve information about installed lib plugger-4.0_2 A multimedia front-end plugin for Mozilla or Opera png-1.2.5 Library for manipulating PNG images popt-1.6.4 A getopt(3) like library with a number of enhancements, fro portupgrade-20021216 FreeBSD ports/packages administration and management tool s procmail-3.22_1 A local mail delivery agent psiconv-0.8.3 A conversion utility to convert Psion 5(MX) files into othe py22-expat-2.2.2_2 Python interface to the Expat XML parser py22-tkinter-2.2.2 Python bindings to the Tk widget set pysol-4.81 Solitaire game, written in Python pysol-cardsets-4.40 Collection of free cardsets adapted for use with PySol pysol-music-4.40 Collection of background music for use with PySol pysol-sound-server-2.50 Python extension module to play sounds and background music python-2.2.2_2 An interpreted object-oriented programming language qstat-2.5.b_1 A command line program to query game servers on the net qt-3.0.5_5 A C++ X GUI toolkit racoon-20021120a KAME racoon IKE daemon rat-3.0.35 IPv4/v6 Multicast and unicast audio conferencing tool relate-2.1 Mbone integrated interface, audio, video, editor, and white rid-1.0 Configurable remote distributed denial of service tool dete rpm-3.0.6_6 The Red Hat Package Manager rpm2cpio-1.1.20020306 Convert .rpm files for extraction with /usr/bin/cpio, needs ruboard-1.2.1_1 A web based discussion board ruby-1.6.8 An object-oriented interpreted scripting language ruby-bdb1-0.1.8 Ruby interface to Berkeley DB revision 1.8x with full featu ruby-rdoc-0.0.0.b2 Documentation from Ruby source files ruby-shim-ruby18-1.8.0.p1 A set of Ruby modules to provide Ruby 1.8 functionalities screen-3.9.13 A multi-screen window manager scrollkeeper-0.3.11_6,1 An Open Document Cataloging Project sdl-1.2.5_1 Cross-platform multi-media development API (developm. vers. sdl_mixer-1.2.4_1 A sample multi-channel audio mixer library sdocbook-xml-4.1.2.5 "Simplified" DocBook XML DTD sed_inplace-2002.10.19 A modified version of the sed(1) which can do in-place edit sex-1.0_1 Spouts silly mad-lib-style porn-like text sfs-0.7.2 Self-Certifying File System: A secure global network file s siag-3.4.10 Scheme-based "office" for X and curses. Sexy interface usin sidplay-1.0.8 A Commodore SID-chip emulator that plays SID music files silc-client-0.9.10.1 Secure Internet Live Conferencing (SILC) network client silc-doc-0.9.10.1 Secure Internet Live Conferencing (SILC) documentation silc-server-0.9.10.1 Secure Internet Live Conferencing (SILC) network server sing-1.1 Tool for sending customized ICMP packets smpeg-0.4.4 A free MPEG1 video player library with sound support speak_freely-7.5 Voice Communication Over Data Networks speex-1.0.b4,1 An open-source patent-free voice codec svgalib-1.4.2_1 A low level console graphics library t1lib-1.3.1 A Type 1 Rasterizer Library for UNIX/X11 task-1.50 The @stake Sleuth Kit for forensic analysis tcl-8.0.5 Tool Command Language tcl-8.2.3_2 Tool Command Language tcl-8.3.5 Tool Command Language tiff-3.5.7 Tools and library routines for working with TIFF images timidity++-esound-2.11.3_1 Software MIDI player tk-8.0.5 Graphical toolkit for TCL tk-8.2.3_1 Graphical toolkit for TCL tk-8.3.5 Graphical toolkit for TCL uclmmbase-1.2.8 Common subroutines for UCL mbone applications unzip-5.50 List, test and extract compressed files in a ZIP archive urwfonts-1.0 Another font package for X vic-2.8.1.1.3_1 MBONE video tool wavplay-1.4 A wav player and recorder wbd-1.0u4 A shared drawing (whiteboard) tool using multicast, compati wget-1.8.2_2 Retrieve files from the 'net via HTTP and FTP win32-codecs-011002.1.0.90.p7 Huge compilation of Win32 binary codecs, including MPEG-4(D word2x-0.005 Converter from MS Word to text, HTML or LaTeX wv-0.7.4 A library and executables which allow access to Microsoft W xanim-2.92.0 Play most popular animation formats and show pictures xbmbrowser-5.1 View complete directories of X bitmaps and X pixmaps xmms-alarm-0.3.2 Alarm timer plugin for the X Multimedia System xmms-esound-1.2.7_3 X Multimedia System --- An audio player with a Winamp GUI xmp-esound-2.0.4 A player for many different Amiga and PC module formats xpm-3.4k The X Pixmap library xprobe-0.0.1p1 ICMP active OS fingerprint scanner xtraceroute-0.9.0 3D graphical version of the traceroute program xvid-0.9.0,1 An opensource MPEG-4 codec, based on OpenDivx ytalk-3.1.1 A new "talk" that can talk to multiple parties at once zip-2.3_1 Create/update ZIP files compatible with pkzip To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-gnome" in the body of the message From owner-freebsd-gnome Wed Jan 22 13: 9:39 2003 Delivered-To: freebsd-gnome@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C45EE37B401 for ; Wed, 22 Jan 2003 13:09:36 -0800 (PST) Received: from creme-brulee.marcuscom.com (rdu57-17-158.nc.rr.com [66.57.17.158]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3A5E643ED8 for ; Wed, 22 Jan 2003 13:09:35 -0800 (PST) (envelope-from marcus@marcuscom.com) Received: from [10.2.1.4] (vpn-client-4.marcuscom.com [10.2.1.4]) by creme-brulee.marcuscom.com (8.12.6/8.12.6) with ESMTP id h0ML8ADx014550; Wed, 22 Jan 2003 16:08:10 -0500 (EST) (envelope-from marcus@marcuscom.com) Subject: Re: mozilla 1.2.1,2 From: Joe Marcus Clarke To: Dru Cc: FreeBSD GNOME Users In-Reply-To: <20030122154951.G201@dhcp-17-14.kico2.on.cogeco.ca> References: <20030122154951.G201@dhcp-17-14.kico2.on.cogeco.ca> Content-Type: text/plain Organization: MarcusCom, Inc. Message-Id: <1043269749.339.33.camel@gyros> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.2.1 Date: 22 Jan 2003 16:09:09 -0500 Content-Transfer-Encoding: 7bit X-Spam-Status: No, hits=-2.5 required=5.0 tests=AWL,IN_REP_TO,NOSPAM_INC,QUOTED_EMAIL_TEXT,REFERENCES, SPAM_PHRASE_00_01 version=2.43 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, 2003-01-22 at 15:54, Dru wrote: > Hello, > > Running FreeBSD 4.7-RELEASE, last world Dec. 10. Cvsup daily; mozilla > stopped working after a portupgrade this morning. Get this error: > > No running window found. > > Along with this stuff happening in the background: > > QFont::setPointSize: Point size <= 0 (-3) > QWidget::setMinimumSize: The smallest allowed size is (0,0) > QWidget::setMaximumSize: (unnamed/DigitalClock) Negative sizes (2,-4) are not possible > QWidget::setMinimumSize: The smallest allowed size is (0,0) > QWidget::setMaximumSize: (unnamed/QLabel) Negative sizes (61,-4) are not possible > QWidget::setMinimumSize: The smallest allowed size is (0,0) > QWidget::setMaximumSize: (unnamed/DigitalClock) Negative sizes (2,-4) are not possible > QWidget::setMinimumSize: The smallest allowed size is (0,0) > QWidget::setMaximumSize: (unnamed/QLabel) Negative sizes (61,-4) are not possible > QWidget::setMinimumSize: The smallest allowed size is (0,0) > QWidget::setMaximumSize: (unnamed/DigitalClock) Negative sizes (2,-4) are not possible > QWidget::setMinimumSize: The smallest allowed size is (0,0) > QWidget::setMaximumSize: (unnamed/QLabel) Negative sizes (61,-4) are not possible > QWidget::setMinimumSize: The smallest allowed size is (0,0) > QWidget::setMaximumSize: (unnamed/DigitalClock) Negative sizes (2,-4) are not possible > QWidget::setMinimumSize: The smallest allowed size is (0,0) > QWidget::setMaximumSize: (unnamed/QLabel) Negative sizes (61,-4) are not possible > QWidget::setMinimumSize: The smallest allowed size is (0,0) > QWidget::setMaximumSize: (unnamed/DigitalClock) Negative sizes (2,-4) are not possible > QWidget::setMinimumSize: The smallest allowed size is (0,0) > QWidget::setMaximumSize: (unnamed/QLabel) Negative sizes (61,-4) are not possible > QWidget::setMinimumSize: The smallest allowed size is (0,0) > QWidget::setMaximumSize: (unnamed/DigitalClock) Negative sizes (2,-4) are not possible > QWidget::setMinimumSize: The smallest allowed size is (0,0) > QWidget::setMaximumSize: (unnamed/QLabel) Negative sizes (61,-4) are not possible > QWidget::setMinimumSize: The smallest allowed size is (0,0) > QWidget::setMaximumSize: (unnamed/DigitalClock) Negative sizes (2,-4) are not possible > QWidget::setMinimumSize: The smallest allowed size is (0,0) > QWidget::setMaximumSize: (unnamed/QLabel) Negative sizes (61,-4) are not possible > QWidget::setMinimumSize: The smallest allowed size is (0,0) > QWidget::setMaximumSize: (unnamed/DigitalClock) Negative sizes (2,-4) are not possible > QWidget::setMinimumSize: The smallest allowed size is (0,0) > QWidget::setMaximumSize: (unnamed/QLabel) Negative sizes (61,-4) are not possible > QWidget::setMinimumSize: The smallest allowed size is (0,0) > QWidget::setMaximumSize: (unnamed/DigitalClock) Negative sizes (2,-4) are not possible > QWidget::setMinimumSize: The smallest allowed size is (0,0) > QWidget::setMaximumSize: (unnamed/QLabel) Negative sizes (61,-4) are not possible > QWidget::setMinimumSize: The smallest allowed size is (0,0) > QWidget::setMaximumSize: (unnamed/DigitalClock) Negative sizes (2,-4) are not possible > QWidget::setMinimumSize: The smallest allowed size is (0,0) > QWidget::setMaximumSize: (unnamed/QLabel) Negative sizes (61,-4) are not possible > QWidget::setMinimumSize: The smallest allowed size is (0,0) > QWidget::setMaximumSize: (unnamed/DigitalClock) Negative sizes (2,-4) are not possible > QWidget::setMinimumSize: The smallest allowed size is (0,0) > QWidget::setMaximumSize: (unnamed/QLabel) Negative sizes (61,-4) are not possible > QWidget::setMinimumSize: The smallest allowed size is (0,0) > QWidget::setMaximumSize: (unnamed/DigitalClock) Negative sizes (2,-4) are not possible > QWidget::setMinimumSize: The smallest allowed size is (0,0) > QWidget::setMaximumSize: (unnamed/QLabel) Negative sizes (61,-4) are not possible > QWidget::setMinimumSize: The smallest allowed size is (0,0) > QWidget::setMaximumSize: (unnamed/DigitalClock) Negative sizes (2,-4) are not possible > QWidget::setMinimumSize: The smallest allowed size is (0,0) > QWidget::setMaximumSize: (unnamed/QLabel) Negative sizes (61,-4) are not possible > QWidget::setMinimumSize: The smallest allowed size is (0,0) > QWidget::setMaximumSize: (unnamed/DigitalClock) Negative sizes (2,-4) are not possible > QWidget::setMinimumSize: The smallest allowed size is (0,0) > QWidget::setMaximumSize: (unnamed/QLabel) Negative sizes (61,-4) are not possible > Invalid entry (missing '=') at /usr/X11R6/bin/mozilla:7 > Invalid entry (missing '=') at /usr/X11R6/bin/mozilla:9 > Invalid entry (missing '=') at /usr/X11R6/bin/mozilla:10 > Invalid entry (missing '=') at /usr/X11R6/bin/mozilla:12 > Invalid entry (missing '=') at /usr/X11R6/bin/mozilla:13 > Invalid entry (missing '=') at /usr/X11R6/bin/mozilla:14 > Invalid entry (missing '=') at /usr/X11R6/bin/mozilla:15 > Invalid entry (missing '=') at /usr/X11R6/bin/mozilla:16 > Invalid entry (missing '=') at /usr/X11R6/bin/mozilla:18 > Invalid entry (missing '=') at /usr/X11R6/bin/mozilla:19 > Invalid entry (missing '=') at /usr/X11R6/bin/mozilla:22 > Invalid entry (missing '=') at /usr/X11R6/bin/mozilla:23 > Invalid entry (missing '=') at /usr/X11R6/bin/mozilla:26 Most of this looks like Qt junk (which I'm really not too sure about). The Mozilla errors are interesting. Looks like your Mozilla shell script might be busted. Can you send the shell script? Did you symlink another shell over /bin/sh? Joe -- PGP Key : http://www.marcuscom.com/pgp.asc To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-gnome" in the body of the message From owner-freebsd-gnome Wed Jan 22 13:14:55 2003 Delivered-To: freebsd-gnome@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A5DD137B401 for ; Wed, 22 Jan 2003 13:14:51 -0800 (PST) Received: from fep2.cogeco.net (smtp.cogeco.net [216.221.81.25]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0D0AE43ED8 for ; Wed, 22 Jan 2003 13:14:51 -0800 (PST) (envelope-from dlavigne6@cogeco.ca) Received: from dhcp-17-14.kico2.on.cogeco.ca (d226-42-146.home.cgocable.net [24.226.42.146]) by fep2.cogeco.net (Postfix) with ESMTP id 245F07E5F; Wed, 22 Jan 2003 16:16:11 -0500 (EST) Date: Wed, 22 Jan 2003 16:18:41 -0500 (EST) From: Dru X-X-Sender: dlavigne6@dhcp-17-14.kico2.on.cogeco.ca To: Joe Marcus Clarke Cc: FreeBSD GNOME Users Subject: Re: mozilla 1.2.1,2 In-Reply-To: <1043269749.339.33.camel@gyros> Message-ID: <20030122161758.Y201@dhcp-17-14.kico2.on.cogeco.ca> References: <20030122154951.G201@dhcp-17-14.kico2.on.cogeco.ca> <1043269749.339.33.camel@gyros> MIME-Version: 1.0 Content-Type: MULTIPART/MIXED; BOUNDARY="0-1618124049-1043270321=:201" Sender: owner-freebsd-gnome@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG This message is in MIME format. The first part should be readable text, while the remaining parts are likely unreadable without MIME-aware tools. Send mail to mime@docserver.cac.washington.edu for more info. --0-1618124049-1043270321=:201 Content-Type: TEXT/PLAIN; charset=US-ASCII On Wed, 22 Jan 2003, Joe Marcus Clarke wrote: > On Wed, 2003-01-22 at 15:54, Dru wrote: > > Hello, > > > > Running FreeBSD 4.7-RELEASE, last world Dec. 10. Cvsup daily; mozilla > > stopped working after a portupgrade this morning. Get this error: > > > > No running window found. > > > > Along with this stuff happening in the background: > > > > > > QFont::setPointSize: Point size <= 0 (-3) > > QWidget::setMinimumSize: The smallest allowed size is (0,0) > > QWidget::setMaximumSize: (unnamed/DigitalClock) Negative sizes (2,-4) are not possible > > QWidget::setMinimumSize: The smallest allowed size is (0,0) > > QWidget::setMaximumSize: (unnamed/QLabel) Negative sizes (61,-4) are not possible > > QWidget::setMinimumSize: The smallest allowed size is (0,0) > > QWidget::setMaximumSize: (unnamed/DigitalClock) Negative sizes (2,-4) are not possible > > QWidget::setMinimumSize: The smallest allowed size is (0,0) > > QWidget::setMaximumSize: (unnamed/QLabel) Negative sizes (61,-4) are not possible > > QWidget::setMinimumSize: The smallest allowed size is (0,0) > > QWidget::setMaximumSize: (unnamed/DigitalClock) Negative sizes (2,-4) are not possible > > QWidget::setMinimumSize: The smallest allowed size is (0,0) > > QWidget::setMaximumSize: (unnamed/QLabel) Negative sizes (61,-4) are not possible > > QWidget::setMinimumSize: The smallest allowed size is (0,0) > > QWidget::setMaximumSize: (unnamed/DigitalClock) Negative sizes (2,-4) are not possible > > QWidget::setMinimumSize: The smallest allowed size is (0,0) > > QWidget::setMaximumSize: (unnamed/QLabel) Negative sizes (61,-4) are not possible > > QWidget::setMinimumSize: The smallest allowed size is (0,0) > > QWidget::setMaximumSize: (unnamed/DigitalClock) Negative sizes (2,-4) are not possible > > QWidget::setMinimumSize: The smallest allowed size is (0,0) > > QWidget::setMaximumSize: (unnamed/QLabel) Negative sizes (61,-4) are not possible > > QWidget::setMinimumSize: The smallest allowed size is (0,0) > > QWidget::setMaximumSize: (unnamed/DigitalClock) Negative sizes (2,-4) are not possible > > QWidget::setMinimumSize: The smallest allowed size is (0,0) > > QWidget::setMaximumSize: (unnamed/QLabel) Negative sizes (61,-4) are not possible > > QWidget::setMinimumSize: The smallest allowed size is (0,0) > > QWidget::setMaximumSize: (unnamed/DigitalClock) Negative sizes (2,-4) are not possible > > QWidget::setMinimumSize: The smallest allowed size is (0,0) > > QWidget::setMaximumSize: (unnamed/QLabel) Negative sizes (61,-4) are not possible > > QWidget::setMinimumSize: The smallest allowed size is (0,0) > > QWidget::setMaximumSize: (unnamed/DigitalClock) Negative sizes (2,-4) are not possible > > QWidget::setMinimumSize: The smallest allowed size is (0,0) > > QWidget::setMaximumSize: (unnamed/QLabel) Negative sizes (61,-4) are not possible > > QWidget::setMinimumSize: The smallest allowed size is (0,0) > > QWidget::setMaximumSize: (unnamed/DigitalClock) Negative sizes (2,-4) are not possible > > QWidget::setMinimumSize: The smallest allowed size is (0,0) > > QWidget::setMaximumSize: (unnamed/QLabel) Negative sizes (61,-4) are not possible > > QWidget::setMinimumSize: The smallest allowed size is (0,0) > > QWidget::setMaximumSize: (unnamed/DigitalClock) Negative sizes (2,-4) are not possible > > QWidget::setMinimumSize: The smallest allowed size is (0,0) > > QWidget::setMaximumSize: (unnamed/QLabel) Negative sizes (61,-4) are not possible > > QWidget::setMinimumSize: The smallest allowed size is (0,0) > > QWidget::setMaximumSize: (unnamed/DigitalClock) Negative sizes (2,-4) are not possible > > QWidget::setMinimumSize: The smallest allowed size is (0,0) > > QWidget::setMaximumSize: (unnamed/QLabel) Negative sizes (61,-4) are not possible > > QWidget::setMinimumSize: The smallest allowed size is (0,0) > > QWidget::setMaximumSize: (unnamed/DigitalClock) Negative sizes (2,-4) are not possible > > QWidget::setMinimumSize: The smallest allowed size is (0,0) > > QWidget::setMaximumSize: (unnamed/QLabel) Negative sizes (61,-4) are not possible > > QWidget::setMinimumSize: The smallest allowed size is (0,0) > > QWidget::setMaximumSize: (unnamed/DigitalClock) Negative sizes (2,-4) are not possible > > QWidget::setMinimumSize: The smallest allowed size is (0,0) > > QWidget::setMaximumSize: (unnamed/QLabel) Negative sizes (61,-4) are not possible > > QWidget::setMinimumSize: The smallest allowed size is (0,0) > > QWidget::setMaximumSize: (unnamed/DigitalClock) Negative sizes (2,-4) are not possible > > QWidget::setMinimumSize: The smallest allowed size is (0,0) > > QWidget::setMaximumSize: (unnamed/QLabel) Negative sizes (61,-4) are not possible > > Invalid entry (missing '=') at /usr/X11R6/bin/mozilla:7 > > Invalid entry (missing '=') at /usr/X11R6/bin/mozilla:9 > > Invalid entry (missing '=') at /usr/X11R6/bin/mozilla:10 > > Invalid entry (missing '=') at /usr/X11R6/bin/mozilla:12 > > Invalid entry (missing '=') at /usr/X11R6/bin/mozilla:13 > > Invalid entry (missing '=') at /usr/X11R6/bin/mozilla:14 > > Invalid entry (missing '=') at /usr/X11R6/bin/mozilla:15 > > Invalid entry (missing '=') at /usr/X11R6/bin/mozilla:16 > > Invalid entry (missing '=') at /usr/X11R6/bin/mozilla:18 > > Invalid entry (missing '=') at /usr/X11R6/bin/mozilla:19 > > Invalid entry (missing '=') at /usr/X11R6/bin/mozilla:22 > > Invalid entry (missing '=') at /usr/X11R6/bin/mozilla:23 > > Invalid entry (missing '=') at /usr/X11R6/bin/mozilla:26 > > Most of this looks like Qt junk (which I'm really not too sure about). > The Mozilla errors are interesting. Looks like your Mozilla shell > script might be busted. Can you send the shell script? Did you symlink > another shell over /bin/sh? script attached. Thanks. DRu --0-1618124049-1043270321=:201 Content-Type: TEXT/PLAIN; charset=US-ASCII; name=this Content-Transfer-Encoding: BASE64 Content-ID: <20030122161841.H201@dhcp-17-14.kico2.on.cogeco.ca> Content-Description: Content-Disposition: attachment; filename=this IyEvYmluL3NoDQoNCk1PWklMTEFfRElSPSIvdXNyL1gxMVI2L2xpYi9tb3pp bGxhIg0KTU9aSUxMQV9FWEVDPSJtb3ppbGxhIg0KTE9DQVRJT049J25ldy10 YWInDQoNCmNkICRNT1pJTExBX0RJUiAgICAgICAgICAgICAgICAgICAgICAg ICAgICAgICAgICAgICB8fCBleGl0IDENCg0KY2FzZSAkMSBpbg0KICAgIC1t YWlsKQ0KICAgIAlSRU1PVEVfQ09NTUFORD0ieGZlRG9Db21tYW5kIChvcGVu SW5ib3gpIg0KCTs7DQogICAgLSopDQogICAgCWV4ZWMgLi8kTU9aSUxMQV9F WEVDICIkQCINCgk7Ow0KICAgICopDQogICAgCVJFTU9URV9DT01NQU5EPSJv cGVuVVJMKCRALCAkTE9DQVRJT04pIg0KCTs7DQplc2FjDQogICAgDQojIHBy b2Nlc3MgZm91bmQNCi4vJE1PWklMTEFfRVhFQyAtcmVtb3RlICJwaW5nKCki ICAgICAgICAgICAgICAgICAgICAmJg0KLi8kTU9aSUxMQV9FWEVDIC1yZW1v dGUgIiRSRU1PVEVfQ09NTUFORCIgICAgICAgICAgICYmIGV4aXQgMA0KDQoj IG5vIGV4aXN0aW5nIHByb2Nlc3MNCmV4ZWMgLi8kTU9aSUxMQV9FWEVDICIk QCINCg0K --0-1618124049-1043270321=:201-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-gnome" in the body of the message From owner-freebsd-gnome Wed Jan 22 13:16:15 2003 Delivered-To: freebsd-gnome@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 650CE37B401; Wed, 22 Jan 2003 13:16:14 -0800 (PST) Received: from creme-brulee.marcuscom.com (rdu57-17-158.nc.rr.com [66.57.17.158]) by mx1.FreeBSD.org (Postfix) with ESMTP id B379243F13; Wed, 22 Jan 2003 13:16:12 -0800 (PST) (envelope-from marcus@marcuscom.com) Received: from [10.2.1.4] (vpn-client-4.marcuscom.com [10.2.1.4]) by creme-brulee.marcuscom.com (8.12.6/8.12.6) with ESMTP id h0MLEjDx014639; Wed, 22 Jan 2003 16:14:46 -0500 (EST) (envelope-from marcus@marcuscom.com) Subject: Re: FreeBSD Port: mozilla-1.2.1 popups From: Joe Marcus Clarke To: "L. S. Colby" Cc: FreeBSD GNOME Users , ports@freebsd.org In-Reply-To: <1043186480.61589.18.camel@gyros> References: <3E2DC2F6.4090001@gwirynybyd.net> <1043186480.61589.18.camel@gyros> Content-Type: text/plain Organization: MarcusCom, Inc. Message-Id: <1043270144.339.39.camel@gyros> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.2.1 Date: 22 Jan 2003 16:15:44 -0500 Content-Transfer-Encoding: 7bit X-Spam-Status: No, hits=-2.5 required=5.0 tests=AWL,IN_REP_TO,NOSPAM_INC,QUOTED_EMAIL_TEXT,REFERENCES, SPAM_PHRASE_00_01 version=2.43 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, 2003-01-21 at 17:01, Joe Marcus Clarke wrote: > On Tue, 2003-01-21 at 17:00, L. S. Colby wrote: > > Hello, > > > > I've installed Mozilla-1.2.1 from source using portupgrade and WITH_GTK2 > > and WITH_CALENDAR on Freebsd-4.7-stable. > > > > So far so good. > > > > Mozilla works fine with the java plugin but has problems with current > > linux-flashplayer/flashplayerwrapper - player class has unresolved > > symbol - which I expect you are aware of. > > > > This version of Mozilla is supposed to allow popup detection and > > banisment and the help documentation makes reference to this function as > > a keword - popup - but there is no documentation, and under preferences > > there is no option to ignore popups. > > > > Is this an oversight, a bug or policy? > > I have no idea. I didn't disable it explicitly. I also can't find any > documentation on this feature on Mozilla's website. Where did you learn > about this? I found it. You can access the Pop-up blocking functionality starting in Mozilla 1.3a under Tools->Popup Manager. Joe > > Joe -- PGP Key : http://www.marcuscom.com/pgp.asc To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-gnome" in the body of the message From owner-freebsd-gnome Wed Jan 22 13:19:27 2003 Delivered-To: freebsd-gnome@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2973737B401 for ; Wed, 22 Jan 2003 13:19:24 -0800 (PST) Received: from creme-brulee.marcuscom.com (rdu57-17-158.nc.rr.com [66.57.17.158]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5951E43EB2 for ; Wed, 22 Jan 2003 13:19:23 -0800 (PST) (envelope-from marcus@marcuscom.com) Received: from [10.2.1.4] (vpn-client-4.marcuscom.com [10.2.1.4]) by creme-brulee.marcuscom.com (8.12.6/8.12.6) with ESMTP id h0MLHuDx014671; Wed, 22 Jan 2003 16:17:56 -0500 (EST) (envelope-from marcus@marcuscom.com) Subject: Re: mozilla 1.2.1,2 From: Joe Marcus Clarke To: Dru Cc: FreeBSD GNOME Users In-Reply-To: <20030122161758.Y201@dhcp-17-14.kico2.on.cogeco.ca> References: <20030122154951.G201@dhcp-17-14.kico2.on.cogeco.ca> <1043269749.339.33.camel@gyros> <20030122161758.Y201@dhcp-17-14.kico2.on.cogeco.ca> Content-Type: text/plain Organization: MarcusCom, Inc. Message-Id: <1043270334.339.42.camel@gyros> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.2.1 Date: 22 Jan 2003 16:18:55 -0500 Content-Transfer-Encoding: 7bit X-Spam-Status: No, hits=-2.5 required=5.0 tests=AWL,IN_REP_TO,NOSPAM_INC,QUOTED_EMAIL_TEXT,REFERENCES, SPAM_PHRASE_00_01 version=2.43 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, 2003-01-22 at 16:18, Dru wrote: > On Wed, 22 Jan 2003, Joe Marcus Clarke wrote: > > > On Wed, 2003-01-22 at 15:54, Dru wrote: > > > Hello, > > > > > > Running FreeBSD 4.7-RELEASE, last world Dec. 10. Cvsup daily; mozilla > > > stopped working after a portupgrade this morning. Get this error: > > > > > > No running window found. > > > > > > Along with this stuff happening in the background: > > > > > > > > > > QFont::setPointSize: Point size <= 0 (-3) > > > QWidget::setMinimumSize: The smallest allowed size is (0,0) > > > QWidget::setMaximumSize: (unnamed/DigitalClock) Negative sizes (2,-4) are not possible > > > QWidget::setMinimumSize: The smallest allowed size is (0,0) > > > QWidget::setMaximumSize: (unnamed/QLabel) Negative sizes (61,-4) are not possible > > > QWidget::setMinimumSize: The smallest allowed size is (0,0) > > > QWidget::setMaximumSize: (unnamed/DigitalClock) Negative sizes (2,-4) are not possible > > > QWidget::setMinimumSize: The smallest allowed size is (0,0) > > > QWidget::setMaximumSize: (unnamed/QLabel) Negative sizes (61,-4) are not possible > > > QWidget::setMinimumSize: The smallest allowed size is (0,0) > > > QWidget::setMaximumSize: (unnamed/DigitalClock) Negative sizes (2,-4) are not possible > > > QWidget::setMinimumSize: The smallest allowed size is (0,0) > > > QWidget::setMaximumSize: (unnamed/QLabel) Negative sizes (61,-4) are not possible > > > QWidget::setMinimumSize: The smallest allowed size is (0,0) > > > QWidget::setMaximumSize: (unnamed/DigitalClock) Negative sizes (2,-4) are not possible > > > QWidget::setMinimumSize: The smallest allowed size is (0,0) > > > QWidget::setMaximumSize: (unnamed/QLabel) Negative sizes (61,-4) are not possible > > > QWidget::setMinimumSize: The smallest allowed size is (0,0) > > > QWidget::setMaximumSize: (unnamed/DigitalClock) Negative sizes (2,-4) are not possible > > > QWidget::setMinimumSize: The smallest allowed size is (0,0) > > > QWidget::setMaximumSize: (unnamed/QLabel) Negative sizes (61,-4) are not possible > > > QWidget::setMinimumSize: The smallest allowed size is (0,0) > > > QWidget::setMaximumSize: (unnamed/DigitalClock) Negative sizes (2,-4) are not possible > > > QWidget::setMinimumSize: The smallest allowed size is (0,0) > > > QWidget::setMaximumSize: (unnamed/QLabel) Negative sizes (61,-4) are not possible > > > QWidget::setMinimumSize: The smallest allowed size is (0,0) > > > QWidget::setMaximumSize: (unnamed/DigitalClock) Negative sizes (2,-4) are not possible > > > QWidget::setMinimumSize: The smallest allowed size is (0,0) > > > QWidget::setMaximumSize: (unnamed/QLabel) Negative sizes (61,-4) are not possible > > > QWidget::setMinimumSize: The smallest allowed size is (0,0) > > > QWidget::setMaximumSize: (unnamed/DigitalClock) Negative sizes (2,-4) are not possible > > > QWidget::setMinimumSize: The smallest allowed size is (0,0) > > > QWidget::setMaximumSize: (unnamed/QLabel) Negative sizes (61,-4) are not possible > > > QWidget::setMinimumSize: The smallest allowed size is (0,0) > > > QWidget::setMaximumSize: (unnamed/DigitalClock) Negative sizes (2,-4) are not possible > > > QWidget::setMinimumSize: The smallest allowed size is (0,0) > > > QWidget::setMaximumSize: (unnamed/QLabel) Negative sizes (61,-4) are not possible > > > QWidget::setMinimumSize: The smallest allowed size is (0,0) > > > QWidget::setMaximumSize: (unnamed/DigitalClock) Negative sizes (2,-4) are not possible > > > QWidget::setMinimumSize: The smallest allowed size is (0,0) > > > QWidget::setMaximumSize: (unnamed/QLabel) Negative sizes (61,-4) are not possible > > > QWidget::setMinimumSize: The smallest allowed size is (0,0) > > > QWidget::setMaximumSize: (unnamed/DigitalClock) Negative sizes (2,-4) are not possible > > > QWidget::setMinimumSize: The smallest allowed size is (0,0) > > > QWidget::setMaximumSize: (unnamed/QLabel) Negative sizes (61,-4) are not possible > > > QWidget::setMinimumSize: The smallest allowed size is (0,0) > > > QWidget::setMaximumSize: (unnamed/DigitalClock) Negative sizes (2,-4) are not possible > > > QWidget::setMinimumSize: The smallest allowed size is (0,0) > > > QWidget::setMaximumSize: (unnamed/QLabel) Negative sizes (61,-4) are not possible > > > QWidget::setMinimumSize: The smallest allowed size is (0,0) > > > QWidget::setMaximumSize: (unnamed/DigitalClock) Negative sizes (2,-4) are not possible > > > QWidget::setMinimumSize: The smallest allowed size is (0,0) > > > QWidget::setMaximumSize: (unnamed/QLabel) Negative sizes (61,-4) are not possible > > > QWidget::setMinimumSize: The smallest allowed size is (0,0) > > > QWidget::setMaximumSize: (unnamed/DigitalClock) Negative sizes (2,-4) are not possible > > > QWidget::setMinimumSize: The smallest allowed size is (0,0) > > > QWidget::setMaximumSize: (unnamed/QLabel) Negative sizes (61,-4) are not possible > > > Invalid entry (missing '=') at /usr/X11R6/bin/mozilla:7 > > > Invalid entry (missing '=') at /usr/X11R6/bin/mozilla:9 > > > Invalid entry (missing '=') at /usr/X11R6/bin/mozilla:10 > > > Invalid entry (missing '=') at /usr/X11R6/bin/mozilla:12 > > > Invalid entry (missing '=') at /usr/X11R6/bin/mozilla:13 > > > Invalid entry (missing '=') at /usr/X11R6/bin/mozilla:14 > > > Invalid entry (missing '=') at /usr/X11R6/bin/mozilla:15 > > > Invalid entry (missing '=') at /usr/X11R6/bin/mozilla:16 > > > Invalid entry (missing '=') at /usr/X11R6/bin/mozilla:18 > > > Invalid entry (missing '=') at /usr/X11R6/bin/mozilla:19 > > > Invalid entry (missing '=') at /usr/X11R6/bin/mozilla:22 > > > Invalid entry (missing '=') at /usr/X11R6/bin/mozilla:23 > > > Invalid entry (missing '=') at /usr/X11R6/bin/mozilla:26 > > > > Most of this looks like Qt junk (which I'm really not too sure about). > > The Mozilla errors are interesting. Looks like your Mozilla shell > > script might be busted. Can you send the shell script? Did you symlink > > another shell over /bin/sh? > > > script attached. This looks fine to me. Have you modified /bin/sh at all? Of course, this might be a red herring. I'm not sure the shell is the thing outputting these messages. I suspect a font problem perhaps. Make sure you have the latest fontconfig and Xft (if you built Mozilla with Xft support), then run fc-cache. While this shouldn't be necessary with the latest fontconfig, it may help. Joe > > Thanks. > > DRu -- PGP Key : http://www.marcuscom.com/pgp.asc To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-gnome" in the body of the message From owner-freebsd-gnome Wed Jan 22 13:31:56 2003 Delivered-To: freebsd-gnome@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4E62137B401 for ; Wed, 22 Jan 2003 13:31:54 -0800 (PST) Received: from fep3.cogeco.net (smtp.cogeco.net [216.221.81.25]) by mx1.FreeBSD.org (Postfix) with ESMTP id 30DB543ED8 for ; Wed, 22 Jan 2003 13:31:53 -0800 (PST) (envelope-from dlavigne6@cogeco.ca) Received: from dhcp-17-14.kico2.on.cogeco.ca (d226-42-146.home.cgocable.net [24.226.42.146]) by fep3.cogeco.net (Postfix) with ESMTP id EE0C32A01; Wed, 22 Jan 2003 16:30:57 -0500 (EST) Date: Wed, 22 Jan 2003 16:34:49 -0500 (EST) From: Dru X-X-Sender: dlavigne6@dhcp-17-14.kico2.on.cogeco.ca To: Joe Marcus Clarke Cc: FreeBSD GNOME Users Subject: Re: mozilla 1.2.1,2 In-Reply-To: <1043270334.339.42.camel@gyros> Message-ID: <20030122162834.F201@dhcp-17-14.kico2.on.cogeco.ca> References: <20030122154951.G201@dhcp-17-14.kico2.on.cogeco.ca> <1043269749.339.33.camel@gyros> <20030122161758.Y201@dhcp-17-14.kico2.on.cogeco.ca> <1043270334.339.42.camel@gyros> 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 > This looks fine to me. Have you modified /bin/sh at all? Of course, > this might be a red herring. I'm not sure the shell is the thing > outputting these messages. I suspect a font problem perhaps. Make sure > you have the latest fontconfig and Xft (if you built Mozilla with Xft > support), then run fc-cache. While this shouldn't be necessary with the > latest fontconfig, it may help. Never touched /bin/sh. Where do I go about finding this fontconfig and Xft? (don't show up with "which"). I noticed a connection to port 7001 today for the first time and killed it as I had never seen it before (this was _after_ the mozilla problem). It was for Xfbe or something like that. Ran fc-cache as root, same error when I try to start Mozilla. I'm thinking of deinstalling (again) and reinstalling. Any suggestions to watch out for when I retry the port? Dru To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-gnome" in the body of the message From owner-freebsd-gnome Wed Jan 22 13:51:15 2003 Delivered-To: freebsd-gnome@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9005A37B401 for ; Wed, 22 Jan 2003 13:51:01 -0800 (PST) Received: from opiate.thirteenandtwo.org (CPE0030ab0ef2bb-CM014490123332.cpe.net.cable.rogers.com [24.103.202.201]) by mx1.FreeBSD.org (Postfix) with ESMTP id CF91A43E4A for ; Wed, 22 Jan 2003 13:49:27 -0800 (PST) (envelope-from munish@opiate.thirteenandtwo.org) Received: from opiate.thirteenandtwo.org (localhost.thirteenandtwo.org [127.0.0.1]) by opiate.thirteenandtwo.org (8.12.6/8.12.6) with ESMTP id h0MLnRkq093104 for ; Wed, 22 Jan 2003 16:49:27 -0500 (EST) (envelope-from munish@opiate.thirteenandtwo.org) Received: (from munish@localhost) by opiate.thirteenandtwo.org (8.12.6/8.12.6/Submit) id h0MLnK5Y093099 for gnome@freebsd.org; Wed, 22 Jan 2003 16:49:20 -0500 (EST) Date: Wed, 22 Jan 2003 16:49:20 -0500 From: Munish Chopra To: gnome@freebsd.org Subject: mozilla-devel-gtk2 failure on -CURRENT Message-ID: <20030122214920.GC2963@opiate.thirteenandtwo.org> Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="G4iJoqBmSsgzjUCe" Content-Disposition: inline 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 --G4iJoqBmSsgzjUCe Content-Type: text/plain; charset=us-ascii Content-Disposition: inline The port fails to build. I've been having the same problem with phoenix (straight phoenix cvs, not the port), it wants pango 1.1.0 but can only find pango 1.0.5. The standalone pango port is at 1.0.5 - I'm not sure whether it's since been integrated as part of gnome? I've attached the config.log - any hints would be greatly appreciated. Snip from the build: checking for freetype-config... /usr/local/bin/freetype-config checking for FreeType - version >= 6.1.0... yes checking for xft... yes checking MOZ_XFT_CFLAGS... -I/usr/X11R6/include -I/usr/local/include/freetype2 - I/usr/local/include checking MOZ_XFT_LIBS... -L/usr/X11R6/lib -L/usr/local/lib -lXft2 -lfreetype -lX ext -lXrender -lfontconfig checking for pango >= 1.1.0... Requested 'pango >= 1.1.0' but version of Pango is 1.0.5 configure: error: Library requirements (pango >= 1.1.0) not met; consider adjust ing the PKG_CONFIG_PATH environment variable if your libraries are in a nonstand ard prefix so pkg-config can find them. FreeBSD opiate.thirteenandtwo.org 5.0-CURRENT FreeBSD 5.0-CURRENT #15: Sun Jan 5 19:13:10 EST 2003 munish@opiate.thirteenandtwo.org:/usr/src/sys/i386/compile/OPIATE i386 -- Munish Chopra --G4iJoqBmSsgzjUCe Content-Type: text/plain; charset=us-ascii Content-Disposition: attachment; filename="config.log" This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake. configure:831: checking host system type configure:852: checking target system type configure:870: checking build system type configure:2259: checking for gcc configure:2372: checking whether the C compiler (cc -O -pipe ) works configure:2388: cc -o conftest -O -pipe conftest.c 1>&5 configure:2414: checking whether the C compiler (cc -O -pipe ) is a cross-compiler configure:2419: checking whether we are using GNU C configure:2428: cc -E conftest.c configure:2447: checking whether cc accepts -g configure:2483: checking for c++ configure:2515: checking whether the C++ compiler (c++ -O -pipe -fmemoize-lookups -fsave-memoized ) works configure:2531: c++ -o conftest -O -pipe -fmemoize-lookups -fsave-memoized conftest.C 1>&5 configure:2557: checking whether the C++ compiler (c++ -O -pipe -fmemoize-lookups -fsave-memoized ) is a cross-compiler configure:2562: checking whether we are using GNU C++ configure:2571: c++ -E conftest.C configure:2590: checking whether c++ accepts -g configure:2624: checking for ranlib configure:2656: checking for as configure:2697: checking for ar configure:2738: checking for ld configure:2779: checking for strip configure:2820: checking for dlltool configure:2885: checking whether cc understands -c and -o together configure:2897: cc -c conftest.c -o conftest.o 1>&5 configure:2898: cc -c conftest.c -o conftest.o 1>&5 configure:2967: checking how to run the C preprocessor configure:2988: cc -E conftest.c >/dev/null 2>conftest.out configure:3047: checking how to run the C++ preprocessor configure:3065: c++ -E conftest.C >/dev/null 2>conftest.out configure:3101: checking for a BSD compatible install configure:3154: checking whether ln -s works configure:3179: checking for gawk configure:3213: checking for perl5 configure:3253: checking for minimum required perl version >= 5.004 configure:3263: checking for full perl installation configure:3276: checking for doxygen configure:3312: checking for whoami configure:3348: checking for autoconf configure:3384: checking for unzip configure:3422: checking for zip configure:3463: checking for makedepend configure:3498: checking for xargs configure:3539: checking for gmake configure:3595: checking whether /usr/local/bin/gmake sets ${MAKE} configure:3627: checking for X configure:3941: checking for dnet_ntoa in -ldnet configure:3960: cc -o conftest -O -pipe conftest.c -ldnet 1>&5 /usr/bin/ld: cannot find -ldnet configure: failed program was: #line 3949 "configure" #include "confdefs.h" /* Override any gcc2 internal prototype to avoid an error. */ /* We use char because int might match the return type of a gcc2 builtin and then its argument prototype would still apply. */ char dnet_ntoa(); int main() { dnet_ntoa() ; return 0; } configure:3982: checking for dnet_ntoa in -ldnet_stub configure:4001: cc -o conftest -O -pipe conftest.c -ldnet_stub 1>&5 /usr/bin/ld: cannot find -ldnet_stub configure: failed program was: #line 3990 "configure" #include "confdefs.h" /* Override any gcc2 internal prototype to avoid an error. */ /* We use char because int might match the return type of a gcc2 builtin and then its argument prototype would still apply. */ char dnet_ntoa(); int main() { dnet_ntoa() ; return 0; } configure:4030: checking for gethostbyname configure:4058: cc -o conftest -O -pipe conftest.c 1>&5 configure:4128: checking for connect configure:4156: cc -o conftest -O -pipe conftest.c 1>&5 configure:4220: checking for remove configure:4248: cc -o conftest -O -pipe conftest.c 1>&5 configure:4312: checking for shmat configure:4340: cc -o conftest -O -pipe conftest.c 1>&5 configure:4413: checking for IceConnectionNumber in -lICE configure:4432: cc -o conftest -O -pipe -L/usr/X11R6/lib conftest.c -lICE 1>&5 configure:4696: checking whether ld has archive extraction flags configure:4720: cc -o conftest -O -pipe -I/usr/X11R6/include -Wl,--whole-archive conftest.c -Wl,--no-whole-archive 1>&5 configure:5695: checking for ANSI C header files configure:5708: cc -E -I/usr/X11R6/include conftest.c >/dev/null 2>conftest.out configure:5775: cc -o conftest -O -pipe -I/usr/X11R6/include conftest.c 1>&5 configure:5799: checking for working const configure:5853: cc -c -O -pipe -I/usr/X11R6/include conftest.c 1>&5 configure:5874: checking for mode_t configure:5907: checking for off_t configure:5940: checking for pid_t configure:5973: checking for size_t configure:6006: checking for uid_t in sys/types.h configure:6040: checking for st_blksize in struct stat configure:6053: cc -c -O -pipe -I/usr/X11R6/include conftest.c 1>&5 configure:6074: checking for siginfo_t configure:6087: cc -c -O -pipe -I/usr/X11R6/include conftest.c 1>&5 configure:6121: checking for int16_t configure:6134: cc -c -O -pipe -I/usr/X11R6/include conftest.c 1>&5 configure:6156: checking for int32_t configure:6169: cc -c -O -pipe -I/usr/X11R6/include conftest.c 1>&5 configure:6191: checking for int64_t configure:6204: cc -c -O -pipe -I/usr/X11R6/include conftest.c 1>&5 configure:6226: checking for int64 configure:6239: cc -c -O -pipe -I/usr/X11R6/include conftest.c 1>&5 configure: In function `main': configure:6235: syntax error before "foo" configure: failed program was: #line 6231 "configure" #include "confdefs.h" #include #include int main() { int64 foo = 0; ; return 0; } configure:6261: checking for uint configure:6274: cc -c -O -pipe -I/usr/X11R6/include conftest.c 1>&5 configure:6296: checking for uint_t configure:6309: cc -c -O -pipe -I/usr/X11R6/include conftest.c 1>&5 configure: In function `main': configure:6305: syntax error before "foo" configure: failed program was: #line 6301 "configure" #include "confdefs.h" #include #include int main() { uint_t foo = 0; ; return 0; } configure:6331: checking for uint16_t configure:6344: cc -c -O -pipe -I/usr/X11R6/include conftest.c 1>&5 configure:6375: checking for uname.domainname configure:6388: c++ -c -O -pipe -fmemoize-lookups -fsave-memoized -I/usr/X11R6/include conftest.C 1>&5 configure: In function `int main()': configure:6384: `struct utsname' has no member named `domainname' configure: failed program was: #line 6380 "configure" #include "confdefs.h" #include int main() { struct utsname *res; char *domain; (void)uname(res); if (res != 0) { domain = res->domainname; } ; return 0; } configure:6412: checking for uname.__domainname configure:6425: c++ -c -O -pipe -fmemoize-lookups -fsave-memoized -I/usr/X11R6/include conftest.C 1>&5 configure: In function `int main()': configure:6421: `struct utsname' has no member named `__domainname' configure: failed program was: #line 6417 "configure" #include "confdefs.h" #include int main() { struct utsname *res; char *domain; (void)uname(res); if (res != 0) { domain = res->__domainname; } ; return 0; } configure:6457: checking for 64-bit OS configure:6467: cc -o conftest -O -pipe -I/usr/X11R6/include conftest.c 1>&5 configure: failed program was: #line 6462 "configure" #include "confdefs.h" int main () { if (sizeof(long) == 8) { return 0; } return 1; } configure:6497: checking for usable wchar_t (2 bytes, unsigned) configure:6512: cc -o conftest -O -pipe -I/usr/X11R6/include conftest.c 1>&5 configure: failed program was: #line 6505 "configure" #include "confdefs.h" #include int main () { return (sizeof(wchar_t) != 2) || (wchar_t)-1 < (wchar_t) 0 ; } configure:6547: checking for compiler -fshort-wchar option configure:6565: c++ -o conftest -O -pipe -fmemoize-lookups -fsave-memoized -fshort-wchar -I/usr/X11R6/include conftest.C 1>&5 configure:6608: checking for wcrtomb configure:6620: c++ -o conftest -O -pipe -fmemoize-lookups -fsave-memoized -fshort-wchar -I/usr/X11R6/include conftest.C 1>&5 configure:6640: checking for mbrtowc configure:6652: c++ -o conftest -O -pipe -fmemoize-lookups -fsave-memoized -fshort-wchar -I/usr/X11R6/include conftest.C 1>&5 configure:6684: checking for dirent.h that defines DIR configure:6697: cc -c -O -pipe -I/usr/X11R6/include conftest.c 1>&5 configure:6722: checking for opendir in -ldir configure:6741: cc -o conftest -O -pipe -I/usr/X11R6/include conftest.c -ldir 1>&5 /usr/bin/ld: cannot find -ldir configure: failed program was: #line 6730 "configure" #include "confdefs.h" /* Override any gcc2 internal prototype to avoid an error. */ /* We use char because int might match the return type of a gcc2 builtin and then its argument prototype would still apply. */ char opendir(); int main() { opendir() ; return 0; } configure:6817: checking for sys/byteorder.h configure:6827: cc -E -I/usr/X11R6/include -I/usr/X11R6/include conftest.c >/dev/null 2>conftest.out configure:6823:27: sys/byteorder.h: No such file or directory configure: failed program was: #line 6822 "configure" #include "confdefs.h" #include configure:6817: checking for compat.h configure:6827: cc -E -I/usr/X11R6/include -I/usr/X11R6/include conftest.c >/dev/null 2>conftest.out configure:6823:20: compat.h: No such file or directory configure: failed program was: #line 6822 "configure" #include "confdefs.h" #include configure:6817: checking for getopt.h configure:6827: cc -E -I/usr/X11R6/include -I/usr/X11R6/include conftest.c >/dev/null 2>conftest.out configure:6857: checking for sys/bitypes.h configure:6867: cc -E -I/usr/X11R6/include -I/usr/X11R6/include conftest.c >/dev/null 2>conftest.out configure:6863:25: sys/bitypes.h: No such file or directory configure: failed program was: #line 6862 "configure" #include "confdefs.h" #include configure:6857: checking for memory.h configure:6867: cc -E -I/usr/X11R6/include -I/usr/X11R6/include conftest.c >/dev/null 2>conftest.out configure:6857: checking for unistd.h configure:6867: cc -E -I/usr/X11R6/include -I/usr/X11R6/include conftest.c >/dev/null 2>conftest.out configure:6897: checking for gnu/libc-version.h configure:6907: cc -E -I/usr/X11R6/include -I/usr/X11R6/include conftest.c >/dev/null 2>conftest.out configure:6903:30: gnu/libc-version.h: No such file or directory configure: failed program was: #line 6902 "configure" #include "confdefs.h" #include configure:6897: checking for nl_types.h configure:6907: cc -E -I/usr/X11R6/include -I/usr/X11R6/include conftest.c >/dev/null 2>conftest.out configure:6937: checking for X11/XKBlib.h configure:6947: cc -E -I/usr/X11R6/include -I/usr/X11R6/include conftest.c >/dev/null 2>conftest.out configure:6978: checking for sys/statvfs.h configure:6988: cc -E -I/usr/X11R6/include -I/usr/X11R6/include conftest.c >/dev/null 2>conftest.out configure:6978: checking for sys/statfs.h configure:6988: cc -E -I/usr/X11R6/include -I/usr/X11R6/include conftest.c >/dev/null 2>conftest.out configure:6984:24: sys/statfs.h: No such file or directory configure: failed program was: #line 6983 "configure" #include "confdefs.h" #include configure:6978: checking for sys/vfs.h configure:6988: cc -E -I/usr/X11R6/include -I/usr/X11R6/include conftest.c >/dev/null 2>conftest.out configure:6984:21: sys/vfs.h: No such file or directory configure: failed program was: #line 6983 "configure" #include "confdefs.h" #include configure:6978: checking for sys/mount.h configure:6988: cc -E -I/usr/X11R6/include -I/usr/X11R6/include conftest.c >/dev/null 2>conftest.out configure:7019: checking for mmintrin.h configure:7029: cc -E -I/usr/X11R6/include -I/usr/X11R6/include conftest.c >/dev/null 2>conftest.out configure:7066: checking for new configure:7076: c++ -E -I/usr/X11R6/include -I/usr/X11R6/include conftest.C >/dev/null 2>conftest.out configure:7117: checking for sys/cdefs.h configure:7127: cc -E -I/usr/X11R6/include -I/usr/X11R6/include conftest.c >/dev/null 2>conftest.out configure:7161: checking for gethostbyname_r in -lc_r configure:7180: cc -o conftest -O -pipe -I/usr/X11R6/include -I/usr/X11R6/include conftest.c -lc_r 1>&5 /var/tmp//ccyVF2Ks.o: In function `main': /var/tmp//ccyVF2Ks.o(.text+0xa): undefined reference to `gethostbyname_r' configure: failed program was: #line 7169 "configure" #include "confdefs.h" /* Override any gcc2 internal prototype to avoid an error. */ /* We use char because int might match the return type of a gcc2 builtin and then its argument prototype would still apply. */ char gethostbyname_r(); int main() { gethostbyname_r() ; return 0; } configure:7210: checking for atan in -lm configure:7229: cc -o conftest -O -pipe -I/usr/X11R6/include -I/usr/X11R6/include conftest.c -lm 1>&5 configure:7257: checking for dlopen in -ldl configure:7276: cc -o conftest -O -pipe -I/usr/X11R6/include -I/usr/X11R6/include conftest.c -ldl -lm 1>&5 /usr/bin/ld: cannot find -ldl configure: failed program was: #line 7265 "configure" #include "confdefs.h" /* Override any gcc2 internal prototype to avoid an error. */ /* We use char because int might match the return type of a gcc2 builtin and then its argument prototype would still apply. */ char dlopen(); int main() { dlopen() ; return 0; } configure:7407: checking for socket in -lsocket configure:7426: cc -o conftest -O -pipe -I/usr/X11R6/include -I/usr/X11R6/include conftest.c -lsocket -lm 1>&5 /usr/bin/ld: cannot find -lsocket configure: failed program was: #line 7415 "configure" #include "confdefs.h" /* Override any gcc2 internal prototype to avoid an error. */ /* We use char because int might match the return type of a gcc2 builtin and then its argument prototype would still apply. */ char socket(); int main() { socket() ; return 0; } configure:7471: checking for XDrawLines in -lX11 configure:7490: cc -o conftest -O -pipe -I/usr/X11R6/include -I/usr/X11R6/include -L/usr/X11R6/lib conftest.c -lX11 -lX11 -lm 1>&5 configure:7512: checking for XextAddDisplay in -lXext configure:7531: cc -o conftest -O -pipe -I/usr/X11R6/include -I/usr/X11R6/include -L/usr/X11R6/lib conftest.c -lXext -lX11 -lm 1>&5 configure:7555: checking for XtFree in -lXt configure:7574: cc -o conftest -O -pipe -I/usr/X11R6/include -I/usr/X11R6/include -L/usr/X11R6/lib conftest.c -lXt -lm 1>&5 configure:7729: checking for XineramaIsActive in -lXinerama configure:7748: cc -o conftest -O -pipe -I/usr/X11R6/include -I/usr/X11R6/include -L/usr/X11R6/lib conftest.c -lXinerama -lX11 -lXext -lm 1>&5 configure:7770: checking for X11/extensions/Xinerama.h configure:7780: cc -E -I/usr/X11R6/include -I/usr/X11R6/include conftest.c >/dev/null 2>conftest.out configure:7803: checking for XShmCreateImage in -lXext configure:7822: cc -o conftest -O -pipe -I/usr/X11R6/include -I/usr/X11R6/include -L/usr/X11R6/lib conftest.c -lXext -lX11 -lXext -lm 1>&5 configure:7844: checking for X11/extensions/XShm.h configure:7854: cc -E -I/usr/X11R6/include -I/usr/X11R6/include conftest.c >/dev/null 2>conftest.out configure:7884: checking for XieFloGeometry in -lXIE configure:7903: cc -o conftest -O -pipe -I/usr/X11R6/include -I/usr/X11R6/include -L/usr/X11R6/lib conftest.c -lXIE -lX11 -lXext -lm 1>&5 configure:7925: checking for X11/extensions/XIElib.h configure:7935: cc -E -I/usr/X11R6/include -I/usr/X11R6/include conftest.c >/dev/null 2>conftest.out configure:7988: cc -c -O -pipe -I/usr/X11R6/include -I/usr/X11R6/include -I/usr/X11R6/include conftest.c 1>&5 configure:8007: checking for pthread_create in -lpthreads cc -o dummy dummy.c -O -pipe -I/usr/X11R6/include -I/usr/X11R6/include -lpthreads -lm /usr/bin/ld: cannot find -lpthreads configure:8029: checking for pthread_create in -lpthread cc -o dummy dummy.c -O -pipe -I/usr/X11R6/include -I/usr/X11R6/include -lpthread -lm /usr/bin/ld: cannot find -lpthread configure:8051: checking for pthread_create in -lc_r cc -o dummy dummy.c -O -pipe -I/usr/X11R6/include -I/usr/X11R6/include -lc_r -lm configure:8129: checking whether cc accepts -pthread configure:8292: checking whether mmap() sees write()s configure:8335: cc -o conftest -O -pipe -I/usr/X11R6/include -I/usr/X11R6/include conftest.c -lm 1>&5 configure:8360: checking whether cc needs -traditional configure:8385:20: termio.h: No such file or directory configure:8406: checking for 8-bit clean memcmp configure:8424: cc -o conftest -O -pipe -I/usr/X11R6/include -I/usr/X11R6/include conftest.c -lm 1>&5 configure:8444: checking for random configure:8472: cc -o conftest -O -pipe -I/usr/X11R6/include -I/usr/X11R6/include conftest.c -lm 1>&5 configure:8444: checking for strerror configure:8472: cc -o conftest -O -pipe -I/usr/X11R6/include -I/usr/X11R6/include conftest.c -lm 1>&5 configure:8444: checking for lchown configure:8472: cc -o conftest -O -pipe -I/usr/X11R6/include -I/usr/X11R6/include conftest.c -lm 1>&5 configure:8444: checking for fchmod configure:8472: cc -o conftest -O -pipe -I/usr/X11R6/include -I/usr/X11R6/include conftest.c -lm 1>&5 configure:8444: checking for snprintf configure:8472: cc -o conftest -O -pipe -I/usr/X11R6/include -I/usr/X11R6/include conftest.c -lm 1>&5 configure:8444: checking for statvfs configure:8472: cc -o conftest -O -pipe -I/usr/X11R6/include -I/usr/X11R6/include conftest.c -lm 1>&5 configure:8444: checking for memmove configure:8472: cc -o conftest -O -pipe -I/usr/X11R6/include -I/usr/X11R6/include conftest.c -lm 1>&5 configure:8444: checking for rint configure:8472: cc -o conftest -O -pipe -I/usr/X11R6/include -I/usr/X11R6/include conftest.c -lm 1>&5 configure:8499: checking for nl_langinfo configure:8527: cc -o conftest -O -pipe -I/usr/X11R6/include -I/usr/X11R6/include conftest.c -lm 1>&5 configure:8499: checking for flockfile configure:8527: cc -o conftest -O -pipe -I/usr/X11R6/include -I/usr/X11R6/include conftest.c -lm 1>&5 configure:8556: checking for localtime_r configure:8584: cc -o conftest -O -pipe -I/usr/X11R6/include -I/usr/X11R6/include conftest.c -lm 1>&5 configure:8556: checking for strtok_r configure:8584: cc -o conftest -O -pipe -I/usr/X11R6/include -I/usr/X11R6/include conftest.c -lm 1>&5 configure:8611: checking for res_ninit() configure:8628: cc -o conftest -O -pipe -I/usr/X11R6/include -I/usr/X11R6/include conftest.c -lm 1>&5 In file included from configure:8621: /usr/include/resolv.h:104: field `nsaddr_list' has incomplete type /usr/include/resolv.h:114: field `addr' has incomplete type /usr/include/resolv.h:129: field `ina' has incomplete type /usr/include/resolv.h:130: field `in6a' has incomplete type configure: failed program was: #line 8616 "configure" #include "confdefs.h" #ifdef linux #define _BSD_SOURCE 1 #endif #include int main() { int foo = res_ninit(&_res); ; return 0; } configure:8658: checking for gnu_get_libc_version() configure:8674: c++ -o conftest -O -pipe -fmemoize-lookups -fsave-memoized -fshort-wchar -I/usr/X11R6/include -I/usr/X11R6/include conftest.C -lm 1>&5 configure: In function `int main()': configure:8670: `gnu_get_libc_version' undeclared (first use this function) configure:8670: (Each undeclared identifier is reported only once for each function it appears in.) configure: failed program was: #line 8663 "configure" #include "confdefs.h" #ifdef HAVE_GNU_LIBC_VERSION_H #include #endif int main() { const char *glibc_version = gnu_get_libc_version(); ; return 0; } configure:8703: checking for iconv in -liconv configure:8725: c++ -o conftest -O -pipe -fmemoize-lookups -fsave-memoized -fshort-wchar -I/usr/X11R6/include -I/usr/X11R6/include conftest.C -liconv -lm 1>&5 /usr/bin/ld: cannot find -liconv configure: failed program was: #line 8711 "configure" #include "confdefs.h" /* Override any gcc2 internal prototype to avoid an error. */ #ifdef __cplusplus extern "C" #endif /* We use char because int might match the return type of a gcc2 builtin and then its argument prototype would still apply. */ char iconv(); int main() { iconv() ; return 0; } configure:8744: checking for libiconv in -liconv configure:8766: c++ -o conftest -O -pipe -fmemoize-lookups -fsave-memoized -fshort-wchar -I/usr/X11R6/include -I/usr/X11R6/include conftest.C -liconv -lm 1>&5 /usr/bin/ld: cannot find -liconv configure: failed program was: #line 8752 "configure" #include "confdefs.h" /* Override any gcc2 internal prototype to avoid an error. */ #ifdef __cplusplus extern "C" #endif /* We use char because int might match the return type of a gcc2 builtin and then its argument prototype would still apply. */ char libiconv(); int main() { libiconv() ; return 0; } configure:8791: checking for iconv() configure:8810: c++ -o conftest -O -pipe -fmemoize-lookups -fsave-memoized -fshort-wchar -I/usr/X11R6/include -I/usr/X11R6/include conftest.C -lm 1>&5 configure:8799:27: iconv.h: No such file or directory configure: In function `int main()': configure:8803: syntax error before `=' token configure:8804: `h' undeclared (first use this function) configure:8804: (Each undeclared identifier is reported only once for each function it appears in.) configure:8804: `iconv' undeclared (first use this function) configure:8805: `iconv_close' undeclared (first use this function) configure: failed program was: #line 8796 "configure" #include "confdefs.h" #include #include int main() { iconv_t h = iconv_open("", ""); iconv(h, NULL, NULL, NULL, NULL); iconv_close(h); ; return 0; } configure:8888: checking whether va_list assignments need array notation configure:8909: cc -o conftest -O -pipe -I/usr/X11R6/include -I/usr/X11R6/include conftest.c -lm 1>&5 configure:8987: checking for C++ exceptions flag configure:9022: checking for gcc 3.0 ABI configure:9040: c++ -c -O -pipe -fmemoize-lookups -fsave-memoized -fshort-wchar -I/usr/X11R6/include -I/usr/X11R6/include conftest.C 1>&5 configure:9061: checking for ios::binary configure:9075: c++ -c -O -pipe -fmemoize-lookups -fsave-memoized -fshort-wchar -I/usr/X11R6/include -I/usr/X11R6/include conftest.C 1>&5 In file included from /usr/include/g++/backward/iostream.h:31, from configure:9067: /usr/include/g++/backward/backward_warning.h:32:2: warning: #warning This file includes at least one deprecated or antiquated header. Please consider using one of the 32 headers found in section 17.4.1.2 of the C++ standard. Examples include substituting the header for the header for C++ includes, or instead of the deprecated header . To disable this warning use -Wno-deprecated. configure:9099: checking for ios::bin configure:9113: c++ -c -O -pipe -fmemoize-lookups -fsave-memoized -fshort-wchar -I/usr/X11R6/include -I/usr/X11R6/include conftest.C 1>&5 In file included from /usr/include/g++/backward/iostream.h:31, from configure:9105: /usr/include/g++/backward/backward_warning.h:32:2: warning: #warning This file includes at least one deprecated or antiquated header. Please consider using one of the 32 headers found in section 17.4.1.2 of the C++ standard. Examples include substituting the header for the header for C++ includes, or instead of the deprecated header . To disable this warning use -Wno-deprecated. configure: In function `int main()': configure:9109: `bin' is not a member of type `std::basic_ios >' configure: failed program was: #line 9104 "configure" #include "confdefs.h" #include #include int main() { char *buffer = "config.log"; fstream *mFileStream=new fstream(buffer, ios::bin); ; return 0; } configure:9136: checking for C++ "explicit" keyword configure:9151: c++ -c -O -pipe -fmemoize-lookups -fsave-memoized -fshort-wchar -I/usr/X11R6/include -I/usr/X11R6/include conftest.C 1>&5 configure:9172: checking for C++ template specialization support configure:9187: c++ -c -O -pipe -fmemoize-lookups -fsave-memoized -fshort-wchar -I/usr/X11R6/include -I/usr/X11R6/include conftest.C 1>&5 configure:9217: checking for modern C++ template specialization syntax support configure:9232: c++ -c -O -pipe -fmemoize-lookups -fsave-memoized -fshort-wchar -I/usr/X11R6/include -I/usr/X11R6/include conftest.C 1>&5 configure:9254: checking whether partial template specialization works configure:9267: c++ -c -O -pipe -fmemoize-lookups -fsave-memoized -fshort-wchar -I/usr/X11R6/include -I/usr/X11R6/include conftest.C 1>&5 configure:9289: checking whether operators must be re-defined for templates derived from templates configure:9306: c++ -c -O -pipe -fmemoize-lookups -fsave-memoized -fshort-wchar -I/usr/X11R6/include -I/usr/X11R6/include conftest.C 1>&5 configure:9328: checking whether we need to cast a derived template to pass as its base class configure:9342: c++ -c -O -pipe -fmemoize-lookups -fsave-memoized -fshort-wchar -I/usr/X11R6/include -I/usr/X11R6/include conftest.C 1>&5 configure:9363: checking whether the compiler can resolve const ambiguities for templates configure:9389: c++ -c -O -pipe -fmemoize-lookups -fsave-memoized -fshort-wchar -I/usr/X11R6/include -I/usr/X11R6/include conftest.C 1>&5 configure:9411: checking whether the C++ "using" keyword can change access configure:9427: c++ -c -O -pipe -fmemoize-lookups -fsave-memoized -fshort-wchar -I/usr/X11R6/include -I/usr/X11R6/include conftest.C 1>&5 configure:9448: checking whether the C++ "using" keyword resolves ambiguity configure:9469: c++ -c -O -pipe -fmemoize-lookups -fsave-memoized -fshort-wchar -I/usr/X11R6/include -I/usr/X11R6/include conftest.C 1>&5 configure:9490: checking for "std::" namespace configure:9502: c++ -c -O -pipe -fmemoize-lookups -fsave-memoized -fshort-wchar -I/usr/X11R6/include -I/usr/X11R6/include conftest.C 1>&5 configure:9523: checking whether standard template operator!=() is ambiguous configure:9538: c++ -c -O -pipe -fmemoize-lookups -fsave-memoized -fshort-wchar -I/usr/X11R6/include -I/usr/X11R6/include conftest.C 1>&5 configure:9560: checking for C++ reinterpret_cast configure:9573: c++ -c -O -pipe -fmemoize-lookups -fsave-memoized -fshort-wchar -I/usr/X11R6/include -I/usr/X11R6/include conftest.C 1>&5 configure:9594: checking for C++ dynamic_cast to void* configure:9621: c++ -o conftest -O -pipe -fmemoize-lookups -fsave-memoized -fshort-wchar -I/usr/X11R6/include -I/usr/X11R6/include conftest.C -lm 1>&5 configure:9645: checking whether C++ requires implementation of unused virtual methods configure:9657: c++ -o conftest -O -pipe -fmemoize-lookups -fsave-memoized -fshort-wchar -I/usr/X11R6/include -I/usr/X11R6/include conftest.C -lm 1>&5 configure:9651: warning: all member functions in class `X' are private configure:9680: checking for trouble comparing to zero near std::operator!=() configure:9696: c++ -c -O -pipe -fmemoize-lookups -fsave-memoized -fshort-wchar -I/usr/X11R6/include -I/usr/X11R6/include conftest.C 1>&5 configure:9728: checking for LC_MESSAGES configure:9740: cc -c -O -pipe -I/usr/X11R6/include -I/usr/X11R6/include conftest.c 1>&5 configure:9816: checking for nspr-config configure:9851: checking for NSPR - version >= 4.0.0 (skipping) configure:9914: checking for jpeg_destroy_compress in -ljpeg configure:9933: cc -o conftest -I/usr/local/include -O -pipe -I/usr/X11R6/include -I/usr/X11R6/include -L/usr/local/lib conftest.c -ljpeg -lm 1>&5 configure:9976: cc -o conftest -I/usr/local/include -O -pipe -I/usr/X11R6/include -I/usr/X11R6/include -L/usr/local/lib conftest.c -ljpeg -lm 1>&5 configure:10016: checking for zlib.h configure:10025: cc -c -Iyes/include -O -pipe -I/usr/X11R6/include -I/usr/X11R6/include conftest.c 1>&5 configure:10039: checking for gzread in -lz configure:10058: cc -o conftest -Iyes/include -O -pipe -I/usr/X11R6/include -I/usr/X11R6/include -Lyes/lib conftest.c -lz -lm 1>&5 configure:10108: checking for png_get_valid in -lpng configure:10127: cc -o conftest -I/usr/local/include -O -pipe -I/usr/X11R6/include -I/usr/X11R6/include -L/usr/local/lib -lz -lz conftest.c -lpng -lm 1>&5 configure:10169: cc -o conftest -I/usr/local/include -O -pipe -I/usr/X11R6/include -I/usr/X11R6/include -L/usr/local/lib -lz -lz conftest.c -lpng -lm 1>&5 configure:10212: checking for mng_initialize in -lmng configure:10231: cc -o conftest -I/usr/local/include -O -pipe -I/usr/X11R6/include -I/usr/X11R6/include -L/usr/local/lib -lz -lz conftest.c -lmng -lm 1>&5 configure:10273: cc -o conftest -I/usr/local/include -O -pipe -I/usr/X11R6/include -I/usr/X11R6/include -L/usr/local/lib -lz -lz conftest.c -lmng -lm 1>&5 configure:10491: checking for gtk-config configure:10526: checking for GTK - version >= 1.2.0 configure:10627: cc -o conftest -O -pipe -I/usr/X11R6/include/gtk12 -I/usr/local/include/glib12 -I/usr/local/include -I/usr/X11R6/include -I/usr/X11R6/include -I/usr/X11R6/include conftest.c -lm -L/usr/X11R6/lib -L/usr/X11R6/lib -lgtk12 -lgdk12 -L/usr/local/lib -Wl,-E -lgmodule12 -lglib12 -lintl -lXi -lXext -lX11 -lm 1>&5 configure:10752: checking for pkg-config configure:10796: checking for gtk+-2.0 >= 1.3.7 configure:10803: checking MOZ_GTK2_CFLAGS configure:10808: checking MOZ_GTK2_LIBS configure:11161: checking for freetype-config configure:11197: checking for FreeType - version >= 6.1.0 configure:11271: cc -o conftest -O -pipe -I/usr/local/include/freetype2 -I/usr/local/include -I/usr/X11R6/include -I/usr/X11R6/include conftest.c -L/usr/local/lib -lfreetype -lm 1>&5 configure:11388: checking for xft configure:11395: checking MOZ_XFT_CFLAGS configure:11400: checking MOZ_XFT_LIBS configure:11478: checking for pango >= 1.1.0 --G4iJoqBmSsgzjUCe-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-gnome" in the body of the message From owner-freebsd-gnome Wed Jan 22 14: 5:30 2003 Delivered-To: freebsd-gnome@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2A09A37B401 for ; Wed, 22 Jan 2003 14:05:29 -0800 (PST) Received: from sv02.webonaut.com (kirk.webonaut.com [212.41.243.26]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0621D43F3F for ; Wed, 22 Jan 2003 14:05:28 -0800 (PST) (envelope-from klammer@webonaut.com) Received: from [212.41.243.28] (sisko.webonaut.com [212.41.243.28]) by sv02.webonaut.com (Postfix) with ESMTP id 4BD62766C6; Wed, 22 Jan 2003 23:05:20 +0100 (CET) Subject: Re: mozilla-devel-gtk2 failure on -CURRENT From: Franz Klammer To: Munish Chopra Cc: gnome@freebsd.org In-Reply-To: <20030122214920.GC2963@opiate.thirteenandtwo.org> References: <20030122214920.GC2963@opiate.thirteenandtwo.org> Content-Type: text/plain Organization: Message-Id: <1043273226.549.29.camel@ds9.webonaut.com> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.2.1 Date: 22 Jan 2003 23:07:06 +0100 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 pango-1.1.2 is part of gnome-2.1. you can upgrade to the (nearly) latest version if you follow the instructions from http://www.marcuscom.com:8080/cgi-bin/cvsweb.cgi franz. Am Mi, 2003-01-22 um 22.49 schrieb Munish Chopra: > The port fails to build. I've been having the same problem with phoenix > (straight phoenix cvs, not the port), it wants pango 1.1.0 but can only > find pango 1.0.5. The standalone pango port is at 1.0.5 - I'm not sure > whether it's since been integrated as part of gnome? > > I've attached the config.log - any hints would be greatly appreciated. > > Snip from the build: > checking for freetype-config... /usr/local/bin/freetype-config > checking for FreeType - version >= 6.1.0... yes > checking for xft... yes > checking MOZ_XFT_CFLAGS... -I/usr/X11R6/include > -I/usr/local/include/freetype2 - > I/usr/local/include > checking MOZ_XFT_LIBS... -L/usr/X11R6/lib -L/usr/local/lib -lXft2 > -lfreetype -lX ext -lXrender > -lfontconfig > checking for pango >= 1.1.0... Requested 'pango >= 1.1.0' but version of > Pango is 1.0.5 > > configure: error: Library requirements (pango >= 1.1.0) not met; > consider adjust ing the > PKG_CONFIG_PATH environment variable if your libraries are in a nonstand > ard prefix so pkg-config can find them. > > FreeBSD opiate.thirteenandtwo.org 5.0-CURRENT FreeBSD 5.0-CURRENT #15: > Sun Jan 5 19:13:10 EST 2003 > munish@opiate.thirteenandtwo.org:/usr/src/sys/i386/compile/OPIATE i386 -- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-gnome" in the body of the message From owner-freebsd-gnome Wed Jan 22 14: 7:39 2003 Delivered-To: freebsd-gnome@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 35D3937B401 for ; Wed, 22 Jan 2003 14:07:38 -0800 (PST) Received: from creme-brulee.marcuscom.com (rdu57-17-158.nc.rr.com [66.57.17.158]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6589343EB2 for ; Wed, 22 Jan 2003 14:07:37 -0800 (PST) (envelope-from marcus@marcuscom.com) Received: from [10.2.1.4] (vpn-client-4.marcuscom.com [10.2.1.4]) by creme-brulee.marcuscom.com (8.12.6/8.12.6) with ESMTP id h0MM6CDx014997; Wed, 22 Jan 2003 17:06:12 -0500 (EST) (envelope-from marcus@marcuscom.com) Subject: Re: mozilla-devel-gtk2 failure on -CURRENT From: Joe Marcus Clarke To: Munish Chopra Cc: FreeBSD GNOME Users In-Reply-To: <20030122214920.GC2963@opiate.thirteenandtwo.org> References: <20030122214920.GC2963@opiate.thirteenandtwo.org> Content-Type: text/plain Organization: MarcusCom, Inc. Message-Id: <1043273230.339.47.camel@gyros> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.2.1 Date: 22 Jan 2003 17:07:11 -0500 Content-Transfer-Encoding: 7bit X-Spam-Status: No, hits=-2.5 required=5.0 tests=AWL,IN_REP_TO,NOSPAM_INC,QUOTED_EMAIL_TEXT,REFERENCES, SPAM_PHRASE_00_01 version=2.43 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, 2003-01-22 at 16:49, Munish Chopra wrote: > The port fails to build. I've been having the same problem with phoenix > (straight phoenix cvs, not the port), it wants pango 1.1.0 but can only > find pango 1.0.5. The standalone pango port is at 1.0.5 - I'm not sure > whether it's since been integrated as part of gnome? Pango 1.1.0 is the next generation pango. It hasn't been added to the ports collection as I'm waiting for GNOME 2.2 to be officially released. However, this isn't a requirement. You cannot enable Xft and GTK2 support with Mozilla right now (unless you're running GNOME 2.1 from my CVS tree). Have you modified the mozilla-devel-gtk2 Makefile to remove the WITHOUT_XFT line? Joe > > I've attached the config.log - any hints would be greatly appreciated. > > Snip from the build: > checking for freetype-config... /usr/local/bin/freetype-config > checking for FreeType - version >= 6.1.0... yes > checking for xft... yes > checking MOZ_XFT_CFLAGS... -I/usr/X11R6/include > -I/usr/local/include/freetype2 - > I/usr/local/include > checking MOZ_XFT_LIBS... -L/usr/X11R6/lib -L/usr/local/lib -lXft2 > -lfreetype -lX ext -lXrender > -lfontconfig > checking for pango >= 1.1.0... Requested 'pango >= 1.1.0' but version of > Pango is 1.0.5 > > configure: error: Library requirements (pango >= 1.1.0) not met; > consider adjust ing the > PKG_CONFIG_PATH environment variable if your libraries are in a nonstand > ard prefix so pkg-config can find them. > > FreeBSD opiate.thirteenandtwo.org 5.0-CURRENT FreeBSD 5.0-CURRENT #15: > Sun Jan 5 19:13:10 EST 2003 > munish@opiate.thirteenandtwo.org:/usr/src/sys/i386/compile/OPIATE i386 -- PGP Key : http://www.marcuscom.com/pgp.asc To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-gnome" in the body of the message From owner-freebsd-gnome Wed Jan 22 14:10:18 2003 Delivered-To: freebsd-gnome@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 58DE037B401 for ; Wed, 22 Jan 2003 14:10:17 -0800 (PST) Received: from creme-brulee.marcuscom.com (rdu57-17-158.nc.rr.com [66.57.17.158]) by mx1.FreeBSD.org (Postfix) with ESMTP id 69DBA43ED8 for ; Wed, 22 Jan 2003 14:10:16 -0800 (PST) (envelope-from marcus@marcuscom.com) Received: from [10.2.1.4] (vpn-client-4.marcuscom.com [10.2.1.4]) by creme-brulee.marcuscom.com (8.12.6/8.12.6) with ESMTP id h0MM8pDx015023; Wed, 22 Jan 2003 17:08:51 -0500 (EST) (envelope-from marcus@marcuscom.com) Subject: Re: mozilla 1.2.1,2 From: Joe Marcus Clarke To: Dru Cc: FreeBSD GNOME Users In-Reply-To: <20030122162834.F201@dhcp-17-14.kico2.on.cogeco.ca> References: <20030122154951.G201@dhcp-17-14.kico2.on.cogeco.ca> <1043269749.339.33.camel@gyros> <20030122161758.Y201@dhcp-17-14.kico2.on.cogeco.ca> <1043270334.339.42.camel@gyros> <20030122162834.F201@dhcp-17-14.kico2.on.cogeco.ca> Content-Type: text/plain Organization: MarcusCom, Inc. Message-Id: <1043273390.339.50.camel@gyros> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.2.1 Date: 22 Jan 2003 17:09:50 -0500 Content-Transfer-Encoding: 7bit X-Spam-Status: No, hits=-2.5 required=5.0 tests=AWL,IN_REP_TO,NOSPAM_INC,QUOTED_EMAIL_TEXT,REFERENCES, SPAM_PHRASE_02_03 version=2.43 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, 2003-01-22 at 16:34, Dru wrote: > > > > This looks fine to me. Have you modified /bin/sh at all? Of course, > > this might be a red herring. I'm not sure the shell is the thing > > outputting these messages. I suspect a font problem perhaps. Make sure > > you have the latest fontconfig and Xft (if you built Mozilla with Xft > > support), then run fc-cache. While this shouldn't be necessary with the > > latest fontconfig, it may help. > > > Never touched /bin/sh. > > Where do I go about finding this fontconfig and Xft? (don't show up with > "which"). I noticed a connection to port 7001 today for the first time and > killed it as I had never seen it before (this was _after_ the mozilla > problem). It was for Xfbe or something like that. By default, Mozilla will build with Xft support. If you don't want anti-aliased fonts, you can specify -DWITHOUT_XFT to disable this. Simply building Mozilla should result in a working version. It works just fine for me. Some users have reported problems if they do not have the latest freetype2 installed, or if they have bad fonts installed. > > Ran fc-cache as root, same error when I try to start Mozilla. I'm thinking > of deinstalling (again) and reinstalling. Any suggestions to watch out for > when I retry the port? It might help if you run ./mozilla -g, then send a back trace if it happens to crash. Joe > > Dru -- PGP Key : http://www.marcuscom.com/pgp.asc To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-gnome" in the body of the message From owner-freebsd-gnome Wed Jan 22 14:52:34 2003 Delivered-To: freebsd-gnome@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F15F037B405 for ; Wed, 22 Jan 2003 14:52:32 -0800 (PST) Received: from jive.SoftHome.net (jive.SoftHome.net [66.54.152.27]) by mx1.FreeBSD.org (Postfix) with SMTP id 5BAB143F18 for ; Wed, 22 Jan 2003 14:52:31 -0800 (PST) (envelope-from aquadaemon@softhome.net) Received: (qmail 14284 invoked by uid 417); 22 Jan 2003 22:52:25 -0000 Received: from shunt-smtp-out-0 (HELO softhome.net) (172.16.3.12) by shunt-smtp-out-0 with SMTP; 22 Jan 2003 22:52:25 -0000 Received: from www.verizon.net ([4.60.58.35]) (AUTH: LOGIN aquadaemon@softhome.net) by softhome.net with esmtp; Wed, 22 Jan 2003 15:52:25 -0700 Date: Wed, 22 Jan 2003 14:52:32 +0000 From: Aqua Daemon To: questions@freebsd.org, gnome@freebsd.org Cc: archon@forbidden.dough.net Subject: Re: Mozilla 1.2.1 and java Message-Id: <20030122145232.377376b0.aquadaemon@softhome.net> In-Reply-To: <20030122171825.GB330@forbidden.dough.net> References: <20030121233901.62be4bca.ryngold@softhome.net> <20030122084147.07586a12.aquadaemon@softhome.net> <20030122171825.GB330@forbidden.dough.net> X-Mailer: Sylpheed version 0.8.8claws (GTK+ 1.2.10; i386-portbld-freebsd4.7) 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 Wed, 22 Jan 2003 11:18:25 -0600 Dennis Moore wrote: > On Wed, Jan 22, 2003 at 08:41:47AM +0000, Aqua Daemon wrote: > > Hello, > > > > I just upgraded Mozilla (1.1 to 1.2.1). In the 1.1, I had all the plugins working (java, plugger, and Shockwave). After upgrading via portupgrade (WITH_GTK2=yes), all plugins except java loaded fine. The results are the same for both of my 4.7-STABLE and 5.0-RELEASE computers. I tried symlinking (ln -sf), then just copying (cp). Same results. I saw that other people were able to upgrade with no problems. What did I do wrong or what do I need to do? > > > > This is the text output of when I loaded the 1.2.1: > > > > _______________________________________________________________________ > > > > www% mozilla > > No running window found. > > LoadPlugin: failed to initialize shared library /usr/local/jdk1.3.1/jre/plugin/i386/ns600/libjavaplugin_oji.so [/usr/local/jdk1.3.1/jre/plugin/i386/ns600/libjavaplugin_oji.so: Undefined symbol "gdk_input_add"] > > LoadPlugin: failed to initialize shared library /usr/X11R6/lib/mozilla/plugins/libjavaplugin_oji.so [Cannot open "/usr/X11R6/lib/mozilla/plugins/libjavaplugin_oji.so"] > > ________________________________________________________________________ > > just a guess.. > > /xfer/ports/www/mozilla> cat pkg-message > ### > A symlink has been created for the Java plugin. However, in order for Java > to function, you must first install the java/jdk13 port. If you do not > do this, you will see the following error when starting Mozilla: > > LoadPlugin: failed to initialize shared library /usr/local/jdk1.3.1/jre/plugin/i386/ns600/libjavaplugin_oji.so [Cannot open "/usr/local/jdk1.3.1/jre/plugin/i386/ns600/libjavaplugin_oji.so"] > > If you do not want Java support, you can safely ignore this message. > ### > > -- > Dennis Moore I did install jdk13 port before installing/upgrading/reinstalling mozilla port (at /www/mozilla (I included WITH_GTK2=yes), not at /www/mozilla-gtk2 (don't know if the script is different, haven't tried that port yet). I removed the link to java plugin in mozilla, then the first error disappeared, but the second still existed. Then I removed the java plugin in the /usr/X11R6/lib/browser_plugins, then all the errors went away but no java plugins were loaded. At all times, mozilla loaded up just fine. After googling and finding minimal information (some websites are assuming that gdk_input_add has problems with gtk2), I deinstalled mozilla and reinstalled it without the gtk2 prefix, only then does the java plugin work fine. Same results on both 5.0 and 4.7 boxes. Has anyone installed /www/mozilla-gtk2 or /www/mozilla WITH_GTK2 have their java plugin loaded up without problems? Any idea how I can install with gtk2 and java plugin working? To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-gnome" in the body of the message From owner-freebsd-gnome Wed Jan 22 15: 1:35 2003 Delivered-To: freebsd-gnome@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C2F6237B401; Wed, 22 Jan 2003 15:01:33 -0800 (PST) Received: from creme-brulee.marcuscom.com (rdu57-17-158.nc.rr.com [66.57.17.158]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7A33443EB2; Wed, 22 Jan 2003 15:01:32 -0800 (PST) (envelope-from marcus@marcuscom.com) Received: from [10.2.1.4] (vpn-client-4.marcuscom.com [10.2.1.4]) by creme-brulee.marcuscom.com (8.12.6/8.12.6) with ESMTP id h0MN08Dx015450; Wed, 22 Jan 2003 18:00:09 -0500 (EST) (envelope-from marcus@marcuscom.com) Subject: Re: Mozilla 1.2.1 and java From: Joe Marcus Clarke To: Aqua Daemon Cc: questions@FreeBSD.ORG, FreeBSD GNOME Users , archon@forbidden.dough.net In-Reply-To: <20030122145232.377376b0.aquadaemon@softhome.net> References: <20030121233901.62be4bca.ryngold@softhome.net> <20030122084147.07586a12.aquadaemon@softhome.net> <20030122171825.GB330@forbidden.dough.net> <20030122145232.377376b0.aquadaemon@softhome.net> Content-Type: text/plain Organization: MarcusCom, Inc. Message-Id: <1043276467.339.60.camel@gyros> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.2.1 Date: 22 Jan 2003 18:01:07 -0500 Content-Transfer-Encoding: 7bit X-Spam-Status: No, hits=-2.2 required=5.0 tests=AWL,IN_REP_TO,NOSPAM_INC,QUOTED_EMAIL_TEXT,REFERENCES, SPAM_PHRASE_03_05,SUPERLONG_LINE,TO_BE_REMOVED_REPLY version=2.43 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, 2003-01-22 at 09:52, Aqua Daemon wrote: > On Wed, 22 Jan 2003 11:18:25 -0600 > Dennis Moore wrote: > > > On Wed, Jan 22, 2003 at 08:41:47AM +0000, Aqua Daemon wrote: > > > Hello, > > > > > > I just upgraded Mozilla (1.1 to 1.2.1). In the 1.1, I had all the plugins working (java, plugger, and Shockwave). After upgrading via portupgrade (WITH_GTK2=yes), all plugins except java loaded fine. The results are the same for both of my 4.7-STABLE and 5.0-RELEASE computers. I tried symlinking (ln -sf), then just copying (cp). Same results. I saw that other people were able to upgrade with no problems. What did I do wrong or what do I need to do? > > > > > > This is the text output of when I loaded the 1.2.1: > > > > > > _______________________________________________________________________ > > > > > > www% mozilla > > > No running window found. > > > LoadPlugin: failed to initialize shared library /usr/local/jdk1.3.1/jre/plugin/i386/ns600/libjavaplugin_oji.so [/usr/local/jdk1.3.1/jre/plugin/i386/ns600/libjavaplugin_oji.so: Undefined symbol "gdk_input_add"] > > > LoadPlugin: failed to initialize shared library /usr/X11R6/lib/mozilla/plugins/libjavaplugin_oji.so [Cannot open "/usr/X11R6/lib/mozilla/plugins/libjavaplugin_oji.so"] > > > ________________________________________________________________________ > > > > just a guess.. > > > > /xfer/ports/www/mozilla> cat pkg-message > > ### > > A symlink has been created for the Java plugin. However, in order for Java > > to function, you must first install the java/jdk13 port. If you do not > > do this, you will see the following error when starting Mozilla: > > > > LoadPlugin: failed to initialize shared library /usr/local/jdk1.3.1/jre/plugin/i386/ns600/libjavaplugin_oji.so [Cannot open "/usr/local/jdk1.3.1/jre/plugin/i386/ns600/libjavaplugin_oji.so"] > > > > If you do not want Java support, you can safely ignore this message. > > ### > > > > -- > > Dennis Moore > > I did install jdk13 port before installing/upgrading/reinstalling mozilla port (at /www/mozilla (I included WITH_GTK2=yes), not at /www/mozilla-gtk2 (don't know if the script is different, haven't tried that port yet). > > I removed the link to java plugin in mozilla, then the first error disappeared, but the second still existed. Then I removed the java plugin in the /usr/X11R6/lib/browser_plugins, then all the errors went away but no java plugins were loaded. At all times, mozilla loaded up just fine. > > After googling and finding minimal information (some websites are assuming that gdk_input_add has problems with gtk2), I deinstalled mozilla and reinstalled it without the gtk2 prefix, only then does the java plugin work fine. Same results on both 5.0 and 4.7 boxes. > > Has anyone installed /www/mozilla-gtk2 or /www/mozilla WITH_GTK2 have their java plugin loaded up without problems? Any idea how I can install with gtk2 and java plugin working? I have mozilla-gtk2 (1.2.1) working with JPI 1.3.1 at home. I didn't do anything special, I just built mozilla-gtk2, then build jdk13. Joe > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-gnome" in the body of the message -- PGP Key : http://www.marcuscom.com/pgp.asc To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-gnome" in the body of the message From owner-freebsd-gnome Wed Jan 22 15:14:21 2003 Delivered-To: freebsd-gnome@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 144D037B401; Wed, 22 Jan 2003 15:14:21 -0800 (PST) Received: from dan.emsphone.com (dan.emsphone.com [199.67.51.101]) by mx1.FreeBSD.org (Postfix) with ESMTP id CE8C843F7E; Wed, 22 Jan 2003 15:14:19 -0800 (PST) (envelope-from dan@dan.emsphone.com) Received: (from dan@localhost) by dan.emsphone.com (8.12.6/8.12.6) id h0MNECEd022048; Wed, 22 Jan 2003 17:14:12 -0600 (CST) (envelope-from dan) Date: Wed, 22 Jan 2003 17:14:12 -0600 From: Dan Nelson To: Joe Marcus Clarke Cc: Aqua Daemon , questions@FreeBSD.ORG, FreeBSD GNOME Users , archon@forbidden.dough.net Subject: Re: Mozilla 1.2.1 and java Message-ID: <20030122231411.GA4364@dan.emsphone.com> References: <20030121233901.62be4bca.ryngold@softhome.net> <20030122084147.07586a12.aquadaemon@softhome.net> <20030122171825.GB330@forbidden.dough.net> <20030122145232.377376b0.aquadaemon@softhome.net> <1043276467.339.60.camel@gyros> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1043276467.339.60.camel@gyros> X-OS: FreeBSD 5.0-CURRENT X-message-flag: Outlook Error User-Agent: Mutt/1.5.3i 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 In the last episode (Jan 22), Joe Marcus Clarke said: > I have mozilla-gtk2 (1.2.1) working with JPI 1.3.1 at home. I didn't > do anything special, I just built mozilla-gtk2, then build jdk13. I had the same problem, and building without WITH_GTK2 fixed java for me also. Another issue: mozilla-devel with WITH_GTK2 requires pango-1.1.1, but our port is only 1.0.5. I had WITH_GTK2 in /etc/make.conf and didn't use the mozilla-devel-gtk2 port. Removing WITH_GTK2 makes mozilla-devel build fine. -- Dan Nelson dnelson@allantgroup.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-gnome" in the body of the message From owner-freebsd-gnome Wed Jan 22 15:18:20 2003 Delivered-To: freebsd-gnome@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E9E3737B401; Wed, 22 Jan 2003 15:18:18 -0800 (PST) Received: from creme-brulee.marcuscom.com (rdu57-17-158.nc.rr.com [66.57.17.158]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1D5D543ED8; Wed, 22 Jan 2003 15:18:18 -0800 (PST) (envelope-from marcus@marcuscom.com) Received: from [10.2.1.4] (vpn-client-4.marcuscom.com [10.2.1.4]) by creme-brulee.marcuscom.com (8.12.6/8.12.6) with ESMTP id h0MNGlDx015626; Wed, 22 Jan 2003 18:16:47 -0500 (EST) (envelope-from marcus@marcuscom.com) Subject: Re: Mozilla 1.2.1 and java From: Joe Marcus Clarke To: Dan Nelson Cc: Aqua Daemon , questions@FreeBSD.ORG, FreeBSD GNOME Users , archon@forbidden.dough.net In-Reply-To: <20030122231411.GA4364@dan.emsphone.com> References: <20030121233901.62be4bca.ryngold@softhome.net> <20030122084147.07586a12.aquadaemon@softhome.net> <20030122171825.GB330@forbidden.dough.net> <20030122145232.377376b0.aquadaemon@softhome.net> <1043276467.339.60.camel@gyros> <20030122231411.GA4364@dan.emsphone.com> Content-Type: text/plain Organization: MarcusCom, Inc. Message-Id: <1043277466.339.66.camel@gyros> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.2.1 Date: 22 Jan 2003 18:17:46 -0500 Content-Transfer-Encoding: 7bit X-Spam-Status: No, hits=-2.5 required=5.0 tests=AWL,IN_REP_TO,NOSPAM_INC,QUOTED_EMAIL_TEXT,REFERENCES, SPAM_PHRASE_00_01 version=2.43 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, 2003-01-22 at 18:14, Dan Nelson wrote: > In the last episode (Jan 22), Joe Marcus Clarke said: > > I have mozilla-gtk2 (1.2.1) working with JPI 1.3.1 at home. I didn't > > do anything special, I just built mozilla-gtk2, then build jdk13. > > I had the same problem, and building without WITH_GTK2 fixed java for > me also. > > Another issue: mozilla-devel with WITH_GTK2 requires pango-1.1.1, but > our port is only 1.0.5. I had WITH_GTK2 in /etc/make.conf and didn't > use the mozilla-devel-gtk2 port. Removing WITH_GTK2 makes > mozilla-devel build fine. If you want mozilla-devel with GTK2 support, you should build mozilla-devel-gtk2. If you choose to enable Xft and GTK2, you will need to be running my GNOME 2.1 pre-release ports. Joe -- PGP Key : http://www.marcuscom.com/pgp.asc To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-gnome" in the body of the message From owner-freebsd-gnome Wed Jan 22 15:52:40 2003 Delivered-To: freebsd-gnome@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 44A2237B401; Wed, 22 Jan 2003 15:52:39 -0800 (PST) Received: from dan.emsphone.com (dan.emsphone.com [199.67.51.101]) by mx1.FreeBSD.org (Postfix) with ESMTP id 969C943F18; Wed, 22 Jan 2003 15:52:38 -0800 (PST) (envelope-from dan@dan.emsphone.com) Received: (from dan@localhost) by dan.emsphone.com (8.12.6/8.12.6) id h0MNqagX087803; Wed, 22 Jan 2003 17:52:36 -0600 (CST) (envelope-from dan) Date: Wed, 22 Jan 2003 17:52:36 -0600 From: Dan Nelson To: Joe Marcus Clarke Cc: Aqua Daemon , questions@FreeBSD.ORG, FreeBSD GNOME Users , archon@forbidden.dough.net Subject: Re: Mozilla 1.2.1 and java Message-ID: <20030122235235.GA70693@dan.emsphone.com> References: <20030121233901.62be4bca.ryngold@softhome.net> <20030122084147.07586a12.aquadaemon@softhome.net> <20030122171825.GB330@forbidden.dough.net> <20030122145232.377376b0.aquadaemon@softhome.net> <1043276467.339.60.camel@gyros> <20030122231411.GA4364@dan.emsphone.com> <1043277466.339.66.camel@gyros> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1043277466.339.66.camel@gyros> X-OS: FreeBSD 5.0-CURRENT X-message-flag: Outlook Error User-Agent: Mutt/1.5.3i 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 In the last episode (Jan 22), Joe Marcus Clarke said: > On Wed, 2003-01-22 at 18:14, Dan Nelson wrote: > > In the last episode (Jan 22), Joe Marcus Clarke said: > > > I have mozilla-gtk2 (1.2.1) working with JPI 1.3.1 at home. I > > > didn't do anything special, I just built mozilla-gtk2, then build > > > jdk13. > > > > I had the same problem, and building without WITH_GTK2 fixed java > > for me also. > > > > Another issue: mozilla-devel with WITH_GTK2 requires pango-1.1.1, > > but our port is only 1.0.5. I had WITH_GTK2 in /etc/make.conf and > > didn't use the mozilla-devel-gtk2 port. Removing WITH_GTK2 makes > > mozilla-devel build fine. > > If you want mozilla-devel with GTK2 support, you should build > mozilla-devel-gtk2. If you choose to enable Xft and GTK2, you will > need to be running my GNOME 2.1 pre-release ports. Right, but from my perspective, I tried to upgrade mozilla-devel from 1.2 to 1.3, and it failed. I care more about Xft2 than Gnome, and for a reason I have since forgotten, had WITH_GTK2=YES in /etc/make.conf. I had no reason to use the mozilla-devel-gtk2 port, and since it looks like it disables Xft, I didn't want to. Maybe the mozilla-devel Makefile should print a warning if it sees that the user has WITH_GTK2 set (at least until pango gets updated): .if defined(WITH_GTK2) && !defined(WITHOUT_XFT) BROKEN= mozilla-devel will not build with both GTK2 and Xft2 enabled. \ Either build without WITH_GTK2 or use the mozilla-devel-gtk2 \ port. .endif -- Dan Nelson dnelson@allantgroup.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-gnome" in the body of the message From owner-freebsd-gnome Wed Jan 22 15:58:27 2003 Delivered-To: freebsd-gnome@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2C2A737B401 for ; Wed, 22 Jan 2003 15:58:26 -0800 (PST) Received: from zircon.seattle.wa.us (dsl231-043-165.sea1.dsl.speakeasy.net [216.231.43.165]) by mx1.FreeBSD.org (Postfix) with SMTP id 64ECA43EB2 for ; Wed, 22 Jan 2003 15:58:20 -0800 (PST) (envelope-from joe@zircon.seattle.wa.us) Received: (qmail 36618 invoked from network); 22 Jan 2003 23:58:19 -0000 Received: from localhost (HELO ?127.0.0.1?) (127.0.0.1) by localhost with SMTP; 22 Jan 2003 23:58:19 -0000 Subject: Re: FreeBSD Port: mozilla-1.2.1 popups From: Joe Kelsey To: Joe Marcus Clarke Cc: "L. S. Colby" , FreeBSD GNOME Users , ports@freebsd.org In-Reply-To: <1043270144.339.39.camel@gyros> References: <3E2DC2F6.4090001@gwirynybyd.net> <1043186480.61589.18.camel@gyros> <1043270144.339.39.camel@gyros> Content-Type: text/plain Organization: Message-Id: <1043279899.85380.9.camel@zircon> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.2.1 Date: 22 Jan 2003 15:58:19 -0800 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 Wed, 2003-01-22 at 13:15, Joe Marcus Clarke wrote: > On Tue, 2003-01-21 at 17:01, Joe Marcus Clarke wrote: > > On Tue, 2003-01-21 at 17:00, L. S. Colby wrote: > > > This version of Mozilla is supposed to allow popup detection and > > > banisment and the help documentation makes reference to this function as > > > a keword - popup - but there is no documentation, and under preferences > > > there is no option to ignore popups. > > > > > > Is this an oversight, a bug or policy? > > > > I have no idea. I didn't disable it explicitly. I also can't find any > > documentation on this feature on Mozilla's website. Where did you learn > > about this? > > I found it. You can access the Pop-up blocking functionality starting > in Mozilla 1.3a under Tools->Popup Manager. That is bug 166442, which was supposedly checked in to the tree in time for 1.3a, so it should be in the mozilla-devel port. Until the popup manager becomes available, use Advanced->Scripts & Plugins and uncheck the box allowing Javascript to open unrequested windows. That has been working ever since 1.0 or 1.1. /Joe To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-gnome" in the body of the message From owner-freebsd-gnome Wed Jan 22 15:58:36 2003 Delivered-To: freebsd-gnome@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7CEAD37B401; Wed, 22 Jan 2003 15:58:34 -0800 (PST) Received: from creme-brulee.marcuscom.com (rdu57-17-158.nc.rr.com [66.57.17.158]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4700543EB2; Wed, 22 Jan 2003 15:58:31 -0800 (PST) (envelope-from marcus@marcuscom.com) Received: from [10.2.1.4] (vpn-client-4.marcuscom.com [10.2.1.4]) by creme-brulee.marcuscom.com (8.12.6/8.12.6) with ESMTP id h0MNv5Dx015858; Wed, 22 Jan 2003 18:57:05 -0500 (EST) (envelope-from marcus@marcuscom.com) Subject: Re: Mozilla 1.2.1 and java From: Joe Marcus Clarke To: Dan Nelson Cc: Aqua Daemon , questions@FreeBSD.ORG, FreeBSD GNOME Users , archon@forbidden.dough.net In-Reply-To: <20030122235235.GA70693@dan.emsphone.com> References: <20030121233901.62be4bca.ryngold@softhome.net> <20030122084147.07586a12.aquadaemon@softhome.net> <20030122171825.GB330@forbidden.dough.net> <20030122145232.377376b0.aquadaemon@softhome.net> <1043276467.339.60.camel@gyros> <20030122231411.GA4364@dan.emsphone.com> <1043277466.339.66.camel@gyros> <20030122235235.GA70693@dan.emsphone.com> Content-Type: text/plain Organization: MarcusCom, Inc. Message-Id: <1043279884.339.68.camel@gyros> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.2.1 Date: 22 Jan 2003 18:58:04 -0500 Content-Transfer-Encoding: 7bit X-Spam-Status: No, hits=-2.5 required=5.0 tests=AWL,IN_REP_TO,NOSPAM_INC,QUOTED_EMAIL_TEXT,REFERENCES, SPAM_PHRASE_00_01 version=2.43 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, 2003-01-22 at 18:52, Dan Nelson wrote: > In the last episode (Jan 22), Joe Marcus Clarke said: > > On Wed, 2003-01-22 at 18:14, Dan Nelson wrote: > > > In the last episode (Jan 22), Joe Marcus Clarke said: > > > > I have mozilla-gtk2 (1.2.1) working with JPI 1.3.1 at home. I > > > > didn't do anything special, I just built mozilla-gtk2, then build > > > > jdk13. > > > > > > I had the same problem, and building without WITH_GTK2 fixed java > > > for me also. > > > > > > Another issue: mozilla-devel with WITH_GTK2 requires pango-1.1.1, > > > but our port is only 1.0.5. I had WITH_GTK2 in /etc/make.conf and > > > didn't use the mozilla-devel-gtk2 port. Removing WITH_GTK2 makes > > > mozilla-devel build fine. > > > > If you want mozilla-devel with GTK2 support, you should build > > mozilla-devel-gtk2. If you choose to enable Xft and GTK2, you will > > need to be running my GNOME 2.1 pre-release ports. > > Right, but from my perspective, I tried to upgrade mozilla-devel from > 1.2 to 1.3, and it failed. I care more about Xft2 than Gnome, and for > a reason I have since forgotten, had WITH_GTK2=YES in /etc/make.conf. > I had no reason to use the mozilla-devel-gtk2 port, and since it looks > like it disables Xft, I didn't want to. > > Maybe the mozilla-devel Makefile should print a warning if it sees that > the user has WITH_GTK2 set (at least until pango gets updated): > > .if defined(WITH_GTK2) && !defined(WITHOUT_XFT) > BROKEN= mozilla-devel will not build with both GTK2 and Xft2 enabled. \ > Either build without WITH_GTK2 or use the mozilla-devel-gtk2 \ > port. > .endif Instead of printing an error, I just moved the WITHOUT_XFT to the mozilla-devel Makefile. This should take care of the problem. Joe -- PGP Key : http://www.marcuscom.com/pgp.asc To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-gnome" in the body of the message From owner-freebsd-gnome Wed Jan 22 16:25:47 2003 Delivered-To: freebsd-gnome@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2C0E037B401 for ; Wed, 22 Jan 2003 16:25:46 -0800 (PST) Received: from icarus.looksmart.com.au (ficarus.looksmart.com.au [210.9.52.75]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0188F43F13 for ; Wed, 22 Jan 2003 16:25:45 -0800 (PST) (envelope-from msergean@icarus.looksmart.com.au) Received: from icarus.looksmart.com.au (localhost.looksmart.com.au [127.0.0.1]) by icarus.looksmart.com.au (8.12.6/8.12.5) with ESMTP id h0N0R116083982; Thu, 23 Jan 2003 11:27:01 +1100 (EST) (envelope-from msergean@icarus.looksmart.com.au) Received: (from msergean@localhost) by icarus.looksmart.com.au (8.12.6/8.12.5/Submit) id h0N0Qx6T083979; Thu, 23 Jan 2003 11:26:59 +1100 (EST) Date: Thu, 23 Jan 2003 11:26:59 +1100 From: Mark Sergeant To: Joe Marcus Clarke Cc: gnome@freebsd.org Subject: Re: Crash on mail retreival in evolution 1.2.1 Message-ID: <20030123002659.GA83582@looksmart.net> References: <20030121045654.GA52884@looksmart.net> <1043172095.341.13.camel@gyros> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1043172095.341.13.camel@gyros> 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, Jan 21, 2003 at 01:01:35PM -0500, Joe Marcus Clarke wrote: > On Mon, 2003-01-20 at 23:56, Mark Sergeant wrote: > > I've just updated to evolution 1.2.1 on FreeBSD > > xyzzy.wireless.snsonline.net 5.0-CURRENT FreeBSD 5.0-CURRENT #1: Sun Jan > > 19 21:00:53 EST 2003. Now when I try connecting to a remote pop a I get > > an evolution-mail crash. I've tried recreating my pop accounts but to no > > avail. All my ports are current as of 6 hours ago. Should anybody need > > any further data please let me know. > > I've been using Evo 1.2.1 on -stable now for some time, and I haven't > seen a crash yet. Can you send a back trace with symbols from the > crash? Thanks. Hey Joe, I've been trying to get a trace from the crash but unfortunately running via gdb I get nothing. Nor do I get a core dump from the crash so I've been unable to find anything. If noone else has reported this then it may just be an issue with me running current. Before I do anything else I'm going to move my evolution folder aside and try again. Cheers, Mark > > Joe > > > > > Cheers, > > > > Mark Sergeant > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > > with "unsubscribe freebsd-gnome" in the body of the message > -- > PGP Key : http://www.marcuscom.com/pgp.asc > > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-gnome" in the body of the message From owner-freebsd-gnome Wed Jan 22 16:37:57 2003 Delivered-To: freebsd-gnome@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CE91537B401 for ; Wed, 22 Jan 2003 16:37:55 -0800 (PST) Received: from creme-brulee.marcuscom.com (rdu57-17-158.nc.rr.com [66.57.17.158]) by mx1.FreeBSD.org (Postfix) with ESMTP id 110BB43E4A for ; Wed, 22 Jan 2003 16:37:51 -0800 (PST) (envelope-from marcus@marcuscom.com) Received: from [10.2.1.4] (vpn-client-4.marcuscom.com [10.2.1.4]) by creme-brulee.marcuscom.com (8.12.6/8.12.6) with ESMTP id h0N0aNDx016116; Wed, 22 Jan 2003 19:36:23 -0500 (EST) (envelope-from marcus@marcuscom.com) Subject: Re: Crash on mail retreival in evolution 1.2.1 From: Joe Marcus Clarke To: Mark Sergeant Cc: FreeBSD GNOME Users In-Reply-To: <20030123002659.GA83582@looksmart.net> References: <20030121045654.GA52884@looksmart.net> <1043172095.341.13.camel@gyros> <20030123002659.GA83582@looksmart.net> Content-Type: text/plain Organization: MarcusCom, Inc. Message-Id: <1043282242.339.74.camel@gyros> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.2.1 Date: 22 Jan 2003 19:37:22 -0500 Content-Transfer-Encoding: 7bit X-Spam-Status: No, hits=-2.3 required=5.0 tests=AWL,IN_REP_TO,NOSPAM_INC,QUOTED_EMAIL_TEXT,REFERENCES, SPAM_PHRASE_00_01,TO_BE_REMOVED_REPLY version=2.43 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, 2003-01-22 at 19:26, Mark Sergeant wrote: > On Tue, Jan 21, 2003 at 01:01:35PM -0500, Joe Marcus Clarke wrote: > > On Mon, 2003-01-20 at 23:56, Mark Sergeant wrote: > > > I've just updated to evolution 1.2.1 on FreeBSD > > > xyzzy.wireless.snsonline.net 5.0-CURRENT FreeBSD 5.0-CURRENT #1: Sun Jan > > > 19 21:00:53 EST 2003. Now when I try connecting to a remote pop a I get > > > an evolution-mail crash. I've tried recreating my pop accounts but to no > > > avail. All my ports are current as of 6 hours ago. Should anybody need > > > any further data please let me know. > > > > I've been using Evo 1.2.1 on -stable now for some time, and I haven't > > seen a crash yet. Can you send a back trace with symbols from the > > crash? Thanks. > > Hey Joe, > > I've been trying to get a trace from the crash but unfortunately > running via gdb I get nothing. Nor do I get a core dump from the > crash so I've been unable to find anything. If noone else has > reported this then it may just be an issue with me running current. > Before I do anything else I'm going to move my evolution folder > aside and try again. That may help. I use IMAP, and have not seen a problem with checking mail in 1.2.1. I can try more tests with -CURRENT when I get back from my trip. Joe > > Cheers, > > Mark > > > > Joe > > > > > > > > Cheers, > > > > > > Mark Sergeant > > > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > > > with "unsubscribe freebsd-gnome" in the body of the message > > -- > > PGP Key : http://www.marcuscom.com/pgp.asc > > > > -- PGP Key : http://www.marcuscom.com/pgp.asc To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-gnome" in the body of the message From owner-freebsd-gnome Wed Jan 22 17:33:57 2003 Delivered-To: freebsd-gnome@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1580437B401 for ; Wed, 22 Jan 2003 17:33:55 -0800 (PST) Received: from fep2.cogeco.net (smtp.cogeco.net [216.221.81.25]) by mx1.FreeBSD.org (Postfix) with ESMTP id 688CF43F1E for ; Wed, 22 Jan 2003 17:33:54 -0800 (PST) (envelope-from dlavigne6@cogeco.ca) Received: from dhcp-17-14.kico2.on.cogeco.ca (d226-42-146.home.cgocable.net [24.226.42.146]) by fep2.cogeco.net (Postfix) with ESMTP id A625F7C08; Wed, 22 Jan 2003 20:35:23 -0500 (EST) Date: Wed, 22 Jan 2003 20:37:53 -0500 (EST) From: Dru X-X-Sender: dlavigne6@dhcp-17-14.kico2.on.cogeco.ca To: Joe Marcus Clarke Cc: FreeBSD GNOME Users Subject: Re: mozilla 1.2.1,2 In-Reply-To: <1043273390.339.50.camel@gyros> Message-ID: <20030122203357.U201@dhcp-17-14.kico2.on.cogeco.ca> References: <20030122154951.G201@dhcp-17-14.kico2.on.cogeco.ca> <1043269749.339.33.camel@gyros> <20030122161758.Y201@dhcp-17-14.kico2.on.cogeco.ca> <1043270334.339.42.camel@gyros> <20030122162834.F201@dhcp-17-14.kico2.on.cogeco.ca> <1043273390.339.50.camel@gyros> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-gnome@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Wed, 22 Jan 2003, Joe Marcus Clarke wrote: > On Wed, 2003-01-22 at 16:34, Dru wrote: > > > > > > > This looks fine to me. Have you modified /bin/sh at all? Of course, > > > this might be a red herring. I'm not sure the shell is the thing > > > outputting these messages. I suspect a font problem perhaps. Make sure > > > you have the latest fontconfig and Xft (if you built Mozilla with Xft > > > support), then run fc-cache. While this shouldn't be necessary with the > > > latest fontconfig, it may help. > > > > > > Never touched /bin/sh. > > > > Where do I go about finding this fontconfig and Xft? (don't show up with > > "which"). I noticed a connection to port 7001 today for the first time and > > killed it as I had never seen it before (this was _after_ the mozilla > > problem). It was for Xfbe or something like that. > > By default, Mozilla will build with Xft support. If you don't want > anti-aliased fonts, you can specify -DWITHOUT_XFT to disable this. > Simply building Mozilla should result in a working version. It works > just fine for me. Some users have reported problems if they do not have > the latest freetype2 installed, or if they have bad fonts installed. > > > > > Ran fc-cache as root, same error when I try to start Mozilla. I'm thinking > > of deinstalling (again) and reinstalling. Any suggestions to watch out for > > when I retry the port? > > It might help if you run ./mozilla -g, then send a back trace if it > happens to crash. I've never used gdb, but I'll send the start of mozilla -g if it's any help to you: mozilla -g ./run-mozilla.sh -g ./mozilla-bin MOZILLA_FIVE_HOME=. LD_LIBRARY_PATH=.:./plugins:/usr/X11R6/lib/browser_plugins:/usr/X11R6/lib/mre/mre-1.2.1 DISPLAY=:0.0 FONTCONFIG_PATH=/usr/X11R6/etc/fonts:./res/Xft DYLD_LIBRARY_PATH=.:/usr/X11R6/lib/mre/mre-1.2.1 LIBRARY_PATH=.:./components:/usr/X11R6/lib/mre/mre-1.2.1 SHLIB_PATH=.:/usr/X11R6/lib/mre/mre-1.2.1 LIBPATH=.:/usr/X11R6/lib/mre/mre-1.2.1 ADDON_PATH=. MOZ_PROGRAM=./mozilla-bin MOZ_TOOLKIT= moz_debug=1 moz_debugger= /usr/bin/gdb ./mozilla-bin -x /tmp/mozargs11858 This was after a cleaning through my ports. I deinstalled mozilla, flash-plugin, plugger, fontconfig, Xft. Cleaned out distfiles. Rebuilt mozilla port from scratch. Same results. BTW, when I pkg_deleted mozilla, I got this message: file '/usr/X11R6/bin/mozilla" doesn't really exist That's where I gave up, installed linux-mozilla, put my bookmarks back, and went back to surfing :-) Thanks for all of your help. Dru To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-gnome" in the body of the message From owner-freebsd-gnome Wed Jan 22 18:17:30 2003 Delivered-To: freebsd-gnome@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 14F4E37B401 for ; Wed, 22 Jan 2003 18:17:30 -0800 (PST) Received: from xyzzy.wireless.snsonline.net (dhcp.looksmart.com.au [210.9.52.79]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8D25343ED8 for ; Wed, 22 Jan 2003 18:17:28 -0800 (PST) (envelope-from sarge@xyzzy.wireless.snsonline.net) Received: from xyzzy.wireless.snsonline.net (localhost [127.0.0.1]) by xyzzy.wireless.snsonline.net (8.12.6/8.12.6) with ESMTP id h0N2HMjp005170; Thu, 23 Jan 2003 13:17:22 +1100 (EST) (envelope-from sarge@xyzzy.wireless.snsonline.net) Received: (from sarge@localhost) by xyzzy.wireless.snsonline.net (8.12.6/8.12.6/Submit) id h0N2HL0T005169; Thu, 23 Jan 2003 13:17:21 +1100 (EST) Date: Thu, 23 Jan 2003 13:17:20 +1100 From: Mark Sergeant To: Joe Marcus Clarke Cc: gnome@freebsd.org Subject: Re: Crash on mail retreival in evolution 1.2.1 Message-ID: <20030123021720.GA4612@looksmart.net> References: <20030121045654.GA52884@looksmart.net> <1043172095.341.13.camel@gyros> <20030123002659.GA83582@looksmart.net> <1043282242.339.74.camel@gyros> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1043282242.339.74.camel@gyros> 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 > > That may help. I use IMAP, and have not seen a problem with checking > mail in 1.2.1. I can try more tests with -CURRENT when I get back from > my trip. > Just to make it more perplexing when I fire up evolution without there being an evolution/ folder evolution-mail crashes immediately. I'm now doing a portupgrade -fR evolution to see if I've missed anything. > Joe > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-gnome" in the body of the message From owner-freebsd-gnome Wed Jan 22 18:54:38 2003 Delivered-To: freebsd-gnome@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5C69A37B401 for ; Wed, 22 Jan 2003 18:54:37 -0800 (PST) Received: from avocet.mail.pas.earthlink.net (avocet.mail.pas.earthlink.net [207.217.120.50]) by mx1.FreeBSD.org (Postfix) with ESMTP id E71FA43ED8 for ; Wed, 22 Jan 2003 18:54:36 -0800 (PST) (envelope-from mvh@ix.netcom.com) Received: from lsanca1-ar6-4-62-204-220.lsanca1.elnk.dsl.genuity.net ([4.62.204.220] helo=netcom1.netcom.com) by avocet.mail.pas.earthlink.net with esmtp (Exim 3.33 #1) id 18bXVX-00057q-00 for gnome@freebsd.org; Wed, 22 Jan 2003 18:54:23 -0800 Received: from localhost (localhost [127.0.0.1]) by netcom1.netcom.com (Postfix) with ESMTP id 42526131BE for ; Wed, 22 Jan 2003 18:54:22 -0800 (PST) Received: by netcom1.netcom.com (Postfix, from userid 1000) id A8889131BD; Wed, 22 Jan 2003 18:54:21 -0800 (PST) From: Mike Harding To: gnome@freebsd.org Subject: Recommended fonts for mozilla? Message-Id: <20030123025421.A8889131BD@netcom1.netcom.com> Date: Wed, 22 Jan 2003 18:54:21 -0800 (PST) X-Virus-Scanned: by AMaViS snapshot-20020531 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 Since mozilla 1.2 won't let you use mozilla-fonts, what fonts are recommended? mozilla defaults to andale or something, which is definitely not ideal... - Mike H. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-gnome" in the body of the message From owner-freebsd-gnome Wed Jan 22 19: 3:39 2003 Delivered-To: freebsd-gnome@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D6D7E37B401 for ; Wed, 22 Jan 2003 19:03:38 -0800 (PST) Received: from zircon.seattle.wa.us (dsl231-043-165.sea1.dsl.speakeasy.net [216.231.43.165]) by mx1.FreeBSD.org (Postfix) with SMTP id 1636B43EB2 for ; Wed, 22 Jan 2003 19:03:38 -0800 (PST) (envelope-from joe@zircon.seattle.wa.us) Received: (qmail 37068 invoked from network); 23 Jan 2003 03:03:37 -0000 Received: from localhost (HELO ?127.0.0.1?) (127.0.0.1) by localhost with SMTP; 23 Jan 2003 03:03:37 -0000 Subject: Re: Recommended fonts for mozilla? From: Joe Kelsey To: freebsd-gnome@freebsd.org In-Reply-To: <20030123025421.A8889131BD@netcom1.netcom.com> References: <20030123025421.A8889131BD@netcom1.netcom.com> Content-Type: text/plain Organization: Message-Id: <1043291017.85380.19.camel@zircon> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.2.1 Date: 22 Jan 2003 19:03:37 -0800 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 Wed, 2003-01-22 at 18:54, Mike Harding wrote: > Since mozilla 1.2 won't let you use mozilla-fonts, what fonts are > recommended? mozilla defaults to andale or something, which is > definitely not ideal... I use Times New Roman and Arial, but you need to transfer the font files from your windoze box to do that... The Luxi fonts are nice, as are the Lucida fonts. Andale is just the first font alphabetically. Mozilla makes no choice of fonts, especially since Mozilla is not a product, but rather an experiment. /Joe To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-gnome" in the body of the message From owner-freebsd-gnome Wed Jan 22 19:27:35 2003 Delivered-To: freebsd-gnome@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1B69937B401 for ; Wed, 22 Jan 2003 19:27:34 -0800 (PST) Received: from xyzzy.wireless.snsonline.net (dhcp.looksmart.com.au [210.9.52.79]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8C59B43F5F for ; Wed, 22 Jan 2003 19:27:32 -0800 (PST) (envelope-from msergeant@looksmart.net) Received: from xyzzy.wireless.snsonline.net (localhost [127.0.0.1]) by xyzzy.wireless.snsonline.net (8.12.6/8.12.6) with ESMTP id h0N3RQjp087061; Thu, 23 Jan 2003 14:27:26 +1100 (EST) (envelope-from msergeant@looksmart.net) Received: (from sarge@localhost) by xyzzy.wireless.snsonline.net (8.12.6/8.12.6/Submit) id h0N3ROYb087060; Thu, 23 Jan 2003 14:27:24 +1100 (EST) X-Authentication-Warning: xyzzy.wireless.snsonline.net: sarge set sender to msergeant@looksmart.net using -f Subject: Re: Crash on mail retreival in evolution 1.2.1 From: Mark Sergeant To: Joe Marcus Clarke Cc: FreeBSD GNOME Users In-Reply-To: <1043282242.339.74.camel@gyros> References: <20030121045654.GA52884@looksmart.net> <1043172095.341.13.camel@gyros> <20030123002659.GA83582@looksmart.net> <1043282242.339.74.camel@gyros> Content-Type: text/plain Content-Transfer-Encoding: 7bit Organization: LookSmart International Message-Id: <1043292443.82189.0.camel@xyzzy.wireless.snsonline.net> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.2.1 Date: 23 Jan 2003 14:27:23 +1100 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 final update... doing a portupgrade -fR evolution worked fine. Cheers, Mark On Thu, 2003-01-23 at 11:37, Joe Marcus Clarke wrote: > On Wed, 2003-01-22 at 19:26, Mark Sergeant wrote: > > On Tue, Jan 21, 2003 at 01:01:35PM -0500, Joe Marcus Clarke wrote: > > > On Mon, 2003-01-20 at 23:56, Mark Sergeant wrote: > > > > I've just updated to evolution 1.2.1 on FreeBSD > > > > xyzzy.wireless.snsonline.net 5.0-CURRENT FreeBSD 5.0-CURRENT #1: Sun Jan > > > > 19 21:00:53 EST 2003. Now when I try connecting to a remote pop a I get > > > > an evolution-mail crash. I've tried recreating my pop accounts but to no > > > > avail. All my ports are current as of 6 hours ago. Should anybody need > > > > any further data please let me know. > > > > > > I've been using Evo 1.2.1 on -stable now for some time, and I haven't > > > seen a crash yet. Can you send a back trace with symbols from the > > > crash? Thanks. > > > > Hey Joe, > > > > I've been trying to get a trace from the crash but unfortunately > > running via gdb I get nothing. Nor do I get a core dump from the > > crash so I've been unable to find anything. If noone else has > > reported this then it may just be an issue with me running current. > > Before I do anything else I'm going to move my evolution folder > > aside and try again. > > That may help. I use IMAP, and have not seen a problem with checking > mail in 1.2.1. I can try more tests with -CURRENT when I get back from > my trip. > > Joe > > > > > Cheers, > > > > Mark > > > > > > Joe > > > > > > > > > > > Cheers, > > > > > > > > Mark Sergeant > > > > > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > > > > with "unsubscribe freebsd-gnome" in the body of the message > > > -- > > > PGP Key : http://www.marcuscom.com/pgp.asc > > > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-gnome" in the body of the message From owner-freebsd-gnome Wed Jan 22 20:10:41 2003 Delivered-To: freebsd-gnome@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5DF8937B401 for ; Wed, 22 Jan 2003 20:10:40 -0800 (PST) Received: from creme-brulee.marcuscom.com (rdu57-17-158.nc.rr.com [66.57.17.158]) by mx1.FreeBSD.org (Postfix) with ESMTP id 43ACA43E4A for ; Wed, 22 Jan 2003 20:10:39 -0800 (PST) (envelope-from marcus@marcuscom.com) Received: from [10.2.1.4] (vpn-client-4.marcuscom.com [10.2.1.4]) by creme-brulee.marcuscom.com (8.12.6/8.12.6) with ESMTP id h0N49FDx017562; Wed, 22 Jan 2003 23:09:15 -0500 (EST) (envelope-from marcus@marcuscom.com) Subject: Re: Crash on mail retreival in evolution 1.2.1 From: Joe Marcus Clarke To: Mark Sergeant Cc: FreeBSD GNOME Users In-Reply-To: <20030123021720.GA4612@looksmart.net> References: <20030121045654.GA52884@looksmart.net> <1043172095.341.13.camel@gyros> <20030123002659.GA83582@looksmart.net> <1043282242.339.74.camel@gyros> <20030123021720.GA4612@looksmart.net> Content-Type: text/plain Organization: MarcusCom, Inc. Message-Id: <1043295015.381.3.camel@gyros> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.2.1 Date: 22 Jan 2003 23:10:16 -0500 Content-Transfer-Encoding: 7bit X-Spam-Status: No, hits=-2.5 required=5.0 tests=AWL,IN_REP_TO,NOSPAM_INC,QUOTED_EMAIL_TEXT,REFERENCES, SPAM_PHRASE_00_01 version=2.43 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, 2003-01-22 at 21:17, Mark Sergeant wrote: > > > > That may help. I use IMAP, and have not seen a problem with checking > > mail in 1.2.1. I can try more tests with -CURRENT when I get back from > > my trip. > > > > Just to make it more perplexing when I fire up evolution without there > being an evolution/ folder evolution-mail crashes immediately. I'm now > doing a portupgrade -fR evolution to see if I've missed anything. Yeah, I encountered this big-time on pre-5.0-RELEASE. The problem was the compiler and toolchain had been updated so many times, I had to do a portupgrade -rfa to fix everything. After doing that, I was back in business. Joe > > > Joe > > -- PGP Key : http://www.marcuscom.com/pgp.asc To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-gnome" in the body of the message From owner-freebsd-gnome Wed Jan 22 20:12:47 2003 Delivered-To: freebsd-gnome@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 574D037B401 for ; Wed, 22 Jan 2003 20:12:44 -0800 (PST) Received: from creme-brulee.marcuscom.com (rdu57-17-158.nc.rr.com [66.57.17.158]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1A2AF43F18 for ; Wed, 22 Jan 2003 20:12:39 -0800 (PST) (envelope-from marcus@marcuscom.com) Received: from [10.2.1.4] (vpn-client-4.marcuscom.com [10.2.1.4]) by creme-brulee.marcuscom.com (8.12.6/8.12.6) with ESMTP id h0N4AeDx017583; Wed, 22 Jan 2003 23:10:40 -0500 (EST) (envelope-from marcus@marcuscom.com) Subject: Re: mozilla 1.2.1,2 From: Joe Marcus Clarke To: Dru Cc: FreeBSD GNOME Users In-Reply-To: <20030122203357.U201@dhcp-17-14.kico2.on.cogeco.ca> References: <20030122154951.G201@dhcp-17-14.kico2.on.cogeco.ca> <1043269749.339.33.camel@gyros> <20030122161758.Y201@dhcp-17-14.kico2.on.cogeco.ca> <1043270334.339.42.camel@gyros> <20030122162834.F201@dhcp-17-14.kico2.on.cogeco.ca> <1043273390.339.50.camel@gyros> <20030122203357.U201@dhcp-17-14.kico2.on.cogeco.ca> Content-Type: text/plain Organization: MarcusCom, Inc. Message-Id: <1043295100.381.6.camel@gyros> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.2.1 Date: 22 Jan 2003 23:11:41 -0500 Content-Transfer-Encoding: 7bit X-Spam-Status: No, hits=-2.4 required=5.0 tests=AWL,IN_REP_TO,NOSPAM_INC,QUOTED_EMAIL_TEXT,REFERENCES, SPAM_PHRASE_03_05 version=2.43 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, 2003-01-22 at 20:37, Dru wrote: > On Wed, 22 Jan 2003, Joe Marcus Clarke wrote: > > > On Wed, 2003-01-22 at 16:34, Dru wrote: > > > > > > > > > > This looks fine to me. Have you modified /bin/sh at all? Of course, > > > > this might be a red herring. I'm not sure the shell is the thing > > > > outputting these messages. I suspect a font problem perhaps. Make sure > > > > you have the latest fontconfig and Xft (if you built Mozilla with Xft > > > > support), then run fc-cache. While this shouldn't be necessary with the > > > > latest fontconfig, it may help. > > > > > > > > > Never touched /bin/sh. > > > > > > Where do I go about finding this fontconfig and Xft? (don't show up with > > > "which"). I noticed a connection to port 7001 today for the first time and > > > killed it as I had never seen it before (this was _after_ the mozilla > > > problem). It was for Xfbe or something like that. > > > > By default, Mozilla will build with Xft support. If you don't want > > anti-aliased fonts, you can specify -DWITHOUT_XFT to disable this. > > Simply building Mozilla should result in a working version. It works > > just fine for me. Some users have reported problems if they do not have > > the latest freetype2 installed, or if they have bad fonts installed. > > > > > > > > Ran fc-cache as root, same error when I try to start Mozilla. I'm thinking > > > of deinstalling (again) and reinstalling. Any suggestions to watch out for > > > when I retry the port? > > > > It might help if you run ./mozilla -g, then send a back trace if it > > happens to crash. > > > I've never used gdb, but I'll send the start of mozilla -g if it's any > help to you: > > mozilla -g > ./run-mozilla.sh -g ./mozilla-bin > MOZILLA_FIVE_HOME=. > LD_LIBRARY_PATH=.:./plugins:/usr/X11R6/lib/browser_plugins:/usr/X11R6/lib/mre/mre-1.2.1 > DISPLAY=:0.0 > FONTCONFIG_PATH=/usr/X11R6/etc/fonts:./res/Xft > DYLD_LIBRARY_PATH=.:/usr/X11R6/lib/mre/mre-1.2.1 > LIBRARY_PATH=.:./components:/usr/X11R6/lib/mre/mre-1.2.1 > SHLIB_PATH=.:/usr/X11R6/lib/mre/mre-1.2.1 > LIBPATH=.:/usr/X11R6/lib/mre/mre-1.2.1 > ADDON_PATH=. > MOZ_PROGRAM=./mozilla-bin > MOZ_TOOLKIT= > moz_debug=1 > moz_debugger= > /usr/bin/gdb ./mozilla-bin -x /tmp/mozargs11858 This actually doesn't help. What would help is seeing the backtrace of Mozilla (if it crashes) when you type run from the gdb prompt. > > This was after a cleaning through my ports. I deinstalled mozilla, > flash-plugin, plugger, fontconfig, Xft. Cleaned out distfiles. Rebuilt > mozilla port from scratch. Same results. > > BTW, when I pkg_deleted mozilla, I got this message: > > file '/usr/X11R6/bin/mozilla" doesn't really exist > > That's where I gave up, installed linux-mozilla, put my bookmarks back, > and went back to surfing :-) > > Thanks for all of your help. You're the only one seeing this bug, so I imagine it is a problem local to your machine. If you give me remote access, I can try and fix it for you. Joe > > Dru -- PGP Key : http://www.marcuscom.com/pgp.asc To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-gnome" in the body of the message From owner-freebsd-gnome Wed Jan 22 20:16:16 2003 Delivered-To: freebsd-gnome@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A135737B405 for ; Wed, 22 Jan 2003 20:16:15 -0800 (PST) Received: from creme-brulee.marcuscom.com (rdu57-17-158.nc.rr.com [66.57.17.158]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9744343EB2 for ; Wed, 22 Jan 2003 20:16:14 -0800 (PST) (envelope-from marcus@marcuscom.com) Received: from [10.2.1.4] (vpn-client-4.marcuscom.com [10.2.1.4]) by creme-brulee.marcuscom.com (8.12.6/8.12.6) with ESMTP id h0N4EoDx017611; Wed, 22 Jan 2003 23:14:51 -0500 (EST) (envelope-from marcus@marcuscom.com) Subject: Re: Recommended fonts for mozilla? From: Joe Marcus Clarke To: Mike Harding Cc: FreeBSD GNOME Users In-Reply-To: <20030123025421.A8889131BD@netcom1.netcom.com> References: <20030123025421.A8889131BD@netcom1.netcom.com> Content-Type: text/plain Organization: MarcusCom, Inc. Message-Id: <1043295351.381.10.camel@gyros> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.2.1 Date: 22 Jan 2003 23:15:51 -0500 Content-Transfer-Encoding: 7bit X-Spam-Status: No, hits=-2.3 required=5.0 tests=AWL,IN_REP_TO,NOSPAM_INC,QUOTED_EMAIL_TEXT,REFERENCES, SPAM_PHRASE_00_01,TO_BE_REMOVED_REPLY version=2.43 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, 2003-01-22 at 21:54, Mike Harding wrote: > Since mozilla 1.2 won't let you use mozilla-fonts, what fonts are > recommended? mozilla defaults to andale or something, which is > definitely not ideal... I've installed x11-fonts/webfonts as well as some cool TrueType fonts I've found on the web. I then let Xft and fontconfig do the rest (remember to run fc-cache after you install new fonts). My current browser font is Verdana, with Comic Sans as my cursive, a font called Immortal for my fantasy, and Courier New for my mono-spaced. Joe > > - Mike H. > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-gnome" in the body of the message -- PGP Key : http://www.marcuscom.com/pgp.asc To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-gnome" in the body of the message From owner-freebsd-gnome Wed Jan 22 20:50:43 2003 Delivered-To: freebsd-gnome@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 987DA37B401 for ; Wed, 22 Jan 2003 20:50:38 -0800 (PST) Received: from dc-mx03.cluster1.charter.net (dc-mx03.cluster1.charter.net [209.225.8.13]) by mx1.FreeBSD.org (Postfix) with ESMTP id 987D043F13 for ; Wed, 22 Jan 2003 20:50:37 -0800 (PST) (envelope-from glennpj@charter.net) Received: from [24.158.214.251] (HELO gforce.johnson.home) by dc-mx03.cluster1.charter.net (CommuniGate Pro SMTP 3.5.9) with ESMTP id 74147629 for gnome@freebsd.org; Wed, 22 Jan 2003 23:50:36 -0500 Received: from gforce.johnson.home (localhost [127.0.0.1]) by gforce.johnson.home (8.12.6/8.12.6) with ESMTP id h0N4oYZv032501 for ; Wed, 22 Jan 2003 22:50:35 -0600 (CST) (envelope-from glenn@gforce.johnson.home) Received: (from glenn@localhost) by gforce.johnson.home (8.12.6/8.12.6/Submit) id h0N4oYXd032496 for gnome@freebsd.org; Wed, 22 Jan 2003 22:50:34 -0600 (CST) From: Glenn Johnson Date: Wed, 22 Jan 2003 22:50:33 -0600 To: FreeBSD GNOME Users Subject: problem with pkgconfig Message-ID: <20030123045033.GA29897@gforce.johnson.home> Mail-Followup-To: FreeBSD GNOME Users Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.5.3i 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 am getting errors when trying to build gnumeric2. I am testing out Gnome-2.1 from marcuscom so that may be a factor. As far as I can tell, all of the various components are installed. ===> Configuring for gnumeric2-1.1.15 checking for a BSD-compatible install... /usr/bin/install -c -o root -g wheel checking whether build environment is sane... yes checking whether gmake sets $(MAKE)... yes checking for working aclocal-1.4... missing checking for working autoconf... found checking for working automake-1.4... missing checking for working autoheader... found checking for working makeinfo... found checking whether to enable maintainer-specific portions of Makefiles... no checking for pkg-config... /usr/local/bin/pkg-config checking for pkg-config... yes checking for GNOME Platform... GNOME 2.x checking for pkg-config... (cached) /usr/local/bin/pkg-config checking for pkg-config... yes checking for gcc... cc checking for C compiler default output... a.out checking whether the C compiler works... yes checking whether we are cross compiling... no checking for suffix of executables... checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether cc accepts -g... yes checking for cc option to accept ANSI C... none needed checking for strerror in -lcposix... no checking for gcc... (cached) cc checking whether we are using the GNU C compiler... (cached) yes checking whether cc accepts -g... (cached) yes checking for cc option to accept ANSI C... (cached) none needed checking for bison... bison -y checking build system type... i386-unknown-freebsd5.0 checking host system type... i386-unknown-freebsd5.0 checking for ld used by GCC... /usr/bin/ld checking if the linker (/usr/bin/ld) is GNU ld... yes checking for /usr/bin/ld option to reload object files... -r checking for BSD-compatible nm... /usr/bin/nm -B checking for a sed that does not truncate output... /usr/bin/sed checking whether ln -s works... yes checking how to recognise dependent libraries... pass_all checking command to parse /usr/bin/nm -B output... ok checking how to run the C preprocessor... cc -E checking for egrep... grep -E checking for ANSI C header files... yes checking for sys/types.h... yes checking for sys/stat.h... yes checking for stdlib.h... yes checking for string.h... yes checking for memory.h... yes checking for strings.h... yes checking for inttypes.h... yes checking for stdint.h... yes checking for unistd.h... yes checking dlfcn.h usability... yes checking dlfcn.h presence... yes checking for dlfcn.h... yes checking for ranlib... ranlib checking for strip... strip checking for objdir... .libs checking for cc option to produce PIC... -fPIC checking if cc PIC flag -fPIC works... yes checking if cc static flag -static works... yes checking if cc supports -c -o file.o... yes checking if cc supports -c -o file.lo... yes checking if cc supports -fno-rtti -fno-exceptions... yes checking whether the linker (/usr/bin/ld) supports shared libraries... yes checking how to hardcode library paths into programs... immediate checking whether stripping libraries is possible... yes checking dynamic linker characteristics... freebsd5.0 ld.so checking if libtool supports shared libraries... yes checking whether to build shared libraries... yes checking whether to build static libraries... no checking whether -lc should be explicitly linked in... yes creating libtool checking host system type... i386-unknown-freebsdelf5.0 checking for ranlib... ranlib checking whether we are using GNU C... yes checking for object suffix... o checking for executable suffix... no checking for cc option to produce PIC... -fPIC checking if cc PIC flag -fPIC works... yes checking if cc supports -c -o file.o... yes checking if cc supports -c -o file.lo... yes checking if cc supports -fno-rtti -fno-exceptions ... yes checking if cc static flag -static works... -static checking whether ln -s works... yes checking for ld used by GCC... /usr/bin/ld checking if the linker (/usr/bin/ld) is GNU ld... yes checking whether the linker (/usr/bin/ld) supports shared libraries... yes checking for BSD-compatible nm... /usr/bin/nm -B checking command to parse /usr/bin/nm -B output... ok checking how to hardcode library paths into programs... immediate checking for /usr/bin/ld option to reload object files... -r checking dynamic linker characteristics... freebsdelf5.0 ld.so checking if libtool supports shared libraries... yes checking whether to build shared libraries... yes checking whether to build static libraries... yes checking for objdir... .libs creating libtool checking for perl... /usr/bin/perl checking for ANSI C header files... (cached) yes checking for gtkextra-2.0 >= 1.1.0... Package gtkextra-2.0 was not found in the pkg-config search path. Perhaps you should add the directory containing `gtkextra-2.0.pc' to the PKG_CONFIG_PATH environment variable No package 'gtkextra-2.0' found checking for libguppi-2 >= 0.50.0... Package libguppi-2 was not found in the pkg-config search path. Perhaps you should add the directory containing `libguppi-2.pc' to the PKG_CONFIG_PATH environment variable No package 'libguppi-2' found checking for libbonobo-2.0 >= 2.0.0 libbonoboui-2.0 >= 2.0.0 bonobo-activation-2.0 >= 1.0.2 libgsf-gnome-1 >= 1.5.0 ... yes checking LIBBONOBO_CFLAGS... -DORBIT2=1 -pthread -I/usr/local/include/libbonobo-2.0 -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include/orbit-2.0 -I/usr/local/include/bonobo-activation-2.0 -I/usr/local/include/linc-1.0 -I/usr/local/include/libxml2 -I/usr/local/include -I/usr/local/include/libart-2.0 -I/usr/local/include/atk-1.0 -I/usr/local/include/libgsf-1 -I/usr/X11R6/include/libbonoboui-2.0 -I/usr/X11R6/include/libgnomecanvas-2.0 -I/usr/X11R6/include/libgnome-2.0 -I/usr/X11R6/include/pango-1.0 -I/usr/X11R6/include -I/usr/local/include/freetype2 -I/usr/X11R6/include/gtk-2.0 -I/usr/X11R6/lib/gtk-2.0/include -I/usr/X11R6/include/gconf/2 -I/usr/X11R6/include/gnome-vfs-2.0 -I/usr/X11R6/lib/gnome-vfs-2.0/include checking LIBBONOBO_LIBS... -pthread -Wl,--export-dynamic -L/usr/local/lib -L/usr/X11R6/lib -lbonoboui-2 -lgnomecanvas-2 -lgnome-2 -lart_lgpl_2 -lpangoft2-1.0 -lgtk-x11-2.0 -lgdk-x11-2.0 -lXinerama -latk-1.0 -lgdk_pixbuf-2.0 -lpangoxft-1.0 -lXft2 -lfreetype -lXext -lXrender -lfontconfig -lpangox-1.0 -lX11 -lpango-1.0 -lbonobo-2 -lgconf-2 -lgnomevfs-2 -lc_r -lbonobo-activation -lORBit-2 -llinc -lgmodule-2.0 -lgthread-2.0 -lgsf-gnome-1 -lgsf-1 -lgobject-2.0 -lxml2 -lz -lm -lglib-2.0 -liconv checking for glib-2.0 >= 2.0.0 gobject-2.0 >= 2.0.0 gmodule-2.0 >= 2.0.0 libgsf-1 >= 1.6.0 gtk+-2.0 >= 2.0.0 libxml-2.0 >= 2.4.12 libglade-2.0 >= 1.99.7 libgnomecanvas-2.0 >= 1.113.0 gal-2.0 >= 0.0.6 libgnome-2.0 >= 1.105.0 libgnomeui-2.0 >= 1.106.0 libgnomeprint-2.0 >= 1.116.0 libgnomeprintui-2.0 >= 1.116.0 libbonobo-2.0 >= 1.115.0 libbonoboui-2.0 bonobo-activation-2.0 libgsf-gnome-1 >= 1.5.0... Package libgnomeprint-2.0 was not found in the pkg-config search path. Perhaps you should add the directory containing `libgnomeprint-2.0.pc' to the PKG_CONFIG_PATH environment variable Package 'libgnomeprint-2.0', required by 'GAL', not found configure: error: Library requirements ( glib-2.0 >= 2.0.0 gobject-2.0 >= 2.0.0 gmodule-2.0 >= 2.0.0 libgsf-1 >= 1.6.0 gtk+-2.0 >= 2.0.0 libxml-2.0 >= 2.4.12 libglade-2.0 >= 1.99.7 libgnomecanvas-2.0 >= 1.113.0 gal-2.0 >= 0.0.6 libgnome-2.0 >= 1.105.0 libgnomeui-2.0 >= 1.106.0 libgnomeprint-2.0 >= 1.116.0 libgnomeprintui-2.0 >= 1.116.0 libbonobo-2.0 >= 1.115.0 libbonoboui-2.0 bonobo-activation-2.0 libgsf-gnome-1 >= 1.5.0) not met; consider adjusting the PKG_CONFIG_PATH environment variable if your libraries are in a nonstandard prefix so pkg-config can find them. ===> Script "configure" failed unexpectedly. Please report the problem to gnome@FreeBSD.org [maintainer] and attach the "/usr/ports/math/gnumeric2/work/gnumeric-1.1.15/config.log" including the output of the failure of your make command. Also, it might be a good idea to provide an overview of all packages installed on your system (e.g. an `ls /var/db/pkg`). *** Error code 1 Stop in /usr/ports/math/gnumeric2. -- Glenn Johnson glennpj@charter.net To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-gnome" in the body of the message From owner-freebsd-gnome Wed Jan 22 20:56: 7 2003 Delivered-To: freebsd-gnome@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D1D7437B405 for ; Wed, 22 Jan 2003 20:56:06 -0800 (PST) Received: from creme-brulee.marcuscom.com (rdu57-17-158.nc.rr.com [66.57.17.158]) by mx1.FreeBSD.org (Postfix) with ESMTP id 145C643F5F for ; Wed, 22 Jan 2003 20:56:03 -0800 (PST) (envelope-from marcus@marcuscom.com) Received: from [10.2.1.4] (vpn-client-4.marcuscom.com [10.2.1.4]) by creme-brulee.marcuscom.com (8.12.6/8.12.6) with ESMTP id h0N4sZDx017896; Wed, 22 Jan 2003 23:54:35 -0500 (EST) (envelope-from marcus@marcuscom.com) Subject: Re: problem with pkgconfig From: Joe Marcus Clarke To: Glenn Johnson Cc: FreeBSD GNOME Users In-Reply-To: <20030123045033.GA29897@gforce.johnson.home> References: <20030123045033.GA29897@gforce.johnson.home> Content-Type: text/plain Organization: MarcusCom, Inc. Message-Id: <1043297735.381.21.camel@gyros> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.2.1 Date: 22 Jan 2003 23:55:36 -0500 Content-Transfer-Encoding: 7bit X-Spam-Status: No, hits=-2.5 required=5.0 tests=AWL,IN_REP_TO,NOSPAM_INC,QUOTED_EMAIL_TEXT,REFERENCES, SPAM_PHRASE_00_01 version=2.43 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, 2003-01-22 at 23:50, Glenn Johnson wrote: > I am getting errors when trying to build gnumeric2. I am testing out > Gnome-2.1 from marcuscom so that may be a factor. As far as I can tell, > all of the various components are installed. You're running into to the one crappy conflict I've seen with GNOME 2.1. Apparently, there is some disagreement over which version of libgnomeprint apps Gnumeric are going to use. Right now, Gnumeric wants the old libgnomeprint-2.0 stuff. Fortunately, you can install both. You will need to install libgnomeprint and libgnomeprintui 1.116.x along side the 2.2 versions. There won't be any real conflicts. Hopefully, this mess will be sorted out by the time 2.2 is released. Joe -- PGP Key : http://www.marcuscom.com/pgp.asc To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-gnome" in the body of the message From owner-freebsd-gnome Thu Jan 23 0: 9:37 2003 Delivered-To: freebsd-gnome@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2A80F37B401; Thu, 23 Jan 2003 00:09:36 -0800 (PST) Received: from obsecurity.dyndns.org (adsl-64-169-106-48.dsl.lsan03.pacbell.net [64.169.106.48]) by mx1.FreeBSD.org (Postfix) with ESMTP id ACFE543F13; Thu, 23 Jan 2003 00:09:35 -0800 (PST) (envelope-from kris@obsecurity.org) Received: from rot13.obsecurity.org (rot13.obsecurity.org [10.0.0.5]) by obsecurity.dyndns.org (Postfix) with ESMTP id 691F266B3A; Thu, 23 Jan 2003 00:09:35 -0800 (PST) Received: by rot13.obsecurity.org (Postfix, from userid 1000) id 4A57F165C; Thu, 23 Jan 2003 00:09:35 -0800 (PST) Date: Thu, 23 Jan 2003 00:09:35 -0800 From: Kris Kennaway To: jmallett@FreeBSD.org, gnome@FreeBSD.org Subject: gtk-sharp broken Message-ID: <20030123080935.GC56197@rot13.obsecurity.org> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="Fig2xvG2VGoz8o/s" Content-Disposition: inline User-Agent: Mutt/1.4i 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 --Fig2xvG2VGoz8o/s Content-Type: text/plain; charset=us-ascii Content-Disposition: inline http://bento.freebsd.org/errorlogs/i386-5-latest/gtk-sharp-0.6.0.1.log Looks like it hangs (for 2 hours). Kris --Fig2xvG2VGoz8o/s Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.1 (FreeBSD) iD8DBQE+L6M+Wry0BWjoQKURAjlQAKCQrWZCuB+ltzkA1MnYKX+OdpRZfACcDJk0 o6QyNBco6I8Mt416phz3ok4= =DrY6 -----END PGP SIGNATURE----- --Fig2xvG2VGoz8o/s-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-gnome" in the body of the message From owner-freebsd-gnome Thu Jan 23 6:14:49 2003 Delivered-To: freebsd-gnome@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D380B37B401 for ; Thu, 23 Jan 2003 06:14:29 -0800 (PST) Received: from grumpy.carebears.net (ti400720a080-0825.bb.online.no [80.212.163.57]) by mx1.FreeBSD.org (Postfix) with ESMTP id D359543F13 for ; Thu, 23 Jan 2003 06:14:19 -0800 (PST) (envelope-from dtun3z@online.no) Received: from [192.168.0.9] (unknown [192.168.0.9]) by grumpy.carebears.net (Postfix) with ESMTP id D711A9841D for ; Thu, 23 Jan 2003 15:13:50 +0100 (CET) Subject: more mozilla/galeon problems From: Christer Gundersen To: gnome@FreeBSD.ORG Content-Type: multipart/mixed; boundary="=-aKtWCniu3XDq59P64Uey" Organization: Message-Id: <1043331196.228.3.camel@funshine.carebears.net> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.2.1 Date: 23 Jan 2003 15:13:16 +0100 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 --=-aKtWCniu3XDq59P64Uey Content-Type: text/plain Content-Transfer-Encoding: 7bit just cvsuped... I cant seem to compile galeon. It complains about not having mozilla 1.2 installed. and i got mozilla 1.2.1 installed. config.log from galeon attached. -- Med Vennlig Hilsen / Best regards Christer Gundersen / dizzy tun3Z http://dtz.cjb.net --=-aKtWCniu3XDq59P64Uey Content-Disposition: attachment; filename=config.log Content-Type: text/plain; name=config.log; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake. It was created by configure, which was generated by GNU Autoconf 2.53. Invocation command line was $ ./configure --with-mozilla-includes=/usr/X11R6/include/mozilla --with-mozilla-libs=/usr/X11R6/lib/mozilla --enable-nautilus-view --with-mozilla-snapshot=1.2 --x-libraries=/usr/X11R6/lib --x-includes=/usr/X11R6/include --localstatedir=/usr/X11R6/share/gnome --datadir=/usr/X11R6/share/gnome --with-html-dir=/usr/X11R6/share/doc --disable-gtk-doc --with-gconf-source=xml::/usr/X11R6/etc/gconf/gconf.xml.defaults --prefix=/usr/X11R6 --target=i386-unknown-freebsd4.7 ## --------- ## ## Platform. ## ## --------- ## hostname = funshine.carebears.net uname -m = i386 uname -r = 4.7-RELEASE-p2 uname -s = FreeBSD uname -v = FreeBSD 4.7-RELEASE-p2 #3: Fri Dec 6 00:05:58 GMT 2002 root@funshine.carebears.net:/usr/src/sys/compile/FUNSHINE /usr/bin/uname -p = i386 /bin/uname -X = unknown /bin/arch = unknown /usr/bin/arch -k = unknown /usr/convex/getsysinfo = unknown hostinfo = unknown /bin/machine = unknown /usr/bin/oslevel = unknown /bin/universe = unknown PATH: /sbin PATH: /bin PATH: /usr/sbin PATH: /usr/bin PATH: /usr/games PATH: /usr/local/sbin PATH: /usr/local/bin PATH: /usr/X11R6/bin PATH: /home/chgu/bin ## ----------- ## ## Core tests. ## ## ----------- ## configure:1446: checking for perl configure:1464: found /usr/bin/perl configure:1476: result: /usr/bin/perl configure:1621: checking for a BSD-compatible install configure:1675: result: /usr/bin/install -c -o root -g wheel configure:1686: checking whether build environment is sane configure:1729: result: yes configure:1744: checking whether make sets ${MAKE} configure:1764: result: yes configure:1796: checking for working aclocal-1.4 configure:1807: result: missing configure:1811: checking for working autoconf configure:1818: result: found configure:1826: checking for working automake-1.4 configure:1837: result: missing configure:1841: checking for working autoheader configure:1848: result: found configure:1856: checking for working makeinfo configure:1863: result: found configure:1905: checking build system type configure:1923: result: i386-unknown-freebsd4.7 configure:1931: checking host system type configure:1945: result: i386-unknown-freebsd4.7 configure:1999: checking for gcc configure:2025: result: cc configure:2269: checking for C compiler version configure:2272: cc --version &5 2.95.4 configure:2275: $? = 0 configure:2277: cc -v &5 Using builtin specs. gcc version 2.95.4 20020320 [FreeBSD] configure:2280: $? = 0 configure:2282: cc -V &5 cc: argument to `-V' is missing configure:2285: $? = 1 configure:2311: checking for C compiler default output configure:2314: cc -O2 -pipe -march=pentiumpro -I/usr/local/include -I/usr/X11R6/include -D_REENTRANT -D_THREAD_SAFE conftest.c -L/usr/local/lib -pthread >&5 configure:2317: $? = 0 configure:2350: result: a.out configure:2355: checking whether the C compiler works configure:2361: ./a.out configure:2364: $? = 0 configure:2379: result: yes configure:2386: checking whether we are cross compiling configure:2388: result: no configure:2391: checking for suffix of executables configure:2393: cc -o conftest -O2 -pipe -march=pentiumpro -I/usr/local/include -I/usr/X11R6/include -D_REENTRANT -D_THREAD_SAFE conftest.c -L/usr/local/lib -pthread >&5 configure:2396: $? = 0 configure:2418: result: configure:2424: checking for suffix of object files configure:2448: cc -c -O2 -pipe -march=pentiumpro -I/usr/local/include -I/usr/X11R6/include -D_REENTRANT -D_THREAD_SAFE conftest.c >&5 configure:2451: $? = 0 configure:2470: result: o configure:2474: checking whether we are using the GNU C compiler configure:2501: cc -c -O2 -pipe -march=pentiumpro -I/usr/local/include -I/usr/X11R6/include -D_REENTRANT -D_THREAD_SAFE conftest.c >&5 configure:2504: $? = 0 configure:2507: test -s conftest.o configure:2510: $? = 0 configure:2522: result: yes configure:2528: checking whether cc accepts -g configure:2552: cc -c -g -I/usr/local/include -I/usr/X11R6/include -D_REENTRANT -D_THREAD_SAFE conftest.c >&5 configure:2555: $? = 0 configure:2558: test -s conftest.o configure:2561: $? = 0 configure:2571: result: yes configure:2598: cc -c -O2 -pipe -march=pentiumpro -I/usr/local/include -I/usr/X11R6/include -D_REENTRANT -D_THREAD_SAFE conftest.c >&5 conftest.c:2: syntax error before `me' configure:2601: $? = 1 configure: failed program was: #ifndef __cplusplus choke me #endif configure:2733: checking for ld used by GCC configure:2796: result: /usr/libexec/elf/ld configure:2805: checking if the linker (/usr/libexec/elf/ld) is GNU ld GNU ld version 2.12.1 [FreeBSD] 2002-07-20 configure:2817: result: yes configure:2822: checking for /usr/libexec/elf/ld option to reload object files configure:2829: result: -r configure:2834: checking for BSD-compatible nm configure:2870: result: /usr/bin/nm -B configure:2873: checking whether ln -s works configure:2877: result: yes configure:2884: checking how to recognise dependant libraries configure:3062: result: pass_all configure:3075: checking command to parse /usr/bin/nm -B output configure:3156: cc -c -O2 -pipe -march=pentiumpro -I/usr/local/include -I/usr/X11R6/include -D_REENTRANT -D_THREAD_SAFE conftest.c >&5 configure:3159: $? = 0 configure:3163: /usr/bin/nm -B conftest.o \| sed -n -e 's/^.*[ ]\([ABCDGISTW][ABCDGISTW]*\)[ ][ ]*\(\)\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2\3 \3/p' \> conftest.nm configure:3166: $? = 0 configure:3218: cc -o conftest -O2 -pipe -march=pentiumpro -I/usr/local/include -I/usr/X11R6/include -D_REENTRANT -D_THREAD_SAFE conftest.c conftstm.o >&5 configure:3221: $? = 0 configure:3265: result: ok configure:3274: checking how to run the C preprocessor configure:3300: cc -E -I/usr/local/include -I/usr/X11R6/include -D_REENTRANT -D_THREAD_SAFE conftest.c configure:3306: $? = 0 configure:3333: cc -E -I/usr/local/include -I/usr/X11R6/include -D_REENTRANT -D_THREAD_SAFE conftest.c configure:3330: ac_nonexistent.h: No such file or directory configure:3339: $? = 1 configure: failed program was: #line 3329 "configure" #include "confdefs.h" #include configure:3376: result: cc -E configure:3391: cc -E -I/usr/local/include -I/usr/X11R6/include -D_REENTRANT -D_THREAD_SAFE conftest.c configure:3397: $? = 0 configure:3424: cc -E -I/usr/local/include -I/usr/X11R6/include -D_REENTRANT -D_THREAD_SAFE conftest.c configure:3421: ac_nonexistent.h: No such file or directory configure:3430: $? = 1 configure: failed program was: #line 3420 "configure" #include "confdefs.h" #include configure:3470: checking for ANSI C header files configure:3484: cc -E -I/usr/local/include -I/usr/X11R6/include -D_REENTRANT -D_THREAD_SAFE conftest.c configure:3490: $? = 0 configure:3577: cc -o conftest -O2 -pipe -march=pentiumpro -I/usr/local/include -I/usr/X11R6/include -D_REENTRANT -D_THREAD_SAFE conftest.c -L/usr/local/lib -pthread >&5 configure:3580: $? = 0 configure:3582: ./conftest configure:3585: $? = 0 configure:3599: result: yes configure:3623: checking for sys/types.h configure:3636: cc -c -O2 -pipe -march=pentiumpro -I/usr/local/include -I/usr/X11R6/include -D_REENTRANT -D_THREAD_SAFE conftest.c >&5 configure:3639: $? = 0 configure:3642: test -s conftest.o configure:3645: $? = 0 configure:3655: result: yes configure:3623: checking for sys/stat.h configure:3636: cc -c -O2 -pipe -march=pentiumpro -I/usr/local/include -I/usr/X11R6/include -D_REENTRANT -D_THREAD_SAFE conftest.c >&5 configure:3639: $? = 0 configure:3642: test -s conftest.o configure:3645: $? = 0 configure:3655: result: yes configure:3623: checking for stdlib.h configure:3636: cc -c -O2 -pipe -march=pentiumpro -I/usr/local/include -I/usr/X11R6/include -D_REENTRANT -D_THREAD_SAFE conftest.c >&5 configure:3639: $? = 0 configure:3642: test -s conftest.o configure:3645: $? = 0 configure:3655: result: yes configure:3623: checking for string.h configure:3636: cc -c -O2 -pipe -march=pentiumpro -I/usr/local/include -I/usr/X11R6/include -D_REENTRANT -D_THREAD_SAFE conftest.c >&5 configure:3639: $? = 0 configure:3642: test -s conftest.o configure:3645: $? = 0 configure:3655: result: yes configure:3623: checking for memory.h configure:3636: cc -c -O2 -pipe -march=pentiumpro -I/usr/local/include -I/usr/X11R6/include -D_REENTRANT -D_THREAD_SAFE conftest.c >&5 configure:3639: $? = 0 configure:3642: test -s conftest.o configure:3645: $? = 0 configure:3655: result: yes configure:3623: checking for strings.h configure:3636: cc -c -O2 -pipe -march=pentiumpro -I/usr/local/include -I/usr/X11R6/include -D_REENTRANT -D_THREAD_SAFE conftest.c >&5 configure:3639: $? = 0 configure:3642: test -s conftest.o configure:3645: $? = 0 configure:3655: result: yes configure:3623: checking for inttypes.h configure:3636: cc -c -O2 -pipe -march=pentiumpro -I/usr/local/include -I/usr/X11R6/include -D_REENTRANT -D_THREAD_SAFE conftest.c >&5 configure:3639: $? = 0 configure:3642: test -s conftest.o configure:3645: $? = 0 configure:3655: result: yes configure:3623: checking for stdint.h configure:3636: cc -c -O2 -pipe -march=pentiumpro -I/usr/local/include -I/usr/X11R6/include -D_REENTRANT -D_THREAD_SAFE conftest.c >&5 configure:3665: stdint.h: No such file or directory configure:3639: $? = 1 configure: failed program was: #line 3629 "configure" #include "confdefs.h" #include #if HAVE_SYS_TYPES_H # include #endif #if HAVE_SYS_STAT_H # include #endif #if STDC_HEADERS # include # include #else # if HAVE_STDLIB_H # include # endif #endif #if HAVE_STRING_H # if !STDC_HEADERS && HAVE_MEMORY_H # include # endif # include #endif #if HAVE_STRINGS_H # include #endif #if HAVE_INTTYPES_H # include #else # if HAVE_STDINT_H # include # endif #endif #if HAVE_UNISTD_H # include #endif #include configure:3655: result: no configure:3623: checking for unistd.h configure:3636: cc -c -O2 -pipe -march=pentiumpro -I/usr/local/include -I/usr/X11R6/include -D_REENTRANT -D_THREAD_SAFE conftest.c >&5 configure:3639: $? = 0 configure:3642: test -s conftest.o configure:3645: $? = 0 configure:3655: result: yes configure:3681: checking dlfcn.h usability configure:3690: cc -c -O2 -pipe -march=pentiumpro -I/usr/local/include -I/usr/X11R6/include -D_REENTRANT -D_THREAD_SAFE conftest.c >&5 configure:3693: $? = 0 configure:3696: test -s conftest.o configure:3699: $? = 0 configure:3708: result: yes configure:3712: checking dlfcn.h presence configure:3719: cc -E -I/usr/local/include -I/usr/X11R6/include -D_REENTRANT -D_THREAD_SAFE conftest.c configure:3725: $? = 0 configure:3743: result: yes configure:3761: checking for dlfcn.h configure:3768: result: yes configure:3965: checking for ranlib configure:3981: found /usr/bin/ranlib configure:3992: result: ranlib configure:4045: checking for strip configure:4061: found /usr/bin/strip configure:4072: result: strip configure:4283: checking for objdir configure:4294: result: .libs configure:4311: checking for cc option to produce PIC configure:4461: result: -fPIC configure:4465: checking if cc PIC flag -fPIC works configure:4491: cc -c -O2 -pipe -march=pentiumpro -fPIC -DPIC -I/usr/local/include -I/usr/X11R6/include -D_REENTRANT -D_THREAD_SAFE conftest.c >&5 configure:4494: $? = 0 configure:4497: test -s conftest.o configure:4500: $? = 0 configure:4537: result: yes configure:4553: checking if cc static flag -static works configure:4580: cc -o conftest -O2 -pipe -march=pentiumpro -I/usr/local/include -I/usr/X11R6/include -D_REENTRANT -D_THREAD_SAFE -static conftest.c -L/usr/local/lib -pthread >&5 configure:4583: $? = 0 configure:4586: test -s conftest configure:4589: $? = 0 configure:4604: result: yes configure:4616: checking if cc supports -c -o file.o configure:4636: cc -c -O2 -pipe -march=pentiumpro -o out/conftest2.o -I/usr/local/include -I/usr/X11R6/include -D_REENTRANT -D_THREAD_SAFE conftest.c >&5 configure:4660: result: yes configure:4665: checking if cc supports -c -o file.lo configure:4695: cc -c -O2 -pipe -march=pentiumpro -c -o conftest.lo -I/usr/local/include -I/usr/X11R6/include -D_REENTRANT -D_THREAD_SAFE conftest.c >&5 configure:4698: $? = 0 configure:4701: test -s conftest.lo configure:4704: $? = 0 configure:4725: result: yes configure:4756: checking if cc supports -fno-rtti -fno-exceptions configure:4781: cc -c -O2 -pipe -march=pentiumpro -fno-rtti -fno-exceptions -c conftest.c -I/usr/local/include -I/usr/X11R6/include -D_REENTRANT -D_THREAD_SAFE conftest.c >&5 configure:4784: $? = 0 configure:4787: test -s conftest.o configure:4790: $? = 0 configure:4806: result: yes configure:4817: checking whether the linker (/usr/libexec/elf/ld) supports shared libraries configure:5497: result: yes configure:5502: checking how to hardcode library paths into programs configure:5526: result: immediate configure:5531: checking whether stripping libraries is possible configure:5536: result: yes configure:5547: checking dynamic linker characteristics configure:5964: result: freebsd4.7 ld.so configure:5969: checking if libtool supports shared libraries configure:5971: result: yes configure:5974: checking whether to build shared libraries configure:5995: result: yes configure:5998: checking whether to build static libraries configure:6002: result: no configure:6664: checking whether -lc should be explicitly linked in configure:6672: cc -c -O2 -pipe -march=pentiumpro -I/usr/local/include -I/usr/X11R6/include -D_REENTRANT -D_THREAD_SAFE conftest.c >&5 configure:6675: $? = 0 configure:6689: cc -shared conftest.o -v -Wl,-soname -Wl,conftest -o conftest 2\>\&1 \| grep -lc \>/dev/null 2\>\&1 configure:6692: $? = 1 configure:6705: result: yes ltconfig:581: checking whether we are using GNU C ltconfig:589: cc -E conftest.c ltconfig:603: checking for object suffix ltconfig:604: cc -c -O2 -pipe -march=pentiumpro -I/usr/local/include -I/usr/X11R6/include -D_REENTRANT -D_THREAD_SAFE conftest.c 1>&5 ltconfig:629: checking for executable suffix ltconfig:630: cc -o conftest -O2 -pipe -march=pentiumpro -I/usr/local/include -I/usr/X11R6/include -D_REENTRANT -D_THREAD_SAFE conftest.c -L/usr/local/lib -pthread 1>&5 ltconfig:776: checking if cc PIC flag -fPIC works ltconfig:777: cc -c -O2 -pipe -march=pentiumpro -fPIC -DPIC -I/usr/local/include -I/usr/X11R6/include -D_REENTRANT -D_THREAD_SAFE conftest.c 1>&5 ltconfig:829: checking if cc supports -c -o file.o ltconfig:830: cc -c -O2 -pipe -march=pentiumpro -o out/conftest2.o -I/usr/local/include -I/usr/X11R6/include -D_REENTRANT -D_THREAD_SAFE conftest.c 1>&5 ltconfig:862: checking if cc supports -c -o file.lo ltconfig:863: cc -c -O2 -pipe -march=pentiumpro -c -o conftest.lo -I/usr/local/include -I/usr/X11R6/include -D_REENTRANT -D_THREAD_SAFE conftest.c 1>&5 ltconfig:914: checking if cc supports -fno-rtti -fno-exceptions ltconfig:915: cc -c -O2 -pipe -march=pentiumpro -fno-rtti -fno-exceptions -c conftest.c -I/usr/local/include -I/usr/X11R6/include -D_REENTRANT -D_THREAD_SAFE conftest.c 1>&5 ltconfig:958: checking if cc static flag -static works ltconfig:959: cc -o conftest -O2 -pipe -march=pentiumpro -I/usr/local/include -I/usr/X11R6/include -D_REENTRANT -D_THREAD_SAFE -static conftest.c -L/usr/local/lib -pthread 1>&5 ltconfig:991: checking for ld used by GCC GNU ld version 2.12.1 [FreeBSD] 2002-07-20 ltconfig:1635: checking if global_symbol_pipe works ltconfig:1636: cc -c -O2 -pipe -march=pentiumpro -I/usr/local/include -I/usr/X11R6/include -D_REENTRANT -D_THREAD_SAFE conftest.c 1>&5 ltconfig:1639: eval "/usr/bin/nm -B conftest.o | sed -n -e 's/^.*[ ]\([ABCDGISTW]\)[ ][ ]*\(\)\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2\3 \3/p' > conftest.nm" ltconfig:1691: cc -o conftest -O2 -pipe -march=pentiumpro -fno-builtin -fno-rtti -fno-exceptions -I/usr/local/include -I/usr/X11R6/include -D_REENTRANT -D_THREAD_SAFE conftest.c conftstm.o 1>&5 configure:7278: checking for strerror in -lcposix configure:7311: cc -o conftest -O2 -pipe -march=pentiumpro -I/usr/local/include -I/usr/X11R6/include -D_REENTRANT -D_THREAD_SAFE conftest.c -lcposix -L/usr/local/lib -pthread >&5 /usr/libexec/elf/ld: cannot find -lcposix configure:7314: $? = 1 configure: failed program was: #line 7286 "configure" #include "confdefs.h" /* Override any gcc2 internal prototype to avoid an error. */ #ifdef __cplusplus extern "C" #endif /* We use char because int might match the return type of a gcc2 builtin and then its argument prototype would still apply. */ char strerror (); #ifdef F77_DUMMY_MAIN # ifdef __cplusplus extern "C" # endif int F77_DUMMY_MAIN() { return 1; } #endif int main () { strerror (); ; return 0; } configure:7331: result: no configure:7385: checking for gcc configure:7411: result: cc configure:7655: checking for C compiler version configure:7658: cc --version &5 2.95.4 configure:7661: $? = 0 configure:7663: cc -v &5 Using builtin specs. gcc version 2.95.4 20020320 [FreeBSD] configure:7666: $? = 0 configure:7668: cc -V &5 cc: argument to `-V' is missing configure:7671: $? = 1 configure:7674: checking whether we are using the GNU C compiler configure:7722: result: yes configure:7728: checking whether cc accepts -g configure:7771: result: yes configure:7798: cc -c -O2 -pipe -march=pentiumpro -I/usr/local/include -I/usr/X11R6/include -D_REENTRANT -D_THREAD_SAFE conftest.c >&5 conftest.c:2: syntax error before `me' configure:7801: $? = 1 configure: failed program was: #ifndef __cplusplus choke me #endif configure:8005: checking for C++ compiler version configure:8008: c++ --version &5 2.95.4 configure:8011: $? = 0 configure:8013: c++ -v &5 Using builtin specs. gcc version 2.95.4 20020320 [FreeBSD] configure:8016: $? = 0 configure:8018: c++ -V &5 c++: argument to `-V' missing configure:8021: $? = 1 configure:8024: checking whether we are using the GNU C++ compiler configure:8051: c++ -c -O2 -pipe -march=pentiumpro -I/usr/local/include -I/usr/X11R6/include -D_REENTRANT -D_THREAD_SAFE conftest.cc >&5 configure:8054: $? = 0 configure:8057: test -s conftest.o configure:8060: $? = 0 configure:8072: result: yes configure:8078: checking whether c++ accepts -g configure:8102: c++ -c -g -I/usr/local/include -I/usr/X11R6/include -D_REENTRANT -D_THREAD_SAFE conftest.cc >&5 configure:8105: $? = 0 configure:8108: test -s conftest.o configure:8111: $? = 0 configure:8121: result: yes configure:8167: c++ -c -O2 -pipe -march=pentiumpro -I/usr/local/include -I/usr/X11R6/include -D_REENTRANT -D_THREAD_SAFE conftest.cc >&5 configure:8170: $? = 0 configure:8173: test -s conftest.o configure:8176: $? = 0 configure:8204: c++ -c -O2 -pipe -march=pentiumpro -I/usr/local/include -I/usr/X11R6/include -D_REENTRANT -D_THREAD_SAFE conftest.cc >&5 configure:8207: $? = 0 configure:8210: test -s conftest.o configure:8213: $? = 0 configure:8238: checking for cc option to accept ANSI C configure:8303: cc -c -O2 -pipe -march=pentiumpro -I/usr/local/include -I/usr/X11R6/include -D_REENTRANT -D_THREAD_SAFE conftest.c >&5 configure:8306: $? = 0 configure:8309: test -s conftest.o configure:8312: $? = 0 configure:8326: result: none needed configure:8337: checking for ANSI C header files configure:8466: result: yes configure:8481: checking for scandir configure:8524: cc -o conftest -O2 -pipe -march=pentiumpro -I/usr/local/include -I/usr/X11R6/include -D_REENTRANT -D_THREAD_SAFE conftest.c -L/usr/local/lib -pthread >&5 configure:8527: $? = 0 configure:8530: test -s conftest configure:8533: $? = 0 configure:8543: result: yes configure:8608: checking for orbit-config configure:8639: result: /usr/local/bin/orbit-config configure:8647: checking for ORBit - version >= 0.5.1 configure:8750: cc -o conftest -O2 -pipe -march=pentiumpro -I/usr/local/include/glib12 -I/usr/local/include/orbit-1.0 -I/usr/local/include -I/usr/local/include -I/usr/X11R6/include -D_REENTRANT -D_THREAD_SAFE conftest.c -L/usr/local/lib -lORBit -lIIOP -lORBitutil -lglib12 -lwrap -lm -L/usr/local/lib -pthread >&5 configure:8753: $? = 0 configure:8755: ./conftest configure:8758: $? = 0 configure:8775: result: yes configure:8860: checking for orbit-idl configure:8878: found /usr/local/bin/orbit-idl configure:8891: result: /usr/local/bin/orbit-idl configure:8959: checking for glib-config configure:8990: result: /usr/local/bin/glib12-config configure:8998: checking for GLIB - version >= 1.2.9 configure:9099: cc -o conftest -O2 -pipe -march=pentiumpro -I/usr/local/include/glib12 -I/usr/local/include -I/usr/X11R6/include -D_REENTRANT -D_THREAD_SAFE conftest.c -L/usr/local/lib -lglib12 -L/usr/local/lib -pthread >&5 configure:9102: $? = 0 configure:9104: ./conftest configure:9107: $? = 0 configure:9124: result: yes configure:9266: checking for gtk-config configure:9297: result: /usr/X11R6/bin/gtk12-config configure:9305: checking for GTK - version >= 1.2.9 configure:9408: cc -o conftest -O2 -pipe -march=pentiumpro -I/usr/X11R6/include/gtk12 -I/usr/local/include/glib12 -I/usr/local/include -I/usr/X11R6/include -I/usr/local/include -I/usr/X11R6/include -D_REENTRANT -D_THREAD_SAFE conftest.c -L/usr/X11R6/lib -L/usr/X11R6/lib -lgtk12 -lgdk12 -L/usr/local/lib -Wl,-E -lgmodule12 -lglib12 -lintl -lXi -lXext -lX11 -lm -L/usr/local/lib -pthread >&5 configure:9411: $? = 0 configure:9413: ./conftest configure:9416: $? = 0 configure:9433: result: yes configure:9538: checking if GNOME_FileSelector component is wanted configure:9547: result: configure:9577: checking if NautilusView Galeon component is wanted configure:9597: result: yes configure:9644: checking for gnome-config configure:9675: result: /usr/X11R6/bin/gnome-config configure:9684: checking for GNOME - version >= 1.2.8 configure:9768: result: yes configure:9809: checking for additional GNOME modules configure:9868: result: configure:9915: checking for gconf-config configure:9946: result: /usr/X11R6/bin/gconf-config configure:9954: checking for GCONF - version >= 1.0.4 configure:9970: result: yes configure:10039: checking for oaf-config configure:10070: result: /usr/X11R6/bin/oaf-config configure:10078: checking for OAF - version >= 0.6.5 configure:10181: cc -o conftest -O2 -pipe -march=pentiumpro -I/usr/X11R6/include -I/usr/local/include/glib12 -I/usr/local/include/orbit-1.0 -I/usr/local/include -I/usr/local/include -I/usr/X11R6/include -D_REENTRANT -D_THREAD_SAFE conftest.c -L/usr/X11R6/lib -L/usr/local/lib -loaf -lORBitCosNaming -lORBit -lIIOP -lORBitutil -lglib12 -lwrap -lm -L/usr/local/lib -pthread >&5 configure:10184: $? = 0 configure:10186: ./conftest configure:10189: $? = 0 configure:10206: result: yes configure:10296: checking for xml-config configure:10327: result: /usr/local/bin/xml-config configure:10392: checking for gdk-pixbuf-config configure:10423: result: /usr/X11R6/bin/gdk-pixbuf-config configure:10431: checking for GDK_PIXBUF - version >= 0.14.0 configure:10515: cc -o conftest -O2 -pipe -march=pentiumpro -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/local/include -I/usr/X11R6/include -D_REENTRANT -D_THREAD_SAFE conftest.c -L/usr/local/lib -pthread -L/usr/X11R6/lib -lgdk_pixbuf -L/usr/X11R6/lib -L/usr/X11R6/lib -lgtk12 -lgdk12 -L/usr/local/lib -Wl,-E -lgmodule12 -lglib12 -lintl -lXi -lXext -lX11 -lm >&5 configure:10518: $? = 0 configure:10520: ./conftest configure:10523: $? = 0 configure:10540: result: yes configure:10627: checking for scrollkeeper-config configure:10645: found /usr/X11R6/bin/scrollkeeper-config configure:10658: result: /usr/X11R6/bin/scrollkeeper-config configure:10701: checking X11/extensions/Xinerama.h usability configure:10710: cc -c -O2 -pipe -march=pentiumpro -I/usr/local/include -I/usr/X11R6/include -D_REENTRANT -D_THREAD_SAFE conftest.c >&5 In file included from configure:10739: /usr/X11R6/include/X11/extensions/Xinerama.h:14: syntax error before `XineramaQueryExtension' /usr/X11R6/include/X11/extensions/Xinerama.h:15: syntax error before `*' /usr/X11R6/include/X11/extensions/Xinerama.h:18: warning: data definition has no type or storage class /usr/X11R6/include/X11/extensions/Xinerama.h:20: syntax error before `XineramaQueryVersion' /usr/X11R6/include/X11/extensions/Xinerama.h:21: syntax error before `*' /usr/X11R6/include/X11/extensions/Xinerama.h:24: warning: data definition has no type or storage class /usr/X11R6/include/X11/extensions/Xinerama.h:26: syntax error before `XineramaIsActive' /usr/X11R6/include/X11/extensions/Xinerama.h:26: syntax error before `*' /usr/X11R6/include/X11/extensions/Xinerama.h:26: warning: data definition has no type or storage class /usr/X11R6/include/X11/extensions/Xinerama.h:39: syntax error before `*' configure:10713: $? = 1 configure: failed program was: #line 10704 "configure" #include "confdefs.h" #include #if HAVE_SYS_TYPES_H # include #endif #if HAVE_SYS_STAT_H # include #endif #if STDC_HEADERS # include # include #else # if HAVE_STDLIB_H # include # endif #endif #if HAVE_STRING_H # if !STDC_HEADERS && HAVE_MEMORY_H # include # endif # include #endif #if HAVE_STRINGS_H # include #endif #if HAVE_INTTYPES_H # include #else # if HAVE_STDINT_H # include # endif #endif #if HAVE_UNISTD_H # include #endif #include configure:10728: result: no configure:10732: checking X11/extensions/Xinerama.h presence configure:10739: cc -E -I/usr/local/include -I/usr/X11R6/include -D_REENTRANT -D_THREAD_SAFE conftest.c configure:10745: $? = 0 configure:10763: result: yes configure:10774: WARNING: X11/extensions/Xinerama.h: present but cannot be compiled configure:10776: WARNING: X11/extensions/Xinerama.h: check for missing prerequisite headers? configure:10778: WARNING: X11/extensions/Xinerama.h: proceeding with the preprocessor's result configure:10781: checking for X11/extensions/Xinerama.h configure:10788: result: yes configure:10801: result: configure:10859: result: "Using config source xml::/usr/X11R6/etc/gconf/gconf.xml.defaults for schema installation" configure:10876: result: "Using ${prefix}/etc/gconf/schemas/ as install directory for schema files" configure:10955: checking for PR_Init in -lnspr4 configure:10988: cc -o conftest -pthread -D_THREAD_SAFE -O2 -pipe -march=pentiumpro -I/usr/X11R6/include/mozilla -I/usr/local/include -I/usr/X11R6/include -D_REENTRANT -D_THREAD_SAFE -L/usr/X11R6/lib/mozilla conftest.c -lnspr4 -L/usr/local/lib -pthread >&5 configure:10991: $? = 0 configure:10994: test -s conftest configure:10997: $? = 0 configure:11008: result: yes configure:11015: checking for PL_strcmp in -lplc4 configure:11048: cc -o conftest -pthread -D_THREAD_SAFE -O2 -pipe -march=pentiumpro -I/usr/X11R6/include/mozilla -I/usr/local/include -I/usr/X11R6/include -D_REENTRANT -D_THREAD_SAFE -L/usr/X11R6/lib/mozilla -lnspr4 conftest.c -lplc4 -lnspr4 -L/usr/local/lib -pthread >&5 configure:11051: $? = 0 configure:11054: test -s conftest configure:11057: $? = 0 configure:11068: result: yes configure:11074: checking for PL_NewHashTable in -lplds4 configure:11107: cc -o conftest -pthread -D_THREAD_SAFE -O2 -pipe -march=pentiumpro -I/usr/X11R6/include/mozilla -I/usr/local/include -I/usr/X11R6/include -D_REENTRANT -D_THREAD_SAFE -L/usr/X11R6/lib/mozilla -lnspr4 conftest.c -lplds4 -lnspr4 -L/usr/local/lib -pthread >&5 configure:11110: $? = 0 configure:11113: test -s conftest configure:11116: $? = 0 configure:11127: result: yes configure:11139: checking for xpcom configure:11164: g++ -c -pthread -D_THREAD_SAFE -O2 -pipe -march=pentiumpro -I/usr/X11R6/include/mozilla -I/usr/local/include -I/usr/X11R6/include -D_REENTRANT -D_THREAD_SAFE conftest.c >&5 configure:11167: $? = 0 configure:11170: test -s conftest.o configure:11173: $? = 0 configure:11186: result: yes configure:11214: g++ -c -pthread -D_THREAD_SAFE -O2 -pipe -march=pentiumpro -I/usr/X11R6/include/mozilla -I/usr/local/include -I/usr/X11R6/include -D_REENTRANT -D_THREAD_SAFE conftest.c >&5 configure:11217: $? = 0 configure:11220: test -s conftest.o configure:11223: $? = 0 configure:11256: g++ -c -pthread -D_THREAD_SAFE -O2 -pipe -march=pentiumpro -I/usr/X11R6/include/mozilla -I/usr/local/include -I/usr/X11R6/include -D_REENTRANT -D_THREAD_SAFE conftest.c >&5 configure:11238: g++-2/string: No such file or directory configure:11259: $? = 1 configure: failed program was: #line 11237 "configure" #include "confdefs.h" #include #ifdef F77_DUMMY_MAIN # ifdef __cplusplus extern "C" # endif int F77_DUMMY_MAIN() { return 1; } #endif int main () { ; return 0; } configure:11298: g++ -c -pthread -D_THREAD_SAFE -O2 -pipe -march=pentiumpro -I/usr/X11R6/include/mozilla -I/usr/local/include -I/usr/X11R6/include -D_REENTRANT -D_THREAD_SAFE conftest.c >&5 configure:11280: g++-3/string: No such file or directory configure:11301: $? = 1 configure: failed program was: #line 11279 "configure" #include "confdefs.h" #include #ifdef F77_DUMMY_MAIN # ifdef __cplusplus extern "C" # endif int F77_DUMMY_MAIN() { return 1; } #endif int main () { ; return 0; } configure:11324: checking for gdk_superwin_get_type in -lgtksuperwin configure:11357: cc -o conftest -pthread -D_THREAD_SAFE -O2 -pipe -march=pentiumpro -I/usr/X11R6/include/mozilla -I/usr/local/include -I/usr/X11R6/include -D_REENTRANT -D_THREAD_SAFE -L/usr/X11R6/lib/mozilla -lnspr4 -lplc4 -lplds4 -lgtksuperwin conftest.c -lgtksuperwin -L/usr/local/lib -pthread >&5 /usr/libexec/elf/ld: cannot find -lgtksuperwin configure:11360: $? = 1 configure: failed program was: #line 11332 "configure" #include "confdefs.h" /* Override any gcc2 internal prototype to avoid an error. */ #ifdef __cplusplus extern "C" #endif /* We use char because int might match the return type of a gcc2 builtin and then its argument prototype would still apply. */ char gdk_superwin_get_type (); #ifdef F77_DUMMY_MAIN # ifdef __cplusplus extern "C" # endif int F77_DUMMY_MAIN() { return 1; } #endif int main () { gdk_superwin_get_type (); ; return 0; } configure:11377: result: no configure:11385: checking for gtk_moz_embed_get_type in -lgtkembedmoz configure:11418: cc -o conftest -pthread -D_THREAD_SAFE -O2 -pipe -march=pentiumpro -I/usr/X11R6/include/mozilla -I/usr/local/include -I/usr/X11R6/include -D_REENTRANT -D_THREAD_SAFE -L/usr/X11R6/lib/mozilla -lnspr4 -lplc4 -lplds4 -lgtkembedmoz -lxpcom conftest.c -lgtkembedmoz -L/usr/local/lib -pthread >&5 configure:11421: $? = 0 configure:11424: test -s conftest configure:11427: $? = 0 configure:11438: result: yes configure:11449: checking for Mozilla configure:11478: result: no configure:11574: error: *** Mozilla 1.2 is required *** A package for 1.2 is available here: *** http://ftp.mozilla.org/pub/mozilla/releases/mozilla1.2/. ## ---------------- ## ## Cache variables. ## ## ---------------- ## ac_cv_env_CXXFLAGS_value=' -O2 -pipe -march=pentiumpro' ac_cv_header_stdlib_h=yes lt_cv_file_magic_cmd='$MAGIC_CMD' ac_cv_lib_plc4_PL_strcmp=yes ac_cv_lib_plds4_PL_NewHashTable=yes ac_cv_path_GDK_PIXBUF_CONFIG=/usr/X11R6/bin/gdk-pixbuf-config ac_cv_lib_cposix_strerror=no ac_cv_prog_cc_g=yes ac_cv_path_INTLTOOL_PERL=/usr/bin/perl ac_cv_env_LDFLAGS_set= lt_cv_prog_cc_can_build_shared=yes ac_cv_c_compiler_gnu=yes ac_cv_exeext= ac_cv_env_CFLAGS_set=set ac_cv_path_ORBIT_CONFIG=/usr/local/bin/orbit-config ac_cv_lib_gtksuperwin_gdk_superwin_get_type=no ac_cv_path_GTK_CONFIG=/usr/X11R6/bin/gtk12-config ac_cv_env_CPP_value= ac_cv_env_CPPFLAGS_set=set lt_cv_prog_cc_static_works=yes lt_cv_prog_cc_no_builtin= ac_cv_cxx_compiler_gnu=yes lt_cv_prog_cc_shlib= ac_cv_env_CXX_set=set lt_cv_prog_cc_static=-static ac_cv_env_host_alias_set= lt_cv_ld_reload_flag=-r lt_cv_sys_path_separator=: lt_cv_archive_cmds_need_lc=yes ac_cv_header_sys_stat_h=yes lt_cv_prog_gnu_ld=yes ac_cv_env_build_alias_set= ac_cv_env_LDFLAGS_value= ac_cv_env_target_alias_set=set ac_cv_host_alias=i386-unknown-freebsd4.7 ac_cv_env_CFLAGS_value='-O2 -pipe -march=pentiumpro' ac_cv_env_CC_set=set ac_cv_path_XML_CONFIG=/usr/local/bin/xml-config ac_cv_path_ORBIT_IDL=/usr/local/bin/orbit-idl lt_cv_prog_cc_wl=-Wl, ac_cv_header_sys_types_h=yes ac_cv_header_stdc=yes ac_cv_header_strings_h=yes ac_cv_header_stdint_h=no ac_cv_header_inttypes_h=yes ac_cv_prog_make_make_set=yes ac_cv_header_X11_extensions_Xinerama_h=yes ac_cv_path_SCROLLKEEPER_CONFIG=/usr/X11R6/bin/scrollkeeper-config ac_cv_header_unistd_h=yes ac_cv_header_string_h=yes lt_cv_global_symbol_to_cdecl='sed -n -e '\''s/^. .* \(.*\)$/extern char \1;/p'\''' lt_cv_path_LD=/usr/libexec/elf/ld ac_cv_build_alias=i386-unknown-freebsd4.7 ac_cv_env_CPPFLAGS_value='-I/usr/local/include -I/usr/X11R6/include -D_REENTRANT -D_THREAD_SAFE' ac_cv_func_scandir=yes ac_cv_prog_ac_ct_RANLIB=ranlib ac_cv_header_memory_h=yes ac_cv_env_CXXFLAGS_set=set ac_cv_env_CXX_value=c++ ac_cv_path_GLIB_CONFIG=/usr/local/bin/glib12-config ac_cv_prog_ac_ct_STRIP=strip ac_cv_host=i386-unknown-freebsd4.7 ac_cv_env_host_alias_value= ac_cv_path_GCONF_CONFIG=/usr/X11R6/bin/gconf-config ac_cv_prog_cxx_g=yes lt_cv_global_symbol_to_c_name_address='sed -n -e '\''s/^: \([^ ]*\) $/ {\"\1\", (lt_ptr) 0},/p'\'' -e '\''s/^[BCDEGRST] \([^ ]*\) \([^ ]*\)$/ {"\2", (lt_ptr) \&\2},/p'\''' am_cv_prog_cc_stdc= lt_cv_compiler_c_o=yes lt_cv_prog_cc_pic_works=yes lt_cv_file_magic_test_file= ac_cv_prog_CPP='cc -E' ac_cv_build=i386-unknown-freebsd4.7 ac_cv_env_build_alias_value= lt_cv_prog_cc_pic=' -fPIC' lt_cv_sys_global_symbol_pipe='sed -n -e '\''s/^.*[ ]\([ABCDGISTW][ABCDGISTW]*\)[ ][ ]*\(\)\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2\3 \3/p'\''' lt_cv_deplibs_check_method=pass_all ac_cv_prog_ac_ct_CC=cc ac_cv_path_OAF_CONFIG=/usr/X11R6/bin/oaf-config lt_cv_compiler_o_lo=yes ac_cv_env_target_alias_value=i386-unknown-freebsd4.7 ac_cv_env_CC_value=cc lt_cv_path_NM='/usr/bin/nm -B' ac_cv_env_CPP_set= ac_cv_header_dlfcn_h=yes ac_cv_lib_gtkembedmoz_gtk_moz_embed_get_type=yes ac_cv_lib_nspr4_PR_Init=yes ac_cv_path_GNOME_CONFIG=/usr/X11R6/bin/gnome-config ac_cv_objext=o ## ----------- ## ## confdefs.h. ## ## ----------- ## #define PACKAGE_NAME "" #define PACKAGE_TARNAME "" #define PACKAGE_VERSION "" #define PACKAGE_STRING "" #define PACKAGE_BUGREPORT "" #define PACKAGE "galeon" #define VERSION "1.2.7" #define STDC_HEADERS 1 #define HAVE_SYS_TYPES_H 1 #define HAVE_SYS_STAT_H 1 #define HAVE_STDLIB_H 1 #define HAVE_STRING_H 1 #define HAVE_MEMORY_H 1 #define HAVE_STRINGS_H 1 #define HAVE_INTTYPES_H 1 #define HAVE_UNISTD_H 1 #define HAVE_DLFCN_H 1 #define STDC_HEADERS 1 #define HAVE_SCANDIR 1 #define ENABLE_NAUTILUS_VIEW 1 #define GNOME_PIXMAPS_DIR "/usr/X11R6/share/gnome/pixmaps" #define HAVE_XINERAMA 1 #define STRING_HEADER "g++/string" configure: exit 1 --=-aKtWCniu3XDq59P64Uey-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-gnome" in the body of the message From owner-freebsd-gnome Thu Jan 23 7:14:38 2003 Delivered-To: freebsd-gnome@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 230AF37B405; Thu, 23 Jan 2003 07:14:37 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id C22A843F6D; Thu, 23 Jan 2003 07:14:34 -0800 (PST) (envelope-from marcus@FreeBSD.org) Received: from freefall.freebsd.org (marcus@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id h0NFEYNS038327; Thu, 23 Jan 2003 07:14:34 -0800 (PST) (envelope-from marcus@freefall.freebsd.org) Received: (from marcus@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id h0NFEYYb038323; Thu, 23 Jan 2003 07:14:34 -0800 (PST) Date: Thu, 23 Jan 2003 07:14:34 -0800 (PST) From: Joe Marcus Clarke Message-Id: <200301231514.h0NFEYYb038323@freefall.freebsd.org> To: marcus@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, gnome@FreeBSD.org Subject: Re: ports/47394: new Mozilla build fuck up all the fonts 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: new Mozilla build fuck up all the fonts Responsible-Changed-From-To: freebsd-ports-bugs->gnome Responsible-Changed-By: marcus Responsible-Changed-When: Thu Jan 23 07:14:18 PST 2003 Responsible-Changed-Why: Over to maintainers. http://www.freebsd.org/cgi/query-pr.cgi?pr=47394 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-gnome" in the body of the message From owner-freebsd-gnome Thu Jan 23 7:19: 8 2003 Delivered-To: freebsd-gnome@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1551E37B401; Thu, 23 Jan 2003 07:19:08 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id AACC543ED8; Thu, 23 Jan 2003 07:19:07 -0800 (PST) (envelope-from marcus@FreeBSD.org) Received: from freefall.freebsd.org (marcus@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id h0NFJ7NS040107; Thu, 23 Jan 2003 07:19:07 -0800 (PST) (envelope-from marcus@freefall.freebsd.org) Received: (from marcus@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id h0NFJ4Ma040096; Thu, 23 Jan 2003 07:19:04 -0800 (PST) Date: Thu, 23 Jan 2003 07:19:04 -0800 (PST) From: Joe Marcus Clarke Message-Id: <200301231519.h0NFJ4Ma040096@freefall.freebsd.org> To: winfried@303.krakow.pl, marcus@FreeBSD.org, gnome@FreeBSD.org Subject: Re: ports/47394: new Mozilla build fuck up all the fonts 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: new Mozilla build fuck up all the fonts State-Changed-From-To: open->analyzed State-Changed-By: marcus State-Changed-When: Thu Jan 23 07:14:37 PST 2003 State-Changed-Why: You have one of two choices. You can either rebuild Mozilla with the -DWITHOUT_XFT option (which will result in the same font functionality as 1.1), or you can try running fc-cache on your system (after making sure you have the latest fontconfig and Xft installed), then see if your font problem improves. I'll leave this PR open for a few days to see how things turn out. http://www.freebsd.org/cgi/query-pr.cgi?pr=47394 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-gnome" in the body of the message From owner-freebsd-gnome Thu Jan 23 7:38:50 2003 Delivered-To: freebsd-gnome@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id ABB9437B401 for ; Thu, 23 Jan 2003 07:38:48 -0800 (PST) Received: from creme-brulee.marcuscom.com (rdu57-17-158.nc.rr.com [66.57.17.158]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8AF6943EB2 for ; Thu, 23 Jan 2003 07:38:47 -0800 (PST) (envelope-from marcus@marcuscom.com) Received: from [192.168.1.4] (shumai.marcuscom.com [192.168.1.4]) by creme-brulee.marcuscom.com (8.12.6/8.12.6) with ESMTP id h0NFbKDx022501; Thu, 23 Jan 2003 10:37:20 -0500 (EST) (envelope-from marcus@marcuscom.com) Subject: Re: more mozilla/galeon problems From: Joe Marcus Clarke To: Christer Gundersen Cc: FreeBSD GNOME Users In-Reply-To: <1043331196.228.3.camel@funshine.carebears.net> References: <1043331196.228.3.camel@funshine.carebears.net> Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="=-NDFk3pjkxeE33vyBQhXC" Organization: MarcusCom, Inc. Message-Id: <1043336322.5814.5.camel@shumai.marcuscom.com> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.2.1 Date: 23 Jan 2003 10:38:42 -0500 X-Spam-Status: No, hits=-2.5 required=5.0 tests=AWL,IN_REP_TO,NOSPAM_INC,PGP_SIGNATURE_2,REFERENCES, SPAM_PHRASE_00_01 version=2.43 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 --=-NDFk3pjkxeE33vyBQhXC Content-Type: text/plain Content-Transfer-Encoding: quoted-printable On Thu, 2003-01-23 at 09:13, Christer Gundersen wrote: > just cvsuped... >=20 > I cant seem to compile galeon. It complains about not having mozilla 1.2 > installed. and i got mozilla 1.2.1 installed. configure can't find libgtksuperwin. Are you sure you didn't enable GTK2 support by mistake? My recommendation is to rebuild mozilla making sure WITH_GTK2 is _not_ defined. Joe >=20 > config.log from galeon attached. --=20 PGP Key : http://www.marcuscom.com/pgp.asc --=-NDFk3pjkxeE33vyBQhXC Content-Type: application/pgp-signature; name=signature.asc Content-Description: This is a digitally signed message part -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.1 (FreeBSD) iD8DBQA+MAyCb2iPiv4Uz4cRAkcgAJ9Ydr2Xem0nomcCmNy5x282v1MsqACeKcif Kza3BP1N4eM3OTFFR5rml2s= =q47l -----END PGP SIGNATURE----- --=-NDFk3pjkxeE33vyBQhXC-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-gnome" in the body of the message From owner-freebsd-gnome Thu Jan 23 8:33:58 2003 Delivered-To: freebsd-gnome@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E5BAA37B401 for ; Thu, 23 Jan 2003 08:33:57 -0800 (PST) Received: from grumpy.carebears.net (ti400720a080-0825.bb.online.no [80.212.163.57]) by mx1.FreeBSD.org (Postfix) with ESMTP id CD3A743ED8 for ; Thu, 23 Jan 2003 08:33:51 -0800 (PST) (envelope-from dtun3z@online.no) Received: from [192.168.0.9] (unknown [192.168.0.9]) by grumpy.carebears.net (Postfix) with ESMTP id 9C1B898E96; Thu, 23 Jan 2003 17:33:16 +0100 (CET) Subject: Re: more mozilla/galeon problems From: Christer Gundersen To: Joe Marcus Clarke Cc: FreeBSD GNOME Users In-Reply-To: <1043336322.5814.5.camel@shumai.marcuscom.com> References: <1043331196.228.3.camel@funshine.carebears.net> <1043336322.5814.5.camel@shumai.marcuscom.com> Content-Type: text/plain Organization: Message-Id: <1043339563.228.15.camel@funshine.carebears.net> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.2.1 Date: 23 Jan 2003 17:32:43 +0100 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 Thu, 2003-01-23 at 16:38, Joe Marcus Clarke wrote: > On Thu, 2003-01-23 at 09:13, Christer Gundersen wrote: > > just cvsuped... > > > > I cant seem to compile galeon. It complains about not having mozilla 1.2 > > installed. and i got mozilla 1.2.1 installed. > > configure can't find libgtksuperwin. Are you sure you didn't enable > GTK2 support by mistake? My recommendation is to rebuild mozilla making > sure WITH_GTK2 is _not_ defined. > Maybe it`s a good idea to make mozilla in /usr/ports/www/mozilla to build without gtk2, and use /usr/ports/www/mozilla to build with gtk2 support. -- Med Vennlig Hilsen / Best regards Christer Gundersen / dizzy tun3Z http://dtz.cjb.net To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-gnome" in the body of the message From owner-freebsd-gnome Thu Jan 23 8:36:22 2003 Delivered-To: freebsd-gnome@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D81F337B401 for ; Thu, 23 Jan 2003 08:36:20 -0800 (PST) Received: from creme-brulee.marcuscom.com (rdu57-17-158.nc.rr.com [66.57.17.158]) by mx1.FreeBSD.org (Postfix) with ESMTP id EC85F43F3F for ; Thu, 23 Jan 2003 08:36:15 -0800 (PST) (envelope-from marcus@marcuscom.com) Received: from [192.168.1.4] (shumai.marcuscom.com [192.168.1.4]) by creme-brulee.marcuscom.com (8.12.6/8.12.6) with ESMTP id h0NGYjDx022878; Thu, 23 Jan 2003 11:34:45 -0500 (EST) (envelope-from marcus@marcuscom.com) Subject: Re: more mozilla/galeon problems From: Joe Marcus Clarke To: Christer Gundersen Cc: FreeBSD GNOME Users In-Reply-To: <1043339563.228.15.camel@funshine.carebears.net> References: <1043331196.228.3.camel@funshine.carebears.net> <1043336322.5814.5.camel@shumai.marcuscom.com> <1043339563.228.15.camel@funshine.carebears.net> Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="=-61kqgblzJEnnfgG5uLuE" Organization: MarcusCom, Inc. Message-Id: <1043339768.5814.19.camel@shumai.marcuscom.com> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.2.1 Date: 23 Jan 2003 11:36:08 -0500 X-Spam-Status: No, hits=-2.7 required=5.0 tests=AWL,IN_REP_TO,NOSPAM_INC,PGP_SIGNATURE_2,QUOTED_EMAIL_TEXT, REFERENCES,SPAM_PHRASE_03_05 version=2.43 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 --=-61kqgblzJEnnfgG5uLuE Content-Type: text/plain Content-Transfer-Encoding: quoted-printable On Thu, 2003-01-23 at 11:32, Christer Gundersen wrote: > On Thu, 2003-01-23 at 16:38, Joe Marcus Clarke wrote: > > On Thu, 2003-01-23 at 09:13, Christer Gundersen wrote: > > > just cvsuped... > > >=20 > > > I cant seem to compile galeon. It complains about not having mozilla = 1.2 > > > installed. and i got mozilla 1.2.1 installed. > >=20 > > configure can't find libgtksuperwin. Are you sure you didn't enable > > GTK2 support by mistake? My recommendation is to rebuild mozilla makin= g > > sure WITH_GTK2 is _not_ defined. > >=20 >=20 > Maybe it`s a good idea to make mozilla in /usr/ports/www/mozilla to > build without gtk2, and use /usr/ports/www/mozilla to build with gtk2 > support. Uh, you're not making much sense here, but if you mean mozilla-gtk2 should be used for GTK2 support, that's how it's supposed to work. You shouldn't be defining USE_GTK2 yourself. The slave -gtk2 port will do that for you. Joe --=20 PGP Key : http://www.marcuscom.com/pgp.asc --=-61kqgblzJEnnfgG5uLuE Content-Type: application/pgp-signature; name=signature.asc Content-Description: This is a digitally signed message part -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.1 (FreeBSD) iD8DBQA+MBn3b2iPiv4Uz4cRAowlAJ9tYfsbtOfcWEgeBEk6jjyd/XK94ACeO3bV mOp+teIAQcR1p55aq59j4nk= =rIXn -----END PGP SIGNATURE----- --=-61kqgblzJEnnfgG5uLuE-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-gnome" in the body of the message From owner-freebsd-gnome Thu Jan 23 8:59:43 2003 Delivered-To: freebsd-gnome@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 73AD937B401 for ; Thu, 23 Jan 2003 08:59:42 -0800 (PST) Received: from grumpy.carebears.net (ti400720a080-0825.bb.online.no [80.212.163.57]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2BDE943F13 for ; Thu, 23 Jan 2003 08:59:41 -0800 (PST) (envelope-from dtun3z@online.no) Received: from [192.168.0.9] (unknown [192.168.0.9]) by grumpy.carebears.net (Postfix) with ESMTP id 68C5798E96; Thu, 23 Jan 2003 17:59:12 +0100 (CET) Subject: Re: more mozilla/galeon problems From: Christer Gundersen To: Joe Marcus Clarke Cc: FreeBSD GNOME Users In-Reply-To: <1043339768.5814.19.camel@shumai.marcuscom.com> References: <1043331196.228.3.camel@funshine.carebears.net> <1043336322.5814.5.camel@shumai.marcuscom.com> <1043339563.228.15.camel@funshine.carebears.net> <1043339768.5814.19.camel@shumai.marcuscom.com> Content-Type: text/plain Organization: Message-Id: <1043341120.228.19.camel@funshine.carebears.net> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.2.1 Date: 23 Jan 2003 17:58:40 +0100 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 Thu, 2003-01-23 at 17:36, Joe Marcus Clarke wrote: > On Thu, 2003-01-23 at 11:32, Christer Gundersen wrote: > > On Thu, 2003-01-23 at 16:38, Joe Marcus Clarke wrote: > > > On Thu, 2003-01-23 at 09:13, Christer Gundersen wrote: > > > > just cvsuped... > > > > > > > > I cant seem to compile galeon. It complains about not having mozilla 1.2 > > > > installed. and i got mozilla 1.2.1 installed. > > > > > > configure can't find libgtksuperwin. Are you sure you didn't enable > > > GTK2 support by mistake? My recommendation is to rebuild mozilla making > > > sure WITH_GTK2 is _not_ defined. > > > > > > > Maybe it`s a good idea to make mozilla in /usr/ports/www/mozilla to > > build without gtk2, and use /usr/ports/www/mozilla to build with gtk2 > > support. > > Uh, you're not making much sense here, but if you mean mozilla-gtk2 > should be used for GTK2 support, that's how it's supposed to work. You > shouldn't be defining USE_GTK2 yourself. The slave -gtk2 port will do > that for you. > I`m not making much sense becuse of my typo, my friend. the mozilla port will build without gtk2, right? and mozilla-gtk2 will build WITH gtk2, am i right? so to install galeon(not devel) i need to install the mozilla port? -- Med Vennlig Hilsen / Best regards Christer Gundersen / dizzy tun3Z http://dtz.cjb.net To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-gnome" in the body of the message From owner-freebsd-gnome Thu Jan 23 9: 3:52 2003 Delivered-To: freebsd-gnome@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E968937B401 for ; Thu, 23 Jan 2003 09:03:49 -0800 (PST) Received: from creme-brulee.marcuscom.com (rdu57-17-158.nc.rr.com [66.57.17.158]) by mx1.FreeBSD.org (Postfix) with ESMTP id E1FB643ED8 for ; Thu, 23 Jan 2003 09:03:48 -0800 (PST) (envelope-from marcus@marcuscom.com) Received: from [192.168.1.4] (shumai.marcuscom.com [192.168.1.4]) by creme-brulee.marcuscom.com (8.12.6/8.12.6) with ESMTP id h0NH2LDx023070; Thu, 23 Jan 2003 12:02:22 -0500 (EST) (envelope-from marcus@marcuscom.com) Subject: Re: more mozilla/galeon problems From: Joe Marcus Clarke To: Christer Gundersen Cc: FreeBSD GNOME Users In-Reply-To: <1043341120.228.19.camel@funshine.carebears.net> References: <1043331196.228.3.camel@funshine.carebears.net> <1043336322.5814.5.camel@shumai.marcuscom.com> <1043339563.228.15.camel@funshine.carebears.net> <1043339768.5814.19.camel@shumai.marcuscom.com> <1043341120.228.19.camel@funshine.carebears.net> Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="=-VxMt/q10mk/Lxtuz+bvw" Organization: MarcusCom, Inc. Message-Id: <1043341424.5814.39.camel@shumai.marcuscom.com> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.2.1 Date: 23 Jan 2003 12:03:45 -0500 X-Spam-Status: No, hits=-2.5 required=5.0 tests=AWL,IN_REP_TO,NOSPAM_INC,PGP_SIGNATURE_2,QUOTED_EMAIL_TEXT, REFERENCES,SPAM_PHRASE_05_08 version=2.43 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 --=-VxMt/q10mk/Lxtuz+bvw Content-Type: text/plain Content-Transfer-Encoding: quoted-printable On Thu, 2003-01-23 at 11:58, Christer Gundersen wrote: > On Thu, 2003-01-23 at 17:36, Joe Marcus Clarke wrote: > > On Thu, 2003-01-23 at 11:32, Christer Gundersen wrote: > > > On Thu, 2003-01-23 at 16:38, Joe Marcus Clarke wrote: > > > > On Thu, 2003-01-23 at 09:13, Christer Gundersen wrote: > > > > > just cvsuped... > > > > >=20 > > > > > I cant seem to compile galeon. It complains about not having mozi= lla 1.2 > > > > > installed. and i got mozilla 1.2.1 installed. > > > >=20 > > > > configure can't find libgtksuperwin. Are you sure you didn't enabl= e > > > > GTK2 support by mistake? My recommendation is to rebuild mozilla m= aking > > > > sure WITH_GTK2 is _not_ defined. > > > >=20 > > >=20 > > > Maybe it`s a good idea to make mozilla in /usr/ports/www/mozilla to > > > build without gtk2, and use /usr/ports/www/mozilla to build with gtk2 > > > support. > >=20 > > Uh, you're not making much sense here, but if you mean mozilla-gtk2 > > should be used for GTK2 support, that's how it's supposed to work. You > > shouldn't be defining USE_GTK2 yourself. The slave -gtk2 port will do > > that for you. > >=20 >=20 > I`m not making much sense becuse of my typo, my friend. > the mozilla port will build without gtk2, right? > and mozilla-gtk2 will build WITH gtk2, am i right? That's what I thought you meant. You're right on both counts. The only catch being if you have WITH_GTK2 defined in your environment, www/mozilla will build itself with GTK2 support (not good for www/galeon). >=20 > so to install galeon(not devel) i need to install the mozilla port? Correct. Joe --=20 PGP Key : http://www.marcuscom.com/pgp.asc --=-VxMt/q10mk/Lxtuz+bvw Content-Type: application/pgp-signature; name=signature.asc Content-Description: This is a digitally signed message part -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.1 (FreeBSD) iD8DBQA+MCBwb2iPiv4Uz4cRAu2TAJ9O8m4WerAYQVFyYHSt2IB0/DpZBgCfSDod Tkt5MhVzQQKG7M3dhkn8Duo= =WzNJ -----END PGP SIGNATURE----- --=-VxMt/q10mk/Lxtuz+bvw-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-gnome" in the body of the message From owner-freebsd-gnome Thu Jan 23 9:24:52 2003 Delivered-To: freebsd-gnome@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 432AC37B401 for ; Thu, 23 Jan 2003 09:24:52 -0800 (PST) Received: from kestrel.alerce.com (kestrel.alerce.com [209.182.219.40]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4227143E4A for ; Thu, 23 Jan 2003 09:24:51 -0800 (PST) (envelope-from hartzell@rosebud.alerce.com) Received: from rosebud.alerce.com (8-0-46-7-71-d5.dhcp.lbl.gov [131.243.195.28]) by kestrel.alerce.com (8.12.4/8.12.4) with ESMTP id h0NHOXk6068735 (version=TLSv1/SSLv3 cipher=EDH-RSA-DES-CBC3-SHA bits=168 verify=OK) for ; Thu, 23 Jan 2003 09:24:34 -0800 (PST) (envelope-from hartzell@rosebud.alerce.com) X-Authentication-Warning: kestrel.alerce.com: Host 8-0-46-7-71-d5.dhcp.lbl.gov [131.243.195.28] claimed to be rosebud.alerce.com Received: from rosebud.alerce.com (rosebud.alerce.com [127.0.0.1]) by rosebud.alerce.com (8.12.7/8.12.7) with ESMTP id h0NHNOcl000387 (version=TLSv1/SSLv3 cipher=EDH-RSA-DES-CBC3-SHA bits=168 verify=NO) for ; Thu, 23 Jan 2003 09:23:24 -0800 (PST) (envelope-from hartzell@rosebud.alerce.com) Received: (from hartzell@localhost) by rosebud.alerce.com (8.12.7/8.12.6/Submit) id h0NHNOtC000384; Thu, 23 Jan 2003 09:23:24 -0800 (PST) From: George Hartzell MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <15920.9484.229078.465367@rosebud.alerce.com> Date: Thu, 23 Jan 2003 09:23:24 -0800 To: freebsd-gnome@freebsd.org Subject: gpilotd and infrared hot sync? X-Mailer: VM 7.07 under 21.1 (patch 14) "Cuyahoga Valley" XEmacs Lucid Reply-To: hartzell@kestrel.alerce.com (George Hartzell) Sender: owner-freebsd-gnome@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG This is probably a combination kernel/gnome/pilot-tools question, but is there support in either 4.7 or 5.0 for hotsynching a palm pilot via infrared? g. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-gnome" in the body of the message From owner-freebsd-gnome Thu Jan 23 9:33:35 2003 Delivered-To: freebsd-gnome@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2C80737B401 for ; Thu, 23 Jan 2003 09:33:34 -0800 (PST) Received: from creme-brulee.marcuscom.com (rdu57-17-158.nc.rr.com [66.57.17.158]) by mx1.FreeBSD.org (Postfix) with ESMTP id 53E7343ED8 for ; Thu, 23 Jan 2003 09:33:33 -0800 (PST) (envelope-from marcus@marcuscom.com) Received: from [192.168.1.4] (shumai.marcuscom.com [192.168.1.4]) by creme-brulee.marcuscom.com (8.12.6/8.12.6) with ESMTP id h0NHW1Dx023245; Thu, 23 Jan 2003 12:32:01 -0500 (EST) (envelope-from marcus@marcuscom.com) Subject: Re: gpilotd and infrared hot sync? From: Joe Marcus Clarke To: George Hartzell Cc: freebsd-gnome@FreeBSD.ORG In-Reply-To: <15920.9484.229078.465367@rosebud.alerce.com> References: <15920.9484.229078.465367@rosebud.alerce.com> Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="=-+deWRzUgHV7IOp+z6UwV" Organization: MarcusCom, Inc. Message-Id: <1043343204.5814.53.camel@shumai.marcuscom.com> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.2.1 Date: 23 Jan 2003 12:33:24 -0500 X-Spam-Status: No, hits=-2.6 required=5.0 tests=AWL,IN_REP_TO,NOSPAM_INC,PGP_SIGNATURE_2,QUOTED_EMAIL_TEXT, REFERENCES,SPAM_PHRASE_00_01,TO_BE_REMOVED_REPLY version=2.43 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 --=-+deWRzUgHV7IOp+z6UwV Content-Type: text/plain Content-Transfer-Encoding: quoted-printable On Thu, 2003-01-23 at 12:23, George Hartzell wrote: > This is probably a combination kernel/gnome/pilot-tools question, but > is there support in either 4.7 or 5.0 for hotsynching a palm pilot via > infrared? I think there is with the comms/birda port. I have no idea how to set this up as my Palm has the cradle. However, there is a maintainer, so you may have some luck. Joe >=20 > g. >=20 >=20 > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-gnome" in the body of the message --=20 PGP Key : http://www.marcuscom.com/pgp.asc --=-+deWRzUgHV7IOp+z6UwV Content-Type: application/pgp-signature; name=signature.asc Content-Description: This is a digitally signed message part -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.1 (FreeBSD) iD8DBQA+MCdkb2iPiv4Uz4cRApjXAJ9tQ9TWRkzvhvBWPLRHwCdWCFLWfQCeKC0G VGwZybFdmVr0rxegbslRb3Y= =B1ty -----END PGP SIGNATURE----- --=-+deWRzUgHV7IOp+z6UwV-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-gnome" in the body of the message From owner-freebsd-gnome Thu Jan 23 9:41:13 2003 Delivered-To: freebsd-gnome@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AD6F937B401 for ; Thu, 23 Jan 2003 09:41:12 -0800 (PST) Received: from grumpy.carebears.net (ti400720a080-0825.bb.online.no [80.212.163.57]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6733A43EB2 for ; Thu, 23 Jan 2003 09:41:11 -0800 (PST) (envelope-from dtun3z@online.no) Received: from [192.168.0.9] (unknown [192.168.0.9]) by grumpy.carebears.net (Postfix) with ESMTP id C9B6198E96; Thu, 23 Jan 2003 18:40:37 +0100 (CET) Subject: Re: more mozilla/galeon problems From: Christer Gundersen To: Joe Marcus Clarke Cc: FreeBSD GNOME Users In-Reply-To: <1043341424.5814.39.camel@shumai.marcuscom.com> References: <1043331196.228.3.camel@funshine.carebears.net> <1043336322.5814.5.camel@shumai.marcuscom.com> <1043339563.228.15.camel@funshine.carebears.net> <1043339768.5814.19.camel@shumai.marcuscom.com> <1043341120.228.19.camel@funshine.carebears.net> <1043341424.5814.39.camel@shumai.marcuscom.com> Content-Type: text/plain Organization: Message-Id: <1043343605.228.22.camel@funshine.carebears.net> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.2.1 Date: 23 Jan 2003 18:40:06 +0100 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 Thu, 2003-01-23 at 18:03, Joe Marcus Clarke wrote: > That's what I thought you meant. You're right on both counts. The only > catch being if you have WITH_GTK2 defined in your environment, > www/mozilla will build itself with GTK2 support (not good for > www/galeon). > Is there no way of bypass this? like, putting somthing like "WITHOUT_GTK2" in the Makefile for mozilla? (i had WITH_GTK2 in my make.conf) -- Med Vennlig Hilsen / Best regards Christer Gundersen / dizzy tun3Z http://dtz.cjb.net To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-gnome" in the body of the message From owner-freebsd-gnome Thu Jan 23 9:41:51 2003 Delivered-To: freebsd-gnome@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 47EB137B401 for ; Thu, 23 Jan 2003 09:41:50 -0800 (PST) Received: from hotmail.com (f104.sea2.hotmail.com [207.68.165.104]) by mx1.FreeBSD.org (Postfix) with ESMTP id E4EB843F43 for ; Thu, 23 Jan 2003 09:41:49 -0800 (PST) (envelope-from reigncracks@hotmail.com) Received: from mail pickup service by hotmail.com with Microsoft SMTPSVC; Thu, 23 Jan 2003 09:41:49 -0800 Received: from 68.103.37.247 by sea2fd.sea2.hotmail.msn.com with HTTP; Thu, 23 Jan 2003 17:41:49 GMT X-Originating-IP: [68.103.37.247] From: "Mezz bsdforums.org" To: dtun3z@online.no Cc: gnome@freebsd.org Subject: Re: more mozilla/galeon problems Date: Thu, 23 Jan 2003 12:41:49 -0500 Mime-Version: 1.0 Content-Type: text/plain; format=flowed Message-ID: X-OriginalArrivalTime: 23 Jan 2003 17:41:49.0749 (UTC) FILETIME=[B539F650:01C2C306] 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, 2003-01-23 at 16:38, Joe Marcus Clarke wrote: > > On Thu, 2003-01-23 at 09:13, Christer Gundersen wrote: > > > just cvsuped... > > > > > > I cant seem to compile galeon. It complains about not having mozilla >1.2 > > > installed. and i got mozilla 1.2.1 installed. > > > > configure can't find libgtksuperwin. Are you sure you didn't enable > > GTK2 support by mistake? My recommendation is to rebuild mozilla making > > sure WITH_GTK2 is _not_ defined. > > > >Maybe it`s a good idea to make mozilla in /usr/ports/www/mozilla to >build without gtk2, and use /usr/ports/www/mozilla to build with gtk2 >support. Drink some more coffee.. :-) Cheers, Mezz _________________________________________________________________ Help STOP SPAM with the new MSN 8 and get 2 months FREE* http://join.msn.com/?page=features/junkmail To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-gnome" in the body of the message From owner-freebsd-gnome Thu Jan 23 9:42:55 2003 Delivered-To: freebsd-gnome@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 50BA537B401 for ; Thu, 23 Jan 2003 09:42:54 -0800 (PST) Received: from creme-brulee.marcuscom.com (rdu57-17-158.nc.rr.com [66.57.17.158]) by mx1.FreeBSD.org (Postfix) with ESMTP id 140EF43EB2 for ; Thu, 23 Jan 2003 09:42:53 -0800 (PST) (envelope-from marcus@marcuscom.com) Received: from [192.168.1.4] (shumai.marcuscom.com [192.168.1.4]) by creme-brulee.marcuscom.com (8.12.6/8.12.6) with ESMTP id h0NHfPDx023334; Thu, 23 Jan 2003 12:41:25 -0500 (EST) (envelope-from marcus@marcuscom.com) Subject: Re: more mozilla/galeon problems From: Joe Marcus Clarke To: Christer Gundersen Cc: FreeBSD GNOME Users In-Reply-To: <1043343605.228.22.camel@funshine.carebears.net> References: <1043331196.228.3.camel@funshine.carebears.net> <1043336322.5814.5.camel@shumai.marcuscom.com> <1043339563.228.15.camel@funshine.carebears.net> <1043339768.5814.19.camel@shumai.marcuscom.com> <1043341120.228.19.camel@funshine.carebears.net> <1043341424.5814.39.camel@shumai.marcuscom.com> <1043343605.228.22.camel@funshine.carebears.net> Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="=-1ef9I93k5lENz0XVyYO0" Organization: MarcusCom, Inc. Message-Id: <1043343768.5814.55.camel@shumai.marcuscom.com> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.2.1 Date: 23 Jan 2003 12:42:49 -0500 X-Spam-Status: No, hits=-2.7 required=5.0 tests=AWL,IN_REP_TO,MIME_LONG_LINE_QP,NOSPAM_INC,PGP_SIGNATURE_2, QUOTED_EMAIL_TEXT,REFERENCES,SPAM_PHRASE_00_01 version=2.43 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 --=-1ef9I93k5lENz0XVyYO0 Content-Type: text/plain Content-Transfer-Encoding: quoted-printable On Thu, 2003-01-23 at 12:40, Christer Gundersen wrote: > On Thu, 2003-01-23 at 18:03, Joe Marcus Clarke wrote: >=20 > > That's what I thought you meant. You're right on both counts. The onl= y > > catch being if you have WITH_GTK2 defined in your environment, > > www/mozilla will build itself with GTK2 support (not good for > > www/galeon). > >=20 >=20 > Is there no way of bypass this? > like, putting somthing like "WITHOUT_GTK2" in the Makefile for mozilla?=20 > (i had WITH_GTK2 in my make.conf) No, because the slave port (mozilla-gtk2) needs to tell its master to turn on GTK2. I suppose I could rename the variable to something more obscure like _WITH_GTK2 or MOZILLA_WITH_GTK2. Joe --=20 PGP Key : http://www.marcuscom.com/pgp.asc --=-1ef9I93k5lENz0XVyYO0 Content-Type: application/pgp-signature; name=signature.asc Content-Description: This is a digitally signed message part -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.1 (FreeBSD) iD8DBQA+MCmYb2iPiv4Uz4cRAlgQAJ4l2sWC0mNs5laHejLvOvOoLBwnoQCeOx6+ W5wDk+Ka3h7RtVV9BxXFV9o= =0j/a -----END PGP SIGNATURE----- --=-1ef9I93k5lENz0XVyYO0-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-gnome" in the body of the message From owner-freebsd-gnome Thu Jan 23 9:47:29 2003 Delivered-To: freebsd-gnome@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2A73037B401; Thu, 23 Jan 2003 09:47:28 -0800 (PST) Received: from outhub1.tibco.com (outhub1.tibco.com [63.100.100.155]) by mx1.FreeBSD.org (Postfix) with SMTP id 95EFB43F5B; Thu, 23 Jan 2003 09:47:27 -0800 (PST) (envelope-from Bob@VanValzah.Com) Received: from unknown(10.106.128.33) by outhub1.tibco.com via csmap id 6023; Thu, 23 Jan 2003 09:46:43 -0800 (PST) Received: from Tin.War.Tibco.Com (Tin.PGM.war.tibco.com [10.97.128.50]) by na-h-inhub1.tibco.com (8.12.2/8.12.2) with ESMTP id h0NHlLl0005721; Thu, 23 Jan 2003 09:47:21 -0800 (PST) Received: from [10.97.128.77] (NewStorm.war.tibco.com [10.97.128.77]) by Tin.War.Tibco.Com (8.12.3/8.12.3) with ESMTP id h0NHlKdd013410; Thu, 23 Jan 2003 11:47:20 -0600 (CST) (envelope-from Bob@VanValzah.Com) Subject: FreeBSD Port: gnucash-1.6.8 From: Bob Van Valzah To: gnome@FreeBSD.org Cc: ports@FreeBSD.org Content-Type: text/plain Organization: Emrav Message-Id: <1043344038.32450.133.camel@NewStorm.War.Tibco.Com> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.2.0 Date: 23 Jan 2003 11:47:20 -0600 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 I have an interest in taking GnuCash 1.7.8 for a spin while still running 1.6.8 on "production" machines. Is there a gnucash-devel port under development for 1.7.8? If not, are you looking for a volunteer to prototype one? (If so, I may throw my hat into the ring.) Thanks, Bob To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-gnome" in the body of the message From owner-freebsd-gnome Thu Jan 23 9:52: 9 2003 Delivered-To: freebsd-gnome@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B147E37B401; Thu, 23 Jan 2003 09:52:07 -0800 (PST) Received: from creme-brulee.marcuscom.com (rdu57-17-158.nc.rr.com [66.57.17.158]) by mx1.FreeBSD.org (Postfix) with ESMTP id DC90343F13; Thu, 23 Jan 2003 09:52:06 -0800 (PST) (envelope-from marcus@marcuscom.com) Received: from [192.168.1.4] (shumai.marcuscom.com [192.168.1.4]) by creme-brulee.marcuscom.com (8.12.6/8.12.6) with ESMTP id h0NHodDx023400; Thu, 23 Jan 2003 12:50:39 -0500 (EST) (envelope-from marcus@marcuscom.com) Subject: Re: FreeBSD Port: gnucash-1.6.8 From: Joe Marcus Clarke To: Bob Van Valzah Cc: FreeBSD GNOME Users , ports@freebsd.org In-Reply-To: <1043344038.32450.133.camel@NewStorm.War.Tibco.Com> References: <1043344038.32450.133.camel@NewStorm.War.Tibco.Com> Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="=-FpybrCPWeoiKWPA46Crc" Organization: MarcusCom, Inc. Message-Id: <1043344322.5814.61.camel@shumai.marcuscom.com> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.2.1 Date: 23 Jan 2003 12:52:03 -0500 X-Spam-Status: No, hits=-2.8 required=5.0 tests=AWL,IN_REP_TO,NOSPAM_INC,PGP_SIGNATURE_2,QUOTED_EMAIL_TEXT, REFERENCES,SPAM_PHRASE_01_02,TO_BE_REMOVED_REPLY version=2.43 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 --=-FpybrCPWeoiKWPA46Crc Content-Type: text/plain Content-Transfer-Encoding: quoted-printable On Thu, 2003-01-23 at 12:47, Bob Van Valzah wrote: > I have an interest in taking GnuCash 1.7.8 for a spin while still > running 1.6.8 on "production" machines. >=20 > Is there a gnucash-devel port under development for 1.7.8? If not, are > you looking for a volunteer to prototype one? (If so, I may throw my > hat into the ring.) Sold. You cook it up, I'll commit it. Joe >=20 > Thanks, >=20 > Bob >=20 >=20 >=20 > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-gnome" in the body of the message --=20 PGP Key : http://www.marcuscom.com/pgp.asc --=-FpybrCPWeoiKWPA46Crc Content-Type: application/pgp-signature; name=signature.asc Content-Description: This is a digitally signed message part -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.1 (FreeBSD) iD8DBQA+MCvCb2iPiv4Uz4cRAsSXAJ9HByjZqFluFSvo86jvLgQ3nh3WywCfWq07 3wtHKEBoq+mGl4FXqx8NqEg= =N2Ap -----END PGP SIGNATURE----- --=-FpybrCPWeoiKWPA46Crc-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-gnome" in the body of the message From owner-freebsd-gnome Thu Jan 23 10: 5:21 2003 Delivered-To: freebsd-gnome@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1518D37B405 for ; Thu, 23 Jan 2003 10:05:21 -0800 (PST) Received: from sv02.webonaut.com (kirk.webonaut.com [212.41.243.26]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2EE6943F3F for ; Thu, 23 Jan 2003 10:05:20 -0800 (PST) (envelope-from klammer@webonaut.com) Received: from [212.41.243.28] (sisko.webonaut.com [212.41.243.28]) by sv02.webonaut.com (Postfix) with ESMTP id DD0D3766C6 for ; Thu, 23 Jan 2003 19:05:12 +0100 (CET) Subject: YAMM - Yet Another Mozilla Mail ;-) From: Franz Klammer To: gnome@freebsd.org Content-Type: text/plain Organization: Message-Id: <1043345230.558.324.camel@ds9.webonaut.com> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.2.1 Date: 23 Jan 2003 19:07:11 +0100 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! just for info. maybe it helps a little to track down the problem. to try it out, yesterday i've installed mozilla-1.3a with xft and gtk2 support. (on -current with -march=pentiumpro and -O2 ;o)) everything works well if i'm don't think about that i have to run it with root-rights: sudo mozilla. (the same i've written yesterday regarding 1.2.1/gtk/xft) franz. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-gnome" in the body of the message From owner-freebsd-gnome Thu Jan 23 11: 7:40 2003 Delivered-To: freebsd-gnome@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1A4CC37B401 for ; Thu, 23 Jan 2003 11:07:39 -0800 (PST) Received: from creme-brulee.marcuscom.com (rdu57-17-158.nc.rr.com [66.57.17.158]) by mx1.FreeBSD.org (Postfix) with ESMTP id E7C1443F18 for ; Thu, 23 Jan 2003 11:07:37 -0800 (PST) (envelope-from marcus@marcuscom.com) Received: from [192.168.1.4] (shumai.marcuscom.com [192.168.1.4]) by creme-brulee.marcuscom.com (8.12.6/8.12.6) with ESMTP id h0NJ69Dx023919; Thu, 23 Jan 2003 14:06:10 -0500 (EST) (envelope-from marcus@marcuscom.com) Subject: Re: YAMM - Yet Another Mozilla Mail ;-) From: Joe Marcus Clarke To: Franz Klammer Cc: FreeBSD GNOME Users In-Reply-To: <1043345230.558.324.camel@ds9.webonaut.com> References: <1043345230.558.324.camel@ds9.webonaut.com> Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="=-G+loK5Y38Mmcf31HyRmN" Organization: MarcusCom, Inc. Message-Id: <1043348853.5814.63.camel@shumai.marcuscom.com> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.2.1 Date: 23 Jan 2003 14:07:33 -0500 X-Spam-Status: No, hits=-2.6 required=5.0 tests=AWL,IN_REP_TO,NOSPAM_INC,PGP_SIGNATURE_2,QUOTED_EMAIL_TEXT, REFERENCES,SPAM_PHRASE_00_01,TO_BE_REMOVED_REPLY version=2.43 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 --=-G+loK5Y38Mmcf31HyRmN Content-Type: text/plain Content-Transfer-Encoding: quoted-printable On Thu, 2003-01-23 at 13:07, Franz Klammer wrote: > hello! >=20 > just for info. > maybe it helps a little to track down the problem. >=20 > to try it out, yesterday i've installed mozilla-1.3a=20 > with xft and gtk2 support. > (on -current with -march=3Dpentiumpro and -O2 ;o)) >=20 > everything works well if i'm don't think about that i have=20 > to run it with root-rights: sudo mozilla. > (the same i've written yesterday regarding 1.2.1/gtk/xft) I'm back from Florida, so I'll test this out tomorrow on my GNOME 2.1 build machine. I'll keep you posted (bad Franz for complaining with -O2 set ;-)). Joe >=20 > franz. >=20 >=20 >=20 > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-gnome" in the body of the message --=20 PGP Key : http://www.marcuscom.com/pgp.asc --=-G+loK5Y38Mmcf31HyRmN Content-Type: application/pgp-signature; name=signature.asc Content-Description: This is a digitally signed message part -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.1 (FreeBSD) iD8DBQA+MD11b2iPiv4Uz4cRAoFmAJ4jF/uF5vFOnrmMwW0v44EcDzhjcACfcY1J mwr2BAx2dEvjwYhprrEVZoU= =getY -----END PGP SIGNATURE----- --=-G+loK5Y38Mmcf31HyRmN-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-gnome" in the body of the message From owner-freebsd-gnome Thu Jan 23 11:27:40 2003 Delivered-To: freebsd-gnome@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B632637B401 for ; Thu, 23 Jan 2003 11:27:39 -0800 (PST) Received: from grumpy.carebears.net (ti400720a080-0825.bb.online.no [80.212.163.57]) by mx1.FreeBSD.org (Postfix) with ESMTP id 00D3B43F3F for ; Thu, 23 Jan 2003 11:27:39 -0800 (PST) (envelope-from dtun3z@online.no) Received: from [192.168.0.9] (unknown [192.168.0.9]) by grumpy.carebears.net (Postfix) with ESMTP id 349FA98EAB for ; Thu, 23 Jan 2003 20:27:37 +0100 (CET) Subject: mozilla - antialiasing From: Christer Gundersen To: gnome@FreeBSD.ORG Content-Type: text/plain Organization: Message-Id: <1043349203.228.24.camel@funshine.carebears.net> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.2.1 Date: 23 Jan 2003 20:26:38 +0100 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 anyone know how to disable antialiasing? or, making mozilla only antialias fonts over 16 in size? -- Med Vennlig Hilsen / Best regards Christer Gundersen / dizzy tun3Z http://dtz.cjb.net To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-gnome" in the body of the message From owner-freebsd-gnome Thu Jan 23 11:46:35 2003 Delivered-To: freebsd-gnome@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4A27537B401 for ; Thu, 23 Jan 2003 11:46:34 -0800 (PST) Received: from creme-brulee.marcuscom.com (rdu57-17-158.nc.rr.com [66.57.17.158]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7A2FC43EB2 for ; Thu, 23 Jan 2003 11:46:33 -0800 (PST) (envelope-from marcus@marcuscom.com) Received: from [192.168.1.4] (shumai.marcuscom.com [192.168.1.4]) by creme-brulee.marcuscom.com (8.12.6/8.12.6) with ESMTP id h0NJj6Dx024179; Thu, 23 Jan 2003 14:45:06 -0500 (EST) (envelope-from marcus@marcuscom.com) Subject: Re: mozilla - antialiasing From: Joe Marcus Clarke To: Christer Gundersen Cc: FreeBSD GNOME Users In-Reply-To: <1043349203.228.24.camel@funshine.carebears.net> References: <1043349203.228.24.camel@funshine.carebears.net> Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="=-8+YQiLudvRoCI+s3Tysa" Organization: MarcusCom, Inc. Message-Id: <1043351189.5814.88.camel@shumai.marcuscom.com> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.2.1 Date: 23 Jan 2003 14:46:29 -0500 X-Spam-Status: No, hits=-2.4 required=5.0 tests=AWL,IN_REP_TO,NOSPAM_INC,PGP_SIGNATURE_2,REFERENCES, SPAM_PHRASE_00_01 version=2.43 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 --=-8+YQiLudvRoCI+s3Tysa Content-Type: text/plain Content-Transfer-Encoding: quoted-printable On Thu, 2003-01-23 at 14:26, Christer Gundersen wrote: > anyone know how to disable antialiasing? > or, making mozilla only antialias fonts over 16 in size? Building Mozilla with -DWITHOUT_XFT will effectively disable anti-aliasing. To selective disable it, try adding: match any size > 8 any size < 16 edit antialias =3D false; To your ~/.xftconfig file. This should work for Xft2, though I'm not currently at a computer with Mozilla+Xft. Joe --=20 PGP Key : http://www.marcuscom.com/pgp.asc --=-8+YQiLudvRoCI+s3Tysa Content-Type: application/pgp-signature; name=signature.asc Content-Description: This is a digitally signed message part -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.1 (FreeBSD) iD8DBQA+MEaVb2iPiv4Uz4cRAoCFAKCqk9QqnRYrlZgNz8/Da2YWz+qUXQCeLrDO 8EJNCiOpZPvbza4GdaPQPF0= =WqQ9 -----END PGP SIGNATURE----- --=-8+YQiLudvRoCI+s3Tysa-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-gnome" in the body of the message From owner-freebsd-gnome Thu Jan 23 11:52: 2 2003 Delivered-To: freebsd-gnome@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1B92C37B401 for ; Thu, 23 Jan 2003 11:52:01 -0800 (PST) Received: from grumpy.carebears.net (ti400720a080-0825.bb.online.no [80.212.163.57]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6F26E43ED8 for ; Thu, 23 Jan 2003 11:52:00 -0800 (PST) (envelope-from dtun3z@online.no) Received: from [192.168.0.9] (unknown [192.168.0.9]) by grumpy.carebears.net (Postfix) with ESMTP id 1EA6598D3F; Thu, 23 Jan 2003 20:51:59 +0100 (CET) Subject: Re: mozilla - antialiasing From: Christer Gundersen To: Joe Marcus Clarke Cc: FreeBSD GNOME Users In-Reply-To: <1043351189.5814.88.camel@shumai.marcuscom.com> References: <1043349203.228.24.camel@funshine.carebears.net> <1043351189.5814.88.camel@shumai.marcuscom.com> Content-Type: text/plain Organization: Message-Id: <1043351460.30198.3.camel@funshine.carebears.net> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.2.1 Date: 23 Jan 2003 20:51:01 +0100 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 Thu, 2003-01-23 at 20:46, Joe Marcus Clarke wrote: > Building Mozilla with -DWITHOUT_XFT will effectively disable > anti-aliasing. To selective disable it, try adding: > > match > any size > 8 > any size < 16 > edit > antialias = false; Didn`t work. Even the toolbars in mozilla is antialiased. (i dont use mozilla, i use galeon. But i dont want antialiased sites) besides.. i think it was something to do with a unix.js file, or something. But i cant seem to find the right place in that file. i think it have changed. -- Med Vennlig Hilsen / Best regards Christer Gundersen / dizzy tun3Z http://dtz.cjb.net To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-gnome" in the body of the message From owner-freebsd-gnome Thu Jan 23 11:59:56 2003 Delivered-To: freebsd-gnome@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D804537B401 for ; Thu, 23 Jan 2003 11:59:55 -0800 (PST) Received: from magnesium.net (toxic.magnesium.net [207.154.84.15]) by mx1.FreeBSD.org (Postfix) with SMTP id 5EAA643F1E for ; Thu, 23 Jan 2003 11:59:55 -0800 (PST) (envelope-from negative@magnesium.net) Received: (qmail 69370 invoked by uid 1224); 23 Jan 2003 19:59:49 -0000 Date: 23 Jan 2003 11:59:49 -0800 Date: Thu, 23 Jan 2003 11:59:49 -0800 From: Jim Geovedi To: Christer Gundersen Cc: gnome@FreeBSD.ORG Subject: Re: mozilla - antialiasing Message-ID: <20030123195949.GA63136@toxic.magnesium.net> References: <1043349203.228.24.camel@funshine.carebears.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1043349203.228.24.camel@funshine.carebears.net> User-Agent: Mutt/1.4i X-URL: http://www.magnesium.net/~negative/ 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 Jan 23, 2003 at 08:26:38PM +0100, dtun3z@online.no wrote: > anyone know how to disable antialiasing? > or, making mozilla only antialias fonts over 16 in size? you can do it by editing Xftconfig file, match any size > 8 any size < 16 edit antialias = false; which means that the fonts in range 8pt and 16pt will not get antialiased. It's not really necessary to antialias the `normal' fontsizes. this URL might explains better. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-gnome" in the body of the message From owner-freebsd-gnome Thu Jan 23 12:30:43 2003 Delivered-To: freebsd-gnome@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BF61B37B401 for ; Thu, 23 Jan 2003 12:30:42 -0800 (PST) Received: from phobos.raisdorf.net (phobos.raisdorf.net [195.244.235.251]) by mx1.FreeBSD.org (Postfix) with ESMTP id A267B43F18 for ; Thu, 23 Jan 2003 12:30:41 -0800 (PST) (envelope-from hscholz@raisdorf.net) Received: by phobos.raisdorf.net (Postfix, from userid 66) id 5DB9023B03; Thu, 23 Jan 2003 21:30:28 +0100 (CET) Received: from localhost (localhost [127.0.0.1]) by platypus.raisdorf.net (Postfix) with ESMTP id 1A84C10523 for ; Thu, 23 Jan 2003 21:04:21 +0100 (CET) Received: from goanna.lan.raisdorf.net (goanna.lan.raisdorf.net [10.10.1.2]) by platypus.raisdorf.net (Postfix) with SMTP id E3A3410522 for ; Thu, 23 Jan 2003 21:04:17 +0100 (CET) Date: Thu, 23 Jan 2003 21:04:21 +0100 From: Hendrik Scholz To: gnome@FreeBSD.ORG Subject: Re: mozilla - antialiasing Message-Id: <20030123210421.4e84136d.hscholz@raisdorf.net> In-Reply-To: <1043349203.228.24.camel@funshine.carebears.net> References: <1043349203.228.24.camel@funshine.carebears.net> Reply-To: hendrik@scholz.net X-Mailer: Sylpheed version 0.8.8claws (GTK+ 1.2.10; i386-portbld-freebsd5.0) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Virus-Scanned: by AMaViS snapshot-20020422 X-Razor-id: 60f74ff6fcf3cf3d6e2f1dafc90443dad63dbe41 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! On 23 Jan 2003 20:26:38 +0100 Christer Gundersen wrote: > anyone know how to disable antialiasing? > or, making mozilla only antialias fonts over 16 in size? Just cd to /usr/X11R6/lib/mozilla*/defaults/pref/ and open unix.js in your favorite editor and change the following lines: pref("font.FreeType2.enable", false); pref("font.antialias.min", 10); Hendrik (still waiting for Galeon2 with Xft :)) -- Hendrik Scholz - - http://raisdorf.net/ drag me, drop me - treat me like an object To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-gnome" in the body of the message From owner-freebsd-gnome Thu Jan 23 12:41: 5 2003 Delivered-To: freebsd-gnome@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0319C37B401 for ; Thu, 23 Jan 2003 12:41:03 -0800 (PST) Received: from creme-brulee.marcuscom.com (rdu57-17-158.nc.rr.com [66.57.17.158]) by mx1.FreeBSD.org (Postfix) with ESMTP id B538543ED8 for ; Thu, 23 Jan 2003 12:41:01 -0800 (PST) (envelope-from marcus@marcuscom.com) Received: from [192.168.1.4] (shumai.marcuscom.com [192.168.1.4]) by creme-brulee.marcuscom.com (8.12.6/8.12.6) with ESMTP id h0NKdSDx024549; Thu, 23 Jan 2003 15:39:28 -0500 (EST) (envelope-from marcus@marcuscom.com) Subject: Re: mozilla - antialiasing From: Joe Marcus Clarke To: Christer Gundersen Cc: FreeBSD GNOME Users In-Reply-To: <1043351460.30198.3.camel@funshine.carebears.net> References: <1043349203.228.24.camel@funshine.carebears.net> <1043351189.5814.88.camel@shumai.marcuscom.com> <1043351460.30198.3.camel@funshine.carebears.net> Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="=-+Q+Tyu8tklDfT5tRo1Bq" Organization: MarcusCom, Inc. Message-Id: <1043354451.5814.90.camel@shumai.marcuscom.com> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.2.1 Date: 23 Jan 2003 15:40:52 -0500 X-Spam-Status: No, hits=-2.4 required=5.0 tests=AWL,IN_REP_TO,NOSPAM_INC,PGP_SIGNATURE_2,REFERENCES, SPAM_PHRASE_00_01 version=2.43 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 --=-+Q+Tyu8tklDfT5tRo1Bq Content-Type: multipart/mixed; boundary="=-OKODGYDu/s9jtXDUe+5d" --=-OKODGYDu/s9jtXDUe+5d Content-Type: text/plain Content-Transfer-Encoding: quoted-printable On Thu, 2003-01-23 at 14:51, Christer Gundersen wrote: > On Thu, 2003-01-23 at 20:46, Joe Marcus Clarke wrote: > > Building Mozilla with -DWITHOUT_XFT will effectively disable > > anti-aliasing. To selective disable it, try adding: > >=20 > > match > > any size > 8 > > any size < 16 > > edit > > antialias =3D false; >=20 >=20 > Didn`t work. >=20 > Even the toolbars in mozilla is antialiased. >=20 > (i dont use mozilla, i use galeon. But i dont want antialiased sites) > besides.. > i think it was something to do with a unix.js file, or something. > But i cant seem to find the right place in that file. i think it have cha= nged. Okay, fontconfig obsoletes XftConfig, but I did manage to hack this together which seems to work. Just copy this file to ~/.fonts.conf, and you should be set. Joe --=20 PGP Key : http://www.marcuscom.com/pgp.asc --=-OKODGYDu/s9jtXDUe+5d Content-Disposition: attachment; filename=.fonts.conf Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; name=.fonts.conf; charset=ISO-8859-1 16 false --=-OKODGYDu/s9jtXDUe+5d-- --=-+Q+Tyu8tklDfT5tRo1Bq Content-Type: application/pgp-signature; name=signature.asc Content-Description: This is a digitally signed message part -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.1 (FreeBSD) iD8DBQA+MFNTb2iPiv4Uz4cRAo3vAJ4ztg9MhxCwsPInUJl1hBog1UanCgCfe/3U 8YzXqZUpnUX7mhR33RnsB8g= =vkEO -----END PGP SIGNATURE----- --=-+Q+Tyu8tklDfT5tRo1Bq-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-gnome" in the body of the message From owner-freebsd-gnome Thu Jan 23 13:51:33 2003 Delivered-To: freebsd-gnome@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 797AC37B401 for ; Thu, 23 Jan 2003 13:51:32 -0800 (PST) Received: from grumpy.carebears.net (ti400720a080-0825.bb.online.no [80.212.163.57]) by mx1.FreeBSD.org (Postfix) with ESMTP id A98F443F43 for ; Thu, 23 Jan 2003 13:51:26 -0800 (PST) (envelope-from dtun3z@online.no) Received: from [192.168.0.9] (unknown [192.168.0.9]) by grumpy.carebears.net (Postfix) with ESMTP id 498E398D3F for ; Thu, 23 Jan 2003 22:51:21 +0100 (CET) Subject: Re: mozilla - antialiasing From: Christer Gundersen Cc: gnome@FreeBSD.ORG In-Reply-To: <20030123210421.4e84136d.hscholz@raisdorf.net> References: <1043349203.228.24.camel@funshine.carebears.net> <20030123210421.4e84136d.hscholz@raisdorf.net> Content-Type: text/plain Organization: Message-Id: <1043358623.30198.5.camel@funshine.carebears.net> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.2.1 Date: 23 Jan 2003 22:50:23 +0100 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 Thu, 2003-01-23 at 21:04, Hendrik Scholz wrote: > Hi! > > On 23 Jan 2003 20:26:38 +0100 > Christer Gundersen wrote: > > > anyone know how to disable antialiasing? > > or, making mozilla only antialias fonts over 16 in size? > > Just cd to /usr/X11R6/lib/mozilla*/defaults/pref/ and > open unix.js in your favorite editor and change the following lines: > > pref("font.FreeType2.enable", false); > pref("font.antialias.min", 10); > wierd. my setup was just like that. -- Med Vennlig Hilsen / Best regards Christer Gundersen / dizzy tun3Z http://dtz.cjb.net To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-gnome" in the body of the message From owner-freebsd-gnome Thu Jan 23 13:52: 1 2003 Delivered-To: freebsd-gnome@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 60DDA37B401 for ; Thu, 23 Jan 2003 13:52:00 -0800 (PST) Received: from grumpy.carebears.net (ti400720a080-0825.bb.online.no [80.212.163.57]) by mx1.FreeBSD.org (Postfix) with ESMTP id A2DDC43F3F for ; Thu, 23 Jan 2003 13:51:59 -0800 (PST) (envelope-from dtun3z@online.no) Received: from [192.168.0.9] (unknown [192.168.0.9]) by grumpy.carebears.net (Postfix) with ESMTP id 1701498D3F; Thu, 23 Jan 2003 22:51:58 +0100 (CET) Subject: Re: mozilla - antialiasing From: Christer Gundersen To: Joe Marcus Clarke Cc: FreeBSD GNOME Users In-Reply-To: <1043354451.5814.90.camel@shumai.marcuscom.com> References: <1043349203.228.24.camel@funshine.carebears.net> <1043351189.5814.88.camel@shumai.marcuscom.com> <1043351460.30198.3.camel@funshine.carebears.net> <1043354451.5814.90.camel@shumai.marcuscom.com> Content-Type: text/plain Organization: Message-Id: <1043358660.30198.7.camel@funshine.carebears.net> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.2.1 Date: 23 Jan 2003 22:51:00 +0100 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 Thu, 2003-01-23 at 21:40, Joe Marcus Clarke wrote: > Okay, fontconfig obsoletes XftConfig, but I did manage to hack this > together which seems to work. Just copy this file to ~/.fonts.conf, and > you should be set. Thanks, this seem to fix it. almost. ;) -- Med Vennlig Hilsen / Best regards Christer Gundersen / dizzy tun3Z http://dtz.cjb.net To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-gnome" in the body of the message From owner-freebsd-gnome Thu Jan 23 13:52:39 2003 Delivered-To: freebsd-gnome@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B956F37B406 for ; Thu, 23 Jan 2003 13:52:37 -0800 (PST) Received: from creme-brulee.marcuscom.com (rdu57-17-158.nc.rr.com [66.57.17.158]) by mx1.FreeBSD.org (Postfix) with ESMTP id 56C1443F43 for ; Thu, 23 Jan 2003 13:52:36 -0800 (PST) (envelope-from marcus@marcuscom.com) Received: from [192.168.1.4] (shumai.marcuscom.com [192.168.1.4]) by creme-brulee.marcuscom.com (8.12.6/8.12.6) with ESMTP id h0NLp7Dx025116; Thu, 23 Jan 2003 16:51:07 -0500 (EST) (envelope-from marcus@marcuscom.com) Subject: Re: mozilla - antialiasing From: Joe Marcus Clarke To: Christer Gundersen Cc: FreeBSD GNOME Users In-Reply-To: <1043358623.30198.5.camel@funshine.carebears.net> References: <1043349203.228.24.camel@funshine.carebears.net> <20030123210421.4e84136d.hscholz@raisdorf.net> <1043358623.30198.5.camel@funshine.carebears.net> Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="=-SBS3p4Kv3Jt9NO1UGpmH" Organization: MarcusCom, Inc. Message-Id: <1043358751.5814.96.camel@shumai.marcuscom.com> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.2.1 Date: 23 Jan 2003 16:52:31 -0500 X-Spam-Status: No, hits=-2.8 required=5.0 tests=AWL,IN_REP_TO,NOSPAM_INC,PGP_SIGNATURE_2,QUOTED_EMAIL_TEXT, REFERENCES,SPAM_PHRASE_00_01 version=2.43 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 --=-SBS3p4Kv3Jt9NO1UGpmH Content-Type: text/plain Content-Transfer-Encoding: quoted-printable On Thu, 2003-01-23 at 16:50, Christer Gundersen wrote: > On Thu, 2003-01-23 at 21:04, Hendrik Scholz wrote: > > Hi! > >=20 > > On 23 Jan 2003 20:26:38 +0100 > > Christer Gundersen wrote: > >=20 > > > anyone know how to disable antialiasing? > > > or, making mozilla only antialias fonts over 16 in size? > >=20 > > Just cd to /usr/X11R6/lib/mozilla*/defaults/pref/ and > > open unix.js in your favorite editor and change the following lines: > >=20 > > pref("font.FreeType2.enable", false); > > pref("font.antialias.min", 10); > >=20 >=20 > wierd. > my setup was just like that. This didn't do anything for me. However, my .fonts.conf seemed to work. Joe --=20 PGP Key : http://www.marcuscom.com/pgp.asc --=-SBS3p4Kv3Jt9NO1UGpmH Content-Type: application/pgp-signature; name=signature.asc Content-Description: This is a digitally signed message part -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.1 (FreeBSD) iD8DBQA+MGQfb2iPiv4Uz4cRAlKdAKCOwp3Z183ZljpmFB5XBk7BQGXyxACfUHNI ABD5VLFlvVDz+H3OgC8eBc8= =LGjm -----END PGP SIGNATURE----- --=-SBS3p4Kv3Jt9NO1UGpmH-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-gnome" in the body of the message From owner-freebsd-gnome Thu Jan 23 13:53:27 2003 Delivered-To: freebsd-gnome@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0111A37B401 for ; Thu, 23 Jan 2003 13:53:26 -0800 (PST) Received: from creme-brulee.marcuscom.com (rdu57-17-158.nc.rr.com [66.57.17.158]) by mx1.FreeBSD.org (Postfix) with ESMTP id D6A9B43E4A for ; Thu, 23 Jan 2003 13:53:24 -0800 (PST) (envelope-from marcus@marcuscom.com) Received: from [192.168.1.4] (shumai.marcuscom.com [192.168.1.4]) by creme-brulee.marcuscom.com (8.12.6/8.12.6) with ESMTP id h0NLpuDx025128; Thu, 23 Jan 2003 16:51:56 -0500 (EST) (envelope-from marcus@marcuscom.com) Subject: Re: mozilla - antialiasing From: Joe Marcus Clarke To: Christer Gundersen Cc: FreeBSD GNOME Users In-Reply-To: <1043358660.30198.7.camel@funshine.carebears.net> References: <1043349203.228.24.camel@funshine.carebears.net> <1043351189.5814.88.camel@shumai.marcuscom.com> <1043351460.30198.3.camel@funshine.carebears.net> <1043354451.5814.90.camel@shumai.marcuscom.com> <1043358660.30198.7.camel@funshine.carebears.net> Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="=-APrR5CEqmHXTlgl7l8Br" Organization: MarcusCom, Inc. Message-Id: <1043358800.5814.98.camel@shumai.marcuscom.com> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.2.1 Date: 23 Jan 2003 16:53:21 -0500 X-Spam-Status: No, hits=-2.8 required=5.0 tests=AWL,IN_REP_TO,NOSPAM_INC,PGP_SIGNATURE_2,QUOTED_EMAIL_TEXT, REFERENCES,SPAM_PHRASE_00_01 version=2.43 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 --=-APrR5CEqmHXTlgl7l8Br Content-Type: text/plain Content-Transfer-Encoding: quoted-printable On Thu, 2003-01-23 at 16:51, Christer Gundersen wrote: > On Thu, 2003-01-23 at 21:40, Joe Marcus Clarke wrote: >=20 > > Okay, fontconfig obsoletes XftConfig, but I did manage to hack this > > together which seems to work. Just copy this file to ~/.fonts.conf, an= d > > you should be set. >=20 > Thanks, this seem to fix it. > almost. ;) What doesn't work? fontconfig is actually pretty powerful. It just takes a bit of poking to get anything good out of it ;-). Joe --=20 PGP Key : http://www.marcuscom.com/pgp.asc --=-APrR5CEqmHXTlgl7l8Br Content-Type: application/pgp-signature; name=signature.asc Content-Description: This is a digitally signed message part -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.1 (FreeBSD) iD8DBQA+MGRQb2iPiv4Uz4cRAoCCAKCG0zMPJd5MtwyhmaBrR17xc07TQACfZgIU 901fP66+NBUEiK+cw9FvRZQ= =PuXZ -----END PGP SIGNATURE----- --=-APrR5CEqmHXTlgl7l8Br-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-gnome" in the body of the message From owner-freebsd-gnome Thu Jan 23 14: 0:33 2003 Delivered-To: freebsd-gnome@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0C87437B401 for ; Thu, 23 Jan 2003 14:00:33 -0800 (PST) Received: from grumpy.carebears.net (ti400720a080-0825.bb.online.no [80.212.163.57]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1306643ED8 for ; Thu, 23 Jan 2003 14:00:32 -0800 (PST) (envelope-from dtun3z@online.no) Received: from [192.168.0.9] (unknown [192.168.0.9]) by grumpy.carebears.net (Postfix) with ESMTP id 6E32698D3F; Thu, 23 Jan 2003 23:00:30 +0100 (CET) Subject: Re: mozilla - antialiasing From: Christer Gundersen To: Joe Marcus Clarke Cc: FreeBSD GNOME Users In-Reply-To: <1043358800.5814.98.camel@shumai.marcuscom.com> References: <1043349203.228.24.camel@funshine.carebears.net> <1043351189.5814.88.camel@shumai.marcuscom.com> <1043351460.30198.3.camel@funshine.carebears.net> <1043354451.5814.90.camel@shumai.marcuscom.com> <1043358660.30198.7.camel@funshine.carebears.net> <1043358800.5814.98.camel@shumai.marcuscom.com> Content-Type: text/plain Organization: Message-Id: <1043359172.30198.12.camel@funshine.carebears.net> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.2.1 Date: 23 Jan 2003 22:59:33 +0100 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 Thu, 2003-01-23 at 22:53, Joe Marcus Clarke wrote: > What doesn't work? fontconfig is actually pretty powerful. It just > takes a bit of poking to get anything good out of it ;-). I just need to hack a bit. I`ll figure it out ;-) Thanks. -- Med Vennlig Hilsen / Best regards Christer Gundersen / dizzy tun3Z http://dtz.cjb.net To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-gnome" in the body of the message From owner-freebsd-gnome Thu Jan 23 14:33:29 2003 Delivered-To: freebsd-gnome@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 33B4A37B401; Thu, 23 Jan 2003 14:33:29 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id C9BC743F18; Thu, 23 Jan 2003 14:33:28 -0800 (PST) (envelope-from marcus@FreeBSD.org) Received: from freefall.freebsd.org (marcus@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id h0NMXSNS087038; Thu, 23 Jan 2003 14:33:28 -0800 (PST) (envelope-from marcus@freefall.freebsd.org) Received: (from marcus@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id h0NMXS0s087034; Thu, 23 Jan 2003 14:33:28 -0800 (PST) Date: Thu, 23 Jan 2003 14:33:28 -0800 (PST) From: Joe Marcus Clarke Message-Id: <200301232233.h0NMXS0s087034@freefall.freebsd.org> To: marcus@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, gnome@FreeBSD.org Subject: Re: ports/47417: deskutils/gnucash 1.7.8 is out, port is 1.6.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: deskutils/gnucash 1.7.8 is out, port is 1.6.8 Responsible-Changed-From-To: freebsd-ports-bugs->gnome Responsible-Changed-By: marcus Responsible-Changed-When: Thu Jan 23 14:33:17 PST 2003 Responsible-Changed-Why: Over to maintainers. http://www.freebsd.org/cgi/query-pr.cgi?pr=47417 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-gnome" in the body of the message From owner-freebsd-gnome Thu Jan 23 14:34:44 2003 Delivered-To: freebsd-gnome@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5D00A37B405; Thu, 23 Jan 2003 14:34:43 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id C335943F1E; Thu, 23 Jan 2003 14:34:42 -0800 (PST) (envelope-from marcus@FreeBSD.org) Received: from freefall.freebsd.org (marcus@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id h0NMYgNS087092; Thu, 23 Jan 2003 14:34:42 -0800 (PST) (envelope-from marcus@freefall.freebsd.org) Received: (from marcus@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id h0NMYgpJ087088; Thu, 23 Jan 2003 14:34:42 -0800 (PST) Date: Thu, 23 Jan 2003 14:34:42 -0800 (PST) From: Joe Marcus Clarke Message-Id: <200301232234.h0NMYgpJ087088@freefall.freebsd.org> To: chris@Shenton.Org, marcus@FreeBSD.org, gnome@FreeBSD.org Subject: Re: ports/47417: deskutils/gnucash 1.7.8 is out, port is 1.6.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: deskutils/gnucash 1.7.8 is out, port is 1.6.8 State-Changed-From-To: open->closed State-Changed-By: marcus State-Changed-When: Thu Jan 23 14:33:31 PST 2003 State-Changed-Why: GnuCash 1.7.x is not stable, therefore, the port has not been updated. Someone today mentioned they would create a gnucash-devel port, but it would not replace GnuCash 1.6.8. GnuCash won't be updated until 1.8.0 comes out. http://www.freebsd.org/cgi/query-pr.cgi?pr=47417 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-gnome" in the body of the message From owner-freebsd-gnome Thu Jan 23 15:10: 6 2003 Delivered-To: freebsd-gnome@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 91B3037B405 for ; Thu, 23 Jan 2003 15:10:05 -0800 (PST) Received: from hotmail.com (f17.sea2.hotmail.com [207.68.165.17]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3F4E143E4A for ; Thu, 23 Jan 2003 15:10:05 -0800 (PST) (envelope-from reigncracks@hotmail.com) Received: from mail pickup service by hotmail.com with Microsoft SMTPSVC; Thu, 23 Jan 2003 15:10:05 -0800 Received: from 68.103.37.247 by sea2fd.sea2.hotmail.msn.com with HTTP; Thu, 23 Jan 2003 23:10:04 GMT X-Originating-IP: [68.103.37.247] From: "Mezz bsdforums.org" To: gnome@freebsd.org Subject: Re: mozilla - antialiasing Date: Thu, 23 Jan 2003 18:10:04 -0500 Mime-Version: 1.0 Content-Type: text/plain; format=flowed Message-ID: X-OriginalArrivalTime: 23 Jan 2003 23:10:05.0051 (UTC) FILETIME=[908A8CB0:01C2C334] Sender: owner-freebsd-gnome@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG To let you guys know that Fontconfig/XFt2 don't use XftConfig any longer, which it's in font.conf at /usr/X11R6/etc/fonts/ by default.. I agree with Joe, it's powerful and flexible. Cheers, Mezz _________________________________________________________________ Help STOP SPAM with the new MSN 8 and get 2 months FREE* http://join.msn.com/?page=features/junkmail To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-gnome" in the body of the message From owner-freebsd-gnome Thu Jan 23 16:25:29 2003 Delivered-To: freebsd-gnome@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5E05637B401 for ; Thu, 23 Jan 2003 16:25:26 -0800 (PST) Received: from fep3.cogeco.net (smtp.cogeco.net [216.221.81.25]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2B76F43F5F for ; Thu, 23 Jan 2003 16:25:25 -0800 (PST) (envelope-from dlavigne6@cogeco.ca) Received: from dhcp-17-14.kico2.on.cogeco.ca (d226-42-146.home.cgocable.net [24.226.42.146]) by fep3.cogeco.net (Postfix) with ESMTP id 9B0DA20FE; Thu, 23 Jan 2003 19:25:14 -0500 (EST) Date: Thu, 23 Jan 2003 19:29:22 -0500 (EST) From: Dru X-X-Sender: dlavigne6@dhcp-17-14.kico2.on.cogeco.ca To: Joe Marcus Clarke Cc: FreeBSD GNOME Users Subject: Re: mozilla 1.2.1,2 In-Reply-To: <1043295100.381.6.camel@gyros> Message-ID: <20030123192751.O201@dhcp-17-14.kico2.on.cogeco.ca> References: <20030122154951.G201@dhcp-17-14.kico2.on.cogeco.ca> <1043269749.339.33.camel@gyros> <20030122161758.Y201@dhcp-17-14.kico2.on.cogeco.ca> <1043270334.339.42.camel@gyros> <20030122162834.F201@dhcp-17-14.kico2.on.cogeco.ca> <1043273390.339.50.camel@gyros> <20030122203357.U201@dhcp-17-14.kico2.on.cogeco.ca> <1043295100.381.6.camel@gyros> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-gnome@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Wed, 22 Jan 2003, Joe Marcus Clarke wrote: > On Wed, 2003-01-22 at 20:37, Dru wrote: > > On Wed, 22 Jan 2003, Joe Marcus Clarke wrote: > > > > > On Wed, 2003-01-22 at 16:34, Dru wrote: > > > > > > > > > > > > > This looks fine to me. Have you modified /bin/sh at all? Of course, > > > > > this might be a red herring. I'm not sure the shell is the thing > > > > > outputting these messages. I suspect a font problem perhaps. Make sure > > > > > you have the latest fontconfig and Xft (if you built Mozilla with Xft > > > > > support), then run fc-cache. While this shouldn't be necessary with the > > > > > latest fontconfig, it may help. > > > > > > > > > > > > Never touched /bin/sh. > > > > > > > > Where do I go about finding this fontconfig and Xft? (don't show up with > > > > "which"). I noticed a connection to port 7001 today for the first time and > > > > killed it as I had never seen it before (this was _after_ the mozilla > > > > problem). It was for Xfbe or something like that. > > > > > > By default, Mozilla will build with Xft support. If you don't want > > > anti-aliased fonts, you can specify -DWITHOUT_XFT to disable this. > > > Simply building Mozilla should result in a working version. It works > > > just fine for me. Some users have reported problems if they do not have > > > the latest freetype2 installed, or if they have bad fonts installed. > > > > > > > > > > > Ran fc-cache as root, same error when I try to start Mozilla. I'm thinking > > > > of deinstalling (again) and reinstalling. Any suggestions to watch out for > > > > when I retry the port? > > > > > > It might help if you run ./mozilla -g, then send a back trace if it > > > happens to crash. > > > > > > I've never used gdb, but I'll send the start of mozilla -g if it's any > > help to you: > > > > mozilla -g > > ./run-mozilla.sh -g ./mozilla-bin > > MOZILLA_FIVE_HOME=. > > LD_LIBRARY_PATH=.:./plugins:/usr/X11R6/lib/browser_plugins:/usr/X11R6/lib/mre/mre-1.2.1 > > DISPLAY=:0.0 > > FONTCONFIG_PATH=/usr/X11R6/etc/fonts:./res/Xft > > DYLD_LIBRARY_PATH=.:/usr/X11R6/lib/mre/mre-1.2.1 > > LIBRARY_PATH=.:./components:/usr/X11R6/lib/mre/mre-1.2.1 > > SHLIB_PATH=.:/usr/X11R6/lib/mre/mre-1.2.1 > > LIBPATH=.:/usr/X11R6/lib/mre/mre-1.2.1 > > ADDON_PATH=. > > MOZ_PROGRAM=./mozilla-bin > > MOZ_TOOLKIT= > > moz_debug=1 > > moz_debugger= > > /usr/bin/gdb ./mozilla-bin -x /tmp/mozargs11858 > > This actually doesn't help. What would help is seeing the backtrace of > Mozilla (if it crashes) when you type run from the gdb prompt. > > > > > This was after a cleaning through my ports. I deinstalled mozilla, > > flash-plugin, plugger, fontconfig, Xft. Cleaned out distfiles. Rebuilt > > mozilla port from scratch. Same results. > > > > BTW, when I pkg_deleted mozilla, I got this message: > > > > file '/usr/X11R6/bin/mozilla" doesn't really exist > > > > That's where I gave up, installed linux-mozilla, put my bookmarks back, > > and went back to surfing :-) > > > > Thanks for all of your help. > > You're the only one seeing this bug, so I imagine it is a problem local > to your machine. If you give me remote access, I can try and fix it for > you. Luck of the draw I guess :-) I seem to be OK with linux-mozilla so there's not much sense looking for the needle in the haystack of my particular oddball mix of software/hardware. Thanks for the help. Dru To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-gnome" in the body of the message From owner-freebsd-gnome Fri Jan 24 6:34:44 2003 Delivered-To: freebsd-gnome@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A68FE37B401 for ; Fri, 24 Jan 2003 06:34:42 -0800 (PST) Received: from axl.seasidesoftware.co.za (axl.seasidesoftware.co.za [196.31.7.201]) by mx1.FreeBSD.org (Postfix) with ESMTP id 91E2E43ED8 for ; Fri, 24 Jan 2003 06:34:40 -0800 (PST) (envelope-from sheldonh@starjuice.net) Received: from sheldonh by axl.seasidesoftware.co.za with local (Exim 4.10) id 18c4uj-000G9m-00 for gnome@FreeBSD.org; Fri, 24 Jan 2003 16:34:37 +0200 Date: Fri, 24 Jan 2003 16:34:36 +0200 From: Sheldon Hearn To: gnome@FreeBSD.org Subject: ports/www/mozilla broken for WITH_CALENDAR Message-ID: <20030124143436.GH45728@starjuice.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.5.3i 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 folks, I just tried the mozilla-1.2.1_2 port (ports/www/mozilla) on 5.0-CURRENT and found that it's broken for the WITH_CALENDAR case. I built it with WITHOUT_CHATZILLA= yes WITHOUT_XFT= yes WITH_CALENDAR= yes WITHOUT_MAILNEWS= yes WITHOUT_COMPOSER= yes and the build failed here: gmake[3]: Entering directory `/usr/ports/www/mozilla/work/mozilla/calendar/libxpical' oeICalEventImpl.cpp c++ -o oeICalEventImpl.o -c -DOSTYPE=\"FreeBSD5\" -DOSARCH=\"FreeBSD\" \ -DOJI -I../../dist/include/xpcom -I../../dist/include/appshell \ -I../../dist/include/string -I../../dist/include/timer \ -I../../dist/include/necko -I../../dist/include/msgcompose \ -I../../dist/include/addrbook -I../../dist/include/ical \ -I../../dist/include/icalss -I../../dist/include/calendar \ -I../../dist/include \ -I/usr/ports/www/mozilla/work/mozilla/dist/include/nspr \ -I/usr/local/include -I/usr/X11R6/include -fPIC \ -I/usr/X11R6/include -I/usr/X11R6/include -fno-rtti -fno-exceptions \ -Wall -Wconversion -Wpointer-arith -Wcast-align -Woverloaded-virtual \ -Wsynth -Wno-ctor-dtor-privacy -Wno-long-long -O -pipe -march=pentium3 \ -fshort-wchar -pipe -DNDEBUG -DTRIMMED -ffunction-sections \ -I/usr/X11R6/include -I/usr/X11R6/include -DMOZILLA_CLIENT -include ../../mozilla-config.h -DICAL_DEBUG oeICalEventImpl.cpp oeICalEventImpl.cpp:51:26: nsMsgCompCID.h: No such file or directory oeICalEventImpl.cpp:52:25: nsAbBaseCID.h: No such file or directory oeICalEventImpl.cpp:53:23: nsIAbCard.h: No such file or directory oeICalEventImpl.cpp:54:30: nsIMsgAttachment.h: No such file or directory [...] Now nsMsgCompCID.h and nsAbBaseCID.h are in the compose/build and addrbook/build subdirectories of mozilla, but nsIAbCard.h and nsIMsgAttachment.h don't exist. Any ideas? Ciao, Sheldon. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-gnome" in the body of the message From owner-freebsd-gnome Fri Jan 24 7:34:45 2003 Delivered-To: freebsd-gnome@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9D1BE37B401 for ; Fri, 24 Jan 2003 07:34:44 -0800 (PST) Received: from mailgate5.cinetic.de (mailgate5.cinetic.de [217.72.192.165]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6EAC343E4A for ; Fri, 24 Jan 2003 07:34:43 -0800 (PST) (envelope-from ruediger.heuer@web.de) Received: from web.de (fmomail01.dlan.cinetic.de [172.20.1.45]) by mailgate5.cinetic.de (8.11.2/8.11.2/SuSE Linux 8.11.0-0.4) with SMTP id h0OFYaO22966 for freebsd-gnome@freebsd.org; Fri, 24 Jan 2003 16:34:36 +0100 Date: Fri, 24 Jan 2003 16:34:36 +0100 Message-Id: <200301241534.h0OFYaO22966@mailgate5.cinetic.de> MIME-Version: 1.0 Organization: http://freemail.web.de/ From: =?iso-8859-1?Q?R=FCdiger=20Heuer?= To: freebsd-gnome@freebsd.org Subject: Error in Gnome-panel after installing package gnome-2.2.0.4 Content-Type: text/plain; charset="iso-8859-1" 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 everyone! I am a newbie to gnome an run into a problem after installing the package gnome-2.2.0.4 from the FreeBSD 4.72-Release. On starting gnome-session (I tried it manually after exiting the twm an vi ".xinitrc") i get following error: ** (gnome-panel:270): WARNING **: Unable to load panel stock icon 'go' I only installed the needed packages for gnome2, because I wanted to add everything else after the gnome environment is running. I tried to add the "gnome2-fifth-toe" port, but it had no effect. I would be glad if anyone can help me fix this problem. Greetings from Germany Ruediger Heuer ______________________________________________________________________________ Mit der Gruppen-SMS von WEB.DE FreeMail erreichen Sie mit einem Klick alle Freunde gleichzeitig! http://freemail.web.de/features/?mc=021180 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-gnome" in the body of the message From owner-freebsd-gnome Fri Jan 24 8:36:20 2003 Delivered-To: freebsd-gnome@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1CF8837B401 for ; Fri, 24 Jan 2003 08:36:19 -0800 (PST) Received: from creme-brulee.marcuscom.com (rdu57-17-158.nc.rr.com [66.57.17.158]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0BC0943F18 for ; Fri, 24 Jan 2003 08:36:18 -0800 (PST) (envelope-from marcus@marcuscom.com) Received: from [10.2.1.4] (vpn-client-4.marcuscom.com [10.2.1.4]) by creme-brulee.marcuscom.com (8.12.6/8.12.6) with ESMTP id h0OGYiDx066351; Fri, 24 Jan 2003 11:34:44 -0500 (EST) (envelope-from marcus@marcuscom.com) Subject: Re: ports/www/mozilla broken for WITH_CALENDAR From: Joe Marcus Clarke To: Sheldon Hearn Cc: FreeBSD GNOME Users In-Reply-To: <20030124143436.GH45728@starjuice.net> References: <20030124143436.GH45728@starjuice.net> Content-Type: text/plain Organization: MarcusCom, Inc. Message-Id: <1043426154.325.0.camel@gyros> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.2.1 Date: 24 Jan 2003 11:35:55 -0500 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 Fri, 2003-01-24 at 09:34, Sheldon Hearn wrote: > Hi folks, > > I just tried the mozilla-1.2.1_2 port (ports/www/mozilla) on 5.0-CURRENT > and found that it's broken for the WITH_CALENDAR case. > > I built it with > > WITHOUT_CHATZILLA= yes > WITHOUT_XFT= yes > WITH_CALENDAR= yes > WITHOUT_MAILNEWS= yes > WITHOUT_COMPOSER= yes Calendar requires MAILNEWS and COMPOSER. Joe > > and the build failed here: > > gmake[3]: Entering directory `/usr/ports/www/mozilla/work/mozilla/calendar/libxpical' > oeICalEventImpl.cpp > c++ -o oeICalEventImpl.o -c -DOSTYPE=\"FreeBSD5\" -DOSARCH=\"FreeBSD\" \ > -DOJI -I../../dist/include/xpcom -I../../dist/include/appshell \ > -I../../dist/include/string -I../../dist/include/timer \ > -I../../dist/include/necko -I../../dist/include/msgcompose \ > -I../../dist/include/addrbook -I../../dist/include/ical \ > -I../../dist/include/icalss -I../../dist/include/calendar \ > -I../../dist/include \ > -I/usr/ports/www/mozilla/work/mozilla/dist/include/nspr \ > -I/usr/local/include -I/usr/X11R6/include -fPIC \ > -I/usr/X11R6/include -I/usr/X11R6/include -fno-rtti -fno-exceptions \ > -Wall -Wconversion -Wpointer-arith -Wcast-align -Woverloaded-virtual \ > -Wsynth -Wno-ctor-dtor-privacy -Wno-long-long -O -pipe -march=pentium3 \ > -fshort-wchar -pipe -DNDEBUG -DTRIMMED -ffunction-sections \ > -I/usr/X11R6/include -I/usr/X11R6/include -DMOZILLA_CLIENT > -include ../../mozilla-config.h -DICAL_DEBUG oeICalEventImpl.cpp > oeICalEventImpl.cpp:51:26: nsMsgCompCID.h: No such file or directory > oeICalEventImpl.cpp:52:25: nsAbBaseCID.h: No such file or directory > oeICalEventImpl.cpp:53:23: nsIAbCard.h: No such file or directory > oeICalEventImpl.cpp:54:30: nsIMsgAttachment.h: No such file or directory > [...] > > Now nsMsgCompCID.h and nsAbBaseCID.h are in the compose/build and > addrbook/build subdirectories of mozilla, but nsIAbCard.h and > nsIMsgAttachment.h don't exist. > > Any ideas? > > Ciao, > Sheldon. > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-gnome" in the body of the message -- PGP Key : http://www.marcuscom.com/pgp.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 24 8:37:48 2003 Delivered-To: freebsd-gnome@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0513337B401 for ; Fri, 24 Jan 2003 08:37:47 -0800 (PST) Received: from creme-brulee.marcuscom.com (rdu57-17-158.nc.rr.com [66.57.17.158]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4D63943EB2 for ; Fri, 24 Jan 2003 08:37:46 -0800 (PST) (envelope-from marcus@marcuscom.com) Received: from [10.2.1.4] (vpn-client-4.marcuscom.com [10.2.1.4]) by creme-brulee.marcuscom.com (8.12.6/8.12.6) with ESMTP id h0OGaDDx066374; Fri, 24 Jan 2003 11:36:13 -0500 (EST) (envelope-from marcus@marcuscom.com) Subject: Re: Error in Gnome-panel after installing package gnome-2.2.0.4 From: Joe Marcus Clarke To: =?ISO-8859-1?Q?R=FCdiger?= Heuer Cc: freebsd-gnome@FreeBSD.ORG In-Reply-To: <200301241534.h0OFYaO22966@mailgate5.cinetic.de> References: <200301241534.h0OFYaO22966@mailgate5.cinetic.de> Content-Type: text/plain; charset=ISO8859-1 Organization: MarcusCom, Inc. Message-Id: <1043426243.325.3.camel@gyros> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.2.1 Date: 24 Jan 2003 11:37:23 -0500 Content-Transfer-Encoding: 8bit Sender: owner-freebsd-gnome@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Fri, 2003-01-24 at 10:34, Rüdiger Heuer wrote: > Hello everyone! > > I am a newbie to gnome an run into a problem after installing the package gnome-2.2.0.4 from the FreeBSD 4.72-Release. > On starting gnome-session (I tried it manually after exiting the twm an vi ".xinitrc") i get following error: > > ** (gnome-panel:270): WARNING **: Unable to load panel stock icon 'go' > > I only installed the needed packages for gnome2, because I wanted to add everything else after the gnome environment is running. > I tried to add the "gnome2-fifth-toe" port, but it had no effect. > > I would be glad if anyone can help me fix this problem. This is not a problem. It is a normal message everyone sees. There is no "go" icon. Joe > > Greetings from Germany > > Ruediger Heuer > > ______________________________________________________________________________ > Mit der Gruppen-SMS von WEB.DE FreeMail erreichen Sie mit einem Klick > alle Freunde gleichzeitig! http://freemail.web.de/features/?mc=021180 > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-gnome" in the body of the message -- PGP Key : http://www.marcuscom.com/pgp.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 24 10:30:23 2003 Delivered-To: freebsd-gnome@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4E94737B401 for ; Fri, 24 Jan 2003 10:30:21 -0800 (PST) Received: from sclp3.sclp.com (sclp3.sclp.com [66.230.238.2]) by mx1.FreeBSD.org (Postfix) with SMTP id 5D82243F3F for ; Fri, 24 Jan 2003 10:30:20 -0800 (PST) (envelope-from jason-exp-1044642494.ca6b41@mastaler.com) Received: (qmail 8459 invoked from network); 24 Jan 2003 18:30:14 -0000 Received: from localhost (HELO aguirre.la.mastaler.com) (127.0.0.1) by localhost with SMTP; 24 Jan 2003 18:30:14 -0000 Received: (qmail 36721 invoked from network); 24 Jan 2003 18:28:14 -0000 Received: from localhost (HELO aguirre.la.mastaler.com) (127.0.0.1) by localhost with SMTP; 24 Jan 2003 18:28:14 -0000 To: gnome@FreeBSD.org Subject: x11-fonts/Xft: XGlyphElt8 undeclared X-Face: 7Rt8\Z)zZA@Zj3;%2um"yZ`bWS+/n%9|G(c!Dh3I]{L9cZ-SuVQhI ko?PS~2i3X.R~]q@W|ProHR/GQvJg0o}jPl%e+rs*QK[XvU~jCEz13&L0aYj}`jQhNY-X-5&oJO>88 lD^S(1@R?`;+5P3>P_rGl|$7&z+"_h?>D0x/-iY~Xu<.F; Bi&ELQhH)V!Uns~V;Q:fpI2;LWTA* Date: 24 Jan 2003 11:28:10 -0700 Message-ID: Lines: 86 User-Agent: Gnus/5.0807 (Gnus v5.8.7) XEmacs/21.4 (Artificial Intelligence) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii From: "Jason R. Mastaler" X-Delivery-Agent: TMDA/0.65+ (Gallahadion) Reply-To: jason-exp-1044124094.b34435@mastaler.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 The FreeBSD port x11-fonts/Xft seems broken. Any known fixes for this problem? ===> Extracting for Xft-2.1 >> Checksum OK for fcpackage.2_1.tar.gz. ===> Xft-2.1 depends on executable: gmake - found ===> Xft-2.1 depends on file: /usr/local/bin/sed_inplace - found ===> Xft-2.1 depends on shared library: fontconfig.1 - found ===> Xft-2.1 depends on shared library: X11.6 - found ===> Patching for Xft-2.1 ===> Applying FreeBSD patches for Xft-2.1 ===> Configuring for Xft-2.1 creating cache ./config.cache checking for gcc... cc checking whether the C compiler (cc -O2 -pipe -march=i686 ) works... yes checking whether the C compiler (cc -O2 -pipe -march=i686 ) is a cross-compiler... no checking whether we are using GNU C... yes checking whether cc accepts -g... yes checking for a BSD compatible install... /usr/bin/install -c -o root -g wheel checking whether ln -s works... yes checking how to run the C preprocessor... cc -E checking for X... libraries /usr/X11R6/lib, headers /usr/X11R6/include checking for X11/extensions/Xrender.h... yes checking for XRenderQueryVersion... no checking for freetype-config... freetype-config checking for freetype/freetype.h... yes checking for FT_Init_FreeType... yes checking for fontconfig-config... fontconfig-config checking for fontconfig/fontconfig.h... yes checking for FcInit... yes updating cache ./config.cache creating ./config.status creating Makefile creating xft.pc creating xft-config creating config.h ===> Building for Xft-2.1 cc -O2 -pipe -march=i686 -I. -DHAVE_CONFIG_H -I/usr/X11R6/include -I/usr/local/include/freetype2 -I/usr/local/include -I/usr/X11R6/include -fPIC -DPIC -c xftcolor.c -o xftcolor.o cc -O2 -pipe -march=i686 -I. -DHAVE_CONFIG_H -I/usr/X11R6/include -I/usr/local/include/freetype2 -I/usr/local/include -I/usr/X11R6/include -fPIC -DPIC -c xftcore.c -o xftcore.o cc -O2 -pipe -march=i686 -I. -DHAVE_CONFIG_H -I/usr/X11R6/include -I/usr/local/include/freetype2 -I/usr/local/include -I/usr/X11R6/include -fPIC -DPIC -c xftdbg.c -o xftdbg.o cc -O2 -pipe -march=i686 -I. -DHAVE_CONFIG_H -I/usr/X11R6/include -I/usr/local/include/freetype2 -I/usr/local/include -I/usr/X11R6/include -fPIC -DPIC -c xftdpy.c -o xftdpy.o cc -O2 -pipe -march=i686 -I. -DHAVE_CONFIG_H -I/usr/X11R6/include -I/usr/local/include/freetype2 -I/usr/local/include -I/usr/X11R6/include -fPIC -DPIC -c xftdraw.c -o xftdraw.o xftdraw.c: In function `XftDrawSrcPicture': xftdraw.c:373: warning: passing arg 4 of `XRenderFillRectangle' discards qualifiers from pointer target type xftdraw.c: In function `XftDrawRect': xftdraw.c:811: warning: passing arg 4 of `XRenderFillRectangle' discards qualifiers from pointer target type cc -O2 -pipe -march=i686 -I. -DHAVE_CONFIG_H -I/usr/X11R6/include -I/usr/local/include/freetype2 -I/usr/local/include -I/usr/X11R6/include -fPIC -DPIC -c xftextent.c -o xftextent.o cc -O2 -pipe -march=i686 -I. -DHAVE_CONFIG_H -I/usr/X11R6/include -I/usr/local/include/freetype2 -I/usr/local/include -I/usr/X11R6/include -fPIC -DPIC -c xftfont.c -o xftfont.o cc -O2 -pipe -march=i686 -I. -DHAVE_CONFIG_H -I/usr/X11R6/include -I/usr/local/include/freetype2 -I/usr/local/include -I/usr/X11R6/include -fPIC -DPIC -c xftfreetype.c -o xftfreetype.o cc -O2 -pipe -march=i686 -I. -DHAVE_CONFIG_H -I/usr/X11R6/include -I/usr/local/include/freetype2 -I/usr/local/include -I/usr/X11R6/include -fPIC -DPIC -c xftglyphs.c -o xftglyphs.o cc -O2 -pipe -march=i686 -I. -DHAVE_CONFIG_H -I/usr/X11R6/include -I/usr/local/include/freetype2 -I/usr/local/include -I/usr/X11R6/include -fPIC -DPIC -c xftinit.c -o xftinit.o cc -O2 -pipe -march=i686 -I. -DHAVE_CONFIG_H -I/usr/X11R6/include -I/usr/local/include/freetype2 -I/usr/local/include -I/usr/X11R6/include -fPIC -DPIC -c xftlist.c -o xftlist.o cc -O2 -pipe -march=i686 -I. -DHAVE_CONFIG_H -I/usr/X11R6/include -I/usr/local/include/freetype2 -I/usr/local/include -I/usr/X11R6/include -fPIC -DPIC -c xftname.c -o xftname.o cc -O2 -pipe -march=i686 -I. -DHAVE_CONFIG_H -I/usr/X11R6/include -I/usr/local/include/freetype2 -I/usr/local/include -I/usr/X11R6/include -fPIC -DPIC -c xftrender.c -o xftrender.o xftrender.c: In function `XftGlyphSpecRender': xftrender.c:170: `XGlyphElt8' undeclared (first use in this function) xftrender.c:170: (Each undeclared identifier is reported only once xftrender.c:170: for each function it appears in.) xftrender.c:170: `elts' undeclared (first use in this function) xftrender.c:171: syntax error before `elts_local' xftrender.c:186: `glyphs_loaded' undeclared (first use in this function) xftrender.c:234: `nelt' undeclared (first use in this function) xftrender.c:247: `x' undeclared (first use in this function) xftrender.c:248: `y' undeclared (first use in this function) xftrender.c:272: `elts_local' undeclared (first use in this function) xftrender.c:335: `XGlyphElt16' undeclared (first use in this function) xftrender.c:335: syntax error before `)' xftrender.c:340: `XGlyphElt32' undeclared (first use in this function) xftrender.c:340: syntax error before `)' xftrender.c: In function `XftGlyphFontSpecRender': xftrender.c:414: `XGlyphElt8' undeclared (first use in this function) xftrender.c:414: `elts' undeclared (first use in this function) xftrender.c:415: syntax error before `elts_local' xftrender.c:428: `glyphs_loaded' undeclared (first use in this function) xftrender.c:480: `nelt' undeclared (first use in this function) xftrender.c:499: `x' undeclared (first use in this function) xftrender.c:500: `y' undeclared (first use in this function) xftrender.c:528: `elts_local' undeclared (first use in this function) xftrender.c:596: `XGlyphElt16' undeclared (first use in this function) xftrender.c:596: syntax error before `)' xftrender.c:601: `XGlyphElt32' undeclared (first use in this function) xftrender.c:601: syntax error before `)' gmake: *** [xftrender.o] Error 1 *** Error code 2 Stop in /usr/ports/x11-fonts/Xft. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-gnome" in the body of the message From owner-freebsd-gnome Fri Jan 24 10:40:13 2003 Delivered-To: freebsd-gnome@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A0A3E37B401 for ; Fri, 24 Jan 2003 10:40:09 -0800 (PST) Received: from creme-brulee.marcuscom.com (rdu57-17-158.nc.rr.com [66.57.17.158]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9208543E4A for ; Fri, 24 Jan 2003 10:40:08 -0800 (PST) (envelope-from marcus@marcuscom.com) Received: from [10.2.1.4] (vpn-client-4.marcuscom.com [10.2.1.4]) by creme-brulee.marcuscom.com (8.12.6/8.12.6) with ESMTP id h0OIcQDx066887; Fri, 24 Jan 2003 13:38:26 -0500 (EST) (envelope-from marcus@marcuscom.com) Subject: Re: x11-fonts/Xft: XGlyphElt8 undeclared From: Joe Marcus Clarke To: jason-exp-1044124094.b34435@mastaler.com Cc: FreeBSD GNOME Users In-Reply-To: References: Content-Type: text/plain Organization: MarcusCom, Inc. Message-Id: <1043433576.325.66.camel@gyros> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.2.1 Date: 24 Jan 2003 13:39:37 -0500 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 Fri, 2003-01-24 at 13:28, Jason R. Mastaler wrote: > The FreeBSD port x11-fonts/Xft seems broken. Any known fixes for this > problem? The port is fine. However, there are some things you have to consider. First, you are not allowed to report bugs unless you're reproduced the problem without -O2 and -march=i686. You should also always include this list of installed ports/packages. First, what is supported/required: * FreeBSD 4.5 or later * Latest freetype2 and latest XFree86 4.2.1 bits What isn't supported: * Anything prior to FreeBSD 4.5 * XFree86 < 4.2.1 or > 4.2.1 (e.g. Eric's 4.2.99 ports) * Versions of FreeType2 < 2.1.2. Now, if you meet the above supported requirements, please try to build without -O2 and -march=i686, and send a list of your installed ports/packages as well as the version of FreeBSD on which you're trying to build. If you're not running a supported setup, upgrade/downgrade to a supported setup, and you should be fine. If you still encounter problems, see above. Joe > > ===> Extracting for Xft-2.1 > >> Checksum OK for fcpackage.2_1.tar.gz. > ===> Xft-2.1 depends on executable: gmake - found > ===> Xft-2.1 depends on file: /usr/local/bin/sed_inplace - found > ===> Xft-2.1 depends on shared library: fontconfig.1 - found > ===> Xft-2.1 depends on shared library: X11.6 - found > ===> Patching for Xft-2.1 > ===> Applying FreeBSD patches for Xft-2.1 > ===> Configuring for Xft-2.1 > creating cache ./config.cache > checking for gcc... cc > checking whether the C compiler (cc -O2 -pipe -march=i686 ) works... yes > checking whether the C compiler (cc -O2 -pipe -march=i686 ) is a cross-compiler... no > checking whether we are using GNU C... yes > checking whether cc accepts -g... yes > checking for a BSD compatible install... /usr/bin/install -c -o root -g wheel > checking whether ln -s works... yes > checking how to run the C preprocessor... cc -E > checking for X... libraries /usr/X11R6/lib, headers /usr/X11R6/include > checking for X11/extensions/Xrender.h... yes > checking for XRenderQueryVersion... no > checking for freetype-config... freetype-config > checking for freetype/freetype.h... yes > checking for FT_Init_FreeType... yes > checking for fontconfig-config... fontconfig-config > checking for fontconfig/fontconfig.h... yes > checking for FcInit... yes > updating cache ./config.cache > creating ./config.status > creating Makefile > creating xft.pc > creating xft-config > creating config.h > ===> Building for Xft-2.1 > cc -O2 -pipe -march=i686 -I. -DHAVE_CONFIG_H -I/usr/X11R6/include -I/usr/local/include/freetype2 -I/usr/local/include -I/usr/X11R6/include -fPIC -DPIC -c xftcolor.c -o xftcolor.o > cc -O2 -pipe -march=i686 -I. -DHAVE_CONFIG_H -I/usr/X11R6/include -I/usr/local/include/freetype2 -I/usr/local/include -I/usr/X11R6/include -fPIC -DPIC -c xftcore.c -o xftcore.o > cc -O2 -pipe -march=i686 -I. -DHAVE_CONFIG_H -I/usr/X11R6/include -I/usr/local/include/freetype2 -I/usr/local/include -I/usr/X11R6/include -fPIC -DPIC -c xftdbg.c -o xftdbg.o > cc -O2 -pipe -march=i686 -I. -DHAVE_CONFIG_H -I/usr/X11R6/include -I/usr/local/include/freetype2 -I/usr/local/include -I/usr/X11R6/include -fPIC -DPIC -c xftdpy.c -o xftdpy.o > cc -O2 -pipe -march=i686 -I. -DHAVE_CONFIG_H -I/usr/X11R6/include -I/usr/local/include/freetype2 -I/usr/local/include -I/usr/X11R6/include -fPIC -DPIC -c xftdraw.c -o xftdraw.o > xftdraw.c: In function `XftDrawSrcPicture': > xftdraw.c:373: warning: passing arg 4 of `XRenderFillRectangle' discards qualifiers from pointer target type > xftdraw.c: In function `XftDrawRect': > xftdraw.c:811: warning: passing arg 4 of `XRenderFillRectangle' discards qualifiers from pointer target type > cc -O2 -pipe -march=i686 -I. -DHAVE_CONFIG_H -I/usr/X11R6/include -I/usr/local/include/freetype2 -I/usr/local/include -I/usr/X11R6/include -fPIC -DPIC -c xftextent.c -o xftextent.o > cc -O2 -pipe -march=i686 -I. -DHAVE_CONFIG_H -I/usr/X11R6/include -I/usr/local/include/freetype2 -I/usr/local/include -I/usr/X11R6/include -fPIC -DPIC -c xftfont.c -o xftfont.o > cc -O2 -pipe -march=i686 -I. -DHAVE_CONFIG_H -I/usr/X11R6/include -I/usr/local/include/freetype2 -I/usr/local/include -I/usr/X11R6/include -fPIC -DPIC -c xftfreetype.c -o xftfreetype.o > cc -O2 -pipe -march=i686 -I. -DHAVE_CONFIG_H -I/usr/X11R6/include -I/usr/local/include/freetype2 -I/usr/local/include -I/usr/X11R6/include -fPIC -DPIC -c xftglyphs.c -o xftglyphs.o > cc -O2 -pipe -march=i686 -I. -DHAVE_CONFIG_H -I/usr/X11R6/include -I/usr/local/include/freetype2 -I/usr/local/include -I/usr/X11R6/include -fPIC -DPIC -c xftinit.c -o xftinit.o > cc -O2 -pipe -march=i686 -I. -DHAVE_CONFIG_H -I/usr/X11R6/include -I/usr/local/include/freetype2 -I/usr/local/include -I/usr/X11R6/include -fPIC -DPIC -c xftlist.c -o xftlist.o > cc -O2 -pipe -march=i686 -I. -DHAVE_CONFIG_H -I/usr/X11R6/include -I/usr/local/include/freetype2 -I/usr/local/include -I/usr/X11R6/include -fPIC -DPIC -c xftname.c -o xftname.o > cc -O2 -pipe -march=i686 -I. -DHAVE_CONFIG_H -I/usr/X11R6/include -I/usr/local/include/freetype2 -I/usr/local/include -I/usr/X11R6/include -fPIC -DPIC -c xftrender.c -o xftrender.o > xftrender.c: In function `XftGlyphSpecRender': > xftrender.c:170: `XGlyphElt8' undeclared (first use in this function) > xftrender.c:170: (Each undeclared identifier is reported only once > xftrender.c:170: for each function it appears in.) > xftrender.c:170: `elts' undeclared (first use in this function) > xftrender.c:171: syntax error before `elts_local' > xftrender.c:186: `glyphs_loaded' undeclared (first use in this function) > xftrender.c:234: `nelt' undeclared (first use in this function) > xftrender.c:247: `x' undeclared (first use in this function) > xftrender.c:248: `y' undeclared (first use in this function) > xftrender.c:272: `elts_local' undeclared (first use in this function) > xftrender.c:335: `XGlyphElt16' undeclared (first use in this function) > xftrender.c:335: syntax error before `)' > xftrender.c:340: `XGlyphElt32' undeclared (first use in this function) > xftrender.c:340: syntax error before `)' > xftrender.c: In function `XftGlyphFontSpecRender': > xftrender.c:414: `XGlyphElt8' undeclared (first use in this function) > xftrender.c:414: `elts' undeclared (first use in this function) > xftrender.c:415: syntax error before `elts_local' > xftrender.c:428: `glyphs_loaded' undeclared (first use in this function) > xftrender.c:480: `nelt' undeclared (first use in this function) > xftrender.c:499: `x' undeclared (first use in this function) > xftrender.c:500: `y' undeclared (first use in this function) > xftrender.c:528: `elts_local' undeclared (first use in this function) > xftrender.c:596: `XGlyphElt16' undeclared (first use in this function) > xftrender.c:596: syntax error before `)' > xftrender.c:601: `XGlyphElt32' undeclared (first use in this function) > xftrender.c:601: syntax error before `)' > gmake: *** [xftrender.o] Error 1 > *** Error code 2 > > Stop in /usr/ports/x11-fonts/Xft. > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-gnome" in the body of the message -- PGP Key : http://www.marcuscom.com/pgp.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 24 11:18:52 2003 Delivered-To: freebsd-gnome@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5666437B401 for ; Fri, 24 Jan 2003 11:18:51 -0800 (PST) Received: from creme-brulee.marcuscom.com (rdu57-17-158.nc.rr.com [66.57.17.158]) by mx1.FreeBSD.org (Postfix) with ESMTP id A5B0643F13 for ; Fri, 24 Jan 2003 11:18:50 -0800 (PST) (envelope-from marcus@marcuscom.com) Received: from [10.2.1.4] (vpn-client-4.marcuscom.com [10.2.1.4]) by creme-brulee.marcuscom.com (8.12.6/8.12.6) with ESMTP id h0OJHGDx067070; Fri, 24 Jan 2003 14:17:16 -0500 (EST) (envelope-from marcus@marcuscom.com) Subject: Re: YAMM - Yet Another Mozilla Mail ;-) From: Joe Marcus Clarke To: Franz Klammer Cc: FreeBSD GNOME Users In-Reply-To: <1043345230.558.324.camel@ds9.webonaut.com> References: <1043345230.558.324.camel@ds9.webonaut.com> Content-Type: text/plain Organization: MarcusCom, Inc. Message-Id: <1043435905.325.81.camel@gyros> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.2.1 Date: 24 Jan 2003 14:18:27 -0500 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 Thu, 2003-01-23 at 13:07, Franz Klammer wrote: > hello! > > just for info. > maybe it helps a little to track down the problem. > > to try it out, yesterday i've installed mozilla-1.3a > with xft and gtk2 support. > (on -current with -march=pentiumpro and -O2 ;o)) > > everything works well if i'm don't think about that i have > to run it with root-rights: sudo mozilla. > (the same i've written yesterday regarding 1.2.1/gtk/xft) Okay, I've reproduced the crash with Galeon 1.3.1 and Mozilla with GTK2. The problem is an expat conflict. expat is being linked from fontconfig instead of the static version that is included with Mozilla. This would be okay, except that Galeon is doing something bad. As for Mozilla with GTK2 not running in GNOME 2.1, this does work. You might have to do: chown -R ~/.mozilla to get it to work. Joe > > franz. > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-gnome" in the body of the message -- PGP Key : http://www.marcuscom.com/pgp.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 24 14:53:26 2003 Delivered-To: freebsd-gnome@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 297DB37B401 for ; Fri, 24 Jan 2003 14:53:24 -0800 (PST) Received: from hotmail.com (f61.pav1.hotmail.com [64.4.31.61]) by mx1.FreeBSD.org (Postfix) with ESMTP id CF04643ED8 for ; Fri, 24 Jan 2003 14:53:23 -0800 (PST) (envelope-from verbophobe@hotmail.com) Received: from mail pickup service by hotmail.com with Microsoft SMTPSVC; Fri, 24 Jan 2003 14:41:54 -0800 Received: from 24.202.170.180 by pv1fd.pav1.hotmail.msn.com with HTTP; Fri, 24 Jan 2003 22:41:54 GMT X-Originating-IP: [24.202.170.180] From: "Maxime Romano" To: marcus@marcuscom.com Cc: gnome@freebsd.org Subject: Re: YAMM - Yet Another Mozilla Mail ;-) Date: Fri, 24 Jan 2003 22:41:54 +0000 Mime-Version: 1.0 Content-Type: text/plain; format=flowed Message-ID: X-OriginalArrivalTime: 24 Jan 2003 22:41:54.0676 (UTC) FILETIME=[CB698B40:01C2C3F9] 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 >From: Joe Marcus Clarke >To: Franz Klammer >CC: FreeBSD GNOME Users >Subject: Re: YAMM - Yet Another Mozilla Mail ;-) >Date: 24 Jan 2003 14:18:27 -0500 > >On Thu, 2003-01-23 at 13:07, Franz Klammer wrote: > > hello! > > > > just for info. > > maybe it helps a little to track down the problem. > > > > to try it out, yesterday i've installed mozilla-1.3a > > with xft and gtk2 support. > > (on -current with -march=pentiumpro and -O2 ;o)) > > > > everything works well if i'm don't think about that i have > > to run it with root-rights: sudo mozilla. > > (the same i've written yesterday regarding 1.2.1/gtk/xft) > >Okay, I've reproduced the crash with Galeon 1.3.1 and Mozilla with >GTK2. The problem is an expat conflict. expat is being linked from >fontconfig instead of the static version that is included with Mozilla. >This would be okay, except that Galeon is doing something bad. Definately. I'm seeing this problem too, and am currently recompiling mozilla-gtk2. But, considering what you just said, it isn't going to change much. Any idea how to fix this? --Max >As for Mozilla with GTK2 not running in GNOME 2.1, this does work. You >might have to do: > >chown -R ~/.mozilla > >to get it to work. > >Joe > > > > > franz. > > > > > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > > with "unsubscribe freebsd-gnome" in the body of the message >-- >PGP Key : http://www.marcuscom.com/pgp.asc > > > > >To Unsubscribe: send mail to majordomo@FreeBSD.org >with "unsubscribe freebsd-gnome" in the body of the message _________________________________________________________________ The new MSN 8: advanced junk mail protection and 2 months FREE* http://join.msn.com/?page=features/junkmail To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-gnome" in the body of the message From owner-freebsd-gnome Fri Jan 24 15:10:10 2003 Delivered-To: freebsd-gnome@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F2DAC37B401 for ; Fri, 24 Jan 2003 15:10:07 -0800 (PST) Received: from creme-brulee.marcuscom.com (rdu57-17-158.nc.rr.com [66.57.17.158]) by mx1.FreeBSD.org (Postfix) with ESMTP id 318C943ED8 for ; Fri, 24 Jan 2003 15:10:03 -0800 (PST) (envelope-from marcus@marcuscom.com) Received: from [10.2.1.4] (vpn-client-4.marcuscom.com [10.2.1.4]) by creme-brulee.marcuscom.com (8.12.6/8.12.6) with ESMTP id h0ON8RDx068097; Fri, 24 Jan 2003 18:08:27 -0500 (EST) (envelope-from marcus@marcuscom.com) Subject: Re: YAMM - Yet Another Mozilla Mail ;-) From: Joe Marcus Clarke To: Maxime Romano Cc: FreeBSD GNOME Users In-Reply-To: References: Content-Type: text/plain Organization: MarcusCom, Inc. Message-Id: <1043449778.325.97.camel@gyros> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.2.1 Date: 24 Jan 2003 18:09:39 -0500 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 Fri, 2003-01-24 at 17:41, Maxime Romano wrote: > >From: Joe Marcus Clarke > >To: Franz Klammer > >CC: FreeBSD GNOME Users > >Subject: Re: YAMM - Yet Another Mozilla Mail ;-) > >Date: 24 Jan 2003 14:18:27 -0500 > > > >On Thu, 2003-01-23 at 13:07, Franz Klammer wrote: > > > hello! > > > > > > just for info. > > > maybe it helps a little to track down the problem. > > > > > > to try it out, yesterday i've installed mozilla-1.3a > > > with xft and gtk2 support. > > > (on -current with -march=pentiumpro and -O2 ;o)) > > > > > > everything works well if i'm don't think about that i have > > > to run it with root-rights: sudo mozilla. > > > (the same i've written yesterday regarding 1.2.1/gtk/xft) > > > >Okay, I've reproduced the crash with Galeon 1.3.1 and Mozilla with > >GTK2. The problem is an expat conflict. expat is being linked from > >fontconfig instead of the static version that is included with Mozilla. > >This would be okay, except that Galeon is doing something bad. > > Definately. I'm seeing this problem too, and am currently recompiling > mozilla-gtk2. But, considering what you just said, it isn't going to change > much. Any idea how to fix this? I'm testing a possible fix now. Try removing --enable-reorder from mozilla-devel's Makefile, and see if that helps. My machine won't be done recompiling for a while. Joe > > --Max > > >As for Mozilla with GTK2 not running in GNOME 2.1, this does work. You > >might have to do: > > > >chown -R ~/.mozilla > > > >to get it to work. > > > >Joe > > > > > > > > franz. > > > > > > > > > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > > > with "unsubscribe freebsd-gnome" in the body of the message > >-- > >PGP Key : http://www.marcuscom.com/pgp.asc > > > > > > > > > >To Unsubscribe: send mail to majordomo@FreeBSD.org > >with "unsubscribe freebsd-gnome" in the body of the message > > > _________________________________________________________________ > The new MSN 8: advanced junk mail protection and 2 months FREE* > http://join.msn.com/?page=features/junkmail -- PGP Key : http://www.marcuscom.com/pgp.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 24 15:17: 3 2003 Delivered-To: freebsd-gnome@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0207837B401 for ; Fri, 24 Jan 2003 15:17:03 -0800 (PST) Received: from postal3.es.net (postal3.es.net [198.128.3.207]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6035943F5F for ; Fri, 24 Jan 2003 15:17:00 -0800 (PST) (envelope-from oberman@es.net) Received: from ptavv.es.net ([198.128.4.29]) by postal3.es.net (Postal Node 3) with ESMTP id MUA74016 for ; Fri, 24 Jan 2003 15:16:55 -0800 Received: from ptavv (localhost [127.0.0.1]) by ptavv.es.net (Tachyon Server) with ESMTP id B07765D04 for ; Fri, 24 Jan 2003 15:16:54 -0800 (PST) To: gnome@freebsd.org Subject: New Galeon writes to the wrong screen! Date: Fri, 24 Jan 2003 15:16:54 -0800 From: "Kevin Oberman" Message-Id: <20030124231654.B07765D04@ptavv.es.net> 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 recently updated all of my ports after about a week away. Now Galeon is writing stuff to my displays OUTSIDE of the galeon window. I am running 2 screens with Xinerama and galeon is on the left screen. Part of the text on many pages gets written to the wrong screen. This may be an X-Server problem, but I only am seeing this with galeon and only since I updated Mozilla and Galeon. I have not tried Mozilla, yet. Any idea what could be going on here? The system is running 4.7-Stable of Nov. 6, 2002. All gnome ports except OpenOffice are current as of 11:00 UTC this morning. R. Kevin Oberman, Network Engineer Energy Sciences Network (ESnet) Ernest O. Lawrence Berkeley National Laboratory (Berkeley Lab) E-mail: oberman@es.net Phone: +1 510 486-8634 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-gnome" in the body of the message From owner-freebsd-gnome Fri Jan 24 15:28:42 2003 Delivered-To: freebsd-gnome@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 77B7237B401 for ; Fri, 24 Jan 2003 15:28:40 -0800 (PST) Received: from creme-brulee.marcuscom.com (rdu57-17-158.nc.rr.com [66.57.17.158]) by mx1.FreeBSD.org (Postfix) with ESMTP id B6DBF43EB2 for ; Fri, 24 Jan 2003 15:28:39 -0800 (PST) (envelope-from marcus@marcuscom.com) Received: from [10.2.1.4] (vpn-client-4.marcuscom.com [10.2.1.4]) by creme-brulee.marcuscom.com (8.12.6/8.12.6) with ESMTP id h0ONR1Dx068252; Fri, 24 Jan 2003 18:27:02 -0500 (EST) (envelope-from marcus@marcuscom.com) Subject: Re: New Galeon writes to the wrong screen! From: Joe Marcus Clarke To: Kevin Oberman Cc: FreeBSD GNOME Users In-Reply-To: <20030124231654.B07765D04@ptavv.es.net> References: <20030124231654.B07765D04@ptavv.es.net> Content-Type: text/plain Organization: MarcusCom, Inc. Message-Id: <1043450893.325.113.camel@gyros> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.2.1 Date: 24 Jan 2003 18:28:13 -0500 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 Fri, 2003-01-24 at 18:16, Kevin Oberman wrote: > I recently updated all of my ports after about a week away. Now Galeon > is writing stuff to my displays OUTSIDE of the galeon window. > > I am running 2 screens with Xinerama and galeon is on the left > screen. Part of the text on many pages gets written to the wrong > screen. This may be an X-Server problem, but I only am seeing this > with galeon and only since I updated Mozilla and Galeon. I have not > tried Mozilla, yet. > > Any idea what could be going on here? A bug maybe. Good multi-head support didn't come around until GTK 2.2. Also, there have been some reported problems with Matrox cards and multi-head displays. I'd be curiously interested in knowing if this happens in Mozilla as well. However, I'm not sure what a solution might be for you other than removing one of the heads. Joe > > The system is running 4.7-Stable of Nov. 6, 2002. All gnome ports > except OpenOffice are current as of 11:00 UTC this morning. > > R. Kevin Oberman, Network Engineer > Energy Sciences Network (ESnet) > Ernest O. Lawrence Berkeley National Laboratory (Berkeley Lab) > E-mail: oberman@es.net Phone: +1 510 486-8634 > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-gnome" in the body of the message -- PGP Key : http://www.marcuscom.com/pgp.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 24 15:58:35 2003 Delivered-To: freebsd-gnome@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B674237B401 for ; Fri, 24 Jan 2003 15:58:33 -0800 (PST) Received: from sv02.webonaut.com (kirk.webonaut.com [212.41.243.26]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7691543F3F for ; Fri, 24 Jan 2003 15:58:31 -0800 (PST) (envelope-from klammer@webonaut.com) Received: from [212.41.243.28] (sisko.webonaut.com [212.41.243.28]) by sv02.webonaut.com (Postfix) with ESMTP id CF51D766C6; Sat, 25 Jan 2003 00:58:24 +0100 (CET) Subject: Re: YAMM - Yet Another Mozilla Mail ;-) From: Franz Klammer To: Joe Marcus Clarke Cc: Maxime Romano , FreeBSD GNOME Users In-Reply-To: <1043449778.325.97.camel@gyros> References: <1043449778.325.97.camel@gyros> Content-Type: text/plain Organization: Message-Id: <1043452844.13316.163.camel@ds9.webonaut.com> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.2.1 Date: 25 Jan 2003 01:00:44 +0100 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 Am Sa, 2003-01-25 um 00.09 schrieb Joe Marcus Clarke: > On Fri, 2003-01-24 at 17:41, Maxime Romano wrote: > > >From: Joe Marcus Clarke > > >To: Franz Klammer > > >CC: FreeBSD GNOME Users > > >Subject: Re: YAMM - Yet Another Mozilla Mail ;-) > > >Date: 24 Jan 2003 14:18:27 -0500 > > > > > >On Thu, 2003-01-23 at 13:07, Franz Klammer wrote: > > > > hello! > > > > > > > > just for info. > > > > maybe it helps a little to track down the problem. > > > > > > > > to try it out, yesterday i've installed mozilla-1.3a > > > > with xft and gtk2 support. > > > > (on -current with -march=pentiumpro and -O2 ;o)) > > > > > > > > everything works well if i'm don't think about that i have > > > > to run it with root-rights: sudo mozilla. > > > > (the same i've written yesterday regarding 1.2.1/gtk/xft) > > > > > >Okay, I've reproduced the crash with Galeon 1.3.1 and Mozilla with > > >GTK2. The problem is an expat conflict. expat is being linked from > > >fontconfig instead of the static version that is included with Mozilla. > > >This would be okay, except that Galeon is doing something bad. > > > > Definately. I'm seeing this problem too, and am currently recompiling > > mozilla-gtk2. But, considering what you just said, it isn't going to change > > much. Any idea how to fix this? > > I'm testing a possible fix now. Try removing --enable-reorder from > mozilla-devel's Makefile, and see if that helps. My machine won't be > done recompiling for a while. > i've found the reason but i don't know why: mozilla didn't start with some gtk2-themes. e.g. with my favorite theme "fishing the sky" i have to start it with sudo. if i change the theme to e.g. gtk-default i can start mozilla as normal user. franz. > Joe > > > > > --Max > > > > >As for Mozilla with GTK2 not running in GNOME 2.1, this does work. You > > >might have to do: > > > > > >chown -R ~/.mozilla > > > > > >to get it to work. > > > > > >Joe > > > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-gnome" in the body of the message From owner-freebsd-gnome Fri Jan 24 16: 5:30 2003 Delivered-To: freebsd-gnome@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4611A37B401 for ; Fri, 24 Jan 2003 16:05:28 -0800 (PST) Received: from creme-brulee.marcuscom.com (rdu57-17-158.nc.rr.com [66.57.17.158]) by mx1.FreeBSD.org (Postfix) with ESMTP id 51E0F43EB2 for ; Fri, 24 Jan 2003 16:05:27 -0800 (PST) (envelope-from marcus@marcuscom.com) Received: from [10.2.1.4] (vpn-client-4.marcuscom.com [10.2.1.4]) by creme-brulee.marcuscom.com (8.12.6/8.12.6) with ESMTP id h0P03pDx068475; Fri, 24 Jan 2003 19:03:52 -0500 (EST) (envelope-from marcus@marcuscom.com) Subject: Re: YAMM - Yet Another Mozilla Mail ;-) From: Joe Marcus Clarke To: Franz Klammer Cc: Maxime Romano , FreeBSD GNOME Users In-Reply-To: <1043452844.13316.163.camel@ds9.webonaut.com> References: <1043449778.325.97.camel@gyros> <1043452844.13316.163.camel@ds9.webonaut.com> Content-Type: text/plain Organization: MarcusCom, Inc. Message-Id: <1043453102.325.122.camel@gyros> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.2.1 Date: 24 Jan 2003 19:05:03 -0500 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 Fri, 2003-01-24 at 19:00, Franz Klammer wrote: > Am Sa, 2003-01-25 um 00.09 schrieb Joe Marcus Clarke: > > On Fri, 2003-01-24 at 17:41, Maxime Romano wrote: > > > >From: Joe Marcus Clarke > > > >To: Franz Klammer > > > >CC: FreeBSD GNOME Users > > > >Subject: Re: YAMM - Yet Another Mozilla Mail ;-) > > > >Date: 24 Jan 2003 14:18:27 -0500 > > > > > > > >On Thu, 2003-01-23 at 13:07, Franz Klammer wrote: > > > > > hello! > > > > > > > > > > just for info. > > > > > maybe it helps a little to track down the problem. > > > > > > > > > > to try it out, yesterday i've installed mozilla-1.3a > > > > > with xft and gtk2 support. > > > > > (on -current with -march=pentiumpro and -O2 ;o)) > > > > > > > > > > everything works well if i'm don't think about that i have > > > > > to run it with root-rights: sudo mozilla. > > > > > (the same i've written yesterday regarding 1.2.1/gtk/xft) > > > > > > > >Okay, I've reproduced the crash with Galeon 1.3.1 and Mozilla with > > > >GTK2. The problem is an expat conflict. expat is being linked from > > > >fontconfig instead of the static version that is included with Mozilla. > > > >This would be okay, except that Galeon is doing something bad. > > > > > > Definately. I'm seeing this problem too, and am currently recompiling > > > mozilla-gtk2. But, considering what you just said, it isn't going to change > > > much. Any idea how to fix this? > > > > I'm testing a possible fix now. Try removing --enable-reorder from > > mozilla-devel's Makefile, and see if that helps. My machine won't be > > done recompiling for a while. > > > > i've found the reason but i don't know why: mozilla didn't start > with some gtk2-themes. e.g. with my favorite theme "fishing the sky" > i have to start it with sudo. if i change the theme to e.g. gtk-default > i can start mozilla as normal user. Try going through the theme files, and see if there are restrictive permissions. I haven't tried a non-default GNOME theme myself to see if it works. Joe > > > franz. > > > Joe > > > > > > > > --Max > > > > > > >As for Mozilla with GTK2 not running in GNOME 2.1, this does work. You > > > >might have to do: > > > > > > > >chown -R ~/.mozilla > > > > > > > >to get it to work. > > > > > > > >Joe > > > > > -- PGP Key : http://www.marcuscom.com/pgp.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 24 16:23: 5 2003 Delivered-To: freebsd-gnome@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E3C7537B401 for ; Fri, 24 Jan 2003 16:23:02 -0800 (PST) Received: from sv02.webonaut.com (kirk.webonaut.com [212.41.243.26]) by mx1.FreeBSD.org (Postfix) with ESMTP id F12D743F1E for ; Fri, 24 Jan 2003 16:23:01 -0800 (PST) (envelope-from klammer@webonaut.com) Received: from [212.41.243.28] (sisko.webonaut.com [212.41.243.28]) by sv02.webonaut.com (Postfix) with ESMTP id 3D4B5766C6; Sat, 25 Jan 2003 01:22:55 +0100 (CET) Subject: Re: YAMM - Yet Another Mozilla Mail ;-) From: Franz Klammer To: Joe Marcus Clarke Cc: Maxime Romano , FreeBSD GNOME Users In-Reply-To: <1043453102.325.122.camel@gyros> References: <1043449778.325.97.camel@gyros> <1043452844.13316.163.camel@ds9.webonaut.com> <1043453102.325.122.camel@gyros> Content-Type: text/plain Organization: Message-Id: <1043454314.22044.4.camel@ds9.webonaut.com> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.2.1 Date: 25 Jan 2003 01:25:15 +0100 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 Am Sa, 2003-01-25 um 01.05 schrieb Joe Marcus Clarke: > On Fri, 2003-01-24 at 19:00, Franz Klammer wrote: > > Am Sa, 2003-01-25 um 00.09 schrieb Joe Marcus Clarke: > > > On Fri, 2003-01-24 at 17:41, Maxime Romano wrote: > > > > >From: Joe Marcus Clarke > > > > >To: Franz Klammer > > > > >CC: FreeBSD GNOME Users > > > > >Subject: Re: YAMM - Yet Another Mozilla Mail ;-) > > > > >Date: 24 Jan 2003 14:18:27 -0500 > > > > > > > > > >On Thu, 2003-01-23 at 13:07, Franz Klammer wrote: > > > > > > hello! > > > > > > > > > > > > just for info. > > > > > > maybe it helps a little to track down the problem. > > > > > > > > > > > > to try it out, yesterday i've installed mozilla-1.3a > > > > > > with xft and gtk2 support. > > > > > > (on -current with -march=pentiumpro and -O2 ;o)) > > > > > > > > > > > > everything works well if i'm don't think about that i have > > > > > > to run it with root-rights: sudo mozilla. > > > > > > (the same i've written yesterday regarding 1.2.1/gtk/xft) > > > > > > > > > >Okay, I've reproduced the crash with Galeon 1.3.1 and Mozilla with > > > > >GTK2. The problem is an expat conflict. expat is being linked from > > > > >fontconfig instead of the static version that is included with Mozilla. > > > > >This would be okay, except that Galeon is doing something bad. > > > > > > > > Definately. I'm seeing this problem too, and am currently recompiling > > > > mozilla-gtk2. But, considering what you just said, it isn't going to change > > > > much. Any idea how to fix this? > > > > > > I'm testing a possible fix now. Try removing --enable-reorder from > > > mozilla-devel's Makefile, and see if that helps. My machine won't be > > > done recompiling for a while. > > > > > > > i've found the reason but i don't know why: mozilla didn't start > > with some gtk2-themes. e.g. with my favorite theme "fishing the sky" > > i have to start it with sudo. if i change the theme to e.g. gtk-default > > i can start mozilla as normal user. > > Try going through the theme files, and see if there are restrictive > permissions. I haven't tried a non-default GNOME theme myself to see if > it works. > didn't help. just to be sure I've done a chmod -R 777 ~/.themes - the problem persist. franz. > Joe > > > > > > > franz. > > > > > Joe > > > > > > > > > > > --Max > > > > > > > > >As for Mozilla with GTK2 not running in GNOME 2.1, this does work. You > > > > >might have to do: > > > > > > > > > >chown -R ~/.mozilla > > > > > > > > > >to get it to work. > > > > > > > > > >Joe > > > > > > > -- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-gnome" in the body of the message From owner-freebsd-gnome Fri Jan 24 16:29: 9 2003 Delivered-To: freebsd-gnome@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8D9EB37B401 for ; Fri, 24 Jan 2003 16:29:08 -0800 (PST) Received: from postal1.es.net (postal1.es.net [198.128.3.205]) by mx1.FreeBSD.org (Postfix) with ESMTP id EBF5443F18 for ; Fri, 24 Jan 2003 16:29:07 -0800 (PST) (envelope-from oberman@es.net) Received: from ptavv.es.net ([198.128.4.29]) by postal1.es.net (Postal Node 1) with ESMTP id MUA74016; Fri, 24 Jan 2003 16:29:02 -0800 Received: from ptavv (localhost [127.0.0.1]) by ptavv.es.net (Tachyon Server) with ESMTP id AEB185D04; Fri, 24 Jan 2003 16:29:01 -0800 (PST) To: Joe Marcus Clarke Cc: FreeBSD GNOME Users Subject: Re: New Galeon writes to the wrong screen! In-reply-to: Your message of "24 Jan 2003 18:28:13 EST." <1043450893.325.113.camel@gyros> Date: Fri, 24 Jan 2003 16:29:01 -0800 From: "Kevin Oberman" Message-Id: <20030125002901.AEB185D04@ptavv.es.net> 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 > From: Joe Marcus Clarke > Date: 24 Jan 2003 18:28:13 -0500 > > On Fri, 2003-01-24 at 18:16, Kevin Oberman wrote: > > A bug maybe. Good multi-head support didn't come around until GTK 2.2. > Also, there have been some reported problems with Matrox cards and > multi-head displays. > > I'd be curiously interested in knowing if this happens in Mozilla as > well. However, I'm not sure what a solution might be for you other than > removing one of the heads. > I can now confirm that Mozilla does it, too. And I am running the Matrox driver at this time. But I didn't update the server, so I don't think it's there. I rebuilt the X server and libraries but the old server is still running at the moment. Maybe the new server will work better, but I would not bet on it. I am running Gnome2 and Current on my test system, but I'm not quite ready to put any production systems there at this time. Maybe in a week or two. More likely after NANOG (North American Network Operators Group) next month. Thanks, R. Kevin Oberman, Network Engineer Energy Sciences Network (ESnet) Ernest O. Lawrence Berkeley National Laboratory (Berkeley Lab) E-mail: oberman@es.net Phone: +1 510 486-8634 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-gnome" in the body of the message From owner-freebsd-gnome Fri Jan 24 16:30:18 2003 Delivered-To: freebsd-gnome@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9364D37B401 for ; Fri, 24 Jan 2003 16:30:15 -0800 (PST) Received: from creme-brulee.marcuscom.com (rdu57-17-158.nc.rr.com [66.57.17.158]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5775143F13 for ; Fri, 24 Jan 2003 16:30:14 -0800 (PST) (envelope-from marcus@marcuscom.com) Received: from [10.2.1.4] (vpn-client-4.marcuscom.com [10.2.1.4]) by creme-brulee.marcuscom.com (8.12.6/8.12.6) with ESMTP id h0P0ScDx068643; Fri, 24 Jan 2003 19:28:38 -0500 (EST) (envelope-from marcus@marcuscom.com) Subject: Re: YAMM - Yet Another Mozilla Mail ;-) From: Joe Marcus Clarke To: Franz Klammer Cc: Maxime Romano , FreeBSD GNOME Users In-Reply-To: <1043454314.22044.4.camel@ds9.webonaut.com> References: <1043449778.325.97.camel@gyros> <1043452844.13316.163.camel@ds9.webonaut.com> <1043453102.325.122.camel@gyros> <1043454314.22044.4.camel@ds9.webonaut.com> Content-Type: text/plain Organization: MarcusCom, Inc. Message-Id: <1043454589.325.127.camel@gyros> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.2.1 Date: 24 Jan 2003 19:29:49 -0500 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 Fri, 2003-01-24 at 19:25, Franz Klammer wrote: > Am Sa, 2003-01-25 um 01.05 schrieb Joe Marcus Clarke: > > On Fri, 2003-01-24 at 19:00, Franz Klammer wrote: > > > Am Sa, 2003-01-25 um 00.09 schrieb Joe Marcus Clarke: > > > > On Fri, 2003-01-24 at 17:41, Maxime Romano wrote: > > > > > >From: Joe Marcus Clarke > > > > > >To: Franz Klammer > > > > > >CC: FreeBSD GNOME Users > > > > > >Subject: Re: YAMM - Yet Another Mozilla Mail ;-) > > > > > >Date: 24 Jan 2003 14:18:27 -0500 > > > > > > > > > > > >On Thu, 2003-01-23 at 13:07, Franz Klammer wrote: > > > > > > > hello! > > > > > > > > > > > > > > just for info. > > > > > > > maybe it helps a little to track down the problem. > > > > > > > > > > > > > > to try it out, yesterday i've installed mozilla-1.3a > > > > > > > with xft and gtk2 support. > > > > > > > (on -current with -march=pentiumpro and -O2 ;o)) > > > > > > > > > > > > > > everything works well if i'm don't think about that i have > > > > > > > to run it with root-rights: sudo mozilla. > > > > > > > (the same i've written yesterday regarding 1.2.1/gtk/xft) > > > > > > > > > > > >Okay, I've reproduced the crash with Galeon 1.3.1 and Mozilla with > > > > > >GTK2. The problem is an expat conflict. expat is being linked from > > > > > >fontconfig instead of the static version that is included with Mozilla. > > > > > >This would be okay, except that Galeon is doing something bad. > > > > > > > > > > Definately. I'm seeing this problem too, and am currently recompiling > > > > > mozilla-gtk2. But, considering what you just said, it isn't going to change > > > > > much. Any idea how to fix this? > > > > > > > > I'm testing a possible fix now. Try removing --enable-reorder from > > > > mozilla-devel's Makefile, and see if that helps. My machine won't be > > > > done recompiling for a while. > > > > > > > > > > i've found the reason but i don't know why: mozilla didn't start > > > with some gtk2-themes. e.g. with my favorite theme "fishing the sky" > > > i have to start it with sudo. if i change the theme to e.g. gtk-default > > > i can start mozilla as normal user. > > > > Try going through the theme files, and see if there are restrictive > > permissions. I haven't tried a non-default GNOME theme myself to see if > > it works. > > > > didn't help. just to be sure I've done a > chmod -R 777 ~/.themes - the problem persist. What about font permissions? Have you tried themes other than the "bad" one and default? What exactly happens when you run it as a normal user? Joe > > franz. > > > > Joe > > > > > > > > > > > franz. > > > > > > > Joe > > > > > > > > > > > > > > --Max > > > > > > > > > > >As for Mozilla with GTK2 not running in GNOME 2.1, this does work. You > > > > > >might have to do: > > > > > > > > > > > >chown -R ~/.mozilla > > > > > > > > > > > >to get it to work. > > > > > > > > > > > >Joe > > > > > > > > > -- PGP Key : http://www.marcuscom.com/pgp.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 24 16:59:44 2003 Delivered-To: freebsd-gnome@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 57B1E37B401 for ; Fri, 24 Jan 2003 16:59:41 -0800 (PST) Received: from sv02.webonaut.com (kirk.webonaut.com [212.41.243.26]) by mx1.FreeBSD.org (Postfix) with ESMTP id 54F4643F3F for ; Fri, 24 Jan 2003 16:59:40 -0800 (PST) (envelope-from klammer@webonaut.com) Received: from [212.41.243.28] (sisko.webonaut.com [212.41.243.28]) by sv02.webonaut.com (Postfix) with ESMTP id 0074C766C6; Sat, 25 Jan 2003 01:59:37 +0100 (CET) Subject: Re: YAMM - Yet Another Mozilla Mail ;-) From: Franz Klammer To: Joe Marcus Clarke Cc: Maxime Romano , FreeBSD GNOME Users In-Reply-To: <1043454589.325.127.camel@gyros> References: <1043449778.325.97.camel@gyros> <1043452844.13316.163.camel@ds9.webonaut.com> <1043453102.325.122.camel@gyros> <1043454314.22044.4.camel@ds9.webonaut.com> <1043454589.325.127.camel@gyros> Content-Type: text/plain Organization: Message-Id: <1043456518.22044.26.camel@ds9.webonaut.com> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.2.1 Date: 25 Jan 2003 02:01:58 +0100 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 Am Sa, 2003-01-25 um 01.29 schrieb Joe Marcus Clarke: > On Fri, 2003-01-24 at 19:25, Franz Klammer wrote: > > Am Sa, 2003-01-25 um 01.05 schrieb Joe Marcus Clarke: > > > On Fri, 2003-01-24 at 19:00, Franz Klammer wrote: > > > > Am Sa, 2003-01-25 um 00.09 schrieb Joe Marcus Clarke: > > > > > On Fri, 2003-01-24 at 17:41, Maxime Romano wrote: > > > > > > >From: Joe Marcus Clarke > > > > > > >To: Franz Klammer > > > > > > >CC: FreeBSD GNOME Users > > > > > > >Subject: Re: YAMM - Yet Another Mozilla Mail ;-) > > > > > > >Date: 24 Jan 2003 14:18:27 -0500 > > > > > > > > > > > > > >On Thu, 2003-01-23 at 13:07, Franz Klammer wrote: > > > > > > > > hello! > > > > > > > > > > > > > > > > just for info. > > > > > > > > maybe it helps a little to track down the problem. > > > > > > > > > > > > > > > > to try it out, yesterday i've installed mozilla-1.3a > > > > > > > > with xft and gtk2 support. > > > > > > > > (on -current with -march=pentiumpro and -O2 ;o)) > > > > > > > > > > > > > > > > everything works well if i'm don't think about that i have > > > > > > > > to run it with root-rights: sudo mozilla. > > > > > > > > (the same i've written yesterday regarding 1.2.1/gtk/xft) > > > > > > > > > > > > > >Okay, I've reproduced the crash with Galeon 1.3.1 and Mozilla with > > > > > > >GTK2. The problem is an expat conflict. expat is being linked from > > > > > > >fontconfig instead of the static version that is included with Mozilla. > > > > > > >This would be okay, except that Galeon is doing something bad. > > > > > > > > > > > > Definately. I'm seeing this problem too, and am currently recompiling > > > > > > mozilla-gtk2. But, considering what you just said, it isn't going to change > > > > > > much. Any idea how to fix this? > > > > > > > > > > I'm testing a possible fix now. Try removing --enable-reorder from > > > > > mozilla-devel's Makefile, and see if that helps. My machine won't be > > > > > done recompiling for a while. > > > > > > > > > > > > > i've found the reason but i don't know why: mozilla didn't start > > > > with some gtk2-themes. e.g. with my favorite theme "fishing the sky" > > > > i have to start it with sudo. if i change the theme to e.g. gtk-default > > > > i can start mozilla as normal user. > > > > > > Try going through the theme files, and see if there are restrictive > > > permissions. I haven't tried a non-default GNOME theme myself to see if > > > it works. > > > > > > > didn't help. just to be sure I've done a > > chmod -R 777 ~/.themes - the problem persist. > > What about font permissions? Have you tried themes other than the "bad" > one and default? What exactly happens when you run it as a normal user? > > Joe > THEMES: ============== gnububble: no Redmond95: ok, but: (:91532): Gtk-WARNING **: /usr/X11R6/lib/gtk-2.0/2.2.0/engines/libredmond95.so: Undefined symbol "gtk_widget_get_direction" Metal: ok, but: (:98114): Gtk-WARNING **: /usr/X11R6/lib/gtk-2.0/2.2.0/engines/libmetal.so: Undefined symbol "gtk_toggle_button_get_type" H2O-Saphire: no Aquesco-gtk2-Blue: no Aqua: no FONTS: All Fonts-directory have 755 and all fonts at least 444. i have today recompiled nearly all my ports because i wasn't sure what ports i've installed with -O2 set. i've done now a reinstall of gtk-engines2, but the messages still there. franz. > > > > > > > > > > > > > > --Max > > > > > > > > > > > > >As for Mozilla with GTK2 not running in GNOME 2.1, this does work. You > > > > > > >might have to do: > > > > > > > > > > > > > >chown -R ~/.mozilla > > > > > > > > > > > > > >to get it to work. > > > > > > > > > > > > > >Joe > > > > > > > > > > > -- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-gnome" in the body of the message From owner-freebsd-gnome Fri Jan 24 17:14: 0 2003 Delivered-To: freebsd-gnome@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 54AB237B405 for ; Fri, 24 Jan 2003 17:13:59 -0800 (PST) Received: from hotmail.com (f85.sea2.hotmail.com [207.68.165.85]) by mx1.FreeBSD.org (Postfix) with ESMTP id F0FA643F1E for ; Fri, 24 Jan 2003 17:13:58 -0800 (PST) (envelope-from reigncracks@hotmail.com) Received: from mail pickup service by hotmail.com with Microsoft SMTPSVC; Fri, 24 Jan 2003 17:13:58 -0800 Received: from 68.103.37.247 by sea2fd.sea2.hotmail.msn.com with HTTP; Sat, 25 Jan 2003 01:13:58 GMT X-Originating-IP: [68.103.37.247] From: "Mezz bsdforums.org" To: gnome@freebsd.org Subject: question about timeval in gaim-cvs.. Date: Fri, 24 Jan 2003 20:13:58 -0500 Mime-Version: 1.0 Content-Type: text/plain; format=flowed Message-ID: X-OriginalArrivalTime: 25 Jan 2003 01:13:58.0745 (UTC) FILETIME=[09C7FC90:01C2C40F] 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 Today, I upgraded gaim-cvs and compile on my own. I got error by related with timeval like this.. ================================================================ BROKEN -I/usr/local/include -c proxy.c proxy.c: In function `gaim_gethostbyname_async': proxy.c:427: variable `tv' has initializer but incomplete type proxy.c:427: unknown field `tv_sec' specified in initializer proxy.c:427: warning: excess elements in struct initializer proxy.c:427: warning: (near initialization for `tv') proxy.c:427: unknown field `tv_usec' specified in initializer proxy.c:427: warning: excess elements in struct initializer proxy.c:427: warning: (near initialization for `tv') proxy.c:427: storage size of `tv' isn't known ================================================================ So, I figured out to solve it by added "#include ". My question is which way is better or correct? struct timeval tv = { .tv_sec = 40 , .tv_usec = 0 }; or struct timeval tv; tv.tv_sec = 40; tv.tv_usec = 0; The first one is what gaim-cvs has, so if second one is better then I can email to gaim about bug of forgot to add include sys/time.h and tweak (if need) the timeval part. I don't program anything in C, but able to guess in somehow. :-) Cheers, Mezz _________________________________________________________________ Help STOP SPAM with the new MSN 8 and get 2 months FREE* http://join.msn.com/?page=features/junkmail To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-gnome" in the body of the message From owner-freebsd-gnome Fri Jan 24 17:34:39 2003 Delivered-To: freebsd-gnome@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F12EC37B401 for ; Fri, 24 Jan 2003 17:34:35 -0800 (PST) Received: from creme-brulee.marcuscom.com (rdu57-17-158.nc.rr.com [66.57.17.158]) by mx1.FreeBSD.org (Postfix) with ESMTP id EC82B43F13 for ; Fri, 24 Jan 2003 17:34:30 -0800 (PST) (envelope-from marcus@marcuscom.com) Received: from [192.168.1.4] (shumai.marcuscom.com [192.168.1.4]) by creme-brulee.marcuscom.com (8.12.6/8.12.6) with ESMTP id h0P1WoDx069022; Fri, 24 Jan 2003 20:32:50 -0500 (EST) (envelope-from marcus@marcuscom.com) Subject: Re: YAMM - Yet Another Mozilla Mail ;-) From: Joe Marcus Clarke To: Franz Klammer Cc: Maxime Romano , FreeBSD GNOME Users In-Reply-To: <1043456518.22044.26.camel@ds9.webonaut.com> References: <1043449778.325.97.camel@gyros> <1043452844.13316.163.camel@ds9.webonaut.com> <1043453102.325.122.camel@gyros> <1043454314.22044.4.camel@ds9.webonaut.com> <1043454589.325.127.camel@gyros> <1043456518.22044.26.camel@ds9.webonaut.com> Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="=-mdnu6MQCzvPU6MM70StH" Organization: MarcusCom, Inc. Message-Id: <1043458463.12343.1.camel@shumai.marcuscom.com> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.2.1 Date: 24 Jan 2003 20:34:24 -0500 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 --=-mdnu6MQCzvPU6MM70StH Content-Type: text/plain Content-Transfer-Encoding: quoted-printable On Fri, 2003-01-24 at 20:01, Franz Klammer wrote: > Am Sa, 2003-01-25 um 01.29 schrieb Joe Marcus Clarke: > > On Fri, 2003-01-24 at 19:25, Franz Klammer wrote: > > > Am Sa, 2003-01-25 um 01.05 schrieb Joe Marcus Clarke: > > > > On Fri, 2003-01-24 at 19:00, Franz Klammer wrote: > > > > > Am Sa, 2003-01-25 um 00.09 schrieb Joe Marcus Clarke: > > > > > > On Fri, 2003-01-24 at 17:41, Maxime Romano wrote: > > > > > > > >From: Joe Marcus Clarke > > > > > > > >To: Franz Klammer > > > > > > > >CC: FreeBSD GNOME Users > > > > > > > >Subject: Re: YAMM - Yet Another Mozilla Mail ;-) > > > > > > > >Date: 24 Jan 2003 14:18:27 -0500 > > > > > > > > > > > > > > > >On Thu, 2003-01-23 at 13:07, Franz Klammer wrote: > > > > > > > > > hello! > > > > > > > > > > > > > > > > > > just for info. > > > > > > > > > maybe it helps a little to track down the problem. > > > > > > > > > > > > > > > > > > to try it out, yesterday i've installed mozilla-1.3a > > > > > > > > > with xft and gtk2 support. > > > > > > > > > (on -current with -march=3Dpentiumpro and -O2 ;o)) > > > > > > > > > > > > > > > > > > everything works well if i'm don't think about that i hav= e > > > > > > > > > to run it with root-rights: sudo mozilla. > > > > > > > > > (the same i've written yesterday regarding 1.2.1/gtk/xft) > > > > > > > > > > > > > > > >Okay, I've reproduced the crash with Galeon 1.3.1 and Mozill= a with > > > > > > > >GTK2. The problem is an expat conflict. expat is being lin= ked from > > > > > > > >fontconfig instead of the static version that is included wi= th Mozilla. > > > > > > > >This would be okay, except that Galeon is doing something ba= d. > > > > > > >=20 > > > > > > > Definately. I'm seeing this problem too, and am currently re= compiling=20 > > > > > > > mozilla-gtk2. But, considering what you just said, it isn't = going to change=20 > > > > > > > much. Any idea how to fix this? > > > > > >=20 > > > > > > I'm testing a possible fix now. Try removing --enable-reorder = from > > > > > > mozilla-devel's Makefile, and see if that helps. My machine wo= n't be > > > > > > done recompiling for a while. > > > > > >=20 > > > > >=20 > > > > > i've found the reason but i don't know why: mozilla didn't start=20 > > > > > with some gtk2-themes. e.g. with my favorite theme "fishing the s= ky" > > > > > i have to start it with sudo. if i change the theme to e.g. gtk-d= efault > > > > > i can start mozilla as normal user. > > > >=20 > > > > Try going through the theme files, and see if there are restrictive > > > > permissions. I haven't tried a non-default GNOME theme myself to s= ee if > > > > it works. > > > >=20 > > >=20 > > > didn't help. just to be sure I've done a=20 > > > chmod -R 777 ~/.themes - the problem persist. > >=20 > > What about font permissions? Have you tried themes other than the "bad= " > > one and default? What exactly happens when you run it as a normal user= ? > >=20 > > Joe > >=20 >=20 > THEMES: > =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D > gnububble: no >=20 > Redmond95: ok, but: > (:91532): Gtk-WARNING **: > /usr/X11R6/lib/gtk-2.0/2.2.0/engines/libredmond95.so:=20 > Undefined symbol "gtk_widget_get_direction" >=20 >=20 > Metal: ok, but: > (:98114): Gtk-WARNING **:=20 > /usr/X11R6/lib/gtk-2.0/2.2.0/engines/libmetal.so:=20 > Undefined symbol "gtk_toggle_button_get_type" I'll have to try these tomorrow. As far as I can tell=20 libgtk-x11-2.0.so.200 has both of these symbols. I haven't tested gtk-engines2-2.2.0 much yet, though. Joe=20 >=20 > H2O-Saphire: no >=20 > Aquesco-gtk2-Blue: no >=20 > Aqua: no >=20 > FONTS: All Fonts-directory have 755 and all fonts at least 444. >=20 >=20 > i have today recompiled nearly all my ports because i wasn't > sure what ports i've installed with -O2 set. >=20 > i've done now a reinstall of gtk-engines2, but the messages > still there. >=20 > franz. >=20 >=20 > > >=20 > > > > > > >=20 > > > > > > > --Max > > > > > > >=20 > > > > > > > >As for Mozilla with GTK2 not running in GNOME 2.1, this does= work. You > > > > > > > >might have to do: > > > > > > > > > > > > > > > >chown -R ~/.mozilla > > > > > > > > > > > > > > > >to get it to work. > > > > > > > > > > > > > > > >Joe > > > > > > > > > > > > >=20 --=20 PGP Key : http://www.marcuscom.com/pgp.asc --=-mdnu6MQCzvPU6MM70StH Content-Type: application/pgp-signature; name=signature.asc Content-Description: This is a digitally signed message part -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.1 (FreeBSD) iD8DBQA+Memfb2iPiv4Uz4cRAvq5AJ9Bc/XxdvYFdf7iPW64FAzQMH1kkACgnScV SRf/FTRAyie+KNg9mMTLxrk= =LY7H -----END PGP SIGNATURE----- --=-mdnu6MQCzvPU6MM70StH-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-gnome" in the body of the message From owner-freebsd-gnome Fri Jan 24 17:39: 3 2003 Delivered-To: freebsd-gnome@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 395A437B401 for ; Fri, 24 Jan 2003 17:39:01 -0800 (PST) Received: from creme-brulee.marcuscom.com (rdu57-17-158.nc.rr.com [66.57.17.158]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4676E43F5B for ; Fri, 24 Jan 2003 17:39:00 -0800 (PST) (envelope-from marcus@marcuscom.com) Received: from [192.168.1.4] (shumai.marcuscom.com [192.168.1.4]) by creme-brulee.marcuscom.com (8.12.6/8.12.6) with ESMTP id h0P1bODx069042; Fri, 24 Jan 2003 20:37:24 -0500 (EST) (envelope-from marcus@marcuscom.com) Subject: Re: question about timeval in gaim-cvs.. From: Joe Marcus Clarke To: "Mezz bsdforums.org" Cc: FreeBSD GNOME Users In-Reply-To: References: Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="=-bvrAK6iA21hsXFKyFNqT" Organization: MarcusCom, Inc. Message-Id: <1043458738.12343.6.camel@shumai.marcuscom.com> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.2.1 Date: 24 Jan 2003 20:38:59 -0500 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 --=-bvrAK6iA21hsXFKyFNqT Content-Type: text/plain Content-Transfer-Encoding: quoted-printable On Fri, 2003-01-24 at 20:13, Mezz bsdforums.org wrote: > Today, I upgraded gaim-cvs and compile on my own. I got error by related=20 > with timeval like this.. >=20 > =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D > BROKEN -I/usr/local/include -c proxy.c > proxy.c: In function `gaim_gethostbyname_async': > proxy.c:427: variable `tv' has initializer but incomplete type > proxy.c:427: unknown field `tv_sec' specified in initializer > proxy.c:427: warning: excess elements in struct initializer > proxy.c:427: warning: (near initialization for `tv') > proxy.c:427: unknown field `tv_usec' specified in initializer > proxy.c:427: warning: excess elements in struct initializer > proxy.c:427: warning: (near initialization for `tv') > proxy.c:427: storage size of `tv' isn't known > =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D >=20 > So, I figured out to solve it by added "#include ". My questi= on=20 > is which way is better or correct? >=20 > struct timeval tv =3D { .tv_sec =3D 40 , .tv_usec =3D 0 }; I've never used this syntax myself. >=20 > or >=20 > struct timeval tv; > tv.tv_sec =3D 40; > tv.tv_usec =3D 0; This is what I'm more used to. >=20 > The first one is what gaim-cvs has, so if second one is better then I can= =20 > email to gaim about bug of forgot to add include sys/time.h and tweak (if= =20 > need) the timeval part. I don't program anything in C, but able to guess = in=20 > somehow. :-) It's really up to the programmer. However, getting them to check for, and add sys/time.h if it exists is a good idea. Joe >=20 > Cheers, > Mezz >=20 > _________________________________________________________________ > Help STOP SPAM with the new MSN 8 and get 2 months FREE* =20 > http://join.msn.com/?page=3Dfeatures/junkmail >=20 >=20 > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-gnome" in the body of the message --=20 PGP Key : http://www.marcuscom.com/pgp.asc --=-bvrAK6iA21hsXFKyFNqT Content-Type: application/pgp-signature; name=signature.asc Content-Description: This is a digitally signed message part -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.1 (FreeBSD) iD8DBQA+Meqyb2iPiv4Uz4cRApVFAJsGBzeK17oUgbS0lRN8ARlmJdlYewCfUac6 DOv/edCFRVD8bMBRgFqukKw= =LfVx -----END PGP SIGNATURE----- --=-bvrAK6iA21hsXFKyFNqT-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-gnome" in the body of the message From owner-freebsd-gnome Fri Jan 24 22:28:30 2003 Delivered-To: freebsd-gnome@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7516437B401 for ; Fri, 24 Jan 2003 22:28:26 -0800 (PST) Received: from hotmail.com (f20.pav1.hotmail.com [64.4.31.20]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0FCF443F65 for ; Fri, 24 Jan 2003 22:28:26 -0800 (PST) (envelope-from verbophobe@hotmail.com) Received: from mail pickup service by hotmail.com with Microsoft SMTPSVC; Fri, 24 Jan 2003 22:27:41 -0800 Received: from 65.92.184.116 by pv1fd.pav1.hotmail.msn.com with HTTP; Sat, 25 Jan 2003 06:27:40 GMT X-Originating-IP: [65.92.184.116] From: "Maxime Romano" To: marcus@marcuscom.com Cc: gnome@freebsd.org, klammer@webonaut.com Subject: Re: YAMM - Yet Another Mozilla Mail ;-) Date: Sat, 25 Jan 2003 06:27:40 +0000 Mime-Version: 1.0 Content-Type: text/plain; format=flowed Message-ID: X-OriginalArrivalTime: 25 Jan 2003 06:27:41.0353 (UTC) FILETIME=[DCEE0990:01C2C43A] 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 >From: Joe Marcus Clarke >On Fri, 2003-01-24 at 20:01, Franz Klammer wrote: > > Am Sa, 2003-01-25 um 01.29 schrieb Joe Marcus Clarke: > > > On Fri, 2003-01-24 at 19:25, Franz Klammer wrote: > > > > Am Sa, 2003-01-25 um 01.05 schrieb Joe Marcus Clarke: > > > > > On Fri, 2003-01-24 at 19:00, Franz Klammer wrote: > > > > > > Am Sa, 2003-01-25 um 00.09 schrieb Joe Marcus Clarke: > > > > > > > On Fri, 2003-01-24 at 17:41, Maxime Romano wrote: > > > > > > > > >From: Joe Marcus Clarke > > > > > > > > >To: Franz Klammer > > > > > > > > >CC: FreeBSD GNOME Users > > > > > > > > >Subject: Re: YAMM - Yet Another Mozilla Mail ;-) > > > > > > > > >Date: 24 Jan 2003 14:18:27 -0500 > > > > > > > > > > > > > > > > > >On Thu, 2003-01-23 at 13:07, Franz Klammer wrote: > > > > > > > > > > hello! > > > > > > > > > > > > > > > > > > > > just for info. > > > > > > > > > > maybe it helps a little to track down the problem. > > > > > > > > > > > > > > > > > > > > to try it out, yesterday i've installed mozilla-1.3a > > > > > > > > > > with xft and gtk2 support. > > > > > > > > > > (on -current with -march=pentiumpro and -O2 ;o)) > > > > > > > > > > > > > > > > > > > > everything works well if i'm don't think about that i >have > > > > > > > > > > to run it with root-rights: sudo mozilla. > > > > > > > > > > (the same i've written yesterday regarding >1.2.1/gtk/xft) > > > > > > > > > > > > > > > > > >Okay, I've reproduced the crash with Galeon 1.3.1 and >Mozilla with > > > > > > > > >GTK2. The problem is an expat conflict. expat is being >linked from > > > > > > > > >fontconfig instead of the static version that is included >with Mozilla. > > > > > > > > >This would be okay, except that Galeon is doing something >bad. > > > > > > > > > > > > > > > > Definately. I'm seeing this problem too, and am currently >recompiling > > > > > > > > mozilla-gtk2. But, considering what you just said, it isn't >going to change > > > > > > > > much. Any idea how to fix this? > > > > > > > > > > > > > > I'm testing a possible fix now. Try removing --enable-reorder >from > > > > > > > mozilla-devel's Makefile, and see if that helps. My machine >won't be > > > > > > > done recompiling for a while. > > > > > > > > > > > > > > > > > > > i've found the reason but i don't know why: mozilla didn't start > > > > > > with some gtk2-themes. e.g. with my favorite theme "fishing the >sky" > > > > > > i have to start it with sudo. if i change the theme to e.g. >gtk-default > > > > > > i can start mozilla as normal user. > > > > > > > > > > Try going through the theme files, and see if there are >restrictive > > > > > permissions. I haven't tried a non-default GNOME theme myself to >see if > > > > > it works. > > > > > > > > > > > > > didn't help. just to be sure I've done a > > > > chmod -R 777 ~/.themes - the problem persist. > > > > > > What about font permissions? Have you tried themes other than the >"bad" > > > one and default? What exactly happens when you run it as a normal >user? > > > > > > Joe > > > > > > > THEMES: > > ============== > > gnububble: no > > > > Redmond95: ok, but: > > (:91532): Gtk-WARNING **: > > /usr/X11R6/lib/gtk-2.0/2.2.0/engines/libredmond95.so: > > Undefined symbol "gtk_widget_get_direction" > > > > > > Metal: ok, but: > > (:98114): Gtk-WARNING **: > > /usr/X11R6/lib/gtk-2.0/2.2.0/engines/libmetal.so: > > Undefined symbol "gtk_toggle_button_get_type" > >I'll have to try these tomorrow. As far as I can tell >libgtk-x11-2.0.so.200 has both of these symbols. I haven't tested >gtk-engines2-2.2.0 much yet, though. > >Joe For kicks, I'd just like to add that I see this problem too... Bluecurve, Thinice and Xfce engines have the same effect of *not* starting up mozilla and not leaving an error message. Plus, any pixmap based theme will equally mess up. It's not so bad, though, because the new default GTK theme kicks ass. --Max > > > > H2O-Saphire: no > > > > Aquesco-gtk2-Blue: no > > > > Aqua: no > > > > FONTS: All Fonts-directory have 755 and all fonts at least 444. > > > > > > i have today recompiled nearly all my ports because i wasn't > > sure what ports i've installed with -O2 set. > > > > i've done now a reinstall of gtk-engines2, but the messages > > still there. > > > > franz. > > > > > > > > > > > > > > > > > > > > > > > > --Max > > > > > > > > > > > > > > > > >As for Mozilla with GTK2 not running in GNOME 2.1, this >does work. You > > > > > > > > >might have to do: > > > > > > > > > > > > > > > > > >chown -R ~/.mozilla > > > > > > > > > > > > > > > > > >to get it to work. > > > > > > > > > > > > > > > > > >Joe > > > > > > > > > > > > > > > >-- >PGP Key : http://www.marcuscom.com/pgp.asc ><< signature.asc >> _________________________________________________________________ Add photos to your messages with MSN 8. Get 2 months FREE*. http://join.msn.com/?page=features/featuredemail To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-gnome" in the body of the message From owner-freebsd-gnome Fri Jan 24 22:40:32 2003 Delivered-To: freebsd-gnome@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EB59437B401 for ; Fri, 24 Jan 2003 22:40:27 -0800 (PST) Received: from creme-brulee.marcuscom.com (rdu57-17-158.nc.rr.com [66.57.17.158]) by mx1.FreeBSD.org (Postfix) with ESMTP id 18BCE43EB2 for ; Fri, 24 Jan 2003 22:40:27 -0800 (PST) (envelope-from marcus@marcuscom.com) Received: from [192.168.1.4] (shumai.marcuscom.com [192.168.1.4]) by creme-brulee.marcuscom.com (8.12.6/8.12.6) with ESMTP id h0P6coDx070322; Sat, 25 Jan 2003 01:38:50 -0500 (EST) (envelope-from marcus@marcuscom.com) Subject: Re: YAMM - Yet Another Mozilla Mail ;-) From: Joe Marcus Clarke To: Maxime Romano Cc: FreeBSD GNOME Users , klammer@webonaut.com In-Reply-To: References: Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="=-c5yhbQg+3dnVNa95isJ/" Organization: MarcusCom, Inc. Message-Id: <1043476825.12343.17.camel@shumai.marcuscom.com> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.2.1 Date: 25 Jan 2003 01:40:25 -0500 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 --=-c5yhbQg+3dnVNa95isJ/ Content-Type: text/plain Content-Transfer-Encoding: quoted-printable On Sat, 2003-01-25 at 01:27, Maxime Romano wrote: > >From: Joe Marcus Clarke > >On Fri, 2003-01-24 at 20:01, Franz Klammer wrote: > > > Am Sa, 2003-01-25 um 01.29 schrieb Joe Marcus Clarke: > > > > On Fri, 2003-01-24 at 19:25, Franz Klammer wrote: > > > > > Am Sa, 2003-01-25 um 01.05 schrieb Joe Marcus Clarke: > > > > > > On Fri, 2003-01-24 at 19:00, Franz Klammer wrote: > > > > > > > Am Sa, 2003-01-25 um 00.09 schrieb Joe Marcus Clarke: > > > > > > > > On Fri, 2003-01-24 at 17:41, Maxime Romano wrote: > > > > > > > > > >From: Joe Marcus Clarke > > > > > > > > > >To: Franz Klammer > > > > > > > > > >CC: FreeBSD GNOME Users > > > > > > > > > >Subject: Re: YAMM - Yet Another Mozilla Mail ;-) > > > > > > > > > >Date: 24 Jan 2003 14:18:27 -0500 > > > > > > > > > > > > > > > > > > > >On Thu, 2003-01-23 at 13:07, Franz Klammer wrote: > > > > > > > > > > > hello! > > > > > > > > > > > > > > > > > > > > > > just for info. > > > > > > > > > > > maybe it helps a little to track down the problem. > > > > > > > > > > > > > > > > > > > > > > to try it out, yesterday i've installed mozilla-1.3a > > > > > > > > > > > with xft and gtk2 support. > > > > > > > > > > > (on -current with -march=3Dpentiumpro and -O2 ;o)) > > > > > > > > > > > > > > > > > > > > > > everything works well if i'm don't think about that i= =20 > >have > > > > > > > > > > > to run it with root-rights: sudo mozilla. > > > > > > > > > > > (the same i've written yesterday regarding=20 > >1.2.1/gtk/xft) > > > > > > > > > > > > > > > > > > > >Okay, I've reproduced the crash with Galeon 1.3.1 and=20 > >Mozilla with > > > > > > > > > >GTK2. The problem is an expat conflict. expat is being= =20 > >linked from > > > > > > > > > >fontconfig instead of the static version that is include= d=20 > >with Mozilla. > > > > > > > > > >This would be okay, except that Galeon is doing somethin= g=20 > >bad. > > > > > > > > > > > > > > > > > > Definately. I'm seeing this problem too, and am currentl= y=20 > >recompiling > > > > > > > > > mozilla-gtk2. But, considering what you just said, it is= n't=20 > >going to change > > > > > > > > > much. Any idea how to fix this? > > > > > > > > > > > > > > > > I'm testing a possible fix now. Try removing --enable-reor= der=20 > >from > > > > > > > > mozilla-devel's Makefile, and see if that helps. My machin= e=20 > >won't be > > > > > > > > done recompiling for a while. > > > > > > > > > > > > > > > > > > > > > > i've found the reason but i don't know why: mozilla didn't st= art > > > > > > > with some gtk2-themes. e.g. with my favorite theme "fishing t= he=20 > >sky" > > > > > > > i have to start it with sudo. if i change the theme to e.g.=20 > >gtk-default > > > > > > > i can start mozilla as normal user. > > > > > > > > > > > > Try going through the theme files, and see if there are=20 > >restrictive > > > > > > permissions. I haven't tried a non-default GNOME theme myself = to=20 > >see if > > > > > > it works. > > > > > > > > > > > > > > > > didn't help. just to be sure I've done a > > > > > chmod -R 777 ~/.themes - the problem persist. > > > > > > > > What about font permissions? Have you tried themes other than the=20 > >"bad" > > > > one and default? What exactly happens when you run it as a normal=20 > >user? > > > > > > > > Joe > > > > > > > > > > THEMES: > > > =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D > > > gnububble: no > > > > > > Redmond95: ok, but: > > > (:91532): Gtk-WARNING **: > > > /usr/X11R6/lib/gtk-2.0/2.2.0/engines/libredmond95.so: > > > Undefined symbol "gtk_widget_get_direction" > > > > > > > > > Metal: ok, but: > > > (:98114): Gtk-WARNING **: > > > /usr/X11R6/lib/gtk-2.0/2.2.0/engines/libmetal.so: > > > Undefined symbol "gtk_toggle_button_get_type" > > > >I'll have to try these tomorrow. As far as I can tell > >libgtk-x11-2.0.so.200 has both of these symbols. I haven't tested > >gtk-engines2-2.2.0 much yet, though. > > > >Joe >=20 > For kicks, I'd just like to add that I see this problem too... Bluecurve= ,=20 > Thinice and Xfce engines have the same effect of *not* starting up mozill= a=20 > and not leaving an error message. Plus, any pixmap based theme will equa= lly=20 > mess up. It's not so bad, though, because the new default GTK theme kicks= =20 > ass. What about the gtk-engines2 themes themselves? Do they affect the look and feel of the desktop? I want to make sure those themes are at least functional before 2.2 is released. I suppose I'll answer this for myself tomorrow... Joe >=20 > --Max >=20 > > > > > > H2O-Saphire: no > > > > > > Aquesco-gtk2-Blue: no > > > > > > Aqua: no > > > > > > FONTS: All Fonts-directory have 755 and all fonts at least 444. > > > > > > > > > i have today recompiled nearly all my ports because i wasn't > > > sure what ports i've installed with -O2 set. > > > > > > i've done now a reinstall of gtk-engines2, but the messages > > > still there. > > > > > > franz. > > > > > > > > > > > > > > > > > > > > > > > > > > > > > --Max > > > > > > > > > > > > > > > > > > >As for Mozilla with GTK2 not running in GNOME 2.1, this=20 > >does work. You > > > > > > > > > >might have to do: > > > > > > > > > > > > > > > > > > > >chown -R ~/.mozilla > > > > > > > > > > > > > > > > > > > >to get it to work. > > > > > > > > > > > > > > > > > > > >Joe > > > > > > > > > > > > > > > > > > >-- > >PGP Key : http://www.marcuscom.com/pgp.asc > ><< signature.asc >> >=20 >=20 > _________________________________________________________________ > Add photos to your messages with MSN 8. Get 2 months FREE*. =20 > http://join.msn.com/?page=3Dfeatures/featuredemail --=20 PGP Key : http://www.marcuscom.com/pgp.asc --=-c5yhbQg+3dnVNa95isJ/ Content-Type: application/pgp-signature; name=signature.asc Content-Description: This is a digitally signed message part -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.1 (FreeBSD) iD8DBQA+MjFZb2iPiv4Uz4cRAlAYAKCCY9WrULehMwMjZaDtQxguRDUA0gCfZv1x F0VSV3cbnkZSUkLGd1AxjAE= =h+Uf -----END PGP SIGNATURE----- --=-c5yhbQg+3dnVNa95isJ/-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-gnome" in the body of the message From owner-freebsd-gnome Fri Jan 24 23:21:53 2003 Delivered-To: freebsd-gnome@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9639A37B401 for ; Fri, 24 Jan 2003 23:21:52 -0800 (PST) Received: from empire.explosive.mail.net (empire.explosive.mail.net [205.205.25.120]) by mx1.FreeBSD.org (Postfix) with SMTP id BBF1543F13 for ; Fri, 24 Jan 2003 23:21:51 -0800 (PST) (envelope-from mykroft@empire.explosive.mail.net) Received: (qmail 22277 invoked by uid 1000); 25 Jan 2003 07:20:11 -0000 Received: from localhost (sendmail-bs@127.0.0.1) by localhost with SMTP; 25 Jan 2003 07:20:11 -0000 Date: Sat, 25 Jan 2003 02:20:11 -0500 (EST) From: Mykroft Holmes IV To: freebsd-gnome@freebsd.org Subject: What Now? 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 did a kg_add -r gnome2 did a pkg_add -r gnome2-fifth-toe All successfull. No gnome-session found How the heck do I start Gnome? Note, I'm exporting the display to another box (full screen), so I just want the command, or a script, as startx only starts X locally. My $DISPLAY is set correctly, since KDE works. Help? Adam To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-gnome" in the body of the message From owner-freebsd-gnome Fri Jan 24 23:32:11 2003 Delivered-To: freebsd-gnome@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1A06137B401 for ; Fri, 24 Jan 2003 23:32:10 -0800 (PST) Received: from creme-brulee.marcuscom.com (rdu57-17-158.nc.rr.com [66.57.17.158]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4D31143F18 for ; Fri, 24 Jan 2003 23:32:09 -0800 (PST) (envelope-from marcus@marcuscom.com) Received: from [192.168.1.4] (shumai.marcuscom.com [192.168.1.4]) by creme-brulee.marcuscom.com (8.12.6/8.12.6) with ESMTP id h0P7USDx070602; Sat, 25 Jan 2003 02:30:28 -0500 (EST) (envelope-from marcus@marcuscom.com) Subject: Re: What Now? From: Joe Marcus Clarke To: Mykroft Holmes IV Cc: freebsd-gnome@FreeBSD.ORG In-Reply-To: References: Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="=-D3C/zGhZDMb8ynRxgYFf" Organization: MarcusCom, Inc. Message-Id: <1043479923.12343.41.camel@shumai.marcuscom.com> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.2.1 Date: 25 Jan 2003 02:32:04 -0500 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 --=-D3C/zGhZDMb8ynRxgYFf Content-Type: text/plain Content-Transfer-Encoding: quoted-printable On Sat, 2003-01-25 at 02:20, Mykroft Holmes IV wrote: > did a kg_add -r gnome2 > did a pkg_add -r gnome2-fifth-toe >=20 > All successfull. >=20 > No gnome-session found Are you sure? /usr/X11R6/bin/gnome-session should be installed by the gnomesession package. >=20 > How the heck do I start Gnome? To start an entire gnome session with desktop, it's gnome-session. If this command doesn't exist, something got screwed up. You probably should then try building /usr/ports/x11/gnomesession. By the way, what version of FreeBSD is this? Joe >=20 > Note, I'm exporting the display to another box (full screen), so I just > want the command, or a script, as startx only starts X locally. My > $DISPLAY is set correctly, since KDE works. >=20 > Help? >=20 > Adam >=20 >=20 > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-gnome" in the body of the message --=20 PGP Key : http://www.marcuscom.com/pgp.asc --=-D3C/zGhZDMb8ynRxgYFf Content-Type: application/pgp-signature; name=signature.asc Content-Description: This is a digitally signed message part -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.1 (FreeBSD) iD8DBQA+Mj1zb2iPiv4Uz4cRArYEAKCa5FNLv8DqLs3ADvY/X0hvbDaLOACcDtAz GLiLhh7vOgxLF5wcrcG1Ug4= =cq5e -----END PGP SIGNATURE----- --=-D3C/zGhZDMb8ynRxgYFf-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-gnome" in the body of the message From owner-freebsd-gnome Fri Jan 24 23:40:50 2003 Delivered-To: freebsd-gnome@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9FF0B37B401 for ; Fri, 24 Jan 2003 23:40:49 -0800 (PST) Received: from empire.explosive.mail.net (empire.explosive.mail.net [205.205.25.120]) by mx1.FreeBSD.org (Postfix) with SMTP id 0A9DA43ED8 for ; Fri, 24 Jan 2003 23:40:49 -0800 (PST) (envelope-from mykroft@explosive.mail.net) Received: (qmail 22324 invoked from network); 25 Jan 2003 07:38:50 -0000 Received: from ticking.explosive.mail.net (HELO ticking) (205.205.25.116) by empire.explosive.mail.net with SMTP; 25 Jan 2003 07:38:50 -0000 Message-ID: <000d01c2c445$08610a00$7419cdcd@ticking> From: "Adam Maas" To: "Joe Marcus Clarke" , "Mykroft Holmes IV" Cc: References: <1043479923.12343.41.camel@shumai.marcuscom.com> Subject: Re: What Now? Date: Sat, 25 Jan 2003 02:40:29 -0500 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2720.3000 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 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 FreeBSD 4.7 and Gnome 2.0.4 Adam To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-gnome" in the body of the message From owner-freebsd-gnome Fri Jan 24 23:49:28 2003 Delivered-To: freebsd-gnome@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1B93D37B401 for ; Fri, 24 Jan 2003 23:49:27 -0800 (PST) Received: from creme-brulee.marcuscom.com (rdu57-17-158.nc.rr.com [66.57.17.158]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4D03D43F13 for ; Fri, 24 Jan 2003 23:49:26 -0800 (PST) (envelope-from marcus@marcuscom.com) Received: from [192.168.1.4] (shumai.marcuscom.com [192.168.1.4]) by creme-brulee.marcuscom.com (8.12.6/8.12.6) with ESMTP id h0P7lmDx070702; Sat, 25 Jan 2003 02:47:48 -0500 (EST) (envelope-from marcus@marcuscom.com) Subject: Re: What Now? From: Joe Marcus Clarke To: Adam Maas Cc: Mykroft Holmes IV , freebsd-gnome@FreeBSD.ORG In-Reply-To: <000d01c2c445$08610a00$7419cdcd@ticking> References: <1043479923.12343.41.camel@shumai.marcuscom.com> <000d01c2c445$08610a00$7419cdcd@ticking> Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="=-xCFMOtVBkBrzUzVEHT2V" Organization: MarcusCom, Inc. Message-Id: <1043480964.12343.46.camel@shumai.marcuscom.com> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.2.1 Date: 25 Jan 2003 02:49:24 -0500 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 --=-xCFMOtVBkBrzUzVEHT2V Content-Type: text/plain Content-Transfer-Encoding: quoted-printable On Sat, 2003-01-25 at 02:40, Adam Maas wrote: > FreeBSD 4.7 and Gnome 2.0.4 2.0.4? We're only up to 2.0.3. I checked, and x11/gnome2 does depend on gnome-session, so it should exist on your system. What version of the gnomesession package do you have installed? Joe >=20 > Adam >=20 >=20 --=20 PGP Key : http://www.marcuscom.com/pgp.asc --=-xCFMOtVBkBrzUzVEHT2V Content-Type: application/pgp-signature; name=signature.asc Content-Description: This is a digitally signed message part -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.1 (FreeBSD) iD8DBQA+MkGEb2iPiv4Uz4cRAoUQAKCs2tCWDBoc/z63s5x3DvNnhVJ0XgCdEpdV 1TG+JL6nGRhxgizf4FxRndE= =0Ajf -----END PGP SIGNATURE----- --=-xCFMOtVBkBrzUzVEHT2V-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-gnome" in the body of the message From owner-freebsd-gnome Sat Jan 25 3: 2:15 2003 Delivered-To: freebsd-gnome@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2BCEA37B401 for ; Sat, 25 Jan 2003 03:02:11 -0800 (PST) Received: from sv02.webonaut.com (kirk.webonaut.com [212.41.243.26]) by mx1.FreeBSD.org (Postfix) with ESMTP id EC1E443F1E for ; Sat, 25 Jan 2003 03:02:09 -0800 (PST) (envelope-from klammer@webonaut.com) Received: from [212.41.243.28] (sisko.webonaut.com [212.41.243.28]) by sv02.webonaut.com (Postfix) with ESMTP id 4EF9F766CE; Sat, 25 Jan 2003 12:02:03 +0100 (CET) Subject: Re: YAMM - Yet Another Mozilla Mail ;-) From: Franz Klammer To: Joe Marcus Clarke Cc: Maxime Romano , FreeBSD GNOME Users In-Reply-To: <1043476825.12343.17.camel@shumai.marcuscom.com> References: <1043476825.12343.17.camel@shumai.marcuscom.com> Content-Type: text/plain Organization: Message-Id: <1043492669.589.24.camel@ds9.webonaut.com> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.2.1 Date: 25 Jan 2003 12:04:30 +0100 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 Am Sa, 2003-01-25 um 07.40 schrieb Joe Marcus Clarke: > On Sat, 2003-01-25 at 01:27, Maxime Romano wrote: > > >From: Joe Marcus Clarke > > >On Fri, 2003-01-24 at 20:01, Franz Klammer wrote: > > > > Am Sa, 2003-01-25 um 01.29 schrieb Joe Marcus Clarke: > > > > > On Fri, 2003-01-24 at 19:25, Franz Klammer wrote: > > > > > > Am Sa, 2003-01-25 um 01.05 schrieb Joe Marcus Clarke: > > > > > > > On Fri, 2003-01-24 at 19:00, Franz Klammer wrote: > > > > > > > > Am Sa, 2003-01-25 um 00.09 schrieb Joe Marcus Clarke: > > > > > > > > > On Fri, 2003-01-24 at 17:41, Maxime Romano wrote: > > > > > > > > > > >From: Joe Marcus Clarke > > > > > > > > > > >To: Franz Klammer > > > > > > > > > > >CC: FreeBSD GNOME Users > > > > > > > > > > >Subject: Re: YAMM - Yet Another Mozilla Mail ;-) > > > > > > > > > > >Date: 24 Jan 2003 14:18:27 -0500 > > > > > > > > > > > > > > > > > > > > > >On Thu, 2003-01-23 at 13:07, Franz Klammer wrote: > > > > > > > > > > > > hello! > > > > > > > > > > > > > > > > > > > > > > > > just for info. > > > > > > > > > > > > maybe it helps a little to track down the problem. > > > > > > > > > > > > > > > > > > > > > > > > to try it out, yesterday i've installed mozilla-1.3a > > > > > > > > > > > > with xft and gtk2 support. > > > > > > > > > > > > (on -current with -march=pentiumpro and -O2 ;o)) > > > > > > > > > > > > > > > > > > > > > > > > everything works well if i'm don't think about that i > > >have > > > > > > > > > > > > to run it with root-rights: sudo mozilla. > > > > > > > > > > > > (the same i've written yesterday regarding > > >1.2.1/gtk/xft) > > > > > > > > > > > > > > > > > > > > > >Okay, I've reproduced the crash with Galeon 1.3.1 and > > >Mozilla with > > > > > > > > > > >GTK2. The problem is an expat conflict. expat is being > > >linked from > > > > > > > > > > >fontconfig instead of the static version that is included > > >with Mozilla. > > > > > > > > > > >This would be okay, except that Galeon is doing something > > >bad. > > > > > > > > > > > > > > > > > > > > Definately. I'm seeing this problem too, and am currently > > >recompiling > > > > > > > > > > mozilla-gtk2. But, considering what you just said, it isn't > > >going to change > > > > > > > > > > much. Any idea how to fix this? > > > > > > > > > > > > > > > > > > I'm testing a possible fix now. Try removing --enable-reorder > > >from > > > > > > > > > mozilla-devel's Makefile, and see if that helps. My machine > > >won't be > > > > > > > > > done recompiling for a while. > > > > > > > > > > > > > > > > > > > > > > > > > i've found the reason but i don't know why: mozilla didn't start > > > > > > > > with some gtk2-themes. e.g. with my favorite theme "fishing the > > >sky" > > > > > > > > i have to start it with sudo. if i change the theme to e.g. > > >gtk-default > > > > > > > > i can start mozilla as normal user. > > > > > > > > > > > > > > Try going through the theme files, and see if there are > > >restrictive > > > > > > > permissions. I haven't tried a non-default GNOME theme myself to > > >see if > > > > > > > it works. > > > > > > > > > > > > > > > > > > > didn't help. just to be sure I've done a > > > > > > chmod -R 777 ~/.themes - the problem persist. > > > > > > > > > > What about font permissions? Have you tried themes other than the > > >"bad" > > > > > one and default? What exactly happens when you run it as a normal > > >user? > > > > > > > > > > Joe > > > > > > > > > > > > > THEMES: > > > > ============== > > > > gnububble: no > > > > > > > > Redmond95: ok, but: > > > > (:91532): Gtk-WARNING **: > > > > /usr/X11R6/lib/gtk-2.0/2.2.0/engines/libredmond95.so: > > > > Undefined symbol "gtk_widget_get_direction" > > > > > > > > > > > > Metal: ok, but: > > > > (:98114): Gtk-WARNING **: > > > > /usr/X11R6/lib/gtk-2.0/2.2.0/engines/libmetal.so: > > > > Undefined symbol "gtk_toggle_button_get_type" > > > > > >I'll have to try these tomorrow. As far as I can tell > > >libgtk-x11-2.0.so.200 has both of these symbols. I haven't tested > > >gtk-engines2-2.2.0 much yet, though. > > > > > >Joe > > > > For kicks, I'd just like to add that I see this problem too... Bluecurve, > > Thinice and Xfce engines have the same effect of *not* starting up mozilla > > and not leaving an error message. Plus, any pixmap based theme will equally > > mess up. It's not so bad, though, because the new default GTK theme kicks > > ass. > > What about the gtk-engines2 themes themselves? Do they affect the look > and feel of the desktop? I want to make sure those themes are at least > functional before 2.2 is released. I suppose I'll answer this for > myself tomorrow... > Yes they did. IMHO gnome-2.2 is ready for desktop ;-) and since the most ports have the version 2.2 and up i'm think its faster. (debugging-code turned off?) but what's about gnumeric2/gthumb2/gal2 and libgnomeprint - are there any solutions? franz. > Joe > > > > > --Max > > > > > > > > > > H2O-Saphire: no > > > > > > > > Aquesco-gtk2-Blue: no > > > > > > > > Aqua: no > > > > > > > > FONTS: All Fonts-directory have 755 and all fonts at least 444. > > > > > > > > > > > > i have today recompiled nearly all my ports because i wasn't > > > > sure what ports i've installed with -O2 set. > > > > > > > > i've done now a reinstall of gtk-engines2, but the messages > > > > still there. > > > > > > > > franz. > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > --Max > > > > > > > > > > > > > > > > > > > > >As for Mozilla with GTK2 not running in GNOME 2.1, this > > >does work. You > > > > > > > > > > >might have to do: > > > > > > > > > > > > > > > > > > > > > >chown -R ~/.mozilla > > > > > > > > > > > > > > > > > > > > > >to get it to work. > > > > > > > > > > > > > > > > > > > > > >Joe > > > > > > > > > > > > > > > > > > > > > >-- > > >PGP Key : http://www.marcuscom.com/pgp.asc > > ><< signature.asc >> > > > > > > _________________________________________________________________ > > Add photos to your messages with MSN 8. Get 2 months FREE*. > > http://join.msn.com/?page=features/featuredemail -- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-gnome" in the body of the message From owner-freebsd-gnome Sat Jan 25 10: 2: 8 2003 Delivered-To: freebsd-gnome@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BA7A137B401 for ; Sat, 25 Jan 2003 10:02:07 -0800 (PST) Received: from sclp3.sclp.com (sclp3.sclp.com [66.230.238.2]) by mx1.FreeBSD.org (Postfix) with SMTP id D2D8043E4A for ; Sat, 25 Jan 2003 10:02:06 -0800 (PST) (envelope-from jason-exp-1044726933.a8f674@mastaler.com) Received: (qmail 78644 invoked from network); 25 Jan 2003 18:02:00 -0000 Received: from localhost (HELO hrothgar.la.mastaler.com) (127.0.0.1) by localhost with SMTP; 25 Jan 2003 18:02:00 -0000 Received: (qmail 9348 invoked by uid 666); 25 Jan 2003 17:55:33 -0000 X-Now-Reading: Felipe Alfau's _Locos_ To: Joe Marcus Clarke Cc: FreeBSD GNOME Users Subject: Re: x11-fonts/Xft: XGlyphElt8 undeclared References: <1043433576.325.66.camel@gyros> X-Face: 7Rt8\Z)zZA@Zj3;%2um"yZ`bWS+/n%9|G(c!D h3I]{L9cZ-SuVQhIko?PS~2i3X.R~]q@W|ProHR/GQvJg0o}jPl%e+rs*QK[XvU ~jCEz13&L0aYj}`jQhNY-X-5&oJO>88lD^S(1@R?`;+5P3>P_rGl|$7&z+"_h?> D0x/-iY~Xu<.F;Bi&ELQhH)V!Uns~V;Q:fpI2;LWTA* Date: Sat, 25 Jan 2003 10:55:32 -0700 In-Reply-To: <1043433576.325.66.camel@gyros> (Joe Marcus Clarke's message of "24 Jan 2003 13:39:37 -0500") Message-ID: Lines: 8 User-Agent: Gnus/5.090008 (Oort Gnus v0.08) XEmacs/21.4 (Portable Code, i386-unknown-freebsd4.7) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii From: "Jason R. Mastaler" X-Delivery-Agent: TMDA/0.68+ (Count Fleet) X-Primary-Address: jason@mastaler.com Reply-To: jason-exp-1044208533.0525c2@mastaler.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 Joe Marcus Clarke writes: > First, what is supported/required: > > * FreeBSD 4.5 or later > * Latest freetype2 and latest XFree86 4.2.1 bits After upgrading my XFree86, things are working fine. Thanks. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-gnome" in the body of the message From owner-freebsd-gnome Sat Jan 25 13:40: 6 2003 Delivered-To: freebsd-gnome@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CBE6A37B401 for ; Sat, 25 Jan 2003 13:40:04 -0800 (PST) Received: from creme-brulee.marcuscom.com (rdu57-17-158.nc.rr.com [66.57.17.158]) by mx1.FreeBSD.org (Postfix) with ESMTP id EED0543F18 for ; Sat, 25 Jan 2003 13:40:03 -0800 (PST) (envelope-from marcus@FreeBSD.org) Received: from [10.2.1.4] (vpn-client-4.marcuscom.com [10.2.1.4]) by creme-brulee.marcuscom.com (8.12.6/8.12.6) with ESMTP id h0PLcGDx077539 for ; Sat, 25 Jan 2003 16:38:17 -0500 (EST) (envelope-from marcus@FreeBSD.org) Subject: Good news about Mozilla and GTK 2.2 From: Joe Marcus Clarke To: FreeBSD GNOME Users Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="=-4lAyo+m7AoMb/UmGY8Qx" Organization: FreeBSD, Inc. Message-Id: <1043530773.328.11.camel@gyros> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.2.1 Date: 25 Jan 2003 16:39:34 -0500 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 --=-4lAyo+m7AoMb/UmGY8Qx Content-Type: text/plain Content-Transfer-Encoding: quoted-printable I've found the problem. I need to link Mozilla components with -Bsymbolic to fix the libexpat symbol clash. I'll be committing patches shortly. Galeon looks quite nice with GTK 2.2 and Xft support :-). Joe --=20 Joe Marcus Clarke FreeBSD GNOME Team :: marcus@FreeBSD.org http://www.FreeBSD.org/gnome --=-4lAyo+m7AoMb/UmGY8Qx Content-Type: application/pgp-signature; name=signature.asc Content-Description: This is a digitally signed message part -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.1 (FreeBSD) iD8DBQA+MwQVb2iPiv4Uz4cRAgMqAJ95QLZUMSHdGRyKnVjIt13OT6Ke6wCgga71 uVnTrsN0K3corAyT4YEvYJE= =tJ5s -----END PGP SIGNATURE----- --=-4lAyo+m7AoMb/UmGY8Qx-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-gnome" in the body of the message From owner-freebsd-gnome Sat Jan 25 13:58:47 2003 Delivered-To: freebsd-gnome@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E95D337B405; Sat, 25 Jan 2003 13:58:45 -0800 (PST) Received: from hotmail.com (f134.pav1.hotmail.com [64.4.31.134]) by mx1.FreeBSD.org (Postfix) with ESMTP id A2F1143F43; Sat, 25 Jan 2003 13:58:45 -0800 (PST) (envelope-from verbophobe@hotmail.com) Received: from mail pickup service by hotmail.com with Microsoft SMTPSVC; Sat, 25 Jan 2003 13:58:09 -0800 Received: from 24.202.170.180 by pv1fd.pav1.hotmail.msn.com with HTTP; Sat, 25 Jan 2003 21:58:08 GMT X-Originating-IP: [24.202.170.180] From: "Maxime Romano" To: marcus@FreeBSD.org Cc: gnome@freebsd.org Subject: Re: Good news about Mozilla and GTK 2.2 Date: Sat, 25 Jan 2003 21:58:08 +0000 Mime-Version: 1.0 Content-Type: text/plain; format=flowed Message-ID: X-OriginalArrivalTime: 25 Jan 2003 21:58:09.0139 (UTC) FILETIME=[D8E22430:01C2C4BC] 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 >From: Joe Marcus Clarke >To: FreeBSD GNOME Users >Subject: Good news about Mozilla and GTK 2.2 >Date: 25 Jan 2003 16:39:34 -0500 > >I've found the problem. I need to link Mozilla components with >-Bsymbolic to fix the libexpat symbol clash. I'll be committing patches >shortly. Galeon looks quite nice with GTK 2.2 and Xft support :-). Wonderful! Joe, you kick ass. Just curious: how did you find out? --Max >Joe > >-- >Joe Marcus Clarke >FreeBSD GNOME Team :: marcus@FreeBSD.org >http://www.FreeBSD.org/gnome _________________________________________________________________ Help STOP SPAM with the new MSN 8 and get 2 months FREE* http://join.msn.com/?page=features/junkmail To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-gnome" in the body of the message From owner-freebsd-gnome Sat Jan 25 14: 2:29 2003 Delivered-To: freebsd-gnome@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5EC7037B401; Sat, 25 Jan 2003 14:02:28 -0800 (PST) Received: from sv02.webonaut.com (kirk.webonaut.com [212.41.243.26]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8BEF843F13; Sat, 25 Jan 2003 14:02:27 -0800 (PST) (envelope-from klammer@webonaut.com) Received: from [212.41.243.28] (sisko.webonaut.com [212.41.243.28]) by sv02.webonaut.com (Postfix) with ESMTP id EB59E766C6; Sat, 25 Jan 2003 23:02:19 +0100 (CET) Subject: Re: Good news about Mozilla and GTK 2.2 From: Franz Klammer To: Joe Marcus Clarke Cc: FreeBSD GNOME Users In-Reply-To: <1043530773.328.11.camel@gyros> References: <1043530773.328.11.camel@gyros> Content-Type: text/plain Organization: Message-Id: <1043532294.3077.12.camel@ds9.webonaut.com> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.2.1 Date: 25 Jan 2003 23:04:54 +0100 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 Am Sa, 2003-01-25 um 22.39 schrieb Joe Marcus Clarke: > I've found the problem. I need to link Mozilla components with > -Bsymbolic to fix the libexpat symbol clash. I'll be committing patches > shortly. Galeon looks quite nice with GTK 2.2 and Xft support :-). > Year!!!! i'm charmed how mozilla renders the fonts with Xft. if i can use also the comfort from galeon again the there is no limit for my gladness. ;-)) thank's for your always fast, competent, friendly and patient help. franz. > Joe -- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-gnome" in the body of the message From owner-freebsd-gnome Sat Jan 25 14: 5:29 2003 Delivered-To: freebsd-gnome@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C5F4D37B401 for ; Sat, 25 Jan 2003 14:05:24 -0800 (PST) Received: from creme-brulee.marcuscom.com (rdu57-17-158.nc.rr.com [66.57.17.158]) by mx1.FreeBSD.org (Postfix) with ESMTP id 14F7F43F3F for ; Sat, 25 Jan 2003 14:05:16 -0800 (PST) (envelope-from marcus@marcuscom.com) Received: from [10.2.1.4] (vpn-client-4.marcuscom.com [10.2.1.4]) by creme-brulee.marcuscom.com (8.12.6/8.12.6) with ESMTP id h0PM3YDx077700; Sat, 25 Jan 2003 17:03:34 -0500 (EST) (envelope-from marcus@marcuscom.com) Subject: Re: YAMM - Yet Another Mozilla Mail ;-) From: Joe Marcus Clarke To: Franz Klammer Cc: Maxime Romano , FreeBSD GNOME Users In-Reply-To: <1043492669.589.24.camel@ds9.webonaut.com> References: <1043476825.12343.17.camel@shumai.marcuscom.com> <1043492669.589.24.camel@ds9.webonaut.com> Content-Type: text/plain Organization: MarcusCom, Inc. Message-Id: <1043532291.328.17.camel@gyros> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.2.1 Date: 25 Jan 2003 17:04:51 -0500 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 Sat, 2003-01-25 at 06:04, Franz Klammer wrote: > Am Sa, 2003-01-25 um 07.40 schrieb Joe Marcus Clarke: > > On Sat, 2003-01-25 at 01:27, Maxime Romano wrote: > > > >From: Joe Marcus Clarke > > > >On Fri, 2003-01-24 at 20:01, Franz Klammer wrote: > > > > > Am Sa, 2003-01-25 um 01.29 schrieb Joe Marcus Clarke: > > > > > > On Fri, 2003-01-24 at 19:25, Franz Klammer wrote: > > > > > > > Am Sa, 2003-01-25 um 01.05 schrieb Joe Marcus Clarke: > > > > > > > > On Fri, 2003-01-24 at 19:00, Franz Klammer wrote: > > > > > > > > > Am Sa, 2003-01-25 um 00.09 schrieb Joe Marcus Clarke: > > > > > > > > > > On Fri, 2003-01-24 at 17:41, Maxime Romano wrote: > > > > > > > > > > > >From: Joe Marcus Clarke > > > > > > > > > > > >To: Franz Klammer > > > > > > > > > > > >CC: FreeBSD GNOME Users > > > > > > > > > > > >Subject: Re: YAMM - Yet Another Mozilla Mail ;-) > > > > > > > > > > > >Date: 24 Jan 2003 14:18:27 -0500 > > > > > > > > > > > > > > > > > > > > > > > >On Thu, 2003-01-23 at 13:07, Franz Klammer wrote: > > > > > > > > > > > > > hello! > > > > > > > > > > > > > > > > > > > > > > > > > > just for info. > > > > > > > > > > > > > maybe it helps a little to track down the problem. > > > > > > > > > > > > > > > > > > > > > > > > > > to try it out, yesterday i've installed mozilla-1.3a > > > > > > > > > > > > > with xft and gtk2 support. > > > > > > > > > > > > > (on -current with -march=pentiumpro and -O2 ;o)) > > > > > > > > > > > > > > > > > > > > > > > > > > everything works well if i'm don't think about that i > > > >have > > > > > > > > > > > > > to run it with root-rights: sudo mozilla. > > > > > > > > > > > > > (the same i've written yesterday regarding > > > >1.2.1/gtk/xft) > > > > > > > > > > > > > > > > > > > > > > > >Okay, I've reproduced the crash with Galeon 1.3.1 and > > > >Mozilla with > > > > > > > > > > > >GTK2. The problem is an expat conflict. expat is being > > > >linked from > > > > > > > > > > > >fontconfig instead of the static version that is included > > > >with Mozilla. > > > > > > > > > > > >This would be okay, except that Galeon is doing something > > > >bad. > > > > > > > > > > > > > > > > > > > > > > Definately. I'm seeing this problem too, and am currently > > > >recompiling > > > > > > > > > > > mozilla-gtk2. But, considering what you just said, it isn't > > > >going to change > > > > > > > > > > > much. Any idea how to fix this? > > > > > > > > > > > > > > > > > > > > I'm testing a possible fix now. Try removing --enable-reorder > > > >from > > > > > > > > > > mozilla-devel's Makefile, and see if that helps. My machine > > > >won't be > > > > > > > > > > done recompiling for a while. > > > > > > > > > > > > > > > > > > > > > > > > > > > > i've found the reason but i don't know why: mozilla didn't start > > > > > > > > > with some gtk2-themes. e.g. with my favorite theme "fishing the > > > >sky" > > > > > > > > > i have to start it with sudo. if i change the theme to e.g. > > > >gtk-default > > > > > > > > > i can start mozilla as normal user. > > > > > > > > > > > > > > > > Try going through the theme files, and see if there are > > > >restrictive > > > > > > > > permissions. I haven't tried a non-default GNOME theme myself to > > > >see if > > > > > > > > it works. > > > > > > > > > > > > > > > > > > > > > > didn't help. just to be sure I've done a > > > > > > > chmod -R 777 ~/.themes - the problem persist. > > > > > > > > > > > > What about font permissions? Have you tried themes other than the > > > >"bad" > > > > > > one and default? What exactly happens when you run it as a normal > > > >user? > > > > > > > > > > > > Joe > > > > > > > > > > > > > > > > THEMES: > > > > > ============== > > > > > gnububble: no > > > > > > > > > > Redmond95: ok, but: > > > > > (:91532): Gtk-WARNING **: > > > > > /usr/X11R6/lib/gtk-2.0/2.2.0/engines/libredmond95.so: > > > > > Undefined symbol "gtk_widget_get_direction" > > > > > > > > > > > > > > > Metal: ok, but: > > > > > (:98114): Gtk-WARNING **: > > > > > /usr/X11R6/lib/gtk-2.0/2.2.0/engines/libmetal.so: > > > > > Undefined symbol "gtk_toggle_button_get_type" Okay, here are my findings. I get the same errors you do, but they appear to be harmless. All apps work as expected including Mozilla. As for the other themes, they work just fine for me as well (including with Mozilla). I think you got bit by the old GTK directory problem, Franz. It is not sufficient for you to just bump the shared lib version when it comes to GTK themes. You also have to go through the the Makefile, and replace occurrences of the 2.0.0 directory with 2.2.0 (there are quite a few of these in Bluecurve, for example). After doing that, the theme works great, and Mozilla comes right up with the Bluecurve look and feel. (Note, other non-ported themes may have some other, deeper editing that needs to be done). > > > > > > > >I'll have to try these tomorrow. As far as I can tell > > > >libgtk-x11-2.0.so.200 has both of these symbols. I haven't tested > > > >gtk-engines2-2.2.0 much yet, though. > > > > > > > >Joe > > > > > > For kicks, I'd just like to add that I see this problem too... Bluecurve, > > > Thinice and Xfce engines have the same effect of *not* starting up mozilla > > > and not leaving an error message. Plus, any pixmap based theme will equally > > > mess up. It's not so bad, though, because the new default GTK theme kicks > > > ass. > > > > What about the gtk-engines2 themes themselves? Do they affect the look > > and feel of the desktop? I want to make sure those themes are at least > > functional before 2.2 is released. I suppose I'll answer this for > > myself tomorrow... > > > > Yes they did. IMHO gnome-2.2 is ready for desktop ;-) > > and since the most ports have the version 2.2 and up > i'm think its faster. (debugging-code turned off?) > > but what's about gnumeric2/gthumb2/gal2 and libgnomeprint - are > there any solutions? There is a gthumb 2.0.0, but I'm not sure what gnomeprint it uses. I was hoping Maxime would submit a diff for it ;-). As for ghumeric, still no word. The last thing Jody said was if GNOME 2.2 shipped first, Gnumeric would be made to use libgnomeprint-2.2. If Gnumeric 1.2 shipped first, it would go out with libgnomeprint-2.0. We'll have to wait and see. Joe > > franz. > > > Joe > > > > > > > > --Max > > > > > > > > > > > > > H2O-Saphire: no > > > > > > > > > > Aquesco-gtk2-Blue: no > > > > > > > > > > Aqua: no > > > > > > > > > > FONTS: All Fonts-directory have 755 and all fonts at least 444. > > > > > > > > > > > > > > > i have today recompiled nearly all my ports because i wasn't > > > > > sure what ports i've installed with -O2 set. > > > > > > > > > > i've done now a reinstall of gtk-engines2, but the messages > > > > > still there. > > > > > > > > > > franz. > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > --Max > > > > > > > > > > > > > > > > > > > > > > >As for Mozilla with GTK2 not running in GNOME 2.1, this > > > >does work. You > > > > > > > > > > > >might have to do: > > > > > > > > > > > > > > > > > > > > > > > >chown -R ~/.mozilla > > > > > > > > > > > > > > > > > > > > > > > >to get it to work. > > > > > > > > > > > > > > > > > > > > > > > >Joe > > > > > > > > > > > > > > > > > > > > > > > > >-- > > > >PGP Key : http://www.marcuscom.com/pgp.asc > > > ><< signature.asc >> > > > > > > > > > _________________________________________________________________ > > > Add photos to your messages with MSN 8. Get 2 months FREE*. > > > http://join.msn.com/?page=features/featuredemail -- PGP Key : http://www.marcuscom.com/pgp.asc To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-gnome" in the body of the message From owner-freebsd-gnome Sat Jan 25 14: 7:11 2003 Delivered-To: freebsd-gnome@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B137237B401 for ; Sat, 25 Jan 2003 14:07:09 -0800 (PST) Received: from creme-brulee.marcuscom.com (rdu57-17-158.nc.rr.com [66.57.17.158]) by mx1.FreeBSD.org (Postfix) with ESMTP id E6D3943E4A for ; Sat, 25 Jan 2003 14:07:08 -0800 (PST) (envelope-from marcus@FreeBSD.org) Received: from [10.2.1.4] (vpn-client-4.marcuscom.com [10.2.1.4]) by creme-brulee.marcuscom.com (8.12.6/8.12.6) with ESMTP id h0PM5RDx077721; Sat, 25 Jan 2003 17:05:27 -0500 (EST) (envelope-from marcus@FreeBSD.org) Subject: Re: Good news about Mozilla and GTK 2.2 From: Joe Marcus Clarke To: Maxime Romano Cc: FreeBSD GNOME Users In-Reply-To: References: Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="=-dL0t8NPCbVeuRKp7C6Fn" Organization: FreeBSD, Inc. Message-Id: <1043532404.328.20.camel@gyros> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.2.1 Date: 25 Jan 2003 17:06:44 -0500 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 --=-dL0t8NPCbVeuRKp7C6Fn Content-Type: text/plain Content-Transfer-Encoding: quoted-printable On Sat, 2003-01-25 at 16:58, Maxime Romano wrote: > >From: Joe Marcus Clarke > >To: FreeBSD GNOME Users > >Subject: Good news about Mozilla and GTK 2.2 > >Date: 25 Jan 2003 16:39:34 -0500 > > > >I've found the problem. I need to link Mozilla components with > >-Bsymbolic to fix the libexpat symbol clash. I'll be committing patches > >shortly. Galeon looks quite nice with GTK 2.2 and Xft support :-). >=20 > Wonderful! Joe, you kick ass. Just curious: how did you find out? I added a shit load of debug code to rtld.c, and learned exactly in what order it resolves symbols. Once I saw it resolved symbolic objects first, I added the -Bsymbolic rule. Limited testing revealed it didn't have a negative impact. Note, Linux already used this linker directive, so that's why it worked for them. By the way, you owe me a gthumb 2.0.0 diff. Joe >=20 > --Max >=20 > >Joe > > > >-- > >Joe Marcus Clarke > >FreeBSD GNOME Team :: marcus@FreeBSD.org > >http://www.FreeBSD.org/gnome >=20 >=20 > _________________________________________________________________ > Help STOP SPAM with the new MSN 8 and get 2 months FREE* =20 > http://join.msn.com/?page=3Dfeatures/junkmail >=20 >=20 > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-gnome" in the body of the message --=20 Joe Marcus Clarke FreeBSD GNOME Team :: marcus@FreeBSD.org http://www.FreeBSD.org/gnome --=-dL0t8NPCbVeuRKp7C6Fn Content-Type: application/pgp-signature; name=signature.asc Content-Description: This is a digitally signed message part -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.1 (FreeBSD) iD8DBQA+Mwp0b2iPiv4Uz4cRAqNHAJsHpql1UWjcd3cMq6uYbPJA1sV/kACgp6wP YviSUX7vDCu+bxCwyrIK5yE= =FsOm -----END PGP SIGNATURE----- --=-dL0t8NPCbVeuRKp7C6Fn-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-gnome" in the body of the message From owner-freebsd-gnome Sat Jan 25 15:14:57 2003 Delivered-To: freebsd-gnome@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 022D837B401 for ; Sat, 25 Jan 2003 15:14:57 -0800 (PST) Received: from postfix3-1.free.fr (postfix3-1.free.fr [213.228.0.44]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7A5A843F5F for ; Sat, 25 Jan 2003 15:14:56 -0800 (PST) (envelope-from thierry@pompo.net) Received: from graf.pompo.net (lyon-2-a7-62-147-21-190.dial.proxad.net [62.147.21.190]) by postfix3-1.free.fr (Postfix) with ESMTP id D600DC08D for ; Sun, 26 Jan 2003 00:14:54 +0100 (CET) Received: by graf.pompo.net (Postfix, from userid 1001) id 19B10750D; Sun, 26 Jan 2003 00:10:57 +0100 (CET) Date: Sun, 26 Jan 2003 00:10:57 +0100 From: Thierry Thomas To: gnome@FreeBSD.org Subject: Mozilla-devel and upgrade of x11-toolkits/pango? Message-ID: <20030125231057.GA12224@graf.pompo.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.4i X-Operating-System: FreeBSD 4.7-STABLE i386 Organization: Kabbale Eros X-Face: (hRbQnK~Pt7$ct`!fupO(`y_WL4^-Iwn4@ly-.,[4xC4xc;y=\ipKMNm<1J>lv@PP~7Z<.t KjAnXLs: X-PGP: 0xC71405A2 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, In the ports tree, Pango is 1.0.5, but 1.2 has been released. However, in mozilla-devel's configure, you can read: configure: error: Library requirements (pango >= 1.1.0) not met; consider adjusting the PKG_CONFIG_PATH environment variable if your libraries are in a nonstandard prefix so pkg-config can find them. Truly yours, -- Th. Thomas. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-gnome" in the body of the message From owner-freebsd-gnome Sat Jan 25 15:18:23 2003 Delivered-To: freebsd-gnome@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D6C9937B401 for ; Sat, 25 Jan 2003 15:18:21 -0800 (PST) Received: from creme-brulee.marcuscom.com (rdu57-17-158.nc.rr.com [66.57.17.158]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0D5FC43F5B for ; Sat, 25 Jan 2003 15:18:17 -0800 (PST) (envelope-from marcus@marcuscom.com) Received: from [10.2.1.4] (vpn-client-4.marcuscom.com [10.2.1.4]) by creme-brulee.marcuscom.com (8.12.6/8.12.6) with ESMTP id h0PNGTDx078248; Sat, 25 Jan 2003 18:16:29 -0500 (EST) (envelope-from marcus@marcuscom.com) Subject: Re: Mozilla-devel and upgrade of x11-toolkits/pango? From: Joe Marcus Clarke To: Thierry Thomas Cc: FreeBSD GNOME Users In-Reply-To: <20030125231057.GA12224@graf.pompo.net> References: <20030125231057.GA12224@graf.pompo.net> Content-Type: text/plain Organization: MarcusCom, Inc. Message-Id: <1043536666.328.31.camel@gyros> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.2.1 Date: 25 Jan 2003 18:17:46 -0500 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 Sat, 2003-01-25 at 18:10, Thierry Thomas wrote: > Hello, > > In the ports tree, Pango is 1.0.5, but 1.2 has been released. This isn't going into the tree until GNOME 2.2 is released. > > However, in mozilla-devel's configure, you can read: > configure: error: Library requirements (pango >= 1.1.0) not met; > consider adjusting the PKG_CONFIG_PATH environment variable if your > libraries are in a nonstandard prefix so pkg-config can find them. Looks like you're trying to enable GTK2 and Xft support in Mozilla. This is a no-no right now. The latest mozilla and mozilla-devel Makefiles protect against this, so either cvsup your ports tree again, or choose which feature you want more. If you want GTK 2 support, consider building mozilla-gtk2 or mozilla-devel-gtk2. If you want Xft support, then make sure WITH_GTK2 is _not_ defined, and build either mozilla or mozilla-devel. Joe > > Truly yours, -- PGP Key : http://www.marcuscom.com/pgp.asc To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-gnome" in the body of the message From owner-freebsd-gnome Sat Jan 25 15:33:43 2003 Delivered-To: freebsd-gnome@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8DE9937B401 for ; Sat, 25 Jan 2003 15:33:38 -0800 (PST) Received: from sv02.webonaut.com (kirk.webonaut.com [212.41.243.26]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2889343EB2 for ; Sat, 25 Jan 2003 15:33:37 -0800 (PST) (envelope-from klammer@webonaut.com) Received: from [212.41.243.28] (sisko.webonaut.com [212.41.243.28]) by sv02.webonaut.com (Postfix) with ESMTP id EC205766C6; Sun, 26 Jan 2003 00:33:33 +0100 (CET) Subject: Re: YAMM - Yet Another Mozilla Mail ;-) From: Franz Klammer To: Joe Marcus Clarke Cc: Maxime Romano , FreeBSD GNOME Users In-Reply-To: <1043532291.328.17.camel@gyros> References: <1043476825.12343.17.camel@shumai.marcuscom.com> <1043492669.589.24.camel@ds9.webonaut.com> <1043532291.328.17.camel@gyros> Content-Type: text/plain Organization: Message-Id: <1043537768.35287.7.camel@ds9.webonaut.com> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.2.1 Date: 26 Jan 2003 00:36:08 +0100 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 Am Sa, 2003-01-25 um 23.04 schrieb Joe Marcus Clarke: > On Sat, 2003-01-25 at 06:04, Franz Klammer wrote: > > Am Sa, 2003-01-25 um 07.40 schrieb Joe Marcus Clarke: > > > On Sat, 2003-01-25 at 01:27, Maxime Romano wrote: > > > > >From: Joe Marcus Clarke > > > > >On Fri, 2003-01-24 at 20:01, Franz Klammer wrote: > > > > > > Am Sa, 2003-01-25 um 01.29 schrieb Joe Marcus Clarke: > > > > > > > On Fri, 2003-01-24 at 19:25, Franz Klammer wrote: > > > > > > > > Am Sa, 2003-01-25 um 01.05 schrieb Joe Marcus Clarke: > > > > > > > > > On Fri, 2003-01-24 at 19:00, Franz Klammer wrote: > > > > > > > > > > Am Sa, 2003-01-25 um 00.09 schrieb Joe Marcus Clarke: > > > > > > > > > > > On Fri, 2003-01-24 at 17:41, Maxime Romano wrote: > > > > > > > > > > > > >From: Joe Marcus Clarke > > > > > > > > > > > > >To: Franz Klammer > > > > > > > > > > > > >CC: FreeBSD GNOME Users > > > > > > > > > > > > >Subject: Re: YAMM - Yet Another Mozilla Mail ;-) > > > > > > > > > > > > >Date: 24 Jan 2003 14:18:27 -0500 > > > > > > > > > > > > > > > > > > > > > > > > > >On Thu, 2003-01-23 at 13:07, Franz Klammer wrote: > > > > > > > > > > > > > > hello! > > > > > > > > > > > > > > > > > > > > > > > > > > > > just for info. > > > > > > > > > > > > > > maybe it helps a little to track down the problem. > > > > > > > > > > > > > > > > > > > > > > > > > > > > to try it out, yesterday i've installed mozilla-1.3a > > > > > > > > > > > > > > with xft and gtk2 support. > > > > > > > > > > > > > > (on -current with -march=pentiumpro and -O2 ;o)) > > > > > > > > > > > > > > > > > > > > > > > > > > > > everything works well if i'm don't think about that i > > > > >have > > > > > > > > > > > > > > to run it with root-rights: sudo mozilla. > > > > > > > > > > > > > > (the same i've written yesterday regarding > > > > >1.2.1/gtk/xft) > > > > > > > > > > > > > > > > > > > > > > > > > >Okay, I've reproduced the crash with Galeon 1.3.1 and > > > > >Mozilla with > > > > > > > > > > > > >GTK2. The problem is an expat conflict. expat is being > > > > >linked from > > > > > > > > > > > > >fontconfig instead of the static version that is included > > > > >with Mozilla. > > > > > > > > > > > > >This would be okay, except that Galeon is doing something > > > > >bad. > > > > > > > > > > > > > > > > > > > > > > > > Definately. I'm seeing this problem too, and am currently > > > > >recompiling > > > > > > > > > > > > mozilla-gtk2. But, considering what you just said, it isn't > > > > >going to change > > > > > > > > > > > > much. Any idea how to fix this? > > > > > > > > > > > > > > > > > > > > > > I'm testing a possible fix now. Try removing --enable-reorder > > > > >from > > > > > > > > > > > mozilla-devel's Makefile, and see if that helps. My machine > > > > >won't be > > > > > > > > > > > done recompiling for a while. > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > i've found the reason but i don't know why: mozilla didn't start > > > > > > > > > > with some gtk2-themes. e.g. with my favorite theme "fishing the > > > > >sky" > > > > > > > > > > i have to start it with sudo. if i change the theme to e.g. > > > > >gtk-default > > > > > > > > > > i can start mozilla as normal user. > > > > > > > > > > > > > > > > > > Try going through the theme files, and see if there are > > > > >restrictive > > > > > > > > > permissions. I haven't tried a non-default GNOME theme myself to > > > > >see if > > > > > > > > > it works. > > > > > > > > > > > > > > > > > > > > > > > > > didn't help. just to be sure I've done a > > > > > > > > chmod -R 777 ~/.themes - the problem persist. > > > > > > > > > > > > > > What about font permissions? Have you tried themes other than the > > > > >"bad" > > > > > > > one and default? What exactly happens when you run it as a normal > > > > >user? > > > > > > > > > > > > > > Joe > > > > > > > > > > > > > > > > > > > THEMES: > > > > > > ============== > > > > > > gnububble: no > > > > > > > > > > > > Redmond95: ok, but: > > > > > > (:91532): Gtk-WARNING **: > > > > > > /usr/X11R6/lib/gtk-2.0/2.2.0/engines/libredmond95.so: > > > > > > Undefined symbol "gtk_widget_get_direction" > > > > > > > > > > > > > > > > > > Metal: ok, but: > > > > > > (:98114): Gtk-WARNING **: > > > > > > /usr/X11R6/lib/gtk-2.0/2.2.0/engines/libmetal.so: > > > > > > Undefined symbol "gtk_toggle_button_get_type" > > Okay, here are my findings. I get the same errors you do, but they > appear to be harmless. All apps work as expected including Mozilla. As > for the other themes, they work just fine for me as well (including with > Mozilla). I think you got bit by the old GTK directory problem, Franz. > It is not sufficient for you to just bump the shared lib version when it > comes to GTK themes. You also have to go through the the Makefile, and > replace occurrences of the 2.0.0 directory with 2.2.0 (there are quite a > few of these in Bluecurve, for example). > > After doing that, the theme works great, and Mozilla comes right up with > the Bluecurve look and feel. (Note, other non-ported themes may have > some other, deeper editing that needs to be done). i did a search of all occurrences of 2.0.0 (gtk-only) and i found the there was no port i've installed*). it's interesting (strange?) but bluecurve/mozilla didn't work for me. also sudo didn't help me with this theme. my currently installed mozilla (1.3a,GTK2.2,Xft) isn't compiled with -g but if i start with gdb (bluecurve +/-sudo) the first two lines of the backtrace are these: #0 0x00000000 in ?? () #1 0x292d10ba in XML_ParserCreate_MM () from /usr/local/lib/libexpat.so.4 maybe i need also first your galeon/mozilla-patch? you have written something about libexpat. i will try it and write you again. i've also tried geramik - with the same result. franz. *) instead bluecurve now of course. :-) > > > > > > > > > >I'll have to try these tomorrow. As far as I can tell > > > > >libgtk-x11-2.0.so.200 has both of these symbols. I haven't tested > > > > >gtk-engines2-2.2.0 much yet, though. > > > > > > > > > >Joe > > > > > > > > For kicks, I'd just like to add that I see this problem too... Bluecurve, > > > > Thinice and Xfce engines have the same effect of *not* starting up mozilla > > > > and not leaving an error message. Plus, any pixmap based theme will equally > > > > mess up. It's not so bad, though, because the new default GTK theme kicks > > > > ass. > > > > > > What about the gtk-engines2 themes themselves? Do they affect the look > > > and feel of the desktop? I want to make sure those themes are at least > > > functional before 2.2 is released. I suppose I'll answer this for > > > myself tomorrow... > > > > > > > Yes they did. IMHO gnome-2.2 is ready for desktop ;-) > > > > and since the most ports have the version 2.2 and up > > i'm think its faster. (debugging-code turned off?) > > > > but what's about gnumeric2/gthumb2/gal2 and libgnomeprint - are > > there any solutions? > > There is a gthumb 2.0.0, but I'm not sure what gnomeprint it uses. I > was hoping Maxime would submit a diff for it ;-). As for ghumeric, > still no word. The last thing Jody said was if GNOME 2.2 shipped first, > Gnumeric would be made to use libgnomeprint-2.2. If Gnumeric 1.2 > shipped first, it would go out with libgnomeprint-2.0. We'll have to > wait and see. > > Joe To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-gnome" in the body of the message From owner-freebsd-gnome Sat Jan 25 15:38:48 2003 Delivered-To: freebsd-gnome@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A882C37B401 for ; Sat, 25 Jan 2003 15:38:44 -0800 (PST) Received: from creme-brulee.marcuscom.com (rdu57-17-158.nc.rr.com [66.57.17.158]) by mx1.FreeBSD.org (Postfix) with ESMTP id D5BD743F5F for ; Sat, 25 Jan 2003 15:38:43 -0800 (PST) (envelope-from marcus@marcuscom.com) Received: from [10.2.1.4] (vpn-client-4.marcuscom.com [10.2.1.4]) by creme-brulee.marcuscom.com (8.12.6/8.12.6) with ESMTP id h0PNb1Dx078399; Sat, 25 Jan 2003 18:37:01 -0500 (EST) (envelope-from marcus@marcuscom.com) Subject: Re: YAMM - Yet Another Mozilla Mail ;-) From: Joe Marcus Clarke To: Franz Klammer Cc: Maxime Romano , FreeBSD GNOME Users In-Reply-To: <1043537768.35287.7.camel@ds9.webonaut.com> References: <1043476825.12343.17.camel@shumai.marcuscom.com> <1043492669.589.24.camel@ds9.webonaut.com> <1043532291.328.17.camel@gyros> <1043537768.35287.7.camel@ds9.webonaut.com> Content-Type: text/plain Organization: MarcusCom, Inc. Message-Id: <1043537898.328.34.camel@gyros> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.2.1 Date: 25 Jan 2003 18:38:18 -0500 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 Sat, 2003-01-25 at 18:36, Franz Klammer wrote: > Am Sa, 2003-01-25 um 23.04 schrieb Joe Marcus Clarke: > > On Sat, 2003-01-25 at 06:04, Franz Klammer wrote: > > > Am Sa, 2003-01-25 um 07.40 schrieb Joe Marcus Clarke: > > > > On Sat, 2003-01-25 at 01:27, Maxime Romano wrote: > > > > > >From: Joe Marcus Clarke > > > > > >On Fri, 2003-01-24 at 20:01, Franz Klammer wrote: > > > > > > > Am Sa, 2003-01-25 um 01.29 schrieb Joe Marcus Clarke: > > > > > > > > On Fri, 2003-01-24 at 19:25, Franz Klammer wrote: > > > > > > > > > Am Sa, 2003-01-25 um 01.05 schrieb Joe Marcus Clarke: > > > > > > > > > > On Fri, 2003-01-24 at 19:00, Franz Klammer wrote: > > > > > > > > > > > Am Sa, 2003-01-25 um 00.09 schrieb Joe Marcus Clarke: > > > > > > > > > > > > On Fri, 2003-01-24 at 17:41, Maxime Romano wrote: > > > > > > > > > > > > > >From: Joe Marcus Clarke > > > > > > > > > > > > > >To: Franz Klammer > > > > > > > > > > > > > >CC: FreeBSD GNOME Users > > > > > > > > > > > > > >Subject: Re: YAMM - Yet Another Mozilla Mail ;-) > > > > > > > > > > > > > >Date: 24 Jan 2003 14:18:27 -0500 > > > > > > > > > > > > > > > > > > > > > > > > > > > >On Thu, 2003-01-23 at 13:07, Franz Klammer wrote: > > > > > > > > > > > > > > > hello! > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > just for info. > > > > > > > > > > > > > > > maybe it helps a little to track down the problem. > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > to try it out, yesterday i've installed mozilla-1.3a > > > > > > > > > > > > > > > with xft and gtk2 support. > > > > > > > > > > > > > > > (on -current with -march=pentiumpro and -O2 ;o)) > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > everything works well if i'm don't think about that i > > > > > >have > > > > > > > > > > > > > > > to run it with root-rights: sudo mozilla. > > > > > > > > > > > > > > > (the same i've written yesterday regarding > > > > > >1.2.1/gtk/xft) > > > > > > > > > > > > > > > > > > > > > > > > > > > >Okay, I've reproduced the crash with Galeon 1.3.1 and > > > > > >Mozilla with > > > > > > > > > > > > > >GTK2. The problem is an expat conflict. expat is being > > > > > >linked from > > > > > > > > > > > > > >fontconfig instead of the static version that is included > > > > > >with Mozilla. > > > > > > > > > > > > > >This would be okay, except that Galeon is doing something > > > > > >bad. > > > > > > > > > > > > > > > > > > > > > > > > > > Definately. I'm seeing this problem too, and am currently > > > > > >recompiling > > > > > > > > > > > > > mozilla-gtk2. But, considering what you just said, it isn't > > > > > >going to change > > > > > > > > > > > > > much. Any idea how to fix this? > > > > > > > > > > > > > > > > > > > > > > > > I'm testing a possible fix now. Try removing --enable-reorder > > > > > >from > > > > > > > > > > > > mozilla-devel's Makefile, and see if that helps. My machine > > > > > >won't be > > > > > > > > > > > > done recompiling for a while. > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > i've found the reason but i don't know why: mozilla didn't start > > > > > > > > > > > with some gtk2-themes. e.g. with my favorite theme "fishing the > > > > > >sky" > > > > > > > > > > > i have to start it with sudo. if i change the theme to e.g. > > > > > >gtk-default > > > > > > > > > > > i can start mozilla as normal user. > > > > > > > > > > > > > > > > > > > > Try going through the theme files, and see if there are > > > > > >restrictive > > > > > > > > > > permissions. I haven't tried a non-default GNOME theme myself to > > > > > >see if > > > > > > > > > > it works. > > > > > > > > > > > > > > > > > > > > > > > > > > > > didn't help. just to be sure I've done a > > > > > > > > > chmod -R 777 ~/.themes - the problem persist. > > > > > > > > > > > > > > > > What about font permissions? Have you tried themes other than the > > > > > >"bad" > > > > > > > > one and default? What exactly happens when you run it as a normal > > > > > >user? > > > > > > > > > > > > > > > > Joe > > > > > > > > > > > > > > > > > > > > > > THEMES: > > > > > > > ============== > > > > > > > gnububble: no > > > > > > > > > > > > > > Redmond95: ok, but: > > > > > > > (:91532): Gtk-WARNING **: > > > > > > > /usr/X11R6/lib/gtk-2.0/2.2.0/engines/libredmond95.so: > > > > > > > Undefined symbol "gtk_widget_get_direction" > > > > > > > > > > > > > > > > > > > > > Metal: ok, but: > > > > > > > (:98114): Gtk-WARNING **: > > > > > > > /usr/X11R6/lib/gtk-2.0/2.2.0/engines/libmetal.so: > > > > > > > Undefined symbol "gtk_toggle_button_get_type" > > > > Okay, here are my findings. I get the same errors you do, but they > > appear to be harmless. All apps work as expected including Mozilla. As > > for the other themes, they work just fine for me as well (including with > > Mozilla). I think you got bit by the old GTK directory problem, Franz. > > It is not sufficient for you to just bump the shared lib version when it > > comes to GTK themes. You also have to go through the the Makefile, and > > replace occurrences of the 2.0.0 directory with 2.2.0 (there are quite a > > few of these in Bluecurve, for example). > > > > After doing that, the theme works great, and Mozilla comes right up with > > the Bluecurve look and feel. (Note, other non-ported themes may have > > some other, deeper editing that needs to be done). > > i did a search of all occurrences of 2.0.0 (gtk-only) and i found the > there was no port i've installed*). it's interesting (strange?) but > bluecurve/mozilla didn't work for me. also sudo didn't help me with > this theme. > > my currently installed mozilla (1.3a,GTK2.2,Xft) isn't compiled with -g > but if i start with gdb (bluecurve +/-sudo) the first two lines of > the backtrace are these: > > #0 0x00000000 in ?? () > #1 0x292d10ba in XML_ParserCreate_MM () from > /usr/local/lib/libexpat.so.4 > > > maybe i need also first your galeon/mozilla-patch? > you have written something about libexpat. Yep. You're hitting the symbol conflict that my patch fixes. I didn't do any theme testing until after relinking with -Bsymbolic. Give it a shot. Hopefully, it will fix all your theme/Mozilla problems. Joe -- PGP Key : http://www.marcuscom.com/pgp.asc To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-gnome" in the body of the message From owner-freebsd-gnome Sat Jan 25 16:51:57 2003 Delivered-To: freebsd-gnome@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0009737B401 for ; Sat, 25 Jan 2003 16:51:55 -0800 (PST) Received: from creme-brulee.marcuscom.com (rdu57-17-158.nc.rr.com [66.57.17.158]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2B0FB43E4A for ; Sat, 25 Jan 2003 16:51:55 -0800 (PST) (envelope-from marcus@FreeBSD.org) Received: from [10.2.1.4] (vpn-client-4.marcuscom.com [10.2.1.4]) by creme-brulee.marcuscom.com (8.12.6/8.12.6) with ESMTP id h0Q0oCDx078805 for ; Sat, 25 Jan 2003 19:50:12 -0500 (EST) (envelope-from marcus@FreeBSD.org) Subject: HEADS UP GNOME 2.1 testers: libgnome* shared lib version bump From: Joe Marcus Clarke To: FreeBSD GNOME Users Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="=-jp82gfJmTM1O57s/Hm7A" Organization: FreeBSD, Inc. Message-Id: <1043542289.328.44.camel@gyros> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.2.1 Date: 25 Jan 2003 19:51:29 -0500 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 --=-jp82gfJmTM1O57s/Hm7A Content-Type: text/plain Content-Transfer-Encoding: quoted-printable Most of the libgnome* libraries had their shared lib version bumped from .0 to .200. This will require a rebuild of all apps that depend on them. The reason I mention this, is that all GNOME 2 apps depend on these libraires (even those not in my tree). So FYI if you want to make sure your app works with the new libraries. Joe --=20 Joe Marcus Clarke FreeBSD GNOME Team :: marcus@FreeBSD.org http://www.FreeBSD.org/gnome --=-jp82gfJmTM1O57s/Hm7A Content-Type: application/pgp-signature; name=signature.asc Content-Description: This is a digitally signed message part -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.1 (FreeBSD) iD8DBQA+MzERb2iPiv4Uz4cRApfoAJ9lpOa8kPG9krZerPy5LvOH2Te7lwCdF2VX shrV2Hj2lWC1SAX0H63Jg3Y= =qPzJ -----END PGP SIGNATURE----- --=-jp82gfJmTM1O57s/Hm7A-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-gnome" in the body of the message From owner-freebsd-gnome Sat Jan 25 17:18:40 2003 Delivered-To: freebsd-gnome@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0910237B401 for ; Sat, 25 Jan 2003 17:18:37 -0800 (PST) Received: from sv02.webonaut.com (kirk.webonaut.com [212.41.243.26]) by mx1.FreeBSD.org (Postfix) with ESMTP id D30AF43EB2 for ; Sat, 25 Jan 2003 17:18:35 -0800 (PST) (envelope-from klammer@webonaut.com) Received: from [212.41.243.28] (sisko.webonaut.com [212.41.243.28]) by sv02.webonaut.com (Postfix) with ESMTP id 5C44C766C6; Sun, 26 Jan 2003 02:18:28 +0100 (CET) Subject: Re: YAMM - Yet Another Mozilla Mail ;-) From: Franz Klammer To: Joe Marcus Clarke Cc: Maxime Romano , FreeBSD GNOME Users In-Reply-To: <1043537898.328.34.camel@gyros> References: <1043476825.12343.17.camel@shumai.marcuscom.com> <1043492669.589.24.camel@ds9.webonaut.com> <1043532291.328.17.camel@gyros> <1043537768.35287.7.camel@ds9.webonaut.com> <1043537898.328.34.camel@gyros> Content-Type: text/plain Organization: Message-Id: <1043544064.94883.5.camel@ds9.webonaut.com> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.2.1 Date: 26 Jan 2003 02:21:04 +0100 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 Am So, 2003-01-26 um 00.38 schrieb Joe Marcus Clarke: > On Sat, 2003-01-25 at 18:36, Franz Klammer wrote: > > Am Sa, 2003-01-25 um 23.04 schrieb Joe Marcus Clarke: > > > On Sat, 2003-01-25 at 06:04, Franz Klammer wrote: > > > > Am Sa, 2003-01-25 um 07.40 schrieb Joe Marcus Clarke: > > > > > On Sat, 2003-01-25 at 01:27, Maxime Romano wrote: > > > > > > >From: Joe Marcus Clarke > > > > > > >On Fri, 2003-01-24 at 20:01, Franz Klammer wrote: > > > > > > > > Am Sa, 2003-01-25 um 01.29 schrieb Joe Marcus Clarke: > > > > > > > > > On Fri, 2003-01-24 at 19:25, Franz Klammer wrote: > > > > > > > > > > Am Sa, 2003-01-25 um 01.05 schrieb Joe Marcus Clarke: > > > > > > > > > > > On Fri, 2003-01-24 at 19:00, Franz Klammer wrote: > > > > > > > > > > > > Am Sa, 2003-01-25 um 00.09 schrieb Joe Marcus Clarke: > > > > > > > > > > > > > On Fri, 2003-01-24 at 17:41, Maxime Romano wrote: > > > > > > > > > > > > > > >From: Joe Marcus Clarke > > > > > > > > > > > > > > >To: Franz Klammer > > > > > > > > > > > > > > >CC: FreeBSD GNOME Users > > > > > > > > > > > > > > >Subject: Re: YAMM - Yet Another Mozilla Mail ;-) > > > > > > > > > > > > > > >Date: 24 Jan 2003 14:18:27 -0500 > > > > > > > > > > > > > > > > > > > > > > > > > > > > > >On Thu, 2003-01-23 at 13:07, Franz Klammer wrote: > > > > > > > > > > > > > > > > hello! > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > just for info. > > > > > > > > > > > > > > > > maybe it helps a little to track down the problem. > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > to try it out, yesterday i've installed mozilla-1.3a > > > > > > > > > > > > > > > > with xft and gtk2 support. > > > > > > > > > > > > > > > > (on -current with -march=pentiumpro and -O2 ;o)) > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > everything works well if i'm don't think about that i > > > > > > >have > > > > > > > > > > > > > > > > to run it with root-rights: sudo mozilla. > > > > > > > > > > > > > > > > (the same i've written yesterday regarding > > > > > > >1.2.1/gtk/xft) > > > > > > > > > > > > > > > > > > > > > > > > > > > > > >Okay, I've reproduced the crash with Galeon 1.3.1 and > > > > > > >Mozilla with > > > > > > > > > > > > > > >GTK2. The problem is an expat conflict. expat is being > > > > > > >linked from > > > > > > > > > > > > > > >fontconfig instead of the static version that is included > > > > > > >with Mozilla. > > > > > > > > > > > > > > >This would be okay, except that Galeon is doing something > > > > > > >bad. > > > > > > > > > > > > > > > > > > > > > > > > > > > > Definately. I'm seeing this problem too, and am currently > > > > > > >recompiling > > > > > > > > > > > > > > mozilla-gtk2. But, considering what you just said, it isn't > > > > > > >going to change > > > > > > > > > > > > > > much. Any idea how to fix this? > > > > > > > > > > > > > > > > > > > > > > > > > > I'm testing a possible fix now. Try removing --enable-reorder > > > > > > >from > > > > > > > > > > > > > mozilla-devel's Makefile, and see if that helps. My machine > > > > > > >won't be > > > > > > > > > > > > > done recompiling for a while. > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > i've found the reason but i don't know why: mozilla didn't start > > > > > > > > > > > > with some gtk2-themes. e.g. with my favorite theme "fishing the > > > > > > >sky" > > > > > > > > > > > > i have to start it with sudo. if i change the theme to e.g. > > > > > > >gtk-default > > > > > > > > > > > > i can start mozilla as normal user. > > > > > > > > > > > > > > > > > > > > > > Try going through the theme files, and see if there are > > > > > > >restrictive > > > > > > > > > > > permissions. I haven't tried a non-default GNOME theme myself to > > > > > > >see if > > > > > > > > > > > it works. > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > didn't help. just to be sure I've done a > > > > > > > > > > chmod -R 777 ~/.themes - the problem persist. > > > > > > > > > > > > > > > > > > What about font permissions? Have you tried themes other than the > > > > > > >"bad" > > > > > > > > > one and default? What exactly happens when you run it as a normal > > > > > > >user? > > > > > > > > > > > > > > > > > > Joe > > > > > > > > > > > > > > > > > > > > > > > > > THEMES: > > > > > > > > ============== > > > > > > > > gnububble: no > > > > > > > > > > > > > > > > Redmond95: ok, but: > > > > > > > > (:91532): Gtk-WARNING **: > > > > > > > > /usr/X11R6/lib/gtk-2.0/2.2.0/engines/libredmond95.so: > > > > > > > > Undefined symbol "gtk_widget_get_direction" > > > > > > > > > > > > > > > > > > > > > > > > Metal: ok, but: > > > > > > > > (:98114): Gtk-WARNING **: > > > > > > > > /usr/X11R6/lib/gtk-2.0/2.2.0/engines/libmetal.so: > > > > > > > > Undefined symbol "gtk_toggle_button_get_type" > > > > > > Okay, here are my findings. I get the same errors you do, but they > > > appear to be harmless. All apps work as expected including Mozilla. As > > > for the other themes, they work just fine for me as well (including with > > > Mozilla). I think you got bit by the old GTK directory problem, Franz. > > > It is not sufficient for you to just bump the shared lib version when it > > > comes to GTK themes. You also have to go through the the Makefile, and > > > replace occurrences of the 2.0.0 directory with 2.2.0 (there are quite a > > > few of these in Bluecurve, for example). > > > > > > After doing that, the theme works great, and Mozilla comes right up with > > > the Bluecurve look and feel. (Note, other non-ported themes may have > > > some other, deeper editing that needs to be done). > > > > i did a search of all occurrences of 2.0.0 (gtk-only) and i found the > > there was no port i've installed*). it's interesting (strange?) but > > bluecurve/mozilla didn't work for me. also sudo didn't help me with > > this theme. > > > > my currently installed mozilla (1.3a,GTK2.2,Xft) isn't compiled with -g > > but if i start with gdb (bluecurve +/-sudo) the first two lines of > > the backtrace are these: > > > > #0 0x00000000 in ?? () > > #1 0x292d10ba in XML_ParserCreate_MM () from > > /usr/local/lib/libexpat.so.4 > > > > > > maybe i need also first your galeon/mozilla-patch? > > you have written something about libexpat. > > Yep. You're hitting the symbol conflict that my patch fixes. I didn't > do any theme testing until after relinking with -Bsymbolic. Give it a > shot. Hopefully, it will fix all your theme/Mozilla problems. > ok. mozilla works for me now. it seems that only themes with an (own) engine will be used. bluecurve and the standard gtk-engines are ok. if i select the other themes mozilla comes up with gtk-default. thanks! franz > Joe -- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-gnome" in the body of the message From owner-freebsd-gnome Sat Jan 25 19: 9: 0 2003 Delivered-To: freebsd-gnome@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 89A6737B401 for ; Sat, 25 Jan 2003 19:08:58 -0800 (PST) Received: from creme-brulee.marcuscom.com (rdu57-17-158.nc.rr.com [66.57.17.158]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6B8B443F18 for ; Sat, 25 Jan 2003 19:08:57 -0800 (PST) (envelope-from marcus@marcuscom.com) Received: from [192.168.1.4] (shumai.marcuscom.com [192.168.1.4]) by creme-brulee.marcuscom.com (8.12.6/8.12.6) with ESMTP id h0Q37DDx079446; Sat, 25 Jan 2003 22:07:14 -0500 (EST) (envelope-from marcus@marcuscom.com) Subject: Re: YAMM - Yet Another Mozilla Mail ;-) From: Joe Marcus Clarke To: Franz Klammer Cc: Maxime Romano , FreeBSD GNOME Users In-Reply-To: <1043544064.94883.5.camel@ds9.webonaut.com> References: <1043476825.12343.17.camel@shumai.marcuscom.com> <1043492669.589.24.camel@ds9.webonaut.com> <1043532291.328.17.camel@gyros> <1043537768.35287.7.camel@ds9.webonaut.com> <1043537898.328.34.camel@gyros> <1043544064.94883.5.camel@ds9.webonaut.com> Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="=-PnX1StMgDod2hPKdVePp" Organization: MarcusCom, Inc. Message-Id: <1043550534.21854.2.camel@shumai.marcuscom.com> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.2.1 Date: 25 Jan 2003 22:08:54 -0500 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 --=-PnX1StMgDod2hPKdVePp Content-Type: text/plain Content-Transfer-Encoding: quoted-printable On Sat, 2003-01-25 at 20:21, Franz Klammer wrote: [Trimming the fat considerably] > ok. mozilla works for me now. > it seems that only themes with an (own) engine will be used. > bluecurve and the standard gtk-engines are ok. if i select > the other themes mozilla comes up with gtk-default. That's usually an indication that the theme engines were installed in the wrong engine directory. All theme engines need to be in ${X11BASE}/lib/gtk-2.0/2.2.0/engines now. Previous versions of GTK 2 used other directories. When GNOME 2.2 goes into the tree, I'll make sure to get all of these kinds of things. Joe --=20 PGP Key : http://www.marcuscom.com/pgp.asc --=-PnX1StMgDod2hPKdVePp Content-Type: application/pgp-signature; name=signature.asc Content-Description: This is a digitally signed message part -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.1 (FreeBSD) iD8DBQA+M1FGb2iPiv4Uz4cRAliMAJ4qEKx2gQw93IZaOdn/dxGQc1F1rQCffs8E KTG4v3vgFhRWO8RPEWGjhOo= =KUGy -----END PGP SIGNATURE----- --=-PnX1StMgDod2hPKdVePp-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-gnome" in the body of the message