From owner-freebsd-current@FreeBSD.ORG Wed Apr 5 19:10:18 2006 Return-Path: X-Original-To: freebsd-current@freebsd.org Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9C66A16A401 for ; Wed, 5 Apr 2006 19:10:18 +0000 (UTC) (envelope-from peterjeremy@optushome.com.au) Received: from mail04.syd.optusnet.com.au (mail04.syd.optusnet.com.au [211.29.132.185]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0211E43D46 for ; Wed, 5 Apr 2006 19:10:17 +0000 (GMT) (envelope-from peterjeremy@optushome.com.au) Received: from turion.vk2pj.dyndns.org (c220-239-19-236.belrs4.nsw.optusnet.com.au [220.239.19.236]) by mail04.syd.optusnet.com.au (8.12.11/8.12.11) with ESMTP id k35JACJR012577 (version=TLSv1/SSLv3 cipher=EDH-RSA-DES-CBC3-SHA bits=168 verify=NO); Thu, 6 Apr 2006 05:10:15 +1000 Received: from turion.vk2pj.dyndns.org (localhost.vk2pj.dyndns.org [127.0.0.1]) by turion.vk2pj.dyndns.org (8.13.4/8.13.4) with ESMTP id k35JACll003132; Thu, 6 Apr 2006 05:10:12 +1000 (EST) (envelope-from peter@turion.vk2pj.dyndns.org) Received: (from peter@localhost) by turion.vk2pj.dyndns.org (8.13.4/8.13.4/Submit) id k35JABMD003131; Thu, 6 Apr 2006 05:10:12 +1000 (EST) (envelope-from peter) Date: Thu, 6 Apr 2006 05:10:11 +1000 From: Peter Jeremy To: Michael Zach Message-ID: <20060405191011.GL699@turion.vk2pj.dyndns.org> References: <1425.62.178.112.107.1144260889.squirrel@webmail.webges.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1425.62.178.112.107.1144260889.squirrel@webmail.webges.com> X-PGP-Key: http://members.optusnet.com.au/peterjeremy/pubkey.asc User-Agent: Mutt/1.5.11 Cc: freebsd-current@freebsd.org Subject: Re: another make buildworld error X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 05 Apr 2006 19:10:18 -0000 On Wed, 2006-Apr-05 20:14:49 +0200, Michael Zach wrote: >another error occured. thanks jason for the tip, changing CFLAGS in >make.conf actually helped, but during the build process another error >occured: > >[snip] >... >magic, 47985: Warning offset `text' invalid >magic, 47985: Warning type `text' invalid >magic, 47986: Warning offset `@@' invalid >magic, 47986: Warning type `@@' invalid Somehow your /usr/src/contrib/file/Magdir/magic has been replaced by a CVS repository file. Delete it and re-CVsup. You might like to check for similar problems with other files. >any ideas? there are actually only a Makefile and a config.h in libmagic, >so I guess the magic file is missing at all (if it's ever been in there) The Makefile points to the actual code under src/contrib. -- Peter Jeremy