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

Bug 729682

Summary: dev-db/libzdb fails to compile
Product: Gentoo Linux Reporter: Agostino Sarubbo <ago>
Component: Current packagesAssignee: Thomas Raschbacher <lordvan>
Status: RESOLVED NEEDINFO    
Severity: normal CC: sam
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Attachments: build.log
other.tar.bz2

Description Agostino Sarubbo gentoo-dev 2020-06-26 07:40:35 UTC
@@This is an auto-filed bug@@
Feel free to change the summary at your convenience.

Issue: dev-db/libzdb fails to compile.
Discovered on: amd64

NOTE:
This machine uses a clang/LLVM toolchain.
If you think that this issue is strictly related to clang/LLVM please mention it in the summary and block bug 408963. If you need further logs, feel free to ask.
Comment 1 Agostino Sarubbo gentoo-dev 2020-06-26 07:40:41 UTC
Created attachment 646470 [details]
build.log

build log and emerge --info
Comment 2 Agostino Sarubbo gentoo-dev 2020-06-26 07:40:44 UTC
Created attachment 646472 [details]
other.tar.bz2

other logs
Comment 3 Thomas Raschbacher gentoo-dev 2021-03-12 21:39:42 UTC
there is something werid happening ..

From the attached log:

checking for mysql... no
checking for postgresql... no
checking for SQLite3... yes
checking for /usr/... yes
checking for library containing sqlite3_open... no
checking for oracle... checking if Oracle support is enabled... no
configure: error: No available database found or selected. Try configure --help

In comparison on my machine:

checking for mysql... no
checking for postgresql... no
checking for SQLite3... yes
checking for /usr/... yes
checking for library containing sqlite3_open... -lsqlite3
checking for library containing sqlite3_soft_heap_limit... none required
checking for library containing sqlite3_soft_heap_limit64... none required
checking for library containing sqlite3_errstr... none required
checking for oracle... checking if Oracle support is enabled... no

seems like it is not finding the sqlite stuff properly there? 
Since this is a while ago maybe it is fixed by now? can you re-run and check maybe? (just marking as NEEDINFO now as I cannot reproduce it at all- and it is not CLANG related since the problem is during configure)