From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 30925 invoked by alias); 12 Dec 2018 21:25:35 -0000 Mailing-List: contact elfutils-devel-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Post: List-Help: List-Subscribe: Sender: elfutils-devel-owner@sourceware.org Received: (qmail 30284 invoked by uid 48); 12 Dec 2018 21:25:28 -0000 From: "knappr2 at earthlink dot net" To: elfutils-devel@sourceware.org Subject: [Bug general/23977] make check fails run-ar.sh in versions 0.173-0.175 Date: Wed, 12 Dec 2018 21:25:00 -0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: elfutils X-Bugzilla-Component: general X-Bugzilla-Version: unspecified X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: knappr2 at earthlink dot net X-Bugzilla-Status: UNCONFIRMED X-Bugzilla-Resolution: X-Bugzilla-Priority: P2 X-Bugzilla-Assigned-To: unassigned at sourceware dot org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: http://sourceware.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-SW-Source: 2018-q4/txt/msg00221.txt.bz2 https://sourceware.org/bugzilla/show_bug.cgi?id=3D23977 --- Comment #4 from Rashawn --- (In reply to Mark Wielaard from comment #3) > Comment on attachment 11451 [details] > test-suite.log >=20 > It looks like the file we want to put into the ar has a numeric uid that > cannot be represented in the ar header. I am not sure yet how that could > happen. >=20 > Does it work if you do the build and run the test not on an nfs file syst= em? Hello Mark and others, I did build onto the machine's local file system and encountered the same error. I then went back and read through all of the configure options listed via ./configure --help. I notice, in addition to --prefix, the --enable-deterministic-archives might be worth trying as it is the only opt= ion which mentions anything about archives, and based on the binutils descripti= on of -D regarding setting uid and guids to zero it made sense because the make check error complained about ar_uid. This worked, and I was able to install= the latest version 0.175 into the NFS allocation as originally planned.=20 My configure line using GCC 8.0.2 ended up like this: ./configure --prefix=3D$eupref --enable-deterministic-archives CC=3Dgcc 2>&1 | tee ../build-out-files/2018_1212_elfutils-0.175_gcc-8.2.0_configure-01.out. Thank you for your input and advice. I am happy to have this solved. Regards, -Rashawn --=20 You are receiving this mail because: You are on the CC list for the bug.