Bug 1225808 - windows:mingw:win64/mingw64-openssl: No sources included in debug package
Summary: windows:mingw:win64/mingw64-openssl: No sources included in debug package
Status: NEW
Alias: None
Product: openSUSE.org
Classification: openSUSE
Component: 3rd party software (show other bugs)
Version: unspecified
Hardware: Other Other
: P5 - None : Normal (vote)
Target Milestone: ---
Assignee: Ralf Habacker
QA Contact: E-mail List
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: 1225799
  Show dependency treegraph
 
Reported: 2024-06-03 08:18 UTC by Ralf Habacker
Modified: 2024-06-03 13:23 UTC (History)
0 users

See Also:
Found By: ---
Services Priority:
Business Priority:
Blocker: ---
Marketing QA Status: ---
IT Deployment: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Comment 1 Ralf Habacker 2024-06-03 08:58:09 UTC
Adding debug sources is started by rpmbuild by a call to 

/usr/lib/rpm/mingw64-find-debuginfo.sh /home/abuild/rpmbuild/BUILD 1

which work for example with mingw64-zlib

extracting debug info from /home/abuild/rpmbuild/BUILDROOT/mingw64-zlib-1.2.13-0.x86_64/usr/x86_64-w64-mingw32/sys-root/mingw/bin/libminizip-1.dll
extracting debug info from /home/abuild/rpmbuild/BUILDROOT/mingw64-zlib-1.2.13-0.x86_64/usr/x86_64-w64-mingw32/sys-root/mingw/bin/libz.dll
creating debugsource file structure
copying /home/abuild/rpmbuild/BUILD/zlib-1.2.13/adler32.c to /home/abuild/rpmbuild/BUILDROOT/mingw64-zlib-1.2.13-0.x86_64/usr/x86_64-w64-mingw32/sys-root/mingw/src/debug/zlib-1.2.13/adler32.c
... 

while with mingw64-openssl

...
extracting debug info from /home/abuild/rpmbuild/BUILDROOT/mingw64-openssl-1.0.2h-0.x86_64/usr/x86_64-w64-mingw32/sys-root/mingw/bin/libssl-10.dll
...
creating debugsource file structure
<empty list>

no files are copied.