Re: [qubes-users] ubuntu template qubes 4.0

2020-05-31 Thread Damien Waber
Thanks very much ! and than you for the link to prebuilt images. You even 
have focal :-D



Le dimanche 31 mai 2020 07:51:06 UTC-4, unman a écrit :
>
> On Sat, May 30, 2020 at 12:06:16PM -0700, Damien Waber wrote: 
> > Hi, 
> > 
> > I tried to build an ubuntu template since it is required for one of my 
> > courses. I followed several tutorials / posts on the internet but all 
> > failed. Could anyone help me? 
>
> There's a fix in the pipeline - in the meantime, go to 
> app-linux-pdf-converter/debian and edit `rules` - 
> On line 17, there's a typo - 
> Change qubes.pdf-converter to qubes-pdf-converter 
>
> Now the build will work, albeit with warnings that I really should fix. 
>
> If you are short of time, you can always grab a pre-built template from 
> https://qubes.3isec.org 
>

-- 
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 view this discussion on the web visit 
https://groups.google.com/d/msgid/qubes-users/698b6418-c4e0-48a8-be27-c5d67b00a4af%40googlegroups.com.


[qubes-users] ubuntu template qubes 4.0

2020-05-30 Thread Damien Waber
Hi,

I tried to build an ubuntu template since it is required for one of my 
courses. I followed several tutorials / posts on the internet but all 
failed. Could anyone help me?

I run the ./setup tool and choose following options :
- Add key 0x368.. : Yes
- Add key 0x42C.. : Yes
- Qubes Release 4.0
- Stable : Default Repo
- Git Clone Faster: Yes
- Choose Pre-built packages repo : None
- Build Template only : Yes
- bionic+desktop
- builder-debian
- Get Sources : Yes

- make qubes-vm -> 
[...]
make[1]: Entering directory '/home/user/qubes-src/app-linux-pdf-converter'
echo "pythonver:Depends=python" >> debian/qubes.pdf-converter.substvars
dh_gencontrol
dpkg-gencontrol: warning: Depends field of package qubes-pdf-converter: 
unknown substitution variable ${pythonver:Depends}
dpkg-gencontrol: warning: can't parse dependency -nautilus
dpkg-gencontrol: error: error occurred while parsing Depends field: 
poppler-utils, imagemagick, -nautilus, 
dh_gencontrol: dpkg-gencontrol -pqubes-pdf-converter -ldebian/changelog 
-Tdebian/qubes-pdf-converter.substvars -Pdebian/qubes-pdf-converter 
-UMulti-Arch returned exit code 25
dh_gencontrol: Aborting due to earlier error
debian/rules:17: recipe for target 'override_dh_gencontrol' failed
make[1]: *** [override_dh_gencontrol] Error 25
make[1]: Leaving directory '/home/user/qubes-src/app-linux-pdf-converter'
debian/rules:10: recipe for target 'binary' failed
make: *** [binary] Error 2
dpkg-buildpackage: error: fakeroot debian/rules binary subprocess returned 
exit status 2
make[2]: *** 
[/home/user/qubes-builder/qubes-src/builder-debian//Makefile-legacy.debian:50: 
dist-package] Error 2
make[1]: *** [Makefile.generic:191: packages] Error 1
make: *** [Makefile:227: app-linux-pdf-converter-vm] Error 1

Regards,

Damien

-- 
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 view this discussion on the web visit 
https://groups.google.com/d/msgid/qubes-users/fcc0b247-cfbc-4b6a-8f55-a3f59b61a568%40googlegroups.com.


Re: [qubes-users] ubuntu template

2017-03-03 Thread Damien Waber
Thank you so much!

Le Fri, Mar 3, 2017 à 4:07 PM, Unman  a écrit :

