From 6259e9f137c35155885722a88754f5aa40159d6f Mon Sep 17 00:00:00 2001 From: Jan Kratochvil Date: Thu, 16 Jul 2020 20:18:56 +0200 Subject: [PATCH] disable -a: dwz.c:11404: write_die: Assertion `value && refdcu->cu_kind != CU_ALT' failed. #2 https://sourceware.org/bugzilla/show_bug.cgi?id=26252 --- runone | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/runone b/runone index 0eac9e0..adb82b2 100755 --- a/runone +++ b/runone @@ -56,7 +56,7 @@ for pkg in "$@";do test ! -e $resultdir set +e # --chain instead of --rebuild as otherwise -a does not work - $mock --resultdir=$resultdir --nocheck -a https://people.redhat.com/jkratoch/dwzrepo/ --chain $srcrpm$ext &>$srcrpm$ext.mocklog + $mock --resultdir=$resultdir --nocheck $(: -a https://people.redhat.com/jkratoch/dwzrepo/ ) --chain $srcrpm$ext &>$srcrpm$ext.mocklog rc=$? set -e test -e $resultdir -- 1.8.3.1