Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 836414 - dev-cpp/sdbus-c++-1.1.0 fails to compile: stdio-util.h:4:10: fatal error: printf.h: No such file or directory
Summary: dev-cpp/sdbus-c++-1.1.0 fails to compile: stdio-util.h:4:10: fatal error: pri...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: James Le Cuirot
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2022-03-30 10:43 UTC by Agostino Sarubbo
Modified: 2022-04-02 13:52 UTC (History)
0 users

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


Attachments
build.log (build.log,132.87 KB, text/plain)
2022-03-30 10:43 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 2022-03-30 10:43:06 UTC
https://blogs.gentoo.org/ago/2020/07/04/gentoo-tinderbox/

Issue: dev-cpp/sdbus-c++-1.1.0 fails to compile.
Discovered on: amd64 (internal ref: tinderbox_musl)

NOTE:
This machine uses MUSL libc
Comment 1 Agostino Sarubbo gentoo-dev 2022-03-30 10:43:08 UTC
Created attachment 768199 [details]
build.log

build log and emerge --info
Comment 2 Agostino Sarubbo gentoo-dev 2022-03-30 10:43:09 UTC
Error(s) that match a know pattern in addition to what has been reported in the summary:


-- Could NOT find Doxygen (missing: DOXYGEN_EXECUTABLE) 
../systemd-stable-250.4/src/basic/stdio-util.h:4:10: fatal error: printf.h: No such file or directory
FAILED: libsystemd.a.p/src_basic_recurse-dir.c.o 
FAILED: libsystemd.a.p/src_basic_rlimit-util.c.o 
FAILED: libsystemd.a.p/src_basic_signal-util.c.o 
FAILED: libsystemd.a.p/src_basic_socket-util.c.o 
FAILED: libsystemd.a.p/src_basic_sort-util.c.o 
FAILED: libsystemd.a.p/src_basic_stat-util.c.o 
FAILED: libsystemd.a.p/src_basic_util.c.o 
FAILED: libsystemd.a.p/src_basic_virt.c.o 
FAILED: libsystemd.a.p/src_basic_xattr-util.c.o 
Program bpftool /usr/sbin/bpftool found: NO
Program clang found: NO
Program jekyll found: NO
Program kexec /usr/sbin/kexec /sbin/kexec found: NO
Program llvm-strip found: NO
Program quotacheck /usr/sbin/quotacheck /sbin/quotacheck found: NO
Program quotaon /usr/sbin/quotaon /sbin/quotaon found: NO
Run-time dependency audit found: NO (tried pkgconfig and cmake)
Run-time dependency bash-completion found: NO (tried pkgconfig and cmake)
Run-time dependency libapparmor found: NO (tried pkgconfig and cmake)
Run-time dependency libbpf found: NO (tried pkgconfig and cmake)
Run-time dependency libcryptsetup found: NO (tried pkgconfig and cmake)
Run-time dependency libfido2 found: NO (tried pkgconfig and cmake)
Run-time dependency liblz4 found: NO (tried pkgconfig and cmake)
Run-time dependency libmicrohttpd found: NO (tried pkgconfig and cmake)
Run-time dependency libqrencode found: NO (tried pkgconfig and cmake)
Run-time dependency p11-kit-1 found: NO (tried pkgconfig and cmake)
Run-time dependency polkit-gobject-1 found: NO (tried pkgconfig and cmake)
Run-time dependency pwquality found: NO (tried pkgconfig and cmake)
Run-time dependency tss2-esys tss2-rc tss2-mu found: NO (tried pkgconfig and cmake)
Run-time dependency xkbcommon found: NO (tried pkgconfig and cmake)
../systemd-stable-250.4/src/basic/stdio-util.h:4:10: fatal error: printf.h: No such file or directory
Comment 3 Larry the Git Cow gentoo-dev 2022-04-02 13:52:39 UTC
The bug has been closed via the following commit(s):

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

commit 09bdb6811f97dd040d8854c1296580c9bea5a5a8
Author:     James Le Cuirot <chewi@gentoo.org>
AuthorDate: 2022-04-02 13:51:08 +0000
Commit:     James Le Cuirot <chewi@gentoo.org>
CommitDate: 2022-04-02 13:52:13 +0000

    dev-cpp/sdbus-c++: Apply Gentoo musl patches to systemd
    
    This downgrades systemd slightly but the precise version isn't too important.
    This is admittedly not tested against musl. Hopefully it's sufficient.
    
    Closes: https://bugs.gentoo.org/836414
    Signed-off-by: James Le Cuirot <chewi@gentoo.org>

 dev-cpp/sdbus-c++/Manifest                                  |  3 ++-
 .../{sdbus-c++-0.9.0.ebuild => sdbus-c++-0.9.0-r1.ebuild}   | 13 +++++++++++--
 .../{sdbus-c++-1.1.0.ebuild => sdbus-c++-1.1.0-r1.ebuild}   | 13 +++++++++++--
 3 files changed, 24 insertions(+), 5 deletions(-)