Bug 261582 - stable/13 build fail
Summary: stable/13 build fail
Status: Closed DUPLICATE of bug 260083
Alias: None
Product: Base System
Classification: Unclassified
Component: bin (show other bugs)
Version: 13.0-STABLE
Hardware: Any Any
: --- Affects Some People
Assignee: freebsd-bugs (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2022-01-30 21:52 UTC by Ivan Rozhuk
Modified: 2022-01-30 22:00 UTC (History)
5 users (show)

See Also:


Attachments
src.conf (11.18 KB, text/plain)
2022-01-30 21:53 UTC, Ivan Rozhuk
no flags Details
make.conf (6.35 KB, text/plain)
2022-01-30 21:53 UTC, Ivan Rozhuk
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Ivan Rozhuk 2022-01-30 21:52:18 UTC
...
===> usr.bin/getent (all)
/usr/src/stand/libsa/ufs.c:84:10: fatal error: 'disk.h' file not found
#include "disk.h"
         ^~~~~~~~
/usr/src/stand/libsa/ufs.c:84:10: fatal error: 'disk.h' file not found
#include "disk.h"
         ^~~~~~~~
1 error generated.
1 error generated.
--- ufs.o ---
*** [ufs.o] Error code 1

make[4]: stopped in /usr/src/stand/libsa
1 error

make[4]: stopped in /usr/src/stand/libsa
--- all_subdir_stand/libsa ---

make[3]: stopped in /usr/src/stand
--- all_subdir_stand/libsa32 ---

make[3]: stopped in /usr/src/stand
--- all_subdir_lib/libcompiler_rt ---

make[3]: stopped in /usr/src/lib
--- all_subdir_share ---
...
Comment 1 Ivan Rozhuk 2022-01-30 21:52:37 UTC
Probably after this commit:

From bc9154a208248a2ea0ca00177407caef87fec87e Mon Sep 17 00:00:00 2001
From: Toomas Soome <tsoome@FreeBSD.org>
Date: Thu, 12 Aug 2021 08:45:52 +0300
Subject: [PATCH] loader: implement mount/unmount rootfs

We want to keep our root file system open to preserve bcache segment
between file accesses, thus reducing physical disk IO.

Reviewed by:	imp, allanjude, kevans (previous version)
Differential Revision:	https://reviews.freebsd.org/D30848
MFC after:	1 month

(cherry picked from commit b4cb3fe0e39a31e60292018dc9fb7510b3de92bf)
Comment 2 Ivan Rozhuk 2022-01-30 21:53:13 UTC
Created attachment 231452 [details]
src.conf
Comment 3 Ivan Rozhuk 2022-01-30 21:53:41 UTC
Created attachment 231453 [details]
make.conf
Comment 4 Ivan Rozhuk 2022-01-30 22:00:24 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=260083

*** This bug has been marked as a duplicate of bug 260083 ***