From owner-freebsd-toolchain@freebsd.org Fri Jul 19 10:59:03 2019 Return-Path: Delivered-To: freebsd-toolchain@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 72B38BEED0 for ; Fri, 19 Jul 2019 10:59:03 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mailman.nyi.freebsd.org (mailman.nyi.freebsd.org [IPv6:2610:1c1:1:606c::50:13]) by mx1.freebsd.org (Postfix) with ESMTP id 5549F8FF01 for ; Fri, 19 Jul 2019 10:59:03 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: by mailman.nyi.freebsd.org (Postfix) id 54E07BEECF; Fri, 19 Jul 2019 10:59:03 +0000 (UTC) Delivered-To: toolchain@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 54AA2BEECE for ; Fri, 19 Jul 2019 10:59:03 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 36BD58FEFF for ; Fri, 19 Jul 2019 10:59:03 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2610:1c1:1:606c::50:1d]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 257991FC3D for ; Fri, 19 Jul 2019 10:59:03 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org ([127.0.1.5]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id x6JAx3Fn062403 for ; Fri, 19 Jul 2019 10:59:03 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id x6JAx3Sb062402 for toolchain@FreeBSD.org; Fri, 19 Jul 2019 10:59:03 GMT (envelope-from bugzilla-noreply@freebsd.org) X-Authentication-Warning: kenobi.freebsd.org: www set sender to bugzilla-noreply@freebsd.org using -f From: bugzilla-noreply@freebsd.org To: toolchain@FreeBSD.org Subject: [Bug 236772] build error on cross compile: '.../c++/v1/experimental/' does not exist Date: Fri, 19 Jul 2019 10:59:01 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Base System X-Bugzilla-Component: arm X-Bugzilla-Version: CURRENT X-Bugzilla-Keywords: needs-qa X-Bugzilla-Severity: Affects Some People X-Bugzilla-Who: dim@FreeBSD.org X-Bugzilla-Status: Open X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: toolchain@FreeBSD.org X-Bugzilla-Flags: mfc-stable12? X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-Rspamd-Queue-Id: 5549F8FF01 X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.98 / 15.00]; local_wl_from(0.00)[freebsd.org]; NEURAL_HAM_MEDIUM(-1.00)[-1.000,0]; NEURAL_HAM_SHORT(-0.98)[-0.975,0]; NEURAL_HAM_LONG(-1.00)[-1.000,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US] X-BeenThere: freebsd-toolchain@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Maintenance of FreeBSD's integrated toolchain List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 19 Jul 2019 10:59:03 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D236772 --- Comment #7 from Dimitry Andric --- (In reply to HIROKI MORI from comment #6) > I update 11.3 host os. But still I need this patch. >=20 > *** Makefile.inc1.orig Mon Jul 8 14:27:19 2019 > --- Makefile.inc1 Fri Jul 19 18:05:11 2019 > *************** > *** 1086,1091 **** > --- 1086,1092 ---- > @echo "--------------------------------------------------------------" > @echo ">>> stage 3: cross tools" > @echo "--------------------------------------------------------------" > + @mkdir -p > /usr/home/hiroki/zobj/usr/home/hiroki/ZRouter/tmp/usr/home/hiroki/freebsd/ > arm.${TARGET_ARCH}/tmp/usr/lib/clang/8.0.1/include/ > @rm -f ${OBJTOP}/toolchain-metadata.mk > ${_+_}cd ${.CURDIR}; ${XMAKE} cross-tools > ${_+_}cd ${.CURDIR}; ${XMAKE} kernel-tools > *************** > *** 1103,1108 **** > --- 1104,1111 ---- > @echo "--------------------------------------------------------------" > # Special handling for SUBDIR_OVERRIDE in buildworld as they most likely > need > # headers from default SUBDIR. Do SUBDIR_OVERRIDE includes last. > + @mkdir -p ${WORLDTMP}/usr/include/c++/v1/experimental > + @mkdir -p ${WORLDTMP}/usr/include/c++/v1/ext > ${_+_}cd ${.CURDIR}; ${WMAKE} SUBDIR_OVERRIDE=3D SHARED=3Dsymlinks \ > MK_INCLUDES=3Dyes includes > .if !empty(SUBDIR_OVERRIDE) && make(buildworld) I can only repeat what I mentioned in comment 2, which is that these directories should be created by mtree, during the earlier stages (e.g. bef= ore "stage 3: cross tools"). If that does not happen for you, can you please check whether your source t= ree is cleanly checked out, without any modifications? If it still fails, can you post a full buildworld log somewhere? --=20 You are receiving this mail because: You are the assignee for the bug.=