Bug 202364 - [patch] [netvsc] stable/10 buildworld is broken with MODULES_WITH_WORLD
Summary: [patch] [netvsc] stable/10 buildworld is broken with MODULES_WITH_WORLD
Status: Closed FIXED
Alias: None
Product: Base System
Classification: Unclassified
Component: kern (show other bugs)
Version: 10.2-STABLE
Hardware: Any Any
: --- Affects Some People
Assignee: Eugene Grosbein
URL:
Keywords: patch
Depends on:
Blocks:
 
Reported: 2015-08-16 15:59 UTC by Eugene Grosbein
Modified: 2017-09-19 17:34 UTC (History)
1 user (show)

See Also:


Attachments
fix for modules/hyperv/netvsc (711 bytes, patch)
2015-08-16 15:59 UTC, Eugene Grosbein
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Eugene Grosbein 2015-08-16 15:59:30 UTC
Created attachment 159923 [details]
fix for modules/hyperv/netvsc

make MODULES_WITH_WORLD=yes buildworld fails for 10.2-STABLE sources:

/home/src/sys/modules/hyperv/netvsc/../../../dev/hyperv/netvsc/hv_netvsc_drv_freebsd.c:58:10: fatal error: 'opt_inet6.h' file not found
#include "opt_inet6.h"
         ^
1 error generated.
mkdep: compile failed
*** [.depend] Error code 1

The patch is attached.
Comment 1 Eugene Grosbein freebsd_committer freebsd_triage 2017-09-19 17:34:20 UTC
Fixed and MFC'd.