From nobody Mon Oct 11 23:09:07 2021 X-Original-To: dev-commits-ports-main@mlmmj.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id 5478E18062F2; Mon, 11 Oct 2021 23:09:10 +0000 (UTC) (envelope-from madpilot@FreeBSD.org) Received: from smtp.freebsd.org (smtp.freebsd.org [IPv6:2610:1c1:1:606c::24b:4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "smtp.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HSvck1VPvz4Yr3; Mon, 11 Oct 2021 23:09:10 +0000 (UTC) (envelope-from madpilot@FreeBSD.org) Received: from [172.24.42.13] (host-95-250-211-60.retail.telecomitalia.it [95.250.211.60]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client did not present a certificate) (Authenticated sender: madpilot/mail) by smtp.freebsd.org (Postfix) with ESMTPSA id 7F838488B; Mon, 11 Oct 2021 23:09:09 +0000 (UTC) (envelope-from madpilot@FreeBSD.org) Message-ID: <97a8e5ab-03ad-2494-26ea-43cc6ed72e07@FreeBSD.org> Date: Tue, 12 Oct 2021 01:09:07 +0200 List-Id: Commits to the main branch of the FreeBSD ports repository List-Archive: https://lists.freebsd.org/archives/dev-commits-ports-main List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-dev-commits-ports-main@freebsd.org X-BeenThere: dev-commits-ports-main@freebsd.org MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:91.0) Gecko/20100101 Thunderbird/91.2.0 Subject: Re: git: 7c0f006d5560 - main - devel/libburn: Update to 1.5.4 Content-Language: en-US To: Neel Chauhan , ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org References: <202110112217.19BMHU3m051448@gitrepo.freebsd.org> From: Guido Falsi In-Reply-To: <202110112217.19BMHU3m051448@gitrepo.freebsd.org> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-ThisMailContainsUnwantedMimeParts: N On 12/10/21 00:17, Neel Chauhan wrote: > The branch main has been updated by nc: > > URL: https://cgit.FreeBSD.org/ports/commit/?id=7c0f006d5560401d91076f2892cfcb8220ed814a > > commit 7c0f006d5560401d91076f2892cfcb8220ed814a > Author: Neel Chauhan > AuthorDate: 2021-10-11 22:15:49 +0000 > Commit: Neel Chauhan > CommitDate: 2021-10-11 22:17:29 +0000 > > devel/libburn: Update to 1.5.4 Hi, Was any actual burning tested with this libburn release before committing? I did test this release a few weeks ago and it breaks xfburn at least (xfce4 provided burning utility). I tested it again right now and it again fails. Burning was working fine around two weeks ago. The failure is exactly the same I had when I tested 1.5.4 myself: Oct 12 01:03:20 marvin kernel: (cd0:ahcich5:0:0:0): READ(10). CDB: 28 00 00 00 bb bf 00 00 04 00 Oct 12 01:03:20 marvin kernel: (cd0:ahcich5:0:0:0): CAM status: SCSI Status Error Oct 12 01:03:20 marvin kernel: (cd0:ahcich5:0:0:0): SCSI status: Check Condition Oct 12 01:03:20 marvin kernel: (cd0:ahcich5:0:0:0): SCSI sense: ILLEGAL REQUEST asc:21,0 (Logical block address out of range) Oct 12 01:03:20 marvin kernel: (cd0:ahcich5:0:0:0): Error 22, Unretryable error Oct 12 01:03:20 marvin kernel: (cd0:ahcich5:0:0:0): cddone: got error 0x16 back Oct 12 01:03:20 marvin kernel: (cd0:ahcich5:0:0:0): READ(10). CDB: 28 00 00 00 bb fc 00 00 01 00 Oct 12 01:03:20 marvin kernel: (cd0:ahcich5:0:0:0): CAM status: SCSI Status Error Oct 12 01:03:20 marvin kernel: (cd0:ahcich5:0:0:0): SCSI status: Check Condition Oct 12 01:03:20 marvin kernel: (cd0:ahcich5:0:0:0): SCSI sense: ILLEGAL REQUEST asc:21,0 (Logical block address out of range) Oct 12 01:03:20 marvin kernel: (cd0:ahcich5:0:0:0): Error 22, Unretryable error Oct 12 01:03:20 marvin kernel: (cd0:ahcich5:0:0:0): cddone: got error 0x16 back I think this should be reverted and the issue diagnosed properly. -- Guido Falsi