From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id C1E263858CDB; Mon, 28 Aug 2023 11:04:23 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org C1E263858CDB DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1693220663; bh=wBpgYylZYvtmVK3eOmEUJ5D51ItV+t421/xsa1JMt60=; h=From:To:Subject:Date:In-Reply-To:References:From; b=TWFEaMh6qUQTXDaozK8KBd7H2i1+lChLMDfK7lTqUW0YoDEmN86eFI5gwby9UJb9G 2X35kJduvZSJMREiBinxBQDXx6vSCCJTDu4QZDC36/HkF3ROJ6YcaMc2hHlM7dILIT ePsjDmsWpsPuVW5re2Yg56tZoUm1d0vTXAvRU/do= From: "mark at klomp dot org" To: debugedit@sourceware.org Subject: [Bug find-debuginfo/30097] Q: why find-debuginfo script uses cpio? Date: Mon, 28 Aug 2023 11:04:22 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: debugedit X-Bugzilla-Component: find-debuginfo X-Bugzilla-Version: unspecified X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: mark at klomp dot org X-Bugzilla-Status: UNCONFIRMED X-Bugzilla-Resolution: X-Bugzilla-Priority: P2 X-Bugzilla-Assigned-To: unassigned at sourceware dot org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: cc Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: http://sourceware.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 List-Id: https://sourceware.org/bugzilla/show_bug.cgi?id=3D30097 Mark Wielaard changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |mark at klomp dot org --- Comment #2 from Mark Wielaard --- (In reply to kloczek from comment #0) > Trying to minimize base build build env I found that only package which > needs cpio is find-debuginfo scipt. > I have difficulty ith understandig why it needed to try to remove that > dependency. >=20 > Is it reall necessary to use cpio in this case? It is just an convenient way to package up a bunch of files. It could be replaced with any other packaging system. cpio is just known to always be there. What would you suggest instead? And do you have a working patch? --=20 You are receiving this mail because: You are on the CC list for the bug.=