Date: Fri, 25 Nov 2022 11:11:44 +0800 From: Jett Tayer <jett@mcgi.org> To: Jochen Neumeister <joneum@freebsd.org> Cc: FreeBSD Current <freebsd-current@freebsd.org> Subject: Re: Problems with /usr/src/usr.bin/rs/rs.c Message-ID: <9A749EBC-5AAE-4E51-83FD-461296266EF6@mcgi.org> In-Reply-To: <d15c949a-5b7d-58e8-626f-32e98e445b35@FreeBSD.org> References: <d15c949a-5b7d-58e8-626f-32e98e445b35@FreeBSD.org>
next in thread | previous in thread | raw e-mail | index | archive | help
> On Nov 25, 2022, at 2:53 AM, Jochen Neumeister <joneum@freebsd.org> wrote:= >=20 > =EF=BB=BFHi, >=20 >=20 > this is a problem on 2 CURRENT Maschines. >=20 > Both stop with this: >=20 > cc -target x86_64-unknown-freebsd14.0 > --sysroot=3D/usr/obj/usr/src/amd64.amd64/tmp > -B/usr/obj/usr/src/amd64.amd64/tmp/usr/bin -O2 -pipe -fno-common > -I/usr/src/lib/libarchive/tests -I/usr/src/lib/libarchive > -I/usr/obj/usr/src/amd64.amd64/lib/libarchive/tests > -I/usr/src/contrib/libarchive/libarchive > -I/usr/src/contrib/libarchive/libarchive/test > -I/usr/src/contrib/libarchive/test_utils -DHAVE_BZLIB_H=3D1 > -DHAVE_LIBLZMA=3D1 -DHAVE_LZMA_H=3D1 -DHAVE_ZSTD_H=3D1 -DHAVE_LIBZSTD=3D1= > -DHAVE_LIBZSTD_COMPRESSOR=3D1 > -DPLATFORM_CONFIG_H=3D\"/usr/src/lib/libarchive/tests/config_freebsd.h\" > -DWITH_OPENSSL -fPIE -g -gz=3Dzlib -MD > -MF.depend.libarchive_test.test_read_format_cpio_svr4_gzip_rpm.o > -MTtest_read_format_cpio_svr4_gzip_rpm.o -std=3Dgnu99 > -Wno-format-zero-length -fstack-protector-strong -Wsystem-headers > -Werror -Wall -Wno-format-y2k -W -Wno-unused-parameter > -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith > -Wno-uninitialized -Wno-pointer-sign -Wno-empty-body > -Wno-string-plus-int -Wno-unused-const-variable > -Wno-error=3Dunused-but-set-variable -Wno-tautological-compare > -Wno-unused-value -Wno-parentheses-equality -Wno-unused-function > -Wno-enum-conversion -Wno-unused-local-typedef > -Wno-address-of-packed-member -Qunused-arguments -c > /usr/src/contrib/libarchive/libarchive/test/test_read_format_cpio_svr4_gzi= p_rpm.c=20 > -o test_read_format_cpio_svr4_gzip_rpm.o > --- all_subdir_usr.bin --- > --- rs.o --- > cc -target x86_64-unknown-freebsd14.0 > --sysroot=3D/usr/obj/usr/src/amd64.amd64/tmp > -B/usr/obj/usr/src/amd64.amd64/tmp/usr/bin -O2 -pipe -fno-common > -fPIE -g -gz=3Dzlib -MD -MF.depend.rs.o -MTrs.o -std=3Dgnu99 > -Wno-format-zero-length -fstack-protector-strong -Wsystem-headers > -Werror -Wall -Wno-format-y2k -W -Wno-unused-parameter > -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wreturn-type > -Wcast-qual -Wwrite-strings -Wswitch -Wshadow -Wunused-parameter > -Wcast-align -Wchar-subscripts -Wnested-externs -Wold-style-definition > -Wno-pointer-sign -Wmissing-variable-declarations -Wthread-safety > -Wno-empty-body -Wno-string-plus-int -Wno-unused-const-variable > -Wno-error=3Dunused-but-set-variable -Qunused-arguments -c > /usr/src/usr.bin/rs/rs.c -o rs.o > cc: error: no such file or directory: '/usr/src/usr.bin/rs/rs.c' > cc: error: no input files >=20 > I delete /usr/obj/usr/src/amd64.amd64/usr.bin/rs and on both Maschines, al= l is fine. >=20 >=20 > But on both Maschines is Poudriere working, and both maschines stop when i= will the CURRENT jails updateting >=20 > cc: error: no such file or directory: '/usr/local/poudriere/jails/14amd64/= usr/src/usr.bin/rs/rs.c' >=20 > So i see this PR: https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D2678= 71 >=20 > I make a "make cleandir" in /usr/local/poudriere/jails/14amd62/usr/src/usr= .bin/rs/rs.c - ans all is fine. >=20 > But when i update the CURRENT i386 jails, they stop again: >=20 > cc: error: no such file or directory: '/usr/local/poudriere/jails/14i386/u= sr/src/usr.bin/rs/rs.c' >=20 > a "make cleandir" is not helping here. >=20 > I this a problem with tihs Update? https://cgit.freebsd.org/src/commit/?id= =3Dafb4998dd4de03c2d635faf7db89f3d3f6c3a6ff >=20 >=20 > Greetings > Jochen >=20 >=20 >=20 >=20 Happened to me as well=E2=80=A6 i just deleted /usr/obj/* and =E2=80=9Cmake b= uildworld=E2=80=9D worked just fine.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?9A749EBC-5AAE-4E51-83FD-461296266EF6>