pkgsrc-Bugs archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

pkg/45279: databases/freetds distfile unavailable due to broken ftp server



>Number:         45279
>Category:       pkg
>Synopsis:       databases/freetds distfile unavailable due to broken ftp server
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    pkg-manager
>State:          open
>Class:          sw-bug
>Submitter-Id:   net
>Arrival-Date:   Sun Aug 21 02:25:00 +0000 2011
>Originator:     Robert Elz
>Release:        NetBSD 5.1 (irrelevant) pkgsrc current 2011-08-20
>Organization:
        Prince of Songkla University
>Environment:
System: NetBSD jade.coe.psu.ac.th 5.1 NetBSD 5.1 (JADE-1.12-20101117) #5: Wed 
Nov 17 05:30:55 ICT 2010 
kre%jade.coe.psu.ac.th@localhost:/usr/obj/5.1/kernels/i386/JADE i386
Architecture: i386
Machine: i386
>Description:
        The ftp server at ftp.ibiblio.org seems to be broken (it understands and
        parses the EPRT command but is unable to make a (v4) data connection)

        I assume that is not just affecting me, as the distfile has not been
        copied to f.n.o which would usually happen - so I'm assuming the same
        ftgp problem is being observed from there.

        Whether this would happen with an old style client that doesn't attempt
        EPRT even when offered I have no idea.

>How-To-Repeat:
        Attempt to fetch teh distfile for databases/freetds (the current 0.91
        version) - obviously this assumes you don't already have it.

>Fix:
        The patch below changes the master site to be munnari.oz.au where I have
        put a copy of this (one) distfile (obtained via http).   I do not
        suggest applying this to the CVS repository, as there's no guarantee
        that the file will last here forever (though I'd have to remember to
        remove it, so it probably will be around a long time!) and there's no
        mirror system in place, so the next version won't be appearing by magic.

        However, it would be suitable to pply on f.n.o to allow it to fetch
        a copy of the distfile that everyone else could just fall back to
        until the master site gets its ftp server fixed (or its firewall,
        or whatever has broken.)

        Or, the Makefile could be changed to use http instead of ftp, but
        please don't do that unless there's really no other choice.

Index: Makefile
===================================================================
RCS file: /cvsroot/NetBSD/pkgsrc/databases/freetds/Makefile,v
retrieving revision 1.45
diff -u -r1.45 Makefile
--- Makefile    19 Aug 2011 07:54:04 -0000      1.45
+++ Makefile    21 Aug 2011 02:06:32 -0000
@@ -2,7 +2,8 @@
 
 DISTNAME=      freetds-0.91
 CATEGORIES=    databases
-MASTER_SITES=  ftp://ftp.ibiblio.org/pub/Linux/ALPHA/freetds/stable/
+# MASTER_SITES=        ftp://ftp.ibiblio.org/pub/Linux/ALPHA/freetds/stable/
+MASTER_SITES=  ftp://munnari.oz.au/pub/Linux/ALPHA/freetds/stable/
 
 MAINTAINER=    tsarna%NetBSD.org@localhost
 HOMEPAGE=      http://www.freetds.org/



Home | Main Index | Thread Index | Old Index