From unknown Tue Aug 19 10:02:37 2025 X-Loop: help-debbugs@gnu.org Subject: bug#12815: [bug-coreutils] build glitches in coreutils-8.20 Resent-From: "Nelson H. F. Beebe" Original-Sender: debbugs-submit-bounces@debbugs.gnu.org Resent-CC: bug-coreutils@gnu.org Resent-Date: Tue, 06 Nov 2012 13:44:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: report 12815 X-GNU-PR-Package: coreutils X-GNU-PR-Keywords: To: 12815@debbugs.gnu.org Cc: beebe@math.utah.edu X-Debbugs-Original-To: bug-coreutils@gnu.org Received: via spool by submit@debbugs.gnu.org id=B.135220943913838 (code B ref -1); Tue, 06 Nov 2012 13:44:02 +0000 Received: (at submit) by debbugs.gnu.org; 6 Nov 2012 13:43:59 +0000 Received: from localhost ([127.0.0.1]:51747 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1TVjRe-0003b8-Cl for submit@debbugs.gnu.org; Tue, 06 Nov 2012 08:43:59 -0500 Received: from eggs.gnu.org ([208.118.235.92]:38983) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1TVjRb-0003b0-1w for submit@debbugs.gnu.org; Tue, 06 Nov 2012 08:43:56 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TVjOP-0005S6-PA for submit@debbugs.gnu.org; Tue, 06 Nov 2012 08:40:44 -0500 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on eggs.gnu.org X-Spam-Level: X-Spam-Status: No, score=-6.9 required=5.0 tests=BAYES_00,RCVD_IN_DNSWL_HI autolearn=unavailable version=3.3.2 Received: from lists.gnu.org ([208.118.235.17]:57250) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TVjOP-0005S2-LH for submit@debbugs.gnu.org; Tue, 06 Nov 2012 08:40:37 -0500 Received: from eggs.gnu.org ([208.118.235.92]:33685) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TVjOK-00083b-UW for bug-coreutils@gnu.org; Tue, 06 Nov 2012 08:40:36 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TVjO4-0005OU-PV for bug-coreutils@gnu.org; Tue, 06 Nov 2012 08:40:26 -0500 Received: from mail.math.utah.edu ([155.101.98.135]:64347) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TVjO4-0005Nd-HJ for bug-coreutils@gnu.org; Tue, 06 Nov 2012 08:40:16 -0500 Received: from psi.math.utah.edu (psi.math.utah.edu [155.101.96.19]) by mail.math.utah.edu (8.14.5/8.14.5) with ESMTP id qA6De381011896; Tue, 6 Nov 2012 06:40:03 -0700 (MST) Received: from psi.math.utah.edu (localhost [127.0.0.1]) by psi.math.utah.edu (8.14.5/8.14.5) with ESMTP id qA6De34e010405; Tue, 6 Nov 2012 06:40:03 -0700 (MST) Received: (from beebe@localhost) by psi.math.utah.edu (8.14.5/8.14.5/Submit) id qA6De32s010403; Tue, 6 Nov 2012 06:40:03 -0700 (MST) Date: Tue, 6 Nov 2012 06:40:03 -0700 (MST) From: "Nelson H. F. Beebe" X-US-Mail: "Department of Mathematics, 110 LCB, University of Utah, 155 S 1400 E RM 233, Salt Lake City, UT 84112-0090, USA" X-Telephone: +1 801 581 5254 X-FAX: +1 801 585 1640, +1 801 581 4148 X-URL: http://www.math.utah.edu/~beebe Message-ID: X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.3.8 (mail.math.utah.edu [155.101.98.135]); Tue, 06 Nov 2012 06:40:03 -0700 (MST) X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6.x X-Received-From: 208.118.235.17 X-Spam-Score: -4.2 (----) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: debbugs-submit-bounces@debbugs.gnu.org Errors-To: debbugs-submit-bounces@debbugs.gnu.org X-Spam-Score: -4.2 (----) I've now successfully built and installed coreutils-8.20 on about 20 flavors of Unix on several different CPU families. The same single build repair was needed on several systems, and was easily fixed by manually tweaking a compiler command: Linking of src/factor requires addition of -liconv and -lgmp, because they are missing in the Makefile Here is a summary of the test failures reported by "make check" for those systems where I had to apply the above tweak: System types: gen-ppc64 Gentoo 2.1 PowerPC-64 gen-sparc Gentoo 2.1 SPARC macosx-ppc Mac OS X 10.5.8 PowerPC macosx-x64 Mac OS X 10.5.8 x86_64 mirbsd-x86 MirBSD 10 x86 osuse-x64 openSUSE 11.4 x86_64 rh5-x64 Red Hat 5.8 x86_64 rh6-x64 Red Hat 6.3 x86_64 sol10-sparc Solaris 10 SPARC sol11-x64 Solaris 11 x86_64 ubuntu-x86 Ubuntu 11.10 x86 ============================================================ failing test name (sort key) system type ============================================================ expr rh6-x64 factor rh5-x64 factor macosx-ppc factor rh6-x64 test-getlogin gen-sparc test-getlogin osuse-x64 test-getlogin ubuntu-x86 test-getlogin (exit: 134) gen-sparc test-getlogin (exit: 134) osuse-x64 test-getlogin (exit: 134) ubuntu-x86 test-mbsalign mirbsd-x86 test-mbsalign (exit: 134) mirbsd-x86 test-parse-datetime mirbsd-x86 test-parse-datetime (exit: 134) mirbsd-x86 test-posixtm mirbsd-x86 test-posixtm (exit: 1) mirbsd-x86 test-select mirbsd-x86 test-select (exit: 1) mirbsd-x86 test-verify.sh mirbsd-x86 test-verify.sh (exit: 1) mirbsd-x86 tests/cp/fiemap-FMR.sh gen-ppc64 tests/cp/fiemap-FMR.sh (exit: 1) gen-ppc64 tests/cp/nfs-removal-race.sh macosx-ppc tests/cp/nfs-removal-race.sh sol10-sparc tests/cp/nfs-removal-race.sh (exit: 99) macosx-ppc tests/cp/same-file.sh sol11-x64 tests/cp/sparse.sh rh6-x64 tests/cp/sparse.sh (exit: 99) rh6-x64 tests/dd/reblock.sh sol11-x64 tests/du/basic.sh rh6-x64 tests/du/basic.sh (exit: 1) rh6-x64 tests/install/install-C.sh macosx-ppc tests/install/install-C.sh (exit: 1) macosx-ppc tests/ls/getxattr-speedup.sh macosx-ppc tests/ls/getxattr-speedup.sh (exit: 99) macosx-ppc tests/ls/stat-free-color.sh rh6-x64 tests/ls/stat-free-color.sh (exit: 1) rh6-x64 tests/misc/cat-buf.sh sol11-x64 tests/misc/expr.pl rh6-x64 tests/misc/expr.pl (exit: 1) rh6-x64 tests/misc/factor.pl rh5-x64 tests/misc/factor.pl macosx-ppc tests/misc/factor.pl rh6-x64 tests/misc/factor.pl (exit: 1) rh5-x64 tests/misc/factor.pl (exit: 1) macosx-ppc tests/misc/factor.pl (exit: 1) rh6-x64 tests/misc/help-version.sh rh5-x64 tests/misc/help-version.sh macosx-ppc tests/misc/help-version.sh rh6-x64 tests/misc/help-version.sh (exit: 1) rh5-x64 tests/misc/help-version.sh (exit: 1) macosx-ppc tests/misc/help-version.sh (exit: 1) rh6-x64 tests/misc/invalid-opt.pl rh5-x64 tests/misc/invalid-opt.pl rh6-x64 tests/misc/invalid-opt.pl (exit: 1) rh5-x64 tests/misc/invalid-opt.pl (exit: 1) rh6-x64 tests/misc/od-multiple-t.sh rh6-x64 tests/misc/od-multiple-t.sh (exit: 1) rh6-x64 tests/misc/sort-discrim.sh rh6-x64 tests/misc/sort-discrim.sh (exit: 1) rh6-x64 tests/misc/sort-u-FMR.sh gen-ppc64 tests/misc/sort-u-FMR.sh (exit: 1) gen-ppc64 tests/misc/stat-birthtime.sh rh6-x64 tests/misc/stat-birthtime.sh sol11-x64 tests/misc/stat-birthtime.sh (exit: 1) rh6-x64 tests/misc/stdbuf.sh sol11-x64 tests/misc/timeout-parameters.sh sol10-sparc tests/misc/timeout-parameters.sh rh6-x64 tests/misc/timeout-parameters.sh (exit: 1) rh6-x64 tests/mv/i-3.sh sol11-x64 tests/mv/part-symlink.sh sol11-x64 tests/mv/part-symlink.sh (exit: 1) sol11-x64 tests/mv/perm-1.sh sol11-x64 tests/mv/perm-1.sh (exit: 1) sol11-x64 tests/rm/cycle.sh sol11-x64 tests/rm/cycle.sh (exit: 1) sol11-x64 tests/rm/dangling-symlink.sh sol11-x64 tests/rm/rm1.sh sol11-x64 tests/rm/rm1.sh (exit: 1) sol11-x64 tests/rm/unread3.sh macosx-ppc tests/rm/unread3.sh (exit: 1) macosx-ppc tests/split/suffix-length.sh rh6-x64 tests/split/suffix-length.sh (exit: 1) rh6-x64 tests/tail-2/F-vs-missing.sh rh6-x64 tests/tail-2/F-vs-missing.sh sol11-x64 tests/tail-2/F-vs-missing.sh (exit: 1) rh6-x64 tests/tail-2/F-vs-rename.sh sol11-x64 tests/tail-2/flush-initial.sh sol11-x64 tests/tail-2/inotify-hash-abuse.sh rh6-x64 tests/tail-2/inotify-hash-abuse.sh sol11-x64 tests/tail-2/inotify-hash-abuse.sh (exit: 1) rh6-x64 tests/tail-2/pipe-f2.sh rh6-x64 tests/tail-2/pipe-f2.sh sol11-x64 tests/tail-2/pipe-f2.sh (exit: 1) rh6-x64 tests/tail-2/wait.sh sol11-x64 ============================================================ One or more builds on these systems reported "All nnn tests passed", with NO test failures at all: Fedora 17 IA-32 (Pentium) Red Hat 5.6 IA-32 (Pentium) Red Hat 5.6 IA-64 (Itanium) gen-sparc osuse-x64 sol10-sparc ubuntu-x86 There is overlap between those two lists because builds were done with different compilers and compilation options on most systems. ------------------------------------------------------------------------------- - Nelson H. F. Beebe Tel: +1 801 581 5254 - - University of Utah FAX: +1 801 581 4148 - - Department of Mathematics, 110 LCB Internet e-mail: beebe@math.utah.edu - - 155 S 1400 E RM 233 beebe@acm.org beebe@computer.org - - Salt Lake City, UT 84112-0090, USA URL: http://www.math.utah.edu/~beebe/ - ------------------------------------------------------------------------------- From unknown Tue Aug 19 10:02:37 2025 X-Loop: help-debbugs@gnu.org Subject: bug#12815: [bug-coreutils] build glitches in coreutils-8.20 Resent-From: =?UTF-8?Q?P=C3=A1draig?= Brady Original-Sender: debbugs-submit-bounces@debbugs.gnu.org Resent-CC: bug-coreutils@gnu.org Resent-Date: Tue, 06 Nov 2012 14:21:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 12815 X-GNU-PR-Package: coreutils X-GNU-PR-Keywords: To: "Nelson H. F. Beebe" Cc: 12815@debbugs.gnu.org Received: via spool by 12815-submit@debbugs.gnu.org id=B12815.135221163916908 (code B ref 12815); Tue, 06 Nov 2012 14:21:02 +0000 Received: (at 12815) by debbugs.gnu.org; 6 Nov 2012 14:20:39 +0000 Received: from localhost ([127.0.0.1]:51757 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1TVk13-0004OZ-Uo for submit@debbugs.gnu.org; Tue, 06 Nov 2012 09:20:39 -0500 Received: from mx1.redhat.com ([209.132.183.28]:11628) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1TVk0x-0004OO-OW for 12815@debbugs.gnu.org; Tue, 06 Nov 2012 09:20:30 -0500 Received: from int-mx09.intmail.prod.int.phx2.redhat.com (int-mx09.intmail.prod.int.phx2.redhat.com [10.5.11.22]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id qA6EHFkh014683 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK); Tue, 6 Nov 2012 09:17:15 -0500 Received: from [10.36.116.53] (ovpn-116-53.ams2.redhat.com [10.36.116.53]) by int-mx09.intmail.prod.int.phx2.redhat.com (8.14.4/8.14.4) with ESMTP id qA6EHCLZ015993 (version=TLSv1/SSLv3 cipher=DHE-RSA-CAMELLIA256-SHA bits=256 verify=NO); Tue, 6 Nov 2012 09:17:14 -0500 Message-ID: <50991BE8.9000902@draigBrady.com> Date: Tue, 06 Nov 2012 14:17:12 +0000 From: =?UTF-8?Q?P=C3=A1draig?= Brady User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:13.0) Gecko/20120615 Thunderbird/13.0.1 MIME-Version: 1.0 References: In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed X-Scanned-By: MIMEDefang 2.68 on 10.5.11.22 Content-Transfer-Encoding: quoted-printable X-MIME-Autoconverted: from 8bit to quoted-printable by mx1.redhat.com id qA6EHFkh014683 X-Spam-Score: -4.2 (----) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: debbugs-submit-bounces@debbugs.gnu.org Errors-To: debbugs-submit-bounces@debbugs.gnu.org X-Spam-Score: -5.0 (-----) On 11/06/2012 01:40 PM, Nelson H. F. Beebe wrote: > I've now successfully built and installed coreutils-8.20 on about 20 > flavors of Unix on several different CPU families. The same single > build repair was needed on several systems, and was easily fixed by > manually tweaking a compiler command: > > Linking of src/factor requires addition of -liconv and -lgmp, > because they are missing in the Makefile Thanks a lot for all this Nelson! The -liconv issue should be handled by: http://git.sv.gnu.org/gitweb/?p=3Dcoreutils.git;a=3Dcommitdiff;h=3D88a620= 19 I'm surprised that -lgmp is needed, so it seems gmp.m4 is inadequate: http://git.sv.gnu.org/gitweb/?p=3Dcoreutils.git;a=3Dblob;f=3Dm4/gmp.m4;hb= =3DHEAD I notice that LIB_GMP is set within {}. Does that depend on the shell not running that within a subshell? > Here is a summary of the test failures reported by "make check" for > those systems where I had to apply the above tweak: > > System types: > gen-ppc64 Gentoo 2.1 PowerPC-64 > gen-sparc Gentoo 2.1 SPARC > macosx-ppc Mac OS X 10.5.8 PowerPC > macosx-x64 Mac OS X 10.5.8 x86_64 > mirbsd-x86 MirBSD 10 x86 > osuse-x64 openSUSE 11.4 x86_64 > rh5-x64 Red Hat 5.8 x86_64 > rh6-x64 Red Hat 6.3 x86_64 > sol10-sparc Solaris 10 SPARC > sol11-x64 Solaris 11 x86_64 > ubuntu-x86 Ubuntu 11.10 x86 > Do you have tests/test-suite.log files and compile flags for the followin= g? > =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D > failing test name (sort key) system type > =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D > expr rh6-x64 > factor rh5-x64 > factor macosx-ppc > factor rh6-x64 > test-getlogin gen-sparc > test-getlogin osuse-x64 > test-getlogin ubuntu-x86 > test-getlogin (exit: 134) gen-sparc > test-getlogin (exit: 134) osuse-x64 > test-getlogin (exit: 134) ubuntu-x86 There are many reports of getlogin gnulib tests failing. I'll send a patch to skip on some exit codes and also provide more diagnostics > test-mbsalign mirbsd-x86 > test-mbsalign (exit: 134) mirbsd-x86 > test-parse-datetime mirbsd-x86 > test-parse-datetime (exit: 134) mirbsd-x86 > test-posixtm mirbsd-x86 > test-posixtm (exit: 1) mirbsd-x86 > test-select mirbsd-x86 > test-select (exit: 1) mirbsd-x86 > test-verify.sh mirbsd-x86 > test-verify.sh (exit: 1) mirbsd-x86 > tests/cp/fiemap-FMR.sh gen-ppc64 > tests/cp/fiemap-FMR.sh (exit: 1) gen-ppc64 > tests/cp/nfs-removal-race.sh macosx-ppc > tests/cp/nfs-removal-race.sh sol10-sparc > tests/cp/nfs-removal-race.sh (exit: 99) macosx-ppc > tests/cp/same-file.sh sol11-x64 > tests/cp/sparse.sh rh6-x64 > tests/cp/sparse.sh (exit: 99) rh6-x64 > tests/dd/reblock.sh sol11-x64 > tests/du/basic.sh rh6-x64 > tests/du/basic.sh (exit: 1) rh6-x64 > tests/install/install-C.sh macosx-ppc > tests/install/install-C.sh (exit: 1) macosx-ppc > tests/ls/getxattr-speedup.sh macosx-ppc > tests/ls/getxattr-speedup.sh (exit: 99) macosx-ppc > tests/ls/stat-free-color.sh rh6-x64 > tests/ls/stat-free-color.sh (exit: 1) rh6-x64 > tests/misc/cat-buf.sh sol11-x64 > tests/misc/expr.pl rh6-x64 > tests/misc/expr.pl (exit: 1) rh6-x64 > tests/misc/factor.pl rh5-x64 > tests/misc/factor.pl macosx-ppc > tests/misc/factor.pl rh6-x64 > tests/misc/factor.pl (exit: 1) rh5-x64 > tests/misc/factor.pl (exit: 1) macosx-ppc > tests/misc/factor.pl (exit: 1) rh6-x64 > tests/misc/help-version.sh rh5-x64 > tests/misc/help-version.sh macosx-ppc > tests/misc/help-version.sh rh6-x64 > tests/misc/help-version.sh (exit: 1) rh5-x64 > tests/misc/help-version.sh (exit: 1) macosx-ppc > tests/misc/help-version.sh (exit: 1) rh6-x64 > tests/misc/invalid-opt.pl rh5-x64 > tests/misc/invalid-opt.pl rh6-x64 > tests/misc/invalid-opt.pl (exit: 1) rh5-x64 > tests/misc/invalid-opt.pl (exit: 1) rh6-x64 > tests/misc/od-multiple-t.sh rh6-x64 > tests/misc/od-multiple-t.sh (exit: 1) rh6-x64 > tests/misc/sort-discrim.sh rh6-x64 > tests/misc/sort-discrim.sh (exit: 1) rh6-x64 > tests/misc/sort-u-FMR.sh gen-ppc64 > tests/misc/sort-u-FMR.sh (exit: 1) gen-ppc64 > tests/misc/stat-birthtime.sh rh6-x64 > tests/misc/stat-birthtime.sh sol11-x64 > tests/misc/stat-birthtime.sh (exit: 1) rh6-x64 > tests/misc/stdbuf.sh sol11-x64 > tests/misc/timeout-parameters.sh sol10-sparc > tests/misc/timeout-parameters.sh rh6-x64 > tests/misc/timeout-parameters.sh (exit: 1) rh6-x64 > tests/mv/i-3.sh sol11-x64 > tests/mv/part-symlink.sh sol11-x64 > tests/mv/part-symlink.sh (exit: 1) sol11-x64 > tests/mv/perm-1.sh sol11-x64 > tests/mv/perm-1.sh (exit: 1) sol11-x64 > tests/rm/cycle.sh sol11-x64 > tests/rm/cycle.sh (exit: 1) sol11-x64 > tests/rm/dangling-symlink.sh sol11-x64 > tests/rm/rm1.sh sol11-x64 > tests/rm/rm1.sh (exit: 1) sol11-x64 > tests/rm/unread3.sh macosx-ppc > tests/rm/unread3.sh (exit: 1) macosx-ppc > tests/split/suffix-length.sh rh6-x64 > tests/split/suffix-length.sh (exit: 1) rh6-x64 > tests/tail-2/F-vs-missing.sh rh6-x64 > tests/tail-2/F-vs-missing.sh sol11-x64 > tests/tail-2/F-vs-missing.sh (exit: 1) rh6-x64 > tests/tail-2/F-vs-rename.sh sol11-x64 > tests/tail-2/flush-initial.sh sol11-x64 > tests/tail-2/inotify-hash-abuse.sh rh6-x64 > tests/tail-2/inotify-hash-abuse.sh sol11-x64 > tests/tail-2/inotify-hash-abuse.sh (exit: 1) rh6-x64 > tests/tail-2/pipe-f2.sh rh6-x64 > tests/tail-2/pipe-f2.sh sol11-x64 > tests/tail-2/pipe-f2.sh (exit: 1) rh6-x64 > tests/tail-2/wait.sh sol11-x64 > =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D > > One or more builds on these systems reported "All nnn tests passed", > with NO test failures at all: > > Fedora 17 IA-32 (Pentium) > Red Hat 5.6 IA-32 (Pentium) > Red Hat 5.6 IA-64 (Itanium) > gen-sparc > osuse-x64 > sol10-sparc > ubuntu-x86 > > There is overlap between those two lists because builds were done with > different compilers and compilation options on most systems. thanks again, P=E1draig. From unknown Tue Aug 19 10:02:37 2025 X-Loop: help-debbugs@gnu.org Subject: bug#12815: [bug-coreutils] build glitches in coreutils-8.20 Resent-From: Assaf Gordon Original-Sender: "Debbugs-submit" Resent-CC: bug-coreutils@gnu.org Resent-Date: Mon, 15 Oct 2018 18:00:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 12815 X-GNU-PR-Package: coreutils X-GNU-PR-Keywords: To: 12815@debbugs.gnu.org Received: via spool by 12815-submit@debbugs.gnu.org id=B12815.153962638914248 (code B ref 12815); Mon, 15 Oct 2018 18:00:02 +0000 Received: (at 12815) by debbugs.gnu.org; 15 Oct 2018 17:59:49 +0000 Received: from localhost ([127.0.0.1]:51287 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1gC79g-0003hf-Sb for submit@debbugs.gnu.org; Mon, 15 Oct 2018 13:59:49 -0400 Received: from mail-it1-f196.google.com ([209.85.166.196]:39689) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1gC79e-0003hK-KF; Mon, 15 Oct 2018 13:59:46 -0400 Received: by mail-it1-f196.google.com with SMTP id m15so5570457itl.4; Mon, 15 Oct 2018 10:59:46 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=subject:to:references:from:message-id:date:user-agent:mime-version :in-reply-to:content-language:content-transfer-encoding; bh=LAjaRblpze7045aeIqb3LUSAy4Q/XfU3PBA4eD2xymI=; b=GiIcO7fnnV7bZb4UpxBip3Gb8ZY1TRfTVhM6mHniSUY0Q7XdC39XBENPMbx/DE6IAI gqN+g34DMY0KavRU0/UDljXOFcLFPfFzuIOxOBUQaNsW91HJMcnz7js8VFXvBKsSY9uH HjWSE3mdijAbhLKuBzk7lD4/p6UuLu1aMw6cpPXtr/jK1yLKRPW8t2jVf3+YiaPRLsoX 6Kfk6p7oxHuZx6ZDdtWjAlY6ivZc6SVJw+fsTErbeho406vcOsYCk6pYgqywSyQbjnQK ETGXgpZUWMojie/+IC2IYE/3indrtDOy7QcmH4r4eEx2rJgMn7RhpE92QNxZUB4HpaaH hb2A== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:subject:to:references:from:message-id:date :user-agent:mime-version:in-reply-to:content-language :content-transfer-encoding; bh=LAjaRblpze7045aeIqb3LUSAy4Q/XfU3PBA4eD2xymI=; b=sbUZ/JLPc4OtiSkgCouFCyq7mw0jDFWMPo71uqz3k67h4bZ61b8Bn6nrWsA6PWmxOE AkdqqFEMzcUQq8L71PTdVeGFwkHr8Icj/Zg0L1TnyLmrm3ojt9oWWpHbxhhB3FqYjLQS 71b5vGah3RzsmpQqRCvhw8u/SWQBcwYIvr6nGz8twCnom1fhZ0V2Xk5apflSnJUGq4lx QX6QagsSkNSzydVOpyluXwjGLaj4R7H2doYAI4h5lrrWu6zaH/zQw1qdkCYN7M8FTqNg rP2RaAaBQd6UjUYx1mrIB6M2WQeyYBpBrytNXdndWGnOQMTyeqN4TEisoL7hb1K8bI7U SnBA== X-Gm-Message-State: ABuFfohVpXUk7lopcHkt2CMkRDSBXgVLv66M3HmkYVulEP6nUQiEpLpJ Umfnh1SANhhNC6aHXIK/v+CrzyZTDmw= X-Google-Smtp-Source: ACcGV62/E4rguUlIKNO7wqdchvLfG9/bcSS1FBIf/pDPsTCmSuYm9Zep8WubaaNGml7I1GXZvdQhNA== X-Received: by 2002:a24:d647:: with SMTP id o68-v6mr13788793itg.56.1539626380249; Mon, 15 Oct 2018 10:59:40 -0700 (PDT) Received: from tomato.housegordon.com (moose.housegordon.com. [184.68.105.38]) by smtp.googlemail.com with ESMTPSA id z4-v6sm3223143iob.65.2018.10.15.10.59.38 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Mon, 15 Oct 2018 10:59:39 -0700 (PDT) References: <50991BE8.9000902@draigBrady.com> From: Assaf Gordon Message-ID: <5d78161c-dc78-ce2d-0cf2-e26cdb708caf@gmail.com> Date: Mon, 15 Oct 2018 11:59:37 -0600 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.9.1 MIME-Version: 1.0 In-Reply-To: <50991BE8.9000902@draigBrady.com> Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 8bit X-Spam-Score: -0.0 (/) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.0 (-) close 12815 stop (triaging old bugs) Hello, On 06/11/12 07:17 AM, Pádraig Brady wrote: > On 11/06/2012 01:40 PM, Nelson H. F. Beebe wrote: >> I've now successfully built and installed coreutils-8.20 on about 20 >> flavors of Unix on several different CPU families. > > Thanks a lot for all this Nelson! > The -liconv issue should be handled by: > http://git.sv.gnu.org/gitweb/?p=coreutils.git;a=commitdiff;h=88a62019 > > I'm surprised that -lgmp is needed, so it seems gmp.m4 is inadequate: > http://git.sv.gnu.org/gitweb/?p=coreutils.git;a=blob;f=m4/gmp.m4;hb=HEAD With test reports available for several more recent coreutils versions, I'm closing this bug about 8.20. -assaf