From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 60FB43861026; Tue, 23 Mar 2021 14:42:14 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 60FB43861026 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1616510534; bh=rZMgYNRb1L7rbPT9gY1zjazG3TjsIspV5LoGQ0/ZiUQ=; h=From:To:Subject:Date:From; b=P77jAFHkJAtShPKvsAwb+CxtYDcLQOurpNkUT0KAVbXNEzKAWGzBJwvuNgG+9sFdJ 6gxsyOzljKcobppLK1jIH/vzWOnI47JYc6Mw1d8Uv/GSTyC7bD8AlI6x8TRlCPYEnX xQa2OcR3/if8zZwZQYgfSlgfsk31xKW3a5+SOKGI= From: "mark at klomp dot org" To: debugedit@sourceware.org Subject: [Bug find-debuginfo.sh/27637] New: find-debuginfo.sh depends on RPM_ environment variables Date: Tue, 23 Mar 2021 14:42:14 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: debugedit X-Bugzilla-Component: find-debuginfo.sh X-Bugzilla-Version: unspecified X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: mark at klomp dot org X-Bugzilla-Status: NEW 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: bug_id short_desc product version bug_status bug_severity priority component assigned_to reporter cc target_milestone Message-ID: 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 X-BeenThere: debugedit@sourceware.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: debugedit development mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 23 Mar 2021 14:42:14 -0000 https://sourceware.org/bugzilla/show_bug.cgi?id=3D27637 Bug ID: 27637 Summary: find-debuginfo.sh depends on RPM_ environment variables Product: debugedit Version: unspecified Status: NEW Severity: normal Priority: P2 Component: find-debuginfo.sh Assignee: unassigned at sourceware dot org Reporter: mark at klomp dot org CC: debugedit at sourceware dot org Target Milestone: --- The find-debuginfo.sh scripts only works correctly when the following (rpm) environment variables are set: RPM_BUILD_ROOT RPM_PACKAGE_NAME RPM_PACKAGE_VERSION RPM_PACKAGE_RELEASE RPM_ARCH We must find a better way to provide this information to the find-debuginfo= .sh scripts that isn't dependent on rpm setting these before calling find-debuginfo.sh so that it can be used with other packaging tools. --=20 You are receiving this mail because: You are on the CC list for the bug.=