[opensuse-buildservice] dependancy questions?

Dumb question from first time buildservice user: In this log, http://build.opensuse.org/package/live_build_log?repository=openSUSE_10.2&pa... Running in full featured mode. Reading /etc/sysconfig and updating the system... Executing /sbin/conf.d/SuSEconfig.groff... Executing /sbin/conf.d/SuSEconfig.gtk2... g_module_open() failed for /opt/gnome/lib/gtk-2.0/2.10.0/loaders/libpixbufloader-tiff.so: libtiff.so.3: cannot open shared object file: No such file or directory Executing /sbin/conf.d/SuSEconfig.perl... Executing /sbin/conf.d/SuSEconfig.permissions... Executing /sbin/conf.d/SuSEconfig.zzzgnome-filesystem... Finished. The link /opt/gnome/lib/gtk-2.0/2.10.0/loaders/libpixbufloader-tiff.so belongs to gtk2 and the actual file belongs to libtiff. I understand that gtk2 is a runtime dependancy of my program peless. Peless depends on gtkmm2 which in turn depends on gtk2 which depends on libtiff. But why are gtk2 and libtiff _BUILD_ dependancies? And why is SuSEconfig running to build my program? Should I make gtk2 or perhaps gtkmm2 a _BUILD_ dependancy in my spec file? Thank YOu. Project: http://build.opensuse.org/project/show?project=home%3Apelliott11 package: http://build.opensuse.org/package/show?package=peless&project=home%3Apelliot... -- Paul Elliott 1(512)837-1096 pelliott@io.com PMB 181, 11900 Metric Blvd Suite J http://www.io.com/~pelliott/pme/ Austin TX 78758-3117

Paul Elliott wrote:
I understand that gtk2 is a runtime dependancy of my program peless. Peless depends on gtkmm2 which in turn depends on gtk2 which depends on libtiff.
But why are gtk2 and libtiff _BUILD_ dependancies?
gtkmm24-devel (which you have in BuildReuires:) needs gtkmm24 and so on... --------------------------------------------------------------------- To unsubscribe, e-mail: opensuse-buildservice+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-buildservice+help@opensuse.org
participants (2)
-
Michal Marek
-
Paul Elliott