pkgsrc-Bugs archive

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

pkg/45522: audio/abcmidi distfile not available at listed MASTER_SITE (+FIX)



>Number:         45522
>Category:       pkg
>Synopsis:       audio/abcmidi distfile not available at listed MASTER_SITE 
>(+FIX)
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    pkg-manager
>State:          open
>Class:          sw-bug
>Submitter-Id:   net
>Arrival-Date:   Wed Oct 26 07:55:00 +0000 2011
>Originator:     Robert Elz
>Release:        NetBSD 5.0 (irrelevant)   ( pkgsrc current as of 2011-10-26 )
>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 MASTER_SITE (the one in MASTER_SITES) listed for the
        distfile for audio/abcmidi does not permit connections to
        the directory specified (most likely, it is just a typo
        in the domain name).

        Beyond that, since the pkg was updated, the distfile desired
        has been moved to a backup directory, and replaced by a newer
        version.

        The distfile never made it to f.n.o (because of the domain name
        error most likely)

>How-To-Repeat:
        Attempt to "make fetch" (or anything that relies on that) in
        ..../pkgsrc/audio/abcmidi (assuming that you do not already have
        the makefile).   It fails...

Requesting http://ifdo.ca/~seymour/runabc/abcMIDI-2011-10-19.zip
ftp: Error retrieving file `404 Not Found'

>Fix:
        Apply the following patch.   As given, this fetches the
        intended (now older) version of the distfile.   Swap around
        the comments (on two lines, or just remove the old and replace
        with the new, currently commented) and it will instead fetch
        the newer (current, as of this message) version - in that case
        the distinfo file will also need updates, and there may be other
        changes needed (I verified that the new file can be fetched, not
        that it builds anything useful ... and I'd have no way of telling
        if it worked if it did build successfully).

Index: Makefile
===================================================================
RCS file: /cvsroot/NetBSD/pkgsrc/audio/abcmidi/Makefile,v
retrieving revision 1.9
diff -u -r1.9 Makefile
--- Makefile    21 Oct 2011 13:31:55 -0000      1.9
+++ Makefile    26 Oct 2011 07:42:36 -0000
@@ -4,7 +4,8 @@
 DISTNAME=      abcMIDI-${ABCMIDIVER}
 PKGNAME=       abcmidi-${ABCMIDIVER:S/-//g}
 CATEGORIES=    audio
-MASTER_SITES=  http://ifdo.ca/~seymour/runabc/
+#MASTER_SITES= http://ifdo.pugmarks.com/~seymour/runabc/
+MASTER_SITES=  http://ifdo.pugmarks.com/~seymour/backup/
 EXTRACT_SUFX=  .zip
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
@@ -12,6 +13,7 @@
 COMMENT=       Music utilities for abc
 LICENSE=       gnu-gpl-v2
 
+#ABCMIDIVER=   2011-10-21
 ABCMIDIVER=    2011-10-19
 
 PKG_DESTDIR_SUPPORT=   user-destdir



Home | Main Index | Thread Index | Old Index