public inbox for binutils@sourceware.org
 help / color / mirror / Atom feed
From: Mark Wielaard <mark@klomp.org>
To: Tom Kacvinsky <tkacvins@gmail.com>
Cc: buildbot@sourceware.org, gdb-testers@sourceware.org,
	binutils@sourceware.org
Subject: Re: ☠ Buildbot (GNU Toolchain): binutils-gdb - failed compile (failure) (master)
Date: Thu, 9 Jun 2022 05:36:53 +0200	[thread overview]
Message-ID: <YqFq1UKFabJDHgUM@wildebeest.org> (raw)
In-Reply-To: <CAG_eJLfRrgsK62e7UX_HF7p5O+czBnTm6z+8K=KnDsasadkp5Q@mail.gmail.com>

[-- 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


  parent reply	other threads:[~2022-06-09  3:37 UTC|newest]

Thread overview: 22+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-06-09  0:20 builder
     [not found] ` <CAG_eJLfRrgsK62e7UX_HF7p5O+czBnTm6z+8K=KnDsasadkp5Q@mail.gmail.com>
2022-06-09  3:36   ` Mark Wielaard [this message]
  -- strict thread matches above, loose matches on Subject: below --
2023-01-09 23:57 builder
2023-01-09 23:46 builder
2022-12-16 12:24 builder
2022-12-12  9:54 builder
2022-12-07  4:25 builder
2022-12-05  0:18 builder
2022-11-30 16:24 builder
2022-11-30 16:21 builder
2022-11-11  6:30 builder
2022-11-01  9:58 builder
2022-10-31 13:36 builder
2022-10-19  9:14 builder
2022-07-08 10:24 builder
2022-06-27 11:11 builder
2022-06-21 10:32 builder
2022-06-21 16:40 ` Mark Wielaard
2022-06-13  8:13 builder
2022-06-13  8:18 ` Mark Wielaard
2022-06-13  9:08   ` Jan Beulich
2022-06-02 11:05 builder

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=YqFq1UKFabJDHgUM@wildebeest.org \
    --to=mark@klomp.org \
    --cc=binutils@sourceware.org \
    --cc=buildbot@sourceware.org \
    --cc=gdb-testers@sourceware.org \
    --cc=tkacvins@gmail.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 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).