Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 942508 - dev-libs/elfutils-0.192[debuginfod] configure failure: missing dependency on dev-libs/json-c
Summary: dev-libs/elfutils-0.192[debuginfod] configure failure: missing dependency on ...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: Gentoo Toolchain Maintainers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2024-10-30 08:55 UTC by Ulrich Müller
Modified: 2024-10-31 03:28 UTC (History)
1 user (show)

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


Attachments
build.log (build.log,11.18 KB, text/plain)
2024-10-30 08:55 UTC, Ulrich Müller
Details
emerge --info (emerge-info.txt,8.36 KB, text/plain)
2024-10-30 08:56 UTC, Ulrich Müller
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Ulrich Müller gentoo-dev 2024-10-30 08:55:03 UTC
checking for libcurl >= 7.29.0... yes
checking for json-c >= 0.11... no
configure: error: unable to build libdebuginfod, missing libjson-c or libcurl

!!! Please attach the following file when seeking support:
!!! /tmp/portage/dev-libs/elfutils-0.192/work/elfutils-0.192-abi_x86_32.x86/config.log
 * ERROR: dev-libs/elfutils-0.192::gentoo failed (configure phase):
 *   econf failed
Comment 1 Ulrich Müller gentoo-dev 2024-10-30 08:55:27 UTC
Created attachment 907311 [details]
build.log
Comment 2 Ulrich Müller gentoo-dev 2024-10-30 08:56:00 UTC
Created attachment 907312 [details]
emerge --info
Comment 3 Larry the Git Cow gentoo-dev 2024-10-31 03:28:27 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c12d1f7e3a42c4af5535536ca43397a5b801a354

commit c12d1f7e3a42c4af5535536ca43397a5b801a354
Author:     Sam James <sam@gentoo.org>
AuthorDate: 2024-10-31 03:26:49 +0000
Commit:     Sam James <sam@gentoo.org>
CommitDate: 2024-10-31 03:27:40 +0000

    dev-libs/elfutils: fix dependencies for libdebuginfod
    
    * Add dependency on json-c (multilib because it's for libdebuginfod,
      not just the daemon)
    
    * Add minimum dep versions for the other debuginfod deps as it makes
      it easier to compare with the build system then.
    
    Closes: https://bugs.gentoo.org/942508
    Signed-off-by: Sam James <sam@gentoo.org>

 .../elfutils/{elfutils-0.192.ebuild => elfutils-0.192-r1.ebuild} | 9 +++++----
 dev-libs/elfutils/elfutils-9999.ebuild                           | 8 ++++----
 2 files changed, 9 insertions(+), 8 deletions(-)