Skip site navigation (1)Skip section navigation (2)
Date:      Mon,  7 May 2001 15:52:49 +0400 (MSD)
From:      ilya@martynov.org
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/27180: wget --passive-ftp is broken
Message-ID:  <20010507115249.BA7C42D4@mail.b-pager.ru>

next in thread | raw e-mail | index | archive | help

>Number:         27180
>Category:       ports
>Synopsis:       wget --passive-ftp is broken
>Confidential:   no
>Severity:       serious
>Priority:       low
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Mon May 07 05:00:01 PDT 2001
>Closed-Date:
>Last-Modified:
>Originator:     Ilya Martynov
>Release:        FreeBSD 4.3-STABLE i386
>Organization:
AGAVA Software
>Environment:
System: FreeBSD master.b-pager.ru 4.3-STABLE FreeBSD 4.3-STABLE #0: Wed Apr 25 16:43:29 MSD 2001 root@master.b-pager.ru:/usr/obj/usr/src/sys/BPAGER i386

version of wget port: 1.6_3
>Description:
wget --passive-ftp causes coredump
>How-To-Repeat:
wget --passive-ftp ftp://ftp.yggdrasil.com/mirrors/site/ftp.gnome.org/pub/GNOME/stable/sources/libxml/libxml2-2.3.8.tar.gz
--15:34:50--
ftp://ftp.yggdrasil.com/mirrors/site/ftp.gnome.org/pub/GNOME/stable/sources/libxml/libxml2-2.3.8.tar.gz
           => libxml2-2.3.8.tar.gz'
Установка соединения с ftp.yggdrasil.com:21... соединились!
Регистрация под именем anonymous ... Регистрация прошла успешно!
==> TYPE I ... сделано.  ==> CWD mirrors/site/ftp.gnome.org/pub/GNOME/stable/sources/libxml ... сделано.
==> EPSV ... Abort trap (core dumped)
>Fix:

Not a fix but workaround. Apply this patch to ports/ftp/Makefile:

--- Makefile~	Sun May  6 18:03:38 2001
+++ Makefile	Mon May  7 15:41:03 2001
@@ -16,9 +16,9 @@
 		ftp://ftp.max.irk.ru/unix/net/www/wget/
 MASTER_SITE_SUBDIR=	wget
 
-PATCH_SITES=	ftp://ftp.kame.net/pub/kame/misc/
-PATCHFILES=	wget-16-v6-20010418a.diff.gz
-PATCH_DIST_STRIP=	-p1
+#PATCH_SITES=	ftp://ftp.kame.net/pub/kame/misc/
+#PATCHFILES=	wget-16-v6-20010418a.diff.gz
+#PATCH_DIST_STRIP=	-p1
 
 MAINTAINER=	sf@FreeBSD.org
 
>Release-Note:
>Audit-Trail:
>Unformatted:

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20010507115249.BA7C42D4>