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

Bug 725740

Summary: sys-apps/nawk fails to compile
Product: Gentoo Linux Reporter: Agostino Sarubbo <ago>
Component: Current packagesAssignee: Christoph Junghans (RETIRED) <junghans>
Status: RESOLVED NEEDINFO    
Severity: normal CC: base-system, sam
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Attachments: build.log

Description Agostino Sarubbo gentoo-dev 2020-05-28 07:16:09 UTC
This is an auto-filed bug because sys-apps/nawk fails to compile.
The issue was originally discovered on amd64, but it may be reproducible on other arches as well.
If you think that a different summary clarifies the issue better, feel free to change it.
Attached build log and emerge --info.

NOTE:
If you need further logs, feel free to ask.
Comment 1 Agostino Sarubbo gentoo-dev 2020-05-28 07:16:15 UTC
Created attachment 642180 [details]
build.log

build log and emerge --info
Comment 2 Christoph Junghans (RETIRED) gentoo-dev 2020-05-28 12:50:32 UTC
The problem is YACC being empty, the ebuild depends on virtual/yacc and there is a YACC=$(type -p yacc), so don't you have a yacc binary?