> Micah Anderson a écrit :
>> Package: sympa
>> Version: 5.3.4-5.2
>> Severity: grave
>> Justification: renders package unusable
>>
>> After installation of sympa, it tries to start the daemons, and the
>> following errors are printed out for each of the daemons:
>>
>> Setting up sympa (5.3.4-5.2) ...
>> Starting Sympa mailing list manager: sympaPrototype mismatch: sub
>> Lock::LOCK_SH () vs none at /usr/lib/sympa/bin/Lock.pm line 38.
>> Constant subroutine LOCK_SH redefined at /usr/lib/sympa/bin/Lock.pm line 38.
>> Prototype mismatch: sub Lock::LOCK_EX () vs none at
>> /usr/lib/sympa/bin/Lock.pm line 39.
>> Constant subroutine LOCK_EX redefined at /usr/lib/sympa/bin/Lock.pm line 39.
>> Prototype mismatch: sub Lock::LOCK_NB () vs none at
>> /usr/lib/sympa/bin/Lock.pm line 40.
>> Constant subroutine LOCK_NB redefined at /usr/lib/sympa/bin/Lock.pm line 40.
>> $* is no longer supported at /usr/lib/sympa/bin/sympa.pl line 162.
>>
>> I made these go away by commenting out:
>>
>> #sub LOCK_SH {1};
>> #sub LOCK_EX {2};
>> #sub LOCK_NB {4};
>>
>> in Lock.pm on line 38, I dont know if this causes any problems * Olivier Salaün <[EMAIL PROTECTED]> [2008-10-06 03:19-0400]: > The first problem (Constant subroutine LOCK_XX redefined) has already > been fixed *4 months ago* in the development trunk as well as in the 5.4 > stable branch, see > <http://sourcesup.cru.fr/cgi/viewvc.cgi/branches/sympa-5.4-branch/src/Lock.pm?r1=4922&r2=5048> Great! I should have checked this before reporting it "upstream". >> The other error: >> >> $* is no longer supported at /usr/lib/sympa/bin/parser.pl line 63. >> >> Is not something I >> know how to fix, however I believe that this was >> deprecated by perl 5.10 as perldoc perlvar says: [snip] >> Which makes me think that maybe this should be changed to use the /m >> modifier, but I dont know what this particular function in sympa does. * Olivier Salaün <[EMAIL PROTECTED]> [2008-10-06 03:19-0400]: > You're right, we had already fixed similar code earlier but obviously > forgot this one. We'll fix the problem ASAP in both trunk and 5.4 branch. > If you don't mind, could you add an entry in Sympa's own tracking system > : <https://sourcesup.cru.fr/tracker/?group_id=23> Certainly, I'll add something right now. Sorry for the delay. Micah
signature.asc
Description: Digital signature

