[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH 000/147] Meson integration for 5.2
From: |
Peter Maydell |
Subject: |
Re: [PATCH 000/147] Meson integration for 5.2 |
Date: |
Mon, 10 Aug 2020 19:20:30 +0100 |
On Mon, 10 Aug 2020 at 19:09, Peter Maydell <peter.maydell@linaro.org> wrote:
> The other hosts are still running, will report results as
> they finish.
ppc64be host:
In file included from ../../contrib/vhost-user-scsi/vhost-user-scsi.c:15:0:
/usr/include/iscsi/scsi-lowlevel.h:810:13: error: inline function
‘scsi_set_uint16’ declared but never defined [-Werror]
inline void scsi_set_uint16(unsigned char *c, uint16_t val);
^
/usr/include/iscsi/scsi-lowlevel.h:809:13: error: inline function
‘scsi_set_uint32’ declared but never defined [-Werror]
inline void scsi_set_uint32(unsigned char *c, uint32_t val);
^
/usr/include/iscsi/scsi-lowlevel.h:808:17: error: inline function
‘scsi_get_uint16’ declared but never defined [-Werror]
inline uint16_t scsi_get_uint16(const unsigned char *c);
^
/usr/include/iscsi/scsi-lowlevel.h:807:17: error: inline function
‘scsi_get_uint32’ declared but never defined [-Werror]
inline uint32_t scsi_get_uint32(const unsigned char *c);
^
/usr/include/iscsi/scsi-lowlevel.h:810:13: error: inline function
‘scsi_set_uint16’ declared but never defined [-Werror]
inline void scsi_set_uint16(unsigned char *c, uint16_t val);
^
/usr/include/iscsi/scsi-lowlevel.h:809:13: error: inline function
‘scsi_set_uint32’ declared but never defined [-Werror]
inline void scsi_set_uint32(unsigned char *c, uint32_t val);
^
/usr/include/iscsi/scsi-lowlevel.h:808:17: error: inline function
‘scsi_get_uint16’ declared but never defined [-Werror]
inline uint16_t scsi_get_uint16(const unsigned char *c);
^
/usr/include/iscsi/scsi-lowlevel.h:807:17: error: inline function
‘scsi_get_uint32’ declared but never defined [-Werror]
inline uint32_t scsi_get_uint32(const unsigned char *c);
^
cc1: all warnings being treated as errors
(Looks like an error in the version of the system header
file on this system, which, unlike my x86 box, defines
the prototypes with "inline" (a change that came in upstream
in commit
https://github.com/sahlberg/libiscsi/commit/7692027d6c11c58948ec3c493abea808af00fdd0
).
However, old make-style compilation worked on this system, so
something has changed.
thanks
-- PMM
- Re: [PATCH 139/147] meson: replace create-config with meson configure_file, (continued)
- [PATCH 142/147] meson: convert VNC and dependent libraries to meson, Paolo Bonzini, 2020/08/10
- [PATCH 143/147] meson: convert po/, Paolo Bonzini, 2020/08/10
- [PATCH 146/147] cflags Signed-off-by: Paolo Bonzini <address@hidden>, Paolo Bonzini, 2020/08/10
- [PATCH 147/147] meson: avoid unstable module warning with Meson 0.56.0 or newer, Paolo Bonzini, 2020/08/10
- [PATCH 145/147] acceptance: use stable URLs for the Debian and Ubuntu installer, Paolo Bonzini, 2020/08/10
- [PATCH 144/147] meson: update build-system documentation, Paolo Bonzini, 2020/08/10
- Re: [PATCH 000/147] Meson integration for 5.2, Peter Maydell, 2020/08/10
- Re: [PATCH 000/147] Meson integration for 5.2, Peter Maydell, 2020/08/10
- Re: [PATCH 000/147] Meson integration for 5.2, Paolo Bonzini, 2020/08/10
- Re: [PATCH 000/147] Meson integration for 5.2, Peter Maydell, 2020/08/10
- Re: [PATCH 000/147] Meson integration for 5.2, Paolo Bonzini, 2020/08/10
- Re: [PATCH 000/147] Meson integration for 5.2, Peter Maydell, 2020/08/10
- Re: [PATCH 000/147] Meson integration for 5.2, Paolo Bonzini, 2020/08/10
- Re: [PATCH 000/147] Meson integration for 5.2, Peter Maydell, 2020/08/10