Bug 341221 - multiarch conflicts in gcc
Summary: multiarch conflicts in gcc
Keywords:
Status: CLOSED RAWHIDE
Alias: None
Product: Fedora
Classification: Fedora
Component: gcc
Version: rawhide
Hardware: All
OS: Linux
medium
medium
Target Milestone: ---
Assignee: Jakub Jelinek
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
: 344671 (view as bug list)
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2007-10-19 21:37 UTC by Bill Nottingham
Modified: 2014-03-17 03:09 UTC (History)
2 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2007-10-23 16:14:16 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)

Description Bill Nottingham 2007-10-19 21:37:24 UTC
gcc (or one of its subpacakges) has multiarch conflicts when installed for both i386 and x86_64 in the Fedora development tree. For help in resolving them, see http://fedoraproject.org/wiki/PackagingDrafts/MultilibTricks. 

  file /usr/share/man/man1/grmic.1.gz from install of libgcj-4.1.2-32 conflicts with file from package libgcj-4.1.2-32
  file /usr/share/man/man1/jv-convert.1.gz from install of libgcj-4.1.2-32 conflicts with file from package libgcj-4.1.2-32

(Note that this is an automated bug filing.)
It would be nice to have these bugs fixed by the beta of Fedora 9.

Comment 1 Jakub Jelinek 2007-10-21 11:50:20 UTC
Ouch, this seem to be very severe problem IMNSHO (and been introduced
in the gcc-4.1.2-32 build).
The problem is that koji buildboxes were amazingly slow and especially the x86_64
build, so while e.g. i386 build took just 3hrs5min, x86_64 15hrs22min and crossed
midnight during that.
As pod2man by default sets timestamp to the input file year-month-day and
the input file is generated, this embedded date was different.
Added an argument for pod2man to set the date explicitly (computed from mtime
of the original *.texinfo file which is in the tarball).
IMHO this really needs to be fixed in F8.
Building fixed rpm.

Comment 2 Jakub Jelinek 2007-10-21 21:45:44 UTC
*** Bug 344671 has been marked as a duplicate of this bug. ***

Comment 3 Jakub Jelinek 2007-10-23 16:14:16 UTC
In gcc-4.1.2-33.


Note You need to log in before you can comment on or make changes to this bug.