Summary: | dev-perl/GSSAPI-0.26 fails to build due to misparsed CFLAGS | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | Andrew Savchenko <bircoph> |
Component: | Current packages | Assignee: | Gentoo Perl team <perl> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | themgt |
Priority: | High | ||
Version: | unspecified | ||
Hardware: | All | ||
OS: | Linux | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- | |
Attachments: |
build.log
environment fix regex pattern |
Description
Andrew Savchenko
![]() Created attachment 196727 [details]
build.log
Created attachment 196729 [details]
environment
Created attachment 196756 [details, diff]
fix regex pattern
The following patch helps me. The reason was bad regex: it treats all options *containig* '-l' as libs, even if -l is inside the options body. Proposed patch just requires -l to be at the beginning of the option.
What about applying the patch for GSSAPI-2.4 ebuilds? Instead of leaving it broken for about over half a year after the bug was filed? You WILL run into it if you use "march=native" and thats what's adviced everywhere... It's the second bug I stumbled over today while installing a new system, both have perfect descriptions on how to reproduce and how to fix with attached patches... Added. Thanks. Andrew, are you going to report the bug upstream? mailto:bug-GSSAPI [at] rt.cpan.org (In reply to comment #5) > Andrew, are you going to report the bug upstream? mailto:bug-GSSAPI [at] > rt.cpan.org I mailed them just now. Fixed upstream. GSSAPI-0.27 is released. I opened bug #317129 for version bump. So, after a little over a year after reporting you consider this bug fixed, while the 0.24 ebuild in the tree is still the only one marked stable and still has this bug? I asked three month ago for fixing 0.24... your solution is reporting it upstream and claiming "fixed" because it is fixed in the latest unstable version... What exactly is the problem with applying the working patch to the stable in-tree version?! I ran into this AGAIN with a fresh install... Seriously, this is ridiculous and it makes me sad and angry at the same time. so, PLEASE, with sugar and cream, FIX IT IN THE STABLE VERSION AS WELL! (In reply to comment #8) > so, PLEASE, with sugar and cream, FIX IT IN THE STABLE VERSION AS WELL! Thanks, for your comment. David filed a stabilization bug (#330565). |