[Bug 3229] [regression, patch] 1.18.x wget breaks with script-generated output due to not considering errno=EAGAIN

bugzilla at busybox.net bugzilla at busybox.net
Fri Feb 11 21:24:10 UTC 2011


https://bugs.busybox.net/show_bug.cgi?id=3229

--- Comment #6 from William Pitcock <nenolod at systeminplace.net>  ---
hi,

this patch is a slight improvement over the last one, but it's broken, as it
only downloads the first few bytes of the tarball.

petrie:~/aports/main/busybox$ sudo apk add ./busybox-1.18.2-r3.apk 
(1/1) Upgrading busybox (1.18.2-r2 -> 1.18.2-r3)
Executing busybox-1.18.2-r3.post-upgrade
Executing busybox-1.18.2-r3.trigger
OK: 611 packages, 4538 dirs, 84944 files
petrie:~/aports/main/busybox$ wget
http://git.alpinelinux.org/cgit/aports.git/snapshot/aports-2.1.4.tar.bz2
Connecting to git.alpinelinux.org (91.220.88.36:80)
aports-2.1.4.tar.bz2 100%
|********************************************************************************************************************************************************************************************|
    5  --:--:-- ETA
petrie:~/aports/main/busybox$ ls -al aports-2.1.4.tar.bz2 
-rw-r--r--    1 nenolod  nenolod          5 Feb 11 15:20 aports-2.1.4.tar.bz2
petrie:~/aports/main/busybox$ file aports-2.1.4.tar.bz2 
aports-2.1.4.tar.bz2: ASCII text, with CRLF line terminators
petrie:~/aports/main/busybox$

-- 
Configure bugmail: https://bugs.busybox.net/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.


More information about the busybox-cvs mailing list