Bug 247571 - Fix build with post-r362666 (nvvpair.c->bsd_nvpair.c rename)
Summary: Fix build with post-r362666 (nvvpair.c->bsd_nvpair.c rename)
Status: Closed FIXED
Alias: None
Product: Base System
Classification: Unclassified
Component: misc (show other bugs)
Version: CURRENT
Hardware: Any Any
: --- Affects Some People
Assignee: Matt Macy
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2020-06-27 01:38 UTC by Neel Chauhan
Modified: 2020-06-27 08:57 UTC (History)
4 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Neel Chauhan freebsd_committer freebsd_triage 2020-06-27 01:38:04 UTC
When I attempt to build world in 13-CURRENT, I get this error:

===> lib/libnv (obj,includes,all,install)
[Creating objdir /usr/obj/usr/src/amd64.amd64/tmp/obj-tools/lib/libnv...]
make[3]: make[3]: don't know how to make nvpair.c. Stop

make[3]: stopped in /usr/src/lib/libnv
*** [legacy] Error code 2

make[2]: stopped in /usr/src
1 error

make[2]: stopped in /usr/src
*** [_legacy] Error code 2

make[1]: stopped in /usr/src
1 error

make[1]: stopped in /usr/src
*** [buildworld] Error code 2

make: stopped in /usr/src
1 error

make: stopped in /usr/src
root@omen:/usr/src #

I heard mmacy@ made changes.

Phabricator URL: https://reviews.freebsd.org/D25481
Comment 1 Li-Wen Hsu freebsd_committer freebsd_triage 2020-06-27 08:57:38 UTC
Fixed in https://svnweb.freebsd.org/changeset/base/362669 .