bug-gnulib
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Issues with stdioext functions on modern macOS/Xcode


From: Martin Storsjö
Subject: Issues with stdioext functions on modern macOS/Xcode
Date: Tue, 1 Dec 2020 15:08:24 +0200 (EET)
User-agent: Alpine 2.23 (DEB 453 2020-06-18)

On Xcode 12.2 on macOS 11.0 on arm64, the following sequence fails 6 tests:

$ ./gnulib-tool --create-testdir --dir=/tmp/testdir-stdioext \
               --single-configure --avoid=havelib-tests \
               fseterr freadable fwritable fbufmode freading fwriting \
freadptr freadseek freadahead fpurge fseeko ftello fpending \
               fflush
$ cd /tmp/testdir-stdioext
$ ./configure CPPFLAGS=-Wall 2>&1 | tee log1
$ make 2>&1 | tee log2
$ make check 2>&1 | tee log3


See attached files for failures; in particular, the following tests fail:

FAIL: test-fflush2.sh
FAIL: test-fpurge
FAIL: test-ftell.sh
FAIL: test-ftell2.sh
FAIL: test-ftello.sh
FAIL: test-ftello2.sh

These failures don't seem to be specific to arm64, but they fail in the exact same way on macOS 10.15.7 (Catalina) with built both with Xcode 11.7 and 12.2.

// Martin

Attachment: log1
Description: Text document

Attachment: log2
Description: Text document

Attachment: log3
Description: Text document

Attachment: config.log
Description: Text document

Attachment: config.status
Description: Text document

Attachment: config.h
Description: Text Data

Attachment: test-suite.log
Description: Text document


reply via email to

[Prev in Thread] Current Thread [Next in Thread]