Page MenuHomeFreeBSD

remind user of variable used to set src tree location
ClosedPublic

Authored by emaste on Dec 6 2019, 7:32 PM.
Tags
None
Referenced Files
Unknown Object (File)
Oct 30 2024, 5:18 PM
Unknown Object (File)
Oct 3 2024, 6:39 AM
Unknown Object (File)
Sep 18 2024, 8:18 PM
Unknown Object (File)
Sep 2 2024, 11:15 AM
Unknown Object (File)
Aug 17 2024, 12:07 AM
Unknown Object (File)
Aug 3 2024, 1:32 PM
Unknown Object (File)
Jul 29 2024, 8:58 AM
Unknown Object (File)
Jul 21 2024, 6:30 AM
Subscribers
None

Details

Summary

trying to build kmod ports without a src tree in /usr/src results in a failure that the build requires kernel source files in /usr/src. Mention also the make variable (SRC_BASE) that sets this patch as a hint to users building against a src tree located elsewhere.


My src trees are usually in a directory like ~/src/freebsd and the location can be set with SRC_BASE=..., but I can never recall if it's SRCTOP or SRC_TOP or whatnot. Mention the variable name in the error as a hint.

Diff Detail

Repository
rP FreeBSD ports repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

This revision was not accepted when it landed; it landed in state Needs Review.Dec 6 2019, 7:46 PM
This revision was automatically updated to reflect the committed changes.