| Summary: | www-client/lynx-2.8.9_pre16: fails to build, "make: *** No targets specified and no makefile found. Stop." | ||
|---|---|---|---|
| Product: | Gentoo Linux | Reporter: | Austin English (RETIRED) <wizardedit> |
| Component: | Current packages | Assignee: | Tim Harder <radhermit> |
| Status: | RESOLVED FIXED | ||
| Severity: | normal | Keywords: | REGRESSION |
| Priority: | Normal | ||
| Version: | unspecified | ||
| Hardware: | All | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Package list: | Runtime testing required: | --- | |
| Attachments: | build log | ||
Created attachment 492712 [details]
build log
Fixed in the tree. |
$ ebuild lynx-2.8.9_pre16.ebuild clean compile Fails with: >>> Compiling source in /var/tmp/portage/www-client/lynx-2.8.9_pre16/work/lynx2.8.9dev.16 ... make -j8 -C po -j1 make: Entering directory '/var/tmp/portage/www-client/lynx-2.8.9_pre16/work/lynx2.8.9dev.16/po' make: *** No targets specified and no makefile found. Stop. make: Leaving directory '/var/tmp/portage/www-client/lynx-2.8.9_pre16/work/lynx2.8.9dev.16/po' The issue seems to be that -j8 isn't stripped, so make -j8 -C po -j1 is attempted. If I explicitly use make instead of emake, I get make -C po -j1, and the build succeeds. lynx-2.8.9_pre11.ebuild works for me