From owner-freebsd-current@FreeBSD.ORG Sat Apr 5 22:50:21 2014 Return-Path: Delivered-To: current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 060BDDA1 for ; Sat, 5 Apr 2014 22:50:21 +0000 (UTC) Received: from mx1.stack.nl (relay02.stack.nl [IPv6:2001:610:1108:5010::104]) (using TLSv1 with cipher DHE-RSA-CAMELLIA256-SHA (256/256 bits)) (Client CN "mailhost.stack.nl", Issuer "CA Cert Signing Authority" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id C07657F8 for ; Sat, 5 Apr 2014 22:50:20 +0000 (UTC) Received: from snail.stack.nl (snail.stack.nl [IPv6:2001:610:1108:5010::131]) by mx1.stack.nl (Postfix) with ESMTP id 2CC753592FD; Sun, 6 Apr 2014 00:50:19 +0200 (CEST) Received: by snail.stack.nl (Postfix, from userid 1677) id 1835328497; Sun, 6 Apr 2014 00:50:19 +0200 (CEST) Date: Sun, 6 Apr 2014 00:50:19 +0200 From: Jilles Tjoelker To: Robert Huff Subject: Re: another Make (maybe) problem Message-ID: <20140405225018.GB20798@stack.nl> References: <533D6947.9000203@rcn.com> <53401D64.7060105@rcn.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <53401D64.7060105@rcn.com> User-Agent: Mutt/1.5.21 (2010-09-15) Cc: current@freebsd.org, Warner Losh X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 05 Apr 2014 22:50:21 -0000 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