Your package libgda failed to build from source in current rawhide. https://koji.fedoraproject.org/koji/taskinfo?taskID=17732088 For details on mass rebuild see https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
Created attachment 1252898 [details] build.log
Created attachment 1252899 [details] root.log
Created attachment 1252900 [details] state.log
This bug appears to have been reported against 'rawhide' during the Fedora 26 development cycle. Changing version to '26'.
libgda still fails to build (fedora 25, 26, 27, rawhide). The last successful build was libgda-5.2.2-11.fc24.x86_64, for the fedora 24 (!) mass rebuild, according to koji - which is the package that is available right now on f24+, as it hasn't seen updates or successful rebuilds since. This is starting to cause problems, as the package and its subpackages are starting to cause dependency conflicts, e.g. with mariadb-libs.
Created attachment 1385814 [details] Fixes the various files where the file encoding is not UTF-8. This is the first in a series of patches to make libgda build on F27 (and probably other Fedora revisions). The utf8 patch correct the file encoding for various C and header files which need to be processed by the gnome utilities which are strict about utf-8 encoding. The developper names were using a variety of encodings, all now normalized to UTF-8. Note that only the files that need to be processed by the gnome utilities have been corrected.
Created attachment 1385815 [details] Adjust to new openssl API. This is the second in a series of patches to make libgda build on F27 (and probably other Fedora revisions). The openssl patch adjusts the libgda code to the new openssl API.
Created attachment 1385816 [details] Locate the firebird includes at the right location. This is the third in a series of patches to make libgda build on F27 (and probably other Fedora revisions). Libgda can now be built with firebird support. This patch fixes the build process.
Created attachment 1385819 [details] Changes to spec file This is the fourth and last in a series of patches to make libgda build on F27 (and probably other Fedora revisions). This patches the spec file: - apply utf8 patch - apply firebird patch - apply openssl patch - created a libgda-firebird subpackage - disabled --with-system-sqlite=yes as it breaks libgda's build
This bug appears to have been reported against 'rawhide' during the Fedora 28 development cycle. Changing version to '28'.
*** Bug 1556039 has been marked as a duplicate of this bug. ***
I've spent some time today working on libgda and making it build again. The itstool issue mentioned in https://bugzilla.redhat.com/show_bug.cgi?id=1604587 still remains (I did some build system hackery to build it with an older itstool), but otherwise it should now be in a bit less sorry state. Feel free to open PRs and CC me there if there's anything else you'd like fixed there (I'm not libgda maintainer, just doing drive by fixes).
libgda-5.2.8-1.fc29 has been submitted as an update to Fedora 29. https://bodhi.fedoraproject.org/updates/FEDORA-2018-7993c4e097
(In reply to Kalev Lember from comment #12) > I've spent some time today working on libgda and making it build again. The > itstool issue mentioned in > https://bugzilla.redhat.com/show_bug.cgi?id=1604587 still remains (I did > some build system hackery to build it with an older itstool), but otherwise > it should now be in a bit less sorry state. Feel free to open PRs and CC me > there if there's anything else you'd like fixed there (I'm not libgda > maintainer, just doing drive by fixes). The itstool issue can be sidelined by using python2 instead of python3, as in: make %{?_smp_mflags} ITSTOOL="python2 $(which itstool)"
libgda-5.2.8-1.fc29 has been pushed to the Fedora 29 testing repository. If problems still persist, please make note of it in this bug report. See https://fedoraproject.org/wiki/QA:Updates_Testing for instructions on how to install test updates. You can provide feedback for this update here: https://bodhi.fedoraproject.org/updates/FEDORA-2018-7993c4e097
(In reply to Philippe Troin from comment #14) > The itstool issue can be sidelined by using python2 instead of python3, as > in: > make %{?_smp_mflags} ITSTOOL="python2 $(which itstool)" Ahh, thanks!
This is awesome. I couldn't get it to work even if my life depended on it. Thanks, Kalev, for working on this!
libgda-5.2.8-1.fc29 has been pushed to the Fedora 29 stable repository. If problems still persist, please make note of it in this bug report.
The needinfo request[s] on this closed bug have been removed as they have been unresolved for 1000 days