From owner-freebsd-questions Mon Feb 12 6:50:58 2001 Delivered-To: freebsd-questions@freebsd.org Received: from be-well.ilk.org (lowellg.ne.mediaone.net [24.147.184.128]) by hub.freebsd.org (Postfix) with ESMTP id 7546537B65D for ; Mon, 12 Feb 2001 06:50:52 -0800 (PST) Received: (from lowell@localhost) by be-well.ilk.org (8.11.2/8.11.2) id f1CEopi17990; Mon, 12 Feb 2001 09:50:51 -0500 (EST) (envelope-from lowell) To: freebsd-questions@freebsd.org Subject: Re: Installworld Problem. References: <04f601c09487$9c0457c0$847e03cb@apana.org.au> From: Lowell Gilbert Date: 12 Feb 2001 09:50:51 -0500 In-Reply-To: dougy@bryden.apana.org.au's message of "12 Feb 2001 01:06:27 +0100" Message-ID: <44r9143qgk.fsf@lowellg.ne.mediaone.net> Lines: 53 X-Mailer: Gnus v5.7/Emacs 20.7 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG dougy@bryden.apana.org.au (Doug Young) writes: > I've been getting that "Error 1" from ports ever since I moved to 4.2. For > what its worth the problem was made considerably worse when I installed > CVSUP. Similarly to the situation you have reported, there isn't enough > information provided to help figure out exactly where the problem is .... > I'm guessing its some sort of timeout though. I'm afraid that's completely unhelpful, Mr. Young. "Error 1" is coming from make(1), and all it indicates is that some command returned an error value to make; it doesn't tell you anything about the error itself. This problem has nothing to do with yours (yours appears to be a problem with fetch(1) making data connections to the FTP sites; if I had to guess, I'd say there is probably a firewall in between causing the problem). > From: "Andrew Forgue" > To: > Sent: Monday, February 12, 2001 9:57 AM > Subject: Installworld Problem. > > > > Hello, > > > > I just cvsupped to the latest -STABLE sources and Buildworld is fine > > But when I go to installworld the following happens: > > > > . > > . > > . > > . > > ===> gnu/usr.bin/perl/library > > install: /usr/libdata/perl/5.00503/./Pod/Text/Color.pm,v: No such file or > > directory > > *** Error code 71 > > > > Stop in /usr/src/gnu/usr.bin/perl/library. > > *** Error code 1 > > > > > > Can anyone help me figure out what is wrong, Ive had build errors, but > never > > nay install errors. I don't have that file at all, and my world is only a week or so old. Try another cvsup run and rebuild, because the problem was probably transient (in fact, it's good advice to *always* wait an hour or so and try again before reporting problems in development sources). Alternatively, build and install with NOPERL=true, and you should at least get past this particular problem. Good luck. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message