Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 04 Dec 2022 11:58:47 +0000
From:      bugzilla-noreply@freebsd.org
To:        bugs@FreeBSD.org
Subject:   [Bug 267871] /usr/bin/rs compile fails after udate to c++
Message-ID:  <bug-267871-227-UtmzR1scb6@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-267871-227@https.bugs.freebsd.org/bugzilla/>

index | next in thread | previous in thread | raw e-mail

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.

home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-267871-227-UtmzR1scb6>