Summary: | app-crypt/rainbowcrack does not respect LDFLAGS | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | Diego Elio Pettenò (RETIRED) <flameeyes> |
Component: | New packages | Assignee: | Daniel Black (RETIRED) <dragonheart> |
Status: | RESOLVED FIXED | ||
Severity: | QA | CC: | c1pher, crypto+disabled, hwoarang |
Priority: | High | ||
Version: | unspecified | ||
Hardware: | All | ||
OS: | Linux | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- | |
Bug Depends on: | |||
Bug Blocks: | 331933 | ||
Attachments: |
Build log
Ebuild diff from main tree New makefile patch Full ebuild Updated makefile patch |
Description
Diego Elio Pettenò (RETIRED)
2010-08-09 16:44:59 UTC
Created attachment 242085 [details]
Build log
I will work on this as time permits. Created attachment 242147 [details]
Ebuild diff from main tree
Notes:
${FILESDIR}/${P}-asneeded.patch is no longer necessary.
I will also be attaching a new ${FILESDIR}/${P}-makefile.patch. This replaces the one currently in the tree. It will address the lack of respect for LDFLAGS (And will also take care of what the old ${FILESDIR}/${P}-asneeded.patch did).
Hope this helps.
Created attachment 242149 [details]
New makefile patch
Created attachment 242151 [details]
Full ebuild
Just in case anyone wants it.
Comment on attachment 242149 [details]
New makefile patch
The patch is wrong. Libraries come before objects to the linker line.
<compiler> <*flags> <objects> <libs>
(In reply to comment #6) > (From update of attachment 242149 [details]) > The patch is wrong. Libraries come before objects to the linker line. That should read: Libraries come after objects to the linker line. :-) sorry about that. > > <compiler> <*flags> <objects> <libs> > Created attachment 242371 [details]
Updated makefile patch
Correct makefile.patch. Thanks for the catch =)
13 Oct 2010; Dane Smith <c1pher@gentoo.org> +rainbowcrack-1.2-r2.ebuild, +files/rainbowcrack-1.2-makefile-asneeded.patch: Revision bump for rainbowcrack. Addresses lack of LDFLAGS respect wrt bug #331877. Fixed in -r2. |