Created
January 30, 2021 20:23
-
-
Save zzamboni/474280536d8642c0baf9d42edb5f9156 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[~/D/P/d/g/s/g/e/elvish]─[⎇ master]|> make get | |
CGO_ENABLED=0 go get -buildmode=pie -trimpath -ldflags \ | |
"-X src.elv.sh/pkg/buildinfo.VersionSuffix=-dev.$(git rev-parse HEAD)$(git diff --quiet || { echo -n '+'; uname -n; }) \ | |
-X src.elv.sh/pkg/buildinfo.Reproducible=true" ./cmd/elvish | |
# src.elv.sh/cmd/elvish | |
/usr/local/Cellar/go/1.15.7/libexec/pkg/tool/darwin_amd64/link: running clang failed: exit status 1 | |
Undefined symbols for architecture x86_64: | |
"_CFArrayGetCount", referenced from: | |
_crypto/x509/internal/macos.x509_CFArrayGetCount_trampoline in go.o | |
"_CFArrayGetValueAtIndex", referenced from: | |
_crypto/x509/internal/macos.x509_CFArrayGetValueAtIndex_trampoline in go.o | |
"_CFDataGetBytePtr", referenced from: | |
_crypto/x509/internal/macos.x509_CFDataGetBytePtr_trampoline in go.o | |
"_CFDataGetLength", referenced from: | |
_crypto/x509/internal/macos.x509_CFDataGetLength_trampoline in go.o | |
"_CFDictionaryGetValueIfPresent", referenced from: | |
_crypto/x509/internal/macos.x509_CFDictionaryGetValueIfPresent_trampoline in go.o | |
"_CFEqual", referenced from: | |
_crypto/x509/internal/macos.x509_CFEqual_trampoline in go.o | |
"_CFNumberGetValue", referenced from: | |
_crypto/x509/internal/macos.x509_CFNumberGetValue_trampoline in go.o | |
"_CFRelease", referenced from: | |
_crypto/x509/internal/macos.x509_CFRelease_trampoline in go.o | |
"_CFStringCreateWithBytes", referenced from: | |
_crypto/x509/internal/macos.x509_CFStringCreateWithBytes_trampoline in go.o | |
"_SecItemExport", referenced from: | |
_crypto/x509/internal/macos.x509_SecItemExport_trampoline in go.o | |
"_SecPolicyCopyProperties", referenced from: | |
_crypto/x509/internal/macos.x509_SecPolicyCopyProperties_trampoline in go.o | |
"_SecTrustSettingsCopyCertificates", referenced from: | |
_crypto/x509/internal/macos.x509_SecTrustSettingsCopyCertificates_trampoline in go.o | |
"_SecTrustSettingsCopyTrustSettings", referenced from: | |
_crypto/x509/internal/macos.x509_SecTrustSettingsCopyTrustSettings_trampoline in go.o | |
ld: symbol(s) not found for architecture x86_64 | |
clang: error: linker command failed with exit code 1 (use -v to see invocation) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment