Source: krb5
Severity: serious
Tags: patch
User: reproducible-bui...@lists.alioth.debian.org
Usertags: ftbfs
X-Debbugs-Cc: reproducible-b...@lists.alioth.debian.org

Between September and October, something changed in krb5's build
dependencies that triggers a build failure:

  https://tests.reproducible-builds.org/debian/history/amd64/krb5.html

You can pick from a few failing build logs at:

  https://tests.reproducible-builds.org/debian/rb-pkg/bookworm/amd64/krb5.html

Except from a failing build:

  (/usr/share/texlive/texmf-dist/tex/generic/babel/txtbabel.def))
  (/usr/share/texlive/texmf-dist/tex/generic/babel-english/english.ldf))

  ! LaTeX Error: File `tgtermes.sty' not found.

  Type X to quit or <RETURN> to proceed,
  or enter new name. (Default extension: sty)

  Enter file name:
  ! Emergency stop.
  <read *>

  l.37 \usepackage
                  {tgheros}^^M
  !  ==> Fatal error occurred, no output PDF file produced!

I'm not sure the exact cause of the changes, but adding tex-gyre to
Build-Depends-Indep appears to fix this issue.


Thanks for maintaining krb5!


live well,
  vagrant
From ba098c18c519c9275eafeac18983e5974a8714af Mon Sep 17 00:00:00 2001
From: Vagrant Cascadian <vagr...@reproducible-builds.org>
Date: Sun, 28 Nov 2021 18:56:56 +0000
Subject: [PATCH] debian/control: Add Build-Depends-Indep on tex-gyre.

---
 debian/control | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/debian/control b/debian/control
index bd78bbe11..973f11b64 100644
--- a/debian/control
+++ b/debian/control
@@ -6,7 +6,7 @@ Build-Depends: debhelper-compat (= 13), byacc | bison,
  libkeyutils-dev [linux-any], libldap2-dev <!stage1>, libsasl2-dev <!stage1>,
  libssl-dev,  ss-dev,
  libverto-dev (>= 0.2.4), pkg-config
-Build-Depends-Indep: python3, python3-cheetah, python3-lxml, python3-sphinx, doxygen, doxygen-latex
+Build-Depends-Indep: python3, python3-cheetah, python3-lxml, python3-sphinx, doxygen, doxygen-latex, tex-gyre
 Standards-Version: 4.5.0
 Maintainer: Sam Hartman <hartm...@debian.org>
 Uploaders: Russ Allbery <r...@debian.org>, Benjamin Kaduk <ka...@mit.edu>
-- 
2.30.2

Attachment: signature.asc
Description: PGP signature

Reply via email to