GNOME Bugzilla – Bug 793406
Since 1.1 release, buildtime dependency on git?
Last modified: 2018-02-13 10:56:50 UTC
Since 1.1 release a buildtime dependency on git is needed. https://git.gnome.org/browse/gcab/commit/?id=9e4f91f955eb3be3de483fc37e2ac2be887eb6ac This is probably a bit to much to ask :-) I fully get the need for --version to work even when building from a git checkout, but to mandate git in a buildroot for a released tarball seems overkill to me. Building 1.1 with the patch reverted works just fine bjolie@haldis:~> gcab --version gcab 1.1 bjolie@haldis:~>
Sorry I forgot to test when git was missing (I checked when it returned error only). I am looking for a workaround, but I think it would not be crazy to require git in a build system. Stay tuned.
Pushed: build-sys: don't require git to build Check git is available before running it. https://git.gnome.org/browse/gcab/commit/?id=b9972fb3329c2b170132a51694b06d0d8189efd5 thanks
Tested ok! Thanks a lot for that very quick fix.