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 ([email protected]) _______________________________________________ [email protected] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-current To unsubscribe, send any mail to "[email protected]"
