Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 630048 - www-client/lynx-2.8.9_pre16: fails to build, "make: *** No targets specified and no makefile found. Stop."
Summary: www-client/lynx-2.8.9_pre16: fails to build, "make: *** No targets specified ...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: Tim Harder
URL:
Whiteboard:
Keywords: REGRESSION
Depends on:
Blocks:
 
Reported: 2017-09-05 21:14 UTC by Austin English (RETIRED)
Modified: 2017-09-05 22:07 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments
build log (lynx-build.txt,19.70 KB, text/plain)
2017-09-05 21:55 UTC, Austin English (RETIRED)
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Austin English (RETIRED) gentoo-dev 2017-09-05 21:14:43 UTC
$ 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
Comment 1 Austin English (RETIRED) gentoo-dev 2017-09-05 21:55:58 UTC
Created attachment 492712 [details]
build log
Comment 2 Tim Harder gentoo-dev 2017-09-05 22:07:40 UTC
Fixed in the tree.