Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 390713 - <sys-devel/gcc[gcj]-4.2: conflict for /usr/lib/logging.properties
Summary: <sys-devel/gcc[gcj]-4.2: conflict for /usr/lib/logging.properties
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Core system (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo Toolchain Maintainers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-11-16 10:04 UTC by Martin von Gagern
Modified: 2011-12-04 22:23 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
emerge --info (sys-devel:gcc-3.4.6-r2.emerge--info,7.02 KB, text/plain)
2011-11-16 16:53 UTC, Martin von Gagern
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Martin von Gagern 2011-11-16 10:04:09 UTC
package sys-devel/gcc-3.4.6-r2 NOT merged
Detected file collision(s):
[...]
sys-devel/gcc-4.1.2
	/usr/lib/logging.properties

It seems that different versions of gcc, when compiled with USE=gcj, will install the same file.

What's really strange is the fact that 3.4.6-r2 was already installed on my system. So it sould seem that some change to either the ebuild itself or one of the eclasses involved would lead to this bug.

The installed gcc-3.4.6-r2 installed that file as
/usr/lib/gcc/x86_64-pc-linux-gnu/3.4.6/logging.properties
while the new build only installs into /usr/lib/logging.properties

My previous install of gcc-3.4.6-r2 was on 2010-10-05 using an ebuild with CVS revision 1.24.
Comment 1 Jeroen Roovers (RETIRED) gentoo-dev 2011-11-16 16:45:16 UTC
Please post your `emerge --info' output too.
Comment 2 Martin von Gagern 2011-11-16 16:53:04 UTC
Created attachment 292781 [details]
emerge --info
Comment 3 SpanKY gentoo-dev 2011-12-04 22:23:19 UTC
i'm guessing this is fallout of some of the cleanups done in the multilib logic.  we tighten up the general "move all files" to the point where logging.properties no longer got included.

http://sources.gentoo.org/eclass/toolchain.eclass?r1=1.490&r2=1.491