Gentoo Archives: gentoo-dev

From: Martin Schlemmer <azarah@g.o>
To: gentoo-dev@××××××××××.org
Subject: Re: [gentoo-dev] galeon-0.12.5-r1.ebuild
Date: Wed, 24 Oct 2001 13:41:48
Message-Id: 1003952566.28265.50.camel@nosferatu.lan
In Reply to: Re: [gentoo-dev] galeon-0.12.5-r1.ebuild by Jon Nelson
1 On Wed, 2001-10-24 at 21:07, Jon Nelson wrote:
2 > On Wed, 24 Oct 2001 20:24:38 +0200
3 > Martin Schlemmer <azarah@g.o> wrote:
4 >
5 > > On Wed, 2001-10-24 at 17:48, Grant Goodyear wrote:
6 > > > Hmmm. And I'm still having my original problem, even though
7 > > > emerge --debug net-www/galeon shows that --disable-applet is
8 > > > being passed to configure.
9 > > >
10 > > > + ./configure --host=i686-pc-linux-gnu --prefix=/usr --sysconfdir=/etc
11 > > --localstatedir=/var/lib --with-mozilla-libs=/usr/lib/mozilla
12 > > --with-mozilla-includes=/usr/lib/mozilla/include --with-gnome
13 > > --without-debug --disable-applet --enable-gnome-file-selector
14 > > >
15 > > > [stuff snipped]
16 > > > checking for additional GNOME modules... gdk_pixbuf vfs libglade
17 > > gnome gnomeui oaf xml glib gtk*** bonobox library is not installed
18 > > > configure: error:
19 > > > *** GNOME 1.2.8 or better is required.
20 > > > *** gdk-pixbuf 0.10.1 or better is required.
21 > > > *** gnome-vfs 1.0.1 or better is required.
22 > > > *** libglade 0.13 or better is required.
23 > > > *** libxml 1.8.14 or better is required.
24 > > > *** oaf 0.6.5 or better is required.
25 > > > *** libpanel-applet is required (unless --disable-applet is used)
26 > > > + diefunc src_compile 18 1
27 > > >
28 > >
29 > > Hi
30 > >
31 > > Like I stated in a earlier post, it is not the 'applet switch' that
32 > > causes the problem, but rather a problem in the DEPEND's
33 > >
34 > > > checking for additional GNOME modules... gdk_pixbuf vfs libglade
35 > > gnome gnomeui oaf xml glib gtk*** bonobox library is not installed
36 > >
37 > > Looking at above line, you can see that gdk_pixbuf, vfs, libglade, etc
38 > > is _NOT_ installed.
39 >
40 > Actually, that is not true, either.
41 > The error message it prints should be interpreted as "one of the following
42 > is not installed", rather than, "all of the following are not installed".
43 >
44 > For example: here is a snippet of a successful ./configure run on
45 > a RedHat 7.0 box:
46 >
47 > checking for ANSI C header files... yes
48 > checking for orbit-config... /usr/bin/orbit-config
49 > checking for ORBit - version >= 0.5.1... yes
50 > checking for orbit-idl... /usr/bin/orbit-idl
51 > checking for glib-config... /usr/bin/glib-config
52 > checking for GLIB - version >= 1.2.9... yes
53 > checking for gtk-config... /usr/bin/gtk-config
54 > checking for GTK - version >= 1.2.9... yes
55 > checking if GNOME_FileSelector component is wanted...
56 > checking if we want the filtering system...
57 > checking for gnome-config... /usr/bin/gnome-config
58 > checking for GNOME - version >= 1.2.8... yes
59 > checking for additional GNOME modules... gdk_pixbuf vfs libglade gnome
60 > gnomeui oaf xml glib gtk
61 > checking for gconf-config... /usr/bin/gconf-config
62 > checking for GCONF - version >= 1.0.4... yes
63 > checking for oaf-config... /usr/bin/oaf-config
64 > checking for OAF - version >= 0.6.5... yes
65 > checking for xml-config... /usr/bin/xml-config
66 > checking for gdk-pixbuf-config... /usr/bin/gdk-pixbuf-config
67 > checking for GDK_PIXBUF - version >= 0.10.1... yes
68 > checking for scrollkeeper-config... /usr/bin/scrollkeeper-config
69 > checking for X11/extensions/Xinerama.h... yes
70 >
71 > Using config source xml::/etc/gconf/gconf.xml.defaults for schema
72 > installation
73 > checking for gcc version... 2.96.0
74 > checking for PR_Init in -lnspr4... yes
75 >
76 > ..........
77 >
78 >
79 > Now, the unsuccessful line:
80 > checking for additional GNOME modules... gdk_pixbuf vfs libglade
81 > gnome gnomeui oaf xml glib gtk*** bonobox library is not installed
82 >
83 > and the successful line:
84 >
85 > checking for additional GNOME modules... gdk_pixbuf vfs libglade
86 > gnome gnomeui oaf xml glib gtk
87 >
88 > Show only one difference: "*** bonobox library is not installed"
89 > What does that mean? Damned if I know. Probably that the bonobox
90 > library hasn't been installed. ;-)
91 >
92 > Anyway, I interpret the messages coming out of configure (and
93 > after reading configure.in and friends this helps), as
94 > "one of the following is not installed or could not be detected".
95 >
96 > Which one? Not sure. I am sure I have *most* of those installed,
97 > but again, cannot at this time identify which of them. I may, in
98 > fact, have them *all* installed. Who knows?
99 >
100 > --
101 > Jon Nelson
102 > jnelson@×××××××.net
103 > C and Python Programmer
104 > Motorcycle Enthusiast
105
106 Hi
107
108 I think you actually got it. Like I was saying, it is not the applet
109 causing the problem, but something else that do not get installed.
110
111 And until a few minutes ago, I havent looked at it yet, so sorry :-)
112
113 Anyhow, I have updated the DEPEND, try -r2 in about 10 mins it should be
114 synced i think.
115
116 Second thoughts, ZA international links seem very slow/problem with cvs
117 server or whatever, so i will attatch it.
118
119
120 Greetings
121 --
122
123 Martin Schlemmer
124 Gentoo Linux Developer, Desktop Team Developer
125 Cape Town, South Africa

Attachments

File name MIME type
galeon-0.12.5-r2.ebuild text/plain