Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 8299 - Imagemagick : don't emerge - Library problem ?
Summary: Imagemagick : don't emerge - Library problem ?
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: Michael Cummings (RETIRED)
URL:
Whiteboard:
Keywords:
: 8379 (view as bug list)
Depends on:
Blocks:
 
Reported: 2002-09-24 06:51 UTC by Ph. Bobo
Modified: 2003-02-04 19:42 UTC (History)
1 user (show)

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 Ph. Bobo 2002-09-24 06:51:05 UTC
I tried several time to emerge this ebuild package and I even try to ebuild it
(compile...) without success.

/bin/sh ./mkinstalldirs
/var/tmp/portage/imagemagick-5.4.7-r1/image//usr/share/ImageMagick
 /bin/install -c -m 644 Copyright.txt
/var/tmp/portage/imagemagick-5.4.7-r1/image//usr/share/ImageMagick/Copyright.txt
 /bin/install -c -m 644 QuickStart.txt
/var/tmp/portage/imagemagick-5.4.7-r1/image//usr/share/ImageMagick/QuickStart.txt
make[2]: warning:  Clock skew detected.  Your build may be incomplete.
make[2]: Leaving directory
`/mnt/main/tmp/portage/imagemagick-5.4.7-r1/work/ImageMagick-5.4.7'
make[1]: warning:  Clock skew detected.  Your build may be incomplete.
make[1]: Leaving directory
`/mnt/main/tmp/portage/imagemagick-5.4.7-r1/work/ImageMagick-5.4.7'
make: warning:  Clock skew detected.  Your build may be incomplete.
make: *** Warning: File `Makefile.PL' has modification time in the future
(2002-09-24 13:33:46 > 2002-09-21 15:39:34)
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=/var/tmp/portage/imagemagick-5.4.7-r1/image//usr"
Checking if your kit is complete...
Looks good
Note (probably harmless): No library found for -lMagick
Writing Makefile for Image::Magick
==> Your Makefile has been rebuilt. <==
==> Please rerun the make command.  <==
false
make: *** [Makefile] Error 1

!!! ERROR: The ebuild did not complete successfully.
!!! Function perl-module_src_install, Line -1331, Exitcode 2
!!! (no error message
Comment 1 Michael Cummings (RETIRED) gentoo-dev 2002-09-24 17:34:18 UTC
Masked in portage as of 20 seconds ago is an -r2 of imagemagick. Please emerge
rsync, unmask the package (comment out the line in
/usr/portage/profiles/package.mask that references this ebuild) and try that. It
emerged fine on both my perl 5.6.1 box and my perl 5.8.0 boxes. But then, so did
the -r1 :)
Comment 2 Ph. Bobo 2002-09-26 08:38:17 UTC
Thank you for your help. Unfortunatly your advice don't resolve the bug. Sorry.
Comment 3 Ricardo Ferreira 2002-09-26 20:17:37 UTC
r2 resolved that bug for me. Thanks 
Comment 4 gentoo 2002-09-27 06:27:48 UTC
r2 also solved the build problems for me.
Comment 5 SpanKY gentoo-dev 2002-09-27 09:56:37 UTC
*** Bug 8379 has been marked as a duplicate of this bug. ***
Comment 6 SpanKY gentoo-dev 2002-09-27 09:57:25 UTC
we've got like 6 reports from different people that -r2 fixed this problem for 
them ...
are you still seeing the same exact error message ?

if not, can you post the new one ?
Comment 7 Ph. Bobo 2002-09-27 14:34:36 UTC
I still can't emerge :


if test -n "" ; then \
  imagemagick=`(cd  ; pwd)` && \
  ( cd PerlMagick && \
    sh $imagemagick/lndir.sh $imagemagick/PerlMagick ) \
fi
touch perl-sources
( cd PerlMagick && make CC='gcc' && \
make CC='gcc' install)
make[3]: Entering directory
`/mnt/main/tmp/portage/imagemagick-5.4.7-r2/work/ImageMagick-5.4.7/PerlMagick'
make[3]: *** Warning: File `Makefile.PL' has modification time in the future
(2002-09-27 21:15:40 > 2002-09-24 23:20:56)
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=/var/tmp/portage/imagemagick-5.4.7-r2/image//usr"
Checking if your kit is complete...
Looks good
Note (probably harmless): No library found for -lMagick
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/main/tmp/portage/imagemagick-5.4.7-r2/work/ImageMagick-5.4.7/PerlMagick'
make[2]: *** [install-exec-perl] Error 2
make[2]: Leaving directory
`/mnt/main/tmp/portage/imagemagick-5.4.7-r2/work/ImageMagick-5.4.7'
make[1]: *** [install-am] Error 2
make[1]: Leaving directory
`/mnt/main/tmp/portage/imagemagick-5.4.7-r2/work/ImageMagick-5.4.7'
make: *** [install-recursive] Error 1

!!! ERROR: The ebuild did not complete successfully.
!!! Function perl-module_src_install, Line -1331, Exitcode 2
!!! (no error message)
Comment 8 Michael Cummings (RETIRED) gentoo-dev 2002-11-05 09:43:09 UTC
This ebuild has undergone a lot of revision in the last month. The first part 
of your problem looks like your localdate isn't being read right - but first, 
do the current ebuilds work successfully for you? If not, please emerge -d 
imagemagick and paste the output here (the -d puts emerge into debug mode, 
which will let us see what exact process is happening as it fails). Thanks,

Michael
Comment 9 Michael Cummings (RETIRED) gentoo-dev 2002-11-26 16:40:02 UTC
Is this working for you now? No one has responded in three weeks.