http://qa.mandrakesoft.com/show_bug.cgi?id=6020
[EMAIL PROTECTED] changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|ASSIGNED |RESOLVED
Resolution| |FIXED
------- Additional Comments From [EMAIL PROTECTED] 2003-10-23 15:53 -------
I guess it ain't that easy:
http://eijk.homelinux.org/build/new_cooker/sparc/problem/gimp-1.2.5-6mdk
checking for sendmail... no
checking for gimpprint-config... no
configure: error:
*** Check for libgimpprint failed. You can download it from
*** http://gimp-print.sourceforge.net/ or you can build without it by passing
*** --disable-print to configure (but you won't be able to print then).
error: Bad exit status from /home/slbd/tmp/rpm-tmp.6738 (%build)
if the --disable-print switch is passed and some other minor changes to the
.spec file the package does compile:
====
--- gimp.spec.orig 2003-10-01 15:36:01.000000000 +0200
+++ gimp.spec 2003-10-23 15:31:58.000000000 +0200
@@ -44,7 +44,9 @@
Provides: gimp-data-min
Requires: gtk+ >= 1.2.8 glib >= 1.2.8
Requires: %{svlibname} = %version-%release, aalib
-BuildRequires: libbmpeg-devel, libpng-devel, libjpeg-devel,
aalib-devel, xpm-devel, gpm-devel, gnome-libs-devel, ncurses-devel, slang-devel,
libtiff-devel, perl-devel >= %{perlver}, perl-Parse-RecDescent, perl-PDL >=
2.4.0-1mdk, perl-GTK, libgimpprint-devel >= 4.2
+BuildRequires: libbmpeg-devel, libpng-devel, libjpeg-devel,
aalib-devel, xpm-devel, gpm-devel, gnome-libs-devel, ncurses-devel, slang-devel,
libtiff-devel, perl-devel >= %{perlver}, perl-Parse-RecDescent, perl-PDL >=
2.4.0-1mdk, perl-GTK
+# do not require libgimpprint-devel since gimp-print is built by printer-utils
+# BuildRequires: libgimpprint-devel >= 4.2
BuildRequires: glib-gettextize, gettext-devel
#gtk-doc is needed to build, but currently broken
@@ -172,7 +174,7 @@
%endif
perl -pi -e "s/(<|\"|-l| )mpeg/\1bmpeg/g" configure
-%configure2_5x --with-mp=yes
+%configure2_5x --with-mp=yes --disable-print
eval `perl -V:installarchlib`
perl -pi -e "s!-Wl,-rpath,$installarchlib/CORE!!g" plug-ins/perl/Makefile
@@ -200,7 +202,7 @@
#
# Remove the GIMP-Print plugin
#
-rm $RPM_BUILD_ROOT/%_libdir/gimp/%subver/plug-ins/print
+#rm $RPM_BUILD_ROOT/%_libdir/gimp/%subver/plug-ins/print
#
# This perl madness will drive me batty
@@ -436,6 +438,9 @@
%changelog
+* Wed Oct 01 2003 Stefan van der Eijk <[EMAIL PROTECTED]> 1.2.5-7mdk
+- Remove libgimpprint-devel BuildRequires
+
* Sat Sep 06 2003 Thierry Vignaud <[EMAIL PROTECTED]> 1.2.5-6mdk
- fix #4950 (missing mime type in menu entry)
====
------- Additional Comments From [EMAIL PROTECTED] 2003-10-26 14:44 -------
fixes implemented in gimp-1.2.5-7mdk
--
Configure bugmail: http://qa.mandrakesoft.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.
------- Reminder: -------
assigned_to: [EMAIL PROTECTED]
status: RESOLVED
creation_date:
description:
libgimpprint-devel is required to build gimp. This package is built by
printer-drivers. Printer-drivers requires gimp-devel to be built. This results
in a circular build dependency.
Some package requested cannot be installed:
gimp-1.2.5-6mdk.src (due to unsatisfied libgimpprint-devel[>= 4.2])
http://eijk.homelinux.org/build/cooker/urpmi/sparc/gimp-1.2.5-6mdk
Some package requested cannot be installed:
printer-drivers-1.0-116mdk.src (due to unsatisfied gimp-devel)
http://eijk.homelinux.org/build/cooker/urpmi/sparc/printer-drivers-1.0-116mdk