From owner-freebsd-hackers Mon Jun 7 18:58:39 1999 Delivered-To: freebsd-hackers@freebsd.org Received: from lamb.sas.com (lamb.sas.com [192.35.83.8]) by hub.freebsd.org (Postfix) with ESMTP id B730B1502B for ; Mon, 7 Jun 1999 18:57:41 -0700 (PDT) (envelope-from jwd@unx.sas.com) Received: from mozart (mozart.unx.sas.com [192.58.184.8]) by lamb.sas.com (8.9.3/8.9.1) with SMTP id VAA06360; Mon, 7 Jun 1999 21:57:29 -0400 (EDT) Received: from bb01f39.unx.sas.com by mozart (5.65c/SAS/Domains/5-6-90) id AA05615; Mon, 7 Jun 1999 21:56:59 -0400 Received: (from jwd@localhost) by bb01f39.unx.sas.com (8.9.1/8.9.1) id VAA48067; Mon, 7 Jun 1999 21:56:59 -0400 (EDT) (envelope-from jwd) From: "John W. DeBoskey" Message-Id: <199906080156.VAA48067@bb01f39.unx.sas.com> Subject: Re: sgmlformat & making release In-Reply-To: From Dag-Erling Smorgrav at "Jun 6, 1999 6:56:23 pm" To: des@flood.ping.uio.no (Dag-Erling Smorgrav) Date: Mon, 7 Jun 1999 21:56:59 -0400 (EDT) Cc: wilko@yedi.iaf.nl, freebsd-hackers@freebsd.org X-Mailer: ELM [version 2.4ME+ PL43 (25)] Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-freebsd-hackers@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hi, I too see this type of failure until I can download the appropriate distfiles into /usr/ports/distfiles... The file /etc/resolv.conf is copied from /etc to the chroot area and is probably ok. I typically find that my upstream domain name server is not responding correctly when this happens. From /usr/src/release/Makefile: if [ -f /etc/resolv.conf ]; then \ cp -p /etc/resolv.conf ${CHROOTDIR}/etc; \ fi Again, From /usr/src/release/Makefile, this should copy any ports from /usr/ports/distfiles into the associated chroot area: if [ -d ${DISTFILES}/ ]; then \ cp -rp ${DISTFILES} ${CHROOTDIR}/usr/ports/distfiles; \ fi Hope this helps. -John > Wilko Bulte writes: > > >> sgmlformat-1.7.tar.gz doesn't seem to exist on this system. > > >> Attempting to fetch from > > http://fallout.campusview.indiana.edu/ports/distfiles/. > > fetch: reading reply from fallout.campusview.indiana.edu: Operation timed > > out > > >> Attempting to fetch from > > ftp://ftp.freebsd.org/pub/FreeBSD/ports/distfiles/. > > fetch: ftp.freebsd.org: Host name lookup failure > > >> Couldn't fetch it - please try to retrieve this > > >> port manually into /usr/ports/distfiles/ and try again. > > *** Error code 1 > > > > Stop. > > *** Error code 1 > > > > The build is running in a chroot tree which does not have a valid > /etc/resolv.conf. > > > yedi#ls /usr/ports/distfiles > > docbk241.tar.Z isoENTS.zip linuxdoc-1.1.tar.gz > > docbk30.tar.Z jade-1.2.1.tar.gz sgmlformat-1.7.tar.gz > > This is outside the chroot tree. > > DES > - -- > Dag-Erling Smorgrav - des@flood.ping.uio.no > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-hackers" in the body of the message > > ------------------------------ > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-hackers" in the body of the message