Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 6 Apr 2014 00:50:19 +0200
From:      Jilles Tjoelker <jilles@stack.nl>
To:        Robert Huff <roberthuff@rcn.com>
Cc:        current@freebsd.org, Warner Losh <wlosh@bsdimp.com>
Subject:   Re: another Make (maybe) problem
Message-ID:  <20140405225018.GB20798@stack.nl>
In-Reply-To: <53401D64.7060105@rcn.com>
References:  <533D6947.9000203@rcn.com> <53401D64.7060105@rcn.com>

next in thread | previous in thread | raw e-mail | index | archive | help

On Sat, Apr 05, 2014 at 11:12:36AM -0400, Robert Huff wrote:
> 	While it's probably not related to the nominal issue, a deeper
> look at the full buildworld log found ten instances of this:

> make[3]: "/usr/src/share/mk/bsd.subdir.mk" line 89: warning: duplicate 
> script for target "all_subdir_libnv" ignored
> make[3]: "/usr/src/share/mk/bsd.subdir.mk" line 89: warning: using 
> previous script for "all_subdir_libnv" defined here
> make[3]: "/usr/src/share/mk/bsd.subdir.mk" line 89: warning: duplicate 
> script for target "all-man_subdir_libnv" ignored
> make[3]: "/usr/src/share/mk/bsd.subdir.mk" line 89: warning: using 
> previous script for "all-man_subdir_libnv" defined here
> [snip]

> 	While it doesn't stop the build process ... it would be nice to 
> eliminate it as a possible contributing factor.
> 	1) Is this a problem, for this or anything else?
> 	2) Is there a way to fix it, short of a successful 
> buildworld/installworld?
> 	(My version of "/usr/src/share/mk/bsd.subdir.mk", r263778, has 118 
> lines/388 words/3377 characters.)

These messages are harmless, but are fixed by r264167. The cause is
pretty much expected: libnv was listed in SUBDIR twice.

-- 
Jilles Tjoelker



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20140405225018.GB20798>