[Bug 858780] New: windows:mingw:win32/mingw32-dbus-1: Bug
https://bugzilla.novell.com/show_bug.cgi?id=858780 https://bugzilla.novell.com/show_bug.cgi?id=858780#c0 Summary: windows:mingw:win32/mingw32-dbus-1: Bug Classification: openSUSE Product: openSUSE.org Version: unspecified Platform: Other OS/Version: SUSE Other Status: NEW Severity: Normal Priority: P5 - None Component: BuildService AssignedTo: fridrich.strba@bluewin.ch ReportedBy: ralf.habacker@freenet.de QAContact: adrian@suse.com CC: tlillqvist@suse.com, fstrba@suse.com, mkbosmans@gmail.com, hib@hiberis.nl Found By: Integration Test Blocker: --- Tried to rebuild mingw32-dbus package on opensuse 12.2 and got unpacked file errors, which are fixed with the following patch based on: https://build.opensuse.org/source/windows:mingw:win32/mingw32-dbus-1/mingw32... --- mingw32-dbus-1.spec 2014-01-14 22:43:58.353456822 +0100 +++ mingw32-dbus-1.spec 2014-01-14 22:42:44.276753468 +0100 @@ -102,6 +102,8 @@ %dir %{_mingw32_datadir}/dbus-1/system-services %dir %{_mingw32_localstatedir}/lib/dbus %dir %{_mingw32_localstatedir}/run/dbus +%{_mingw32_docdir}/dbus/*.html +%{_mingw32_datadir}/man/* %files devel %defattr(-,root,root) @@ -113,5 +115,7 @@ %{_mingw32_datadir}/doc/dbus/diagram.png %{_mingw32_datadir}/doc/dbus/diagram.svg %{_mingw32_datadir}/doc/dbus/system-activation.txt +%{_mingw32_docdir}/dbus/api/* +%{_mingw32_docdir}/dbus/dbus.devhelp %changelog -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=858780 https://bugzilla.novell.com/show_bug.cgi?id=858780#c1 Fridrich Strba <fstrba@suse.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |WORKSFORME --- Comment #1 from Fridrich Strba <fstrba@suse.com> 2014-01-15 05:39:17 UTC --- Sorry, but if you rebuild those packages outside OBS, it is most likely that it will have unpackaged files, since you might have needed tools on your system that are not in BuildRequires of the package. For this reason, although it is a valid fix for your problem on your particular system, I will not include this fix in the official package. You can try to rebuild it using OBS and all will be fine. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=858780 https://bugzilla.novell.com/show_bug.cgi?id=858780#c2 --- Comment #2 from Ralf Habacker <ralf.habacker@freenet.de> 2014-01-15 09:11:50 UTC ---
... you might have needed tools on your system that are not in BuildRequires of the package.
The following patch makes the spec file independent from those tools. Would be glad to see this patch applied. --- mingw32-dbus-1.spec.orig 2014-01-15 10:05:03.870632747 +0100 +++ mingw32-dbus-1.spec 2014-01-15 10:03:27.736257864 +0100 @@ -78,7 +78,9 @@ %{_mingw32_configure} \ --enable-maintainer-mode --disable-static \ --enable-verbose-mode --disable-tests \ - --enable-checks --enable-asserts + --enable-checks --enable-asserts \ + --disable-xml-docs --disable-doxygen-docs + make %{?_smp_mflags} || make %install -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=858780 https://bugzilla.novell.com/show_bug.cgi?id=858780#c3 Fridrich Strba <fstrba@suse.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|WORKSFORME |FIXED --- Comment #3 from Fridrich Strba <fstrba@suse.com> 2014-01-15 09:22:43 UTC --- (In reply to comment #2)
The following patch makes the spec file independent from those tools. Would be glad to see this patch applied.
Thanks, Ralf, I added the patch and also I upgraded in the same token mingw32-dbus-1 and mingw64-dbus-1 to 1.7.10. Thanks for your contribution. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
participants (1)
-
bugzilla_noreply@novell.com