Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 13233 - Imagemagick fails to emerge
Summary: Imagemagick fails to emerge
Status: RESOLVED INVALID
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: x86 Linux
: High major (vote)
Assignee: Michael Cummings (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-01-04 07:02 UTC by Oliver Wieland
Modified: 2003-02-04 19:42 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Oliver Wieland 2003-01-04 07:02:49 UTC
make[3]: Entering directory
`/mnt/nfs/portage/portage/imagemagick-5.4.9.1-r1/work/ImageMagick-5.4.9/PerlMagick'
Makefile out-of-date with respect to Makefile.PL
Cleaning current config before rebuilding Makefile...
make -f Makefile.old clean > /dev/null 2>&1 || /bin/sh -c true
/usr/bin/perl Makefile.PL "--without-lcms"
"PREFIX=/mnt/nfs/portage/portage/imagemagick-5.4.9.1-r1/image//usr"
Checking if your kit is complete...
Looks good
Writing Makefile for Image::Magick
==> Your Makefile has been rebuilt. <==
==> Please rerun the make command.  <==
false
make[3]: *** [Makefile] Error 1
make[3]: Leaving directory
`/mnt/nfs/portage/portage/imagemagick-5.4.9.1-r1/work/ImageMagick-5.4.9/PerlMagick'
make[2]: *** [install-exec-perl] Error 2
make[2]: Leaving directory
`/mnt/nfs/portage/portage/imagemagick-5.4.9.1-r1/work/ImageMagick-5.4.9'
make[1]: *** [install-am] Error 2
make[1]: Leaving directory
`/mnt/nfs/portage/portage/imagemagick-5.4.9.1-r1/work/ImageMagick-5.4.9'
make: *** [install-recursive] Error 1

!!! ERROR: media-gfx/imagemagick-5.4.9.1-r1 failed.
!!! Function perl-module_src_install, Line -783, Exitcode 2
!!! (no error message)


Any Ideas?

Oli
Comment 1 Michael Cummings (RETIRED) gentoo-dev 2003-01-05 08:50:13 UTC
Just to cover bases - can you tell me which version of perl you are using (and
-r), and provide me the output of emerge info imagemagick
Comment 2 Oliver Wieland 2003-01-24 04:56:06 UTC
I found the problem!
My tmp-Folder is on a NFS-Server. The problem was, that the clock of my 
workstation was going wrong, so make thought, the Makefile was newer than the 
start of make...

BTW: I had the same problem with perl, maybe other packages have same 'problems'

Thanx for assistance.

Greetings
Oli