https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=212638

Kyle Evans <kev...@freebsd.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |bdrew...@freebsd.org

--- Comment #7 from Kyle Evans <kev...@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.
_______________________________________________
freebsd-emulation@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-emulation
To unsubscribe, send any mail to "freebsd-emulation-unsubscr...@freebsd.org"

Reply via email to