public inbox for libc-help@sourceware.org
 help / color / mirror / Atom feed
* while trying to follow up on bugid 26137 I had 31 failed tests from 2.32
@ 2020-09-13  1:32 Dennis Clarke
  0 siblings, 0 replies; only message in thread
From: Dennis Clarke @ 2020-09-13  1:32 UTC (permalink / raw)
  To: libc-help



On a Debian i686 server running Debian sid and with a custom built Linux
kernel 5.8.8 I was able to checkout and configure the glibc 2.32 sources
with no problem at all :

mars# pwd
/usr/local/build/glibc_2.32.001
mars# ../glibc_2.32/configure --prefix=/usr \
> --enable-stack-protector=all --disable-experimental-malloc \
> --with-pkgversion=genunix \
> --with-headers=/usr/local/build/linux-5.8.8/usr/include
checking build system type... i686-pc-linux-gnu
checking host system type... i686-pc-linux-gnu
checking for gcc... gcc
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for readelf... readelf
checking for g++... g++
checking whether we are using the GNU C++ compiler... yes
checking whether g++ accepts -g... yes
checking whether g++ can link programs... yes
checking for sysdeps preconfigure fragments... aarch64 alpha arc arm
csky hppa i386 m68k microblaze checking for grep that handles long lines
and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
mips nios2 powerpc riscv s390 sh checking for grep that handles long
lines and -e... (cached) /usr/bin/grep
checking for egrep... (cached) /usr/bin/grep -E
sparc x86_64
checking for use of fpu sysdeps directories... yes
checking for -fstack-protector... yes
checking for -fstack-protector-strong... yes
checking for -fstack-protector-all... yes
checking for assembler and linker STT_GNU_IFUNC support... yes
checking for gcc attribute ifunc support... yes
checking whether the linker supports textrels along with ifunc... yes
checking if compiler warns about alias for function with incompatible
types... yes
checking sysdep dirs... sysdeps/unix/sysv/linux/i386/i686
sysdeps/i386/i686/nptl sysdeps/unix/sysv/linux/i386
sysdeps/unix/sysv/linux/x86 sysdeps/x86/nptl sysdeps/i386/nptl
sysdeps/unix/sysv/linux sysdeps/nptl sysdeps/pthread sysdeps/gnu
sysdeps/unix/inet sysdeps/unix/sysv sysdeps/unix/i386 sysdeps/unix
sysdeps/posix sysdeps/i386/i686/fpu/multiarch sysdeps/i386/i686/fpu
sysdeps/i386/i686/multiarch sysdeps/i386/i686 sysdeps/i386/fpu
sysdeps/x86/fpu sysdeps/i386 sysdeps/x86 sysdeps/wordsize-32
sysdeps/ieee754/float128 sysdeps/ieee754/ldbl-96 sysdeps/ieee754/dbl-64
sysdeps/ieee754/flt-32 sysdeps/ieee754 sysdeps/generic
checking for a BSD-compatible install... /usr/bin/install -c
checking whether ln -s works... yes
checking whether as is GNU as... yes
checking whether ld is GNU ld... yes
checking for as... as
checking version of as... 2.35, ok
checking for ld... ld
checking version of ld... 2.35, ok
checking for gnumake... no
checking for gmake... gmake
checking version of gmake... 4.3, ok
checking for gnumsgfmt... no
checking for gmsgfmt... no
checking for msgfmt... msgfmt
checking version of msgfmt... 0.19.8.1, ok
checking for makeinfo... no
checking for sed... sed
checking version of sed... 4.7, ok
checking for gawk... gawk
checking version of gawk... 5.0.1, ok
checking for bison... bison
checking version of bison... 3.7, ok
checking if gcc is sufficient to build libc... yes
checking for nm... nm
checking for python3... python3
checking version of python3... 3.8.5, ok
configure: WARNING:
*** These auxiliary programs are missing or incompatible versions: makeinfo
*** some features or tests will be disabled.
*** Check the INSTALL file for required versions.
checking LD_LIBRARY_PATH variable... ok
checking for bash... /usr/bin/bash
checking for perl... /usr/bin/perl
checking for install-info... no
checking for .set assembler directive... yes
checking linker support for protected data symbol... yes
checking linker support for INSERT in linker script... no
checking for broken __attribute__((alias()))... no
checking whether to put _rtld_local into .sdata section... no
checking for libunwind-support in compiler... no
checking whether --noexecstack is desirable for .S files... yes
checking for -z combreloc... yes
checking for linker that supports -z execstack... yes
checking for linker that supports --no-dynamic-linker... yes
checking for -static-pie... yes
checking for -fpie... yes
checking for --hash-style option... yes
checking for sufficient default -shared layout... yes
checking for GLOB_DAT reloc... yes
checking linker output format... elf32-i386
checking for -fno-toplevel-reorder -fno-section-anchors... yes
checking for -mtls-dialect=gnu2... yes
checking whether cc puts quotes around section names... no
checking for __builtin_memset... yes
checking for redirection of built-in functions... yes
checking for compiler option to disable generation of FMA
instructions... -ffp-contract=off
checking if gcc accepts -fno-tree-loop-distribute-patterns with
__attribute__ ((__optimize__))... yes
checking for libgd... no
checking for is_selinux_enabled in -lselinux... no
checking for _FORTIFY_SOURCE predefine... no
checking whether the linker provides working __ehdr_start... yes
checking for __builtin_trap with no external dependencies... yes
checking whether the C++ compiler supports thread_local... yes
running configure fragment for sysdeps/unix/sysv/linux/i386
checking if compiler flags allows ebp in inline assembly... yes
running configure fragment for sysdeps/unix/sysv/linux
checking installed Linux kernel header files... 3.2.0 or later
checking for kernel header at least 3.2.0... ok
checking for symlinks in /usr/include... ok
running configure fragment for sysdeps/gnu
running configure fragment for sysdeps/i386
checking for compiler support of inlined builtin function
__sync_val_compare_and_swap... yes
checking for Intel MPX support... yes
running configure fragment for sysdeps/x86
checking whether -fPIC is default... yes
checking whether -fPIE is default... yes
configure: creating ./config.status
config.status: creating config.make
config.status: creating Makefile
config.status: creating config.h
config.status: executing default commands
mars#

