Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 59132 - squirrelmail: locale it_IT for pluglin gpg not compiled
Summary: squirrelmail: locale it_IT for pluglin gpg not compiled
Status: RESOLVED UPSTREAM
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High minor (vote)
Assignee: Jeremy Huddleston (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-08-02 04:36 UTC by Simone Fabris
Modified: 2004-11-12 03:32 UTC (History)
0 users

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 Simone Fabris 2004-08-02 04:36:58 UTC
The ebuild mail-client/squirrelmail/squirrelmail-1.4.3a.ebuild  is installing a bad compiled version of the file gpg.mo 
This is segfaulting apache when selecting the options link AND:
- you are using the gpg plugin AND
- you are using the italian locale.

Reproducible: Always
Steps to Reproduce:
Click on options link AND:
- you are using the gpg plugin AND
- you are using the italian locale.
Actual Results:  
Apache segfaults (somewhere in glibc, after trying to access 


cd
/var/tmp/portage/squirrelmail-1.4.3a/work/squirrelmail-1.4.3a/plugins/gpg/locale/it_IT/LC_MESSAGES/
ls -al

drwxr-xr-x  2 root root    96  4 gen  2004 .
drwxr-xr-x  3 root root    80 23 dic  2003 ..
-rw-r--r--  1 root root   132 30 dic  2003 gpg.mo
-rw-r--r--  1 root root 61726  4 gen  2004 gpg.po

cd /var/tmp/portage/squirrelmail-1.4.3a/work/squirrelmail-1.4.3a/plugins/gpg/locale/

pongo locale # bash compilepo.sh it_IT
Compiling ../locale/it_IT/LC_MESSAGES/gpg.po
380 translated messages.

 cd
/var/tmp/portage/squirrelmail-1.4.3a/work/squirrelmail-1.4.3a/plugins/gpg/locale/it_IT/LC_MESSAGES/

pongo LC_MESSAGES # ls -al
totale 112
drwxr-xr-x  2 root root    96  4 gen  2004 .
drwxr-xr-x  3 root root    80 23 dic  2003 ..
-rw-r--r--  1 root root 47723  2 ago 13:33 gpg.mo
-rw-r--r--  1 root root 61726  4 gen  2004 gpg.po

As you can see, the file gpg.mo was not compiled after unpacking.
Comment 1 Jeremy Huddleston (RETIRED) gentoo-dev 2004-09-01 13:03:57 UTC
can you provide a patch to the ebuild which will do the neccessary compilation... I don't know much about i18n
Comment 2 Jeremy Huddleston (RETIRED) gentoo-dev 2004-11-12 03:32:15 UTC
Please provide a fix or report this upstream