Summary: | dev-perl/DBD-SQLite-1.350.0 does not respect CFLAGS and hardcodes libdir, resulting in cross-compile failure | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | Thomas Sachau <tommy> |
Component: | New packages | Assignee: | Gentoo Perl team <perl> |
Status: | RESOLVED DUPLICATE | ||
Severity: | normal | CC: | NightNord |
Priority: | Normal | ||
Version: | autobuilds | ||
Hardware: | All | ||
OS: | Linux | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- | |
Attachments: | build.log |
Description
Thomas Sachau
2012-01-01 17:16:36 UTC
Caused by perl-module.eclass:171: 171 # OPTIMIZE="${CFLAGS}" \ If uncomment that line and place it above, where it should be: 165 set -- \ 166 OTHERLDFLAGS="${LDFLAGS}" \ 167 OPTIMIZE="${CFLAGS}" \ 168 "${mymake_local[@]}" 169 einfo "emake" "$@" 170 emake "$@" \ 171 || die "Compilation failed" Everything works fine. Any problems with CFLAGS in perl modules? > Everything works fine. Any problems with CFLAGS in perl modules? Yes, lots of and we know. So I'm closing this particular bug, there's a few others around. A fix is planned for EAPI=6, but the changes are too intrusive for just flipping settings of existing packages in the eclass. *** This bug has been marked as a duplicate of bug 513866 *** |