summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJordan Galby <67924449+Jordan474@users.noreply.github.com>2023-10-09 14:17:58 +0200
committerGitHub <noreply@github.com>2023-10-09 14:17:58 +0200
commit3108036533ea623a4e0da513e07f9651c0a128ea (patch)
tree05dd578555341b1ee15a4fa628cedd0a9a5e0cb5
parent215c699307a23fd7043116cfb13ccd0035fe812f (diff)
downloadspack-3108036533ea623a4e0da513e07f9651c0a128ea.tar.gz
spack-3108036533ea623a4e0da513e07f9651c0a128ea.tar.bz2
spack-3108036533ea623a4e0da513e07f9651c0a128ea.tar.xz
spack-3108036533ea623a4e0da513e07f9651c0a128ea.zip
elfutils: fix +debuginfod again with new libarchive versions (#40314)
-rw-r--r--var/spack/repos/builtin/packages/elfutils/package.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/var/spack/repos/builtin/packages/elfutils/package.py b/var/spack/repos/builtin/packages/elfutils/package.py
index c7417da21d..15f0b11130 100644
--- a/var/spack/repos/builtin/packages/elfutils/package.py
+++ b/var/spack/repos/builtin/packages/elfutils/package.py
@@ -85,10 +85,10 @@ class Elfutils(AutotoolsPackage, SourcewarePackage):
provides("elf@1")
- # libarchive with iconv doesn't configure.
+ # libarchive with iconv doesn't configure (still broken as of libarchive@3.7.1)
# see https://github.com/spack/spack/issues/36710
# and https://github.com/libarchive/libarchive/issues/1819
- conflicts("^libarchive@3.6.2 +iconv", when="+debuginfod")
+ conflicts("^libarchive +iconv", when="+debuginfod")
# https://sourceware.org/bugzilla/show_bug.cgi?id=24964
conflicts("%apple-clang")