------- Comment From i...@de.ibm.com 2024-10-30 09:57 EDT-------
Eddy asked me to have a look at it while he is on vacation.

The root cause seems to be that DFLTCC-enabled gunzip behaves
differently on truncated archives:

# ls -l rstb_567931_cea0d3b3uMHc.out.log.gz
-rw-r--r--. 1 root root 5090 Oct 30 13:44 rstb_567931_cea0d3b3uMHc.out.log.gz
# head -c 5080 <rstb_567931_cea0d3b3uMHc.out.log.gz >partial.gz
# gunzip <partial.gz | wc -c
gzip: stdin: invalid compressed data--format violated
0
# DFLTCC=0 gunzip <partial.gz | wc -c
gzip: stdin: unexpected end of file
22500

This seems like a test-only issue to me, but we'll probably need to
change how gzip handles this situation.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/2083700

Title:
  rsyslog FTBFS (s390x only) against zlib
  1:1.3.dfsg+really1.3.1-1ubuntu1

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-z-systems/+bug/2083700/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to