Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 630048

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 packagesAssignee: 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

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.