From: Michele Denber <denber@mindspring.com>
To: Thomas Huth <thuth@redhat.com>
Cc: Peter Maydell <peter.maydell@linaro.org>,
Peter Tribble <peter.tribble@gmail.com>,
QEMU Developers <qemu-devel@nongnu.org>
Subject: Re: gmake in Solaris 11.4: TFR missing
Date: Sat, 04 Jul 2020 11:36:13 -0400 [thread overview]
Message-ID: <5F00A1ED.6040909@mindspring.com> (raw)
In-Reply-To: <3474053c-12d7-cf4a-5470-62845c166127@redhat.com>
[-- Attachment #1: Type: text/plain, Size: 2395 bytes --]
On 07/04/20 08:02, Thomas Huth wrote:
> TFR is a macro that is defined in our qemu-common.h header ... does it
> work if you add a #include "qemu-common.h" somewhere at the beginning of
> net/tap-solaris.c ?
Yes, thank you, that fixed it:
root@hemlock:~/qemu-5.0.0# gmake -j16
gmake[1]: Entering directory '/export/home/denber/qemu-5.0.0/slirp'
grep: illegal option -- m
Usage: grep [-c|-l|-q] -bhinsvw pattern file . . .
gmake[1]: Nothing to be done for 'all'.
gmake[1]: Leaving directory '/export/home/denber/qemu-5.0.0/slirp'
CHK version_gen.h
CC net/tap-solaris.o
LINK moxie-softmmu/qemu-system-moxie
LINK cris-softmmu/qemu-system-cris
LINK microblaze-softmmu/qemu-system-microblaze
LINK microblazeel-softmmu/qemu-system-microblazeel
LINK nios2-softmmu/qemu-system-nios2
LINK lm32-softmmu/qemu-system-lm32
LINK m68k-softmmu/qemu-system-m68k
LINK hppa-softmmu/qemu-system-hppa
LINK alpha-softmmu/qemu-system-alpha
LINK mips64-softmmu/qemu-system-mips64
LINK mips64el-softmmu/qemu-system-mips64el
LINK mipsel-softmmu/qemu-system-mipsel
LINK mips-softmmu/qemu-system-mips
LINK i386-softmmu/qemu-system-i386
LINK aarch64-softmmu/qemu-system-aarch64
LINK arm-softmmu/qemu-system-arm
LINK or1k-softmmu/qemu-system-or1k
CC s390x-softmmu/gen-features
/bin/sh: cc: not found
gmake[1]: ***
[/export/home/denber/qemu-5.0.0/target/s390x/Makefile.objs:25:
/export/home/denber/qemu-5.0.0/s390x-softmmu/gen-features] Error 127
gmake: *** [Makefile:527: s390x-softmmu/all] Error 2
gmake: *** Waiting for unfinished jobs....
LINK rx-softmmu/qemu-system-rx
LINK riscv32-softmmu/qemu-system-riscv32
LINK riscv64-softmmu/qemu-system-riscv64
LINK ppc64-softmmu/qemu-system-ppc64
LINK ppc-softmmu/qemu-system-ppc
root@hemlock:~/qemu-5.0.0#
I still have one grep/ggrep issue and one "wrong sh" issue. And it
doesn't look like it really completed correctly because for example I see:
root@hemlock:~/qemu-5.0.0# cd x86_64-softmmu
root@hemlock:~/qemu-5.0.0/x86_64-softmmu# ls
config-devices.mak config-devices.mak.old Makefile
config-devices.mak.d config-target.mak
root@hemlock:~/qemu-5.0.0/x86_64-softmmu#
So even though gmake finished, it didn't make at least one VM. Is that
because of the two remaining errors?
- Michele
[-- Attachment #2: Type: text/html, Size: 3995 bytes --]
next prev parent reply other threads:[~2020-07-04 15:37 UTC|newest]
Thread overview: 24+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-07-02 14:39 [PATCH] configure / util: Auto-detect the availability of openpty() Thomas Huth
2020-07-02 14:46 ` Daniel P. Berrangé
2020-07-02 16:07 ` Michele Denber
2020-07-02 17:38 ` Thomas Huth
2020-07-02 16:13 ` Michele Denber
2020-07-02 17:34 ` Thomas Huth
2020-07-02 21:33 ` Michele Denber
2020-07-03 5:11 ` Thomas Huth
2020-07-03 16:25 ` Michele Denber
2020-07-03 16:34 ` Michele Denber
2020-07-03 16:50 ` Peter Maydell
2020-07-03 18:49 ` gmake in Solaris 11.4: _IOR missing Michele Denber
2020-07-03 21:35 ` gmake in Solaris 11.4: TFR missing Michele Denber
2020-07-03 21:55 ` Philippe Mathieu-Daudé
2020-07-04 9:11 ` Peter Maydell
2020-07-04 11:30 ` Philippe Mathieu-Daudé
2020-07-04 13:52 ` Peter Maydell
2020-07-04 15:27 ` Michele Denber
2020-07-04 12:02 ` Thomas Huth
2020-07-04 15:36 ` Michele Denber [this message]
2020-07-04 15:57 ` Philippe Mathieu-Daudé
2020-07-04 19:15 ` Michele Denber
2020-07-04 21:58 ` Peter Maydell
2020-07-04 19:48 ` Michele Denber
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=5F00A1ED.6040909@mindspring.com \
--to=denber@mindspring.com \
--cc=peter.maydell@linaro.org \
--cc=peter.tribble@gmail.com \
--cc=qemu-devel@nongnu.org \
--cc=thuth@redhat.com \
/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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.