> On Nov 25, 2022, at 2:53 AM, Jochen Neumeister <jon...@freebsd.org> wrote:
>
> Hi,
>
>
> this is a problem on 2 CURRENT Maschines.
>
> Both stop with this:
>
> cc -target x86_64-unknown-freebsd14.0
> --sysroot=/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=1
> -DHAVE_LIBLZMA=1 -DHAVE_LZMA_H=1 -DHAVE_ZSTD_H=1 -DHAVE_LIBZSTD=1
> -DHAVE_LIBZSTD_COMPRESSOR=1
> -DPLATFORM_CONFIG_H=\"/usr/src/lib/libarchive/tests/config_freebsd.h\"
> -DWITH_OPENSSL -fPIE -g -gz=zlib -MD
> -MF.depend.libarchive_test.test_read_format_cpio_svr4_gzip_rpm.o
> -MTtest_read_format_cpio_svr4_gzip_rpm.o -std=gnu99
> -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=unused-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_gzip_rpm.c
>
> -o test_read_format_cpio_svr4_gzip_rpm.o
> --- all_subdir_usr.bin ---
> --- rs.o ---
> cc -target x86_64-unknown-freebsd14.0
> --sysroot=/usr/obj/usr/src/amd64.amd64/tmp
> -B/usr/obj/usr/src/amd64.amd64/tmp/usr/bin -O2 -pipe -fno-common
> -fPIE -g -gz=zlib -MD -MF.depend.rs.o -MTrs.o -std=gnu99
> -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=unused-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
>
> I delete /usr/obj/usr/src/amd64.amd64/usr.bin/rs and on both Maschines, all
> is fine.
>
>
> But on both Maschines is Poudriere working, and both maschines stop when i
> will the CURRENT jails updateting
>
> cc: error: no such file or directory:
> '/usr/local/poudriere/jails/14amd64/usr/src/usr.bin/rs/rs.c'
>
> So i see this PR: https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=267871
>
> I make a "make cleandir" in
> /usr/local/poudriere/jails/14amd62/usr/src/usr.bin/rs/rs.c - ans all is fine.
>
> But when i update the CURRENT i386 jails, they stop again:
>
> cc: error: no such file or directory:
> '/usr/local/poudriere/jails/14i386/usr/src/usr.bin/rs/rs.c'
>
> a "make cleandir" is not helping here.
>
> I this a problem with tihs Update?
> https://cgit.freebsd.org/src/commit/?id=afb4998dd4de03c2d635faf7db89f3d3f6c3a6ff
>
>
> Greetings
> Jochen
>
>
>
>
Happened to me as well… i just deleted /usr/obj/* and “make buildworld” worked
just fine.