From owner-freebsd-mozilla@FreeBSD.ORG Mon Apr 7 03:09:19 2003 Return-Path: Delivered-To: freebsd-mozilla@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1E6F637B401 for ; Mon, 7 Apr 2003 03:09:18 -0700 (PDT) Received: from accms33.physik.rwth-aachen.de (accms33.physik.RWTH-Aachen.DE [137.226.46.133]) by mx1.FreeBSD.org (Postfix) with ESMTP id BC5C843FAF for ; Mon, 7 Apr 2003 03:09:17 -0700 (PDT) (envelope-from kuku@accms33.physik.rwth-aachen.de) Received: (from kuku@localhost) by accms33.physik.rwth-aachen.de (8.11.6/8.9.3) id h37A9G924353 for freebsd-mozilla@freebsd.org; Mon, 7 Apr 2003 12:09:16 +0200 Date: Mon, 7 Apr 2003 12:09:16 +0200 From: Christoph Kukulies Message-Id: <200304071009.h37A9G924353@accms33.physik.rwth-aachen.de> To: freebsd-mozilla@freebsd.org Subject: anyone working seriously on 1.4? X-BeenThere: freebsd-mozilla@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Mozilla browser issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 07 Apr 2003 10:09:19 -0000 I found that mozilla 1.4b (cvs checked out yesterday) is full of odd looking logs apperaing in the accompanying xterm. The weirdest: ### nsCacheProfilePrefObserver::Observe [topic=xpcom-shutdown data=] nsPluginHostImpl::Observe "xpcom-shutdown" WARNING: nsExceptionService ignoring thread destruction after shutdown, file nsExceptionService.cpp, line 189 +++ JavaScript debuging hooks removed. Bus error (core dumped) $ which happens when you close or quit mozilla. a 16MB core dump is generated each time. Also still unsolved is the fact that mozilla-1.[34] does not work with ipv6 enabled in the kernel. (As Dan Rench recently found out, suspecting this being related to mozilla bug #68796) This bug report contains a sample program that should reveal the bug. I tried it out but didn't know how to interprete the results since I removed IPV6 from my kernel for the moment anyway. I'm attaching the program gethost2.c (as it is attached to mozilla bug 68796) -- Chris Christoph P. U. Kukulies kukulies@rwth-aachen.de /* ------------------------- gethost2.c -------------------------- */ #include #include #include #include #include #include #include int main(int argc, char *argv[]) { struct hostent *hent; char addrstr[64]; int i; if (argc != 2) { fprintf(stderr, "Usage: %s \n", argv[0]); exit(1); } hent = gethostbyname2(argv[1], AF_INET6); if (hent == NULL) { fprintf(stderr, "gethostbyname2 failed: %d\n", h_errno); exit(1); } printf("h_name = %s\n", hent->h_name); if (hent->h_aliases) { for (i = 0; hent->h_aliases[i]; i++) { printf("h_aliases[%d] = %s\n", i, hent->h_aliases[i]); } } if (hent->h_addrtype == AF_INET) { printf("h_addrtype = AF_INET\n"); } else if (hent->h_addrtype == AF_INET6) { printf("h_addrtype = AF_INET6\n"); } else { printf("h_addrtype = %d\n", hent->h_addrtype); } printf("h_length = %d\n", hent->h_length); if (hent->h_addr_list) { for (i = 0; hent->h_addr_list[i]; i++) { printf("h_addr_list[%d] = %s\n", i, inet_ntop(hent->h_addrtype, hent->h_addr_list[i], addrstr, sizeof(addrstr))); } } return 0; } /* --------------------- end of gethost2.c --------------------------- */ From owner-freebsd-mozilla@FreeBSD.ORG Mon Apr 7 04:15:17 2003 Return-Path: Delivered-To: freebsd-mozilla@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2A55737B405 for ; Mon, 7 Apr 2003 04:15:17 -0700 (PDT) Received: from complx.LF.net (complx.LF.net [212.9.190.63]) by mx1.FreeBSD.org (Postfix) with ESMTP id AC28043F85 for ; Mon, 7 Apr 2003 04:15:16 -0700 (PDT) (envelope-from lists@complx.LF.net) Received: from lists by complx.LF.net with local (Exim 4.10) id 192Uap-0008nl-00 for freebsd-mozilla@freebsd.org; Mon, 07 Apr 2003 13:15:15 +0200 Date: Mon, 7 Apr 2003 13:15:15 +0200 From: Kurt Jaeger To: freebsd-mozilla@freebsd.org Message-ID: <20030407111515.GE929@complx.LF.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Subject: Placement of query boxes of mozilla 1.0.2 X-BeenThere: freebsd-mozilla@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Mozilla browser issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 07 Apr 2003 11:15:17 -0000 Hi! I run a dual-head screen setup and most of all my browser windows in the right screen. If mozilla asks me about cookies or usernames/passwords, or "find" dialogs, those pop up boxes end up to the very left. Any pointers how can I control the location of these pop-up windows ? -- MfG/Best regards, Kurt Jaeger 17 years to go ! LF.net GmbH fon +49 711 90074-23 pi@LF.net Ruppmannstr. 27 fax +49 711 90074-33 D-70565 Stuttgart mob +49 171 3101372 From owner-freebsd-mozilla@FreeBSD.ORG Wed Apr 9 07:47:37 2003 Return-Path: Delivered-To: freebsd-mozilla@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B3EA837B404 for ; Wed, 9 Apr 2003 07:47:37 -0700 (PDT) Received: from is2.mh.itc.u-tokyo.ac.jp (is2.mh.itc.u-tokyo.ac.jp [133.11.205.12]) by mx1.FreeBSD.org (Postfix) with ESMTP id C42E543F93 for ; Wed, 9 Apr 2003 07:47:35 -0700 (PDT) (envelope-from tamaru@myn.rcast.u-tokyo.ac.jp) Received: from is2.mh.itc.u-tokyo.ac.jp (is2.mh.itc.u-tokyo.ac.jp [127.0.0.1]) by is2.mh.itc.u-tokyo.ac.jp (Postfix) with ESMTP id AEA513781FF for ; Wed, 9 Apr 2003 23:47:33 +0900 (JST) Received: from mailhosting.itc.u-tokyo.ac.jp (IDENT:mirapoint@mailhosting.itc.u-tokyo.ac.jp [133.11.205.3]) h39ElX2M025146 for ; Wed, 9 Apr 2003 23:47:33 +0900 Received: from gin.myn.rcast.u-tokyo.ac.jp (cognac.myn.rcast.u-tokyo.ac.jp [157.82.66.106])2.9.3.2) with ESMTP id AIG91744; Wed, 9 Apr 2003 23:47:28 +0900 (JST) Date: Wed, 09 Apr 2003 23:48:33 +0900 Message-ID: From: Hiroharu Tamaru To: freebsd-mozilla@freebsd.org User-Agent: User-Agent: Wanderlust/2.10.0 (Venus) Emacs/21.2 Mule/5.0 (SAKAKI) MIME-Version: 1.0 (generated by SEMI 1.14.5 - "Awara-Onsen") Content-Type: text/plain; charset=US-ASCII Subject: mozilla 1.3,2 cannot access IPv6 addressed host via IPv4 X-BeenThere: freebsd-mozilla@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Mozilla browser issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 09 Apr 2003 14:47:38 -0000 I updated mozilla port from 1.2.1_1,2 to 1.3,2 and realized that it fails to reach some sites. It just says "Done" in the status bar and nothing happens. It seems to be those servers that have both IPv4 and IPv6 address that are the victims, eg: www.jp.freebsd.org, www.kame.net. I am running FreeBSD 4.8-RC. I have IPv6 lladdr assigned to my network interfaces but do not have IPv6 link to the Internet. Am I the only one seeing this problem? -- Hiroharu Tamaru From owner-freebsd-mozilla@FreeBSD.ORG Wed Apr 9 08:44:29 2003 Return-Path: Delivered-To: freebsd-mozilla@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 33FBC37B401 for ; Wed, 9 Apr 2003 08:44:29 -0700 (PDT) Received: from accms33.physik.rwth-aachen.de (accms33.physik.RWTH-Aachen.DE [137.226.46.133]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0578F43FA3 for ; Wed, 9 Apr 2003 08:44:28 -0700 (PDT) (envelope-from kuku@accms33.physik.rwth-aachen.de) Received: (from kuku@localhost) by accms33.physik.rwth-aachen.de (8.11.6/8.9.3) id h39FiLo06562; Wed, 9 Apr 2003 17:44:21 +0200 Date: Wed, 9 Apr 2003 17:44:21 +0200 From: "Christoph P. Kukulies" To: Hiroharu Tamaru Message-ID: <20030409154421.GA6527@gilberto.physik.rwth-aachen.de> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.4i cc: freebsd-mozilla@freebsd.org Subject: Re: mozilla 1.3,2 cannot access IPv6 addressed host via IPv4 X-BeenThere: freebsd-mozilla@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Mozilla browser issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 09 Apr 2003 15:44:29 -0000 On Wed, Apr 09, 2003 at 11:48:33PM +0900, Hiroharu Tamaru wrote: > I updated mozilla port from 1.2.1_1,2 to 1.3,2 and realized that > it fails to reach some sites. It just says "Done" in the status bar > and nothing happens. > > It seems to be those servers that have both IPv4 and IPv6 address that > are the victims, eg: www.jp.freebsd.org, www.kame.net. > > I am running FreeBSD 4.8-RC. I have IPv6 lladdr assigned to my > network interfaces but do not have IPv6 link to the Internet. > > Am I the only one seeing this problem? The problem has brought up by me in this list already before, only not under this aspect. The workaround was, so far, to turn off IPV6 in the kernel. I admit, not a beautiful solution. I posted an excerpt (sample program that had been posted to bugzilla on mozilla.org under some bug report) Look into this list under posts this and last week. -- Chris Christoph P. U. Kukulies kukulies@rwth-aachen.de From owner-freebsd-mozilla@FreeBSD.ORG Thu Apr 10 06:43:51 2003 Return-Path: Delivered-To: freebsd-mozilla@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1B57937B401; Thu, 10 Apr 2003 06:43:51 -0700 (PDT) Received: from is1.mh.itc.u-tokyo.ac.jp (is1.mh.itc.u-tokyo.ac.jp [133.11.205.11]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5498E43FBD; Thu, 10 Apr 2003 06:43:49 -0700 (PDT) (envelope-from tamaru@myn.rcast.u-tokyo.ac.jp) Received: from is1.mh.itc.u-tokyo.ac.jp (is1.mh.itc.u-tokyo.ac.jp [127.0.0.1]) by is1.mh.itc.u-tokyo.ac.jp (Postfix) with ESMTP id 75B36218170; Thu, 10 Apr 2003 22:43:46 +0900 (JST) Received: from mailhosting.itc.u-tokyo.ac.jp (IDENT:mirapoint@mailhosting.itc.u-tokyo.ac.jp [133.11.205.3]) h3ADhkUm000713; Thu, 10 Apr 2003 22:43:46 +0900 Received: from gin.myn.rcast.u-tokyo.ac.jp (cognac.myn.rcast.u-tokyo.ac.jp [157.82.66.106])2.9.3.2) with ESMTP id AIH14841; Thu, 10 Apr 2003 22:43:44 +0900 (JST) Date: Thu, 10 Apr 2003 22:44:48 +0900 Message-ID: From: Hiroharu Tamaru To: "Christoph P. Kukulies" In-Reply-To: <20030409154421.GA6527@gilberto.physik.rwth-aachen.de> References: <20030409154421.GA6527@gilberto.physik.rwth-aachen.de> User-Agent: User-Agent: Wanderlust/2.10.0 (Venus) Emacs/21.2 Mule/5.0 (SAKAKI) MIME-Version: 1.0 (generated by SEMI 1.14.5 - "Awara-Onsen") Content-Type: text/plain; charset=US-ASCII cc: freebsd-mozilla@freebsd.org cc: freebsd-gnome@freebsd.org Subject: Re: mozilla 1.3,2 cannot access IPv6 addressed host via IPv4 X-BeenThere: freebsd-mozilla@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Mozilla browser issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 10 Apr 2003 13:43:51 -0000 Hi, gnome@ CC:'ed 'causs it's the maintainer of the port. At Wed, 9 Apr 2003 17:44:21 +0200, Christoph P. Kukulies wrote: > > On Wed, Apr 09, 2003 at 11:48:33PM +0900, Hiroharu Tamaru wrote: > > I updated mozilla port from 1.2.1_1,2 to 1.3,2 and realized that > > it fails to reach some sites. It just says "Done" in the status bar > > and nothing happens. > > > > It seems to be those servers that have both IPv4 and IPv6 address that > > are the victims, eg: www.jp.freebsd.org, www.kame.net. > > > > I am running FreeBSD 4.8-RC. I have IPv6 lladdr assigned to my > > network interfaces but do not have IPv6 link to the Internet. > > > > Am I the only one seeing this problem? > > The problem has brought up by me in this list already before, > only not under this aspect. > > The workaround was, so far, to turn off IPV6 in the kernel. > > I admit, not a beautiful solution. I posted an excerpt (sample program > that had been posted to bugzilla on mozilla.org under some bug report) > > Look into this list under posts this and last week. Indeed you did. I saw 1.4 in the subject and didn't read it carefully then. I also found the same issue reported on gnome@ http://www.freebsd.org/cgi/getmsg.cgi?fetch=1019068+0+/usr/local/www/db/text/2003/freebsd-gnome/20030223.freebsd-gnome OK. I brought it up to users-jp@jp.freebsd.org ML and someone pointed out that it was assigned a bugzilla-JP id of 2967 http://bugzilla.mozilla.gr.jp/show_bug.cgi?id=2967 and forwarded to bugzilla http://bugzilla.mozilla.org/show_bug.cgi?id=192696 http://bugzilla.mozilla.org/show_bug.cgi?id=186745 He told me a fix is already committed to the trunk of Mozilla repo. also, reading through bugzilla 186745, the patch, http://bugzilla.mozilla.org/attachment.cgi?id=112566&action=view is said to work around the problem, with some impact on IPv6-only users. I tried the patch, and it seems to work for me. Could someone commit the above mentioned one line patch to the mozilla port? -- Hiroharu Tamaru From owner-freebsd-mozilla@FreeBSD.ORG Thu Apr 10 10:48:12 2003 Return-Path: Delivered-To: freebsd-mozilla@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4EBDE37B401; Thu, 10 Apr 2003 10:48:12 -0700 (PDT) Received: from octo.sytes.net (aoji19nyy47g9.ab.hsia.telus.net [142.59.78.169]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5523643F75; Thu, 10 Apr 2003 10:48:10 -0700 (PDT) (envelope-from otacon@octo.sytes.net) Received: from octo.sytes.net (localhost [127.0.0.1]) by octo.sytes.net (8.12.9/8.12.9) with ESMTP id h3AHm5jt034992; Thu, 10 Apr 2003 11:48:07 -0600 (MDT) (envelope-from otacon@octo.sytes.net) Received: (from otacon@localhost) by octo.sytes.net (8.12.9/8.12.9/Submit) id h3AHm5Po034991; Thu, 10 Apr 2003 11:48:05 -0600 (MDT) Date: Thu, 10 Apr 2003 11:48:05 -0600 (MDT) Message-Id: <200304101748.h3AHm5Po034991@octo.sytes.net> To: FreeBSD-mozilla@freebsd.org, gnome@freebsd.org, freebsd-stable@freebsd.org From: "Dr. Otacon" X-send-pr-version: 3.113 X-GNATS-Notify: Subject: regchrome causes segfault during Mozilla build X-BeenThere: freebsd-mozilla@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: "Dr. Otacon" List-Id: Mozilla browser issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 10 Apr 2003 17:48:12 -0000 >Submitter-Id: current-users >Originator: Dr. Otacon >Organization: Skimask Ninjas >Confidential: no >Synopsis: regchrome causes segfault during Mozilla build >Severity: critical >Priority: high >Category: ports >Class: sw-bug >Release: FreeBSD 4.8-STABLE i386 >Environment: System: FreeBSD octo.sytes.net 4.8-STABLE FreeBSD 4.8-STABLE #4: Wed Apr 9 14:48:08 MDT 2003 otacon@octo.sytes.net:/usr/obj/usr/src/sys/CONTRA i386 >Description: (cd /usr/ports/www/mozilla/work/mozilla/dist/bin; /usr/bin/env LD_LIBRARY_PATH=. MOZILLA_FIVE_HOME=. ./regxpcom; /usr/bin/env LD_LIBRARY_PATH=. MOZILLA_FIVE_HOME=. ./regchrome; /usr/bin/touch ./chrome/user-skins.rdf ./chrome/user-locales.rdf) Segmentation fault (core dumped) *** Error code 139 I've tried using gcc2.95.4 and gcc3.2.2, both generate the same error, with or without optimizations. Here are the CFLAGS I've used: gcc3.2.2: CFLAGS=-O -pipe -fomit-frame-pointer -mmmx -msse -march=pentium3 -mcpu=pentium3 gcc2.95.4: CFLAGS=-O -pipe -fomit-frame-pointer -march=pentiumpro -mcpu=pentiumpro If any addition info is required, let me know. >How-To-Repeat: execute `regchrome', a file built by mozilla near the end of the install. From owner-freebsd-mozilla@FreeBSD.ORG Thu Apr 10 11:10:45 2003 Return-Path: Delivered-To: freebsd-mozilla@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 75F6737B401; Thu, 10 Apr 2003 11:10:45 -0700 (PDT) Received: from ms-smtp-01.southeast.rr.com (ms-smtp-01.southeast.rr.com [24.93.67.82]) by mx1.FreeBSD.org (Postfix) with ESMTP id 18BA743FAF; Thu, 10 Apr 2003 11:10:42 -0700 (PDT) (envelope-from marcus@marcuscom.com) Received: from mail4.nc.rr.com (fe4 [24.93.67.51])h3AI6KhA007931; Thu, 10 Apr 2003 14:06:20 -0400 (EDT) Received: from creme-brulee.marcuscom.com ([66.57.17.158]) by mail4.nc.rr.com with Microsoft SMTPSVC(5.5.1877.757.75); Thu, 10 Apr 2003 14:12:28 -0400 Received: from [10.2.1.4] (vpn-client-4.marcuscom.com [10.2.1.4]) h3AIA37q009467; Thu, 10 Apr 2003 14:10:04 -0400 (EDT) (envelope-from marcus@marcuscom.com) From: Joe Marcus Clarke To: "Dr. Otacon" In-Reply-To: <200304101748.h3AHm5Po034991@octo.sytes.net> References: <200304101748.h3AHm5Po034991@octo.sytes.net> Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="=-oNRgIkZieFr0kirMGj9m" Organization: MarcusCom, Inc. Message-Id: <1049998234.381.58.camel@gyros> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.2.4 Date: 10 Apr 2003 14:10:35 -0400 X-Spam-Status: No, hits=-39.2 required=5.0 tests=BAYES_00,EMAIL_ATTRIBUTION,IN_REP_TO,PGP_SIGNATURE_2, QUOTED_EMAIL_TEXT,QUOTE_TWICE_1,REFERENCES, REPLY_WITH_QUOTES autolearn=ham version=2.50 X-Spam-Checker-Version: SpamAssassin 2.50 (1.173-2003-02-20-exp) cc: FreeBSD GNOME Users cc: freebsd-stable@freebsd.org cc: FreeBSD-mozilla@freebsd.org Subject: Re: regchrome causes segfault during Mozilla build X-BeenThere: freebsd-mozilla@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Mozilla browser issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 10 Apr 2003 18:10:46 -0000 --=-oNRgIkZieFr0kirMGj9m Content-Type: text/plain Content-Transfer-Encoding: quoted-printable On Thu, 2003-04-10 at 13:48, Dr. Otacon wrote: > >Submitter-Id: current-users > >Originator: Dr. Otacon > >Organization: Skimask Ninjas=09 > >Confidential: no > >Synopsis: regchrome causes segfault during Mozilla build > >Severity: critical > >Priority: high > >Category: ports > >Class: sw-bug > >Release: FreeBSD 4.8-STABLE i386 > >Environment: > System: FreeBSD octo.sytes.net 4.8-STABLE FreeBSD 4.8-STABLE #4: Wed Apr = 9 14:48:08 MDT 2003 otacon@octo.sytes.net:/usr/obj/usr/src/sys/CONTRA i386 >=20 > >Description: > (cd /usr/ports/www/mozilla/work/mozilla/dist/bin; /usr/bin/env LD_LIBRA= RY_PATH=3D. MOZILLA_FIVE_HOME=3D. ./regxpcom; /usr/bin/env LD_LIBRARY_PATH= =3D. MOZILLA_FIVE_HOME=3D. ./regchrome; /usr/bin/touch ./chrome/user-skins= .rdf ./chrome/user-locales.rdf) > Segmentation fault (core dumped) > *** Error code 139 >=20 > I've tried using gcc2.95.4 and gcc3.2.2, both generate the same error, w= ith or without optimizations. Here are the CFLAGS I've used: > gcc3.2.2: CFLAGS=3D-O -pipe -fomit-frame-pointer -mmmx -msse -march=3Dp= entium3 -mcpu=3Dpentium3 > gcc2.95.4: CFLAGS=3D-O -pipe -fomit-frame-pointer -march=3Dpentiumpro -= mcpu=3Dpentiumpro In the handbook it states that you should not report bugs unless you've built with _default_ CFLAGS. Please rebuild Mozilla with -O -pipe, and see if the problem persists. Joe >=20 > If any addition info is required, let me know. >=20 > >How-To-Repeat: > execute `regchrome', a file built by mozilla near the end of the install= . > _______________________________________________ > freebsd-gnome@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-gnome > To unsubscribe, send any mail to "freebsd-gnome-unsubscribe@freebsd.org" --=20 PGP Key : http://www.marcuscom.com/pgp.asc --=-oNRgIkZieFr0kirMGj9m 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+lbOab2iPiv4Uz4cRAkQWAJ9l5W3xCZb/KenMbv+oyOGv6dk5FQCfR7P1 FAP12qsMY2zEMrffS7BmfdA= =Rytd -----END PGP SIGNATURE----- --=-oNRgIkZieFr0kirMGj9m-- From owner-freebsd-mozilla@FreeBSD.ORG Thu Apr 10 11:28:26 2003 Return-Path: Delivered-To: freebsd-mozilla@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 907DF37B401 for ; Thu, 10 Apr 2003 11:28:26 -0700 (PDT) Received: from w2xo.jcdurham.com (18.gibs5.xdsl.nauticom.net [209.195.184.19]) by mx1.FreeBSD.org (Postfix) with ESMTP id 80DCF43FA3 for ; Thu, 10 Apr 2003 11:28:25 -0700 (PDT) (envelope-from durham@jcdurham.com) Received: from jcdurham.com (pgh.nepinc.com [66.207.129.50]) by w2xo.jcdurham.com (8.11.6/8.11.6) with ESMTP id h3AISNN49633 for ; Thu, 10 Apr 2003 18:28:24 GMT (envelope-from durham@jcdurham.com) Message-ID: <3E95B7C3.6090201@jcdurham.com> Date: Thu, 10 Apr 2003 14:28:19 -0400 From: Jim Durham User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.1) Gecko/20030111 X-Accept-Language: en-us, en MIME-Version: 1.0 To: freebsd-mozilla@freebsd.org Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Subject: KDE Print and Mozilla X-BeenThere: freebsd-mozilla@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Mozilla browser issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 10 Apr 2003 18:28:26 -0000 Is there any way to cause Mozilla to use the KDE print stuff, IE; can the print output of Mozilla be integrated into the KDE print system? I like Mozilla and Mozilla mail, but I do most of my record keeping as PDF files from web ordering and Mozilla opens up it's own print menu without the PDF option that KDE programs normally offer. It also uses a file window that does not have the option to create new directories before saving, which I often need to do. -Jim From owner-freebsd-mozilla@FreeBSD.ORG Thu Apr 10 11:40:42 2003 Return-Path: Delivered-To: freebsd-mozilla@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9682C37B401; Thu, 10 Apr 2003 11:40:42 -0700 (PDT) Received: from smtp.tor.pathcom.com (smtp.tor.pathcom.com [209.250.128.26]) by mx1.FreeBSD.org (Postfix) with ESMTP id C0D5443F3F; Thu, 10 Apr 2003 11:40:41 -0700 (PDT) (envelope-from lwh@pathcom.com) Received: from rdsl-0431.tor.pathcom.com (luke@rdsl-0431.tor.pathcom.com [207.188.67.175]) by smtp.tor.pathcom.com (8.12.9/8.12.6) with ESMTP id h3AIeeVt001011; Thu, 10 Apr 2003 14:40:40 -0400 (EDT) Date: Thu, 10 Apr 2003 14:40:39 -0400 (EDT) From: Luke Hollins Sender: lwh@phoenix.zer0.net To: Joe Marcus Clarke In-Reply-To: <1049998234.381.58.camel@gyros> Message-ID: References: <200304101748.h3AHm5Po034991@octo.sytes.net> <1049998234.381.58.camel@gyros> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII cc: FreeBSD GNOME Users cc: FreeBSD-mozilla@freebsd.org cc: freebsd-stable@freebsd.org cc: "Dr. Otacon" Subject: Re: regchrome causes segfault during Mozilla build X-BeenThere: freebsd-mozilla@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Luke Hollins List-Id: Mozilla browser issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 10 Apr 2003 18:40:43 -0000 > > >Release: FreeBSD 4.8-STABLE i386 > > >Environment: > > System: FreeBSD octo.sytes.net 4.8-STABLE FreeBSD 4.8-STABLE #4: Wed Apr 9 14:48:08 MDT 2003 otacon@octo.sytes.net:/usr/obj/usr/src/sys/CONTRA i386 > > > > >Description: > > (cd /usr/ports/www/mozilla/work/mozilla/dist/bin; /usr/bin/env LD_LIBRARY_PATH=. MOZILLA_FIVE_HOME=. ./regxpcom; /usr/bin/env LD_LIBRARY_PATH=. MOZILLA_FIVE_HOME=. ./regchrome; /usr/bin/touch ./chrome/user-skins.rdf ./chrome/user-locales.rdf) > > Segmentation fault (core dumped) > > *** Error code 139 > > > > I've tried using gcc2.95.4 and gcc3.2.2, both generate the same error, with or without optimizations. Here are the CFLAGS I've used: > > gcc3.2.2: CFLAGS=-O -pipe -fomit-frame-pointer -mmmx -msse -march=pentium3 -mcpu=pentium3 > > gcc2.95.4: CFLAGS=-O -pipe -fomit-frame-pointer -march=pentiumpro -mcpu=pentiumpro > > In the handbook it states that you should not report bugs unless you've > built with _default_ CFLAGS. Please rebuild Mozilla with -O -pipe, and > see if the problem persists. I have had the same problem on many machines, removing any -f and -O options has always fixed it. From owner-freebsd-mozilla@FreeBSD.ORG Fri Apr 11 03:01:46 2003 Return-Path: Delivered-To: freebsd-mozilla@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 70C3A37B401 for ; Fri, 11 Apr 2003 03:01:46 -0700 (PDT) Received: from grunt2.ihug.co.nz (grunt2.ihug.co.nz [203.109.254.42]) by mx1.FreeBSD.org (Postfix) with ESMTP id A018643FB1 for ; Fri, 11 Apr 2003 03:01:37 -0700 (PDT) (envelope-from mjl@luckie.org.nz) Received: from 203-173-241-229.adsl.ihug.co.nz (lycra.luckie.org.nz) [203.173.241.229] by grunt2.ihug.co.nz with esmtp (Exim 3.35 #1 (Debian)) id 193uox-0002ss-00; Fri, 11 Apr 2003 21:27:43 +1200 Received: from mjl (helo=localhost) by lycra.luckie.org.nz with local-esmtp (Exim 4.12) id 193uox-0007mO-00 for freebsd-mozilla@freebsd.org; Fri, 11 Apr 2003 21:27:43 +1200 Date: Fri, 11 Apr 2003 21:27:42 +1200 (NZST) From: Matthew Luckie To: freebsd-mozilla@freebsd.org Message-ID: <20030411211257.H29835@lycra.luckie.org.nz> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Subject: fontconfig and mozilla X-BeenThere: freebsd-mozilla@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Mozilla browser issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 11 Apr 2003 10:01:46 -0000 well, this isn't _really_ a mozilla problem. i battled getting mozilla to work (i had the well known problem where you start mozilla and no window pops up, and no error message is given). fontconfig had indexed (written a fonts.cache-1) all the directories under /usr/X11R6/lib/X11/fonts including 100dpi, 75dpi, utils and misc (to name a few). I had a look at my netbsd box and it had only indexed /usr/X11R6/lib/X11/fonts/TrueType so I edited /usr/X11R6/etc/fonts/fonts.conf and removed all the entries except for the TrueType directory. I also did a ktrace on mozilla and found that it was barfing shortly after opening a 100dpi font: 275 mozilla-bin CALL open(0x86cbab0,0,0) 275 mozilla-bin NAMI "/usr/X11R6/lib/X11/fonts/100dpi/helvB08.pcf.gz" 275 mozilla-bin RET open 22/0x16 My questions are: - should fontconfig be indexing for all directories after fonts/ ?? - if not, how do i write a local.conf to exclude these directories and only look at the directories with TrueType fonts? [ cvsup'd about 12 hours ago, and I did a portupgrade -Rf mozilla to make sure all libraries that mozilla depended on were upgraded if necessary. ] (please cc: me, i'm not subscribed to this mailing list) Matthew From owner-freebsd-mozilla@FreeBSD.ORG Fri Apr 11 16:10:24 2003 Return-Path: Delivered-To: freebsd-mozilla@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C0E3937B418 for ; Fri, 11 Apr 2003 16:10:24 -0700 (PDT) Received: from probsd.org (cpe-066-056-233-145.ec.rr.com [66.56.233.145]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0546143F93 for ; Fri, 11 Apr 2003 16:10:22 -0700 (PDT) (envelope-from probsd@ec.rr.com) Received: from probsd.org (probsd.org [192.168.1.4]) by probsd.org (Postfix) with SMTP id 298554668D for ; Fri, 11 Apr 2003 19:10:23 -0400 (EDT) Received: from 192.168.1.4 (SquirrelMail authenticated user ms) by probsd.org with HTTP; Fri, 11 Apr 2003 19:10:25 -0400 (EDT) Message-ID: <3060.192.168.1.4.1050102625.squirrel@probsd.org> Date: Fri, 11 Apr 2003 19:10:25 -0400 (EDT) From: "Steve" To: freebsd-mozilla@FreeBSD.ORG User-Agent: SquirrelMail/1.4.0 MIME-Version: 1.0 Content-Type: text/plain;charset=iso-8859-1 X-Priority: 3 Importance: Normal Subject: mozilla-1.3,2 core dump X-BeenThere: freebsd-mozilla@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Mozilla browser issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 11 Apr 2003 23:10:25 -0000 getting mozilla core dump on many sites, here is an example site: http://weather.noaa.gov/radar/latest/DS.p19r0/si.kmhx.shtml anyone else running same version getting same behavior when visiting that site? If not, maybe its one of the plugins.. can provide a ktrace of the dump if needed. Steve From owner-freebsd-mozilla@FreeBSD.ORG Fri Apr 11 21:34:44 2003 Return-Path: Delivered-To: freebsd-mozilla@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3ABA037B401 for ; Fri, 11 Apr 2003 21:34:44 -0700 (PDT) Received: from mail1.panix.com (mail1.panix.com [166.84.1.72]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9AEE943FB1 for ; Fri, 11 Apr 2003 21:34:43 -0700 (PDT) (envelope-from fj@panix.com) Received: from panix3.panix.com (panix3.panix.com [166.84.1.3]) by mail1.panix.com (Postfix) with ESMTP id B398E487A9 for ; Sat, 12 Apr 2003 00:34:42 -0400 (EDT) Received: (from fj@localhost) by panix3.panix.com (8.11.6p2/8.8.8/PanixN1.0) id h3C4Yg720040 for freebsd-mozilla@FreeBSD.ORG; Sat, 12 Apr 2003 00:34:42 -0400 (EDT) Date: Sat, 12 Apr 2003 00:34:42 -0400 From: fj@panix.com To: freebsd-mozilla@FreeBSD.ORG Message-ID: <20030412043442.GA19413@panix.com> Mail-Followup-To: fj@panix.com, freebsd-mozilla@FreeBSD.ORG References: <3060.192.168.1.4.1050102625.squirrel@probsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <3060.192.168.1.4.1050102625.squirrel@probsd.org> User-Agent: Mutt/1.4.1i Subject: Re: mozilla-1.3,2 core dump X-BeenThere: freebsd-mozilla@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Mozilla browser issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 12 Apr 2003 04:34:44 -0000 On Fri, Apr 11, 2003 at 07:10:25PM -0400, Steve wrote: > getting mozilla core dump on many sites, here is an example site: > > http://weather.noaa.gov/radar/latest/DS.p19r0/si.kmhx.shtml > > anyone else running same version getting same behavior when visiting that > site? I am running this version: Mozilla 1.3, Copyright (c) 2003 mozilla.org This is from a portupgrade on April 7; so I believe it is the same as yours. The site loaded fine for me. I do allow Javascript to run, but have never bothered to install the Java plugin. There was no crash; I browsed the site w/o problem...does this help? > If not, maybe its one of the plugins.. can provide a ktrace of the dump > if needed. > > Steve -- Free the West Memphis Three http://www.wm3.org/ From owner-freebsd-mozilla@FreeBSD.ORG Sat Apr 12 05:01:47 2003 Return-Path: Delivered-To: freebsd-mozilla@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E8BC037B401 for ; Sat, 12 Apr 2003 05:01:47 -0700 (PDT) Received: from probsd.org (cpe-066-056-233-145.ec.rr.com [66.56.233.145]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2D09A43FBD for ; Sat, 12 Apr 2003 05:01:47 -0700 (PDT) (envelope-from probsd@ec.rr.com) Received: from probsd.org (probsd.org [192.168.1.4]) by probsd.org (Postfix) with SMTP id 44B794670A; Sat, 12 Apr 2003 08:01:46 -0400 (EDT) Received: from 192.168.1.4 (SquirrelMail authenticated user ms) by probsd.org with HTTP; Sat, 12 Apr 2003 08:01:46 -0400 (EDT) Message-ID: <1070.192.168.1.4.1050148906.squirrel@probsd.org> In-Reply-To: <20030412043442.GA19413@panix.com> References: <3060.192.168.1.4.1050102625.squirrel@probsd.org> <20030412043442.GA19413@panix.com> Date: Sat, 12 Apr 2003 08:01:46 -0400 (EDT) From: "Steve" To: fj@panix.com User-Agent: SquirrelMail/1.4.0 MIME-Version: 1.0 Content-Type: text/plain;charset=iso-8859-1 X-Priority: 3 Importance: Normal cc: freebsd-mozilla@FreeBSD.ORG Subject: Re: mozilla-1.3,2 core dump X-BeenThere: freebsd-mozilla@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Mozilla browser issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 12 Apr 2003 12:01:48 -0000 >> http://weather.noaa.gov/radar/latest/DS.p19r0/si.kmhx.shtml >> >> anyone else running same version getting same behavior when visiting >> that >> site? > > I am running this version: > > Mozilla 1.3, Copyright (c) 2003 mozilla.org > > This is from a portupgrade on April 7; so I believe it is the same as > yours. The site loaded fine for me. I do allow Javascript to run, but > have never bothered to install the Java plugin. > > There was no crash; I browsed the site w/o problem...does this help? yes, tells me it isnt mozilla related and has everything to do with jdk13 and the corresponding libjavaplugin_oji.so. I'm going to rebuild jdk and see if that helps. Steve From owner-freebsd-mozilla@FreeBSD.ORG Sat Apr 12 07:03:18 2003 Return-Path: Delivered-To: freebsd-mozilla@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C3BE637B401; Sat, 12 Apr 2003 07:03:18 -0700 (PDT) Received: from mail.oook.cz (gprs3145.eurotel.cz [160.218.194.145]) by mx1.FreeBSD.org (Postfix) with ESMTP id F2F8143FAF; Sat, 12 Apr 2003 07:03:12 -0700 (PDT) (envelope-from pav@oook.cz) Received: from [127.0.0.1] (localhost.oook.cz [127.0.0.1]) by mail.oook.cz (8.12.6/8.12.6) with ESMTP id h3CE2KbG041756; Sat, 12 Apr 2003 16:02:24 +0200 (CEST) (envelope-from pav@oook.cz) From: Pav Lucistnik To: freebsd-gnome@freebsd.org In-Reply-To: <1050144588.48539.7.camel@pav.oook.cz> References: <1050144588.48539.7.camel@pav.oook.cz> Content-Type: text/plain Organization: Message-Id: <1050156140.48539.36.camel@pav.oook.cz> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.2.4 Date: 12 Apr 2003 16:02:20 +0200 Content-Transfer-Encoding: 7bit cc: freebsd-mozilla@freebsd.org Subject: Re: galeon-1.2.9 gettext build problem X-BeenThere: freebsd-mozilla@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Mozilla browser issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 12 Apr 2003 14:03:19 -0000 V so, 12. 04. 2003 v 12.49, Pav Lucistnik napsal: > Hi, I'm updating Mozilla/Galeon on my 5.0-RELEASE system. Galeon > compilation bombs on undefined Lgettext: > > ContentHandler.cpp: In member function `virtual nsresult > GContentHandler::PromptForSaveToFile(nsISupports*, const PRUnichar*, > const > PRUnichar*, nsILocalFile**)': > ContentHandler.cpp:367: `Lgettext' undeclared (first use this function) > Problematic line is: > NS_NAMED_LITERAL_STRING (title, _("Select the destination filename")); Tracked it down to macro expansion: Mozilla header string/nsLiteralString.h defines: #define NS_NAMED_LITERAL_STRING(n,s) NS_NAMED_MULTILINE_LITERAL_STRING(n, NS_LL(s)) and #define NS_L(s) NS_LL(s) so it looks like my compiler expands NS_NAMED_LITERAL_STRING macro, and then when looking how to expand NS_LL(s) macro it used NS_L(s) macro instead of desired NS_LL(s) macro... My C++ skills ends here :( anyone can help? My gcc is stock from 5.0: # c++ -v Using built-in specs. Configured with: FreeBSD/i386 system compiler Thread model: posix gcc version 3.2.1 [FreeBSD] 20021119 (release) I don't have any non-standard options in /etc/make.conf -- Pav Lucistnik Oh, no! Aaargh! It is the most unnatural, most disgusting creature imaginable: a two-eyed cyclops! From owner-freebsd-mozilla@FreeBSD.ORG Sat Apr 12 07:34:24 2003 Return-Path: Delivered-To: freebsd-mozilla@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B012737B401 for ; Sat, 12 Apr 2003 07:34:24 -0700 (PDT) Received: from web20108.mail.yahoo.com (web20108.mail.yahoo.com [216.136.226.45]) by mx1.FreeBSD.org (Postfix) with SMTP id 54FD643F93 for ; Sat, 12 Apr 2003 07:34:24 -0700 (PDT) (envelope-from parsissn@yahoo.com) Message-ID: <20030412143424.96408.qmail@web20108.mail.yahoo.com> Received: from [206.183.235.130] by web20108.mail.yahoo.com via HTTP; Sat, 12 Apr 2003 07:34:24 PDT Date: Sat, 12 Apr 2003 07:34:24 -0700 (PDT) From: Mark P To: freebsd-mozilla@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Subject: Mozilla can't open web sites X-BeenThere: freebsd-mozilla@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Mozilla browser issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 12 Apr 2003 14:34:25 -0000 Hi all, I'm having a problem with Mozilla on FBSD 5.0-Release. The problem is that for any site I try to open, Mozilla reports "document contains no data". I verified that my LAN connection is working well. Also, I can view sites successfully using lynx so I know there isn't a problem with network. I've tried using Mozilla and Phoenix, they both generate the same error. I tried Phoenix 0.5_4 from both package and from ports. I've tried a couple versions of Mozilla all from packages. Both Phoenix and Mozilla can view docs and files on the local machine just fine. I've also used both DNS name and IP and both result in doc empty so it's not a DNS issue. I also tried Opera, which seemed to work ok. But, this is for a client display so I can't really have adverts all over the place. Anyone have ideas on why Mozilla / Phoenix wouldn't be able to view sites? Or, can anyone suggest a light weight, fast browser that I could try besides Mozilla? Thanks! Mark __________________________________________________ Do you Yahoo!? Yahoo! Tax Center - File online, calculators, forms, and more http://tax.yahoo.com From owner-freebsd-mozilla@FreeBSD.ORG Sat Apr 12 13:45:24 2003 Return-Path: Delivered-To: freebsd-mozilla@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D0D9B37B401; Sat, 12 Apr 2003 13:45:24 -0700 (PDT) Received: from ms-smtp-03.southeast.rr.com (ms-smtp-03.southeast.rr.com [24.93.67.84]) by mx1.FreeBSD.org (Postfix) with ESMTP id B8B6A43F93; Sat, 12 Apr 2003 13:45:23 -0700 (PDT) (envelope-from marcus@marcuscom.com) Received: from mail3.nc.rr.com (fe3 [24.93.67.50])h3CKi7Mq000471; Sat, 12 Apr 2003 16:44:07 -0400 (EDT) Received: from creme-brulee.marcuscom.com ([66.57.17.158]) by mail3.nc.rr.com with Microsoft SMTPSVC(5.5.1877.757.75); Sat, 12 Apr 2003 16:42:49 -0400 Received: from [192.168.1.4] (shumai.marcuscom.com [192.168.1.4]) h3CKiVaa053760; Sat, 12 Apr 2003 16:44:32 -0400 (EDT) (envelope-from marcus@marcuscom.com) From: Joe Marcus Clarke To: Pav Lucistnik In-Reply-To: <1050156140.48539.36.camel@pav.oook.cz> References: <1050144588.48539.7.camel@pav.oook.cz> <1050156140.48539.36.camel@pav.oook.cz> Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="=-XKjCnJPgxARHR+l4MVra" Organization: MarcusCom, Inc. Message-Id: <1050180316.72359.14.camel@shumai.marcuscom.com> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.2.4 Date: 12 Apr 2003 16:45:17 -0400 X-Spam-Status: No, hits=-39.4 required=5.0 tests=BAYES_01,EMAIL_ATTRIBUTION,IN_REP_TO,PGP_SIGNATURE_2, QUOTED_EMAIL_TEXT,QUOTE_TWICE_1,REFERENCES, REPLY_WITH_QUOTES autolearn=ham version=2.50 X-Spam-Checker-Version: SpamAssassin 2.50 (1.173-2003-02-20-exp) cc: freebsd-mozilla@freebsd.org cc: freebsd-gnome@freebsd.org Subject: Re: galeon-1.2.9 gettext build problem X-BeenThere: freebsd-mozilla@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Mozilla browser issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 12 Apr 2003 20:45:25 -0000 --=-XKjCnJPgxARHR+l4MVra Content-Type: text/plain Content-Transfer-Encoding: quoted-printable On Sat, 2003-04-12 at 10:02, Pav Lucistnik wrote: > V so, 12. 04. 2003 v 12.49, Pav Lucistnik napsal: >=20 > > Hi, I'm updating Mozilla/Galeon on my 5.0-RELEASE system. Galeon > > compilation bombs on undefined Lgettext: > >=20 > > ContentHandler.cpp: In member function `virtual nsresult=20 > > GContentHandler::PromptForSaveToFile(nsISupports*, const PRUnichar*, > > const=20 > > PRUnichar*, nsILocalFile**)': > > ContentHandler.cpp:367: `Lgettext' undeclared (first use this function) >=20 > > Problematic line is: > > NS_NAMED_LITERAL_STRING (title, _("Select the destination filename")); >=20 > Tracked it down to macro expansion: >=20 > Mozilla header string/nsLiteralString.h defines: >=20 > #define NS_NAMED_LITERAL_STRING(n,s) > NS_NAMED_MULTILINE_LITERAL_STRING(n, NS_LL(s)) >=20 > and >=20 > #define NS_L(s) NS_LL(s) Actually, it should be expanded by NS_LL, which is, in turn, expanded to L##s (whatever). >=20 > so it looks like my compiler expands NS_NAMED_LITERAL_STRING macro, and > then when looking how to expand NS_LL(s) macro it used NS_L(s) macro > instead of desired NS_LL(s) macro... >=20 > My C++ skills ends here :( anyone can help? My gcc is stock from 5.0: >=20 > # c++ -v > Using built-in specs. > Configured with: FreeBSD/i386 system compiler > Thread model: posix > gcc version 3.2.1 [FreeBSD] 20021119 (release) >=20 > I don't have any non-standard options in /etc/make.conf The Galeon people already fixed it. I merged in their fix. Thanks for reporting! Joe --=20 PGP Key : http://www.marcuscom.com/pgp.asc --=-XKjCnJPgxARHR+l4MVra 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+mHrcb2iPiv4Uz4cRAsF5AJ0UPYbDBwwFfnsHaJdj6Bk+V6/yYQCfVA5d HExO9uwzRzSr2UW+HJ3ZhiY= =Wfo8 -----END PGP SIGNATURE----- --=-XKjCnJPgxARHR+l4MVra--