public inbox for buildbot@sourceware.org
 help / color / mirror / Atom feed
* Re: ☠ Buildbot (GNU Toolchain): binutils-gdb - failed compile (failure) (master)
       [not found] ` <CAG_eJLfRrgsK62e7UX_HF7p5O+czBnTm6z+8K=KnDsasadkp5Q@mail.gmail.com>
@ 2022-06-09  3:36   ` Mark Wielaard
  0 siblings, 0 replies; only message in thread
From: Mark Wielaard @ 2022-06-09  3:36 UTC (permalink / raw)
  To: Tom Kacvinsky; +Cc: buildbot, gdb-testers, binutils

[-- Attachment #1: Type: text/plain, Size: 797 bytes --]

Hi Tom,

On Wed, Jun 08, 2022 at 08:27:48PM -0400, Tom Kacvinsky wrote:
> On Wed, Jun 8, 2022 at 8:20 PM builder--- via Binutils <
> binutils@sourceware.org> wrote:
> 
> 
> > - 4: make ( failure )
> >     Logs:
> >         - stdio:
> > https://builder.sourceware.org/buildbot/#builders/77/builds/173/steps/4/logs/stdio
> >         - warnings (8):
> > https://builder.sourceware.org/buildbot/#builders/77/builds/173/steps/4/logs/warnings__8_
> >
> >
> makeinfo is not installed on that machine.   makeinfo is part of the
> texinfo package.

Oops. You are correct. I moved the builder to a container to be more
reproducible. Containers start out nice and small, but when using for
CI they do tend to grow the size of a full distro :)

Pushed the attached update to the Container file.

Cheers,

Mark

[-- Attachment #2: 0001-Add-texinfo-to-debian-and-fedora-Containerfile.patch --]
[-- Type: text/x-diff, Size: 1842 bytes --]

From cb7f4610f68584a0b2ec4b390ab88d5e34e1a427 Mon Sep 17 00:00:00 2001
From: Mark Wielaard <mark@klomp.org>
Date: Thu, 9 Jun 2022 05:35:58 +0200
Subject: [PATCH] Add texinfo to debian and fedora Containerfile

---
 builder/containers/Containerfile-debian-stable | 1 +
 builder/containers/Containerfile-fedora-latest | 1 +
 2 files changed, 2 insertions(+)

diff --git a/builder/containers/Containerfile-debian-stable b/builder/containers/Containerfile-debian-stable
index 1df8cf5..5dc8ac8 100644
--- a/builder/containers/Containerfile-debian-stable
+++ b/builder/containers/Containerfile-debian-stable
@@ -11,6 +11,7 @@ RUN apt-get update && \
       bzip2 libbz2-dev xz-utils liblzma-dev gzip zlib1g-dev zstd libzstd-dev \
       findutils file tar curl libarchive-tools libarchive-dev libcurl4-gnutls-dev \
       libmicrohttpd-dev libsqlite3-dev libelf-dev libdw-dev elfutils \
+      texinfo \
       xmlto xsltproc docbook-xsl docbook-xml \
       libxml2-dev dos2unix python3-dev python3-mock \
       python3-rpm python3-xdg mime-support libopenmpi-dev gdb help2man wget \
diff --git a/builder/containers/Containerfile-fedora-latest b/builder/containers/Containerfile-fedora-latest
index c0c555a..ce3b07e 100644
--- a/builder/containers/Containerfile-fedora-latest
+++ b/builder/containers/Containerfile-fedora-latest
@@ -9,6 +9,7 @@ RUN dnf upgrade -y && \
         bzip2 bzip2-devel xz xz-devel gzip zlib-devel zstd libzstd-devel \
         findutils file tar curl libarchive-devel libcurl-devel \
         libmicrohttpd-devel sqlite-devel elfutils-devel \
+        texinfo \
         xmlto xmlto-tex fop poppler-utils libxslt docbook-dtds docbook-style-xsl \
         libxml2-devel dos2unix dpkg koji python3-devel python3-koji python3-mock \
         python3-rpm python3-pyxdg mailcap openmpi-devel gdb help2man wget \
-- 
2.30.2


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2022-06-09  3:37 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <20220609002024.1DF6B3853547@sourceware.org>
     [not found] ` <CAG_eJLfRrgsK62e7UX_HF7p5O+czBnTm6z+8K=KnDsasadkp5Q@mail.gmail.com>
2022-06-09  3:36   ` ☠ Buildbot (GNU Toolchain): binutils-gdb - failed compile (failure) (master) Mark Wielaard

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).