From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 4A2753858410; Thu, 21 Mar 2024 00:05:50 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 4A2753858410 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1710979550; bh=g42GoEjq1fRz8Tdc1vuYgUyrwuALeef9rlTDZLih5IU=; h=From:To:Subject:Date:In-Reply-To:References:From; b=nDs3I/Q99/AGyFR7EE82BOlBfR5gKkFDFEuTHfj6UV+RiLSiYM05I8bnHdHuKCnS6 HoU9YCojR4HBDlbNKu4VV32aP9qUlGgW7pfsiTdJaR37G9r4Kz0GftvyrkBJOkqoCk eUO8uhvC9y1UIHdaDV4KOGSaBZ8bOVqE4NvLIBiI= From: "allan at archlinux dot org" To: debugedit@sourceware.org Subject: [Bug debugedit/31504] debugedit writes out ELF file even when nothing has been updated Date: Thu, 21 Mar 2024 00:05:49 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: debugedit X-Bugzilla-Component: debugedit X-Bugzilla-Version: unspecified X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: allan at archlinux dot org X-Bugzilla-Status: ASSIGNED 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: 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=3D31504 --- Comment #2 from Allan McRae --- This partially fixes the issue we are seeing in Arch Linux.=20=20 Debugedit keeps the extra data when using: LANG=3DC debugedit --no-recompute-build-id \ --list-file /dev/stdout "$1" But still removes the data when using: LANG=3DC debugedit --no-recompute-build-id \ --base-dir "${srcdir}" \ --dest-dir "${dbgsrcdir}" \ --list-file /dev/stdout "$1" This happens even when there are no source files found, so debugedit would = make no changes. --=20 You are receiving this mail because: You are on the CC list for the bug.=