Bug 351921

Summary: glibc 2.7 fails to build on i586 (duplicated symbols)
Product: [Fedora] Fedora Reporter: Anton Guda <atu>
Component: glibcAssignee: Jakub Jelinek <jakub>
Status: CLOSED RAWHIDE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: low Docs Contact:
Priority: low    
Version: rawhide   
Target Milestone: ---   
Target Release: ---   
Hardware: i586   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2008-04-10 09:07:52 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:
Attachments:
Description Flags
log for rpmbuild as i586 none

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.