Skip to content

Commit de84fbc

Browse files
committed
HACK: repopulate device nodes before libtool-2.4.7
Somehow, on bare metal, we end up with a regular file named /dev/null when we build libtool-2.4.7, which breaks configure. This really shouldn't be happening at all, and while this change fixes configure, it's clearly not the right fix.
1 parent 511dcaa commit de84fbc

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

steps/manifest

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -143,6 +143,8 @@ build: bash-5.2.15
143143
improve: open_console ( CONSOLES == True )
144144
build: xz-5.6.4
145145
build: file-5.44
146+
# TODO this shouldn't be needed, but we somehow have a regular file as /dev/null without this, which breaks libtool configure
147+
improve: populate_device_nodes
146148
build: libtool-2.4.7
147149
build: tar-1.34
148150
build: coreutils-9.4

0 commit comments

Comments
 (0)