Skip to content

Commit 7824214

Browse files
committed
Add libarchive build-dep to fix missing archive_write_add_filter_zstd
Trying to fix + echo 'Install tini version de40ad007797e0dcd8b7126f27bb87401d224240' + git clone https://github.com/krallin/tini.git /go/tini Install tini version de40ad007797e0dcd8b7126f27bb87401d224240 Cloning into '/go/tini'... + cd /go/tini + git checkout -q de40ad007797e0dcd8b7126f27bb87401d224240 + cmake . cmake: symbol lookup error: cmake: undefined symbol: archive_write_add_filter_zstd error: Bad exit status from /var/tmp/rpm-tmp.Dl5CDf (%build) According to https://bugs.centos.org/view.php?id=18212, upgrading to libarchive-3.3.3-1.el8.x86_64 should resolve the problem. Signed-off-by: Sebastiaan van Stijn <[email protected]>
1 parent 3d0e7c4 commit 7824214

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

rpm/SPECS/docker-ce.spec

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ BuildRequires: device-mapper-devel
3535
BuildRequires: gcc
3636
BuildRequires: git
3737
BuildRequires: glibc-static
38+
BuildRequires: libarchive
3839
BuildRequires: libseccomp-devel
3940
BuildRequires: libselinux-devel
4041
BuildRequires: libtool

0 commit comments

Comments
 (0)