AGWA / AGWA/git-crypt

Installing with homebrew fails due to OpenSSL bug

未关闭
#90 0 条评论 0 个 reaction 已指派 0 人 在 GitHub 查看
主要语言
C++
星标
9.9k
派生
544
PR 合并指标
30 天内没有已合并 PR

描述

If you try to install git-crypt on a clean machine, the following happens:

```
==> Installing git-crypt dependency: openssl
==> Downloading https://www.openssl.org/source/openssl-1.0.1j.tar.gz
Already downloaded: /Library/Caches/Homebrew/openssl-1.0.1j.tar.gz
==> perl ./Configure --prefix=/usr/local/Cellar/openssl/1.0.1j_1 --openssldir=/usr/local/etc/openssl no-ssl2 zlib-dynamic shared enable-cms darwin64-x86_64-cc enable-ec_nistp_64_gcc_
==> make depend
==> make
==> make test
bew/usr/bin/perl cms-test.pl
CMS => PKCS#7 compatibility tests
signed content DER format, RSA key: verify error
make[1]: *** [test_cms] Error 1
make: *** [tests] Error 2

```

This seems to be caused by this bug: https://bugzilla.redhat.com/show_bug.cgi?id=1335097

贡献指南

打开贡献指南

评估

这个 Issue 还没有评估数据。

把新 issue 发到你的邮箱

精选适合新手参与的 GitHub issue 摘要。