Bug 351921 - glibc 2.7 fails to build on i586 (duplicated symbols)
Summary: glibc 2.7 fails to build on i586 (duplicated symbols)
Keywords:
Status: CLOSED RAWHIDE
Alias: None
Product: Fedora
Classification: Fedora
Component: glibc
Version: rawhide
Hardware: i586
OS: Linux
low
low
Target Milestone: ---
Assignee: Jakub Jelinek
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2007-10-25 08:47 UTC by Anton Guda
Modified: 2008-04-10 09:07 UTC (History)
0 users

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2008-04-10 09:07:52 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)
log for rpmbuild as i586 (96.81 KB, text/plain)
2007-10-25 08:47 UTC, Anton Guda
no flags Details

Description Anton Guda 2007-10-25 08:47:57 UTC
Description of problem:
If glibc 2.7-2 rebuilded as i386 - old ok.
If as i586 -- build failed, both as auxarch and not-auxarch.

Version-Release number of selected component (if applicable):
glibc-2.7-2

How reproducible:
always.

Steps to Reproduce:
1. rpmbuild -ba --target i386 glibc.spec --- all ok.
2. rpmbuild -ba --target i586 glibc.spec --- build failed, 
   error: multiple definition of `__memcpy_chk' .....
3. drop i586 from spec: %define auxarches i586 ...
    rpmbuild  --target i586 glibc.spec --- build failed, 
  
Actual results:
Build failed.

Expected results:
Build must be successful both for i386 and i586.

Additional info:
Most of packages I build as i586 or i686.

Comment 1 Anton Guda 2007-10-25 08:47:57 UTC
Created attachment 237171 [details]
log for rpmbuild as i586

Comment 2 Jakub Jelinek 2008-04-10 09:07:52 UTC
This has been fixed back on 2007-11-13, in glibc-2.7.90-1 and up.


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