Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 729682 - dev-db/libzdb fails to compile
Summary: dev-db/libzdb fails to compile
Status: RESOLVED NEEDINFO
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Thomas Raschbacher
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2020-06-26 07:40 UTC by Agostino Sarubbo
Modified: 2021-03-13 08:07 UTC (History)
1 user (show)

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


Attachments
build.log (build.log,14.03 KB, text/plain)
2020-06-26 07:40 UTC, Agostino Sarubbo
Details
other.tar.bz2 (other.tar.bz2,18.37 KB, application/x-bzip-compressed-tar)
2020-06-26 07:40 UTC, Agostino Sarubbo
Details

Note You need to log in before you can comment on or make changes to this bug.
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)