I did not have any special env vars set other than trivial locale
as well as PATH and a few others :

mars# env | sort
COLUMNS=132
EDITOR=/usr/bin/vi
HISTORY=128
HISTSIZE=128
HOME=/root
LC_COLLATE=en_US.UTF-8
LC_CTYPE=en_US.UTF-8
LC_MESSAGES=en_US.UTF-8
LC_MONETARY=en_US.UTF-8
LC_NUMERIC=en_US.UTF-8
LC_TIME=en_US.UTF-8
LINES=43
LOGNAME=root
MAIL=/var/mail/root
MANPATH=/usr/share/man:/opt/schily/share/man
OLDPWD=/usr/local/build
PAGER=/usr/bin/more
PATH=/usr/local/bin:/usr/sbin:/usr/bin
PWD=/usr/local/build/glibc_2.32.001
SHELL=/bin/bash
SHLVL=0
TERM=xterm
TMPDIR=/var/tmp/root
TZ=GMT0
_=/usr/bin/env
VISUAL=/usr/bin/vi
XAUTHORITY=/root/.Xauthority
XTERM_LOCALE=en_US.UTF-8
XTERM_SHELL=/usr/bin/bash
mars#

The compile seemed to complete fine however the testsuite was somewhat
less than fine :

.
.
.
FAIL: elf/ifuncmain9picstatic
FAIL: elf/ifuncmain9static
XPASS: elf/tst-protected1a
XPASS: elf/tst-protected1b
FAIL: locale/tst-localedef-path-norm
FAIL: malloc/tst-dynarray-fail
FAIL: malloc/tst-dynarray-fail-mem
FAIL: malloc/tst-safe-linking
FAIL: malloc/tst-tcfree2
FAIL: math/test-float-cos
FAIL: math/test-float-j1
FAIL: math/test-float-sin
FAIL: math/test-float-sincos
FAIL: math/test-float32-cos
FAIL: math/test-float32-j1
FAIL: math/test-float32-sin
FAIL: math/test-float32-sincos
FAIL: misc/tst-fanotify
UNSUPPORTED: misc/tst-pkey
UNSUPPORTED: nptl/test-cond-printers
UNSUPPORTED: nptl/test-condattr-printers
UNSUPPORTED: nptl/test-mutex-printers
UNSUPPORTED: nptl/test-mutexattr-printers
UNSUPPORTED: nptl/test-rwlock-printers
UNSUPPORTED: nptl/test-rwlockattr-printers
FAIL: nptl/tst-cond24
FAIL: nptl/tst-mutex10
FAIL: nss/tst-nss-files-hosts-getent
FAIL: nss/tst-nss-files-hosts-multi
FAIL: posix/tst-regcomp-truncated
FAIL: resolv/mtrace-tst-resolv-res_ninit
FAIL: resolv/tst-resolv-res_ninit
FAIL: stdio-common/bug22
FAIL: stdio-common/tst-vfprintf-width-prec
FAIL: stdio-common/tst-vfprintf-width-prec-alloc
FAIL: stdio-common/tst-vfprintf-width-prec-mem
FAIL: stdlib/test-bz22786
FAIL: stdlib/tst-system
FAIL: support/tst-support_blob_repeat
UNSUPPORTED: time/tst-y2039
FAIL: timezone/tst-tzset
Summary of test results:
     31 FAIL
   4150 PASS
      8 UNSUPPORTED
     17 XFAIL
      2 XPASS
make[1]: *** [Makefile:633: tests] Error 1
make[1]: Leaving directory '/usr/local/build/glibc_2.32'
make: *** [Makefile:9: check] Error 2
Command exited with non-zero status 2

mars#


Curious what the next steps are to follow up on these failures? Is it
normal to have a bunch of failures similar to bootstrapping gcc ?

-- 
Dennis Clarke
RISC-V/SPARC/PPC/ARM/CISC
UNIX and Linux spoken
GreyBeard and suspenders optional

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2020-09-13  1:32 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-09-13  1:32 while trying to follow up on bugid 26137 I had 31 failed tests from 2.32 Dennis Clarke

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).