From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 4.0.0 (2022-12-14) on finch.gentoo.org X-Spam-Level: X-Spam-Status: No, score=0.2 required=5.0 tests=DATE_IN_PAST_12_24, INVALID_DATE,MAILING_LIST_MULTI,NO_RELAYS autolearn=no autolearn_force=no version=4.0.0 Received: from pete by cvs.gentoo.org with local (Exim 3.22 #1) id 14QFZv-0008V8-00 for gentoo-dev@gentoo.org; Tue, 06 Feb 2001 14:23:11 -0700 From: Pete Gavin To: gentoo-dev@gentoo.org Message-ID: <20010206142311.C27279@cvs.gentoo.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i Subject: [gentoo-dev] glibc build problem in make check Sender: gentoo-dev-admin@gentoo.org Errors-To: gentoo-dev-admin@gentoo.org X-BeenThere: gentoo-dev@gentoo.org X-Mailman-Version: 2.0 Precedence: bulk Reply-To: gentoo-dev@gentoo.org List-Help: List-Post: List-Subscribe: , List-Id: Gentoo Linux development list List-Unsubscribe: , List-Archive: Date: Tue Feb 6 14:24:02 2001 X-Original-Date: Tue, 6 Feb 2001 14:23:11 -0700 X-Archives-Salt: 494a7137-22dc-440b-a2fd-d99e929194f0 X-Archives-Hash: 4565e1aafc54acc37a17454062997290 Hi, I tried building glibc-2.2.1 again, this time under linux-2.4.0.11-r3, to see if the problem was related to a reiserfs problem in the kernel. I got the same error that I got under linux-2.4.1-pre8. This happened under the make check stage of the build. Do you know anything about this, Achim? GCONV_PATH=/tmp/portage/glibc-2.2.1/work/glibc-2.2.1/buildhere/iconvdata LC_ALL=C /tmp/portage/glibc-2.2.1/work/glibc-2.2.1/buildhere/elf/ld-linux.so.2 --library-path /tmp/portage/glibc-2.2.1/work/glibc-2.2.1/buildhere:/tmp/portage/glibc-2.2.1/work/glibc-2.2.1/work/glibc-2.2.1/buildhere/math:/tmp/portage/glibc-2.2.1/work/glibc-2.2.1/buildhere/elf:/tmp/portage/glibc-2.2.1/work/glibc-2.2.1/buildhere/dlfcn:/tmp/portage/glibc-2.2.1/work/glibc-2.2.1/buildhere/nss:/tmp/portage/glibc-2.2.1/work/glibc-2.2.1/buidhere/nis:/tmp/portage/glibc-2.2.1/work/glibc-2.2.1/buildhere/rt:/tmp/portage/glibc-2.2.1/work/glibc-2.2.1/buildhere/resolv:/tmp/portage/glibc-2.2.1/work/glibc-2.2.1/buildhere/crypt:/tmp/portage/glibc-2.2.1/work/glibc-2.2.1/buildhere/linuxthreads /tmp/portage/glibc-2.2.1/work/glibc-2.2.1/buildhere/io/test-lfs > /tmp/portage/glibc-2.2.1/work/glibc-2.2.1/buildhere/io/test-lfs.out Timed out: killed the child process make[2]: *** [/tmp/portage/glibc-2.2.1/work/glibc-2.2.1/buildhere/io/test-lfs.out] Error 1 make[2]: Leaving directory `/tmp/portage/glibc-2.2.1/work/glibc-2.2.1/io' make[1]: *** [io/tests] Error 2 make[1]: Leaving directory `/tmp/portage/glibc-2.2.1/work/glibc-2.2.1' make: *** [check] Error 2 Pete