[Bug 267871] /usr/bin/rs compile fails after udate to c++

From: <bugzilla-noreply_at_freebsd.org>
Date: Sun, 20 Nov 2022 16:01:02 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=267871

--- Comment #3 from Herbert J. Skuhra <herbert@gojira.at> ---
Do you build with NO_CLEAN/WITHOUT_CLEAN?

Does it work if you run:

cd /usr/src/usr.bin/rs
make cleandir

or wipe /usr/obj?

Here it works:

--- rs.o ---
c++  -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
-mretpoline -MD -MF.depend.rs.o -MTrs.o -Wno-format-zero-length
-fstack-protector-strong -Wsystem-headers -Werror -Wall -Wno-format-y2k -W
-Wno-unused-parameter -Wpointer-arith -Wreturn-type -Wcast-qual -Wwrite-strings
-Wswitch -Wshadow -Wunused-parameter -Wcast-align -Wchar-subscripts
-Wmissing-variable-declarations -Wthread-safety -Wno-empty-body
-Wno-string-plus-int -Wno-unused-const-variable
-Wno-error=unused-but-set-variable -Qunused-arguments  -fPIE -mretpoline   
-Wno-c++11-extensions   -c /usr/src/usr.bin/rs/rs.cc -o rs.o

-- 
You are receiving this mail because:
You are the assignee for the bug.