Bug 3511 - make busybox-menuconfig does not download busybox package
Summary: make busybox-menuconfig does not download busybox package
Status: RESOLVED FIXED
Alias: None
Product: buildroot
Classification: Unclassified
Component: Other (show other bugs)
Version: unspecified
Hardware: PC Linux
: P5 minor
Target Milestone: ---
Assignee: unassigned
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-03-28 12:16 UTC by Dmitry K
Modified: 2011-03-28 19:34 UTC (History)
1 user (show)

See Also:
Host:
Target:
Build:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Dmitry K 2011-03-28 12:16:13 UTC
'make busybox-menuconfig' does not download busybox package, while 'make linux26-menuconfig' and 'make uclibc-menuconfig' do. Workaround is to call 'make busybox' (which fails since no crosscompiler is available yet) and repeat 'make busybox-menuconfig'.

$ make busybox-menuconfig
>>> busybox 1.18.4 Extracting
bzcat: Can't open input file /home/dimka/buildroot/router-irz-wimax-fw/dl/busybox-1.18.4.tar.bz2: No such file or directory.
tar: Это не похоже на tar-архив
tar: Завершение работы с состоянием неисправности с из-за возникших ошибок
make: *** [/home/dimka/buildroot/router-irz-wimax-fw/output/build/busybox-1.18.4/.stamp_extracted] Ошибка 2

(Sorry for russian text)
Comment 1 Peter Korsgaard 2011-03-28 19:34:09 UTC
Fixed it in git by depending on busybox-patch, thanks.