Bug 200328

Summary: Linking libmimedir results in failure
Product: [Fedora] Fedora Reporter: quintesse
Component: synceAssignee: Andreas Bierfert <andreas.bierfert>
Status: CLOSED DEFERRED QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: medium Docs Contact:
Priority: medium    
Version: 5CC: extras-qa
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2007-04-27 10:32:20 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:
Bug Depends On:    
Bug Blocks: 213321    

Description quintesse 2006-07-26 21:04:27 UTC
Description of problem:

Any compilation including libmimedir (part of synce-devel) seems to result in
the following error:

/usr/bin/ld: ft: hidden symbol `__stack_chk_fail_local' in
/usr/lib/libc_nonshared.a(stack_chk_fail_local.oS) is referenced by DSO
/usr/bin/ld: final link failed: Nonrepresentable section on output
collect2: ld returned 1 exit status

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

Version     : 0.9.1
Release     : 7.fc5

How reproducible:


Steps to Reproduce:
1. Just take any "empty" .c file, eg:

int main () {
   return 0;
}

2. gcc -lmimedir test.c
  
Actual results:

/usr/bin/ld: a.out: hidden symbol `__stack_chk_fail_local' in
/usr/lib/libc_nonshared.a(stack_chk_fail_local.oS) is referenced by DSO
/usr/bin/ld: final link failed: Nonrepresentable section on output
collect2: ld returned 1 exit status

Expected results:

compiled and linked executable

Comment 1 Andreas Bierfert 2006-07-31 13:39:05 UTC
Hm, will look into it... seems like something that popped up during builds.. I
think I added some linking parameters to the spec in order for it to work...

Comment 2 Andreas Bierfert 2007-04-27 10:32:20 UTC
This should all be resolved with the new structure of synce splitted up into
subpackages. I will close this here.