Bunzip2: Data integrity error when decompressing

I’m trying to build Ardour 8.0 on Mac and I got this error message:

$ ./waf configure -optimize

bunzip2: Data integrity error when decompressing.
	Input file = t.bz2, output file = t

It is possible that the compressed file(s) have become corrupted.
You can use the -tvv option to test integrity of such files.

You can use the `bzip2recover' program to attempt to recover
data from undamaged sections of corrupted files.

bunzip2: Deleting output file t, if it exists.
Error: Waf cannot be unpacked, check that bzip2 support is present

I’ve tryed clone it again or try download a tar archive and got the same.

This is what happen when I try -tvv flag:

$ ./waf configure
  t.bz2:   
    [1: huff+mtf data integrity (CRC) error in data

You can use the `bzip2recover' program to attempt to recover
data from undamaged sections of corrupted files.

Error: Waf cannot be unpacked, check that bzip2 support is present

So I tryed bzip2recover:

$ ./waf configure
bzip2recover 1.0.8: extracts blocks from damaged .bz2 files.
bzip2recover: searching for block boundaries ...
   block 1 runs from 80 to 702296 (incomplete)
bzip2recover: sorry, I couldn't find any block boundaries.
Error: Waf cannot be unpacked, check that bzip2 support is present

Thanks for helping!

This topic was automatically closed 91 days after the last reply. New replies are no longer allowed.