From f66139dfe47b7b0e30b9fd62b95fc29a28c0c001 Mon Sep 17 00:00:00 2001 From: Derek Ryan Strong Date: Wed, 27 Apr 2022 03:11:48 -0700 Subject: Add fix for binutils 2.38 +gas makeinfo issue (#30209) Co-authored-by: Massimiliano Culpo --- var/spack/repos/builtin/packages/binutils/package.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/var/spack/repos/builtin/packages/binutils/package.py b/var/spack/repos/builtin/packages/binutils/package.py index ea937d82dd..8e16bb0e93 100644 --- a/var/spack/repos/builtin/packages/binutils/package.py +++ b/var/spack/repos/builtin/packages/binutils/package.py @@ -67,6 +67,9 @@ class Binutils(AutotoolsPackage, GNUMirrorPackage): depends_on('m4', type='build', when='@:2.29 +gold') depends_on('bison', type='build', when='@:2.29 +gold') + # 2.38 with +gas needs makeinfo due to a bug, see: + # https://sourceware.org/bugzilla/show_bug.cgi?id=28909 + depends_on('texinfo', type='build', when='@2.38 +gas') # 2.34 needs makeinfo due to a bug, see: # https://sourceware.org/bugzilla/show_bug.cgi?id=25491 depends_on('texinfo', type='build', when='@2.34') -- cgit v1.2.3-70-g09d2