From owner-freebsd-gnome Wed Jan 9 10:50:24 2002 Delivered-To: freebsd-gnome@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 1FA9D37B416 for ; Wed, 9 Jan 2002 10:50:03 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g09Io3C75619; Wed, 9 Jan 2002 10:50:03 -0800 (PST) (envelope-from gnats) Date: Wed, 9 Jan 2002 10:50:03 -0800 (PST) Message-Id: <200201091850.g09Io3C75619@freefall.freebsd.org> To: gnome@FreeBSD.org Cc: From: Joe Clarke Subject: Re: ports/33671: galeon-1.0.2 fails to compile on FreeBSD 4.4Release Reply-To: Joe Clarke Sender: owner-freebsd-gnome@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG The following reply was made to PR ports/33671; it has been noted by GNATS. From: Joe Clarke To: Steven Davidson Cc: freebsd-gnats-submit@FreeBSD.org Subject: Re: ports/33671: galeon-1.0.2 fails to compile on FreeBSD 4.4Release Date: Wed, 9 Jan 2002 13:45:11 -0500 (EST) On Wed, 9 Jan 2002, Steven Davidson wrote: > Joe Marcus Clarke wrote: > > Can you verify you have mozilla-0.9.7_1,1 installed as well as > mozilla-headers-0.9.7,1? The header files missing are from > mozilla-headers-0.9.7,1. If you do have the mozilla-headers port > installed, I recommend reinstalling the port: > > portupgrade -f mozilla-headers > > > Chances are the file /usr/X11R6/include/mozilla/xpcom doesn't exist. > This build should work. > > > Joe > > > According to pkg_version: > % grep mozilla-headers PKG_VERSION.out > mozilla-headers-0.9.7,1 = up-to-date with port > > /usr/X11R6/include/mozilla/xpcom does exist and contains a lot of files: > > nsAVLTree.h nsIFastLoadFileControl.h > nsISupportsUtils.h > nsAgg.h nsIFastLoadService.h > nsITestProxy.h > nsAppDirectoryServiceDefs.h nsIFile.h > nsIThread.h > nsAtomService.h nsIFileSpec.h > nsIThreadPool.h > nsAutoLock.h nsIFileStream.h > nsITimelineService.h > nsCOMPtr.h nsIGenericFactory.h > nsIUnicharBuffer.h > nsCRT.h nsIID.h > nsIUnicharInputStream.h > nsCWeakReference.h nsIInputStream.h > nsIVariant.h > [...] > > > I don't know why the make failed but the recent 'portinstall -R galeon' > worked! > So galeon is installed. > > > When I run it, I get this on the "console terminal": > > > % galeon > > > Gdk-CRITICAL **: file gdkcolor.c: line 546 (gdk_color_parse): assertion > `spec != NULL' failed. > > > Gdk-CRITICAL **: file gdkcolor.c: line 546 (gdk_color_parse): assertion > `spec != NULL' failed. > You're not the first one to report this. The other person that had these problems reinstalled GNOME, and everything worked. I hate to have you do this, but a pkg_delete -r ORBit cd /usr/ports/x11/gnome make clean make install clean will probably fix things for you. You might also be able to get away with: portupgrade -r -f ORBit Either way, you're going to have a big build ahead of you. Joe > > > ...and the galeon window comes up as a solid white square about 3 inches > X 3 inches. > So I'm pretty close but there is still a problem. > > > Steve > > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-gnome" in the body of the message