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

Bug 384869

Summary: app-admin/webalizer should not die on USE=nls and no LINGUAS in pkg_setup
Product: Gentoo Linux Reporter: Paweł Hajdan, Jr. (RETIRED) <phajdan.jr>
Component: Current packagesAssignee: Gentoo Web Application Packages Maintainers <web-apps>
Status: CONFIRMED ---    
Severity: normal CC: mvolaski, toralf, web-apps
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Bug Depends on:    
Bug Blocks: 287931    

Description Paweł Hajdan, Jr. (RETIRED) gentoo-dev 2011-09-29 02:34:47 UTC
* you must set LINGUAS in /etc/make.conf
 * if you want to USE=nls
 * ERROR: app-admin/webalizer-2.01.10-r15 failed (setup phase):
 *   please either set LINGUAS or do not use nls
 * 
 * Call stack:
 *                      ebuild.sh, line  56:  Called pkg_setup
 *   webalizer-2.01.10-r15.ebuild, line  46:  Called die
 * The specific snippet of code:
 *              die "please either set LINGUAS or do not use nls"

That's quite annoying especially in arch testing / tinderboxing context.

Could you please either:

a) use EAPI=4 and do the check in pkg_pretend
b) make the check non-fatal, i.e. do not die, but maybe effectively disable nls?
Comment 1 Anthony Basile gentoo-dev 2013-01-13 14:46:53 UTC
I just adopted this puppy and I'll add that at some point when I rev bump.
Comment 2 Anthony Basile gentoo-dev 2013-01-13 14:50:01 UTC
*** Bug 310845 has been marked as a duplicate of this bug. ***
Comment 3 Toralf Förster gentoo-dev 2018-05-22 16:56:24 UTC
pong
Comment 4 Jeroen Roovers (RETIRED) gentoo-dev 2020-08-18 11:34:37 UTC
*** Bug 678618 has been marked as a duplicate of this bug. ***