On Sat, 17 Apr 2021 15:54:38 +0200, Achim Gratz
> Lemures Lemniscati via Cygwin-apps writes:
> > (2) The situation occurs at testing to load just-built modules
> > /usr/bin/python3.6 -c 'import xapian'
> > /usr/bin/python3.6 -O -c 'import xapian'
> >
> > And weirdly, only first runs will cr
Lemures Lemniscati via Cygwin-apps writes:
> (2) The situation occurs at testing to load just-built modules
> /usr/bin/python3.6 -c 'import xapian'
> /usr/bin/python3.6 -O -c 'import xapian'
>
> And weirdly, only first runs will crash.
That symptom indicates that probably BLODA injects
On Thu, 15 Apr 2021 08:13:17 +0200, ASSI
> Lemures Lemniscati via Cygwin-apps writes:
> > I tried it by 'rebase -s $@'
>
> Make that 'rebase -sO $@' since you don't want to rebase the system DLL.
>
> > But, sadly, no improvement.
>
> Well, you'd generally start with figuring out where the error
Lemures Lemniscati via Cygwin-apps writes:
> I tried it by 'rebase -s $@'
Make that 'rebase -sO $@' since you don't want to rebase the system DLL.
> But, sadly, no improvement.
Well, you'd generally start with figuring out where the error message
comes from and then try to work your way back as
On Mon, 12 Apr 2021 20:13:57 +0200, Achim Gratz
> Lemures Lemniscati via Cygwin-apps writes:
> > On i686, I've succefully built xapian-bindings for python 3.7 and 3.8,
> > but failed to build xapian-bindings for python 3.6 with a message
> > '*** stack smashing detected ***: terminated'.
>
> You
Lemures Lemniscati via Cygwin-apps writes:
> On i686, I've succefully built xapian-bindings for python 3.7 and 3.8,
> but failed to build xapian-bindings for python 3.6 with a message
> '*** stack smashing detected ***: terminated'.
You might need to do an (ephemeral) rebase on the just-built DLL
Hi!
I'm trying to build xapian-core and xapian-bindings 1.4.18 with cygport
files:
https://github.com/cygwin-lem/xapian-core-cygport/tree/n_1.4.18-0.1
https://github.com/cygwin-lem/xapian-bindings-cygport/tree/n_1.4.18-0.1
But, on i686, I've failed to build xapian-bindings for python 3.6.