Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 833600 - dev-util/geany-plugins-1.38 - gcb-plugin.c: error: git_buf has no member named asize
Summary: dev-util/geany-plugins-1.38 - gcb-plugin.c: error: git_buf has no member name...
Status: RESOLVED DUPLICATE of bug 835407
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Chris Mayo
URL: https://github.com/geany/geany-plugin...
Whiteboard:
Keywords: PullRequest
Depends on:
Blocks:
 
Reported: 2022-02-18 09:28 UTC by Toralf Förster
Modified: 2022-06-18 16:38 UTC (History)
2 users (show)

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


Attachments
emerge-info.txt (emerge-info.txt,15.88 KB, text/plain)
2022-02-18 09:28 UTC, Toralf Förster
Details
dev-util:geany-plugins-1.38:20220218-090647.log.bz2 (dev-util:geany-plugins-1.38:20220218-090647.log.bz2,20.85 KB, application/x-bzip)
2022-02-18 09:28 UTC, Toralf Förster
Details
emerge-history.txt (emerge-history.txt,114.71 KB, text/plain)
2022-02-18 09:28 UTC, Toralf Förster
Details
environment (environment,70.85 KB, text/plain)
2022-02-18 09:28 UTC, Toralf Förster
Details
etc.portage.tar.bz2 (etc.portage.tar.bz2,22.73 KB, application/x-bzip)
2022-02-18 09:28 UTC, Toralf Förster
Details
logs.tar.bz2 (logs.tar.bz2,13.44 KB, application/x-bzip)
2022-02-18 09:28 UTC, Toralf Förster
Details
temp.tar.bz2 (temp.tar.bz2,37.72 KB, application/x-bzip)
2022-02-18 09:28 UTC, Toralf Förster
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Toralf Förster gentoo-dev 2022-02-18 09:28:12 UTC
too long lines were shrinked:

make[3]: Entering directory '/var/tmp/portage/dev-util/geany-plugins-1.38/work/geany-plugins-1.38/git-changebar/src'
/bin/sh ../../libtool  --tag=CC   --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../..   -DG_LOG_DOMAIN=\"GitChangeBar\"  -DLOCALEDIR=\""/usr/share/locale"\" -DPREFIX=\""/usr"\" -DDOCDIR=\""/usr/share/doc/geany-plugins-1.38"\" -DGEANYPLUGINS_DATADIR=\""/usr/share"\" -DPKGDATADIR=\""/us
libtool: compile:  x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -DG_LOG_DOMAIN=\"GitChangeBar\" -DLOCALEDIR=\"/usr/share/locale\" -DPREFIX=\"/usr\" -DDOCDIR=\"/usr/share/doc/geany-plugins-1.38\" -DGEANYPLUGINS_DATADIR=\"/usr/share\" -DPKGDATADIR=\"/usr/share/geany-plugins\" -DLIBDIR=\"/usr/li
gcb-plugin.c: In function ‘gcb_git_buf_grow’:
gcb-plugin.c:219:12: error: ‘git_buf’ has no member named ‘asize’; did you mean ‘size’?
  219 |   if (buf->asize == 0) {
      |            ^~~~~

  -------------------------------------------------------------------

  This is an unstable amd64 chroot image at a tinderbox (==build bot)
  name: 17.1_desktop_gnome_systemd-j4-20220216-231624

  -------------------------------------------------------------------

gcc-config -l:
 [1] x86_64-pc-linux-gnu-11.2.1 *
clang/llvm (if any):
/usr/lib/llvm/13
13.0.1
Python 3.9.10
Available Ruby profiles:
  [1]   ruby26 (with Rubygems)
  [2]   ruby27 (with Rubygems)
  [3]   ruby30 (with Rubygems) *
Available Rust versions:
  [1]   rust-bin-1.58.1 *
The following VMs are available for generation-2:
*)	Eclipse Temurin JDK 11.0.14_p9 [openjdk-bin-11]
2)	Eclipse Temurin JDK 8.322_p06 [openjdk-bin-8]
Available Java Virtual Machines:
  [1]   openjdk-bin-8 
  [2]   openjdk-bin-11  system-vm

The Glorious Glasgow Haskell Compilation System, version 8.10.4
php cli:

  HEAD of ::gentoo
commit 895d9be451aba2afca396d3ac03d60da6a6f3b7b
Author: Repository mirror & CI <repomirrorci@gentoo.org>
Date:   Fri Feb 18 08:21:55 2022 +0000

    2022-02-18 08:21:54 UTC

emerge -qpvO dev-util/geany-plugins
[ebuild  N    ] dev-util/geany-plugins-1.38  USE="git nls -ctags -debugger -enchant -gpg -gtkspell -lua -markdown -pretty-printer -scope -soup -workbench" LUA_SINGLE_TARGET="lua5-1"
Comment 1 Toralf Förster gentoo-dev 2022-02-18 09:28:13 UTC
Created attachment 765366 [details]
emerge-info.txt
Comment 2 Toralf Förster gentoo-dev 2022-02-18 09:28:15 UTC
Created attachment 765367 [details]
dev-util:geany-plugins-1.38:20220218-090647.log.bz2
Comment 3 Toralf Förster gentoo-dev 2022-02-18 09:28:16 UTC
Created attachment 765368 [details]
emerge-history.txt
Comment 4 Toralf Förster gentoo-dev 2022-02-18 09:28:17 UTC
Created attachment 765369 [details]
environment
Comment 5 Toralf Förster gentoo-dev 2022-02-18 09:28:18 UTC
Created attachment 765370 [details]
etc.portage.tar.bz2
Comment 6 Toralf Förster gentoo-dev 2022-02-18 09:28:19 UTC
Created attachment 765371 [details]
logs.tar.bz2
Comment 7 Toralf Förster gentoo-dev 2022-02-18 09:28:21 UTC
Created attachment 765372 [details]
temp.tar.bz2
Comment 8 Chris Mayo 2022-02-19 17:48:14 UTC
Not compatible with the latest libgit2 >= 1.4.0.
Comment 9 Larry the Git Cow gentoo-dev 2022-02-20 00:31:34 UTC
The bug has been referenced in the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=24dcaa11331326b38bb1eb606a6e6581393689f6

commit 24dcaa11331326b38bb1eb606a6e6581393689f6
Author:     Chris Mayo <aklhfex@gmail.com>
AuthorDate: 2022-02-19 17:44:02 +0000
Commit:     Sam James <sam@gentoo.org>
CommitDate: 2022-02-20 00:24:14 +0000

    dev-util/geany-plugins: restrict libgit2 to < 1.4.0
    
    Bug: https://bugs.gentoo.org/833600
    Package-Manager: Portage-3.0.30, Repoman-3.0.3
    Signed-off-by: Chris Mayo <aklhfex@gmail.com>
    Closes: https://github.com/gentoo/gentoo/pull/24259
    Signed-off-by: Sam James <sam@gentoo.org>

 .../{geany-plugins-1.38.ebuild => geany-plugins-1.38-r1.ebuild}         | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
Comment 10 Chris Mayo 2022-06-18 16:38:16 UTC

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