You are not logged in.
By accident, I hit CTRL+C while building the chromium package with makechrootpkg. It got really close to the end. Is there a way to resume building without starting over?
[48974/48989] AR obj/components/dom_distiller/content/renderer/librenderer.a
[48975/48989] AR obj/components/subresource_filter/content/renderer/librenderer.a
[48976/48989] STAMP obj/extensions/renderer/renderer.stamp
[48977/48989] AR obj/components/autofill/content/renderer/librenderer.a
[48978/48989] STAMP obj/components/page_load_metrics/renderer/renderer.stamp
[48979/48989] AR obj/headless/libheadless_renderer.a
[48980/48989] AR obj/components/pdf/renderer/librenderer.a
^Cninja: build stopped: interrupted by user.
==> ERROR: Aborted by user! Exiting...
==> ERROR: Build failed, check /home/mikey/chroot/mikey/buildLast edited by MS1 (2022-01-05 12:04:08)
Offline
It doesn't work like that... when you call makechrootpkg it will clean the build environment unless you pass -- -R which will attempt to repackage. I am unaware of a resume building option.
Offline
I guess you could try and use arch-chroot to enter the buildroot and manually resume.
Offline
I guess you could try and use arch-chroot to enter the buildroot and manually resume.
Does anybody know the ninja command to resume a build?
Offline