From: "Martin Liška" <mliska@suse.cz>
To: Mark Wielaard <mark@klomp.org>
Cc: elfutils-devel@sourceware.org
Subject: Re: ☠ Buildbot (GNU Toolchain): elfutils-try-debian-armhf - failed compile (failure) (users/marxin/try-zstd-support-v2)
Date: Wed, 21 Dec 2022 15:20:50 +0100 [thread overview]
Message-ID: <3bfe6caf-c08e-583e-a98c-4acdb47530f9@suse.cz> (raw)
In-Reply-To: <20221221111547.74C4C385B50B@sourceware.org>
On 12/21/22 12:15, builder@sourceware.org wrote:
> A failed build has been detected on builder elfutils-try-debian-armhf while building elfutils.
>
> Full details are available at:
> https://builder.sourceware.org/buildbot/#builders/201/builds/47
>
> Build state: failed compile (failure)
> Revision: 1b845fdf4ca4d5367969cc5b33cbfa60338cf51b
> Worker: debian-armhf
> Build Reason: (unknown)
> Blamelist: Martin Liska <mliska@suse.cz>
>
> Steps:
>
> - 0: worker_preparation ( success )
>
> - 1: set package name ( success )
>
> - 2: git checkout ( success )
> Logs:
> - stdio: https://builder.sourceware.org/buildbot/#builders/201/builds/47/steps/2/logs/stdio
>
> - 3: autoreconf ( success )
> Logs:
> - stdio: https://builder.sourceware.org/buildbot/#builders/201/builds/47/steps/3/logs/stdio
>
> - 4: configure ( success )
> Logs:
> - stdio: https://builder.sourceware.org/buildbot/#builders/201/builds/47/steps/4/logs/stdio
>
> - 5: get version ( success )
> Logs:
> - stdio: https://builder.sourceware.org/buildbot/#builders/201/builds/47/steps/5/logs/stdio
> - property changes: https://builder.sourceware.org/buildbot/#builders/201/builds/47/steps/5/logs/property_changes
>
> - 6: make ( failure )
> Logs:
> - stdio: https://builder.sourceware.org/buildbot/#builders/201/builds/47/steps/6/logs/stdio
>
Mark, do you know what can be wrong about the configure test:
elf_compress.c: In function ‘__libelf_compress_zstd’:
elf_compress.c:205:3: error: unknown type name ‘ZSTD_EndDirective’; did you mean ‘ZSTD_DDict’?
ZSTD_EndDirective mode = ZSTD_e_continue;
^~~~~~~~~~~~~~~~~
ZSTD_DDict
elf_compress.c:205:28: error: ‘ZSTD_e_continue’ undeclared (first use in this function)
ZSTD_EndDirective mode = ZSTD_e_continue;
^~~~~~~~~~~~~~~
elf_compress.c:205:28: note: each undeclared identifier is reported only once for each function it appears in
elf_compress.c:237:9: error: ‘ZSTD_e_end’ undeclared (first use in this function); did you mean ‘ZSTD_DDict’?
mode = ZSTD_e_end;
^~~~~~~~~~
ZSTD_DDict
elf_compress.c:243:17: error: implicit declaration of function ‘ZSTD_compressStream2’; did you mean ‘ZSTD_compressStream’? [-Werror=implicit-function-declaration]
size_t ret = ZSTD_compressStream2 (cctx, &ob, &ib, mode);
^~~~~~~~~~~~~~~~~~~~
ZSTD_compressStream
Thanks,
Martin
next parent reply other threads:[~2022-12-21 14:20 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
[not found] <20221221111547.74C4C385B50B@sourceware.org>
2022-12-21 14:20 ` Martin Liška [this message]
2022-12-21 14:42 ` Mark Wielaard
2022-12-21 14:54 ` Frank Ch. Eigler
2022-12-21 15:21 ` Mark Wielaard
2022-12-21 18:29 ` Martin Liška
2022-12-21 23:38 ` Mark Wielaard
2022-12-22 9:09 ` Martin Liška
2022-12-22 18:17 ` Mark Wielaard
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=3bfe6caf-c08e-583e-a98c-4acdb47530f9@suse.cz \
--to=mliska@suse.cz \
--cc=elfutils-devel@sourceware.org \
--cc=mark@klomp.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).