Please read this before reporting a bug:
https://wiki.archlinux.org/title/Bug_reporting_guidelines
Do NOT report bugs when a package is just outdated, or it is in the AUR. Use the 'flag out of date' link on the package page, or the Mailing List.
REPEAT: Do NOT report bugs for outdated packages!
https://wiki.archlinux.org/title/Bug_reporting_guidelines
Do NOT report bugs when a package is just outdated, or it is in the AUR. Use the 'flag out of date' link on the package page, or the Mailing List.
REPEAT: Do NOT report bugs for outdated packages!
FS#46840 - [libgit2] Somehow SSH support seems to be disabled.
Attached to Project:
Arch Linux
Opened by sven (commonuser) - Friday, 23 October 2015, 16:03 GMT
Last edited by Jan Alexander Steffens (heftig) - Sunday, 22 November 2015, 02:06 GMT
Opened by sven (commonuser) - Friday, 23 October 2015, 16:03 GMT
Last edited by Jan Alexander Steffens (heftig) - Sunday, 22 November 2015, 02:06 GMT
|
DetailsCurrently gnome-builder fails to start with “Builder requires
libgit2-glib with SSH support” and checking with #include <iostream> #include <git2.h> using namespace std; int main() { git_libgit2_init(); const int f = git_libgit2_features(); cout << (f & GIT_FEATURE_SSH) << endl; return 0; } gives 0, so it seems SSH support is disabled. Right? Looking at the CMakeLists, SSH support is enabled by default and the PGKBUILD does not deactivate it. What's going on? :D |
This task depends upon
Closed by Jan Alexander Steffens (heftig)
Sunday, 22 November 2015, 02:06 GMT
Reason for closing: Works for me
Sunday, 22 November 2015, 02:06 GMT
Reason for closing: Works for me
EDIT: https://bugs.archlinux.org/task/47142.