Bug 200328 - Linking libmimedir results in failure
Summary: Linking libmimedir results in failure
Keywords:
Status: CLOSED DEFERRED
Alias: None
Product: Fedora
Classification: Fedora
Component: synce
Version: 5
Hardware: All
OS: Linux
medium
medium
Target Milestone: ---
Assignee: Andreas Bierfert
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks: FE7Target
TreeView+ depends on / blocked
 
Reported: 2006-07-26 21:04 UTC by quintesse
Modified: 2007-11-30 22:11 UTC (History)
1 user (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2007-04-27 10:32:20 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)

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.


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