On 11/22/21 14:14, Richard Henderson wrote:
On 11/22/21 2:04 PM, Cédric Le Goater wrote:
But this alone of course causes other "failures", because we've got some
incorrect reference files.
Looks fine. Will you send this patch independently ?
Yes.
The patchset doesn't seem to break anything.
You may not have docker cross-compilers enabled.
The hexagon reference files have incorrect contents.
I'll pursue an update with Taylor.
I do now. That was not an easy task. All seem fine with a x86/RH9
but I am having issues building the images on power9/ubuntu21.10.
centos8 fails with :
#6 41.69 Error: Unable to find a match: libpmem-devel spice-server-devel
and some others with :
#5 3.433 builddeps:qemu : Depends: gcc-s390x-linux-gnu but it is not
installable
#5 3.433 Depends: gcc-alpha-linux-gnu but it is not
installable
#5 3.256 E: Unable to locate package gcc-hppa-linux-gnu
Is that expected ?
Also I am seeing this issue on RH9 when running gdb tests :
TEST basic gdbstub support
warning: Remote gdbserver does not support determining executable automatically.
RHEL <=6.8 and <=7.2 versions of gdbserver do not support such automatic
executable detection.
The following versions of gdbserver support it:
- Upstream version of gdbserver (unsupported) 7.10 or later
- Red Hat Developer Toolset (DTS) version of gdbserver from DTS 4.0 or later
(only on x86_64)
- RHEL-7.3 versions of gdbserver (on any architecture)
I will dig that one. May be it's from the gdb of RH.
Thanks,
C.