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

Bug 408369

Summary: app-shells/bash-4.2_p20 fails with LANG=et_EE.UTF-8
Product: Gentoo Linux Reporter: step <step247>
Component: Current packagesAssignee: Gentoo's Team for Core System packages <base-system>
Status: RESOLVED FIXED    
Severity: normal CC: plaes
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

Description step 2012-03-15 15:55:09 UTC
emerge app-shells/bash-4.2_p20  fails with et_EE.UTF-8

Fix: 
$ LANG=
$ emerege app-shells/bash 

and it compiles fine.
Comment 1 Priit Laes (IRC: plaes) 2012-03-16 10:13:11 UTC
The culprit causing this problem is following line in the ebuild:

    sed -ri -e 's:\$[(](RL|HIST)_LIBSRC[)]/[a-z]*.h::g' Makefile.in || die

Easy fix would be to prepend 'LC_ALL=C' to that.
Comment 2 SpanKY gentoo-dev 2012-03-18 23:58:12 UTC
should be all set now in the tree; thanks for the report!

Commit message: Use :alpha: rather than a-z in sed
http://sources.gentoo.org/app-shells/bash/bash-4.2_p20.ebuild?r1=1.8&r2=1.9
http://sources.gentoo.org/app-shells/bash/bash-4.2_p24.ebuild?r1=1.2&r2=1.3