Hello, I am using WITHOUT_CUSE=yes in some VM installations. As virtual OSS, e.g. virtual_oss/virtual_oss/int.h, tries to include cuse.h the compilation fails because of WITHOUT_CUSE=yes there is no cuse.h installed. As there is no WITHOUT_OSS switch it is impossible to update the mentioned VMs at the moment. Ralf
Submitted patch for review [1]. I will try to commit this today. Thanks for reporting. [1] https://reviews.freebsd.org/D52807
A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/src/commit/?id=f040ee6e407832fc9f08d85cd792d1cfb8104976 commit f040ee6e407832fc9f08d85cd792d1cfb8104976 Author: Christos Margiolis <christos@FreeBSD.org> AuthorDate: 2025-09-30 17:01:37 +0000 Commit: Christos Margiolis <christos@FreeBSD.org> CommitDate: 2025-09-30 17:01:37 +0000 virtual_oss: Do not build if WITHOUT_CUSE is set PR: 289920 Fixes: 9cab9fde5eda ("virtual_oss: Port to base") Sponsored by: The FreeBSD Foundation MFC after: 1 day Reviewed by: emaste Differential Revision: https://reviews.freebsd.org/D52807 lib/Makefile | 4 ++-- libexec/rc/rc.d/Makefile | 7 ++++++- usr.sbin/Makefile | 2 +- 3 files changed, 9 insertions(+), 4 deletions(-)
Committed: https://cgit.freebsd.org/src/commit/?id=f040ee6e407832fc9f08d85cd792d1cfb8104976 Please test with latest main and let me know.
(In reply to Christos Margiolis from comment #3) make buildworld just completed. So your patch fixes it. Thank you. Ralf