Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 10 Sep 1997 03:45:09 +0900
From:      Masafumi NAKANE/=?ISO-2022-JP?B?GyRCQ2Y6LDJtSjgbKEI=?= <max@wide.ad.jp>
To:        wolfram@soft13.zib.de
Cc:        max@wide.ad.jp
Subject:   Re: make fetch-list broken in port ports/japanese/cdrom2
Message-ID:  <199709091845.DAA29073@access.sfc.wide.ad.jp>
In-Reply-To: Your message of "Tue, 9 Sep 1997 19:36:49 %2B0200"
References:  <199709091736.TAA24132@soft13.zib.de>

next in thread | previous in thread | raw e-mail | index | archive | help
    wosch> wosch@hub <10:34:11> [~/tmp/ports/japanese/cdrom2] 515
    wosch> bash$ make fetch-list
    wosch> cd: can't cd to /usr/ports/distfiles/cdrom2
    >> ** Error code 2

    wosch> Stop.

Do you have write permission for ${PORTSDIR}?

Since fetch-list in bsd.port.mk does 

mkdir -p /usr/ports/distfiles/cdrom2
cd /usr/ports/distfiles/cdrom2

it fails if you don't have write permission.

I think the fetch-list target should be changed to consider that all
of the DISTFILES need to be fetched if ${_DISTDIR} doesn't exist.

     Cheers,
Max



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