Page MenuHomeFreeBSD

users: don't build when we don't have a C++ toolchain
ClosedPublic

Authored by emaste on Aug 31 2016, 8:45 PM.
Tags
None
Referenced Files
Unknown Object (File)
Tue, Nov 18, 1:26 AM
Unknown Object (File)
Tue, Nov 4, 2:46 AM
Unknown Object (File)
Oct 21 2025, 8:30 AM
Unknown Object (File)
Oct 14 2025, 7:18 AM
Unknown Object (File)
Oct 14 2025, 7:18 AM
Unknown Object (File)
Oct 14 2025, 7:18 AM
Unknown Object (File)
Oct 14 2025, 7:18 AM
Unknown Object (File)
Oct 13 2025, 5:40 PM
Subscribers
None

Details

Summary

users was disabled on RISC-V, but the issue is really just that it needs a C++ toolchain

Diff Detail

Lint
Lint Skipped
Unit
Tests Skipped

Event Timeline

emaste retitled this revision from to users: don't build when we don't have a C++ toolchain.
emaste updated this object.
emaste edited the test plan for this revision. (Show Details)
emaste added reviewers: br, bdrewery.
bdrewery edited edge metadata.
bdrewery added inline comments.
usr.bin/Makefile
202

You lost MK_UTMPX, which src.conf(5) specifically lists users(1) in. You would need an additional .if for it.

This revision now requires changes to proceed.Aug 31 2016, 8:51 PM
emaste edited edge metadata.

restore MK_UTMPX control to users, thanks @bdrewery

bdrewery edited edge metadata.
This revision is now accepted and ready to land.Aug 31 2016, 9:07 PM
This revision was automatically updated to reflect the committed changes.