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

Bug 729892

Summary: dev-libs/liblzw calls commands that do not exist
Product: Gentoo Linux Reporter: Agostino Sarubbo <ago>
Component: Current packagesAssignee: Agostino Sarubbo <ago>
Status: RESOLVED WORKSFORME    
Severity: normal CC: vapier
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Attachments: build.log

Description Agostino Sarubbo gentoo-dev 2020-06-27 14:16:08 UTC
@@This is an auto-filed bug@@
Feel free to change the summary at your convenience.

Issue: dev-libs/liblzw calls commands that do not exist.
Discovered on: amd64
Comment 1 Agostino Sarubbo gentoo-dev 2020-06-27 14:16:15 UTC
Created attachment 646796 [details]
build.log

build log and emerge --info
Comment 2 SpanKY gentoo-dev 2021-02-15 03:23:34 UTC
libtool is a generated autotool program.  the -c warning is coming from that.  liblzw itself isn't calling anything.

your build script should include `emerge --verbose --info` instead of just `emerge --info`.  i'm guessing you've set AS to something weird.