Summary: | www-misc/htdig-3.2.0_beta6-r5 - os_map.c: error: call to undeclared function CDB_db_eopnotsup; ISO C99 | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | Toralf Förster <toralf> |
Component: | Current packages | Assignee: | Gentoo Web Application Packages Maintainers <web-apps> |
Status: | CONFIRMED --- | ||
Severity: | normal | CC: | aidanamarks, anderson_mr, anhollander516, eschwartz, esigra, gentoo, nuitari, rossi.f |
Priority: | Normal | ||
Version: | unspecified | ||
Hardware: | All | ||
OS: | Linux | ||
Whiteboard: | patch | ||
Package list: | Runtime testing required: | --- | |
Bug Depends on: | |||
Bug Blocks: | 251464, 870412, 941869 | ||
Attachments: |
emerge-info.txt
clang.tar.bz2 emerge-history.txt environment etc.portage.tar.bz2 logs.tar.bz2 temp.tar.bz2 www-misc:htdig-3.2.0_beta6-r5:20221002-233559.log.bz2 Patch to add the missing include files in os_map.c |
Description
Toralf Förster
![]() Created attachment 816523 [details]
emerge-info.txt
Created attachment 816526 [details]
clang.tar.bz2
Created attachment 816529 [details]
emerge-history.txt
Created attachment 816532 [details]
environment
Created attachment 816535 [details]
etc.portage.tar.bz2
Created attachment 816538 [details]
logs.tar.bz2
Created attachment 816541 [details]
temp.tar.bz2
Created attachment 816544 [details]
www-misc:htdig-3.2.0_beta6-r5:20221002-233559.log.bz2
Created attachment 903822 [details, diff] Patch to add the missing include files in os_map.c Signed-off-by: Stephane Bakhos <nuitari@nuitari.net> The error comes from a copy of sys-libs/db 3.0.55 vendored in the source tree. Vile. (In reply to Nuitari from comment #9) > Created attachment 903822 [details, diff] [details, diff] > Patch to add the missing include files in os_map.c > > Signed-off-by: Stephane Bakhos <nuitari@nuitari.net> At least, it fixed build for me, thanks I and another user on Reddit are experiencing a slightly different failure: os_map.c: In function 'CDB___os_r_sysattach': os_map.c:87:33: error: implicit declaration of function 'CDB___db_eopnotsup' [-Wimplicit-function-declaration] 87 | return (CDB___db_eopnotsup(dbenv)); | ^~~~~~~~~~~~~~~~~~ The patch does indeed fix it. |