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

Bug 623904

Summary: net-libs/libbitcoinconsensus-0.13.2 : dbwrapper.cpp:15:20: fatal error: memenv.h: No such file or directory
Product: Gentoo Linux Reporter: Toralf Förster <toralf>
Component: Current packagesAssignee: Luke-Jr <luke-jr+gentoobugs>
Status: RESOLVED OBSOLETE    
Severity: normal CC: proxy-maint
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Attachments: emerge-info.txt
emerge-history.txt
environment
etc.portage.tbz2
logs.tbz2
net-libs:libbitcoinconsensus-0.13.2:20170705-042028.log
temp.tbz2

Description Toralf Förster gentoo-dev 2017-07-05 17:04:33 UTC
x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I../src/config  -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -I. -I./obj  -pthread -I/usr/include -I./leveldb/include -I./leveldb/helpers/memenv        -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -Wstack-protector -fstack-protector-all -fPIE -Werror=terminate -O2 -pipe -march=native -c -o libbitcoin_server_a-init.o `test -f 'init.cpp' || echo './'`init.cpp
x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I../src/config  -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -I. -I./obj  -pthread -I/usr/include -I./leveldb/include -I./leveldb/helpers/memenv        -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -Wstack-protector -fstack-protector-all -fPIE -Werror=terminate -O2 -pipe -march=native -c -o libbitcoin_server_a-dbwrapper.o `test -f 'dbwrapper.cpp' || echo './'`dbwrapper.cpp
dbwrapper.cpp:15:20: fatal error: memenv.h: No such file or directory
 #include <memenv.h>
                    ^
compilation terminated.

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

  This is an unstable amd64 chroot image at a tinderbox (==build bot)
  name: 17.0-desktop-plasma_20170625-114015

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

gcc-config -l:
 [1] x86_64-pc-linux-gnu-6.3.0 *

Available Python interpreters, in order of preference:
  [1]   python3.4
  [2]   python2.7 (fallback)
  [3]   pypy (fallback)
  [4]   jython2.7 (fallback)
Available Ruby profiles:
  [1]   ruby21 (with Rubygems) *
  [2]   ruby22 (with Rubygems)
java-config:
The following VMs are available for generation-2:
*)	IcedTea JDK 7.2.6.10 [icedtea-bin-7]
2)	IcedTea JDK 3.4.0 [icedtea-bin-8]
Available Java Virtual Machines:
  [1]   icedtea-bin-7  system-vm
  [2]   icedtea-bin-8
Comment 1 Toralf Förster gentoo-dev 2017-07-05 17:04:36 UTC
Created attachment 480952 [details]
emerge-info.txt
Comment 2 Toralf Förster gentoo-dev 2017-07-05 17:04:39 UTC
Created attachment 480954 [details]
emerge-history.txt
Comment 3 Toralf Förster gentoo-dev 2017-07-05 17:04:43 UTC
Created attachment 480956 [details]
environment
Comment 4 Toralf Förster gentoo-dev 2017-07-05 17:04:46 UTC
Created attachment 480958 [details]
etc.portage.tbz2
Comment 5 Toralf Förster gentoo-dev 2017-07-05 17:04:49 UTC
Created attachment 480960 [details]
logs.tbz2
Comment 6 Toralf Förster gentoo-dev 2017-07-05 17:04:52 UTC
Created attachment 480962 [details]
net-libs:libbitcoinconsensus-0.13.2:20170705-042028.log
Comment 7 Toralf Förster gentoo-dev 2017-07-05 17:04:55 UTC
Created attachment 480964 [details]
temp.tbz2
Comment 8 Luke-Jr 2017-07-10 04:18:41 UTC
I can't reproduce this. It seems to be trying to use the embedded LevelDB (which is deleted) for some reason. Can you add debugging to configure.ac and figure out why it thinks the system is missing LevelDB?
Comment 9 Toralf Förster gentoo-dev 2017-07-14 19:03:23 UTC
(In reply to Luke-Jr from comment #8)
sure, do you have a patch ?
Comment 10 Florian Schmaus gentoo-dev 2023-10-24 10:58:19 UTC
Affected version was removed.