[Lunar-commits] <moonbase> binutils: This SHOULD NOT have been bumped at this time. It will bork glibc.

Dennis 'stumbles' Veatch stumbles at lunar-linux.org
Wed Oct 29 18:05:50 CET 2008


commit b1d55a7f68a270b229cc53b4be0723a58a6f37a8
Author: Dennis 'stumbles' Veatch <stumbles at lunar-linux.org>
Date:   Wed Oct 29 13:05:50 2008 -0400

    binutils: This SHOULD NOT have been bumped at this time. It will bork glibc.
    Reverting to 2.18
---
 devel/binutils/BUILD         |   24 ++++++++++++++++--------
 devel/binutils/BUILD.sparc64 |    7 +++----
 devel/binutils/DETAILS       |   16 ++++++++++------
 3 files changed, 29 insertions(+), 18 deletions(-)

diff --git a/devel/binutils/BUILD b/devel/binutils/BUILD
index 3140e0e..3a1ccd0 100644
--- a/devel/binutils/BUILD
+++ b/devel/binutils/BUILD
@@ -1,13 +1,21 @@
 (
 
-  ./configure  --host=$BUILD  \
-               --prefix=/usr  &&
-
-  make tooldir=/usr           &&
-  prepare_install             &&
-  make tooldir=/usr install   &&
-  make tooldir=/usr install-info  &&
-  mkdir -p $DOCUMENT_DIRECTORY/binutils  &&
+  patch_it $SOURCE_CACHE/$SOURCE2 0 &&
+
+  #Somehow I believe this might/should be logged as a bug to the glibc guys...
+  sedit 's/^all: all-redirect/all: all-redirect $(MKDOC)/' \
+                    bfd/doc/Makefile.in  &&
+
+  aclocal  &&
+  autoconf &&
+
+  OPTS+=" --host=$BUILD"     &&
+  default_config             &&
+  make tooldir=/usr          &&
+  prepare_install            &&
+  make tooldir=/usr install  &&
+  make tooldir=/usr install-info &&
+  mkdir -p $DOCUMENT_DIRECTORY/binutils &&
   cp -p binutils/NEWS binutils/ChangeLog $DOCUMENT_DIRECTORY/binutils
 
 ) > $C_FIFO 2>&1
diff --git a/devel/binutils/BUILD.sparc64 b/devel/binutils/BUILD.sparc64
index c5cabf7..f56658d 100644
--- a/devel/binutils/BUILD.sparc64
+++ b/devel/binutils/BUILD.sparc64
@@ -4,10 +4,9 @@
   sedit 's/^all: all-redirect/all: all-redirect $(MKDOC)/' \
                     bfd/doc/Makefile.in  &&
 
-  ./configure  --host=$BUILD         \
-               --target=sparc-linux  \
-               --prefix=/usr        &&
-
+  ./configure  --host=$BUILD             \
+               --target=sparc-linux      \
+               --prefix=/usr             &&
   make tooldir=/usr          &&
   prepare_install            &&
   make tooldir=/usr install  &&
diff --git a/devel/binutils/DETAILS b/devel/binutils/DETAILS
index 9097f1f..562b8c2 100644
--- a/devel/binutils/DETAILS
+++ b/devel/binutils/DETAILS
@@ -1,13 +1,16 @@
           MODULE=binutils
-         VERSION=2.19
+         VERSION=2.18
           SOURCE=$MODULE-$VERSION.tar.bz2
-   SOURCE_URL[0]=$GNU_URL/$MODULE
-   SOURCE_URL[1]=ftp://ftp.gnu.org/pub/gnu/$MODULE
-      SOURCE_VFY=sha1:a150b97ec47996bf8f01d6bc14d41587faa4bbff
+         SOURCE2=binutils-2.18-makeinfo.patch
+   SOURCE_URL[0]=$GNU_URL/$MODULE/
+   SOURCE_URL[1]=ftp://ftp.gnu.org/pub/gnu/$MODULE/
+     SOURCE2_URL=$PATCH_URL
+      SOURCE_VFY=sha1:fdec92e9dfc6c32155869f3910f47041c78e2277
+     SOURCE2_VFY=sha1:f42e425f7651f8d80838514e4cc34917bde8f6b3
         WEB_SITE=http://sources.redhat.com/binutils
          ENTERED=20010922
-         UPDATED=20081029
-           SHORT="An essential collection of binary utilities"
+         UPDATED=20071121
+           SHORT="essential collection of binary utilities."
 
 cat << EOF
 binutils - Collection of binary utilities
@@ -25,3 +28,4 @@ c++filt   -filter to demangle encoded C++ symbols
 addr2line -converts addresses to file and line
 nlmconv   -converts object code into an NLM
 EOF
+


More information about the Lunar-commits mailing list