FS#20832 - pacman seems to sometimes corrupt files on extraction
Attached to Project:
Pacman
Opened by Ian (zerathidune) - Sunday, 12 September 2010, 23:30 GMT
Last edited by Allan McRae (Allan) - Monday, 11 October 2010, 00:20 GMT
Opened by Ian (zerathidune) - Sunday, 12 September 2010, 23:30 GMT
Last edited by Allan McRae (Allan) - Monday, 11 October 2010, 00:20 GMT
|
Details
Summary and Info:
I was attempting to set up the xen package in AUR on i686, but two files in the package seem to get corrupted when they are extracted by pacman: /boot/xen-4.0.1.gz /boot/xen-syms-4.0.1 Steps to Reproduce: build xen package on i686 cd /tmp bsdtar -xvf /path/to/xen/package.pkg.tar.xz cmp boot/xen-4.0.1.gz cmp boot/xen-syms-4.0.1 The last two commands for me report : boot/xen-4.0.1.gz /boot/xen-4.0.1.gz differ: byte 1, line 1 boot/xen-syms-4.0.1 /boot/xen-syms-4.0.1 differ: byte 5615618, line 67330 I don't know if this affects x86_64 or not as well. Both GNU tar and BSD tar seem to extract the package correctly while pacman does not. |
This task depends upon
I definitely cannot reproduce that problem, on x86_64, but I still find it surprising. Are you sure your hardware is perfectly ok, memory, disk ?
And your filesystem ?