Date: Sun, 14 Jun 2009 04:49:34 -0400 From: Sahil Tandon <sahil@tandon.net> To: freebsd-ports@freebsd.org Subject: Re: www/youtube_dl build failure Message-ID: <20090614084934.GB13676@tandon.net> In-Reply-To: <20090614064409.GA95015@ozzmosis.com> References: <20090614064409.GA95015@ozzmosis.com>
next in thread | previous in thread | raw e-mail | index | archive | help
On Sun, 14 Jun 2009, andrew clarke wrote: > 16:40 ozzmosis@blizzard [/usr/ports/www/youtube_dl]sudo make > ===> Vulnerability check disabled, database not found > ===> Extracting for youtube_dl-2009.05.30_1 > cannot open 2009.05.30/youtube-dl: No such file or directory > *** Error code 2 This is not a build failure; make(1) errors out during the extract phase. After the most recent update (committed just a few hours ago), the fetch target sees an old youtube-dl file in ${DISTDIR}, and does not download it into ${DISTDIR}/2009.05.30/youtube-dl, which is where the port is now looking for the file. Try deleting /usr/ports/distfiles/youtube-dl and make(1) again. -- Sahil Tandon <sahil@tandon.net>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20090614084934.GB13676>