Summary: | app-misc/glimpse does not respect LDFLAGS | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | Diego Elio Pettenò (RETIRED) <flameeyes> |
Component: | New packages | Assignee: | No maintainer - Look at https://wiki.gentoo.org/wiki/Project:Proxy_Maintainers if you want to take care of it <maintainer-needed> |
Status: | RESOLVED FIXED | ||
Severity: | QA | CC: | c1pher |
Priority: | High | ||
Version: | unspecified | ||
Hardware: | All | ||
OS: | Linux | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- | |
Bug Depends on: | |||
Bug Blocks: | 331933 | ||
Attachments: |
Build log
Diff from glimpse-4.18.5.ebuild The patch |
Description
Diego Elio Pettenò (RETIRED)
2010-08-12 16:10:28 UTC
Created attachment 242605 [details]
Build log
Created attachment 242685 [details]
Diff from glimpse-4.18.5.ebuild
Takes care of two things. First, the LDFLAGS issue as seen by the additional sed.
I also believe I resolved the parallel make issue, however, this is harder to confirm. I was unable to cause it to break on my machine using anywhere from 2 to 20 jobs so I'm fairly sure it is working as it should be. This fix is provided by the patch that I will attach shortly.
Created attachment 242687 [details]
The patch
Patch forces the sub-directories (which contain dependencies for the main directory) to compile first instead of along with. Should resolve any parallel compilation issues.
+ 13 Aug 2010; Markos Chandras <hwoarang@gentoo.org> glimpse-4.18.5.ebuild, + +files/glimpse-4.18.5-makefile.patch: + Patch from Dane Smith <smithdanea@gmail.com> to fix LDFLAGS and parallel + build issues. Bug #332463 + |