[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: FAIL: autopoint-3
From: |
Santiago Vila |
Subject: |
Re: FAIL: autopoint-3 |
Date: |
Thu, 20 Jun 2024 18:28:24 +0200 |
User-agent: |
Mozilla Thunderbird |
El 20/6/24 a las 0:10, Bruno Haible escribió:
Hi Santiago,
+ /bin/bash ./configure
+ test 1 = 0
This configure failure may well be due to an Autoconf 2.71 bug.
I would try to apply the commits
5eecb370ed02eb44f9e0dd7a648d961b8ccd54a1
and
f23b7847990cb31b59729517314e5d0fb649f64e
from the GNU gettext git repository.
Ok, I added those two patches.
It still fails, but now, using the file-based backend of sbuild
to build the package, there is a thing which I missed before:
+ autoconf
+ test 0 = 0
+ touch ltmain.sh
+ rm -rf autom4te.cache
+ automake -a -c
+ test 0 = 0
+ : /bin/bash
+ /bin/bash ./configure
+ test 0 = 0
+ make
+ test 2 = 0
+ cat autopoint.err
gcc: error: unrecognized command-line option
‘-<A8><A8><A8><A8><A8><A8><A8><A8>^Q^PDHAVE_STDIO_H=1’
make[9]: *** [Makefile:506: hello.o] Error 1
make[8]: *** [Makefile:542: all-recursive] Error 1
Why would gcc be receiving such strange string with funny chars
ending by HAVE_STDIO_H=1 as a command line?
Thanks.