Bug 1274953 - Broken debuginfos in nwchem
Summary: Broken debuginfos in nwchem
Keywords:
Status: CLOSED INSUFFICIENT_DATA
Alias: None
Product: Fedora
Classification: Fedora
Component: nwchem
Version: 22
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: ---
Assignee: marcindulak
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2015-10-24 03:35 UTC by Susi Lehtola
Modified: 2016-04-04 22:50 UTC (History)
2 users (show)

Fixed In Version:
Clone Of:
Environment:
Last Closed: 2016-01-16 13:37:17 UTC
Type: Bug
Embargoed:


Attachments (Terms of Use)

Description Susi Lehtola 2015-10-24 03:35:37 UTC
In the spec file debuginfos are destroyed with

# build openmpi version
cp -rp src.orig src
%{_openmpi_load}
%dobuild
%{_openmpi_unload}
rm -rf src

Debuginfos should be kept for all binaries. The right way to do this is to use separate build directories for all the different flavors.

Please don't break the debuginfos.

Comment 1 marcindulak 2015-12-16 13:18:52 UTC
The line 255 of http://pkgs.fedoraproject.org/cgit/nwchem.git/tree/nwchem.spec
says that the last build src dir is kept. I understand that debuginfo is extracted from the installed binaries at the end of %install and see nwchem-debuginfo at http://koji.fedoraproject.org/koji/buildinfo?buildID=700515
What else is missing?

Comment 2 Susi Lehtola 2016-04-04 22:50:16 UTC
Well, I guess that might work...


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