binutils 2.21.1 is replaced by 2.21.1a on the gnu server. The tarfile extracts to a binutils-2.21.1 directory. It works for me by adding the correct fingerprints in sha256sums and modifying the Makefile:
=== modified file 'gnu/binutils/Makefile' --- gnu/binutils/Makefile 2011-06-30 08:25:18 +0000 +++ gnu/binutils/Makefile 2011-08-30 14:08:42 +0000 @@ -1,11 +1,12 @@ GARNAME = binutils GARVERSION = 2.21.1 +MINOR_UPDATE = a MASTER_SITES = $(MASTER_GNU) MASTER_SUBDIR = binutils/ -DISTFILES = $(DISTNAME).tar.gz -SIGFILES = $(DISTNAME).tar.gz.sig +DISTFILES = $(DISTNAME)$(MINOR_UPDATE).tar.bz2 +SIGFILES = $(DISTNAME)$(MINOR_UPDATE).tar.bz2.sig # BUILDDEPS = # LIBDEPS = === modified file 'gnu/binutils/sha256sums' --- gnu/binutils/sha256sums 2011-06-30 08:25:18 +0000 +++ gnu/binutils/sha256sums 2011-08-30 14:09:59 +0000 @@ -1,2 +1,2 @@ -287abba8057d567dba94b6882fe8540defc83b2b44aa848a100f7d19215ea3ef download/binutils-2.21.1.tar.gz -bb7f85cf98cdf3176fcc80c87848d462dd62d896b5396fc7035f9c0ca8a99149 download/binutils-2.21.1.tar.gz.sig +832fe3ba66d20d8516519e286577482c77b1caba07ccdc2cfb098df39cca722b download/binutils-2.21.1a.tar.bz2.sig +cdecfa69f02aa7b05fbcdf678e33137151f361313b2f3e48aba925f64eabf654 download/binutils-2.21.1a.tar.bz2 Kind regards Berthold Höllmann -- Germanischer Lloyd SE Berthold Höllmann Project Engineer, CAE Development Brooktorkai 18 20457 Hamburg Germany Phone: +49(0)40 36149-7374 Fax: +49(0)40 36149-7320 e-mail: [email protected] Internet: http://www.gl-group.com This e-mail and any attachment thereto may contain confidential information and/or information protected by intellectual property rights for the exclusive attention of the intended addressees named above. Any access of third parties to this e-mail is unauthorised. Any use of this e-mail by unintended recipients such as total or partial copying, distribution, disclosure etc. is prohibited and may be unlawful. When addressed to our clients the content of this e-mail is subject to the General Terms and Conditions of GL's Group of Companies applicable at the date of this e-mail. If you have received this e-mail in error, please notify the sender either by telephone or by e-mail and delete the material from any computer. GL's Group of Companies does not warrant and/or guarantee that this message at the moment of receipt is authentic, correct and its communication free of errors, interruption etc. Germanischer Lloyd SE, 115442 AG HH, Hamburg, Vorstand: Erik van der Noordaa, Dr. Joachim Segatz, Pekka Paasivaara, Vorsitzender des Aufsichtsrats: Dr. Wolfgang Peiner
