Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 725740 - sys-apps/nawk fails to compile
Summary: sys-apps/nawk fails to compile
Status: RESOLVED NEEDINFO
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Christoph Junghans (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2020-05-28 07:16 UTC by Agostino Sarubbo
Modified: 2021-07-04 00:31 UTC (History)
2 users (show)

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


Attachments
build.log (build.log,7.12 KB, text/plain)
2020-05-28 07:16 UTC, Agostino Sarubbo
Details

Note You need to log in before you can comment on or make changes to this bug.
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?