Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 2895 - php doesn't include gettext support with set 'nls'
Summary: php doesn't include gettext support with set 'nls'
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Development (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Ryan Phillips (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-05-21 13:30 UTC by Andreas Erhart
Modified: 2002-11-26 17:25 UTC (History)
3 users (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 Andreas Erhart 2002-05-21 13:30:34 UTC
Hi, 
 
on my system the php configure script constantly fails to include gettext  
support. I have to to pass it the '--with-gettext' option to get it work. 
Therefore I would like to see the following patch to be included in the ebuild: 
 
--- php-4.2.1-r1.ebuild.orig    Tue  
May 21 20:26:44 2002  
+++ php-4.2.1-r1.ebuild.new     Tue May 21 20:26:29 2002  
@@ -87,6 +87,7 @@  
        myconf="--without-readline "  
        use pam && myconf="${myconf} --with-pam"  
        use nls || myconf="${myconf} --without-gettext"  
+       use nls && myconf="${myconf} --with-gettext"  
        use ssl && myconf="${myconf} --with-openssl"  
        use curl && myconf="${myconf} --with-curl"  
        use snmp && myconf="${myconf} --with-snmp --enable-ucd-snmp-hack"  
  
  
regards 
 
   Andi
Comment 1 Roman Weber 2002-05-21 13:38:55 UTC
Hi Andi

I'll add it to the next release.

Roman
Comment 2 Ryan Phillips (RETIRED) gentoo-dev 2002-10-28 16:03:04 UTC
achim: I'm going to swipe this one... hope you don't mind.
Comment 3 Christian Loitsch 2002-11-14 06:34:28 UTC
I can't run horde-imp with gettext deactivated.  As I was told (months ago) that
disabling NLS should still allow all programs to run, I think it would be wise,
to ignore nls for php.
If on the other hand this is a bug in horde-imp or if programs are supposed to
break, ignore this comment.
Comment 4 Ryan Phillips (RETIRED) gentoo-dev 2002-11-26 17:25:08 UTC
should be fixed.