From owner-freebsd-current@FreeBSD.ORG Wed Jan 2 03:17:32 2013 Return-Path: Delivered-To: current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 1CA50508; Wed, 2 Jan 2013 03:17:32 +0000 (UTC) (envelope-from yanegomi@gmail.com) Received: from mail-oa0-f45.google.com (mail-oa0-f45.google.com [209.85.219.45]) by mx1.freebsd.org (Postfix) with ESMTP id C135A8FC08; Wed, 2 Jan 2013 03:17:31 +0000 (UTC) Received: by mail-oa0-f45.google.com with SMTP id i18so12740250oag.18 for ; Tue, 01 Jan 2013 19:17:30 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=3hst8NczGJCeZPuJOJpZYRj+r2vkEEqxmMv2er7cT2c=; b=CUZ5tQ4g15GSjCdStYrj41dFLQfuvFFuoaVPne9Laor7Gf0g0p+GaXAgbQPWVtm4EV YXG7nR5IjUbXVYs5ZCFVEkrsvbA5vTX9skIMiIGwRSbYsmLn8nzI/hTPwNW38SPOzUIq BU5JvmJw39IOGjeqDN1wEGowMOC19Cm2zo/2U9u7W0QpH3pmK4oQF4CcYl5kIp9/o6MV d34MndAXHRpGbf1luMhwo+Qk0eUiIVX5gnYKx+6D90h1TiLBikvbSIBUeGW/Iuy487XU d0LhKzn2lRAMMhWTxTsLD59Svu2bwGcgSoZKFfgCkQsTl97ezffB+16azSZDINimZ6j3 16BQ== MIME-Version: 1.0 Received: by 10.182.77.230 with SMTP id v6mr13443947obw.66.1357096650878; Tue, 01 Jan 2013 19:17:30 -0800 (PST) Received: by 10.76.143.33 with HTTP; Tue, 1 Jan 2013 19:17:30 -0800 (PST) In-Reply-To: References: <20121221210237.GA47912@lor.one-eyed-alien.net> Date: Tue, 1 Jan 2013 19:17:30 -0800 Message-ID: Subject: Re: NetBSD mtree committed From: Garrett Cooper To: Brooks Davis Content-Type: text/plain; charset=ISO-8859-1 Cc: current@freebsd.org X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.14 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: Wed, 02 Jan 2013 03:17:32 -0000 On Tue, Jan 1, 2013 at 7:11 PM, Garrett Cooper wrote: ... > Ran into this linker error when running make installworld going > from 10-CURRENT from a month ago to now: > > /tmp/install.9ten1vtn/mtree: Undefined symbol "strunvis" > *** Error code 1 > > And I'm running into similar issues with mergemaster. Is this a > known chicken and egg problem? Ugh, the environment is fubared. Let's put this question on hold until I've done enough digging to figure out why it's doing the wrong thing.. -Garrett