[proaudio] swh-plugins revdep-rebuild linkage problem? |
[ Thread Index |
Date Index
| More lists.tuxfamily.org/proaudio Archives
]
- To: proaudio@xxxxxxxxxxxxxxxxxxx
- Subject: [proaudio] swh-plugins revdep-rebuild linkage problem?
- From: Mark Knecht <markknecht@xxxxxxxxx>
- Date: Thu, 29 Oct 2009 15:04:54 -0700
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:date:message-id:subject :from:to:content-type; bh=8Ud63NOWu5zC49/17F6fufP7uOxkus5n2wjToqm3wCA=; b=JZ2otmGN+7uCKQ5UQ/Qe3KI7SvXNKjXO661cWTa4hUIw+wTh4z/ci7t9+rYYBHGn4y /nR/lAxPbVsNycSEIXGod/WiJyPc1maxnLcGD/XI1yaRwruG7Jh0iE044bhbbPfWjYEw SSCxuPjhTGqKwlwHXLkI2+fy9+KEXdVYB1lks=
- Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; b=Ytc4ANX61RloGim/PE9afTIJg1FgFrPo9LVqZrAkyypv1g4LWvamM9xR/AmFgRDTrp nHePKIu6RuyQ2s77Ens8d8CuUqm2NjZBKXfzX27bItEqd2xQmw2HuX9x6hKmK7yggd81 RhLMEzcCrxj00XhDIv2IuPrvKmkhLN24K1yP0=
Has anyone else seen this? It seems recent. The only package on my
system that needs fftw is swh-plugins. If I remove swh-plugins then
--depclean gets rid of fftw and the system is clean. emerge
swh-plugins and the problem comes back.
Cheers,
Mark
lightning ~ # equery depends fftw
[ Searching for packages depending on fftw... ]
media-plugins/swh-plugins-0.4.15 (>=sci-libs/fftw-3)
lightning ~ #
lightning ~ # revdep-rebuild -ip
* Configuring search environment for revdep-rebuild
* Checking reverse dependencies
* Packages containing binaries and libraries broken by a package update
* will be emerged.
* Collecting system binaries and libraries
* Generated new 1_files.rr
* Collecting complete LD_LIBRARY_PATH
* Generated new 2_ldpath.rr
* Checking dynamic linking consistency
[ 65% ] * broken /usr/lib64/libfftw3_threads.la (requires
/usr/lib/../lib64/libgomp.la)
* broken /usr/lib64/libfftw3f_threads.la (requires
/usr/lib/../lib64/libgomp.la)
* broken /usr/lib64/libfftw3l_threads.la (requires
/usr/lib/../lib64/libgomp.la)
[ 100% ]
* Generated new 3_broken.rr
* Assigning files to packages
* /usr/lib64/libfftw3_threads.la -> sci-libs/fftw
* /usr/lib64/libfftw3f_threads.la -> sci-libs/fftw
* /usr/lib64/libfftw3l_threads.la -> sci-libs/fftw
* Generated new 4_raw.rr and 4_owners.rr
* Cleaning list of packages to rebuild
* Generated new 4_pkgs.rr
* Assigning packages to ebuilds
* Generated new 4_ebuilds.rr
* Evaluating package order
* Generated new 5_order.rr
* All prepared. Starting rebuild
emerge --oneshot --pretend sci-libs/fftw:3.0
These are the packages that would be merged, in order:
Calculating dependencies ... done!
[ebuild R ] sci-libs/fftw-3.2.2
* Now you can remove -p (or --pretend) from arguments and re-run
revdep-rebuild.
lightning ~ #