OpenLDAP 2.3.38 segfaults with db-4.6.21

2007-10-18 Thread Gunnar Wrobel
Hi!

We are currently preparing the next Kolab release and the combination
of the mentioned versions failed in our hands. We reverted back to
db-4.5.

There are several references on the web mentioning issues in that area.
Here is one:

http://bugs.archlinux.org/task/8311?project=1order=dateopenedsort=descorder2=sort2=

Cheers,

Gunnar

-- 
__ http://kdab.com ___ http://kolab-konsortium.com _

[EMAIL PROTECTED] Kolab work is funded in part by KDAB and the Kolab Konsortium

 http://www.pardus.de _ http://gunnarwrobel.de _
E-mail : [EMAIL PROTECTED] Dr. Gunnar Wrobel
Tel.   : +49 40 432 72335   Bundesstrasse 29
Fax: +49 40 432 70855D-20146 Hamburg

Mail at ease - Rent a kolab groupware server at [EMAIL PROTECTED]   
   

__
OpenPKG http://openpkg.org
Developer Communication List   openpkg-dev@openpkg.org


Re: OpenLDAP 2.3.38 segfaults with db-4.6.21

2007-10-18 Thread Ralf S. Engelschall
On Thu, Oct 18, 2007, Gunnar Wrobel wrote:

 We are currently preparing the next Kolab release and the combination
 of the mentioned versions failed in our hands. We reverted back to
 db-4.5.

 There are several references on the web mentioning issues in that area.
 Here is one:
 http://bugs.archlinux.org/task/8311?project=1order=dateopenedsort=descorder2=sort2=

Ok, I also can confirm that slapd is segfaulting.

But at least the mentioned URL seems to talk about a different issue:
just a version mismatch between Berkeley-DB used during build-time and
run-time...
   Ralf S. Engelschall
   [EMAIL PROTECTED]
   www.engelschall.com

__
OpenPKG http://openpkg.org
Developer Communication List   openpkg-dev@openpkg.org


MIME/Parser.pm incompatible with File/Temp.pm

2007-10-18 Thread Gunnar Wrobel
Hi!

As the subject mentions I get a conflict between

MIME/Parser.pm from perl-mail-5.8.8-20070928 and File/Temp.pm from
perl-5.8.8-20071011

I see this error once a mail runs through amavis (and spamassassin). 

This is the error:

Error in processing, id=19858-03, mime_decode-1 FAILED: Can't locate
object method seek via package File::Temp at
/kolabrelease/lib/perl/vendor_perl/5.8.8/MIME/Parser.pm

It seems that the Parser.pm module expects File::Temp to be a subclass
IO::Seekable which got implemented in File::Temp = 0.18 and the
current package does not provide that. In principle the dependencies
in the Mime::Parser package probably were not correctly defined
upstream.

http://groups.google.de/group/perl.cpan.testers/browse_thread/thread/cb814cb0d4b9c567/574ff5ef99afbfab%23574ff5ef99afbfab

Any suggestion how I can fix the issue in the OpenPKG packages?

Cheers,

Gunnar

-- 
__ http://kdab.com ___ http://kolab-konsortium.com _

[EMAIL PROTECTED] Kolab work is funded in part by KDAB and the Kolab Konsortium

 http://www.pardus.de _ http://gunnarwrobel.de _
E-mail : [EMAIL PROTECTED] Dr. Gunnar Wrobel
Tel.   : +49 40 432 72335   Bundesstrasse 29
Fax: +49 40 432 70855D-20146 Hamburg

Mail at ease - Rent a kolab groupware server at [EMAIL PROTECTED]   
   

__
OpenPKG http://openpkg.org
Developer Communication List   openpkg-dev@openpkg.org


Re: MIME/Parser.pm incompatible with File/Temp.pm

2007-10-18 Thread Ralf S. Engelschall
On Thu, Oct 18, 2007, Gunnar Wrobel wrote:

 As the subject mentions I get a conflict between

 MIME/Parser.pm from perl-mail-5.8.8-20070928 and File/Temp.pm from
 perl-5.8.8-20071011

 I see this error once a mail runs through amavis (and spamassassin).

 This is the error:

 Error in processing, id=19858-03, mime_decode-1 FAILED: Can't locate
 object method seek via package File::Temp at
 /kolabrelease/lib/perl/vendor_perl/5.8.8/MIME/Parser.pm

 It seems that the Parser.pm module expects File::Temp to be a subclass
 IO::Seekable which got implemented in File::Temp = 0.18 and the
 current package does not provide that. In principle the dependencies
 in the Mime::Parser package probably were not correctly defined
 upstream.

 http://groups.google.de/group/perl.cpan.testers/browse_thread/thread/cb814cb0d4b9c567/574ff5ef99afbfab%23574ff5ef99afbfab

 Any suggestion how I can fix the issue in the OpenPKG packages?

I've include File::Temp 0.18 now in perl-sys.
This should fix the issue.

   Ralf S. Engelschall
   [EMAIL PROTECTED]
   www.engelschall.com

__
OpenPKG http://openpkg.org
Developer Communication List   openpkg-dev@openpkg.org


Re: MIME/Parser.pm incompatible with File/Temp.pm

