From owner-freebsd-questions@FreeBSD.ORG Fri Feb 24 16:00:43 2006 Return-Path: X-Original-To: questions@freebsd.org Delivered-To: freebsd-questions@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AB3E516A420; Fri, 24 Feb 2006 16:00:43 +0000 (GMT) (envelope-from keramida@ceid.upatras.gr) Received: from igloo.linux.gr (igloo.linux.gr [62.1.205.36]) by mx1.FreeBSD.org (Postfix) with ESMTP id F1A0943D46; Fri, 24 Feb 2006 16:00:39 +0000 (GMT) (envelope-from keramida@ceid.upatras.gr) Received: from flame.pc (aris.bedc.ondsl.gr [62.103.39.226]) (authenticated bits=128) by igloo.linux.gr (8.13.5/8.13.5/Debian-3) with ESMTP id k1OG0LWI013955 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT); Fri, 24 Feb 2006 18:00:26 +0200 Received: from flame.pc (flame [127.0.0.1]) by flame.pc (8.13.4/8.13.4) with ESMTP id k1OFxtBC071456; Fri, 24 Feb 2006 17:59:55 +0200 (EET) (envelope-from keramida@ceid.upatras.gr) Received: (from keramida@localhost) by flame.pc (8.13.4/8.13.4/Submit) id k1OFxs7q071455; Fri, 24 Feb 2006 17:59:54 +0200 (EET) (envelope-from keramida@ceid.upatras.gr) Date: Fri, 24 Feb 2006 17:59:54 +0200 From: Giorgos Keramidas To: Kristian Vaaf Message-ID: <20060224155954.GA71418@flame.pc> References: <7.0.1.0.2.20060221103409.021a8808@broadpark.no> <20060221184738.98233.qmail@web52714.mail.yahoo.com> <7.0.1.0.2.20060224164438.0233a3b8@broadpark.no> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <7.0.1.0.2.20060224164438.0233a3b8@broadpark.no> X-Hellug-MailScanner: Found to be clean X-Hellug-MailScanner-SpamCheck: not spam, SpamAssassin (score=-3.374, required 5, autolearn=not spam, ALL_TRUSTED -1.80, AWL 0.82, BAYES_00 -2.60, DNS_FROM_RFC_ABUSE 0.20) X-Hellug-MailScanner-From: keramida@ceid.upatras.gr Cc: bugs@freebsd.org, questions@freebsd.org, Kris Anderson Subject: Re: Haven't been able to make world in about a year X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 24 Feb 2006 16:00:43 -0000 On 2006-02-24 16:45, Kristian Vaaf wrote: >At 19:47 21.02.2006, Kris Anderson wrote: >>--- Kristian Vaaf wrote: >>> >>> Hello! >>> >>> I don't know what's wrong. But all my makes error out. I've tried >>> over and over again. And sent about a dozen e-mails to this list. >>> >>> http://www.home.no/hedhnta/result.txt >>> >>> When doing: >>> >>> cvsup -g -L 2 /etc/cvsupfile Kristian, you would have to show us your cvsupfile. It's possible that you are missing some of the sources, so the source tree you download is not exactly buildable. >>> And then running: >>> >>> cd /usr/src \ >>> && make buildworld \ >>> && make buildkernel KERNCONF=ARBA \ >>> && make installkernel KERNCONF=ARBA \ >>> && make installworld \ >>> && mergemaster \ >>> && make clean \ >>> && rm -rf /usr/obj/* >>> >>> This is how it's done, no? Not quite. >> Sort of done like that. Looking at the FreeBSD handbook it says: >> >> make buildworld >> make buildkernel KERNCONF=ARBA >> make installkernel KERNCONF=ARBA >> reboot >> >> Note: There are a few rare cases when an extra run of mergemaster -p >> is needed before the buildworld step. These are described in >> UPDATING. In general, though, you can safely omit this step if you >> are not updating across one or more major FreeBSD versions. This is also suggested in /usr/src/UPDATING. > The point is I've been having this problem for so long, and none of > the developers are willing to help me. Patience, please. It's not the end of the world. There is a sane, logical explanation why you can't build the system. We just have to find it :) > This is one of the reason I think, why most people these days seem to > go (back) to DragonflyBSD. This is very uncalled for. If you really want help, then please spare us the (in my opinion) unsupported, unwarranted rhetoric about why FreeBSD is not for you. The helpful people of this list don't deserve this, and you don't deserve the flames such inflammatory material can start. > I certainly am going to. Ultimately, this is your choise to make, of course. We can't force to use something that you don't like. Before that happens, I'd like to see at least the following though: - Your cvsupfile - The error messages you get. The URL in the previous paragraphs that is supposed to show the errors, is not fetchable: $ cd /tmp $ fetch http://www.home.no/hedhnta/result.txt fetch: http://www.home.no/hedhnta/result.txt: Not Found $