[gentoo-portage-dev] [PATCH] dispatch-conf: fix popen UnicodeDecode error (bug 576788)

2016-03-13 Thread Zac Medico
X-Gentoo-Bug: 576788 X-Gentoo-Bug-url: https://bugs.gentoo.org/show_bug.cgi?id=576788 --- bin/dispatch-conf | 15 +++ 1 file changed, 11 insertions(+), 4 deletions(-) diff --git a/bin/dispatch-conf b/bin/dispatch-conf index 678a66d..fdf564e 100755 --- a/bin/dispatch-conf +++ b/bin/dis

[gentoo-portage-dev] [PATCH] dblink: add locks for parallel-install with blockers (bug 576888)

2016-03-13 Thread Zac Medico
For parallel-install, lock package slots of the current package and blocked packages, in order to account for blocked packages being removed or replaced concurrently. Acquire locks in predictable order, preventing deadlocks with competitors that may be trying to acquire overlapping locks. X-Gentoo