| Summary: | dev-embedded/gpsim-0.21.11 fails to build libgpsim.so | ||
|---|---|---|---|
| Product: | Gentoo Linux | Reporter: | Malte S. Stretz <gentoo-bugger> |
| Component: | New packages | Assignee: | Embedded Team (OBSOLETE) <dev-embedded+disabled> |
| Status: | RESOLVED FIXED | ||
| Severity: | normal | CC: | calchan |
| Priority: | High | ||
| Version: | unspecified | ||
| Hardware: | All | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Package list: | Runtime testing required: | --- | |
| Attachments: | gpsim-0.21.11.ebuild | ||
|
Description
Malte S. Stretz
2006-04-04 13:00:05 UTC
I can't reproduce the issue on a similar setup. It really looks like a glibc cockup here. So I'll reassign to the toolchain guys in order to get their opinion. Denis. looks to me like gpsim sucks it uses libdl functions in src/ but never explicitly declares -ldl in LDFLAGS ... it assumes that the X_LDFLAGS variable will include -ldl from packages like gtk and gthread update src/Makefile.am and add -ldl to libgpsim_la_LDFLAGS Created attachment 86736 [details]
gpsim-0.21.11.ebuild
Here's an ebuild that should solve the issue. Please try it and tell us if it does.
Denis.
Fixed. |