Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 536952 - dev-libs/libgit2-glib-0.0.24 with dev-libs/libgit2-0.22.0 - 'git_clone_options' has no member named 'remote_name'
Summary: dev-libs/libgit2-glib-0.0.24 with dev-libs/libgit2-0.22.0 - 'git_clone_option...
Status: RESOLVED DUPLICATE of bug 536830
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] GNOME (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo Linux Gnome Desktop Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-01-18 09:39 UTC by Martin von Gagern
Modified: 2015-01-19 09:53 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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 ***