Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 01 Oct 2019 20:38:13 +0000
From:      bugzilla-noreply@freebsd.org
To:        ports-bugs@FreeBSD.org
Subject:   =?UTF-8?B?W0J1ZyAyNDA5ODJdIGFyY2hpdmVycy96b28gY2Fu4oCZdCBkZWxl?= =?UTF-8?B?dGUgZmlsZXMgZnJvbSBhbiBhcmNoaXZlIHVuZGVyIGFtZDY0?=
Message-ID:  <bug-240982-7788@https.bugs.freebsd.org/bugzilla/>

next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D240982

            Bug ID: 240982
           Summary: archivers/zoo can=E2=80=99t delete files from an archiv=
e under
                    amd64
           Product: Ports & Packages
           Version: Latest
          Hardware: amd64
                OS: Any
            Status: New
          Severity: Affects Only Me
          Priority: ---
         Component: Individual Port(s)
          Assignee: ports-bugs@FreeBSD.org
          Reporter: stegozor@gmail.com

When trying to delete a file from an archive under amd64, zoo fails with the
following error message:
Zoo: FATAL:  Archive header failed consistency check.

Adding a file to an archive works, and updating a file in the archive /seem=
s/
to work but gives the same header failed consistency check error message.

An example:

$ zoo -add archive.zoo sample_text
Zoo:  sample_text --  (62%) added
$ zoo -add archive.zoo sample_text2
Zoo:  sample_text2 --  (49%) added
$
$ # After modifying sample_text2 a bit with nano
$
$ zoo -update archive zoo sample_text2
Zoo: sample_text2 --  (49%) replaced
----
Packing...Zoo:  WARNING: Archive header failed consistency check.
$
$ zoo -delete archive.zoo sample_text2
Zoo: FATAL: Archive header failed consistency check.
$
$ ls=20
Desktop archive.bak sample_text
Downloads archive.zoo sample_text2

This is with zoo-2.10.1_3 and uname -a returns the following:
FreeBSD localhost 12.1-BETA1 FreeBSD 12.1 BETA1 r352546 GENERIC amd64

Please note that none of these problems occur with=20
FreeBSD localhost 12.0-RELEASE FreeBSD 12.0-RELEASE r341666 i386
(and for fun, I tested with zoo in FreeDOS 1.2 too, and the 16bit version w=
orks
fine as well) so it=E2=80=99s probably an architecture related issue.

Finally, this might somewhat be related to bug #162804 as it was closed as
FIXED but only 2 out of 4 provided patches were applied and the two others =
were
forgotten. See bug #162804 comment #4.

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-240982-7788>