New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Qubes 3.2 doesn't build default ubuntu template #3598

Closed
arisAlexis opened this Issue Feb 17, 2018 · 2 comments

Comments

Projects
None yet
2 participants
@arisAlexis

Qubes OS version:

3.2

Affected TemplateVMs: Ubuntu Trusty


Steps to reproduce the behavior:

Following the default Archlinux Qubes Wiki:

clone Fedora 23 VM
git clone the repo

./setup fails with python2-sh dependency and resolved with editing Makefile, builder.conf and setup itself.

make install deps works OK
make qubes-vm fails with:

there is a problem with python2 because in fedora 23 there is no such
package. I had to manually edit and put python-sh in Makefile,
builder.conf and setup script. After that everything seems to be working
fine but it crashes during make qubes-vm with this message:

ln -s ../../bin/qrexec-client-vm
/home/user/qubes-src/core-agent-linux/debian/tmp/usr/lib/qubes/qrexec_cli
ent_vm install qrexec-fork-server
/home/user/qubes-src/core-agent-linux/debian/tmp/usr/bin
install qubes-rpc-multiplexer
/home/user/qubes-src/core-agent-linux/debian/tmp/usr/lib/qubes
make[2]: Leaving directory /home/user/qubes-src/core-agent-linux/qrexec' make[1]: Leaving directory/home/user/qubes-src/core-agent-linux'
dh_install cp: cannot stat
'debian/tmp/lib/systemd/system/netfilter-persistent.service.d/30_qubes.co
nf': No such file or directory
dh_install: cp -a
debian/tmp/lib/systemd/system/netfilter-persistent.service.d/30_qubes.con
f
debian/qubes-core-agent//lib/systemd/system/netfilter-persistent.service.
d/ returned exit code 1 make: *** [binary] Error 2
dpkg-buildpackage: error: fakeroot debian/rules binary gave error exit
status 2
/home/user/qubes-builder/qubes-src/builder-debian/Makefile.qubuntu:200:
recipe for target 'dist-package' failed make[2]: *** [dist-package] Error
2
Makefile.generic:156: recipe for target 'packages' failed
make[1]: *** [packages] Error 1
Makefile:212: recipe for target 'core-agent-linux-vm' failed

Expected behavior:

build a default ubuntu image

Actual behavior:

fails with error

General notes:


Related issues:

@andrewdavidwong

This comment has been minimized.

Show comment
Hide comment
@andrewdavidwong

andrewdavidwong Feb 18, 2018

Member

Duplicate of #3308

Member

andrewdavidwong commented Feb 18, 2018

Duplicate of #3308

@andrewdavidwong andrewdavidwong marked this as a duplicate of #3308 Feb 18, 2018

@andrewdavidwong

This comment has been minimized.

Show comment
Hide comment
@andrewdavidwong

andrewdavidwong Feb 18, 2018

Member

This appears to be a duplicate of an existing issue. If you believe this is not really a duplicate, please leave a comment briefly explaining why. We'll be happy to take another look and, if appropriate, reopen this issue. Thank you.

Member

andrewdavidwong commented Feb 18, 2018

This appears to be a duplicate of an existing issue. If you believe this is not really a duplicate, please leave a comment briefly explaining why. We'll be happy to take another look and, if appropriate, reopen this issue. Thank you.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment