<?xml version="1.0" encoding="UTF-8" ?>

<bugzilla version="5.2"
          urlbase="https://bugzilla.altlinux.org/"
          
          maintainer="jenya@basealt.ru"
>

    <bug>
          <bug_id>24826</bug_id>
          
          <creation_ts>2010-12-26 15:04:05 +0300</creation_ts>
          <short_desc>Conflict between LC_* constants of Locale::Gettext and POSIX in perl 5.10+</short_desc>
          <delta_ts>2010-12-26 19:47:36 +0300</delta_ts>
          <reporter_accessible>1</reporter_accessible>
          <cclist_accessible>1</cclist_accessible>
          <classification_id>4</classification_id>
          <classification>Development</classification>
          <product>Sisyphus</product>
          <component>perl-Locale-gettext</component>
          <version>unstable</version>
          <rep_platform>all</rep_platform>
          <op_sys>Linux</op_sys>
          <bug_status>CLOSED</bug_status>
          <resolution>FIXED</resolution>
          
          
          <bug_file_loc></bug_file_loc>
          <status_whiteboard></status_whiteboard>
          <keywords></keywords>
          <priority>P3</priority>
          <bug_severity>normal</bug_severity>
          <target_milestone>---</target_milestone>
          
          
          <everconfirmed>1</everconfirmed>
          <reporter name="Alexey Gladkov">legion</reporter>
          <assigned_to name="Dmitry V. Levin">ldv</assigned_to>
          <cc>at</cc>
    
    <cc>cas</cc>
    
    <cc>crux</cc>
    
    <cc>ender</cc>
    
    <cc>lav</cc>
    
    <cc>ldv</cc>
    
    <cc>mike</cc>
    
    <cc>qa_viy</cc>
    
    <cc>shaba</cc>
    
    <cc>viy</cc>
          
          <qa_contact>qa-sisyphus</qa_contact>

      

      

      

          <comment_sort_order>oldest_to_newest</comment_sort_order>  
          <long_desc isprivate="0" >
    <commentid>116686</commentid>
    <comment_count>0</comment_count>
    <who name="Alexey Gladkov">legion</who>
    <bug_when>2010-12-26 15:04:05 +0300</bug_when>
    <thetext>$ env -i help2man -N -i make-initrd.1.inc -- ./make-initrd &gt;make-initrd.1
Constant subroutine main::LC_ALL redefined at /usr/share/perl5/Exporter.pm line 64.
 at /usr/bin/help2man line 29
Prototype mismatch: sub main::LC_ALL () vs none at /usr/share/perl5/Exporter.pm line 64.
 at /usr/bin/help2man line 29</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>116688</commentid>
    <comment_count>1</comment_count>
    <who name="Dmitry V. Levin">ldv</who>
    <bug_when>2010-12-26 17:18:03 +0300</bug_when>
    <thetext>$ perl -e &apos;use POSIX qw(LC_ALL); use Locale::gettext;&apos;
Constant subroutine main::LC_ALL redefined at /usr/share/perl5/Exporter.pm line 64.
 at -e line 1
Prototype mismatch: sub main::LC_ALL () vs none at /usr/share/perl5/Exporter.pm line 64.
 at -e line 1</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>116691</commentid>
    <comment_count>2</comment_count>
    <who name="Dmitry V. Levin">ldv</who>
    <bug_when>2010-12-26 18:50:12 +0300</bug_when>
    <thetext>$ perl -MPOSIX -MLocale::gettext &lt;/dev/null
Constant subroutine main::LC_CTYPE redefined at /usr/share/perl5/Exporter.pm line 64.
 at - line 0
Prototype mismatch: sub main::LC_CTYPE () vs none at /usr/share/perl5/Exporter.pm line 64.
 at - line 0
Constant subroutine main::LC_NUMERIC redefined at /usr/share/perl5/Exporter.pm line 64.
 at - line 0
Prototype mismatch: sub main::LC_NUMERIC () vs none at /usr/share/perl5/Exporter.pm line 64.
 at - line 0
Constant subroutine main::LC_TIME redefined at /usr/share/perl5/Exporter.pm line 64.
 at - line 0
Prototype mismatch: sub main::LC_TIME () vs none at /usr/share/perl5/Exporter.pm line 64.
 at - line 0
Constant subroutine main::LC_COLLATE redefined at /usr/share/perl5/Exporter.pm line 64.
 at - line 0
Prototype mismatch: sub main::LC_COLLATE () vs none at /usr/share/perl5/Exporter.pm line 64.
 at - line 0
Constant subroutine main::LC_MONETARY redefined at /usr/share/perl5/Exporter.pm line 64.
 at - line 0
Prototype mismatch: sub main::LC_MONETARY () vs none at /usr/share/perl5/Exporter.pm line 64.
 at - line 0
Constant subroutine main::LC_MESSAGES redefined at /usr/share/perl5/Exporter.pm line 64.
 at - line 0
Prototype mismatch: sub main::LC_MESSAGES () vs none at /usr/share/perl5/Exporter.pm line 64.
 at - line 0
Constant subroutine main::LC_ALL redefined at /usr/share/perl5/Exporter.pm line 64.
 at - line 0
Prototype mismatch: sub main::LC_ALL () vs none at /usr/share/perl5/Exporter.pm line 64.
 at - line 0</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>116692</commentid>
    <comment_count>3</comment_count>
    <who name="Dmitry V. Levin">ldv</who>
    <bug_when>2010-12-26 19:01:04 +0300</bug_when>
    <thetext>http://rt.cpan.org/Public/Bug/Display.html?id=35680
http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=479803
http://bugzilla.redhat.com/show_bug.cgi?id=447859</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>116693</commentid>
    <comment_count>4</comment_count>
    <who name="Repository Robot">repository-robot</who>
    <bug_when>2010-12-26 19:47:36 +0300</bug_when>
    <thetext>perl-Locale-gettext-1.05-alt4 -&gt; sisyphus:

* Sun Dec 26 2010 Dmitry V. Levin &lt;ldv@altlinux&gt; 1.05-alt4
- Fixed conflict between Locale::Gettext and POSIX
  (closes: #24826).
- Resurrected changes lost in 1.05-alt3.</thetext>
  </long_desc>
      
      

    </bug>

</bugzilla>