From owner-freebsd-stable@FreeBSD.ORG Tue Mar 1 10:14:14 2005 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 778F416A4CE for ; Tue, 1 Mar 2005 10:14:14 +0000 (GMT) Received: from globus.webd.pl (globus.webd.pl [67.18.104.212]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3237543D4C for ; Tue, 1 Mar 2005 10:14:14 +0000 (GMT) (envelope-from nysander@nysander.webd.pl) Received: from 3ds.umed.lodz.pl ([212.51.199.173] helo=[192.168.0.77]) by globus.webd.pl with esmtpa (Exim 4.44) id 1D64OF-0005rb-TW for freebsd-stable@freebsd.org; Tue, 01 Mar 2005 11:14:08 +0100 Message-ID: <42244046.3010604@nysander.webd.pl> Date: Tue, 01 Mar 2005 11:13:26 +0100 From: Pawel Madej User-Agent: Mozilla Thunderbird 1.0 (X11/20050225) X-Accept-Language: en-us, en MIME-Version: 1.0 To: freebsd-stable@freebsd.org Content-Type: text/plain; charset=ISO-8859-2; format=flowed Content-Transfer-Encoding: 7bit X-Antivirus-Scanner: Clean mail though you should still use an Antivirus X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - globus.webd.pl X-AntiAbuse: Original Domain - freebsd.org X-AntiAbuse: Originator/Caller UID/GID - [47 12] / [47 12] X-AntiAbuse: Sender Address Domain - nysander.webd.pl X-Source: X-Source-Args: X-Source-Dir: Subject: problem with magic files and make buildworld X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 01 Mar 2005 10:14:14 -0000 i got updated my source tree with cvsup and tag=RELENG_5 and i got such an error everytime i want to do make -j4 buildworld: cc -fpic -DPIC -O2 -pipe -march=pentium3 -DMAGIC='"/usr/share/misc/magic"' -DBUILTIN_ELF -DELFCORE -DHAVE_CONFIG_H -I/usr/src/lib/libmagic -I/usr/src/lib/libmagic/../../contrib/file -c /usr/src/lib/libmagic/../../contrib/file/softmagic.c -o softmagic.So ./mkmagic magic building static magic library WARNING: offset head 1.1; invalid WARNING: type head 1.1; invalid and then many screens with this WARNING messages and then: WARNING: type @@ invalid mkmagic: could not find any magic files! *** Error code 1 1 error *** Error code 2 1 error *** Error code 2 1 error *** Error code 2 1 error *** Error code 2 1 error *** Error code 2 1 error and compilation fails thanks for any help Paul