From owner-freebsd-questions@FreeBSD.ORG Thu Dec 14 23:56:31 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id D5A0916A506 for ; Thu, 14 Dec 2006 23:56:31 +0000 (UTC) (envelope-from youshi10@u.washington.edu) Received: from mxout3.cac.washington.edu (mxout3.cac.washington.edu [140.142.32.166]) by mx1.FreeBSD.org (Postfix) with ESMTP id 44E8A43DF0 for ; Thu, 14 Dec 2006 23:53:21 +0000 (GMT) (envelope-from youshi10@u.washington.edu) Received: from smtp.washington.edu (smtp.washington.edu [140.142.32.139]) by mxout3.cac.washington.edu (8.13.7+UW06.06/8.13.7+UW06.09) with ESMTP id kBENsnOg003916 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Thu, 14 Dec 2006 15:54:50 -0800 X-Auth-Received: from [128.208.4.96] (dzihan.cs.washington.edu [128.208.4.96]) (authenticated authid=youshi10) by smtp.washington.edu (8.13.7+UW06.06/8.13.7+UW06.09) with ESMTP id kBENsn67006209 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT) for ; Thu, 14 Dec 2006 15:54:49 -0800 Message-ID: <4581E449.1010800@u.washington.edu> Date: Thu, 14 Dec 2006 15:54:49 -0800 From: Garrett Cooper User-Agent: Thunderbird 1.5.0.8 (X11/20061108) MIME-Version: 1.0 To: freebsd-questions@freebsd.org References: <4581B397.8050901@dsgx.org> In-Reply-To: <4581B397.8050901@dsgx.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-PMX-Version: 5.2.2.285561, Antispam-Engine: 2.5.0.283055, Antispam-Data: 2006.12.14.153932 X-Uwash-Spam: Gauge=IIIIIII, Probability=7%, Report='__CT 0, __CTE 0, __CT_TEXT_PLAIN 0, __HAS_MSGID 0, __MIME_TEXT_ONLY 0, __MIME_VERSION 0, __SANE_MSGID 0, __USER_AGENT 0' Subject: Re: error trying to compile /usr/src 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: Thu, 14 Dec 2006 23:56:32 -0000 Suporte Dsgx wrote: > im trying to compile freebsd 4.10 P24 > but on the make world gives me this error > cd /usr/src/etc; install -o root -g wheel -m 444 amd.map apmd.conf > auth.conf crontab csh.cshrc csh.login csh.logout dhclient.conf > dm.conf fbtab ftpusers gettytab group hosts hosts.allow host.conf > hosts.equiv hosts.lpd inetd.conf login.access login.conf motd modems > networks newsyslog.conf pam.conf phones printcap profile protocols > rc rc.atm rc.diskless1 rc.diskless2 rc.firewall rc.firewall6 > rc.network rc.network6 rc.pccard rc.sendmail rc.serial rc.shutdown > rc.syscons rc.sysctl remote rpc services shells sysctl.conf > syslog.conf usbd.conf etc.i386/disktab etc.i386/rc.i386 > etc.i386/ttys /usr/src/etc/../gnu/usr.bin/man/manpath/manpath.config > /usr/src/etc/../usr.bin/mail/misc/mail.rc > /usr/src/etc/../usr.bin/locate/locate/locate.rc rc.isdn netstart > pccard_ether rc.suspend rc.resume nsmb.conf opieaccess > /usr/share/examples/etc > cd /usr/src/etc/defaults; install -o root -g wheel -m 444 rc.conf > make.conf pccard.conf periodic.conf /usr/share/examples/etc/defaults > make: don't know how to make copies. Stop > *** Error code 2 > > Stop in /usr/src/share. > *** Error code 1 > > Stop in /usr/src. > *** Error code 1 > > Stop in /usr/src. > *** Error code 1 > > Stop in /usr/src. > *** Error code 1 > > Stop in /usr/src. > > -- > what can it be and how to fix it ? > thanks 3 questions: What's your make.conf file look like? What's the exact command / variables you are sending to make world? Why are you recompiling 4.10? That's pretty out of date.. -Garrett