Summary: | sci-calculators/grpn: fails tests with forced --as-needed | ||
---|---|---|---|
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 | ||
Priority: | High | ||
Version: | unspecified | ||
Hardware: | All | ||
OS: | Linux | ||
URL: | http://www.gentoo.org/proj/en/qa/asneeded.xml | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- | |
Bug Depends on: | |||
Bug Blocks: | 129413 | ||
Attachments: |
Build log
patch for ebuild to respect LDFLAGS and add RESTRICT=test |
Description
Diego Elio Pettenò (RETIRED)
![]() Created attachment 197524 [details]
Build log
Looking into the package there seems not to be a serious test suite but only one file test.c which seems to be a relict of some testing experiments. I would recommend adding 'RESTRICT="test"' to the ebuild. The package does also not respect LDFLAGS. That must still be fixed. Created attachment 204236 [details, diff]
patch for ebuild to respect LDFLAGS and add RESTRICT=test
Attached patch fixes the LDFLAGS problem.
+ 19 Dec 2009; Samuli Suominen <ssuominen@gentoo.org> grpn-1.1.2-r1.ebuild: + RESTRICT="test" and respect LDFLAGS wrt #277420, thanks to Diego E. + 'Flameeyes' Pettenò and Thomas Beierlein. |