From owner-freebsd-ports-bugs@freebsd.org Tue Oct 1 20:38:14 2019 Return-Path: Delivered-To: freebsd-ports-bugs@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 42DA313FF6F for ; Tue, 1 Oct 2019 20:38:14 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mailman.nyi.freebsd.org (mailman.nyi.freebsd.org [IPv6:2610:1c1:1:606c::50:13]) by mx1.freebsd.org (Postfix) with ESMTP id 46jWLZ12qdz4NZ3 for ; Tue, 1 Oct 2019 20:38:14 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: by mailman.nyi.freebsd.org (Postfix) id 21FBE13FF6E; Tue, 1 Oct 2019 20:38:14 +0000 (UTC) Delivered-To: ports-bugs@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 21B4513FF6D for ; Tue, 1 Oct 2019 20:38:14 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 46jWLZ03bHz4NZ2 for ; Tue, 1 Oct 2019 20:38:14 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2610:1c1:1:606c::50:1d]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id D96AC20D5F for ; Tue, 1 Oct 2019 20:38:13 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org ([127.0.1.5]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id x91KcDB7082469 for ; Tue, 1 Oct 2019 20:38:13 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id x91KcDv6082464 for ports-bugs@FreeBSD.org; Tue, 1 Oct 2019 20:38:13 GMT (envelope-from bugzilla-noreply@freebsd.org) X-Authentication-Warning: kenobi.freebsd.org: www set sender to bugzilla-noreply@freebsd.org using -f From: bugzilla-noreply@freebsd.org To: ports-bugs@FreeBSD.org Subject: =?UTF-8?B?W0J1ZyAyNDA5ODJdIGFyY2hpdmVycy96b28gY2Fu4oCZdCBkZWxl?= =?UTF-8?B?dGUgZmlsZXMgZnJvbSBhbiBhcmNoaXZlIHVuZGVyIGFtZDY0?= Date: Tue, 01 Oct 2019 20:38:13 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: stegozor@gmail.com X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: ports-bugs@FreeBSD.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: bug_id short_desc product version rep_platform op_sys bug_status bug_severity priority component assigned_to reporter Message-ID: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 01 Oct 2019 20:38:14 -0000 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.=