mingw-cross-env-list
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Mingw-cross-env-list] Install script bug


From: Babikyan, Armen - 0663 - MITLL
Subject: [Mingw-cross-env-list] Install script bug
Date: Tue, 25 Oct 2011 14:05:26 -0400
User-agent: Mozilla/5.0 (X11; U; Linux i686 (x86_64); en-US; rv:1.9.2.9) Gecko/20100915 Lightning/1.0b2 Thunderbird/3.1.4

 Hello,

There is a bug in the mingw-cross-env install script: The package's install system relies upon this following package, which no longer exists:

ftp://ftp.cs.tu-berlin.de/pub/gnu/binutils/binutils-2.21.tar.bz2

The package has been replaced by:

ftp://ftp.cs.tu-berlin.de/pub/gnu/binutils/binutils-2.21.1.tar.bz2

This patch fixes the problem:

--- /opt/mingw/src/binutils.mk.old      2011-10-25 09:59:43.935003225 -0400
+++ /opt/mingw/src/binutils.mk  2011-10-25 09:59:55.559004177 -0400
@@ -4,8 +4,8 @@
 # GNU Binutils
 PKG             := binutils
 $(PKG)_IGNORE   :=
-$(PKG)_VERSION  := 2.21
-$(PKG)_CHECKSUM := ef93235588eb443e4c4a77f229a8d131bccaecc6
+$(PKG)_VERSION  := 2.21.1
+$(PKG)_CHECKSUM := 525255ca6874b872540c9967a1d26acfbc7c8230
 $(PKG)_SUBDIR   := binutils-$($(PKG)_VERSION)
 $(PKG)_FILE     := binutils-$($(PKG)_VERSION).tar.bz2
 $(PKG)_WEBSITE  := http://www.gnu.org/software/binutils/

Also, you may want to have the installation directions include mention of the http_proxy environment variable for users whose installation environment requires it.

Thanks!

Armen

--
Armen Babikyan
Wideband Tactical Networking Group
MIT Lincoln Laboratory
address@hidden . 781-981-1796


Attachment: smime.p7s
Description: S/MIME Cryptographic Signature


reply via email to

[Prev in Thread] Current Thread [Next in Thread]