Bug 1258165 - /usr/lib/rpm/find-debuginfo.sh don't extract debug infos.
Summary: /usr/lib/rpm/find-debuginfo.sh don't extract debug infos.
Keywords:
Status: CLOSED NOTABUG
Alias: None
Product: Fedora
Classification: Fedora
Component: rpm
Version: 21
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: ---
Assignee: Packaging Maintenance Team
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2015-08-29 19:57 UTC by Frank Büttner
Modified: 2015-08-31 09:21 UTC (History)
5 users (show)

Fixed In Version:
Clone Of:
Environment:
Last Closed: 2015-08-31 09:21:45 UTC
Type: Bug
Embargoed:


Attachments (Terms of Use)
sample srpm file (14.91 MB, application/x-rpm)
2015-08-29 19:57 UTC, Frank Büttner
no flags Details

Description Frank Büttner 2015-08-29 19:57:16 UTC
Created attachment 1068317 [details]
sample srpm file

Description of problem:
When build packages on F22 for F21 via mock, an empty debug file is created.

Version-Release number of selected component (if applicable):
rpm-build-4.12.0.1-7.fc21.x86_64

How reproducible:
every time


Steps to Reproduce:
1. mock -r fedora-21-x86_64 sample.srpm

Actual results:
An empty debug file is created.

Expected results:
Debug file with debug info.

Comment 1 Ľuboš Kardoš 2015-08-31 09:21:45 UTC
Your %{_libdir}/purple-2/telegram-purple.so doesn't have set executable bit.

From https://fedoraproject.org/wiki/Packaging:Debuginfo:

* find-debuginfo.sh processes only files that are executable when it's run; for practical purposes one can assume that happens under the hood after the %install section. Make sure that all ELF binaries (executables, shared libraries, DSO's) are executable at end of %install.


Note You need to log in before you can comment on or make changes to this bug.