GNU bug report logs - #15612
README-prereq patch

Previous Next

Package: coreutils;

Reported by: coreutils-bugs <at> nym.hush.com

Date: Mon, 14 Oct 2013 20:04:01 UTC

Severity: normal

Done: Pádraig Brady <P <at> draigBrady.com>

Bug is archived. No further changes may be made.

To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 15612 in the body.
You can then email your comments to 15612 AT debbugs.gnu.org in the normal way.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to bug-coreutils <at> gnu.org:
bug#15612; Package coreutils. (Mon, 14 Oct 2013 20:04:01 GMT) Full text and rfc822 format available.

Acknowledgement sent to coreutils-bugs <at> nym.hush.com:
New bug report received and forwarded. Copy sent to bug-coreutils <at> gnu.org. (Mon, 14 Oct 2013 20:04:01 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: coreutils-bugs <at> nym.hush.com
To: bug-coreutils <at> gnu.org
Subject: README-prereq patch
Date: Mon, 14 Oct 2013 16:01:14 -0400
[Message part 1 (text/plain, inline)]
Hi folks,

There's a `cd' missing in the README-prereq in git.

I am off-list.

cheers,

Ben
[README-prereq-patch-20131014.diff (application/octet-stream, attachment)]

Information forwarded to bug-coreutils <at> gnu.org:
bug#15612; Package coreutils. (Mon, 14 Oct 2013 21:35:01 GMT) Full text and rfc822 format available.

Message #8 received at 15612 <at> debbugs.gnu.org (full text, mbox):

From: Paul Eggert <eggert <at> cs.ucla.edu>
To: coreutils-bugs <at> nym.hush.com, 15612 <at> debbugs.gnu.org
Subject: Re: bug#15612: README-prereq patch
Date: Mon, 14 Oct 2013 14:34:36 -0700
Better yet, I'd remove the instructions for building
autoconf and automake.  That part of README-prereq
may have been useful in 2009 but shouldn't be needed
nowadays.




Reply sent to Pádraig Brady <P <at> draigBrady.com>:
You have taken responsibility. (Tue, 15 Oct 2013 10:20:02 GMT) Full text and rfc822 format available.

Notification sent to coreutils-bugs <at> nym.hush.com:
bug acknowledged by developer. (Tue, 15 Oct 2013 10:20:04 GMT) Full text and rfc822 format available.

Message #13 received at 15612-done <at> debbugs.gnu.org (full text, mbox):

From: Pádraig Brady <P <at> draigBrady.com>
To: coreutils-bugs <at> nym.hush.com
Cc: Aaron Davies <aaron.davies <at> gmail.com>, 15612-done <at> debbugs.gnu.org
Subject: Re: bug#15612: README-prereq patch
Date: Tue, 15 Oct 2013 11:19:36 +0100
On 10/14/2013 09:01 PM, coreutils-bugs <at> nym.hush.com wrote:
> Hi folks,
> 
> There's a `cd' missing in the README-prereq in git.

Addressed with this just pushed patch.

commit 15fca2a02e38d69915c52ef41eee3c7d52b67f3e
Author: Pádraig Brady <P <at> draigBrady.com>
Date:   Tue Oct 15 11:05:49 2013 +0100

    maint: update the instructions for building prerequisites

    * README-prereq: Update as per the latest required versions
    in bootstrap.conf.  Also add a missing cd command.
    Reported by Aaron Davies
    Fixes http://bugs.gnu.org/15612

diff --git a/README-prereq b/README-prereq
index 66688dc..0232d9c 100644
--- a/README-prereq
+++ b/README-prereq
@@ -29,9 +29,12 @@ set correctly by running this command:

 * autoconf *

-  # Note Autoconf 2.62 or newer is needed to build automake-1.11.1
+  # Note Autoconf 2.62 or newer is needed to build automake-1.11.2
+  # but we specify 2.64 here as that's what coreutils requires.
+  # Please use the latest stable release version as indicated by git tags.
   git clone --depth=1 git://git.sv.gnu.org/autoconf.git
-  git checkout v2.62
+  cd autoconf
+  git checkout v2.64
   autoreconf -vi
   ./configure --prefix=$prefix
   make install
@@ -41,7 +44,7 @@ set correctly by running this command:
   # Note help2man is required to build automake fully
   git clone git://git.sv.gnu.org/automake.git
   cd automake
-  git checkout v1.11.1
+  git checkout v1.11.2
   ./bootstrap
   ./configure --prefix=$prefix
   make install





bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Tue, 12 Nov 2013 12:24:03 GMT) Full text and rfc822 format available.

This bug report was last modified 10 years and 178 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.