From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 113060 invoked by alias); 19 Jul 2019 11:52:30 -0000 Mailing-List: contact libc-alpha-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: libc-alpha-owner@sourceware.org Received: (qmail 113047 invoked by uid 89); 19 Jul 2019 11:52:30 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-5.9 required=5.0 tests=AWL,BAYES_00,SPF_HELO_PASS autolearn=ham version=3.3.1 spammy=download, screen X-HELO: mx1.redhat.com From: Florian Weimer To: DJ Delorie Cc: libc-alpha@sourceware.org Subject: Re: Partial test suite run builds corrupt test-in-container testroot References: Date: Fri, 19 Jul 2019 11:52:00 -0000 In-Reply-To: (DJ Delorie's message of "Wed, 10 Jul 2019 12:38:46 -0400") Message-ID: <87k1cekzr9.fsf@oldenburg2.str.redhat.com> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/26.2 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-SW-Source: 2019-07/txt/msg00448.txt.bz2 * DJ Delorie: > Florian Weimer writes: >> Huh. What's your make version? > > 4.2.1 - Fedora 30 Here's what I did. I got a box from Beaker with Fedora 30. # dnf install screen # dnf download --source glibc # dnf builddep glibc-*.src.rpm # screen # dnf install git # git clone --depth 1 git://sourceware.org/git/glibc.git git # mkdir build # cd build # ../git/configure --prefix=/usr # time nohup make -j24 # time nohup make -j24 subdirs=libio check The output ends with: FAIL: libio/tst-wfile-ascii Summary of test results: 1 FAIL 87 PASS make[1]: *** [Makefile:411: tests] Error 1 make[1]: Leaving directory '/root/git' make: *** [Makefile:9: check] Error 2 The test log contains: tst-wfile-ascii.c:37: numeric comparison failure left: 256 (0x100); from: system (iconvconfig) right: 0 (0x0); from: 0 error: 1 test failures Locale settings (inherited via SSH): LANG=en_US.UTF-8 LC_CTYPE="en_US.UTF-8" LC_NUMERIC=en_US.UTF-8 LC_TIME=en_US.UTF-8 LC_COLLATE="en_US.UTF-8" LC_MONETARY=en_US.UTF-8 LC_MESSAGES="en_US.UTF-8" LC_PAPER=en_US.UTF-8 LC_NAME="en_US.UTF-8" LC_ADDRESS="en_US.UTF-8" LC_TELEPHONE="en_US.UTF-8" LC_MEASUREMENT=en_US.UTF-8 LC_IDENTIFICATION="en_US.UTF-8" LC_ALL= Root vs non-root doesn't make a difference. Thanks, Florian