[issue1605] 'make buildworld' failure

YONETANI Tomokazu qhwt+dfly at les.ath.cx
Sat Nov 14 15:53:10 PST 2009


On Sat, Nov 14, 2009 at 08:20:25PM +0000, Venkatesh Srinivas (via DragonFly issue tracker) wrote:
> Trying to build world from git fails here:
		:
> /usr/src/gnu/usr.bin/cc41/libbackend//../../../../contrib/gcc-4.1/gcc/tree-data-ref.c:3476:21:
> warning: null character(s) ignored
> 
> /usr/src/gnu/usr.bin/cc41/libbackend//../../../../contrib/gcc-4.1/gcc/tree-data-ref.c:
> In function 'build_classic_dir_vector':
> 
> /usr/src/gnu/usr.bin/cc41/libbackend//../../../../contrib/gcc-4.1/gcc/tree-data-ref.c:3476:
> error: 'lca_' undeclared (first use in this function)

Apparently the checked out file is corrupt.

  $ cd /usr/src; git status

should report such files.

  $ git reset --hard

should restore them from the local repository (this will `reset' any other
important local modifications, so be sure to make a back up if you have any).

By the way, you've reported ext2fs panic as issue1601, do you by any chance
keep the source tree on an ext2fs filesystem?

Cheers.





More information about the Bugs mailing list