From owner-freebsd-gnome Mon Mar 24 5:15: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 26D5B37B401 for ; Mon, 24 Mar 2003 05:15:47 -0800 (PST) Received: from mail.framfab.com (mail.framfab.com [217.73.2.137]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3DD5343F75 for ; Mon, 24 Mar 2003 05:15:46 -0800 (PST) (envelope-from fredrick.nilsson@framfab.se) Received: from sestoex01.framfab.se (sestoex01.framfab.se [157.125.1.96]) by mail.framfab.com (Postfix) with ESMTP id 82A621F168; Mon, 24 Mar 2003 14:15:45 +0100 (CET) Received: by sestoex01.framfab.se with Internet Mail Service (5.5.2656.59) id ; Mon, 24 Mar 2003 14:15:45 +0100 Message-ID: From: Fredrick Nilsson To: 'Franz Klammer' Cc: "'Mezz bsdforums.org'" , FreeBSD-gnome Subject: RE: galeon2 build fails Date: Mon, 24 Mar 2003 14:15:41 +0100 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2656.59) Content-Type: text/plain; charset="iso-8859-1" X-Spam-Status: No, hits=-6.3 required=5.0 tests=AWL,ORIGINAL_MESSAGE,QUOTED_EMAIL_TEXT autolearn=ham version=2.50 X-Spam-Level: X-Spam-Checker-Version: SpamAssassin 2.50 (1.173-2003-02-20-exp) Sender: owner-freebsd-gnome@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG ok, here we go: [root@ior:galeon2]# ls /var/db/pkg | grep mozilla mozilla-1.2.1_1,2/ mozilla-1.2.1_2/ mozilla-1.3b/ mozilla-embedded-1.2.1_1,2/ mozilla-headers-1.0.1_1,2/ mozilla-headers-1.3a_1,1/ -----Original Message----- From: Franz Klammer [mailto:klammer@webonaut.com] Sent: Monday, March 24, 2003 14:14 To: Fredrick Nilsson Cc: 'Mezz bsdforums.org'; FreeBSD-gnome Subject: RE: galeon2 build fails an another idea: are the mozilla-headers and mozilla the same version? can you please send us the output from at least ls /var/db/pkg | grep mozilla it runs on my pc since mozilla 1.3a and galeon 1.3.0 without major problems. franz. Am Mo, 2003-03-24 um 13.59 schrieb Fredrick Nilsson: > hmm.. didnt work either: > > " "-DNEW_H=" -I/usr/local/include -I/usr/X11R6/include -D_REENTRANT > -D_THREAD_SAFE -fno-rtti -O -pipe -Wall -Wmissing-declarations > -Wmissing-prototypes -Wsign-compare -c BaseHelpProtocolHandler.cpp > -Wp,-MD,.deps/BaseHelpProtocolHandler.TPlo -fPIC -DPIC -o > .libs/BaseHelpProtocolHandler.lo > BaseHelpProtocolHandler.cpp: In method `nsresult > GBaseHelpProtocolHandler::CreatePage()': > /usr/X11R6/include/mozilla/necko/nsNetUtil.h:343: too few arguments to > function `nsresult NS_NewInputStreamChannel(nsIChannel **, nsIURI *, > nsIInputStream *, const nsACString &, const nsACString &, int)' > BaseHelpProtocolHandler.cpp:213: at this point in file > gmake[2]: *** [BaseHelpProtocolHandler.lo] Error 1 > gmake[2]: Leaving directory > `/usr/ports/www/galeon2/work/galeon-1.3.3/mozilla' > gmake[1]: *** [all-recursive] Error 1 > gmake[1]: Leaving directory `/usr/ports/www/galeon2/work/galeon-1.3.3' > gmake: *** [all] Error 2 > *** Error code 2 > > Stop in /usr/ports/www/galeon2. > > and i also tried the steps Franz suggested. > > .f > > -----Original Message----- > From: Mezz bsdforums.org [mailto:reigncracks@hotmail.com] > Sent: Monday, March 24, 2003 08:55 > To: Fredrick Nilsson > Cc: gnome@freebsd.org > Subject: RE: galeon2 build fails > > > >ok, thanks.. but what do i do with the .diff? > > # cd /usr/ports/www > # patch -p0 < /path/to/galeon2.diff > # cd galeon2 ; make install clean > > Cheers, > Mezz > > >.fredrick > > > >-----Original Message----- > >From: Franz Klammer [mailto:klammer@webonaut.com] > >Sent: Friday, March 21, 2003 18:23 > >To: Fredrick Nilsson > >Cc: 'freebsd-gnome@freebsd.org' > >Subject: Re: galeon2 build fails > > > > > >Am Fr, 2003-03-21 um 16.53 schrieb Fredrick Nilsson: > > > hi! > > > > > > i just cant seem to be able to build galeon2. i've tried with both > > > WITH_MOZILLA=mozilla-gtk2 and the devel version.. > > > > > > here's the error message: > > > > > > ign-compare -c BaseHelpProtocolHandler.cpp > > > -Wp,-MD,.deps/BaseHelpProtocolHandler.TPlo -fPIC -DPIC -o > > > .libs/BaseHelpProtocolHandler.lo > > > BaseHelpProtocolHandler.cpp: In method `nsresult > > > GBaseHelpProtocolHandler::CreatePage()': > > > /usr/X11R6/include/mozilla/necko/nsNetUtil.h:343: too few arguments to > > > function `nsresult NS_NewInputStreamChannel(nsIChannel **, nsIURI *, > > > nsIInputStream *, const nsACString &, const nsACString &, int)' > > > BaseHelpProtocolHandler.cpp:213: at this point in file > > > gmake[2]: *** [BaseHelpProtocolHandler.lo] Error 1 > > > gmake[2]: Leaving directory > > > `/usr/ports/www/galeon2/work/galeon-1.3.2/mozilla' > > > gmake[1]: *** [all-recursive] Error 1 > > > gmake[1]: Leaving directory `/usr/ports/www/galeon2/work/galeon-1.3.2' > > > gmake: *** [all] Error 2 > > > *** Error code 2 > > > > > > > > >look like you port-tree is not up to date. > >there must be a patch with 1.3.2 that solves this problem. > > > >but you can also take the galeon2.diff (1.3.2 -> 1.3.3) from here: > >http://www.marcuscom.com/downloads/freeze/ > > > > > >this diff would be official after -STABLE 4.8 is out. > >currently the port tree is freezed. > > > >franz. > > > > > >-- > >WEBONAUT.com > >http://webonaut.com > >mailto:klammer@webonaut.com > > > > > >To Unsubscribe: send mail to majordomo@FreeBSD.org > >with "unsubscribe freebsd-gnome" in the body of the message > > > _________________________________________________________________ > MSN 8 helps eliminate e-mail viruses. Get 2 months FREE*. > http://join.msn.com/?page=features/virus > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-gnome" in the body of the message -- WEBONAUT.com http://webonaut.com mailto:klammer@webonaut.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-gnome" in the body of the message