| Summary: | dev-db/libzdb fails to compile | ||
|---|---|---|---|
| Product: | Gentoo Linux | Reporter: | Agostino Sarubbo <ago> |
| Component: | Current packages | Assignee: | 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
2020-06-26 07:40:35 UTC
Created attachment 646470 [details]
build.log
build log and emerge --info
Created attachment 646472 [details]
other.tar.bz2
other logs
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) |