Hi,

When I run revdep-rebuild, I get something like the following:

[...]
 *   broken /usr/lib/ImageMagick-6.5.2/modules-Q16/coders/avi.la
(requires /usr/lib/libgomp.la)
[...]
 *   broken /usr/lib/libfftw3l_threads.la (requires /usr/lib/libgomp.la)
[...]

which in the end wants to emerge as follows:

emerge --oneshot -av media-gfx/imagemagick:0
sci-libs/fftw:3.0
..........

These are the packages that would be merged, in order:

Calculating dependencies... done!
[ebuild   R   ] media-gfx/imagemagick-6.5.2.9  USE="X bzip2 corefonts
jpeg openmp perl png svg tiff xml zlib -djvu -doc -fontconfig -fpx
-graphviz -gs -hdri -jbig -jpeg2k -lcms -nocxx -openexr -q32 -q8 -raw
-truetype -wmf" 0 kB
[ebuild   R   ] sci-libs/fftw-3.2.2  USE="fortran openmp sse sse2
(-altivec) -doc -threads" 0 kB

Once this merge completes, re-running revdep-rebuild yields the same results.

It seems that the culprit is /usr/lib/libgomp.la, which is completely
missing from my system. This is some OpenMP library from GNU[1]. I
can't find an obvious package in portage which would supply
libgomp.la.

Both imagemagick and fftw have the openmp use flag turned on. It's not
switched on in my /etc/portage/package.use so it must come from the
profile or the ebuild or wherever default USE flags come from.

The fftw ebuild says openmp support is available with gcc >= 4.2,
while imagemagick says gcc 4.3 is required and has a reference to bug
#223825[2]. I'm using gcc-4.3.4.

Is there a package that should be installed which provides libgomp.la?
If there is, shouldn't it be a dependency for imagemagick and fftw?
And if such a package doesn't exist, what's going on here? How did
imagemagick and fftw compile in the first place if libgomp.la is not
available on my system at all? Is anyone else seeing this issue? Do I
need to file a bug?

Thanks,
Mike


[1] http://gcc.gnu.org/onlinedocs/libgomp/
[2] http://bugs.gentoo.org/show_bug.cgi?id=223825

Reply via email to