> On Fri, Feb 10, 2017 at 11:15:18PM +, Unman wrote:
> > On Fri, Feb 10, 2017 at 10:04:54AM -0800, damien.wa...@gmail.com wrote:
> > > Le jeudi 9 février 2017 12:41:42 UTC+1, Unman a écrit :
> > > > On Thu, Feb 09, 2017 at 02:37:36AM -0800, wrote:
> > > > > Hi,
> > > > >
> > > > > I am new into qubes (few months) and find it great. But I need a
> distro with newer packages (debian jessie was fine until I ran in issues
> with encfs compatibility).
> > > > >
> > > > > So I wanted to build an ubuntu template but I did not found clear
> instructions.
> > > > >
> > > > > using https://github.com/QubesOS/qubes-builder and the setup
> script, I do not get ubuntu to choose in the menu.
> > > > >
> > > > > On this forum, there is few posts about it but using privaze repo.
> > > > >
> > > > > I really need help on this :-)
> > > > >
> > > > > Best regards,
> > > > >
> > > > > Damien
> > > > >
> > > >
> > > > Hi Damien,
> > > >
> > > > The Ubuntu builds are referenced in setup as Trusty and Xenial.
> > > >
> > > > I've just put in a series of Pull Requests that should allow
> > > > straightforward builds of both.
> > > > Wait a little while for them to be merged.
> > > >
> > > > It should then be a matter of:
> > > > git clone  https://github.com/QubesOS/qubes-builder
> > > > cd qubes-builder
> > > > ./setup
> > > > make qubes-vm
> > > > make template
> > > >
> > > > Copy generated Template to dom0 and install - there's a handy script
> > > > provided to do this for you.
> > > >
> > > > I'll let you know when the PRs are merged. Focus at the moment is on
> > > > the GSOC applications.
> > > >
> > > > unman
> > >
> > > Hi, thank you !
> > >
> > > Is there a way I may support you? maybe I can test it?
> > >
> > >
> > > Best regards,
> > >
> > > Damien
> > >
> >
> > As soon as the PRs are merged I'll post to the list, and you can try it
> > then. (Or you could merge them yourself of course, and try the build.)
> > Testing and feedback would be much appreciated.
> >
> > I've been using Xenial for a while and it seems fine.
>
> PRs are merged, to master if nor 3.2
>
> This means that both Xenial and Trusty should build straight.
>
> Set up a build environment as per docs.
>
> git clone  https://github.com/QubesOS/qubes-builder
> cd qubes-builder
> ./setup (select builder-debian and trsut/xenial variants, deselect
> fed23)
> edit builder.conf, changing RELEASE:=3.2 to RELEASE:=master
> make switch-branch (to get latest and greatest versions of components)
> make qubes-vm
> make template
>
> cheers
>
> 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/CAA5b1EsobC%3DZaY2ATw_-%3DZ1SpQdPKGAQJLoVXPGo6N0eoJj10g%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


Re: [qubes-users] ubuntu template

2017-02-10 Thread damien . waber
Le jeudi 9 février 2017 12:41:42 UTC+1, Unman a écrit :
> On Thu, Feb 09, 2017 at 02:37:36AM -0800, wrote:
> > Hi,
> > 
> > I am new into qubes (few months) and find it great. But I need a distro 
> > with newer packages (debian jessie was fine until I ran in issues with 
> > encfs compatibility).
> > 
> > So I wanted to build an ubuntu template but I did not found clear 
> > instructions.
> > 
> > using https://github.com/QubesOS/qubes-builder and the setup script, I do 
> > not get ubuntu to choose in the menu.
> > 
> > On this forum, there is few posts about it but using privaze repo.
> > 
> > I really need help on this :-)
> > 
> > Best regards,
> > 
> > Damien
> > 
> 
> Hi Damien,
> 
> The Ubuntu builds are referenced in setup as Trusty and Xenial.
> 
> I've just put in a series of Pull Requests that should allow
> straightforward builds of both.
> Wait a little while for them to be merged. 
> 
> It should then be a matter of:
> git clone  https://github.com/QubesOS/qubes-builder
> cd qubes-builder
> ./setup
> make qubes-vm
> make template
> 
> Copy generated Template to dom0 and install - there's a handy script
> provided to do this for you.
> 
> I'll let you know when the PRs are merged. Focus at the moment is on
> the GSOC applications.
> 
> unman

Hi, thank you !

Is there a way I may support you? maybe I can test it?


Best regards,

Damien

-- 
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/e0e574d2-1700-44c4-aa51-2f221a218d5a%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[qubes-users] ubuntu template

2017-02-09 Thread damien . waber
Hi,

I am new into qubes (few months) and find it great. But I need a distro with 
newer packages (debian jessie was fine until I ran in issues with encfs 
compatibility).

So I wanted to build an ubuntu template but I did not found clear instructions.

using https://github.com/QubesOS/qubes-builder and the setup script, I do not 
get ubuntu to choose in the menu.

On this forum, there is few posts about it but using privaze repo.

I really need help on this :-)

Best regards,

Damien

-- 
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/3d4cbc32-324c-4a20-8d67-665b08960886%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.