Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 577342 - dev-vcs/gitg-3.18.0-r1 fails to compile/configure with dev-libs/libgit2-0.23.4[threads]
Summary: dev-vcs/gitg-3.18.0-r1 fails to compile/configure with dev-libs/libgit2-0.23....
Status: RESOLVED INVALID
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Mike Auty (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-03-13 21:46 UTC by Sebastian Pipping
Modified: 2016-03-14 21:25 UTC (History)
2 users (show)

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 Sebastian Pipping gentoo-dev 2016-03-13 21:46:18 UTC
The error is:

[..]
checking for LIBGITG... yes
checking for libgit2-glib threading support... configure: error: no, please recompile a threadsafe version of libgit2 (-DTHREADSAFE:BOOL=ON)
[..]
Comment 1 Mike Auty (RETIRED) gentoo-dev 2016-03-14 19:22:55 UTC
Hiya, I'm unable to recreate the problem?

I've just recompiled gitg with the following versions:

dev-libs/libgit2-0.23.4[ssh,threads]
dev-vcs/gitg-3.18.0-r1[python]

and got the output:

checking for LIBGITG... yes
checking for libgit2-glib threading support... yes

Could you please post all the standard stuff (emerge --info, etc) and attach the build log please?
Comment 2 Sebastian Pipping gentoo-dev 2016-03-14 21:25:39 UTC
Hi!

I just found

  /usr/lib64/libcurl.so.4: undefined reference to `SSLv2_client_method'

in config.log.  I did re-install curl earlier, not sure why it broke again.  Closing as invalid for now.  Thanks for your reply.