[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: Mon, 30 Jan 2023 17:17:17 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=267871 John Baldwin <jhb@FreeBSD.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |FIXED Status|Open |Closed --- Comment #13 from John Baldwin <jhb@FreeBSD.org> --- After more investigating, I think the case that was broken was doing a 'make buildworld' without NO_CLEAN=yes after a different commit I made to make MK_CXX conditional on bsd.compiler.mk. The issue was kind of the inverse of b9cb80883bce6dc992cf05ae2e59089a60d311ec. Same issue, but applied to the !NO_CLEAN case. It has been rendered OBE though by the removal of the MK_CXX option in ac4c695ad61e81d00cff2a03202a4afe94a92513. -- You are receiving this mail because: You are the assignee for the bug.