Subject: Re: Fix for NetBSD Dom0 boot problem
To: Manuel Bouyer <bouyer@antioche.eu.org>
From: Petar Bogdanovic <list+2007@smokva.net>
List: port-xen
Date: 12/07/2007 12:24:10
On Fri, Dec 07, 2007 at 10:51:33AM +0100, Manuel Bouyer wrote:
> On Thu, Dec 06, 2007 at 11:19:13PM +0100, Petar Bogdanovic wrote:
> > 
> > FYI, Manuel: I was not able to fetch xen-3.1.2-src.tgz from ${MASTER_SITE_LOCAL}.
> > 
> > 	fetch: Unable to fetch expected file xen-3.1.2-src.tgz
> > 	*** Error code 1
> > 
> > 	Stop.
> > 	make: stopped in /usr/pkgsrc/sysutils/xentools3
> > 
> > 	--
> > 
> > 	$ wget http://ftp.NetBSD.org/pub/NetBSD/packages/distfiles/xen-3.1.2-src.tgz
> > 	(...)
> > 	22:58:27 ERROR 404: Not Found.
> 
> MASTER_SITE_LOCAL should point to
> ftp://ftp.NetBSD.org/pub/NetBSD/packages/distfiles/LOCAL_PORTS/
> 
> Do you overwrite it in /etc/mk.conf ?

It's just a small typo:

$ diff -u Makefile.orig Makefile
--- Makefile.orig       2007-12-07 11:20:54.000000000 +0000
+++ Makefile    2007-12-07 11:21:06.000000000 +0000
@@ -5,7 +5,7 @@
 DISTNAME=              xen-${VERSION}-src
 PKGNAME=               xentools3-${VERSION}
 CATEGORIES=            sysutils
-MASTER_SITES=          ${MASTER_SITES_LOCAL}
+MASTER_SITES=          ${MASTER_SITE_LOCAL}
 EXTRACT_SUFX=          .tgz
 
 MAINTAINER=            bouyer@NetBSD.org