Date: Fri, 15 Sep 2023 09:05:22 +0000 From: bugzilla-noreply@freebsd.org To: bugs@FreeBSD.org Subject: [Bug 273661] freebsd-update install: ///usr/include/c++/v1/__string exists but is not a directory Message-ID: <bug-273661-227-cRFuGmkaa0@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-273661-227@https.bugs.freebsd.org/bugzilla/> References: <bug-273661-227@https.bugs.freebsd.org/bugzilla/>
next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D273661 Rene Ladan <rene@FreeBSD.org> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |rene@FreeBSD.org --- Comment #6 from Rene Ladan <rene@FreeBSD.org> --- Upgrading a poudriere jail from src also gets bitten by this, but slightly different: cd /zroot/poudriere/jails/14-amd64/usr/src; time env INSTALL=3D"sh /zroot/poudriere/jails/14-amd64/usr/src/tools/install.sh"=20 TOOLS_PREFIX=3D/usr/obj/zroot/poudriere/jails/14-amd64/usr/src/amd64 .amd64/tmp=20 PATH=3D/usr/obj/zroot/poudriere/jails/14-amd64/usr/src/amd64.amd64/tmp/lega= cy/usr/sbin:/usr/obj/zroot/poudriere/jails/14-amd64/usr/src/amd64.amd64/tmp= /legacy/usr/bin:/usr/obj/zroot /poudriere/jails/14-amd64/usr/src/amd64.amd64/tmp/legacy/bin:/usr/obj/zroot= /poudriere/jails/14-amd64/usr/src/amd64.amd64/tmp/legacy/usr/libexec:/sbin:= /bin:/usr/sbin:/usr/bin WORLDTMP=3D/usr/o bj/zroot/poudriere/jails/14-amd64/usr/src/amd64.amd64/tmp MAKEFLAGS=3D"-m /zroot/poudriere/jails/14-amd64/usr/src/tools/build/mk -j 4 -J 15,16 -m /zroot/poudriere/jails/14-amd64/usr/src/shar e/mk" make -f Makefile.inc1 DESTDIR=3D=20 OBJTOP=3D'/usr/obj/zroot/poudriere/jails/14-amd64/usr/src/amd64.amd64/tmp/o= bj-tools' OBJROOT=3D'${OBJTOP}/' UNIVERSE_TOOLCHAIN_PATH=3D MAKEOBJDIRPREFIX=3D=20 BOOTSTRAPPING=3D1400097 BWPHASE=3Dbootstrap-tools -DNO_CPU_CFLAGS -DNO_= LINT=20 -DNO_PIC -DNO_SHARED MK_ASAN=3Dno MK_CTF=3Dno MK_CLANG_EXTRAS=3Dno=20 MK_CLANG_FORMAT=3Dno MK_CLANG_FULL=3Dno MK_HTML=3Dn o MK_MAN=3Dno MK_PROFILE=3Dno MK_RETPOLINE=3Dno MK_SSP=3Dno MK_TESTS= =3Dno=20 MK_UBSAN=3Dno MK_WERROR=3Dno MK_INCLUDES=3Dyes MK_MAN_UTILS=3Dyes MK_LLVM_TARGET_ALL=3Dno bootstrap-tools Building /usr/obj/zroot/poudriere/jails/14-amd64/usr/src/amd64.amd64/tmp/obj-tools/u= sr.bin/fortune/strfile/strfile.o Building /usr/obj/zroot/poudriere/jails/14-amd64/usr/src/amd64.amd64/tmp/obj-tools/l= ib/clang/libclangminimal/Support/RISCVVIntrinsicUtils.o Building /usr/obj/zroot/poudriere/jails/14-amd64/usr/src/amd64.amd64/tmp/obj-tools/u= sr.bin/dtc/dtc.o Building /usr/obj/zroot/poudriere/jails/14-amd64/usr/src/amd64.amd64/tmp/obj-tools/l= ib/clang/libllvmminimal/Demangle/ItaniumDemangle.o Building /usr/obj/zroot/poudriere/jails/14-amd64/usr/src/amd64.amd64/tmp/obj-tools/u= sr.bin/fortune/strfile/strfile.full Building /usr/obj/zroot/poudriere/jails/14-amd64/usr/src/amd64.amd64/tmp/obj-tools/u= sr.bin/fortune/strfile/strfile.debug Building /usr/obj/zroot/poudriere/jails/14-amd64/usr/src/amd64.amd64/tmp/obj-tools/u= sr.bin/fortune/strfile/strfile Building /usr/obj/zroot/poudriere/jails/14-amd64/usr/src/amd64.amd64/tmp/obj-tools/u= sr.bin/fortune/strfile/_proginstall Building /usr/obj/zroot/poudriere/jails/14-amd64/usr/src/amd64.amd64/tmp/obj-tools/u= sr.bin/dtc/input_buffer.o In file included from /zroot/poudriere/jails/14-amd64/usr/src/contrib/llvm-project/llvm/lib/Deman= gle/ItaniumDemangle.cpp:13: In file included from /zroot/poudriere/jails/14-amd64/usr/src/contrib/llvm-project/llvm/include/l= lvm/Demangle/Demangle.h:13: /usr/include/c++/v1/string:561:10: fatal error: '__string/char_traits.h' fi= le not found #include <__string/char_traits.h> ^~~~~~~~~~~~~~~~~~~~~~~~ In file included from /zroot/poudriere/jails/14-amd64/usr/src/usr.bin/dtc/dtc.cc:44: In file included from /zroot/poudriere/jails/14-amd64/usr/src/usr.bin/dtc/fdt.hh:35: In file included from /usr/include/c++/v1/algorithm:1913: In file included from /usr/include/c++/v1/chrono:746: In file included from /usr/include/c++/v1/__chrono/convert_to_tm.h:19: In file included from /usr/include/c++/v1/__chrono/statically_widen.h:17: In file included from /usr/include/c++/v1/__format/concepts.h:17: In file included from /usr/include/c++/v1/__format/format_parse_context.h:1= 5: /usr/include/c++/v1/string_view:220:10: fatal error: '__string/char_traits.= h' file not found #include <__string/char_traits.h> ^~~~~~~~~~~~~~~~~~~~~~~~ In file included from /zroot/poudriere/jails/14-amd64/usr/src/contrib/llvm-project/clang/lib/Supp= ort/RISCVVIntrinsicUtils.cpp:9: In file included from /zroot/poudriere/jails/14-amd64/usr/src/contrib/llvm-project/clang/include/= clang/Support/RISCVVIntrinsicUtils.h:12: In file included from /zroot/poudriere/jails/14-amd64/usr/src/contrib/llvm-project/llvm/include/l= lvm/ADT/ArrayRef.h:12: In file included from /zroot/poudriere/jails/14-amd64/usr/src/contrib/llvm-project/llvm/include/l= lvm/ADT/Hashing.h:51: In file included from /usr/include/c++/v1/algorithm:1913: In file included from /usr/include/c++/v1/chrono:746: In file included from /usr/include/c++/v1/__chrono/convert_to_tm.h:19: In file included from /usr/include/c++/v1/__chrono/statically_widen.h:17: In file included from /usr/include/c++/v1/__format/concepts.h:17: In file included from /usr/include/c++/v1/__format/format_parse_context.h:1= 5: /usr/include/c++/v1/string_view:220:10: fatal error: '__string/char_traits.= h' file not found #include <__string/char_traits.h> ^~~~~~~~~~~~~~~~~~~~~~~~ 1 error generated. *** [dtc.o] Error code 1 make[3]: stopped in /zroot/poudriere/jails/14-amd64/usr/src/usr.bin/dtc .ERROR_TARGET=3D'dtc.o' .ERROR_META_FILE=3D'/usr/obj/zroot/poudriere/jails/14-amd64/usr/src/amd64.a= md64/tmp/obj-tools/usr.bin/dtc/dtc.o.meta' .MAKE.LEVEL=3D'3' MAKEFILE=3D'' .MAKE.MODE=3D'meta missing-filemon=3Dyes missing-meta=3Dyes silent=3Dyes ve= rbose' _ERROR_CMD=3D'/usr/local/bin/ccache c++ -O2 -pipe -fno-common -g -gz=3Dzlib -Wno-format-zero-length -Wsystem-headers -Wall -Wno-format-y2k -W -Wno-unused-parameter -Wpointer-arith -Wno-uninitia lized -Wdate-time -Wno-empty-body -Wno-string-plus-int -Wno-unused-const-variable -Wno-error=3Dunused-but-set-parameter -Wno-tautological-compare -Wno-unused-value -Wno-parentheses-equality -W no-unused-function -Wno-enum-conversion -Wno-unused-local-typedef -Wno-address-of-packed-member -Qunused-arguments -I/usr/obj/zroot/poudriere/jails/14-amd64/usr/src/amd64.amd64/tmp/legacy/us r/include -fno-rtti -fno-exceptions -std=3Dc++11 -Wno-c++11-extensions = -c /zroot/poudriere/jails/14-amd64/usr/src/usr.bin/dtc/dtc.cc -o dtc.o;' .CURDIR=3D'/zroot/poudriere/jails/14-amd64/usr/src/usr.bin/dtc' .MAKE=3D'make' .OBJDIR=3D'/usr/obj/zroot/poudriere/jails/14-amd64/usr/src/amd64.amd64/tmp/= obj-tools/usr.bin/dtc' .TARGETS=3D'all' CPUTYPE=3D'' DESTDIR=3D'' LD_LIBRARY_PATH=3D'' MACHINE=3D'amd64' MACHINE_ARCH=3D'amd64' MACHINE_CPUARCH=3D'amd64' 0.92 real 0.47 user 0.14 sys make[1]: stopped in /zroot/poudriere/jails/14-amd64/usr/src --=20 You are receiving this mail because: You are the assignee for the bug.=
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-273661-227-cRFuGmkaa0>