Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 32730 - wget-1.9-r1 fails to fetch files, old wget-1.9 works
Summary: wget-1.9-r1 fails to fetch files, old wget-1.9 works
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High major
Assignee: Greg Fitzgerald (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-11-04 11:30 UTC by Andreas Kobara
Modified: 2003-11-20 16:45 UTC (History)
3 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Andreas Kobara 2003-11-04 11:30:58 UTC
the ipv6 patch applied to wget-1.9-r1 seems to produce a non-working
wget-binary which isn't able to fetch any files on an ipv4-only system.

Re-emerging wget-1.9 gets you a working wget in case somebody get stuck here.

Please revert the patch.

Regards,
Andy.

strace wget http://www.google.de
--20:29:39--  http://www.google.de/
           => `index.html'
Aborted

munmap(0x40014000, 4096)                = 0
write(2, "--20:29:42--  http://www.google."..., 63--20:29:42--  http://www.google.de/
           => `index.html'
) = 63
rt_sigprocmask(SIG_UNBLOCK, [ABRT], NULL, 8) = 0
getpid()                                = 22312
kill(22312, SIGABRT)                    = 0
--- SIGABRT (Aborted) @ 0 (0) ---
+++ killed by SIGABRT +++
Comment 1 Martin Holzer (RETIRED) gentoo-dev 2003-11-04 16:01:33 UTC
works here fine

maybe it should only be applied when ipv6 is in use-flag
Comment 2 Andreas Kobara 2003-11-05 00:38:37 UTC
I verified the matter on four different platforms.
And all are using: sys-devel/gcc-3.3.2-r2 and sys-libs/glibc-2.3.2-r8.

USE="X -apache gtk2 gnome -qt -kde mmx 3dnow usb aalib dvd avi apache2 apm
directfb encode esd evo ethereal fbcon gd gphoto2 jpeg gif imap mikmod mpeg
mysql nas opengl oggvorbis pam php png quicktime sdl ssl tcpd truetype fbdev
xv xmms svga encode freewnn openal 3ds mng freetype tcltk"
CFLAGS="-march=i586 -mmmx -m3dnow -O3 -pipe -fomit-frame-pointer"
CPU VIA C3 Ezra-T 1 GHz
KERNEL 2.4.20-r2
 
USE="X fbdev gtk2 gtk gnome alsa -arts -kde -qt oggvorbis opengl sdl jpeg
png truetype xml xml2 dvd avi mpeg encode fbcon mmx mmx2 mtrr -postgres acpi
apache2 cdr bonobo crypt dga directfb dvd esd ethereal evo fbcon gnome gphoto2
gif gd imap jpeg lirc mpeg mozilla mysql nas mikmod mbox oss pam quicktime
samba sse sse2 ssl svga tcpd truetype usb xmms xv zlib -3dnow"
CFLAGS="-march=pentium4 -mmmx -msse -msse2 -O3 -fomit-frame-pointer -pipe"
CPU Intel(R) Pentium(R) 4 CPU 2.60GHz
KERNEL 2.4.22-vanilla
 
USE="X fbdev gtk2 gtk gnome alsa -arts -kde -qt oggvorbis opengl sdl jpeg
png truetype xml xml2 avi mpeg encode fbcon mmx mmx2 mtrr -postgres acpi
apache2 cdr bonobo canna crypt cjk dga directfb esd ethereal evo fbcon freewnn
gnome gphoto2 gif gd imap jpeg mpeg mozilla mikmod mbox nls oss pam quicktime
samba sse ssl svga tcpd truetype usb xmms xv zlib -3dnow"
CFLAGS="-mcpu=i686 -mmmx -msse -O3 -fomit-frame-pointer -pipe"
CPU Intel(R) Celeron(R) 1.3 GHz
KERNEL 2.4.20-r8

USE="acpi apache2 apm avi bonobo cdr crypt cups curl dga directfb dvd encode
esd ethereal evo fbcon flash gd gdbm gif gnome gpm gtk gtk2 imap java jpeg
kde ldap libwww mbox mikmod mmx mmx2 mozilla mpeg mysql nls odbc oggvorbis
opengl oss pam pcmcia pdflib perl php png pnp prelude @ython qt quicktime
readline samba sasl scanner sdl slang slp spell sse sse2 ssl svga tcltk tcpd
tiff truetype usb wmf X Xaw3d xml xml2 xmms xosd xv zlib -3dnow"
CFLAGS="-march=pentium4 -mmmx -msse -msse2 -O3 -pipe -fomit-frame-pointer"
CPU Intel(R) Pentium(R) 4 M CPU 2.40GHz
KERNEL 2.4.20-r5

Everywhere the same 1.9 works 1.9-r1 does not !

Andy.
Comment 3 Imad R. Faiad 2003-11-05 01:23:48 UTC
please remove the wget-1.9-r1 patch, wget now only work on ipv6 systems.
the worse part of this bug is that emerge-webrsync is broken
as a result.
Comment 4 Sergiy Borodych 2003-11-05 12:02:16 UTC
On my system
wget produce "Aborted"
 if have --proxy=on or -Y on and env http_proxy or ftp_proxy
Comment 5 Michael Asher 2003-11-06 08:36:49 UTC
Just confirming that wget also fails for me when the http_proxy variable
is set. 

I do not have ipv6 set in my use flags.
Comment 6 Greg Fitzgerald (RETIRED) gentoo-dev 2003-11-10 14:54:17 UTC
Removed IPV6 patch, which broke downloading over ipv4. When the ipv6 patch
is fixed we will try it again.
Comment 7 Ronald Moesbergen 2003-11-19 07:57:22 UTC
1.9-r1 is stable, but if i set ftp_proxy or http_proxy i still get 'Aborted'. When i remove the ipvsmisc patch, it works just fine.
Comment 8 Ridai Govinda 2003-11-20 16:45:02 UTC
I've emerged 1.8.2-r2, because I can't get 1.9-r1 to work at all..., I'm not behind any proxy, only my NAT ADSL router...