On Wednesday, December 14, 2016 at 2:22:57 PM UTC-7, Foppe de Haan wrote:

> Thanks. When building this in d9-t, I get 'recipe failed' "Error 2" pretty 
> soon after starting the build process. No idea why, as there is no log, and I 
> don't see an option to provide one (or to provide verbose output).

Hmm, I haven't had time to try it under Debian 9 yet and might not for a while.

In the meantime, peeking at their build script, what you can try to do (haven't 
tried it myself though) is to comment out the spinner code around the 
build_kernel part and the '> /dev/null 2>&1' part in the build.sh file and 
perhaps that would throw the verbose compile output to the terminal to give 
some hints on where or why it fails.

So find this section in build.sh:

         start_spinner "Building coldkernel..."
         build_kernel > /dev/null 2>&1
         stop_spinner $?

And change it to be

         build_kernel

and try to compile (make qubes-guest) again. If the output isn't enough to give 
any hints, you may need to run 'make clean' to get rid of anything that was 
pre-compiled and to start again from scratch.

-- 
You received this message because you are subscribed to the Google Groups 
"qubes-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to qubes-users+unsubscr...@googlegroups.com.
To post to this group, send email to qubes-users@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/qubes-users/02907625-5c0d-4380-b5d5-db5a0f50e2e3%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to