Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 717408 - app-backup/kup-0.7.3 : /.../main.cpp: fatal error: git2/threads.h: No such file or directory
Summary: app-backup/kup-0.7.3 : /.../main.cpp: fatal error: git2/threads.h: No such fi...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo KDE team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2020-04-14 10:35 UTC by Toralf Förster
Modified: 2020-04-14 15:28 UTC (History)
0 users

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


Attachments
emerge-info.txt (emerge-info.txt,18.33 KB, text/plain)
2020-04-14 10:35 UTC, Toralf Förster
Details
app-backup:kup-0.7.3:20200414-012236.log (app-backup:kup-0.7.3:20200414-012236.log,106.01 KB, text/plain)
2020-04-14 10:35 UTC, Toralf Förster
Details
emerge-history.txt (emerge-history.txt,302.06 KB, text/plain)
2020-04-14 10:35 UTC, Toralf Förster
Details
environment (environment,105.53 KB, text/plain)
2020-04-14 10:35 UTC, Toralf Förster
Details
etc.portage.tbz2 (etc.portage.tbz2,18.66 KB, application/x-bzip)
2020-04-14 10:35 UTC, Toralf Förster
Details
logs.tbz2 (logs.tbz2,5.02 KB, application/x-bzip)
2020-04-14 10:35 UTC, Toralf Förster
Details
temp.tbz2 (temp.tbz2,33.13 KB, application/x-bzip)
2020-04-14 10:35 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 2020-04-14 10:35:24 UTC
/var/tmp/portage/app-backup/kup-0.7.3/work/Kup-kup-0.7.3/filedigger/main.cpp:27:10: fatal error: git2/threads.h: No such file or directory
   27 | #include <git2/threads.h>
      |          ^~~~~~~~~~~~~~~~
compilation terminated.

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

  This is an unstable amd64 chroot image at a tinderbox (==build bot)
  name: 17.1_developer-libressl-20200405-030058

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

  Please see the tracker bug for details.

gcc-config -l:
 [1] x86_64-pc-linux-gnu-8.3.1
 [2] x86_64-pc-linux-gnu-9.3.0 *
clang version 10.0.0 
Target: x86_64-pc-linux-gnu
Thread model: posix
InstalledDir: /usr/lib/llvm/10/bin
/usr/lib/llvm/10
10.0.0
Available Python interpreters, in order of preference:
  [1]   python3.8
  [2]   python3.7
  [3]   python3.6
  [4]   python2.7 (fallback)
  [5]   pypy3 (fallback)
Available Ruby profiles:
  [1]   ruby24 (with Rubygems)
  [2]   ruby25 (with Rubygems) *
Available Rust versions:
  [1]   rust-1.42.0 *
The following VMs are available for generation-2:
*)	IcedTea JDK 3.15.0 [icedtea-bin-8]
2)	JamVM JDK 2.0.0 [jamvm]
Available Java Virtual Machines:
  [1]   icedtea-bin-8  system-vm
  [2]   jamvm 

The Glorious Glasgow Haskell Compilation System, version 8.0.2

timestamp of HEAD at this tinderbox image:
/var/db/repos/gentoo	Mon 13 Apr 2020 11:38:07 PM UTC
/var/db/repos/libressl	Sat 11 Apr 2020 05:02:25 AM UTC

emerge -qpvO app-backup/kup
[ebuild  N    ] app-backup/kup-0.7.3  USE="handbook -debug"
Comment 1 Toralf Förster gentoo-dev 2020-04-14 10:35:26 UTC
Created attachment 632782 [details]
emerge-info.txt
Comment 2 Toralf Förster gentoo-dev 2020-04-14 10:35:29 UTC
Created attachment 632784 [details]
app-backup:kup-0.7.3:20200414-012236.log
Comment 3 Toralf Förster gentoo-dev 2020-04-14 10:35:32 UTC
Created attachment 632786 [details]
emerge-history.txt
Comment 4 Toralf Förster gentoo-dev 2020-04-14 10:35:35 UTC
Created attachment 632788 [details]
environment
Comment 5 Toralf Förster gentoo-dev 2020-04-14 10:35:39 UTC
Created attachment 632790 [details]
etc.portage.tbz2
Comment 6 Toralf Förster gentoo-dev 2020-04-14 10:35:43 UTC
Created attachment 632792 [details]
logs.tbz2
Comment 7 Toralf Förster gentoo-dev 2020-04-14 10:35:46 UTC
Created attachment 632794 [details]
temp.tbz2
Comment 8 Andreas Sturmlechner gentoo-dev 2020-04-14 15:08:01 UTC
Not musl related.
Comment 9 Larry the Git Cow gentoo-dev 2020-04-14 15:28:15 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=67c00c137efa4a35c34459d871f4b038709ac297

commit 67c00c137efa4a35c34459d871f4b038709ac297
Author:     Andreas Sturmlechner <asturm@gentoo.org>
AuthorDate: 2020-04-14 15:27:07 +0000
Commit:     Andreas Sturmlechner <asturm@gentoo.org>
CommitDate: 2020-04-14 15:28:05 +0000

    app-backup/kup: Fix build with newer dev-libs/libgit2
    
    Closes: https://bugs.gentoo.org/717408
    Package-Manager: Portage-2.3.99, Repoman-2.3.22
    Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>

 app-backup/kup/files/kup-0.7.3-libgit2.patch | 140 +++++++++++++++++++++++++++
 app-backup/kup/kup-0.7.3.ebuild              |  10 +-
 2 files changed, 145 insertions(+), 5 deletions(-)