GNU bug report logs -
#70978
test suite failures on NetBSD
Previous Next
Reported by: Bruno Haible <bruno <at> clisp.org>
Date: Thu, 16 May 2024 13:09:01 UTC
Severity: normal
Done: Ileana Dumitrescu <ileanadumitrescu95 <at> gmail.com>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
Hi Ileana,
Ileana Dumitrescu wrote:
> I have applied a patch to the development branch [1] that resolves test
> failure 61, currently 63: passing CXX flags through libtool.
This patch does not look right: It replaces an option sequence
--as-needed -lgcc_s --no-as-needed -lgcc -lc --as-needed -lgcc_s --no-as-needed -lgcc
that has balanced uses of --as-needed/--no-as-needed with an option sequence
--as-needed -lgcc_s
that leaves --as-needed in effect for the later linker options.
> For the test-option-parser.sh failure, I have applied a patch [2] on
> github to skip testing the 'ksh' shell on NetBSD. stdout from a child
> 'ksh' shell is not redirecting properly to the parent shell.
Oh yeah. This particular bug was unknown to me. But 'ksh' has a long-
standing reputation of being buggy. (Maybe because it was long used
by proprietary systems, which did not have bug trackers like modern
distros have?)
Bruno
This bug report was last modified 181 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.