[Bug 232350] ports-mgmt/pkg: periodic pkg-checksum and pkg-backup interfere with 'overnight' port builds

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Thu Nov 15 15:05:37 UTC 2018


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=232350

--- Comment #10 from Alex Kozlov <ak at FreeBSD.org> ---
> the thing is, if a port has a zillion run/build dependencies, and you
> simply type 'make' for the port, then the dependent packages will all
> be installed as part of the process. 
Ah yes, if you use make then while you can pre-build build dependency,
there're still problems with other types of dependencies.
I guess there are only two choices: poudriere or disabling pkg-* periodic
scripts. You can run them from cron at another time. 

> Why not just eliminate the problem by making a copy of the relevant
> files, rather than locking them at all, during the periodic jobs,
> and working with the copies?
Well, if you work on copy of pkgdb, then you check against and backup
potentially stalled version of db.

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the freebsd-pkg mailing list