From: "Philippe Mathieu-Daudé" <philmd@redhat.com>
To: Claudio Fontana <cfontana@suse.de>
Cc: "Fam Zheng" <fam@euphon.net>,
"Alex Bennée" <alex.bennee@linaro.org>,
qemu-devel@nongnu.org,
"David Gibson" <david@gibson.dropbear.id.au>
Subject: Re: [PATCH 2/2] tests/vm: Remove flex/bison packages
Date: Fri, 15 May 2020 11:55:56 +0200 [thread overview]
Message-ID: <57076692-b79d-bc10-d2e1-0b33b9993496@redhat.com> (raw)
In-Reply-To: <37196f3d-1251-6b6b-2bc8-741c8ec999ba@suse.de>
On 5/15/20 11:41 AM, Claudio Fontana wrote:
> On 5/15/20 10:31 AM, Philippe Mathieu-Daudé wrote:
>> QEMU does use flex/bison packages.
>>
>> Signed-off-by: Philippe Mathieu-Daudé <philmd@redhat.com>
>> ---
>> tests/vm/fedora | 1 -
>> tests/vm/freebsd | 1 -
>> tests/vm/netbsd | 1 -
>> tests/vm/ubuntu.i386 | 2 +-
>> 4 files changed, 1 insertion(+), 4 deletions(-)
>
>
> Hi, does openbsd need a correction as well? Or is it needed there?
You are right. I only grepped for flex, not for bison (expecting they
are installed altogether).
So I also missed:
- .gitlab-ci.yml
- .cirrus.yml
- tests/vm/openbsd
- scripts/coverity-scan/coverity-scan.docker
>
> diff --git a/tests/vm/openbsd b/tests/vm/openbsd
> index 0b705f4945..13e7f9a6d5 100755
> --- a/tests/vm/openbsd
> +++ b/tests/vm/openbsd
> @@ -35,7 +35,6 @@ class OpenBSDVM(basevm.BaseVM):
> "bash",
> "gmake",
> "gsed",
> - "bison",
>
> # libs: usb
> "libusb1",
>
> Ciao,
>
> Claudio
>
>
>>
>> diff --git a/tests/vm/fedora b/tests/vm/fedora
>> index bd9c6cf295..a9195670f4 100755
>> --- a/tests/vm/fedora
>> +++ b/tests/vm/fedora
>> @@ -32,7 +32,6 @@ class FedoraVM(basevm.BaseVM):
>> pkgs = [
>> # tools
>> 'git-core',
>> - 'flex', 'bison',
>> 'gcc', 'binutils', 'make',
>>
>> # perl
>> diff --git a/tests/vm/freebsd b/tests/vm/freebsd
>> index 298967fe9c..f87db2b126 100755
>> --- a/tests/vm/freebsd
>> +++ b/tests/vm/freebsd
>> @@ -38,7 +38,6 @@ class FreeBSDVM(basevm.BaseVM):
>> "bash",
>> "gmake",
>> "gsed",
>> - "flex", "bison",
>>
>> # libs: crypto
>> "gnutls",
>> diff --git a/tests/vm/netbsd b/tests/vm/netbsd
>> index b10c9d429d..cdac502dad 100755
>> --- a/tests/vm/netbsd
>> +++ b/tests/vm/netbsd
>> @@ -36,7 +36,6 @@ class NetBSDVM(basevm.BaseVM):
>> "bash",
>> "gmake",
>> "gsed",
>> - "flex", "bison",
>>
>> # libs: crypto
>> "gnutls",
>> diff --git a/tests/vm/ubuntu.i386 b/tests/vm/ubuntu.i386
>> index 1570775335..24527cc78c 100755
>> --- a/tests/vm/ubuntu.i386
>> +++ b/tests/vm/ubuntu.i386
>> @@ -52,7 +52,7 @@ class UbuntuX86VM(basevm.BaseVM):
>> self.ssh_root_check("sed -ie s/^#\ deb-src/deb-src/g /etc/apt/sources.list")
>> self.ssh_root_check("apt-get update")
>> self.ssh_root_check("apt-get build-dep -y qemu")
>> - self.ssh_root_check("apt-get install -y libfdt-dev flex bison language-pack-en")
>> + self.ssh_root_check("apt-get install -y libfdt-dev language-pack-en")
>> self.ssh_root("poweroff")
>> self.wait()
>> os.rename(img_tmp, img)
>>
>
prev parent reply other threads:[~2020-05-15 9:56 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-05-15 8:31 [PATCH 0/2] tests: Remove unused bison/flex packages Philippe Mathieu-Daudé
2020-05-15 8:31 ` [PATCH 1/2] tests/docker: Remove flex/bison packages Philippe Mathieu-Daudé
2020-05-15 9:02 ` Claudio Fontana
2020-05-15 9:21 ` Philippe Mathieu-Daudé
2020-05-15 8:31 ` [PATCH 2/2] tests/vm: " Philippe Mathieu-Daudé
2020-05-15 9:23 ` Philippe Mathieu-Daudé
2020-05-15 9:41 ` Claudio Fontana
2020-05-15 9:55 ` Philippe Mathieu-Daudé [this message]
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=57076692-b79d-bc10-d2e1-0b33b9993496@redhat.com \
--to=philmd@redhat.com \
--cc=alex.bennee@linaro.org \
--cc=cfontana@suse.de \
--cc=david@gibson.dropbear.id.au \
--cc=fam@euphon.net \
--cc=qemu-devel@nongnu.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 NNTP newsgroup(s).