Please do not reply directly to this email. All additional
comments should be made in the comments box of this bug report.
Summary: perl-Time-Hires no longer needed.
https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=136494
jpo(a)di.uminho.pt changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|ASSIGNED |CLOSED
Resolution| |NOTABUG
------- Additional Comments From jpo(a)di.uminho.pt 2005-08-29 13:49 EST -------
Perl 5.8.7 appeared today in rawhide and now it ships with the
Time::HiRes core module as expected.
$ rpm -qpl perl-5.8.7-0.1.fc5.i386.rpm | grep HiRes
/usr/lib/perl5/5.8.7/i386-linux-thread-multi/Time/HiRes.pm
/usr/lib/perl5/5.8.7/i386-linux-thread-multi/auto/Time/HiRes
/usr/lib/perl5/5.8.7/i386-linux-thread-multi/auto/Time/HiRes/HiRes.so
/usr/share/man/man3/Time::HiRes.3pm.gz
$ rpm -qp --provides perl-5.8.7-0.1.fc5.i386.rpm | grep HiRes
HiRes.so
perl(Time::HiRes) = 1.66
TODO:
* remove the Fedora Core package perl-Time-HiRes
--
Configure bugmail: https://bugzilla.redhat.com/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.
Please do not reply directly to this email. All additional
comments should be made in the comments box of this bug report.
Summary: perl: specfile cleanup and update to 5.8.7
https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=165907
wtogami(a)redhat.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |CLOSED
Resolution| |RAWHIDE
------- Additional Comments From wtogami(a)redhat.com 2005-08-29 02:45 EST -------
Patch11, Patch26, and Patch27 need verification as they clash with perl-5.8.7
and it is uncertain whether all of that has been upstreamed. Otherwise this has
been built in rawhide and will be on the mirrors tomorrow.
--
Configure bugmail: https://bugzilla.redhat.com/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.
Please do not reply directly to this email. All additional
comments should be made in the comments box of this bug report.
Summary: perl should not export -D_FILE_OFFSET_BITS=64
https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=113304
wtogami(a)redhat.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |NEEDINFO_REPORTER
------- Additional Comments From wtogami(a)redhat.com 2005-08-28 17:26 EST -------
> Yes, it still needs to be fixed. It shouldn't cause any undesired side-effects.
> Fixing it is probably Hard, though.
Why is it hard? It will take more work than simply changing those flags?
--
Configure bugmail: https://bugzilla.redhat.com/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.
Please do not reply directly to this email. All additional
comments should be made in the comments box of this bug report.
Summary: glibc or perl incorrect locale LC_CTYPE data
https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=166478
jakub(a)redhat.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Component|glibc |perl
AssignedTo|jakub(a)redhat.com |wtogami(a)redhat.com
QAContact|bbrock(a)redhat.com |dkl(a)redhat.com
CC| |fedora-perl-devel-
| |list(a)redhat.com,
| |jakub(a)redhat.com
------- Additional Comments From jakub(a)redhat.com 2005-08-22 12:50 EST -------
I don't think this looks like a glibc or locale bug, given that:
#include <locale.h>
#include <regex.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
int main (void)
{
setlocale (LC_ALL, "en_US.UTF-8");
printf ("%d\n", (int) iswalpha (L'\xc1'));
printf ("%d\n", (int) iswalpha (L'\x10c'));
regex_t re;
if (regcomp (&re, "\\W", REG_EXTENDED) != 0)
abort ();
regmatch_t rm;
const char *str = "abc\xc3\x81\xc4\x8c ";
if (regexec (&re, str, 1, &rm, 0) != 0)
abort ();
if (rm.rm_so != strlen (str) - 1
|| rm.rm_eo != rm.rm_so + 1)
abort ();
return 0;
}
works.
--
Configure bugmail: https://bugzilla.redhat.com/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.
Please do not reply directly to this email. All additional
comments should be made in the comments box of this bug report.
Summary: hidden error in DB_File::untie causes file descriptor leak
https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=129726
wtogami(a)redhat.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEEDINFO |CLOSED
Resolution| |WORKSFORME
OtherBugsDependingO|136451 |
nThis| |
------- Additional Comments From wtogami(a)redhat.com 2005-08-22 01:00 EST -------
No response in 3 months, assuming fixed. REOPEN if this is still an issue with
FC3+ or RHEL4.
--
Configure bugmail: https://bugzilla.redhat.com/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.
Please do not reply directly to this email. All additional
comments should be made in the comments box of this bug report.
Summary: Misnamed package, add Provides?
https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=165885
rc040203(a)freenet.de changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |CLOSED
Resolution| |NEXTRELEASE
CC|fedora-perl-devel- |
|list(a)redhat.com |
------- Additional Comments From rc040203(a)freenet.de 2005-08-19 19:59 EST -------
Added
"Provides: perl-gettext = %{version}-%{release}"
--
Configure bugmail: https://bugzilla.redhat.com/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.
Please do not reply directly to this email. All additional
comments should be made in the comments box of this bug report.
Summary: perldl is unable to load the documentaion and demo files
https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=163219
p.van.egdom(a)gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Version|fc2 |fc4
CC| |p.van.egdom(a)gmail.com
------- Additional Comments From p.van.egdom(a)gmail.com 2005-08-19 16:02 EST -------
Still happens with package "perl-PDL-2.4.1-11" on FC4.
Changing version from "fc1" to "fc4".
--
Configure bugmail: https://bugzilla.redhat.com/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.
Please do not reply directly to this email. All additional
comments should be made in the comments box of this bug report.
Summary: perldl is unable to load the documentaion and demo files
https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=163219
p.van.egdom(a)gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |dov(a)imagic.weizmann.ac.il
------- Additional Comments From p.van.egdom(a)gmail.com 2005-08-19 15:55 EST -------
*** Bug 112706 has been marked as a duplicate of this bug. ***
--
Configure bugmail: https://bugzilla.redhat.com/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.
Please do not reply directly to this email. All additional
comments should be made in the comments box of this bug report.
Summary: perl-PDL shell broken
https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=112706
p.van.egdom(a)gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |CLOSED
Resolution| |DUPLICATE
------- Additional Comments From p.van.egdom(a)gmail.com 2005-08-19 15:55 EST -------
Closing this bug as a duplicate of bug 163219.
The reason that this bug is closed as a duplicate of bug 163219 (and not
vice-versa) is that bug 163219 contains a fix for this specific bug.
*** This bug has been marked as a duplicate of 163219 ***
--
Configure bugmail: https://bugzilla.redhat.com/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.
Please do not reply directly to this email. All additional
comments should be made in the comments box of this bug report.
Summary: perl-PDL shell broken
https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=112706
p.van.egdom(a)gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Version|fc1 |fc4
CC| |p.van.egdom(a)gmail.com
------- Additional Comments From p.van.egdom(a)gmail.com 2005-08-19 15:45 EST -------
Still happens with package "perl-PDL-2.4.1-11" on FC4.
Changing version from "fc1" to "fc4".
--
Configure bugmail: https://bugzilla.redhat.com/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.