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.