From owner-freebsd-current@FreeBSD.ORG Sat Apr 8 13:59:14 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 2030516A403 for ; Sat, 8 Apr 2006 13:59:14 +0000 (UTC) (envelope-from zach@webges.com) Received: from mail.webges.com (mail.webges.com [195.128.164.105]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9B71B43D45 for ; Sat, 8 Apr 2006 13:59:13 +0000 (GMT) (envelope-from zach@webges.com) Received: from localhost (localhost [127.0.0.1]) by mail.webges.com (Postfix) with ESMTP id 794A31520638 for ; Sat, 8 Apr 2006 15:59:09 +0200 (CEST) Received: from webmail.webges.com (rs3 [192.168.9.182]) by mail.webges.com (Postfix) with ESMTP id 51DC9152062C for ; Sat, 8 Apr 2006 15:59:09 +0200 (CEST) Received: from 213.47.105.203 (SquirrelMail authenticated user zach_webges) by webmail.webges.com with HTTP; Sat, 8 Apr 2006 15:59:08 +0200 (CEST) Message-ID: <2851.213.47.105.203.1144504748.squirrel@webmail.webges.com> In-Reply-To: <20060405191011.GL699@turion.vk2pj.dyndns.org> References: <1425.62.178.112.107.1144260889.squirrel@webmail.webges.com> <20060405191011.GL699@turion.vk2pj.dyndns.org> Date: Sat, 8 Apr 2006 15:59:08 +0200 (CEST) From: "Michael Zach" To: freebsd-current@freebsd.org User-Agent: SquirrelMail/1.4.6 MIME-Version: 1.0 Content-Type: text/plain;charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Priority: 3 (Normal) Importance: Normal X-Virus-Scanned: by amavisd-new-20030616-p10 (Debian) at mail.webges.com Subject: Re: another make buildworld error X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: zach@webges.com List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 08 Apr 2006 13:59:14 -0000 Hi Peter, it seemed the magic file was not the only problem (CVSup didn't solve it), but moving src to src_ and doing a complete new checkout solved the problem. Just thought I'd let you guys know in case anybody else encounters the same problem. Thanks for the help, Michael > 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 >