Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 408369 - app-shells/bash-4.2_p20 fails with LANG=et_EE.UTF-8
Summary: app-shells/bash-4.2_p20 fails with LANG=et_EE.UTF-8
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo's Team for Core System packages
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-03-15 15:55 UTC by step
Modified: 2012-03-18 23:58 UTC (History)
1 user (show)

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


Attachments

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