Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 119847 - psmisc-22.1 fails to compile
Summary: psmisc-22.1 fails to compile
Status: VERIFIED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo's Team for Core System packages
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-01-21 11:14 UTC by Jaak Ristioja
Modified: 2008-06-05 18:45 UTC (History)
0 users

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


Attachments
psmisc-force-locale.patch (psmisc-force-locale.patch,265 bytes, patch)
2006-01-23 17:56 UTC, SpanKY
Details | Diff

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