From: Martin Schlemmer <azarah@gentoo.org>
To: gentoo-dev@cvs.gentoo.org
Subject: Re: [gentoo-dev] galeon-0.12.5-r1.ebuild
Date: Wed Oct 24 13:42:02 2001 [thread overview]
Message-ID: <1003952566.28265.50.camel@nosferatu.lan> (raw)
In-Reply-To: <20011024140727.0b1cc43a.jnelson@jamponi.net>
[-- Attachment #1.1: Type: text/plain, Size: 4862 bytes --]
On Wed, 2001-10-24 at 21:07, Jon Nelson wrote:
> On Wed, 24 Oct 2001 20:24:38 +0200
> Martin Schlemmer <azarah@gentoo.org> 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
Hi
I think you actually got it. Like I was saying, it is not the applet
causing the problem, but something else that do not get installed.
And until a few minutes ago, I havent looked at it yet, so sorry :-)
Anyhow, I have updated the DEPEND, try -r2 in about 10 mins it should be
synced i think.
Second thoughts, ZA international links seem very slow/problem with cvs
server or whatever, so i will attatch it.
Greetings
--
Martin Schlemmer
Gentoo Linux Developer, Desktop Team Developer
Cape Town, South Africa
[-- Attachment #1.2: galeon-0.12.5-r2.ebuild --]
[-- Type: text/plain, Size: 1740 bytes --]
# Copyright 1999-2000 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License, v2 or later
# Author Achim Gottinger <achim@gentoo.org>
# $Header: /home/cvsroot/gentoo-x86/net-www/galeon/galeon-0.12.5-r1.ebuild,v 1.2 2001/10/24 14:17:09 hallski Exp $
S=${WORKDIR}/${P}
DESCRIPTION="A small webbrowser for gnome that uses mozillas render engine"
SRC_URI="http://prdownloads.sourceforge.net/${PN}/${P}.tar.gz"
HOMEPAGE="http://galeon.sourceforge.net"
DEPEND=">=net-www/mozilla-0.9.5-r1
>=gnome-base/bonobo-1.0.9
>=gnome-base/libglade-0.17-r1
>=gnome-base/gnome-core-1.4.0.4-r1
>=gnome-base/gnome-vfs-1.0.2-r1
>=gnome-base/gconf-1.0.4-r2
>=gnome-base/oaf-0.6.6-r1
>=gnome-extra/bonobo-conf-0.12
>=dev-libs/libxml-1.8.15
>=dev-util/intltool-0.11
>=media-libs/gdk-pixbuf-0.11.0
nls? ( sys-devel/gettext )"
src_compile() {
local myconf
if [ -z "`use nls`" ] ; then
myconf="--disable-nls"
fi
./configure --host=${CHOST} \
--prefix=/usr \
--sysconfdir=/etc \
--localstatedir=/var/lib \
--with-mozilla-libs=${MOZILLA_FIVE_HOME} \
--with-mozilla-includes=${MOZILLA_FIVE_HOME}/include \
--with-gnome \
--without-debug \
--disable-applet \
--enable-gnome-file-selector \
$myconf || die
emake || die
}
src_install () {
gconftool --shutdown
make prefix=${D}/usr \
sysconfdir=${D}/etc \
localstatedir=${D}/var/lib \
install || die
dodoc AUTHORS ChangeLog COPYING* FAQ NEWS README TODO THANKS
}
pkg_postinst() {
galeon-config-tool --fix-gconf-permissions
scrollkeeper-update
}
[-- Attachment #2: Type: application/pgp-signature, Size: 232 bytes --]
next prev parent reply other threads:[~2001-10-24 19:41 UTC|newest]
Thread overview: 14+ messages / expand[flat|nested] mbox.gz Atom feed top
2001-10-24 9:42 [gentoo-dev] galeon-0.12.5-r1.ebuild Tod M. Neidt
2001-10-24 9:49 ` Grant Goodyear
2001-10-24 12:47 ` Martin Schlemmer
2001-10-24 13:00 ` Jon Nelson
2001-10-24 13:42 ` Martin Schlemmer [this message]
2001-10-24 17:37 ` Damon M. Conway
-- strict thread matches above, loose matches on Subject: below --
2001-10-24 12:48 Tod M. Neidt
2001-10-24 13:15 ` Martin Schlemmer
2001-10-24 17:38 ` Damon M. Conway
2001-10-24 7:44 Grant Goodyear
2001-10-24 8:19 ` Mikael Hallendal
2001-10-24 8:37 ` Jon Nelson
2001-10-24 8:48 ` Damon M. Conway
2001-10-24 10:55 ` Mikael Hallendal
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1003952566.28265.50.camel@nosferatu.lan \
--to=azarah@gentoo.org \
--cc=gentoo-dev@cvs.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox