Marek Marczykowski-Górecki: > On Tue, Aug 02, 2016 at 01:37:00AM +0000, Patrick Schleizer wrote: >> Marek Marczykowski-Górecki: >>> On Mon, Aug 01, 2016 at 02:43:00PM +0000, Patrick Schleizer wrote: >>>> Running into another issue. >>> >>>> user@qubes-build:~/qubes-builder$ make template >>>> ln: failed to access >>>> ‘pkgs/fc23/x86_64/kernel-devel-4.4.14-11.pvops.qubes.x86_64.rpm’: No >>>> such file or directory >>>> /home/user/qubes-builder/qubes-src/builder-fedora/Makefile.fedora:163: >>>> recipe for target 'update-repo' failed >>>> make[1]: *** [update-repo] Error 1 >>>> Makefile:296: recipe for target 'template-local-fc23' failed >>>> make: *** [template-local-fc23] Error 1 >>> >>>> Any idea? >>> >>> Have you built linux-kernel? Anyway you can remove linux-kernel from >>> COMPONENTS for the template-only build (kernel-devel isn't installed in >>> the template). >>> >>> > >> Right, I don't need this. > >> I didn't know https://github.com/QubesOS/qubes-template-configs exists. >> Glad it does! > >> Is >> https://github.com/QubesOS/qubes-template-configs/blob/master/R3.1/templates-community/whonix.conf >> still okay for R3.2? > > Yes, should work just fine. > > In practice I use very minimal config, which pull Qubes components > from deb.qubes-os.org. Basically COMPONENTS, with: > > COMPONENTS = linux-template-builder builder builder-debian \ > template-whonix > USE_QUBES_REPO_VERSION = 3.2 > > Will update that repo in few days. > >
Could Qubes-Whonix also be build completely from command line? I think that would be a lot easier to document than anything involving copying builder.conf / override.conf / ./setup. This is what I am currently using... DISTS_VM="whonix-gateway whonix-workstation" \ COMPONENTS="linux-template-builder builder builder-debian template-whonix" \ BUILDER_PLUGINS="builder-debian template-whonix" \ USE_QUBES_REPO_VERSION=3.2 \ USE_QUBES_REPO_TESTING=1 \ VERBOSE=3 \ DEBUG=1 \ REPO_PROXY=http://127.0.0.1:3142 \ BRANCH_template_whonix=master \ GIT_URL_template_whonix=https://github.com/adrelanos/qubes-template-whonix.git \ make template --debug=v Is this good enough? -- You received this message because you are subscribed to the Google Groups "qubes-devel" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/qubes-devel/09db3519-bfba-8e28-2227-bf9348fe515b%40riseup.net. For more options, visit https://groups.google.com/d/optout.
