Re: A problem while building xapian-bindindgs for python 3.6 on i686

2021-04-19 Thread Lemures Lemniscati via Cygwin-apps
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

Re: A problem while building xapian-bindindgs for python 3.6 on i686

2021-04-17 Thread 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 crash. That symptom indicates that probably BLODA injects

Re: A problem while building xapian-bindindgs for python 3.6 on i686

2021-04-16 Thread Lemures Lemniscati via Cygwin-apps
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

Re: A problem while building xapian-bindindgs for python 3.6 on i686

2021-04-14 Thread 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 message comes from and then try to work your way back as

Re: A problem while building xapian-bindindgs for python 3.6 on i686

2021-04-14 Thread Lemures Lemniscati via Cygwin-apps
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

Re: A problem while building xapian-bindindgs for python 3.6 on i686

2021-04-12 Thread 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 might need to do an (ephemeral) rebase on the just-built DLL

A problem while building xapian-bindindgs for python 3.6 on i686

2021-04-12 Thread Lemures Lemniscati via Cygwin-apps
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.