[Cooker] error compiling gimp-1.2.0-1mdk.src.rpm

2001-01-04 Thread Guillaume Rousse

I got the same problem as Anthony with the same configuration (Mandrake
7.2, perl 5.6-17mdk, and gimp 1.1.25-13mdk) :

creating script-fu
make[4]: Quitte le répertoire
`/home/guillaume/RPM/BUILD/gimp-1.2.0/plug-ins/script-fu'
make[3]: Quitte le répertoire
`/home/guillaume/RPM/BUILD/gimp-1.2.0/plug-ins/script-fu'
Making all in perl
make[3]: Entre dans le répertoire
`/home/guillaume/RPM/BUILD/gimp-1.2.0/plug-ins/perl'
make[3]: *** Pas de règle pour fabriquer la cible `all'. Arrêt.
make[3]: Quitte le répertoire
`/home/guillaume/RPM/BUILD/gimp-1.2.0/plug-ins/perl'
make[2]: *** [all-recursive] Erreur 1
make[2]: Quitte le répertoire
`/home/guillaume/RPM/BUILD/gimp-1.2.0/plug-ins'
make[1]: *** [all-recursive] Erreur 1
make[1]: Quitte le répertoire `/home/guillaume/RPM/BUILD/gimp-1.2.0'
make: *** [all-recursive-am] Erreur 2
Bad exit status from /home/guillaume/RPM/tmp/rpm-tmp.21122 (%build)

-- 
Guillaume Rousse

Murphy's law : If anything can go wrong, it will.
O'Tool's commentary : Murphy was an optimist.




Re: [Cooker] error compiling gimp-1.2.0-1mdk.src.rpm

2001-01-04 Thread John Cavan

Guillaume Rousse wrote:
 
 I got the same problem as Anthony with the same configuration (Mandrake
 7.2, perl 5.6-17mdk, and gimp 1.1.25-13mdk) :
 
 creating script-fu
 make[4]: Quitte le répertoire
 `/home/guillaume/RPM/BUILD/gimp-1.2.0/plug-ins/script-fu'
 make[3]: Quitte le répertoire
 `/home/guillaume/RPM/BUILD/gimp-1.2.0/plug-ins/script-fu'
 Making all in perl
 make[3]: Entre dans le répertoire
 `/home/guillaume/RPM/BUILD/gimp-1.2.0/plug-ins/perl'
 make[3]: *** Pas de règle pour fabriquer la cible `all'. Arrêt.
 make[3]: Quitte le répertoire
 `/home/guillaume/RPM/BUILD/gimp-1.2.0/plug-ins/perl'
 make[2]: *** [all-recursive] Erreur 1
 make[2]: Quitte le répertoire
 `/home/guillaume/RPM/BUILD/gimp-1.2.0/plug-ins'
 make[1]: *** [all-recursive] Erreur 1
 make[1]: Quitte le répertoire `/home/guillaume/RPM/BUILD/gimp-1.2.0'
 make: *** [all-recursive-am] Erreur 2
 Bad exit status from /home/guillaume/RPM/tmp/rpm-tmp.21122 (%build)

You need to uninstall the old version of Gimp first, building the perl
stuff gets confused otherwise.

John




Re: [Cooker] error compiling gimp-1.2.0-1mdk.src.rpm

2001-01-04 Thread Antony Suter


I spotted the lines giving the error message while compiling. Its
looking for perl.h. Bottom line is that you need to install
perl-devel.rpm from Mandrake 7.2 CD number 2. Ive done this and gimp
1.2.0 compiled/installed/ran fine.

Geoffrey, I think another BuildRequires needs adding.

