From owner-freebsd-current@FreeBSD.ORG Sun Feb 20 22:23:32 2011 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 4E581106564A for ; Sun, 20 Feb 2011 22:23:32 +0000 (UTC) (envelope-from yanegomi@gmail.com) Received: from mail-wy0-f182.google.com (mail-wy0-f182.google.com [74.125.82.182]) by mx1.freebsd.org (Postfix) with ESMTP id D4F5D8FC16 for ; Sun, 20 Feb 2011 22:23:31 +0000 (UTC) Received: by wyb32 with SMTP id 32so1268574wyb.13 for ; Sun, 20 Feb 2011 14:23:31 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:sender:in-reply-to:references:date :x-google-sender-auth:message-id:subject:from:to:cc:content-type :content-transfer-encoding; bh=nZQktCJJf7S55uqF6+ZhFAJ6g+/O8mo7/vcKa5uwONE=; b=swTSxiDejrUB3nEY9UMKlF0hm3RwjmumwzOXIuChFtwfIGQSdYWHI/XlDdS1tEvVJV 9WJD3rGwgEW4SdX9HPJSBCwS5meTNpLt2sv2g3cOV6Rxl8iWr7QzuEAYqQh26f1+xLs2 nLvTABabiJLdX3aFnaDItnEDU5ebmkXt+UpME= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:sender:in-reply-to:references:date :x-google-sender-auth:message-id:subject:from:to:cc:content-type :content-transfer-encoding; b=oMx5LEm9RDGH9qCxFmZwCQIms/pxxALbUc8TG3SaPHqDs4odYo0KS9BHtms7rf/7XS GmGcA+KTL443kG1yelMGThBtf/KlPsPKj5DLn5YqZX2fv73rowZua4DD4r0fs5tSE3pQ GcDYw1YwYdEQPJtqGMCHi+zCFZ+rtakMhyk4g= MIME-Version: 1.0 Received: by 10.216.154.8 with SMTP id g8mr1498892wek.12.1298240610673; Sun, 20 Feb 2011 14:23:30 -0800 (PST) Sender: yanegomi@gmail.com Received: by 10.216.71.200 with HTTP; Sun, 20 Feb 2011 14:23:30 -0800 (PST) In-Reply-To: References: Date: Sun, 20 Feb 2011 14:23:30 -0800 X-Google-Sender-Auth: 3rA6sqCD2MaPFLWsgki3Ti_CXcM Message-ID: From: Garrett Cooper To: Eir Nym Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Cc: FreeBSD Mail Lists Subject: Re: Sade(8) compile problem X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 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: Sun, 20 Feb 2011 22:23:32 -0000 On Sun, Feb 20, 2011 at 11:08 AM, Eir Nym wrote: > Hello guys, > > I have amd64 FreeBSD-Current box (r214751) and want to build fresh > system to install, but compile fails every time . Configuration files > are same. > > The failure is in sade(8), where compiller try to find dialog h in > /usr/src/usr.sbin/../../gnu/lib/libdialog/dialog.h , not in libadialog > directory. First appearance of this failure =A0is about month ago (I > have autobuild system) Works for me: FreeBSD bayonetta.local 9.0-CURRENT FreeBSD 9.0-CURRENT #0 r218082M: Sun Jan 30 00:20:08 PST 2011 gcooper@bayonetta.local:/usr/obj/usr/src/sys/BAYONETTA amd64 Make sure to update the Makefile to point at libodialog instead of libdialog. See this commit for more details: http://svn.freebsd.org/viewvc/base?view=3Drevision&revision=3D217309 . HTH, -Garrett