Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 250242 - app-admin/syslog-ng-2.1.3 tries to statically link glib-2.0
Summary: app-admin/syslog-ng-2.1.3 tries to statically link glib-2.0
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Mr. Bones. (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-12-08 01:16 UTC by Björn
Modified: 2008-12-08 19:51 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
the patch (syslog-ng-2.1.3-only-libfl-static.patch,715 bytes, patch)
2008-12-08 01:17 UTC, Björn
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Björn 2008-12-08 01:16:38 UTC
syslog-ng tries to statically link glib-2.0 because it does not add the LD_END_STATIC variable to the linking command line. the patch solves this problem.

Reproducible: Always
Comment 1 Björn 2008-12-08 01:17:32 UTC
Created attachment 174620 [details, diff]
the patch
Comment 2 Björn 2008-12-08 01:25:23 UTC
i forgot to mention, that the best solution would be to remove the -Bstatic and -Bdynamic options at all and let the linker use what is available.
Comment 3 Mr. Bones. (RETIRED) gentoo-dev 2008-12-08 04:40:57 UTC
Was this patch sent upstream?
Comment 4 Björn 2008-12-08 15:37:44 UTC
not yet.
Comment 5 Mr. Bones. (RETIRED) gentoo-dev 2008-12-08 19:51:19 UTC
in portage.  thanks for the bug report and patch.