From owner-freebsd-stable@FreeBSD.ORG Sat Apr 7 20:45:30 2007 Return-Path: X-Original-To: freebsd-stable@freebsd.org Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 3292716A403 for ; Sat, 7 Apr 2007 20:45:30 +0000 (UTC) (envelope-from schiz0phrenic21@gmail.com) Received: from nz-out-0506.google.com (nz-out-0506.google.com [64.233.162.235]) by mx1.freebsd.org (Postfix) with ESMTP id E8AE413C469 for ; Sat, 7 Apr 2007 20:45:29 +0000 (UTC) (envelope-from schiz0phrenic21@gmail.com) Received: by nz-out-0506.google.com with SMTP id r28so774595nza for ; Sat, 07 Apr 2007 13:45:29 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:mime-version:content-type; b=V6qsp0Nm9+3kM2yBuaqNgRZM3QAv4q157KkcKnyf6EjooOorGDX0c2RRG5Q7kdcIXtHTUCoa0Ht2FBbYEFQiR1LAI2LfTXXC9AYGmIB8IWzEiJ696P3IfEy2FIgMGBaH0XzvodrPdR6Xu5uUgwvf7RQrKD5ol7vf+JKvZy15CpI= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:mime-version:content-type; b=NSfIGpLj2V79NzWc9+/KEBjLHvFQoNieOXtGqwJhbX62o3ITG7sk5ndM8r6F3pz542R1HGfOoXYpAZyIx19QXNALZBIk/khHXYt5h2SjH2pyVvUP9oq97DSeqQNmbxWhQ1nPME5glHk6oQdnGfLuoaq3/2obVGODpVYZNom1CsQ= Received: by 10.114.153.18 with SMTP id a18mr1702086wae.1175978728939; Sat, 07 Apr 2007 13:45:28 -0700 (PDT) Received: by 10.114.52.13 with HTTP; Sat, 7 Apr 2007 13:45:28 -0700 (PDT) Message-ID: <8d23ec860704071345n1e8dd0c5q89cdf7e52ec5db7f@mail.gmail.com> Date: Sat, 7 Apr 2007 16:45:28 -0400 From: Schiz0 To: freebsd-stable@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: Compile Error X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 07 Apr 2007 20:45:30 -0000 Hello, I was discussing this error on IRC earlier and they suggested that I report my problem to this list. I downloaded the 6.2 release boot-only CD and installed. I updated my src using csup with the RELENG_6 tag. Then, I followed the guide in the handbook for rebuilding world. During the first step, make buildworld, I got the following error: http://pastebin.ca/428777 I updated with csup immediately before running make buildworld. There seems to be "undefined reference to .." issues with the gstat source, which prevents it from compiling. My supfile is located at: http://www.pastebin.ca/428786 I also went through the make.conf man page, and set all the options to suit my system configuration preferences. The make.conf file is located at: http://pastebin.ca/428795 Thanks for your time, ~Schiz0