Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 503778 - =app-misc/subsurface-9999 should depend on dev-libs/libgit2 - src_configure(): Project ERROR: Package libgit2 not found
Summary: =app-misc/subsurface-9999 should depend on dev-libs/libgit2 - src_configure()...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Martin Gysel (bearsh)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-03-07 21:44 UTC by Russell Dwiggins
Modified: 2014-03-12 10:28 UTC (History)
2 users (show)

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


Attachments
patch to add libgit2 to deps (subsurface-9999_libgit2.patch,341 bytes, patch)
2014-03-08 08:59 UTC, Martin Gysel (bearsh)
Details | Diff
patch to add libgit2 to deps (subsurface-9999_libgit2.patch,375 bytes, patch)
2014-03-08 09:01 UTC, Martin Gysel (bearsh)
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Russell Dwiggins 2014-03-07 21:44:20 UTC
Following error when emerging app-misc/subsurface-9999:

Switched to a new branch 'branch-master'
>>> Unpacked to /var/tmp/portage/app-misc/subsurface-9999/work/subsurface-9999
>>> Source unpacked in /var/tmp/portage/app-misc/subsurface-9999/work
>>> Preparing source in /var/tmp/portage/app-misc/subsurface-9999/work/subsurface-9999 ...
>>> Source prepared.
>>> Configuring source in /var/tmp/portage/app-misc/subsurface-9999/work/subsurface-9999 ...
 * Running qmake ...
Project ERROR: Package libgit2 not found
Comment 1 Russell Dwiggins 2014-03-07 21:45:21 UTC
Confirmed that after libgit2 installed, package compiles successfully.
Comment 2 Martin Gysel (bearsh) 2014-03-08 08:23:32 UTC
I already thought you gonna file this bug ;)
I've updated the the ebuilds in my overlay [1]. but there's another issue I wanna first discuss with one from the proxy-main team before proposing it for the tree.
in the meantime, please take the ebuild from the overlay

[1] https://bitbucket.org/bearsh/bearshlay
Comment 3 Martin Gysel (bearsh) 2014-03-08 08:25:21 UTC
by the way, the additional dep was introduced by Linus' attempts to create a distributed and versioned file storage backend. yay!
Comment 4 Martin Gysel (bearsh) 2014-03-08 08:59:01 UTC
Created attachment 372042 [details, diff]
patch to add libgit2 to deps

ok, talked to Pinkbyte and he explained the dep change I first was worried about.
Comment 5 Martin Gysel (bearsh) 2014-03-08 09:01:36 UTC
Created attachment 372044 [details, diff]
patch to add libgit2 to deps

wrong patch attached, sorry for the noise
Comment 6 Sergey Popov gentoo-dev 2014-03-12 10:28:16 UTC
+  12 Mar 2014; Sergey Popov <pinkbyte@gentoo.org> subsurface-9999.ebuild:
+  Add missing dependency on dev-libs/libgit2, wrt bug #503778