Originally posted by: KiloBravo
This appears to be a regression - bzip2 v1.0.5 (in the Linux Toolbox and in previous version of rpm.rte) did not have this issue. Confirmed this issue exists on all systems upgraded to AIX 7100-05-01-1731 so far.
Examples:
$ bzip2 --version
bzip2, a block-sorting file compressor. Version 1.0.6, 6-Sept-2010.
$ lslpp -qLc rpm.rte |cut -d: -f2-3
rpm.rte:4.13.0.1
# source file 2355200000 example_dvd.iso
$ bzip2 example_dvd.iso
bzip2: Can't open input file example_dvd.iso: Value too large to be stored in data type.
# Source file 1344580393 example_dvd.iso.bz2
$ bunzip2 -kv example_dvd.iso.bz2
example_dvd:
bunzip2: I/O or other error, bailing out. Possible reason follows.
bunzip2: File too large
Input file = example_dvd.iso.bz2, output file = example_dvd.iso
bunzip2: Deleting output file example_dvd.iso, if it exists.
FWIW - The bzip2-1.0.6-2.aix6.1.ppc.rpm package in the current Linux Toolbox has the same problem, but the bzip2-1.0.5-3.aix5.3.ppc.rpm does not.
Current workaround appears to be to force-downgrade to bzip2-1.0.5-3
-kpb
#AIX-Open-Source-Software#AIXOpenSource