From owner-svn-src-all@FreeBSD.ORG Tue Jun 24 18:00:42 2014 Return-Path: Delivered-To: svn-src-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 77D9F1EA for ; Tue, 24 Jun 2014 18:00:42 +0000 (UTC) Received: from mail-lb0-f173.google.com (mail-lb0-f173.google.com [209.85.217.173]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id F0A0A2754 for ; Tue, 24 Jun 2014 18:00:41 +0000 (UTC) Received: by mail-lb0-f173.google.com with SMTP id s7so972232lbd.4 for ; Tue, 24 Jun 2014 11:00:39 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:message-id:date:from:user-agent:mime-version:to :cc:subject:references:in-reply-to:content-type :content-transfer-encoding; bh=SEuLzqHfTjDkbsWOTNVgN4rxpSvxpal74R3Fk2CvqV4=; b=Wil98YJTek+z5dxiRZ2/TkBRDMSWM2+vYKOA1fy2B9OtkM9L0qy7gPid98BoF2GWrf cR2Jba1YNUNw2oe13D+yvQ33HY96ZakjmKtEjVo60BmXSrxPZpdwxzAjcYTwpYyC5vlA BhuHkH9909hjJhlSM6wW6i/W5HDChVShtIsnx+HGSZF4Ttty70+cmilZBWnFLBZ//MfM +R++tk+/SpPpzamzirYr6UXjkstsHZFTbEGU8WEmAUHWsrqSG85C57vyx6NuP49zvB05 SJH6f3aIWHAwmDTcgLp6sIDC+6cq2wdVQ7ESQXzc3pv9CuuaGKMHkKdrkFolmj4tWp9K vksg== X-Gm-Message-State: ALoCoQn91I/lzjDPFV/yTiNUe35zaBt6bJ1oqjAkZ+0bApS8FOtHWiPM0IsKgai/PkH32HiQO2R2 X-Received: by 10.152.27.66 with SMTP id r2mr1677794lag.53.1403632839421; Tue, 24 Jun 2014 11:00:39 -0700 (PDT) Received: from [192.168.1.2] ([89.169.173.68]) by mx.google.com with ESMTPSA id q3sm407173lae.23.2014.06.24.11.00.38 for (version=TLSv1.2 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Tue, 24 Jun 2014 11:00:38 -0700 (PDT) Message-ID: <53A9BCC5.4030105@freebsd.org> Date: Tue, 24 Jun 2014 22:00:37 +0400 From: Andrey Chernov User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:24.0) Gecko/20100101 Thunderbird/24.6.0 MIME-Version: 1.0 To: Warner Losh Subject: Re: svn commit: r267758 - head References: <201406230054.s5N0suIA081734@svn.freebsd.org> <256E890F-9564-4741-A5D8-89543381CF2D@gmail.com> <53A9B494.3020709@freebsd.org> In-Reply-To: <53A9B494.3020709@freebsd.org> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: svn-src-head@freebsd.org, svn-src-all@freebsd.org, src-committers@freebsd.org X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 24 Jun 2014 18:00:42 -0000 On 24.06.2014 21:25, Andrey Chernov wrote: > On 24.06.2014 20:07, Warner Losh wrote: >>> Log: >>> Change suggestion how to set MAKESYSPATH as broken incremental build >>> workaround. Magic ".../share/mk" (search directories up to /) >>> does not work for f.e. /usr/src/gnu/lib/libgcc because the path >>> inside is starting from /usr/obj hierarchy and ends up in >>> /usr/share/mk, not in the /usr/src/share/mk where src.opts.mk is. >>> IMHO proper fixing of incremental build is needed urgently. >> >> I don’t understand how this is even possible. This change is wrong because it has a bogus path the doesn’t exist on all systems. I’m going to fix that. > > How it is possible: > cd /usr/src/gnu/lib/libgcc > make > P.S. I have to insert debugging printfs into bmake .../ traverse code to discover that hierarchy down here starts with /usr/obj -- http://ache.vniz.net/