[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Patch: Fix OS X PowerPC support
|
From: |
Bruno Haible |
|
Subject: |
Re: Patch: Fix OS X PowerPC support |
|
Date: |
Fri, 10 Nov 2023 00:44:01 +0100 |
Sevan Janiyan wrote:
> On 30/11/2021 01:12, Bruno Haible wrote:
> > I suspect that it merely compiles, but does not actually work on Mac
> > OS X 10.4.x.
> >
> > You can find out by running "make check", to see whether the unit
> > tests pass.
>
>
> Running "make check" results in 2 test failures without the use of
> libsigsegv.
>
> ./../build-aux/test-driver: line 112: 5311 Illegal instruction "$@"
> >> "$log_file" 2>&1
> FAIL: test-sigsegv-catch-stackoverflow1
> ./../build-aux/test-driver: line 112: 5318 Illegal instruction "$@"
> >> "$log_file" 2>&1
> FAIL: test-sigsegv-catch-stackoverflow2
>
> With the use of libsigsegv, all 19 tests pass.
OK. But that part of libsigsegv is too big for Gnulib. The best thing we
could do is to clarify it in the file modules/sigsegv.
Bruno
- Re: Patch: Fix OS X PowerPC support, Sevan Janiyan, 2023/11/05
- Re: Patch: Fix OS X PowerPC support, Sevan Janiyan, 2023/11/06
- Re: Patch: Fix OS X PowerPC support, Sevan Janiyan, 2023/11/09
- Re: Patch: Fix OS X PowerPC support, Bruno Haible, 2023/11/09
- Re: Patch: Fix OS X PowerPC support, Sevan Janiyan, 2023/11/09
- Re: Patch: Fix OS X PowerPC support, Sevan Janiyan, 2023/11/14
- Re: Patch: Fix OS X PowerPC support, Bruno Haible, 2023/11/14
- Re: Patch: Fix OS X PowerPC support, Sevan Janiyan, 2023/11/14
Re: Patch: Fix OS X PowerPC support,
Bruno Haible <=