From owner-freebsd-questions@FreeBSD.ORG Wed Apr 12 11:45:37 2006 Return-Path: X-Original-To: freebsd-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 76B1616A401 for ; Wed, 12 Apr 2006 11:45:37 +0000 (UTC) (envelope-from stapleton.41@gmail.com) Received: from xproxy.gmail.com (xproxy.gmail.com [66.249.82.207]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0E8FD43D46 for ; Wed, 12 Apr 2006 11:45:36 +0000 (GMT) (envelope-from stapleton.41@gmail.com) Received: by xproxy.gmail.com with SMTP id s9so1024592wxc for ; Wed, 12 Apr 2006 04:45:36 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=JoBMht/EE3AQXmgl3icwnH+tdEisyuPMlob5B56cX8QXojStODhXR7X7UBvWOocYG3hKMWDHYXHVuo4ATKCKU1NetPsK8cz4KfSNqqd3E6Eptrncy07J9Bs3Hld/7G70YWC3fB82oBcS1PQboVvwFyn3igNFzhuLbs5g0xau4wM= Received: by 10.70.28.9 with SMTP id b9mr629327wxb; Wed, 12 Apr 2006 04:45:36 -0700 (PDT) Received: by 10.70.75.7 with HTTP; Wed, 12 Apr 2006 04:45:36 -0700 (PDT) Message-ID: <80f4f2b20604120445t77b2b683w69d3193135f6dc1d@mail.gmail.com> Date: Wed, 12 Apr 2006 07:45:36 -0400 From: "Jim Stapleton" To: freebsd-questions@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline Subject: I think I butchered my supfile - can anyone tell me why I get this result? 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: Wed, 12 Apr 2006 11:45:37 -0000 I used the examples as a basis, and a little trial and error if things didn't work, so I eventually got a working supfile. However, it did some weird stuff, even though this should be downloading 6.0 stable (from what I can tell), I get errors in port builds (even without optimisation flags). On top of that, I tried to build my kernel, and when all was said and done, and it booted, it said 7.0 current. Is there a problem in my supfile, or is this just a "HTF did you manage that??" error? I ran: $ cvsup -g -L 2 /etc/supfile /etc/supfile =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D *default host=3Dcvsup13.us.FreeBSD.org *default base=3D/var/db *default prefix=3D/usr *default release=3Dcvs tag=3DRELENG_6 *default delete use-rel-suffix *default date=3D2006.04.01.12.00.00 # If you seem to be limited by CPU rather than network or disk bandwidth, t= ry # commenting out the following line. (Normally, today's CPUs are fast enou= gh # that you want to run compression.) *default compress ## Main Source Tree. # # The easiest way to get the main source tree is to use the "src-all" # mega-collection. It includes all of the individual "src-*" collections. src-all tag=3D. ports-all tag=3D. doc-all tag=3D. =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D Thanks, -Jim