Bug ID 1175502
Summary onefetch ppc64le build "error: the listed checksum ... has changed"
Classification openSUSE
Product openSUSE Tumbleweed
Version Current
Hardware Other
OS Other
Status NEW
Severity Normal
Priority P5 - None
Component Other
Assignee screening-team-bugs@suse.de
Reporter normand@linux.vnet.ibm.com
QA Contact qa-bugs@suse.de
Found By ---
Blocker ---

Created attachment 840822 [details]
onefetch_standard_ppc64le_202008191619.log

onefetch ppc64le build "error: the listed checksum ... has changed"
as reported in
https://build.opensuse.org/package/show/openSUSE:Factory:PowerPC/onefetch

If I compare the log extracts for ppc64le(1) that failed and ppc64(2) that
passed; there is a bunch of lines in failing case that modified the input
config.guess
This is the reason of next reported checksum failure.

I do not identified from what macro are comming those lines.


(1) extract of attached log:
=== ppc64le:
[   65s] + /usr/bin/mkdir
/home/abuild/rpmbuild/BUILDROOT/onefetch-2.3.0-1.1.ppc64le
[   65s] + cd onefetch-2.3.0
[   65s] + ref=/usr/lib/rpm
[   65s] ++ uname -m
[   65s] + testarch=ppc64le
[   65s] + for s in guess sub
[   65s] ++ find -maxdepth 8 -name config.guess
[   65s] + for c in $(find -maxdepth 8 -name "config.$s")
[   65s] + grep -q config-patches@
./vendor/backtrace-sys/src/libbacktrace/config.guess
[   65s] + grep -q 'ppc64le[-:]'
./vendor/backtrace-sys/src/libbacktrace/config.guess
[   65s] + install -m 755 /usr/lib/rpm/config.guess
./vendor/backtrace-sys/src/libbacktrace/config.guess
[   65s] + for s in guess sub
[   65s] ++ find -maxdepth 8 -name config.sub
[   65s] + for c in $(find -maxdepth 8 -name "config.$s")
[   65s] + grep -q config-patches@
./vendor/backtrace-sys/src/libbacktrace/config.sub
[   65s] + grep -q 'ppc64le[-:]'
./vendor/backtrace-sys/src/libbacktrace/config.sub
[   65s] + cargo build --release -j4
[   65s] error: the listed checksum of
`/home/abuild/rpmbuild/BUILD/onefetch-2.3.0/vendor/backtrace-sys/src/libbacktrace/config.guess`
has changed:
[   65s] expected:
9be3de218833c076786b919dc34aab691611f4cd73316e7705f2673e2c41921b
[   65s] actual:  
beb948be88d1f06d21c53d1b739a89216dc0bf6a1861403a0c221936d0a5498e
===

Comparing with ppc64 (BE) log that passed
(2):
=== ppc64:
[   32s] + /usr/bin/mkdir
/home/abuild/rpmbuild/BUILDROOT/onefetch-2.3.0-1.1.ppc64
[   32s] + cd onefetch-2.3.0
[   32s] + cargo build --release -j8
===


You are receiving this mail because: