pkgsrc-Bugs archive

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

pkg/34075: "make fetch-list" does not work



>Number:         34075
>Category:       pkg
>Synopsis:       "make fetch-list" does not work
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    pkg-manager
>State:          open
>Class:          sw-bug
>Submitter-Id:   net
>Arrival-Date:   Tue Jul 25 08:05:00 +0000 2006
>Originator:     Martti Kuparinen
>Release:        NetBSD 3.0_STABLE
>Organization:
>Environment:
System: NetBSD p130 3.0_STABLE NetBSD 3.0_STABLE (P130) #1: Mon Jul 17 09:47:24 
EEST 2006 root@p130:/usr/src/sys/arch/i386/compile/P130 i386
Architecture: i386
Machine: i386
>Description:

It seems that "make fetch-list" is no longer working while the usual
"make fetch" works just fine. Too bad, since this is a very nice way to
download all distfiles for a package and all dependencies.

>How-To-Repeat:

ROOT p130:/usr/pkgsrc/shells/bash> rm -f /var/tmp/distfiles/bash*
ROOT p130:/usr/pkgsrc/shells/bash> ls /var/tmp/distfiles/bash*
ls: /var/tmp/distfiles/bash*: No such file or directory

ROOT p130:/usr/pkgsrc/shells/bash> make fetch-list | sh
ROOT p130:/usr/pkgsrc/shells/bash>
ROOT p130:/usr/pkgsrc/shells/bash> ls /var/tmp/distfiles/bash*
ls: /var/tmp/distfiles/bash*: No such file or directory

ROOT p130:/usr/pkgsrc/shells/bash> make fetch-list > /tmp/x
ROOT p130:/usr/pkgsrc/shells/bash> sh /tmp/x
ROOT p130:/usr/pkgsrc/shells/bash> ls /var/tmp/distfiles/bash*
ls: /var/tmp/distfiles/bash*: No such file or directory

ROOT p130:/usr/pkgsrc/shells/bash> make fetch
=> Required installed package digest>=20010302: digest-20060302 found
===> Checking for vulnerabilities in bash-3.1pl1nb2
=> Fetching bash-3.1.tar.gz
=> Total size: 2533934 bytes
Connected to ftp.gnu.org.
220 GNU FTP server ready.

>Fix:




Home | Main Index | Thread Index | Old Index