From unknown Wed Jun 18 23:04:30 2025 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 X-Mailer: MIME-tools 5.509 (Entity 5.509) Content-Type: text/plain; charset=utf-8 From: bug#60413 <60413@debbugs.gnu.org> To: bug#60413 <60413@debbugs.gnu.org> Subject: Status: cutter is outdated and also segfaults on launch Reply-To: bug#60413 <60413@debbugs.gnu.org> Date: Thu, 19 Jun 2025 06:04:30 +0000 retitle 60413 cutter is outdated and also segfaults on launch reassign 60413 guix submitter 60413 Csepp severity 60413 normal thanks From debbugs-submit-bounces@debbugs.gnu.org Thu Dec 29 18:57:48 2022 Received: (at submit) by debbugs.gnu.org; 29 Dec 2022 23:57:48 +0000 Received: from localhost ([127.0.0.1]:33176 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1pB2mS-0003B9-9g for submit@debbugs.gnu.org; Thu, 29 Dec 2022 18:57:48 -0500 Received: from lists.gnu.org ([209.51.188.17]:41550) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1pB2mQ-0003Az-Ep for submit@debbugs.gnu.org; Thu, 29 Dec 2022 18:57:47 -0500 Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1pB2mQ-0002JV-5s for bug-guix@gnu.org; Thu, 29 Dec 2022 18:57:46 -0500 Received: from mx0.riseup.net ([198.252.153.6]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1pB2mN-0001xm-Ph for bug-guix@gnu.org; Thu, 29 Dec 2022 18:57:45 -0500 Received: from fews2.riseup.net (fews2-pn.riseup.net [10.0.1.84]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256 client-signature RSA-PSS (2048 bits) client-digest SHA256) (Client CN "mail.riseup.net", Issuer "R3" (not verified)) by mx0.riseup.net (Postfix) with ESMTPS id 4Njlgn74XCz9sL9 for ; Thu, 29 Dec 2022 23:57:41 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=riseup.net; s=squak; t=1672358262; bh=6T89JLl5PdstIA/E2yZGyIwytFG+1Ela3dEbe1EL6UY=; h=From:To:Subject:Date:From; b=nQOXCq1hEwCHg4rXd+5Ii2LNWeO7R9+9+07JO3hho51m+LCwgSk6a7woRV/NVMpKN HKg4b2/d/x6ZHpyO5oEWxWaW+kg8xT2v9TS0h5hJQ+A4yDlQGPtYDMRRcetLKl9vA7 yf0Nea1XZ8yM4Xj21vba3XF3mPWj4zNWMbhocTro= X-Riseup-User-ID: 4557456DBD230998604E02498FB30E29F9A770A261CE58A0A8D93E2FCFD6615F Received: from [127.0.0.1] (localhost [127.0.0.1]) by fews2.riseup.net (Postfix) with ESMTPSA id 4Njlgn1sN0z1yV4 for ; Thu, 29 Dec 2022 23:57:41 +0000 (UTC) From: Csepp To: Bug reports for GNU Guix Subject: cutter is outdated and also segfaults on launch Date: Fri, 30 Dec 2022 00:49:46 +0100 Message-ID: <877cy97ogd.fsf@riseup.net> MIME-Version: 1.0 Content-Type: text/plain Received-SPF: pass client-ip=198.252.153.6; envelope-from=raingloom@riseup.net; helo=mx0.riseup.net X-Spam_score_int: -27 X-Spam_score: -2.8 X-Spam_bar: -- X-Spam_report: (-2.8 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, RCVD_IN_DNSWL_LOW=-0.7, SPF_HELO_PASS=-0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Score: -1.4 (-) X-Debbugs-Envelope-To: submit X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -2.4 (--) Our package for the Cutter reverse engineering framework is very outdated and now the package does not even work, since the Cutter executable simply crashes on startup in ImportsModel::rowCount. I attempted packaging the new version that uses the new rizin fork of radare2 but didn't get far. I can't work on it right now, but if someone wants to pick up where I left off, I'll push my branch to https://git.sr.ht/~raingloom/guix-source/tree/raingloom/cutter It's not currently online and it's on a different machine than the one I'm writing from, but once pushed, it should be at that URL. I'm not sure how a package that doesn't even start passed its check phase. Tests don't seem to be disabled, so maybe it's Wayland related? But it was working fine a few months ago, so this is weird. Either way, the version is old, so unless the fix is trivial, time is better spent updating the package than fixing the current version. From debbugs-submit-bounces@debbugs.gnu.org Wed May 24 02:13:55 2023 Received: (at control) by debbugs.gnu.org; 24 May 2023 06:13:55 +0000 Received: from localhost ([127.0.0.1]:40979 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1q1hkw-0001Fc-OC for submit@debbugs.gnu.org; Wed, 24 May 2023 02:13:55 -0400 Received: from mx0.riseup.net ([198.252.153.6]:47246) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1q1hku-0001FO-1f for control@debbugs.gnu.org; Wed, 24 May 2023 02:13:52 -0400 Received: from fews01-sea.riseup.net (fews01-sea-pn.riseup.net [10.0.1.109]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256 client-signature RSA-PSS (2048 bits) client-digest SHA256) (Client CN "mail.riseup.net", Issuer "R3" (not verified)) by mx0.riseup.net (Postfix) with ESMTPS id 4QR18p2Jpvz9sCm; Wed, 24 May 2023 06:13:46 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=riseup.net; s=squak; t=1684908826; bh=pchb3XUjI6e9yqsc+7toWUp3dNs4pJuaQuWRjPOHwaY=; h=References:From:To:Cc:Subject:Date:In-reply-to:From; b=EgQBB0+eJbdcWHrIiVNfufPJFEdbQfW5vMs2y4xuius+UujOScPPGcauolSZALMTh 541mY9r3V4zo8p8D4j2mx6LXmIfuehgMLY6ixItgBil7Yw2/RCyyWUw4oyur/62e/2 Qb+XSW+xhWsdb5ur4ewNHuYMv2F41pvLdBJNB2IY= X-Riseup-User-ID: C49640F1BE64C697FF1AB1C5BD3DCDA27968D9CD300C4A395E44AB424B6F70E9 Received: from [127.0.0.1] (localhost [127.0.0.1]) by fews01-sea.riseup.net (Postfix) with ESMTPSA id 4QR18n4FHGzJqBW; Wed, 24 May 2023 06:13:45 +0000 (UTC) References: From: Csepp To: XVilka Haos of System Subject: Re: bug#63669: Cutter package is heavily outdated and uses wrong backend Date: Wed, 24 May 2023 08:07:10 +0200 In-reply-to: Message-ID: <874jo2qmsr.fsf@riseup.net> MIME-Version: 1.0 Content-Type: text/plain X-Spam-Score: -0.7 (/) X-Debbugs-Envelope-To: control Cc: control@debbugs.gnu.org, 63669@gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.7 (-) merge 60413 63669 thanks XVilka Haos of System writes: > Hi! > Regarding the package https://packages.guix.gnu.org/packages/cutter/ > > Since Cutter 2.x versions, it switched from Radare2 to Rizin as a > backend (a fork of Radare2). Meanwhile, Radare2 developers renamed > their GUI to "Iaito": > > The latest available Cutter release at this time (May 23, 2023) is > 2.2.1, and the corresponding Rizin release is 0.5.2 > > Since Guix already has packaged Rizin, upgrading the Cutter package > should be straightforward: > https://packages.guix.gnu.org/packages/rizin > > **Links for the reference** > > - https://cutter.re > - https://github.com/rizinorg/cutter > - https://rizin.re/posts/faq/ > - https://github.com/radareorg/iaito > - https://repology.org/project/cutter-re/versions > - https://repology.org/project/rizin/versions > > **Release links** > > - https://github.com/rizinorg/cutter/releases/tag/v2.2.1 > - https://github.com/rizinorg/rizin/releases/tag/v0.5.2 > > Best regards, > XVilka. I've tried upgrading it, it wasn't exactly simple. For now you can use the official Flatpak instead: flatpak install re.rizin.cutter From unknown Wed Jun 18 23:04:30 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: bug archived. Date: Wed, 10 Jul 2024 11:24:08 +0000 User-Agent: Fakemail v42.6.9 # This is a fake control message. # # The action: # bug archived. thanks # This fakemail brought to you by your local debbugs # administrator