Summary: | dev-util/geany-plugins-1.37-r101: gcb-plugin.c:219:12: error: ‘git_buf’ has no member named ‘asize’; did you mean ‘size’? | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | Leonid Kopylov <leonchik1976> |
Component: | Current packages | Assignee: | Chris Mayo <aklhfex> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | gentoo |
Priority: | Normal | Keywords: | PullRequest |
Version: | unspecified | ||
Hardware: | ARM64 | ||
OS: | Linux | ||
See Also: | https://github.com/gentoo/gentoo/pull/25961 | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- | |
Attachments: | build.log |
Description
Leonid Kopylov
2022-06-14 09:06:09 UTC
Created attachment 784880 [details]
build.log
Also fails for me, but in a different area: gcb-plugin.c:219:12: error: ‘git_buf’ has no member named ‘asize’; did you mean ‘size’? Note that I am having geany-1.38 installed, but geany-plugins-1.38-r1 is being masked per: !!! Multiple package instances within a single package slot have been pulled !!! into the dependency graph, resulting in a slot conflict: dev-libs/libgit2:0 (dev-libs/libgit2-1.3.1:0/1.3::gentoo, ebuild scheduled for merge) USE="ssh threads -examples -gssapi -test -trace" ABI_X86="(64)" pulled in by <dev-libs/libgit2-1.4.0:= required by (dev-util/geany-plugins-1.38-r1:0/0::gentoo, ebuild scheduled for merge) USE="ctags enchant git gpg gtkspell lua markdown nls scope soup -debugger -pretty-printer -workbench" ABI_X86="(64)" LUA_SINGLE_TARGET="lua5-1" ^ ^^^^^ ^ (dev-libs/libgit2-1.4.3:0/1.4::gentoo, installed) USE="ssh threads -examples -gssapi -test -trace" ABI_X86="(64)" pulled in by dev-libs/libgit2:0/1.4= required by (dev-util/git-delta-0.13.0:0/0::gentoo, installed) USE="-debug" ABI_X86="(64)" ^^^^^^^ dev-libs/libgit2:0/1.4= required by (sci-electronics/fritzing-0.9.4-r2:0/0::gentoo, installed) USE="" ABI_X86="(64)" ^^^^^^^ >=dev-libs/libgit2-0.26.0:0/1.4=[ssh] required by (dev-libs/libgit2-glib-1.0.0.1:0/0::gentoo, installed) USE="ssh vala -gtk-doc -python" ABI_X86="(64)" PYTHON_TARGETS="python3_9 -python3_10 -python3_8" ^^^^^^^ dev-libs/libgit2:0/1.4=[ssh,threads] required by (dev-util/gnome-builder-42.1:0/0::gentoo, installed) USE="clang devhelp git glade gtk-doc spell sysprof webkit -doc -flatpak -test" ABI_X86="(64)" PYTHON_SINGLE_TARGET="python3_9 -python3_10 -python3_8" ^^^^^^^ =dev-libs/libgit2-1.4*:0/1.4= required by (dev-python/pygit2-1.9.2:0/0::gentoo, installed) USE="-test" ABI_X86="(64)" PYTHON_TARGETS="python3_9 -python3_10 -python3_11 -python3_8" ^ ^^^^^^^^^^^ dev-libs/libgit2:0/1.4=[threads] required by (dev-vcs/gitg-41:0/0::gentoo, installed) USE="glade python" ABI_X86="(64)" PYTHON_TARGETS="python3_9 -python3_10 -python3_8" ^^^^^^^ =dev-libs/libgit2-1.4*:= required by (dev-python/pygit2-1.9.2:0/0::gentoo, installed) USE="-test" ABI_X86="(64)" PYTHON_TARGETS="python3_9 -python3_10 -python3_11 -python3_8" ^ ^^^^ For example, after emerging geany and geany-plugins, and re-emerging: sudo emerge -1av geany geany-plugins --verbose-conflicts These are the packages that would be merged, in order: Calculating dependencies... done! [ebuild N ] app-text/discount-2.2.7b::gentoo USE="-minimal -test" 0 KiB [ebuild N ] app-eselect/eselect-ctags-1.19::gentoo 0 KiB [ebuild N ] dev-util/geany-1.38::gentoo USE="vte" 0 KiB [ebuild N ] dev-util/ctags-20211017.0::gentoo USE="xml -json -yaml" 0 KiB [ebuild N ] dev-util/geany-plugins-1.37-r101::gentoo USE="ctags enchant git gpg gtkspell lua markdown nls scope soup -debugger -pretty-printer -workbench" LUA_SINGLE_TARGET="lua5-1" 0 KiB Total: 5 packages (5 new), Size of downloads: 0 KiB Note the version mismatch between geany and geany-plugins. The only options are USE="-git" or downgrading libgit2 to <libgit2-1.4.0. Follow the implementation of libgit2-1.4 support on bug 835407. If the SCI_GETTWOPHASEDRAW error is also found with geany-plugins-1.38-r1 please file a new bug. The bug has been closed via the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1fe0f94706264b202b97d0c311e4b6a83ee1a9d9 commit 1fe0f94706264b202b97d0c311e4b6a83ee1a9d9 Author: Chris Mayo <aklhfex@gmail.com> AuthorDate: 2022-06-18 16:32:40 +0000 Commit: Sam James <sam@gentoo.org> CommitDate: 2022-06-20 02:49:33 +0000 dev-util/geany-plugins: drop 1.37-r101 Closes: https://bugs.gentoo.org/851870 Signed-off-by: Chris Mayo <aklhfex@gmail.com> Closes: https://github.com/gentoo/gentoo/pull/25961 Signed-off-by: Sam James <sam@gentoo.org> dev-util/geany-plugins/Manifest | 1 - .../files/geany-plugins-1.37_use-stdbool.patch | 39 ------- .../geany-plugins/geany-plugins-1.37-r101.ebuild | 126 --------------------- 3 files changed, 166 deletions(-) |