public inbox for buildbot@sourceware.org
 help / color / mirror / Atom feed
From: Mark Wielaard <mark@klomp.org>
To: buildbot@sourceware.org
Cc: Mark Wielaard <mark@klomp.org>
Subject: [PATCH] Add autogen to all Containerfiles. Needed for gcc builds.
Date: Tue, 31 Jan 2023 23:10:10 +0100	[thread overview]
Message-ID: <20230131221010.256585-1-mark@klomp.org> (raw)

---
 builder/containers/Containerfile-debian-stable       | 2 +-
 builder/containers/Containerfile-debian-testing      | 2 +-
 builder/containers/Containerfile-fedora-latest       | 2 +-
 builder/containers/Containerfile-fedora-rawhide      | 2 +-
 builder/containers/Containerfile-opensuse-leap       | 2 +-
 builder/containers/Containerfile-opensuse-tumbleweed | 2 +-
 6 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/builder/containers/Containerfile-debian-stable b/builder/containers/Containerfile-debian-stable
index 50d2f45..4dace49 100644
--- a/builder/containers/Containerfile-debian-stable
+++ b/builder/containers/Containerfile-debian-stable
@@ -7,7 +7,7 @@ RUN apt-get update && \
       libisl-dev libmpc-dev libgmp-dev libmpfr-dev libgmp-dev \
       patch util-linux diffutils iproute2 libarchive-tools cpio rpm2cpio procps \
       coreutils make git autotools-dev autoconf dejagnu automake gettext bison flex \
-      gawk m4 pkg-config gettext autopoint \
+      gawk m4 pkg-config gettext autopoint autogen \
       bzip2 libbz2-dev xz-utils liblzma-dev gzip zlib1g-dev zstd libzstd-dev \
       libexpat-dev libncurses-dev \
       findutils file tar curl libarchive-tools libarchive-dev libcurl4-gnutls-dev \
diff --git a/builder/containers/Containerfile-debian-testing b/builder/containers/Containerfile-debian-testing
index 793cbe8..8de9f69 100644
--- a/builder/containers/Containerfile-debian-testing
+++ b/builder/containers/Containerfile-debian-testing
@@ -7,7 +7,7 @@ RUN apt-get update && \
       libisl-dev libmpc-dev libgmp-dev libmpfr-dev libgmp-dev \
       patch util-linux diffutils iproute2 libarchive-tools cpio rpm2cpio procps \
       coreutils make git autotools-dev autoconf dejagnu automake gettext bison flex \
-      gawk m4 pkg-config gettext autopoint \
+      gawk m4 pkg-config gettext autopoint autogen \
       bzip2 libbz2-dev xz-utils liblzma-dev gzip zlib1g-dev zstd libzstd-dev \
       libexpat-dev libncurses-dev \
       findutils file tar curl libarchive-tools libarchive-dev libcurl4-gnutls-dev \
diff --git a/builder/containers/Containerfile-fedora-latest b/builder/containers/Containerfile-fedora-latest
index ac91059..df7b4ff 100644
--- a/builder/containers/Containerfile-fedora-latest
+++ b/builder/containers/Containerfile-fedora-latest
@@ -3,7 +3,7 @@ FROM registry.fedoraproject.org/fedora:latest
 RUN dnf upgrade -y && \
     dnf install -y \
         gcc gcc-c++ libubsan libasan libtool ccache valgrind \
-	isl-devel libmpc-devel mpfr-devel gmp-devel \
+	isl-devel libmpc-devel mpfr-devel gmp-devel autogen \
         patch util-linux diffutils iproute bsdtar cpio procps \
         coreutils make git autoconf dejagnu automake gettext-devel bison flex \
         bzip2 bzip2-devel xz xz-devel gzip zlib-devel zstd libzstd-devel \
diff --git a/builder/containers/Containerfile-fedora-rawhide b/builder/containers/Containerfile-fedora-rawhide
index 912ae44..3dc6302 100644
--- a/builder/containers/Containerfile-fedora-rawhide
+++ b/builder/containers/Containerfile-fedora-rawhide
@@ -3,7 +3,7 @@ FROM registry.fedoraproject.org/fedora:rawhide
 RUN dnf upgrade -y && \
     dnf install -y \
         gcc gcc-c++ libubsan libasan libtool ccache valgrind \
-	isl-devel libmpc-devel mpfr-devel gmp-devel \
+	isl-devel libmpc-devel mpfr-devel gmp-devel autogen \
         patch util-linux diffutils iproute bsdtar cpio procps \
         coreutils make git autoconf dejagnu automake gettext-devel bison flex \
         bzip2 bzip2-devel xz xz-devel gzip zlib-devel zstd libzstd-devel \
diff --git a/builder/containers/Containerfile-opensuse-leap b/builder/containers/Containerfile-opensuse-leap
index 4a1877e..f3716ad 100644
--- a/builder/containers/Containerfile-opensuse-leap
+++ b/builder/containers/Containerfile-opensuse-leap
@@ -3,7 +3,7 @@ FROM registry.opensuse.org/opensuse/leap
 RUN zypper -n dup
 RUN zypper -n install \
         gcc gcc-c++ libtool ccache valgrind \
-        isl-devel mpc-devel mpfr-devel gmp-devel \
+        isl-devel mpc-devel mpfr-devel gmp-devel autogen \
         patch util-linux diffutils iproute2 bsdtar cpio procps \
         coreutils make git autoconf dejagnu automake gettext-devel bison flex \
         bzip2 libbz2-devel xz xz-devel gzip zlib-devel zstd libzstd-devel \
diff --git a/builder/containers/Containerfile-opensuse-tumbleweed b/builder/containers/Containerfile-opensuse-tumbleweed
index 8de6f5f..b9fdd09 100644
--- a/builder/containers/Containerfile-opensuse-tumbleweed
+++ b/builder/containers/Containerfile-opensuse-tumbleweed
@@ -3,7 +3,7 @@ FROM registry.opensuse.org/opensuse/tumbleweed:latest
 RUN zypper -n dup
 RUN zypper -n install \
         gcc gcc-c++ libtool ccache valgrind \
-        isl-devel mpc-devel mpfr-devel gmp-devel \
+        isl-devel mpc-devel mpfr-devel gmp-devel autogen \
         patch util-linux diffutils iproute2 bsdtar cpio procps \
         coreutils make git autoconf dejagnu automake gettext-devel bison flex \
         bzip2 libbz2-devel xz xz-devel gzip zlib-devel zstd libzstd-devel \
-- 
2.31.1


                 reply	other threads:[~2023-01-31 22:10 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

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=20230131221010.256585-1-mark@klomp.org \
    --to=mark@klomp.org \
    --cc=buildbot@sourceware.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).