From owner-freebsd-hackers@freebsd.org Fri Nov 3 03:08:31 2017 Return-Path: Delivered-To: freebsd-hackers@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 98E93E69EE0; Fri, 3 Nov 2017 03:08:31 +0000 (UTC) (envelope-from bdrewery@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [96.47.72.132]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "freefall.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 6297D7492D; Fri, 3 Nov 2017 03:08:31 +0000 (UTC) (envelope-from bdrewery@FreeBSD.org) Received: from mail.xzibition.com (unknown [127.0.1.132]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by freefall.freebsd.org (Postfix) with ESMTPS id 7DDCE16ABC; Fri, 3 Nov 2017 03:08:30 +0000 (UTC) (envelope-from bdrewery@FreeBSD.org) Received: from mail.xzibition.com (localhost [172.31.3.2]) by mail.xzibition.com (Postfix) with ESMTP id BB2828F81; Fri, 3 Nov 2017 03:08:29 +0000 (UTC) X-Virus-Scanned: amavisd-new at mail.xzibition.com Received: from mail.xzibition.com ([172.31.3.2]) by mail.xzibition.com (mail.xzibition.com [172.31.3.2]) (amavisd-new, port 10026) with LMTP id 4BBJlM-hkzje; Fri, 3 Nov 2017 03:08:25 +0000 (UTC) Subject: Re: Example of Bryan Drewery's "Something is very wrong" (from his disabling head/Makefile)?: obj-cross-tools path referenced but file is under obj-bootstrap-tools DKIM-Filter: OpenDKIM Filter v2.9.2 mail.xzibition.com 219958F7C To: Mark Millard Cc: FreeBSD Toolchain , freebsd-hackers , FreeBSD Current References: <40F1D1F0-A67D-4BF9-9936-EF07A9E01912@dsl-only.net> From: Bryan Drewery Openpgp: id=F9173CB2C3AAEA7A5C8A1F0935D771BB6E4697CF; url=http://www.shatow.net/bryan/bryan2.asc Organization: FreeBSD Message-ID: <83ae760f-7bd5-811c-f32e-9d8f03074b49@FreeBSD.org> Date: Thu, 2 Nov 2017 20:08:25 -0700 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko/20100101 Thunderbird/52.4.0 MIME-Version: 1.0 In-Reply-To: Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="XgGBCRktoxhtFs1lO0cMHd5qC9mSqv3pt" X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 03 Nov 2017 03:08:31 -0000 This is an OpenPGP/MIME signed message (RFC 4880 and 3156) --XgGBCRktoxhtFs1lO0cMHd5qC9mSqv3pt Content-Type: multipart/mixed; boundary="Bjs6jpHlaHUJ5CoBB99C3xrRC8e21udKd"; protected-headers="v1" From: Bryan Drewery To: Mark Millard Cc: FreeBSD Toolchain , freebsd-hackers , FreeBSD Current Message-ID: <83ae760f-7bd5-811c-f32e-9d8f03074b49@FreeBSD.org> Subject: Re: Example of Bryan Drewery's "Something is very wrong" (from his disabling head/Makefile)?: obj-cross-tools path referenced but file is under obj-bootstrap-tools References: <40F1D1F0-A67D-4BF9-9936-EF07A9E01912@dsl-only.net> In-Reply-To: --Bjs6jpHlaHUJ5CoBB99C3xrRC8e21udKd Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: quoted-printable On 11/2/2017 7:47 PM, Mark Millard wrote: > [Top post as it does not flow with the prior material.] >=20 > Back-to-back repeats of the same buildworld buildkernel > command are rebuilding lots of obj-lib32 *.o files and > the like each time under WITH_META_MODE=3Dyes for -r325351. >=20 I think it is expected since I had to change the objdirs for build/cross tools again to fix your report. I am very confused how I never hit the issue you and Matt ran into. I had this commit sitting in my test branch for days. It may just be due to SYSTEM_COMPILER getting triggered. There's so many combinations of options in the early build that it's impossible to test all of them. Anyway if it continues to happen please also pass -dM to your make as it will tell us why it is rebuilding. > Script started on Thu Nov 2 18:34:57 2017 > Command: env __MAKE_CONF=3D/root/src.configs/make.conf SRCCONF=3D/dev/n= ull SRC_ENV_CONF=3D/root/src.configs/src.conf.amd64-clang.amd64-host WITH= _META_MODE=3Dyes MAKEOBJDIRPREFIX=3D/usr/obj/amd64_clang/amd64.amd64 make= -j4 buildworld buildkernel >=20 > vs. >=20 > Script started on Thu Nov 2 18:34:57 2017 > Command: env __MAKE_CONF=3D/root/src.configs/make.conf SRCCONF=3D/dev/n= ull SRC_ENV_CONF=3D/root/src.configs/src.conf.amd64-clang.amd64-host WITH= _META_MODE=3Dyes MAKEOBJDIRPREFIX=3D/usr/obj/amd64_clang/amd64.amd64 make= -j4 buildworld buildkernel >=20 >=20 > # svnlite status -u -r325351 /usr/src | sort > * 320623 /usr/src/contrib/jemalloc/include/jemalloc/interna= l/tsd.h > ? /usr/src/sys/amd64/conf/GENERIC-DBG > ? /usr/src/sys/amd64/conf/GENERIC-NODBG > ? /usr/src/sys/arm/conf/GENERIC-DBG > ? /usr/src/sys/arm/conf/GENERIC-NODBG > ? /usr/src/sys/arm64/conf/GENERIC-DBG > ? /usr/src/sys/arm64/conf/GENERIC-NODBG > ? /usr/src/sys/powerpc/conf/GENERIC64vtsc-DBG > ? /usr/src/sys/powerpc/conf/GENERIC64vtsc-NODBG > ? /usr/src/sys/powerpc/conf/GENERICvtsc-DBG > ? /usr/src/sys/powerpc/conf/GENERICvtsc-NODBG > M 325351 /usr/src/contrib/llvm/lib/Target/PowerPC/PPCFrameL= owering.cpp > M 325351 /usr/src/contrib/llvm/tools/lld/ELF/Arch/PPC64.cpp= > M 325351 /usr/src/crypto/openssl/crypto/armcap.c > M 325351 /usr/src/lib/libkvm/kvm_powerpc.c > M 325351 /usr/src/lib/libkvm/kvm_private.c > M 325351 /usr/src/sys/arm/allwinner/aw_usbphy.c > M 325351 /usr/src/sys/arm64/arm64/identcpu.c > M 325351 /usr/src/sys/boot/fdt/dts/arm/a83t.dtsi > M 325351 /usr/src/sys/boot/ofw/Makefile.inc > M 325351 /usr/src/sys/boot/powerpc/Makefile.inc > M 325351 /usr/src/sys/boot/powerpc/boot1.chrp/Makefile > M 325351 /usr/src/sys/boot/powerpc/kboot/Makefile > M 325351 /usr/src/sys/boot/uboot/Makefile.inc > M 325351 /usr/src/sys/conf/kmod.mk > M 325351 /usr/src/sys/conf/ldscript.powerpc > M 325351 /usr/src/sys/kern/subr_pcpu.c > M 325351 /usr/src/sys/powerpc/aim/mmu_oea64.c > M 325351 /usr/src/sys/powerpc/ofw/ofw_machdep.c > M 325351 /usr/src/sys/powerpc/powerpc/interrupt.c > M 325351 /usr/src/sys/powerpc/powerpc/mp_machdep.c > M 325351 /usr/src/sys/powerpc/powerpc/trap.c >=20 >=20 > -------------------------------------------------------------- >>>> stage 5.1: building lib32 shim libraries > -------------------------------------------------------------- > . . . > --- obj --- > --- lib/libgcc_eh__PL --- > Building /usr/obj/amd64_clang/amd64.amd64/usr/src/amd64.amd64/obj-lib32= /amd64.amd64/lib/libgcc_eh/libunwind.o > --- gnu/lib/libssp/libssp_nonshared__PL --- > Building /usr/obj/amd64_clang/amd64.amd64/usr/src/amd64.amd64/obj-lib32= /amd64.amd64/gnu/lib/libssp/libssp_nonshared/_libinstall > --- lib/libcompiler_rt__PL --- > Building /usr/obj/amd64_clang/amd64.amd64/usr/src/amd64.amd64/obj-lib32= /amd64.amd64/lib/libcompiler_rt/_libinstall > Building /usr/obj/amd64_clang/amd64.amd64/usr/src/amd64.amd64/obj-lib32= /amd64.amd64/lib/libcompiler_rt/_installlinks > --- _installlinks --- > /usr/lib32/libgcc.a -> libcompiler_rt.a > --- lib/libgcc_eh__PL --- > Building /usr/obj/amd64_clang/amd64.amd64/usr/src/amd64.amd64/obj-lib32= /amd64.amd64/lib/libgcc_eh/libgcc_eh.a > --- libgcc_eh.a --- > building static gcc_eh library > Building /usr/obj/amd64_clang/amd64.amd64/usr/src/amd64.amd64/obj-lib32= /amd64.amd64/lib/libgcc_eh/_libinstall > --- gnu/lib/csu__L --- > --- lib/csu__L --- > --- lib/libcompiler_rt__L --- > --- lib/libc__L --- > --- gnu/lib/csu__L --- > =3D=3D=3D> gnu/lib/csu (obj,all,install) > --- lib/csu__L --- > =3D=3D=3D> lib/csu (obj,all,install) > --- lib/libcompiler_rt__L --- > =3D=3D=3D> lib/libcompiler_rt (obj,all,install) > --- lib/libc__L --- > =3D=3D=3D> lib/libc (obj,all,install) > --- lib/csu__L --- > --- obj_subdir_lib/csu/i386 --- > =3D=3D=3D> lib/csu/i386 (obj) > --- gnu/lib/csu__L --- > --- obj --- > --- lib/csu__L --- > --- obj --- > --- all_subdir_lib/csu/i386 --- > =3D=3D=3D> lib/csu/i386 (all) > --- lib/libcompiler_rt__L --- > --- obj --- > --- gnu/lib/csu__L --- > Building /usr/obj/amd64_clang/amd64.amd64/usr/src/amd64.amd64/obj-lib32= /amd64.amd64/gnu/lib/csu/crtbegin.o > --- lib/csu__L --- > --- realinstall_subdir_lib/csu/i386 --- > =3D=3D=3D> lib/csu/i386 (install) > Building /usr/obj/amd64_clang/amd64.amd64/usr/src/amd64.amd64/obj-lib32= /amd64.amd64/lib/csu/i386/_FILESINS > --- gnu/lib/csu__L --- > Building /usr/obj/amd64_clang/amd64.amd64/usr/src/amd64.amd64/obj-lib32= /amd64.amd64/gnu/lib/csu/crtend.o > --- lib/libc_nonshared__L --- > =3D=3D=3D> lib/libc_nonshared (obj,all,install) > --- obj --- > Building /usr/obj/amd64_clang/amd64.amd64/usr/src/amd64.amd64/obj-lib32= /amd64.amd64/lib/libc_nonshared/__iconv.o > --- gnu/lib/csu__L --- > Building /usr/obj/amd64_clang/amd64.amd64/usr/src/amd64.amd64/obj-lib32= /amd64.amd64/gnu/lib/csu/crtbeginT.o > --- lib/libc_nonshared__L --- > Building /usr/obj/amd64_clang/amd64.amd64/usr/src/amd64.amd64/obj-lib32= /amd64.amd64/lib/libc_nonshared/__iconv_free_list.o > --- lib/libcompiler_rt__L --- > Building /usr/obj/amd64_clang/amd64.amd64/usr/src/amd64.amd64/obj-lib32= /amd64.amd64/lib/libcompiler_rt/_libinstall > Building /usr/obj/amd64_clang/amd64.amd64/usr/src/amd64.amd64/obj-lib32= /amd64.amd64/lib/libcompiler_rt/_installlinks > --- lib/libc_nonshared__L --- > Building /usr/obj/amd64_clang/amd64.amd64/usr/src/amd64.amd64/obj-lib32= /amd64.amd64/lib/libc_nonshared/__iconv_get_list.o > --- lib/libcompiler_rt__L --- > --- _installlinks --- > /usr/lib32/libgcc.a -> libcompiler_rt.a > --- gnu/lib/csu__L --- > Building /usr/obj/amd64_clang/amd64.amd64/usr/src/amd64.amd64/obj-lib32= /amd64.amd64/gnu/lib/csu/crtbeginS.o > --- lib/libcompiler_rt__L --- > /usr/lib32/libgcc_p.a -> libcompiler_rt_p.a > --- gnu/lib/csu__L --- > Building /usr/obj/amd64_clang/amd64.amd64/usr/src/amd64.amd64/obj-lib32= /amd64.amd64/gnu/lib/csu/crtendS.o > --- lib/libc_nonshared__L --- > Building /usr/obj/amd64_clang/amd64.amd64/usr/src/amd64.amd64/obj-lib32= /amd64.amd64/lib/libc_nonshared/iconv.o > Building /usr/obj/amd64_clang/amd64.amd64/usr/src/amd64.amd64/obj-lib32= /amd64.amd64/lib/libc_nonshared/iconv_canonicalize.o > --- lib/libgcc_eh__L --- > =3D=3D=3D> lib/libgcc_eh (obj,all,install) > --- lib/libc__L --- > --- obj --- > --- lib/libgcc_eh__L --- > --- obj --- > --- lib/libc_nonshared__L --- > Building /usr/obj/amd64_clang/amd64.amd64/usr/src/amd64.amd64/obj-lib32= /amd64.amd64/lib/libc_nonshared/iconv_close.o > --- gnu/lib/csu__L --- > Building /usr/obj/amd64_clang/amd64.amd64/usr/src/amd64.amd64/obj-lib32= /amd64.amd64/gnu/lib/csu/crtend.o > --- lib/libgcc_eh__L --- > Building /usr/obj/amd64_clang/amd64.amd64/usr/src/amd64.amd64/obj-lib32= /amd64.amd64/lib/libgcc_eh/libunwind.o > --- lib/libc_nonshared__L --- > Building /usr/obj/amd64_clang/amd64.amd64/usr/src/amd64.amd64/obj-lib32= /amd64.amd64/lib/libc_nonshared/iconv_open.o > Building /usr/obj/amd64_clang/amd64.amd64/usr/src/amd64.amd64/obj-lib32= /amd64.amd64/lib/libc_nonshared/iconv_open_into.o > --- gnu/lib/csu__L --- > Building /usr/obj/amd64_clang/amd64.amd64/usr/src/amd64.amd64/obj-lib32= /amd64.amd64/gnu/lib/csu/crtbeginT.o > --- lib/libc_nonshared__L --- > Building /usr/obj/amd64_clang/amd64.amd64/usr/src/amd64.amd64/obj-lib32= /amd64.amd64/lib/libc_nonshared/iconv_set_relocation_prefix.o > Building /usr/obj/amd64_clang/amd64.amd64/usr/src/amd64.amd64/obj-lib32= /amd64.amd64/lib/libc_nonshared/iconvctl.o > --- gnu/lib/csu__L --- > Building /usr/obj/amd64_clang/amd64.amd64/usr/src/amd64.amd64/obj-lib32= /amd64.amd64/gnu/lib/csu/crtbeginS.o > --- lib/libc_nonshared__L --- > Building /usr/obj/amd64_clang/amd64.amd64/usr/src/amd64.amd64/obj-lib32= /amd64.amd64/lib/libc_nonshared/iconvlist.o > Building /usr/obj/amd64_clang/amd64.amd64/usr/src/amd64.amd64/obj-lib32= /amd64.amd64/lib/libc_nonshared/libc_nonshared.a > --- libc_nonshared.a --- > building static c_nonshared library > --- gnu/lib/csu__L --- > Building /usr/obj/amd64_clang/amd64.amd64/usr/src/amd64.amd64/obj-lib32= /amd64.amd64/gnu/lib/csu/crtendS.o > --- lib/libc_nonshared__L --- > Building /usr/obj/amd64_clang/amd64.amd64/usr/src/amd64.amd64/obj-lib32= /amd64.amd64/lib/libc_nonshared/_libinstall > --- lib/libgcc_eh__L --- > Building /usr/obj/amd64_clang/amd64.amd64/usr/src/amd64.amd64/obj-lib32= /amd64.amd64/lib/libgcc_eh/libunwind.po > --- gnu/lib/csu__L --- > Building /usr/obj/amd64_clang/amd64.amd64/usr/src/amd64.amd64/obj-lib32= /amd64.amd64/gnu/lib/csu/crtbegin.o > Building /usr/obj/amd64_clang/amd64.amd64/usr/src/amd64.amd64/obj-lib32= /amd64.amd64/gnu/lib/csu/_FILESINS > --- lib/libgcc_eh__L --- > Building /usr/obj/amd64_clang/amd64.amd64/usr/src/amd64.amd64/obj-lib32= /amd64.amd64/lib/libgcc_eh/libgcc_eh.a > --- libgcc_eh.a --- > building static gcc_eh library > --- lib/libc__L --- > Building /usr/obj/amd64_clang/amd64.amd64/usr/src/amd64.amd64/obj-lib32= /amd64.amd64/lib/libc/machdep_ldisx.o > Building /usr/obj/amd64_clang/amd64.amd64/usr/src/amd64.amd64/obj-lib32= /amd64.amd64/lib/libc/bt_close.o > Building /usr/obj/amd64_clang/amd64.amd64/usr/src/amd64.amd64/obj-lib32= /amd64.amd64/lib/libc/bt_delete.o > Building /usr/obj/amd64_clang/amd64.amd64/usr/src/amd64.amd64/obj-lib32= /amd64.amd64/lib/libc/bt_get.o > Building /usr/obj/amd64_clang/amd64.amd64/usr/src/amd64.amd64/obj-lib32= /amd64.amd64/lib/libc/bt_open.o > Building /usr/obj/amd64_clang/amd64.amd64/usr/src/amd64.amd64/obj-lib32= /amd64.amd64/lib/libc/bt_put.o > --- lib/libgcc_eh__L --- > Building /usr/obj/amd64_clang/amd64.amd64/usr/src/amd64.amd64/obj-lib32= /amd64.amd64/lib/libgcc_eh/libgcc_eh_p.a > --- libgcc_eh_p.a --- > building profiled gcc_eh library > --- lib/libc__L --- > Building /usr/obj/amd64_clang/amd64.amd64/usr/src/amd64.amd64/obj-lib32= /amd64.amd64/lib/libc/bt_seq.o > Building /usr/obj/amd64_clang/amd64.amd64/usr/src/amd64.amd64/obj-lib32= /amd64.amd64/lib/libc/db.o > --- lib/libgcc_eh__L --- > Building /usr/obj/amd64_clang/amd64.amd64/usr/src/amd64.amd64/obj-lib32= /amd64.amd64/lib/libgcc_eh/_libinstall > --- lib/libc__L --- > Building /usr/obj/amd64_clang/amd64.amd64/usr/src/amd64.amd64/obj-lib32= /amd64.amd64/lib/libc/hash.o > Building /usr/obj/amd64_clang/amd64.amd64/usr/src/amd64.amd64/obj-lib32= /amd64.amd64/lib/libc/hash_bigkey.o > Building /usr/obj/amd64_clang/amd64.amd64/usr/src/amd64.amd64/obj-lib32= /amd64.amd64/lib/libc/hash_page.o > Building /usr/obj/amd64_clang/amd64.amd64/usr/src/amd64.amd64/obj-lib32= /amd64.amd64/lib/libc/ndbm.o > Building /usr/obj/amd64_clang/amd64.amd64/usr/src/amd64.amd64/obj-lib32= /amd64.amd64/lib/libc/mpool.o > Building /usr/obj/amd64_clang/amd64.amd64/usr/src/amd64.amd64/obj-lib32= /amd64.amd64/lib/libc/rec_close.o > Building /usr/obj/amd64_clang/amd64.amd64/usr/src/amd64.amd64/obj-lib32= /amd64.amd64/lib/libc/rec_delete.o > Building /usr/obj/amd64_clang/amd64.amd64/usr/src/amd64.amd64/obj-lib32= /amd64.amd64/lib/libc/rec_get.o > Building /usr/obj/amd64_clang/amd64.amd64/usr/src/amd64.amd64/obj-lib32= /amd64.amd64/lib/libc/rec_open.o > Building /usr/obj/amd64_clang/amd64.amd64/usr/src/amd64.amd64/obj-lib32= /amd64.amd64/lib/libc/rec_put.o > Building /usr/obj/amd64_clang/amd64.amd64/usr/src/amd64.amd64/obj-lib32= /amd64.amd64/lib/libc/rec_search.o > Building /usr/obj/amd64_clang/amd64.amd64/usr/src/amd64.amd64/obj-lib32= /amd64.amd64/lib/libc/rec_seq.o > Building /usr/obj/amd64_clang/amd64.amd64/usr/src/amd64.amd64/obj-lib32= /amd64.amd64/lib/libc/getwd.o > Building /usr/obj/amd64_clang/amd64.amd64/usr/src/amd64.amd64/obj-lib32= /amd64.amd64/lib/libc/killpg.o > Building /usr/obj/amd64_clang/amd64.amd64/usr/src/amd64.amd64/obj-lib32= /amd64.amd64/lib/libc/sigcompat.o > . . . > --- lib__L --- > Building /usr/obj/amd64_clang/amd64.amd64/usr/src/amd64.amd64/obj-lib32= /amd64.amd64/lib/librt/librt.so.1.debug > Building /usr/obj/amd64_clang/amd64.amd64/usr/src/amd64.amd64/obj-lib32= /amd64.amd64/lib/librt/librt.so.1 > --- all_subdir_lib/libpcap --- > Building /usr/obj/amd64_clang/amd64.amd64/usr/src/amd64.amd64/obj-lib32= /amd64.amd64/lib/libpcap/etherent.po > --- secure/lib__L --- > Building /usr/obj/amd64_clang/amd64.amd64/usr/src/amd64.amd64/obj-lib32= /amd64.amd64/secure/lib/libssl/ssl_sess.pico > --- lib__L --- > --- all_subdir_lib/librtld_db --- > =3D=3D=3D> lib/librtld_db (all) > Building /usr/obj/amd64_clang/amd64.amd64/usr/src/amd64.amd64/obj-lib32= /amd64.amd64/lib/librtld_db/rtld_db.o > --- kerberos5/lib__L --- > Building /usr/obj/amd64_clang/amd64.amd64/usr/src/amd64.amd64/obj-lib32= /amd64.amd64/kerberos5/lib/libgssapi_ntlm/external.o > --- lib__L --- > Building /usr/obj/amd64_clang/amd64.amd64/usr/src/amd64.amd64/obj-lib32= /amd64.amd64/lib/librtld_db/rtld_db.po > --- kerberos5/lib__L --- > Building /usr/obj/amd64_clang/amd64.amd64/usr/src/amd64.amd64/obj-lib32= /amd64.amd64/kerberos5/lib/libgssapi_ntlm/import_name.o > --- secure/lib__L --- > Building /usr/obj/amd64_clang/amd64.amd64/usr/src/amd64.amd64/obj-lib32= /amd64.amd64/secure/lib/libssl/ssl_stat.pico > --- lib__L --- > Building /usr/obj/amd64_clang/amd64.amd64/usr/src/amd64.amd64/obj-lib32= /amd64.amd64/lib/librtld_db/rtld_db.pico > . . . >=20 > And so on. >=20 > =3D=3D=3D > Mark Millard > markmi at dsl-only.net >=20 > On 2017-Nov-2, at 5:30 PM, Bryan Drewery wrote: >=20 > On 11/2/17 3:44 PM, Mark Millard wrote: >>> Author: bdrewery >>> Date: Thu Nov 2 22:23:00 2017 >>> New Revision: 325347 >>> URL:=20 >>> https://svnweb.freebsd.org/changeset/base/325347 >>> >>> >>> Log: >>> Something is very wrong >>> >>> Modified: >>> head/Makefile >>> >>> Modified: head/Makefile >>> =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D >>> --- head/Makefile Thu Nov 2 21:58:18 2017 (r325346) >>> +++ head/Makefile Thu Nov 2 22:23:00 2017 (r325347) >>> @@ -1,3 +1,4 @@ >>> +.error Bad revision, please wait for a fix in head >>> # >>> # $FreeBSD$ >>> # >> >> I just happened to have started a cross build before >> this showed up based on -r325332 . It got: >> >> --- clang-tblgen.full --- >> c++: error: no such file or directory: '/usr/obj/bpim3_clang/arm.armv7= /usr/src/arm.armv7/tmp/obj-cross-tools/lib/clang/libllvmminimal/libllvmmi= nimal.a' >> *** [clang-tblgen.full] Error code 1 >=20 > Someone else reported this one as well but I have not been able to > reproduce it yet. >=20 > I've tweaked the commit causing it though, r325329. Fixed in r325350. >=20 >> >> But find shows: >> >> # find /usr/obj/bpim3_clang/arm.armv7/usr/src/arm.armv7 -name "libllvm= minimal*" -print | more >> /usr/obj/bpim3_clang/arm.armv7/usr/src/arm.armv7/tmp/obj-bootstrap-too= ls/lib/clang/libllvmminimal >> /usr/obj/bpim3_clang/arm.armv7/usr/src/arm.armv7/tmp/obj-bootstrap-too= ls/lib/clang/libllvmminimal/libllvmminimal.a >> /usr/obj/bpim3_clang/arm.armv7/usr/src/arm.armv7/tmp/obj-bootstrap-too= ls/lib/clang/libllvmminimal/libllvmminimal.a.meta >> >> Comparing side-by-side shows obj-cross-tools vs. >> obj-bootstrap-tools : >> >> /usr/obj/bpim3_clang/arm.armv7/usr/src/arm.armv7/tmp/obj-cross-tools/l= ib/clang/libllvmminimal/libllvmminimal.a >> /usr/obj/bpim3_clang/arm.armv7/usr/src/arm.armv7/tmp/obj-bootstrap-too= ls/lib/clang/libllvmminimal/libllvmminimal.a >> >> >> =3D=3D=3D >> Mark Millard >> markmi at dsl-only.net >> >=20 >=20 --=20 Regards, Bryan Drewery --Bjs6jpHlaHUJ5CoBB99C3xrRC8e21udKd-- --XgGBCRktoxhtFs1lO0cMHd5qC9mSqv3pt Content-Type: application/pgp-signature; name="signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG v2 iQEcBAEBAgAGBQJZ+92pAAoJEDXXcbtuRpfPJWoH/AxHxj4nGc5RxlFzYh9Q9e4C rhAq2ljzlrfHIs9m6KJFQL6iCRn3TIQJI50iIGKNhnH15RNEPUZ+xVv+ObVc0SPl rD1rWT2fmN0hFAv6gf4Dcq30ljZ2hwW5UgLdcONzTNbX0QGKQjSek5Espq+uaQVS 2+pWWyJoeoMUYQvdR+/cXCqood8+R3QrVsxbXR9FqS5+yN3lazDLc0i+LAbEnR8R mCBZ3dTcMAIWQWO5Ub7aR3QHxvmX917HzO17lcXn+6IVb18jRhzfmELNcosvyxjZ GLX0EQe4vPZDANXVCudeMBvwMdId6NiLFzexJUAQC7+m89ZBVwDtk/yrwzYAZl4= =INgD -----END PGP SIGNATURE----- --XgGBCRktoxhtFs1lO0cMHd5qC9mSqv3pt--