Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 536952

Summary: dev-libs/libgit2-glib-0.0.24 with dev-libs/libgit2-0.22.0 - 'git_clone_options' has no member named 'remote_name'
Product: Gentoo Linux Reporter: Martin von Gagern <Martin.vGagern>
Component: [OLD] GNOMEAssignee: Gentoo Linux Gnome Desktop Team <gnome>
Status: RESOLVED DUPLICATE    
Severity: normal    
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
See Also: https://bugzilla.gnome.org/show_bug.cgi?id=743118
Whiteboard:
Package list:
Runtime testing required: ---

Description Martin von Gagern 2015-01-18 09:39:27 UTC
ggit-clone-options.c: In function ‘ggit_clone_options_copy’:
ggit-clone-options.c:72:20: error: ‘git_clone_options’ has no member named ‘remo
te_name’
  gnew_clone_options.remote_name = g_strdup (gclone_options->remote_name);
                    ^

And several more just like this, for the same struct member “remote_name”.

Apparently due to https://github.com/libgit2/libgit2/commit/1697cd6ff5d29c95106ff4b7bd56ebba5d51b8c1 which replaces “const char *remote_name” with “git_remote_create_cb remote_cb”. I see no indication of this change in the libgit2-glib master branch or the gitg bug tracker, so perhaps this needs to be reported upstream as well.
Comment 1 Martin von Gagern 2015-01-18 10:09:22 UTC
(In reply to Martin von Gagern from comment #0)
> perhaps this needs to be reported upstream as well.

Did so at https://bugzilla.gnome.org/show_bug.cgi?id=743118
Comment 2 Pacho Ramos gentoo-dev 2015-01-19 09:53:20 UTC

*** This bug has been marked as a duplicate of bug 536830 ***