Summary: | media-gfx/imagemagick-6.5.2.9 fails to install | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | Eduardo Diaz <iamedu> |
Component: | [OLD] Library | Assignee: | Gentoo Graphics Project <graphics+disabled> |
Status: | RESOLVED WORKSFORME | ||
Severity: | normal | ||
Priority: | High | ||
Version: | unspecified | ||
Hardware: | AMD64 | ||
OS: | Linux | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- | |
Attachments: | The build log |
Description
Eduardo Diaz
2009-07-07 10:00:09 UTC
Created attachment 197034 [details]
The build log
The problem here is that for some reason, ImageMagick gets rebuilt during src_install. did you emerge with multiple jobs (emerge --jobs=n)? or did you manually start two emerge processes? see below:
>>> Install imagemagick-6.5.2.9 into /var/tmp/portage/media-gfx/imagemagick-6.5.2.9/image/ category media-gfx
make -j3 DESTDIR=/var/tmp/portage/media-gfx/imagemagick-6.5.2.9/image/ install
make install-am
make[1]: Entering directory `/var/tmp/portage/media-gfx/imagemagick-6.5.2.9/work/ImageMagick-6.5.2-9'
make[1]: Warning: File `/usr/include/X11/Xos.h' has modification time 2.3e+04 s in the future
the file changed belongs to x11-proto/xproto and has changed during compilation and installation phase of imagemagick.
I guess this is not a bug, but feel free to reopen if you can reproduce.
I had this same issue while completing a revdep-rebuild. I tried manually emerging at it completed successfully. My MAKE_OPTS is set to j8. |