Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 8443 - ImageMagick -- Access Violation
Summary: ImageMagick -- Access Violation
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: x86 Linux
: High normal
Assignee: Michael Cummings (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-09-26 23:34 UTC by Gentoo Bugs
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 Gentoo Bugs 2002-09-26 23:34:24 UTC
Gentoo 1.4_rc1 -- 2.4.19-gentoosources-r9 

host root# emerge gkrellm-plugins 

produces the following output and error on second attempt @ emerge gkrellm-plugins:

<snip>

chmod 644 Magick.bs
rm -f blib/arch/auto/Image/Magick/Magick.so
LD_RUN_PATH="/usr/lib:/usr/X11R6/lib" cc  -shared -L/usr/local/lib Magick.o  -o
blib/arch/auto/Image/Magick/Magick.so   -L/usr/X11R6/lib -L/usr/lib -L/usr/lib
-L/usr/lib -llcms -ltiff -lfreetype -ljpeg -lpng -ldpstk -ldps -lXext -lXt -lSM
-lICE -lX11 -lbz2 -lxml2 -lz -lpthread -lm  
chmod 755 blib/arch/auto/Image/Magick/Magick.so
cp Magick.bs blib/arch/auto/Image/Magick/Magick.bs
chmod 644 blib/arch/auto/Image/Magick/Magick.bs
Manifying blib/man3/Image::Magick.3pm
make[3]: Leaving directory
`/data/var/tmp/portage/imagemagick-5.4.7-r1/work/ImageMagick-5.4.7/PerlMagick'
make[3]: Entering directory
`/data/var/tmp/portage/imagemagick-5.4.7-r1/work/ImageMagick-5.4.7/PerlMagick'
ACCESS DENIED  mkdir:     /usr/lib/perl5/site_perl/5.6.1/i686-linux/auto/Image
mkdir /usr/lib/perl5/site_perl/5.6.1/i686-linux/auto/Image: Permission denied at
/usr/lib/perl5/5.6.1/ExtUtils/Install.pm line 137
make[3]: *** [pure_site_install] Error 255
make[3]: Leaving directory
`/data/var/tmp/portage/imagemagick-5.4.7-r1/work/ImageMagick-5.4.7/PerlMagick'
make[2]: *** [install-exec-perl] Error 2
make[2]: Leaving directory
`/data/var/tmp/portage/imagemagick-5.4.7-r1/work/ImageMagick-5.4.7'
make[1]: *** [install-am] Error 2
make[1]: Leaving directory
`/data/var/tmp/portage/imagemagick-5.4.7-r1/work/ImageMagick-5.4.7'
make: *** [install-recursive] Error 1

!!! ERROR: The ebuild did not complete successfully.
!!! Function src_install, Line 11, Exitcode 2
!!! (no error message)

--------------------------- ACCESS VIOLATION SUMMARY
---------------------------LOG FILE = "/tmp/sandbox-imagemagick-5.4.7-r1-15379.log"

mkdir:     /usr/lib/perl5/site_perl/5.6.1/i686-linux/auto/Image
--------------------------------------------------------------------------------bash-2.05a#
Comment 1 mike wakerly 2002-09-29 20:24:18 UTC
Looks like a dupe of bug #8299. Try emerging the -r2 version, now unmasked.
Comment 2 Michael Cummings (RETIRED) gentoo-dev 2002-10-13 15:36:17 UTC
Is this working? I hesitate to mark it as a dup - let me know if this is still
unresolved.
Comment 3 Michael Cummings (RETIRED) gentoo-dev 2002-11-05 09:46:40 UTC
Please try with the current version in portage. There should be an -r# in your 
portage tree for ImageMagick since this ebuild was updated some time ago. 
Imagemagick should no longer be violating your sandbox. If it is, please 
(re)emerge ExtUtils-MakeMaker and then emerge ImageMagick. The newer MakeMaker 
resolves these problems - it should have been installed during your last emerge 
rsync && emerge -u system, as well as via the perl-modules eclass which deps on 
MakeMaker.

If after installing MakeMaker you still experience problems, please add -d to 
your emerge (emerge -d PACKAGE) and paste the results here (-d enables 
debugging output - not pretty, but informative).
Comment 4 Gentoo Bugs 2002-11-26 16:17:10 UTC
Everything is working fine now.

Thanks Michael