BusyBox Bug and Patch Tracking
BusyBox
  

Viewing Issue Simple Details Jump to Notes ] View Advanced ] Issue History ] Print ]
ID Category Severity Reproducibility Date Submitted Last Update
0002754 [buildroot] Architecture Specific tweak always 04-02-08 21:07 04-03-08 02:29
Reporter andrewma View Status public  
Assigned To buildroot
Priority normal Resolution fixed  
Status closed   Product Version
Summary 0002754: make fail: several attempt to download incorrect version of tools.
Description Just run a plain config for a Linux-2.6.24 and busybox-1.10 . Build script has a several attempts to download tool sources, and patches, with incorrect version number. I have attached the fix patches in the "additional information" section.

Also a new directory "ed" should be made under package directory.
Additional Information Index: target/x86/grub/grub.mk
===================================================================
--- target/x86/grub/grub.mk (revision 21621)
+++ target/x86/grub/grub.mk (working copy)
@@ -21,7 +21,7 @@
 #
 #############################################################
 GRUB_SOURCE:=grub_0.97.orig.tar.gz
-GRUB_PATCH:=grub_0.97-31.diff.gz
+GRUB_PATCH:=grub_0.97-35.diff.gz
 GRUB_SITE=$(BR2_DEBIAN_MIRROR)/debian/pool/main/g/grub
 GRUB_PATCH_SITE:=$(BR2_DEBIAN_MIRROR)/debian/pool/main/g/grub
 GRUB_CAT:=$(ZCAT)
Index: package/diffutils/diffutils.mk
===================================================================
--- package/diffutils/diffutils.mk (revision 21621)
+++ package/diffutils/diffutils.mk (working copy)
@@ -3,7 +3,7 @@
 # diffutils
 #
 #############################################################
-DIFFUTILS_VERSION=2.8.7
+DIFFUTILS_VERSION=2.8.1
 DIFFUTILS_SOURCE:=diffutils-$(DIFFUTILS_VERSION).tar.gz
 #DIFFUTILS_SITE:=ftp://alpha.gnu.org/gnu/diffutils/ [^]
 DIFFUTILS_SITE:=$(BR2_GNU_MIRROR)/diffutils
Index: package/gzip/gzip.mk
===================================================================
--- package/gzip/gzip.mk (revision 21621)
+++ package/gzip/gzip.mk (working copy)
@@ -3,7 +3,7 @@
 # gzip
 #
 #############################################################
-GZIP_VERSION:=1.3.5
+GZIP_VERSION:=1.3.12
 GZIP_SOURCE:=gzip-$(GZIP_VERSION).tar.gz
 #GZIP_SITE:=ftp://alpha.gnu.org/gnu/gzip [^]
 GZIP_SITE:=$(BR2_GNU_MIRROR)/gzip
Attached Files

- Relationships

- Notes
(0006364)
jacmet
04-03-08 02:29

Thanks - committed in r21623
 

- Issue History
Date Modified Username Field Change
04-02-08 21:07 andrewma New Issue
04-02-08 21:07 andrewma Status new => assigned
04-02-08 21:07 andrewma Assigned To  => buildroot
04-03-08 02:29 jacmet Status assigned => closed
04-03-08 02:29 jacmet Note Added: 0006364
04-03-08 02:29 jacmet Resolution open => fixed


Copyright © 2000 - 2006 Mantis Group
Powered by Mantis Bugtracker