[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Failed to set up the build environment for…
From: |
Mark H Weaver |
Subject: |
Re: Failed to set up the build environment for… |
Date: |
Fri, 21 Mar 2014 11:59:07 -0400 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/24.3 (gnu/linux) |
Mark H Weaver <address@hidden> writes:
> address@hidden (Ludovic Courtès) writes:
>
>> Andreas Enge <address@hidden> skribis:
>>
>>>> Another idea: does your machine have /dev/kvm?
>>>
>>> No.
>>
>> That’s indeed the problem:
>>
>>> 20584 stat("/dev/kvm", 0x7fff2745d348) = -1 ENOENT (No such file or
>>> directory)
>>> 20584 futex(0x7f01cf335404, FUTEX_WAKE_PRIVATE, 2147483647) = 0
>>> 20584 write(2, "build error: getting attributes "..., 78) = 78
>>> 20584 exit_group(189) = ?
>>
>> For now, the “solution” is to create it like this:
>>
>> sudo mknod /dev/kvm c 10 232
>
> This is very troubling to me. KVM is not supported on my primary
> platform (Loongson).
Nevermind. I see now that there's no actual dependency on KVM, and that
it merely wants a /dev/kvm node to propagate into the build environment.
Mark
- Re: Failed to set up the build environment for…, (continued)
- Re: Failed to set up the build e nvironment for…, Andreas Enge, 2014/03/21
- Re: Failed to set up the build environment for…, Ludovic Courtès, 2014/03/21
- Re: Failed to set up the build e nvironment for…, Andreas Enge, 2014/03/21
- Re: Failed to set up the build environment for…, Alex Sassmannshausen, 2014/03/21
- Re: Failed to set up the build environment for…, Ludovic Courtès, 2014/03/22
- Re: Failed to set up the build environment for…, Mark H Weaver, 2014/03/21
- Re: Failed to set up the build environment for…,
Mark H Weaver <=