Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 454648

Summary: dev-libs/leveldb should install memenv library
Product: Gentoo Linux Reporter: Luke-Jr <luke-jr+gentoobugs>
Component: [OLD] LibraryAssignee: Patrick Lauer <patrick>
Status: RESOLVED FIXED    
Severity: normal    
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

Description Luke-Jr 2013-01-30 13:29:38 UTC
LevelDB has another library ('memenv') needed to run entirely-in-memory databases. This doesn't seem to be compiled or installed with the 1.9.0 ebuild in the tree.
Comment 1 Patrick Lauer gentoo-dev 2013-01-31 03:35:43 UTC
+  31 Jan 2013; Patrick Lauer <patrick@gentoo.org> +leveldb-1.9.0-r1.ebuild,
+  -leveldb-1.9.0.ebuild:
+  Adding libmemenv for #454648

Silly makefile - it's not built by default
Comment 2 Luke-Jr 2013-02-01 20:16:25 UTC
Sorry, still missing memenv.h...

Also, I noticed it only installs a static (.a) for memenv (and no shared .so) - is that intentional/correct?
Comment 3 Patrick Lauer gentoo-dev 2013-02-03 13:53:46 UTC
(In reply to comment #2)
> Sorry, still missing memenv.h...

Where the bleep does that hide in the source tree? Not in include/ ...
 
> Also, I noticed it only installs a static (.a) for memenv (and no shared
> .so) - is that intentional/correct?

Yes, the only build target in the build system is libmemenv.a

If you can figure out how to make it generate a .so I'll add it.
Comment 4 Luke-Jr 2013-02-03 17:27:05 UTC
leveldb-1.9.0/helpers/memenv/memenv.h
Comment 5 Patrick Lauer gentoo-dev 2013-03-11 03:57:13 UTC
+  11 Mar 2013; Patrick Lauer <patrick@gentoo.org> +leveldb-1.9.0-r2.ebuild:                                                                                                                                                                 
+  Fixing header installation #454648