Please do not reply directly to this email. All additional
comments should be made in the comments box of this bug report.
https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=169236
Summary: New version of SpamAssassin available (3.1.0)
Product: Fedora Core
Version: fc4
Platform: All
URL: http://svn.apache.org/repos/asf/spamassassin/branches/3.
1/UPGRADE
OS/Version: Linux
Status: NEW
Severity: normal
Priority: normal
Component: spamassassin
AssignedTo: wtogami(a)redhat.com
ReportedBy: milan.kerslager(a)pslib.cz
CC: fedora-perl-devel-
list@redhat.com,felicity@kluge.net,jm@jmason.org,parkerm
@pobox.com,reg+redhat@sidney.com,wtogami@redhat.com
New SpamAssassin 3.1.0 introduces a lot of changes (mostly move to plugins).
Will be there a new fersion for FC4 or 3.1.x is supposed to be in FC5 only? Are
there some issues for 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.
https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=167797
Summary: perl-DBD-Pg package doesn't Provide: perl(DBD::Pg)
Product: Fedora Core
Version: devel
Platform: All
OS/Version: Linux
Status: NEW
Severity: normal
Priority: normal
Component: perl-DBD-Pg
AssignedTo: wtogami(a)redhat.com
ReportedBy: paul(a)city-fan.org
CC: fedora-perl-devel-list(a)redhat.com
Description of problem:
The update to 1.43 appears to have introduced an issue where rpm does not
autogenerate the perl(DBD::Pg) virtual. So modules requiring this have to depend
on perl-DBD-Pg rather than perl(DBD::Pg) (e.g. bugzilla #166191). The FC3 and
FC4 packages do provide perl(DBD::Pg).
Version-Release number of selected component (if applicable):
perl-DBD-Pg-1.43-1
How reproducible:
Easy
Steps to Reproduce:
rpm -q --provides perl-DBD-Pg
Actual results:
Pg.so
perl-DBD-Pg = 1.43-1
Expected results:
Pg.so
perl(DBD::Pg) = 1.43
perl-DBD-Pg = 1.43-1
Additional info:
Easy fix would just be to add the Provides: perl(DBD::Pg) = %{version} manually
in the spec file.
--
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.
https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=168373
Summary: perl is compiled without 64bit int on i386
Product: Fedora Core
Version: devel
Platform: i386
OS/Version: Linux
Status: NEW
Severity: enhancement
Priority: normal
Component: perl
AssignedTo: wtogami(a)redhat.com
ReportedBy: redhat(a)olen.net
QAContact: dkl(a)redhat.com
CC: fedora-perl-devel-list(a)redhat.com
Description of problem:
perl is compiled without 64bit int on i386
Version-Release number of selected component (if applicable):
perl-5.8.7-0.3.fc5
How reproducible:
Always
Steps to Reproduce:
1. Install perl
2. perl -e 'printf ("%x", 99999999999999)'
Actual results:
ffffffff
Expected results:
5af3107a3fff
Additional info:
>From the INSTALL manual:
"The use64bitint option does only as much as is required to get 64-bit integers
into Perl (this may mean, for example, using "long longs") while your memory may
still be limited to 2 gigabytes (because your pointers could still be 32-bit).
Note that the name 64bitint does not imply that your C compiler will be using
64-bit ints (it might, but it doesn't have to). The use64bitint simply means
that you will be able to have 64 bit-wide scalar values."
http://search.cpan.org/~nwclark/perl-5.8.6/INSTALL#Run_Configure
At least I need 64bit ints for some internal applications that needs to run on
both x86_64 and i386.
--
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 is unable to work with regex under UTF-8 locale with input readed from files
https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=112339
wtogami(a)redhat.com changed:
What |Removed |Added
----------------------------------------------------------------------------
CC|fedora-perl-devel- |
|list(a)redhat.com |
--
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 is unable to work with regex under UTF-8 locale with input readed from files
https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=112339
taw(a)redhat.com changed:
What |Removed |Added
----------------------------------------------------------------------------
AssignedTo|cturner(a)redhat.com |wtogami(a)redhat.com
CC| |fedora-perl-devel-
| |list(a)redhat.com
--
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
------- Additional Comments From ville.skytta(a)iki.fi 2005-09-26 13:14 EST -------
Someone who knows something about PDL should comment on that. The patched
package builds and tests run successfully on FC4 i386. I don't see how this
patch would affect any tests.
--
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
wtogami(a)redhat.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |NEEDINFO
------- Additional Comments From wtogami(a)redhat.com 2005-09-25 11:40 EST -------
t/primitive.................# Failed test 20 in t/primitive.t at line 120
# t/primitive.t line 120 is: eval '$c = all($b==pdl([[0,1],[2,2]]))'; ok(!$@
&& $c);
FAILED test 20
Failed Test Stat Wstat Total Fail Failed List of Failed
-------------------------------------------------------------------------------
t/primitive.t 21 1 4.76% 20
9 tests and 35 subtests skipped.
Failed 1/96 test scripts, 98.96% okay. 1/817 subtests failed, 99.88% okay.
This happened twice on ppc, unknown if it happens on other archs. Should I make
test failures non-fatal? Please advise.
--
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: Does not work when installed with an umask of 077 and messes filesystem
https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=73908
wtogami(a)redhat.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|ASSIGNED |CLOSED
Resolution| |RAWHIDE
------- Additional Comments From wtogami(a)redhat.com 2005-09-24 16:29 EST -------
thanks built
--
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: debugger fails to pick up backspace in screen
https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=130803
wtogami(a)redhat.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |CLOSED
Resolution| |WONTFIX
------- Additional Comments From wtogami(a)redhat.com 2005-09-23 14:35 EST -------
fc1 is no longer supported. If you are able to reproduce this with a fresh
install of FC4 or FC5 with a fresh user profile, please open a new 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: fix packages for perl 5.8.3 and perl-suidperl 5.8.3 need perl-NDBM_File <= 1:1.75-34.99.6
https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=122855
wtogami(a)redhat.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Resolution|NEXTRELEASE |NOTABUG
------- Additional Comments From wtogami(a)redhat.com 2005-09-23 11:33 EST -------
I have no idea where you got this package, but according to Bug #77351 we have
never shipped NDBM_File since 2002 or maybe even earlier.
--
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.
https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=169126
Summary: Bad: perl 5.8.7 not yet rebuild against 4.3.28
Product: Fedora Core
Version: devel
Platform: All
OS/Version: Linux
Status: NEW
Severity: high
Priority: normal
Component: perl
AssignedTo: wtogami(a)redhat.com
ReportedBy: oliver(a)linux-kernel.at
QAContact: dkl(a)redhat.com
CC: fedora-perl-devel-list(a)redhat.com
>From Bugzilla Helper:
User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8b4) Gecko/20050915 Fedora/1.5-0.5.0.beta1 Firefox/1.4
Description of problem:
DB_File needs compatible versions of libdb & db.h
you have db.h version 4.3.27 and libdb version 4.3.28
Compilation failed in require at /usr/lib/perl5/site_perl/5.8.6/Cache/File/Heap.pm line 29.
BEGIN failed--compilation aborted at /usr/lib/perl5/site_perl/5.8.6/Cache/File/Heap.pm line 29.
Compilation failed in require at /usr/lib/perl5/site_perl/5.8.6/Cache/File.pm line 26.
BEGIN failed--compilation aborted at /usr/lib/perl5/site_perl/5.8.6/Cache/File.pm line 26.
Version-Release number of selected component (if applicable):
perl-5.8.7-0.3.fc5
How reproducible:
Always
Steps to Reproduce:
1. Update to latest FCDevel
2. Try to use DB_File stuff
:-)
Actual Results: -> See description
Additional info:
--
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
------- Additional Comments From jpo(a)di.uminho.pt 2005-09-14 10:02 EST -------
For the record:
The packages - perl-Filter, perl-Filter-Simple, and perl-Time-HiRes - were
removed from rawhide.
Source:
rawhide report: 20050913 changes
https://www.redhat.com/archives/fedora-devel-list/2005-September/msg00227.h…
Details:
...
Removed package perl-Time-HiRes
Removed package perl-Filter-Simple
Removed package perl-Filter
...
See also: #136494 and #167901
--
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-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|REOPENED |CLOSED
Resolution| |RAWHIDE
------- Additional Comments From jpo(a)di.uminho.pt 2005-09-14 08:39 EST -------
Perl-Time-HiRes package removed in 20050913.
Source:
rawhide report: 20050913 changes
https://www.redhat.com/archives/fedora-devel-list/2005-September/msg00227.h…
Details:
...
Removed package perl-Time-HiRes
Removed package perl-Filter-Simple
Removed package perl-Filter
...
--
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: Break perl-libxml-enno into component CPAN modules
https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=128879
Bug 128879 depends on bug 167997, which changed state.
Bug 167997 Summary: Dubious dependency on perl-libxml-enno
https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=167997
What |Old Value |New Value
----------------------------------------------------------------------------
Resolution| |RAWHIDE
Status|ASSIGNED |CLOSED
--
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: Break perl-libxml-enno into component CPAN modules
https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=128879
------- Additional Comments From wtogami(a)redhat.com 2005-09-14 04:48 EST -------
Excellent. =) Initiating removal process for FC5.
--
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: Break perl-libxml-enno into component CPAN modules
https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=128879
twaugh(a)redhat.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEEDINFO_ENG |ASSIGNED
------- Additional Comments From twaugh(a)redhat.com 2005-09-14 04:41 EST -------
I have removed all the explicit dependencies on perl modules from foomatic.spec.
--
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: Break perl-libxml-enno into component CPAN modules
https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=128879
wtogami(a)redhat.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|ASSIGNED |NEEDINFO_ENG
CC| |twaugh(a)redhat.com
------- Additional Comments From wtogami(a)redhat.com 2005-09-14 03:47 EST -------
Hi twaugh, which perl pieces if any are needed by foomatic?
--
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: spamassassin restart fails - functions bug?
https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=161785
wtogami(a)redhat.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |ASSIGNED
------- Additional Comments From wtogami(a)redhat.com 2005-09-14 03:23 EST -------
%config(noreplace) %{_sysconfdir}/sysconfig/spamassassin
The specific implementation suggested in Comment #3 is not good because during
package upgrades, if the /etc/sysconfig/spamassassin file had been previously
modified it will not be replaced and your init.d script would fail. Given this
problem, hardcoding the pid path in the script may be the only supportable solution.
Any objections?
--
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.
https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=167901
Summary: what about perl-Filter and perl-Filter-Simple
Product: Fedora Core
Version: devel
Platform: All
OS/Version: Linux
Status: NEW
Severity: normal
Priority: normal
Component: perl
AssignedTo: wtogami(a)redhat.com
ReportedBy: laroche(a)redhat.com
QAContact: dkl(a)redhat.com
CC: fedora-perl-devel-list@redhat.com,sopwith@redhat.com
Description of problem:
The newest perl package has fileconflicts with perl-Filter and
perl-Filter-Simple. Can those two be deleted from FC-development
trees?
Version-Release number of selected component (if applicable):
How reproducible:
Steps to Reproduce:
1.
2.
3.
Actual results:
Expected results:
Additional info:
--
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 headers are incompletely built
https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=71513
------- Additional Comments From kjetilho(a)ifi.uio.no 2005-09-12 10:40 EST -------
sys/syscall.ph works, errno.ph doesn't. this is with perl-5.8.6-15
--
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: [PATCH] libperl leaks a THREAD_KEY each time it is reloaded
https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=73486
jorton(a)redhat.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEEDINFO |CLOSED
Resolution| |RAWHIDE
------- Additional Comments From jorton(a)redhat.com 2005-09-12 06:15 EST -------
Yup looks that way, which seems fine it's not very critical.
--
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: DateManip complains of Malformed UTF-8
https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=74884
wtogami(a)redhat.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |NEEDINFO
CC| |fedora-perl-devel-
| |list(a)redhat.com
------- Additional Comments From wtogami(a)redhat.com 2005-09-11 07:42 EST -------
Is "non-UTF-8 string literals were inside comments" still fatal in modern perl,
and if so would something like the above script be useful in an automated test
to avoid this problem in our future perl packages?
--
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: Does not work when installed with an umask of 077 and messes filesystem
https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=73908
wtogami(a)redhat.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Product|Red Hat Linux |Fedora Core
Version|8.0 |devel
Status|NEW |ASSIGNED
Component|perl-Crypt-SSLeay |perl-Crypt-SSLeay
CC| |fedora-perl-devel-
| |list(a)redhat.com
------- Additional Comments From wtogami(a)redhat.com 2005-09-11 07:35 EST -------
This package has not been cleaned up since then, so likely still needs fixing.
--
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: Does not work when installed with an umask of 077 and messes filesystem
https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=73921
wtogami(a)redhat.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Product|Red Hat Linux |Fedora Core
Version|8.0 |devel
Status|NEW |ASSIGNED
Component|perl-RPM2 |perl-RPM2
CC| |fedora-perl-devel-
| |list(a)redhat.com
------- Additional Comments From wtogami(a)redhat.com 2005-09-11 07:28 EST -------
Spec has not been rewritten to modern perl packaging standards, so likely still
affected.
--
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: [PATCH] libperl leaks a THREAD_KEY each time it is reloaded
https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=73486
wtogami(a)redhat.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Summary|Perl segfault after many |[PATCH] libperl leaks a
|reloads |THREAD_KEY each time it is
| |reloaded
Status|ASSIGNED |NEEDINFO
------- Additional Comments From wtogami(a)redhat.com 2005-09-11 07:14 EST -------
Has perl-5.8.7 fixed this issue?
So FC3 and FC4 are affected but not FC5?
--
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 headers are incompletely built
https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=71513
wtogami(a)redhat.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|ASSIGNED |NEEDINFO
CC| |fedora-perl-devel-
| |list(a)redhat.com
------- Additional Comments From wtogami(a)redhat.com 2005-09-11 07:11 EST -------
List, is this still an issue?
--
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 doesn't look for modules in /usr/local
https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=60853
wtogami(a)redhat.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEEDINFO |CLOSED
Resolution| |WONTFIX
------- Additional Comments From wtogami(a)redhat.com 2005-09-11 07:07 EST -------
Closing due to lack of response. There is a newer report somewhere asking for
this elsewhere.
--
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(Inline) duplication
https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=158733
------- Additional Comments From wtogami(a)redhat.com 2005-09-11 07:06 EST -------
Attempted build again today. Only one test failure on ppc:
t/primitive.................# Failed test 20 in t/primitive.t at line 120
# t/primitive.t line 120 is: eval '$c = all($b==pdl([[0,1],[2,2]]))'; ok(!$@
&& $c);
FAILED test 20
Upstream CPAN shows mostly failures on this module version, and seems unwilling
or unable to fix this module after a few months of failure. So this leaves us
with few options:
1) Disable tests and allow this to go into rawhide, assuming it is only a
problem of the tests themselves (?)
2) Downgrade to the previous version and hope that it works.
3) Fix the problem, whatever it is.
Opinions?
--
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: useless files included, incomplete h2ph, wrong files location, duplicate files...
https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=140993
wtogami(a)redhat.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEEDINFO |CLOSED
Resolution| |WONTFIX
------- Additional Comments From wtogami(a)redhat.com 2005-09-11 06:47 EST -------
Closing due to lack of response from original submitter, and things in the perl
package have changed substantially since then.
--
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 needs dependency on specific libdb version
https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=144672
wtogami(a)redhat.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEEDINFO |CLOSED
Resolution| |WONTFIX
------- Additional Comments From wtogami(a)redhat.com 2005-09-11 06:45 EST -------
On second thought, mixing repositories is unsupported and the initial report was
of rawhide during an inconsistent state. Closing WONTFIX, unless someone is
willing to submit a concrete, simple and obviously correct way to do this.
--
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: man3/Text::Kakasi.3pm.gz is japanese manpage, but not installed ja/man3 directory
https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=128529
wtogami(a)redhat.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEEDINFO |CLOSED
Resolution| |WONTFIX
------- Additional Comments From wtogami(a)redhat.com 2005-09-11 06:43 EST -------
Closing due to lack of activity and FC2 is no longer supported.
--
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 segfaults with spamd -d user
https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=137299
wtogami(a)redhat.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEEDINFO |CLOSED
Resolution| |WONTFIX
------- Additional Comments From wtogami(a)redhat.com 2005-09-11 06:42 EST -------
Closing because FC2 is no longer supported. Please reopen if this is an issue
in FC3+.
--
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: timelocal does not return earliest possible time in eastern hemisphere ?
https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=137965
wtogami(a)redhat.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEEDINFO |CLOSED
Resolution| |WONTFIX
------- Additional Comments From wtogami(a)redhat.com 2005-09-11 06:42 EST -------
Closing due to lack of activity and FC2 is no longer supported. If this is
still an issue in FC3+ please reopen 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: Cannot Install Template-Toolkit - undefined symbol: mysql_ssl_set
https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=128430
wtogami(a)redhat.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEEDINFO |CLOSED
Resolution| |WONTFIX
------- Additional Comments From wtogami(a)redhat.com 2005-09-11 06:41 EST -------
closing due to lack of activity and FC2 is no longer supported
--
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: Break perl-libxml-enno into component CPAN modules
https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=128879
------- Additional Comments From ville.skytta(a)iki.fi 2005-09-10 04:50 EST -------
All dependent packages:
rpm -q --provides perl-libxml-enno | awk '{ print $1 }' \
| xargs repoquery --whatrequires | sort -u
Core packages (FC4):
- foomatic: perl-libxml-enno >= 1.02 (dubious?, bug 167997)
Extras packages (FE4):
- inkscape: perl(XML::XQL), perl(XML::XQL::DOM)
- perl-Template-Toolkit: perl(XML::DOM)
So, based on the above it looks like it would suffice to:
- Check if foomatic really requires anything in perl-libxml-enno, and modify
it to use perl(Foo::Bar) style dependencies as appropriate
- Package the following in Core/Extras depending on the foomatic outcome:
* perl-XML-RegExp (required by perl-XML-DOM)
* perl-XML-DOM (required by perl-XML-XQL)
* perl-XML-XQL (required by inkscape)
* Add Obsoletes: perl-libxml-enno <= 1.02 to one (or some) of the above,
I'd say to perl-XML-DOM only
--
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: Break perl-libxml-enno into component CPAN modules
https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=128879
ville.skytta(a)iki.fi changed:
What |Removed |Added
----------------------------------------------------------------------------
BugsThisDependsOn| |167997
--
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: Break perl-libxml-enno into component CPAN modules
https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=128879
wtogami(a)redhat.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEEDINFO_ENG |NEEDINFO
------- Additional Comments From wtogami(a)redhat.com 2005-09-09 16:55 EST -------
The Glorious Supreme Leader said,
"find out what uses it. move it all to extras :)"
Maybe it isn't possible to move to Extras, but the next step is to look at the deps.
--
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.
https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=167938
Summary: perl-XML-NamespaceSupport: update to 1.09
Product: Fedora Core
Version: devel
Platform: All
OS/Version: Linux
Status: NEW
Severity: normal
Priority: normal
Component: perl-XML-NamespaceSupport
AssignedTo: wtogami(a)redhat.com
ReportedBy: jpo(a)di.uminho.pt
CC: fedora-perl-devel-list(a)redhat.com
Description of problem:
Update to XML::NamespaceSupport to the latest CPAN version.
Version-Release number of selected component (if applicable):
perl-XML-NamespaceSupport-1.08-7
Expected results:
perl-XML-NamespaceSupport-1.09-1
Additional info:
http://search.cpan.org/diff?from=XML-NamespaceSupport-1.08&to=XML-Namespace…
------- Additional Comments From jpo(a)di.uminho.pt 2005-09-09 13:42 EST -------
Created an attachment (id=118649)
--> (https://bugzilla.redhat.com/bugzilla/attachment.cgi?id=118649&action=view)
Specfile patch (update to 1.09)
--
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.
https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=167937
Summary: perl-DateManip: update to 5.44
Product: Fedora Core
Version: devel
Platform: All
OS/Version: Linux
Status: NEW
Severity: normal
Priority: normal
Component: perl-DateManip
AssignedTo: wtogami(a)redhat.com
ReportedBy: jpo(a)di.uminho.pt
CC: fedora-perl-devel-list(a)redhat.com
Description of problem:
Update DateManip to the latest version available in CPAN.
Version-Release number of selected component (if applicable):
perl-DateManip-5.42a-4
Expected results:
perl-DateManip-5.44-1
------- Additional Comments From jpo(a)di.uminho.pt 2005-09-09 13:38 EST -------
Created an attachment (id=118648)
--> (https://bugzilla.redhat.com/bugzilla/attachment.cgi?id=118648&action=view)
Specfile patch (update to 5.44)
--
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-Time-Hires no longer needed.
https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=136494
laroche(a)redhat.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|CLOSED |REOPENED
Resolution|NOTABUG |
CC| |sopwith(a)redhat.com
------- Additional Comments From laroche(a)redhat.com 2005-09-09 06:50 EST -------
Elliot, can you remove this package from FC-development trees?
Thanks,
Florian La Roche
--
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: Polling pipes fails on Fedora. Example provided
https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=122391
wtogami(a)redhat.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Version|fc1 |fc3
Status|NEW |NEEDINFO_REPORTER
------- Additional Comments From wtogami(a)redhat.com 2005-09-08 23:13 EST -------
What about 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.
I'm trying to build a package for Data::UUID. Something, possibly the
from_string() function, apparently isn't 64-bit clean. ("make test"
fails on x86_64 but works fine on i386.) Unfortunately, I can't see
an obvious problem. Well, I can't figure out what's going on in the
code really either... :-)
Anyway, if there's anyone on this list that might be able to help me
figure this out, I'd really appreciate it. The author doesn't seem to
be terribly responsive.
Steve
--
Steven Pritchard - K&S Pritchard Enterprises, Inc.
Email: steve(a)kspei.com http://www.kspei.com/
Phone: (618)398-3000 Mobile: (618)567-7320
Please do not reply directly to this email. All additional
comments should be made in the comments box of this bug report.
Summary: Break perl-libxml-enno into component CPAN modules
https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=128879
wtogami(a)redhat.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEEDINFO |NEEDINFO_ENG
OtherBugsDependingO| |150221
nThis| |
------- Additional Comments From wtogami(a)redhat.com 2005-09-07 19:19 EST -------
I need to talk to rel-eng to see what they think.
--
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 iThreads app hangs with NPTL
https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=101767
------- Additional Comments From albert.tobey(a)priority-health.com 2005-09-07 09:43 EST -------
Seems to be OK in RHEL3 U4 when I re-run that same script both with RHEL's perl
and mine. I'm not sure what fixed it, though. I think the glibc update
following Jakub's note actually fixed it for me.
--
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 iThreads app hangs with NPTL
https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=101767
wtogami(a)redhat.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Product|Red Hat Raw Hide |Fedora Core
Version|1.0 |devel
Status|ASSIGNED |NEEDINFO_ENG
Component|perl |perl
CC|cturner(a)redhat.com |fedora-perl-devel-
| |list(a)redhat.com
------- Additional Comments From wtogami(a)redhat.com 2005-09-07 06:11 EST -------
Anyone have any clue if this is still an issue? No idea if Chip followed up
upstream as mentioned here.
--
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.
https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=167471
Summary: RFE: Update perl-Compress-Zlib to 1.37
Product: Fedora Core
Version: devel
Platform: All
URL: http://search.cpan.org/dist/Compress-Zlib/
OS/Version: Linux
Status: NEW
Severity: normal
Priority: normal
Component: perl-Compress-Zlib
AssignedTo: jorton(a)redhat.com
ReportedBy: steve(a)silug.org
QAContact: dkl(a)redhat.com
CC: fedora-perl-devel-list(a)redhat.com
I'm attaching a patch that applies perfectly to rawhide and FC-4 that updates
perl-Compress-Zlib to the latest version, 1.37. (The latest source is at
http://search.cpan.org/CPAN/authors/id/P/PM/PMQS/Compress-Zlib-1.37.tar.gz and
builds perfectly.)
The latest amavisd-new is failing to start, complaining about wanting
Compress::Zlib >= 1.35. Presumably this is because of some of the fixes in
1.35. Ideally I'd like to see an update to FC-3 and above so I can build
amavisd-new for all of them once it is accepted into Extras, but an update for
at least FC-4 (where I do most of my testing, and what most of my clients are
running) and rawhide would be greatly appreciated.
The following is the changelog for the last 3 versions of Compress::Zlib:
1.37 - 12 August 2005
* Change to t/03examples.t for VMS from Abe Timmerman
1.36 - 3 August 2005
* Renamed zlib-src-1.2.3 to zlib-src to help VMS
* Fixed Makefile.PL for VMS
* Fixed t/03examples.t for VMS
* Added a couple of notes about incompatibility with Unix compress.
1.35 - 16 July 2005
* Updated zlib source to 1.2.3
* Fixed problem with where two calls to gzclose would hang the debugger.
See https://rt.cpan.org/Ticket/Display.html?id=13789
* Added code from Alexey Tourbin to use XSLoader when available,
and DynaLoader otherwise.
* Documented that the compress & uncompress functions were not
the same as the Unix utilities of the same name.
* Fixed 05gzsetp -- it left a temp file hanging around.
* Integrate core change 24787 - SvUPGRADE returns void in blead
* Integrate core change 24788 - Makefile.PL adjustments for the core
------- Additional Comments From steve(a)silug.org 2005-09-02 17:47 EST -------
Created an attachment (id=118409)
--> (https://bugzilla.redhat.com/bugzilla/attachment.cgi?id=118409&action=view)
spec file update to 1.37
--
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.