bug-make
[Top][All Lists]
Advanced

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

make-4.3: wildcard test #9 fails


From: Bruno Haible
Subject: make-4.3: wildcard test #9 fails
Date: Sun, 05 Apr 2020 15:33:16 +0200
User-agent: KMail/5.1.3 (Linux/4.4.0-174-generic; KDE/5.18.0; x86_64; ; )

Hi,

Building GNU make 4.3 on Ubuntu 16.04, produces one failing test:

$ ./configure --prefix=/arch/x86_64-linux-gnu/gnu-inst-make/4.3
$ make
$ make check
...
functions/wildcard ...................................... FAILED (9/10 passed)
...
vms/library ............................................. N/A

1 Test in 1 Category Failed (See .diff* files in work dir for details) :-(

Makefile:1998: die Regel für Ziel „check-regression“ scheiterte
make[2]: *** [check-regression] Fehler 1

$ cat tests/work/functions/wildcard.diff.9
*** work/functions/wildcard.base.9      Sun Apr  5 15:16:18 2020
--- work/functions/wildcard.log.9       Sun Apr  5 15:16:18 2020
***************
*** 1 ****
! __ldir
--- 1 ----
! 

This is on an ext4 file system.
It's not locale dependent: the same result occurs with 'LC_ALL=C make check'.

Additional data:

$ nm make | grep wildcard
000000000040f820 t func_wildcard
$ nm make | grep glob
0000000000408620 T ar_glob
0000000000408280 t ar_glob_match
000000000040b220 T dir_setup_glob
0000000000408210 t __do_global_dtors_aux
0000000000632e08 t __do_global_dtors_aux_fini_array_entry
0000000000634560 b global_dl.6802
00000000006341d0 d global_setlist
0000000000637080 b global_variable_set
                 U globfree@@GLIBC_2.2.5
                 U glob@@GLIBC_2.2.5
0000000000424760 T init_hash_global_variable_set

Bruno




reply via email to

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