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

Bug 762205

Summary: dev-perl/Unicode-LineBreak-2019.1.0 fails src_compile with binutils-config[-native-symlinks] (
Product: Gentoo Linux Reporter: Aaron W. Swenson <titanofold>
Component: Current packagesAssignee: Gentoo Perl team <perl>
Status: RESOLVED DUPLICATE    
Severity: normal    
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Attachments: emerge -pqv
emerge --info
build.log

Description Aaron W. Swenson gentoo-dev 2020-12-28 11:26:28 UTC
Messages preceding error:
rm -f "libsombok.a"
ar cr "libsombok.a" lib/8.0.0.o lib/break.o lib/charprop.o lib/gcstring.o lib/linebreak.o lib/southeastasian.o lib/utf8.o lib/utils.o
/bin/sh: ar: command not found
make[1]: *** [Makefile:496: libsombok.a] Error 127
make[1]: Leaving directory '/var/tmp/portage/dev-perl/Unicode-LineBreak-2019.1.0/work/Unicode-LineBreak-2019.001/sombok'
make: *** [Makefile:1118: sombok/libsombok.a] Error 2

The issue is in ${WORKDIR}/sombok/Makefile. $(AR) is hardcoded to ar.

Reproducible: Always
Comment 1 Aaron W. Swenson gentoo-dev 2020-12-28 11:31:04 UTC
Created attachment 680035 [details]
emerge -pqv
Comment 2 Aaron W. Swenson gentoo-dev 2020-12-28 11:31:35 UTC
Created attachment 680038 [details]
emerge --info
Comment 3 Aaron W. Swenson gentoo-dev 2020-12-28 11:32:44 UTC
Created attachment 680041 [details]
build.log
Comment 4 Andreas K. Hüttel archtester gentoo-dev 2021-05-04 22:01:39 UTC
Most likely a dupe

*** This bug has been marked as a duplicate of bug 261375 ***