Guillaume Rousse wrote:
 
 I got the same problem as Anthony with the same configuration (Mandrake
 7.2, perl 5.6-17mdk, and gimp 1.1.25-13mdk) :
 
 creating script-fu
 make[4]: Quitte le répertoire
 `/home/guillaume/RPM/BUILD/gimp-1.2.0/plug-ins/script-fu'
 make[3]: Quitte le répertoire
 `/home/guillaume/RPM/BUILD/gimp-1.2.0/plug-ins/script-fu'
 Making all in perl
 make[3]: Entre dans le répertoire
 `/home/guillaume/RPM/BUILD/gimp-1.2.0/plug-ins/perl'
 make[3]: *** Pas de règle pour fabriquer la cible `all'. Arrêt.
 make[3]: Quitte le répertoire
 `/home/guillaume/RPM/BUILD/gimp-1.2.0/plug-ins/perl'
 make[2]: *** [all-recursive] Erreur 1
 make[2]: Quitte le répertoire
 `/home/guillaume/RPM/BUILD/gimp-1.2.0/plug-ins'
 make[1]: *** [all-recursive] Erreur 1
 make[1]: Quitte le répertoire `/home/guillaume/RPM/BUILD/gimp-1.2.0'
 make: *** [all-recursive-am] Erreur 2
 Bad exit status from /home/guillaume/RPM/tmp/rpm-tmp.21122 (%build)

--
- Antony Suter  ([EMAIL PROTECTED])  "Examiner"  openpgp:71ADFC87
- "...to condense fact from the vapor of nuance."




Re: [Cooker] error compiling gimp-1.2.0-1mdk.src.rpm

2001-01-04 Thread Antony Suter

John Cavan wrote:
 
 You need to uninstall the old version of Gimp first, building the perl
 stuff gets confused otherwise.

Actually you dont need to. Not for building gimp 1.2.0 anyway.

--
- Antony Suter  ([EMAIL PROTECTED])  "Examiner"  openpgp:71ADFC87
- "...to condense fact from the vapor of nuance."




Re: [Cooker] error compiling gimp-1.2.0-1mdk.src.rpm

2001-01-04 Thread Guillaume Rousse

Antony Suter a écrit :
 
 I spotted the lines giving the error message while compiling. Its
 looking for perl.h. Bottom line is that you need to install
 perl-devel.rpm from Mandrake 7.2 CD number 2. Ive done this and gimp
 1.2.0 compiled/installed/ran fine.

Ok, it worked fine. Thanks for your help.
Is it not the task of spec-helper to automatically add requires and
buildrequires for package ? Maybe a simple rule as 'for each package
needing perl, add buildrequires perl-devel' is missing ?
-- 
Guillaume Rousse

Murphy's law : If anything can go wrong, it will.
O'Tool's commentary : Murphy was an optimist.




Re: [Cooker] error compiling gimp-1.2.0-1mdk.src.rpm

2001-01-04 Thread Pixel

Guillaume Rousse [EMAIL PROTECTED] writes:

 Antony Suter a écrit :
  
  I spotted the lines giving the error message while compiling. Its
  looking for perl.h. Bottom line is that you need to install
  perl-devel.rpm from Mandrake 7.2 CD number 2. Ive done this and gimp
  1.2.0 compiled/installed/ran fine.
 
 Ok, it worked fine. Thanks for your help.
 Is it not the task of spec-helper to automatically add requires and
 buildrequires for package ? Maybe a simple rule as 'for each package
 needing perl, add buildrequires perl-devel' is missing ?

at least for this case, it's not that simple. A lot of packages are pure perl,
not requiring any .so's extensions, aka not requiring perl-devel




[Cooker] error compiling gimp-1.2.0-1mdk.src.rpm

2000-12-27 Thread Antony Suter


I try to compile gimp-1.2.0-1mdk.src.rpm and I get the following error.

creating script-fu
make[4]: Leaving directory
`/usr/src/RPM/BUILD/gimp-1.2.0/plug-ins/script-fu'
make[3]: Leaving directory
`/usr/src/RPM/BUILD/gimp-1.2.0/plug-ins/script-fu'
Making all in perl
make[3]: Entering directory
`/usr/src/RPM/BUILD/gimp-1.2.0/plug-ins/perl'
make[3]: *** No rule to make target `all'.  Stop.
make[3]: Leaving directory `/usr/src/RPM/BUILD/gimp-1.2.0/plug-ins/perl'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/usr/src/RPM/BUILD/gimp-1.2.0/plug-ins'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/usr/src/RPM/BUILD/gimp-1.2.0'
make: *** [all-recursive-am] Error 2
Bad exit status from /var/tmp/rpm-tmp.76661 (%build)


--
- Antony Suter  ([EMAIL PROTECTED])  "Examiner"  openpgp:71ADFC87
- "...to condense fact from the vapor of nuance."




Re: [Cooker] error compiling gimp-1.2.0-1mdk.src.rpm

2000-12-27 Thread Stefan van der Eijk

Hmmm... no problems here... it compiles fine (on both my alpha and
ix86).

See:

http://d10179.dtk.chello.nl/build/cooker/alpha/OK/gimp-1.2.0-1mdk.src.rpm.txt
http://d10179.dtk.chello.nl/build/cooker/i586/OK/gimp-1.2.0-1mdk.src.rpm.txt

Stefan