http://bugzilla.opensuse.org/show_bug.cgi?id=1116889 http://bugzilla.opensuse.org/show_bug.cgi?id=1116889#c7 --- Comment #7 from Ralf Habacker <ralf.habacker@freenet.de> --- (In reply to Ralf Habacker from comment #6)
This workaround works for the mingw{32|64}-cross-gcc packages, but unfortunally not with other packages, for example home:rhabacker:branches:windows:mingw:win32/mingw32-libqt4, which is a branch from windows:mingw:win32 This and other affected packages provides native and cross compiled package.
The log file shows that debug symbols for native packages are extracted first with: /usr/lib/rpm/find-debuginfo.sh -j8 --build-id-seed 4.8.6-lp150.43.2 --unique-debug-suffix -4.8.6-lp150.43.2.x86_64 --unique-debug-src-base mingw32-qt4-4.8.6-lp150.43.2.x86_64 --run-dwz --dwz-low-mem-die-limit 10000000 --dwz-max-die-limit 50000000 -S debugsourcefiles.list /home/abuild/rpmbuild/BUILD/qt-everywhere-opensource-src-4.8.6 and then the symbols from cross compiled packages with: /usr/lib/rpm/mingw32-find-debuginfo.sh /home/abuild/rpmbuild/BUILD 1 which fails to add the mentioned files to the mingwXX-debugsources.list -- You are receiving this mail because: You are on the CC list for the bug.