[Bug 212638] emulators/virtualbox-ose-kmod & x11/nvidia-driver no longer build with NO_MODULES
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Mon May 18 02:19:20 UTC 2020
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=212638
Kyle Evans <kevans at freebsd.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |bdrewery at FreeBSD.org
--- Comment #7 from Kyle Evans <kevans at freebsd.org> ---
Given the timeline, I think r303195 by bdrewery@ is the likely cause:
```
Don't run find(1) for __MPATH with NO_MODULES set.
It's a waste of time when it won't be used.
Submitted by: bde
MFC after: 3 days
```
That said, it really looks like the fact that port kmod builds being able to
succeed prior to that was technically a bug. I'm CC'ing bdrewery@, as he'd be
better to consult on whether these being broken should be expected or not.
If they shouldn't work, then perhaps we can improve USES=kmod to try and detect
NO_MODULES being defined and set IGNORE, though that's a little more
complicated since it could perhaps be set in src.conf or src-env.conf instead.
--
You are receiving this mail because:
You are the assignee for the bug.
You are on the CC list for the bug.
More information about the freebsd-emulation
mailing list