You are not logged in.

#1 2022-01-05 12:02:54

MS1
Member
Registered: 2018-02-02
Posts: 95

Can you resume compiling with makechrootpkg some how

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/build

Last edited by MS1 (2022-01-05 12:04:08)

Offline

#2 2022-01-05 12:22:30

graysky
Wiki Maintainer
From: :wq
Registered: 2008-12-01
Posts: 10,732
Website

Re: Can you resume compiling with makechrootpkg some how

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

#3 2022-01-05 13:08:49

Allan
Pacman
From: Brisbane, AU
Registered: 2007-06-09
Posts: 11,672
Website

Re: Can you resume compiling with makechrootpkg some how

I guess you could try and use arch-chroot to enter the buildroot and manually resume.

Offline

#4 2022-01-05 14:29:08

MS1
Member
Registered: 2018-02-02
Posts: 95

Re: Can you resume compiling with makechrootpkg some how

Allan wrote:

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

Board footer

Powered by FluxBB