Re: [EXT] Re: Test failure on ARM: backtrace_append

2020-02-21 Thread Aki Tuomi
So the problem is that we got no backtrace at all, which means that your system is not working as expected. If you have no libunwind installed (with headers) then it will use libc backtrace get, which apparently on your system is producing failure. You can try adding -UHAVE_BACKTRACE_SYMBOLS and

Re: Test failure on ARM: backtrace_append

2020-02-21 Thread Julien Lepiller
Le Fri, 21 Feb 2020 07:25:15 +0200 (EET), Aki Tuomi a écrit : > Thank you, > > as I don't have arm at hand, can you provide > > gdb .test-lib core > bt full > > output? > --- > Aki Tuomi > There you are (sorry for the long file names, that's how guix works, it's expected): [New LWP 21501]

Re: Test failure on ARM: backtrace_append

2020-02-20 Thread Aki Tuomi
On 20/02/2020 22:49 Julien Lepiller < jul...@lepiller.eu> wrote: Le 20 février 2020 13:37:20 GMT-05:00, Aki Tuomi < aki.tu...@open-xchange.com> a écrit : > >> On 20/02/2020 20:31 Julien Lepiller <

Re: Test failure on ARM: backtrace_append

2020-02-20 Thread Julien Lepiller
Le 20 février 2020 13:37:20 GMT-05:00, Aki Tuomi a écrit : > >> On 20/02/2020 20:31 Julien Lepiller wrote: >> >> >> Le 20 février 2020 12:58:52 GMT-05:00, Aki Tuomi > a écrit : >> > >> >> On 20/02/2020 18:56 Julien Lepiller wrote: >> >> >> >> >> >> Hi, >> >> >> >> I am a packager in

Re: Test failure on ARM: backtrace_append

2020-02-20 Thread Aki Tuomi
> On 20/02/2020 20:31 Julien Lepiller wrote: > > > Le 20 février 2020 12:58:52 GMT-05:00, Aki Tuomi > a écrit : > > > >> On 20/02/2020 18:56 Julien Lepiller wrote: > >> > >> > >> Hi, > >> > >> I am a packager in Guix and user of dovecot on an ARM server (armhf). > >The Guix package

Re: Test failure on ARM: backtrace_append

2020-02-20 Thread Julien Lepiller
Le 20 février 2020 12:58:52 GMT-05:00, Aki Tuomi a écrit : > >> On 20/02/2020 18:56 Julien Lepiller wrote: >> >> >> Hi, >> >> I am a packager in Guix and user of dovecot on an ARM server (armhf). >The Guix package fails to build because of a test error (see the last >lines of the full build

Re: Test failure on ARM: backtrace_append

2020-02-20 Thread Aki Tuomi
> On 20/02/2020 18:56 Julien Lepiller wrote: > > > Hi, > > I am a packager in Guix and user of dovecot on an ARM server (armhf). The > Guix package fails to build because of a test error (see the last lines of > the full build log: >

Re: Test failure on ARM: backtrace_append

2020-02-20 Thread Aki Tuomi
> On 20/02/2020 18:56 Julien Lepiller wrote: > > > Hi, > > I am a packager in Guix and user of dovecot on an ARM server (armhf). The > Guix package fails to build because of a test error (see the last lines of > the full build log: >

Test failure on ARM: backtrace_append

2020-02-20 Thread Julien Lepiller
Hi, I am a packager in Guix and user of dovecot on an ARM server (armhf). The Guix package fails to build because of a test error (see the last lines of the full build log: https://ci.guix.gnu.org/log/f5if2qb5rsqag3a6jy5vga1l9hm9pkj0-dovecot-2.3.9.3). As the name suggests, this is dovecot