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
0003214 [buildroot] Architecture Specific block always 04-30-08 06:26 08-29-08 12:03
Reporter Uzi View Status public  
Assigned To buildroot
Priority normal Resolution open  
Status assigned   Product Version 0.9.27
Summary 0003214: buildroot tries to download grub_0.97-35.diff.gz from Debian FTP, but it doesn't exist
Description During make process, buildroot tried to download from http://ftp.debian.org/debian/pool/main/g/grub/grub_0.97-35.diff.gz, [^] but this URL is invalid, so the make process stopped.
Additional Information
Attached Files

- Relationships

- Notes
(0009224)
ksnieck
07-13-08 15:41

It appears grub was updated?
You can get past this error by modifying grub.mk in target/x86/grub the line:
GRUB_PATCH:=grub_0.97-35.diff.gz
to
GRUB_PATCH:=grub_0.97-41.diff.gz
but that causes an error with grub.400-nic_update2.patch.bz2
 
(0010904)
jrmii
08-29-08 12:03

Just as a workaround, setting
GRUB_PATCH:=grub_0.97-22.diff.gz
in target/x86/grub/grub.mk allows things to build properly, and grub seems to work
 

- Issue History
Date Modified Username Field Change
04-30-08 06:26 Uzi New Issue
04-30-08 06:26 Uzi Status new => assigned
04-30-08 06:26 Uzi Assigned To  => buildroot
04-30-08 06:52 Uzi Issue Monitored: Uzi
07-13-08 15:41 ksnieck Note Added: 0009224
08-29-08 12:03 jrmii Note Added: 0010904


Copyright © 2000 - 2006 Mantis Group
Powered by Mantis Bugtracker