Hi,
eog no longer wants to rebuild:
error: failed build dependencies:
GConf-devel >= 0.8 is needed by eog-0.5-2mdk
Installing /mirrors/SRPMS/eog-0.5-2mdk.src.rpm
The .spec file needs to be modified, perhaps like so:
--- eog.spec.orig Mon Nov 27 20:09:54 2000
+++ eog.spec Mon Nov 27 20:11:09 2000
@@ -23,9 +23,9 @@
Requires: oaf
Requires: gnome-print >= 0.24
Requires: libglade
-Requires: GConf >= 0.8
+Requires: GConf >= 0.11
BuildRoot: %{_tmppath}/%{name}-%{version}-buildroot
-BuildRequires: GConf-devel >= 0.8
+BuildRequires: libGConf1-devel >= 0.11
BuildRequires: gdk-pixbuf-devel XFree86-devel gnome-libs-devel
audiofile-devel
esound-devel imlib-devel
BuildRequires: libjpeg-devel libpng-devel libtiff-devel zlib-devel
BuildRequires: gnome-print >= 0.24
This fixes the dependancy problem, but the package won't build:
gcc -DHAVE_CONFIG_H -I. -I. -I..
-I/usr/include -I/usr/include/gnome-xml
-I/usr/include -I/usr/lib/glib/include -I/usr/X11R6/include
-DNEED_GNOMESUPPORT_H
-I/usr/lib/gnome-libs/include
-I/usr/include/gconf/1 -I/usr/include -I/usr/lib/glib/include
-I/usr/X11R6/include
-DEOG_GLADEDIR=\""/usr/share/eog/glade"\"
-DGNOMELOCALEDIR=\""/usr/share/locale"\" -DG_LOG_DOMAIN=\"eog\"
-O3 -fomit-frame-pointer -pipe -mcpu=pentiumpro -march=i586 -ffast-math
-Wall -Wunused -c main.c
main.c: In function `main':
main.c:49: warning: passing arg 3 of `gconf_init' from incompatible
pointer typemain.c:51: request for member `str' in something not a
structure or union
main.c:52: warning: implicit declaration of function
`gconf_error_destroy'
make[3]: *** [main.o] Error 1
make[3]: Leaving directory `/users/stefan/RPM/BUILD/eog-0.5/src'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/users/stefan/RPM/BUILD/eog-0.5/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/users/stefan/RPM/BUILD/eog-0.5'
make: *** [all-recursive-am] Error 2
Bad exit status from /users/stefan/tmp/rpm-tmp.8001 (%build)
Note that this program has been labeled "unstable" on the gnome
ftp-site.
Stefan