[Bug 267871] /usr/bin/rs compile fails after udate to c++
- In reply to: bugzilla-noreply_a_freebsd.org: "[Bug 267871] /usr/bin/rs compile fails after udate to c++"
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 04 Dec 2022 11:58:47 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=267871 devel@stasyan.com changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |devel@stasyan.com --- Comment #5 from devel@stasyan.com --- I saw the same bug yesterday. 1) Get the fresh tree to the new dir /usr/src: git clone --branch main https://git.FreeBSD.org/src.git /usr/src 2) make buildworld 3) stop at No such file or directory: '/usr/src/usr.bin/rs/rs.c 4) /usr/src/usr.bin/rs # make clean ===> tests (clean) rm -f rs_test rs_test.tmp Kyuafile Kyuafile.tmp rm -rf checkdir rm -f rs.o rs.bc rs.ll rs.full.bc rs.full.ll rs rs.bc rs.ll rs.full rs.debug rs.o rs.bc rs.ll rs.1.gz rs.1.cat.gz 5) make -DNO_CLEAN buildworld and world built successfully. So it's no relation with old builds, because it was first build in fresh /usr/src. -- You are receiving this mail because: You are the assignee for the bug.