2007-10-18 Thread Gunnar Wrobel
Ralf S. Engelschall [EMAIL PROTECTED] writes:

 On Thu, Oct 18, 2007, Gunnar Wrobel wrote:

 As the subject mentions I get a conflict between

 MIME/Parser.pm from perl-mail-5.8.8-20070928 and File/Temp.pm from
 perl-5.8.8-20071011

 I see this error once a mail runs through amavis (and spamassassin).

 This is the error:

 Error in processing, id=19858-03, mime_decode-1 FAILED: Can't locate
 object method seek via package File::Temp at
 /kolabrelease/lib/perl/vendor_perl/5.8.8/MIME/Parser.pm

 It seems that the Parser.pm module expects File::Temp to be a subclass
 IO::Seekable which got implemented in File::Temp = 0.18 and the
 current package does not provide that. In principle the dependencies
 in the Mime::Parser package probably were not correctly defined
 upstream.

 http://groups.google.de/group/perl.cpan.testers/browse_thread/thread/cb814cb0d4b9c567/574ff5ef99afbfab%23574ff5ef99afbfab

 Any suggestion how I can fix the issue in the OpenPKG packages?

 I've include File::Temp 0.18 now in perl-sys.
 This should fix the issue.

Cool, thanks! I'll test immediately... :)

Cheers,

Gunnar


Ralf S. Engelschall
[EMAIL PROTECTED]
www.engelschall.com

 __
 OpenPKG http://openpkg.org
 Developer Communication List   openpkg-dev@openpkg.org

-- 
__ http://kdab.com ___ http://kolab-konsortium.com _

[EMAIL PROTECTED] Kolab work is funded in part by KDAB and the Kolab Konsortium

 http://www.pardus.de _ http://gunnarwrobel.de _
E-mail : [EMAIL PROTECTED] Dr. Gunnar Wrobel
Tel.   : +49 40 432 72335   Bundesstrasse 29
Fax: +49 40 432 70855D-20146 Hamburg

Mail at ease - Rent a kolab groupware server at [EMAIL PROTECTED]   
   

__
OpenPKG http://openpkg.org
Developer Communication List   openpkg-dev@openpkg.org


Re: OpenLDAP 2.3.38 segfaults with db-4.6.21

2007-10-18 Thread Ralf S. Engelschall
On Thu, Oct 18, 2007, Ralf S. Engelschall wrote:

 On Thu, Oct 18, 2007, Gunnar Wrobel wrote:

  We are currently preparing the next Kolab release and the combination
  of the mentioned versions failed in our hands. We reverted back to
  db-4.5.
 
  There are several references on the web mentioning issues in that area.
  Here is one:
  http://bugs.archlinux.org/task/8311?project=1order=dateopenedsort=descorder2=sort2=

 Ok, I also can confirm that slapd is segfaulting.

Ok, I really dislike this very very much, but I've packaged up
Berkeley-DB 4.5.20.2 as db45 and use this in the openldap package.
Only OpenLDAP 2.4.6 and higher will support Berkeley-DB 4.6 as it
looks... :-(

So, at least _your_ problems should be fixed now... ;-)

   Ralf S. Engelschall
   [EMAIL PROTECTED]
   www.engelschall.com

__
OpenPKG http://openpkg.org
Developer Communication List   openpkg-dev@openpkg.org


Re: OpenLDAP 2.3.38 segfaults with db-4.6.21

2007-10-18 Thread Gunnar Wrobel
Ralf S. Engelschall [EMAIL PROTECTED] writes:

 On Thu, Oct 18, 2007, Ralf S. Engelschall wrote:

 On Thu, Oct 18, 2007, Gunnar Wrobel wrote:

  We are currently preparing the next Kolab release and the combination
  of the mentioned versions failed in our hands. We reverted back to
  db-4.5.
 
  There are several references on the web mentioning issues in that area.
  Here is one:
  http://bugs.archlinux.org/task/8311?project=1order=dateopenedsort=descorder2=sort2=

 Ok, I also can confirm that slapd is segfaulting.

 Ok, I really dislike this very very much, but I've packaged up
 Berkeley-DB 4.5.20.2 as db45 and use this in the openldap package.
 Only OpenLDAP 2.4.6 and higher will support Berkeley-DB 4.6 as it
 looks... :-(

 So, at least _your_ problems should be fixed now... ;-)

Very nice, thanks a lot. You are quick :) The perl-sys also worked
fine. 

Cheers,

Gunnar


Ralf S. Engelschall
[EMAIL PROTECTED]
www.engelschall.com

 __
 OpenPKG http://openpkg.org
 Developer Communication List   openpkg-dev@openpkg.org

-- 
__ http://kdab.com ___ http://kolab-konsortium.com _

[EMAIL PROTECTED] Kolab work is funded in part by KDAB and the Kolab Konsortium

 http://www.pardus.de _ http://gunnarwrobel.de _
E-mail : [EMAIL PROTECTED] Dr. Gunnar Wrobel
Tel.   : +49 40 432 72335   Bundesstrasse 29
Fax: +49 40 432 70855D-20146 Hamburg

Mail at ease - Rent a kolab groupware server at [EMAIL PROTECTED]   
   

__
OpenPKG http://openpkg.org
Developer Communication List   openpkg-dev@openpkg.org