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

Bug 119847

Summary: psmisc-22.1 fails to compile
Product: Gentoo Linux Reporter: Jaak Ristioja <jaak>
Component: New packagesAssignee: Gentoo's Team for Core System packages <base-system>
Status: VERIFIED FIXED    
Severity: normal    
Priority: High    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Attachments: psmisc-force-locale.patch

Description Jaak Ristioja 2006-01-21 11:14:04 UTC
make[2]: Entering directory `/var/tmp/portage/psmisc-22.1/work/psmisc-22.1/src'
x86_64-pc-linux-gnu-gcc -E -dM signames.c |\
        tr -s '\t ' ' ' | sort -n -k 3 | sed \
's:#define SIG\([A-Z]\+[0-9]*\) \([0-9]\+\) *\(\|/\*.*\)$:{\ \2,"\1" },:p;d' | \
          grep -v '[0-9][0-9][0-9]' >signames.h || \
          { rm -f signames.h; exit 1; }
grep '^{ 1,"HUP" },$' signames.h >/dev/null || \
          { rm -f signames.h; exit 1; }
make[2]: *** [signames.h] Error 1

Although i'm not certain, i think this is related to using a et_EE locale. The estonian alphabet does not end with Z.
Comment 1 SpanKY gentoo-dev 2006-01-22 12:19:36 UTC
it most likely is because of your EE locale

run `LC_ALL=C emerge psmisc` and see if that helps
Comment 2 Jaak Ristioja 2006-01-22 13:06:04 UTC
It doesn't help. Only modifying /etc/env.d/02locales, "env-update; source /etc/profile" helps. But this is not an acceptable solution. :(
Comment 3 SpanKY gentoo-dev 2006-01-23 17:56:45 UTC
Created attachment 77962 [details, diff]
psmisc-force-locale.patch

i never said that was a fix

try this patch
Comment 4 Jaak Ristioja 2006-01-23 21:02:51 UTC
It works, thank you. :)
Comment 5 SpanKY gentoo-dev 2006-01-24 15:50:22 UTC
added to cvs then, thanks for testing
Comment 6 Jaak Ristioja 2008-06-05 18:45:42 UTC
Not in portage anymore, RIP. Closing.