Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 199893 - media-gfx/imagemagick-6.3.5.10 fails to recompile after emerge --depclean
Summary: media-gfx/imagemagick-6.3.5.10 fails to recompile after emerge --depclean
Status: RESOLVED DUPLICATE of bug 158476
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
: 199894 (view as bug list)
Depends on:
Blocks:
 
Reported: 2007-11-21 13:05 UTC by sorin
Modified: 2007-11-21 19:08 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 sorin 2007-11-21 13:05:11 UTC
/bin/sh ./libtool --silent --tag=CC   --mode=link i686-pc-linux-gnu-gcc  -O2 -march=i686 -mtune=i686 -pipe -Wall -W -pthread -no-undefined -export-symbols-regex ".*" -module -avoid-version -lfreetype -lz -o coders/svg.la -rpath /usr/lib/ImageMagick-6.3.5/modules-Q16/coders coders/coders_svg_la-svg.lo magick/libMagick.la -lrsvg-2 -lgdk_pixbuf-2.0 -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0   -lxml2 -lz -lm
/bin/sh ./libtool --silent --tag=CC   --mode=link i686-pc-linux-gnu-gcc  -O2 -march=i686 -mtune=i686 -pipe -Wall -W -pthread -no-undefined -export-symbols-regex ".*" -module -avoid-version -lfreetype -lz -o coders/tga.la -rpath /usr/lib/ImageMagick-6.3.5/modules-Q16/coders coders/coders_tga_la-tga.lo magick/libMagick.la
grep: /usr/lib/libxcb-render-util.la: No such file or directory
/bin/sed: can't read /usr/lib/libxcb-render-util.la: No such file or directory
libtool: link: `/usr/lib/libxcb-render-util.la' is not a valid libtool archive
make: *** [coders/svg.la] Error 1
make: *** Waiting for unfinished jobs....
 *
 * ERROR: media-gfx/imagemagick-6.3.5.10 failed.
 * Call stack:
 *                     ebuild.sh, line 1701:  Called dyn_compile
 *                     ebuild.sh, line 1039:  Called qa_call 'src_compile'
 *                     ebuild.sh, line   44:  Called src_compile
 *   imagemagick-6.3.5.10.ebuild, line   96:  Called die
 * The specific snippet of code:
 *      emake || die "compile problem"
 *  The die message:
 *   compile problem
 *
 * If you need support, post the topmost build error, and the call stack if relevant.
 * A complete build log is located at '/var/tmp/portage/media-gfx/imagemagick-6.3.5.10/temp/build.log'.
 *

 * Messages for package media-gfx/imagemagick-6.3.5.10:

 *
 * ERROR: media-gfx/imagemagick-6.3.5.10 failed.
 * Call stack:
 *                     ebuild.sh, line 1701:  Called dyn_compile
 *                     ebuild.sh, line 1039:  Called qa_call 'src_compile'
 *                     ebuild.sh, line   44:  Called src_compile
 *   imagemagick-6.3.5.10.ebuild, line   96:  Called die
 * The specific snippet of code:
 *      emake || die "compile problem"
 *  The die message:
 *   compile problem
 *
 * If you need support, post the topmost build error, and the call stack if relevant.
 * A complete build log is located at '/var/tmp/portage/media-gfx/imagemagick-6.3.5.10/temp/build.log'.
 *

revdep-rebuild failed to emerge all packages
you have the following choices:

- if emerge failed during the build, fix the problems and re-run revdep-rebuild
    or
- use -X or --package-names as first argument (trys to rebuild package, not exact
  ebuild)
    or
- set ACCEPT_KEYWORDS="~<your platform>" and/or /etc/portage/package.unmask
  (and remove /root/.revdep-rebuild.5_order to be evaluated again)
    or
- modify the above emerge command and run it manually
    or
- compile or unmerge unsatisfied packages manually, remove temporary files and
  try again (you can edit package/ebuild list first)

To remove temporary files, please run:
rm /root/.revdep-rebuild*.?_*

Steps to reproduce:
1. install something that depends on imagemagick (e.g. Image::Magick perl 
module)
2. after a while emerge --sync && emerge -uDN world && revdep-rebuild && emerge --distclean
3. again, after a while emerge --sync && emerge -uDN world

I've tried using imagemagick and ~imagemagick and also with ~ for its dependences. The results are the same.

I've reinstalled (emerge -1):
x11-libs/libxcb-1.0
x11-misc/xcb-2.4
x11-proto/xcb-proto-1.0

What is the package that provides /usr/lib/libxcb-render-util.la ?
Comment 1 Samuli Suominen (RETIRED) gentoo-dev 2007-11-21 14:24:04 UTC
*** Bug 199894 has been marked as a duplicate of this bug. ***
Comment 2 Jakub Moc (RETIRED) gentoo-dev 2007-11-21 19:07:36 UTC
*** Bug 199894 has been marked as a duplicate of this bug. ***
Comment 3 Jakub Moc (RETIRED) gentoo-dev 2007-11-21 19:08:57 UTC
xcb is piece of broken junk...

*** This bug has been marked as a duplicate of bug 158476 ***