On Sun, Oct 21, 2018 at 10:22:11AM -0700, Alchemist wrote:
> I'm trying to build the Ubuntu Bionic Template under 4.0, and I'm getting 
> this error:
> 
> Unable to find build-deps for qubes-meta-packages 
> 
> I saw that there was a bug open for it, but it was closed, what do I need to 
> do to make this work? 
> 

If you look at that  bug, you can see that it was closed after a code
change was merged.
You can see what was changed by following the merged link and then clicking on
the "Files changed" tab. That will show you all the changes made in the
commit that has been merged.

In this case the change made was to add 
Build-Depends:
  debhelper

in debian/control.

The change has been merged in to "master". If you are building 4.0 then
you are probably using the 4.0 branch, and the change hasn't been merged
there.('git status' in the meta-packages directory will confirm which branch
you are on.)

You can either change to 4.1 ('git checkout master'), merge from master
in to your working 4.0 branch ('git merge master'), or manually edit
debian/control.

hth.

If you don't want to build the template yourself, you can find some
prebuilt at https://qubes.3isec.org, as well as Ubuntu package
repositories.

unman

-- 
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/20181022113621.gx7hxqgo4mgexhfs%40thirdeyesecurity.org.
For more options, visit https://groups.google.com/d/optout.

Reply via email to