From owner-freebsd-current@FreeBSD.ORG Mon Apr 30 22:59:22 2012 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id F039F1065670 for ; Mon, 30 Apr 2012 22:59:22 +0000 (UTC) (envelope-from obrien@NUXI.org) Received: from dragon.nuxi.org (trang.nuxi.org [74.95.12.85]) by mx1.freebsd.org (Postfix) with ESMTP id C80D28FC14 for ; Mon, 30 Apr 2012 22:59:22 +0000 (UTC) Received: from dragon.nuxi.org (obrien@localhost [127.0.0.1]) by dragon.nuxi.org (8.14.5/8.14.5) with ESMTP id q3UMxMLY006436; Mon, 30 Apr 2012 15:59:22 -0700 (PDT) (envelope-from obrien@dragon.nuxi.org) Received: (from obrien@localhost) by dragon.nuxi.org (8.14.5/8.14.5/Submit) id q3UMxLkH006435; Mon, 30 Apr 2012 15:59:21 -0700 (PDT) (envelope-from obrien) Date: Mon, 30 Apr 2012 15:59:21 -0700 From: "David O'Brien" To: Vladimir Sharun Message-ID: <20120430225921.GC60636@dragon.NUXI.org> Mail-Followup-To: obrien@freebsd.org, Vladimir Sharun , Current FreeBSD References: <4F9428ED.6060902@FreeBSD.org> <9B9312D3-489E-4EF1-85CB-0353024F6B94@gmail.com> <3862F1CA-C1C8-49E6-B768-114A0A212496@gmail.com> <4F915384.6070308@semihalf.com> <4F919C50.70809@FreeBSD.org> <20120424175735.GC80419@dragon.NUXI.org> <18628.1335292498.18396666118269960192@front-ffe4.ukr.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <18628.1335292498.18396666118269960192@front-ffe4.ukr.net> X-Operating-System: FreeBSD 10.0-CURRENT X-to-the-FBI-CIA-and-NSA: HI! HOW YA DOIN? User-Agent: Mutt/1.5.20 (2009-06-14) Cc: Current FreeBSD Subject: Re: buildworld fails on FreeBSD 7.x for HEAD from 19.04.2012 X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: obrien@freebsd.org List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 30 Apr 2012 22:59:23 -0000 On Tue, Apr 24, 2012 at 09:34:58PM +0300, Vladimir Sharun wrote: > ===> usr.bin/file (all) ... > file.o: In function `main': > /usr/src/usr.bin/file/../../contrib/file/file.c:(.text+0x717): undefined > reference to `magic_getpath' > /usr/src/usr.bin/file/../../contrib/file/file.c:(.text+0x7df): undefined > reference to `magic_list' > clang: error: linker command failed with exit code 1 (use -v to see > invocation) > *** [file] Error code 1 How are you building this? Did libmagic get [re]built first? > r234657 $ svn info -r234657 svn info -r234657 svn://svn.freebsd.org/base/head Last Changed Date: 2012-04-24 10:51:36 -0700 (Tue, 24 Apr 2012) I do not believe that a 10-CURRENT system from 2012-04-24 has trouble building the new file(1). The issue that started this thread is due to a commit from 2009-02-27 -- which pre-dates 10-CURRENT. -- -- David (obrien@FreeBSD.org)