Skip to content

Commit 12c7b41

Browse files
pmbittneribbem
authored andcommitted
troubleshooting on kvm error
1 parent 7e7858b commit 12c7b41

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

INSTALL.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -194,3 +194,10 @@ That is in purpose. Timestamps are not reproducible, so we fixed the timestamp t
194194
### Fontconfig error: Cannot load default config file: No such file: (null)
195195

196196
This is a warning that you may ignore. It means that some fonts requested by the GUI could not be found on your system. As long as you see text in your GUI, this is fine.
197+
198+
### error: a 'x86_64-linux' with features {kvm} is required to build '/nix/store/sw5bbvy20jy61r6jh39l6qxvn9jv1mx0-docker-layer-DiffDetective-Demo.drv', but I am a 'x86_64-linux' with features {benchmark, big-parallel, nixos-test, uid-range}
199+
200+
This error is raised by Nix when there is no hardware support for virtualization.
201+
In this case, our build script falls back to Docker.
202+
It is likely that this fall back failed, which typically happens when Docker could not be started.
203+
To fix, start the docker daemon as it was probably not running.

0 commit comments

Comments
 (0)