From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 4.0.0 (2022-12-14) on finch.gentoo.org X-Spam-Level: X-Spam-Status: No, score=0.1 required=5.0 tests=DATE_IN_PAST_12_24,DMARC_NONE, INVALID_DATE,MAILING_LIST_MULTI,NICE_REPLY_A autolearn=unavailable autolearn_force=no version=4.0.0 Received: from vsmtp.wi.securepipe.com ([64.73.37.228] ident=AUser) by cvs.gentoo.org with smtp (Exim 3.30 #1) id 15wTFn-0001hY-00 for gentoo-dev@cvs.gentoo.org; Wed, 24 Oct 2001 12:59:51 -0600 Received: (qmail 19819 invoked from network); 24 Oct 2001 18:55:21 -0000 Received: from wonderchicken.securepipe.com (HELO agamemnon) (64.73.37.245) by 0 with SMTP; 24 Oct 2001 18:55:21 -0000 From: Jon Nelson To: gentoo-dev@cvs.gentoo.org Subject: Re: [gentoo-dev] galeon-0.12.5-r1.ebuild Message-Id: <20011024140727.0b1cc43a.jnelson@jamponi.net> In-Reply-To: <1003947880.28267.32.camel@nosferatu.lan> References: <20011024114850.A18274@g2.ces.clemson.edu> <1003947880.28267.32.camel@nosferatu.lan> X-Mailer: Sylpheed version 0.6.4 (GTK+ 1.2.8; i686-pc-linux-gnu) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: gentoo-dev-admin@cvs.gentoo.org Errors-To: gentoo-dev-admin@cvs.gentoo.org X-BeenThere: gentoo-dev@cvs.gentoo.org X-Mailman-Version: 2.0 Precedence: bulk Reply-To: gentoo-dev@cvs.gentoo.org List-Help: List-Post: List-Subscribe: , List-Id: Gentoo Linux development list List-Unsubscribe: , List-Archive: Date: Wed Oct 24 13:00:02 2001 X-Original-Date: Wed, 24 Oct 2001 14:07:27 -0500 X-Archives-Salt: 137d5e6f-4b69-4ab3-bb3d-38fd1ea3c73e X-Archives-Hash: 614812aac7c663fb108fe5418cfde86f On Wed, 24 Oct 2001 20:24:38 +0200 Martin Schlemmer wrote: > On Wed, 2001-10-24 at 17:48, Grant Goodyear wrote: > > Hmmm. And I'm still having my original problem, even though > > emerge --debug net-www/galeon shows that --disable-applet is > > being passed to configure. > > > > + ./configure --host=i686-pc-linux-gnu --prefix=/usr --sysconfdir=/etc > --localstatedir=/var/lib --with-mozilla-libs=/usr/lib/mozilla > --with-mozilla-includes=/usr/lib/mozilla/include --with-gnome > --without-debug --disable-applet --enable-gnome-file-selector > > > > [stuff snipped] > > checking for additional GNOME modules... gdk_pixbuf vfs libglade > gnome gnomeui oaf xml glib gtk*** bonobox library is not installed > > configure: error: > > *** GNOME 1.2.8 or better is required. > > *** gdk-pixbuf 0.10.1 or better is required. > > *** gnome-vfs 1.0.1 or better is required. > > *** libglade 0.13 or better is required. > > *** libxml 1.8.14 or better is required. > > *** oaf 0.6.5 or better is required. > > *** libpanel-applet is required (unless --disable-applet is used) > > + diefunc src_compile 18 1 > > > > Hi > > Like I stated in a earlier post, it is not the 'applet switch' that > causes the problem, but rather a problem in the DEPEND's > > > checking for additional GNOME modules... gdk_pixbuf vfs libglade > gnome gnomeui oaf xml glib gtk*** bonobox library is not installed > > Looking at above line, you can see that gdk_pixbuf, vfs, libglade, etc > is _NOT_ installed. Actually, that is not true, either. The error message it prints should be interpreted as "one of the following is not installed", rather than, "all of the following are not installed". For example: here is a snippet of a successful ./configure run on a RedHat 7.0 box: checking for ANSI C header files... yes checking for orbit-config... /usr/bin/orbit-config checking for ORBit - version >= 0.5.1... yes checking for orbit-idl... /usr/bin/orbit-idl checking for glib-config... /usr/bin/glib-config checking for GLIB - version >= 1.2.9... yes checking for gtk-config... /usr/bin/gtk-config checking for GTK - version >= 1.2.9... yes checking if GNOME_FileSelector component is wanted... checking if we want the filtering system... checking for gnome-config... /usr/bin/gnome-config checking for GNOME - version >= 1.2.8... yes checking for additional GNOME modules... gdk_pixbuf vfs libglade gnome gnomeui oaf xml glib gtk checking for gconf-config... /usr/bin/gconf-config checking for GCONF - version >= 1.0.4... yes checking for oaf-config... /usr/bin/oaf-config checking for OAF - version >= 0.6.5... yes checking for xml-config... /usr/bin/xml-config checking for gdk-pixbuf-config... /usr/bin/gdk-pixbuf-config checking for GDK_PIXBUF - version >= 0.10.1... yes checking for scrollkeeper-config... /usr/bin/scrollkeeper-config checking for X11/extensions/Xinerama.h... yes Using config source xml::/etc/gconf/gconf.xml.defaults for schema installation checking for gcc version... 2.96.0 checking for PR_Init in -lnspr4... yes .......... Now, the unsuccessful line: checking for additional GNOME modules... gdk_pixbuf vfs libglade gnome gnomeui oaf xml glib gtk*** bonobox library is not installed and the successful line: checking for additional GNOME modules... gdk_pixbuf vfs libglade gnome gnomeui oaf xml glib gtk Show only one difference: "*** bonobox library is not installed" What does that mean? Damned if I know. Probably that the bonobox library hasn't been installed. ;-) Anyway, I interpret the messages coming out of configure (and after reading configure.in and friends this helps), as "one of the following is not installed or could not be detected". Which one? Not sure. I am sure I have *most* of those installed, but again, cannot at this time identify which of them. I may, in fact, have them *all* installed. Who knows? -- Jon Nelson jnelson@jamponi.net C and Python Programmer Motorcycle Enthusiast