Re: Perl problem - loadable library and perl binaries are mismatched

2024-03-06 Thread Steve Langasek
On Tue, Mar 05, 2024 at 11:55:28PM +0100, John Paul Adrian Glaubitz wrote: > > Thanks! You saved me a lot of headaches! FWIW to do a bootstrap build of perl I had to: - disable libdb and libgdbm build-deps - disable build-time tests, which would pick up old ndbm module from on-disk and

Re: Re: Perl problem - loadable library and perl binaries are mismatched

2024-03-06 Thread John Paul Adrian Glaubitz
Hi Roderich, On Wed, 2024-03-06 at 19:20 +0100, Roderich Schupp wrote: > Hi, > > > Parser.c: loadable library and perl binaries are mismatched (got first > > handshake key 0xb600080, needed 0xb700080) > > > > > The upper 16 bits in these keys (i.e. 0xb60 vs 0xb70) is >

Re: Perl problem - loadable library and perl binaries are mismatched

2024-03-06 Thread gregor herrmann
On Tue, 05 Mar 2024 23:55:28 +0100, John Paul Adrian Glaubitz wrote: > Also, I noticed that libxs-parse-keyword-perl build-depends on > libextutils-cbuilder-perl > which is apparently obsolete and also still depends on the old Perl API [1] > which makes > me wonder how libxs-parse-keyword-perl

Re: Perl problem - loadable library and perl binaries are mismatched

2024-03-05 Thread John Paul Adrian Glaubitz
Hi, On Tue, 2024-03-05 at 23:10 +0100, John Paul Adrian Glaubitz wrote: > > > > oks like it's built with dpkg-dev_1.22.4 but the time64 build flags are > > only activated with 1.22.5. > > Ah, that would explain it, thank you so much! > > > I think there was talk about making them the default

Re: Perl problem - loadable library and perl binaries are mismatched

2024-03-05 Thread Niko Tyni
(Oops, forgot the Cc you asked for. So resending. Apologies for the duplicate on the list.) On Tue, Mar 05, 2024 at 09:17:17PM +0100, John Paul Adrian Glaubitz wrote: > I am getting strange Perl error after rebuilding Perl for the time64_t > transition on powerpc: > > loadable library and

Re: Perl problem - loadable library and perl binaries are mismatched

2024-03-05 Thread John Paul Adrian Glaubitz
On Wed, 2024-03-06 at 00:08 +0200, Niko Tyni wrote: > (Oops, forgot the Cc you asked for. So resending. Apologies for the > duplicate on the list.) No worries. > On Tue, Mar 05, 2024 at 09:17:17PM +0100, John Paul Adrian Glaubitz wrote: > > > I am getting strange Perl error after rebuilding

Re: Perl problem - loadable library and perl binaries are mismatched

2024-03-05 Thread Niko Tyni
On Tue, Mar 05, 2024 at 09:17:17PM +0100, John Paul Adrian Glaubitz wrote: > I am getting strange Perl error after rebuilding Perl for the time64_t > transition on powerpc: > > loadable library and perl binaries are mismatched (got first handshake key > 0xb600080, needed 0xb700080) > > See:

Perl problem - loadable library and perl binaries are mismatched

2024-03-05 Thread John Paul Adrian Glaubitz
Hello, I am getting strange Perl error after rebuilding Perl for the time64_t transition on powerpc: loadable library and perl binaries are mismatched (got first handshake key 0xb600080, needed 0xb700080) See: