From owner-freebsd-current@freebsd.org Sat Mar 14 21:27:03 2020 Return-Path: Delivered-To: freebsd-current@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id A9933264C55 for ; Sat, 14 Mar 2020 21:27:03 +0000 (UTC) (envelope-from carpeddiem@gmail.com) Received: from mail-il1-f180.google.com (mail-il1-f180.google.com [209.85.166.180]) (using TLSv1.3 with cipher TLS_AES_128_GCM_SHA256 (128/128 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (2048 bits) client-digest SHA256) (Client CN "smtp.gmail.com", Issuer "GTS CA 1O1" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 48fwcl3nnCz47Jc; Sat, 14 Mar 2020 21:27:03 +0000 (UTC) (envelope-from carpeddiem@gmail.com) Received: by mail-il1-f180.google.com with SMTP id p1so12557139ils.12; Sat, 14 Mar 2020 14:27:03 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=r8/8G/rXlofLVMBLZC5AsNZMkRlGi0LyX8ole4dzEsU=; b=JcwOP+HSVTAFqSRhlWtrXk2Wv7nVmxHmtpy9b9tvM7Jpgba8G+9hTwBF7j90wOnsuH h4hGMbRccwqdT20v+H5xEyzt4aqsppHDsTCIW1pDpqnUW26CSVMYT7QC61SWyeEEPVNS nx7GFIAmMNskHbti/nctiLcrNZ9PYZYVirhwz87YC50jyIMJmmgcmKH8Ksakts9Jz1ja 04Y0bnrGWqvSsjss8rTffOz1n7qbF2wImIHcPOGNvB9lAE5nSiRiA8Rpzex/6/NL7RvQ Rn+9BNVVYXgsO8W8iq6DDstHzS28Ej0+04QE8t5yIb8hz1AkqY5wuQpqBs6XYbuPsEe9 uusQ== X-Gm-Message-State: ANhLgQ0Kopn/SH0L9MRzNZRVGhCzPu6/H+Bi5SJxWKSIhWeMEf+zMQrb QCzKJgW51xQotEmraGGuYr2Qjjw2x/cBY1r+kad3j8YP X-Google-Smtp-Source: ADFU+vvgQ9YK9WKX+A9tEL9PCiRvNKM9mKFJ+y+bdkGJ4f0KN5WJX5ADGusFZMcTMl8ft2bppOVbWIIsTS+cZ5OQzrE= X-Received: by 2002:a92:c110:: with SMTP id p16mr20805322ile.100.1584221221485; Sat, 14 Mar 2020 14:27:01 -0700 (PDT) MIME-Version: 1.0 References: <20200313205706.GD1053@rancor.immure.com> <8740b5f9fef5ce417ea8968543de2992@waitman.net> <14a5e39b65511d7ab4ffe370717d57e5@waitman.net> <20200314162429.GA47907@kloomba> In-Reply-To: From: Ed Maste Date: Sat, 14 Mar 2020 17:26:38 -0400 Message-ID: Subject: Re: Build failed compiling ittnotify_static.pico To: Dimitry Andric Cc: Roman Bogorodskiy , waitman@waitman.net, FreeBSD Current Content-Type: text/plain; charset="UTF-8" X-Rspamd-Queue-Id: 48fwcl3nnCz47Jc X-Spamd-Bar: ----- Authentication-Results: mx1.freebsd.org; none X-Spamd-Result: default: False [-6.00 / 15.00]; NEURAL_HAM_MEDIUM(-1.00)[-1.000,0]; NEURAL_HAM_LONG(-1.00)[-1.000,0]; REPLY(-4.00)[] X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.29 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, 14 Mar 2020 21:27:03 -0000 On Sat, 14 Mar 2020 at 13:14, Dimitry Andric wrote: > > These are for the 32-bit stage. The initial fix I committed in r358907 > worked for the main buildword stage, but apparently not for the 32-bit > stage, which stores its object files in a slightly different directory > (e.g. the obj-lib32 subpath). > > Ed Maste tried to fix that up in r358909, but maybe it does not work in > all situations, for example with custom MAKEOBJDIRPREFIX settings? My change in r358909 will definitely not be effective if you already had a failed build between r358907 and r358909.