Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add note about build-failures for M1 Macs. #774

Closed
rib3ye opened this issue Apr 3, 2021 · 0 comments · Fixed by #798
Closed

Add note about build-failures for M1 Macs. #774

rib3ye opened this issue Apr 3, 2021 · 0 comments · Fixed by #798
Labels
need/triage Needs initial labeling and prioritization

Comments

@rib3ye
Copy link

rib3ye commented Apr 3, 2021

Did you find a bug, typo or other issue in an item of Filecoin documentation? Please use this template to let us know!

URL of the page in question:
https://docs.filecoin.io/get-started/lotus/installation/#install-homebrew

What's wrong with this page?
make all will fail on M1 Mac

➜  ~ rm -rf lotus 
➜  ~ sudo rm -rf /Library/Developer/CommandLineTools
Password:
➜  ~ xcode-select --install
xcode-select: note: install requested for command line developer tools
➜  ~ brew install go bzr jq pkg-config rustup hwloc
Updating Homebrew...
==> Auto-updated Homebrew!
Updated 1 tap (homebrew/core).
==> Updated Formulae
Updated 3 formulae.

Warning: go 1.16.3 is already installed and up-to-date.
To reinstall 1.16.3, run:
  brew reinstall go
Warning: bazaar 2.7.0_1 is already installed and up-to-date.
To reinstall 2.7.0_1, run:
  brew reinstall bazaar
Warning: jq 1.6 is already installed and up-to-date.
To reinstall 1.6, run:
  brew reinstall jq
Warning: pkg-config 0.29.2_3 is already installed and up-to-date.
To reinstall 0.29.2_3, run:
  brew reinstall pkg-config
Warning: rustup-init 1.23.1 is already installed and up-to-date.
To reinstall 1.23.1, run:
  brew reinstall rustup-init
Warning: hwloc 2.4.1 is already installed and up-to-date.
To reinstall 2.4.1, run:
  brew reinstall hwloc
➜  ~ git clone https://github.com/filecoin-project/lotus.git
Cloning into 'lotus'...
remote: Enumerating objects: 575, done.
remote: Counting objects: 100% (575/575), done.
remote: Compressing objects: 100% (273/273), done.
remote: Total 81270 (delta 315), reused 511 (delta 279), pack-reused 80695
Receiving objects: 100% (81270/81270), 63.30 MiB | 32.23 MiB/s, done.
Resolving deltas: 100% (59188/59188), done.
➜  ~ cd lotus 
➜  lotus git:(master) git checkout  15e8ea1
Note: switching to '15e8ea1'.

You are in 'detached HEAD' state. You can look around, make experimental
changes and commit them, and you can discard any commits you make in this
state without impacting any branches by switching back to a branch.

If you want to create a new branch to retain commits you create, you may
do so (now or later) by using -c with the switch command. Example:

  git switch -c <new-branch-name>

Or undo this operation with:

  git switch -

Turn off this advice by setting config variable advice.detachedHead to false

HEAD is now at 15e8ea196 Lotus version 1.6.0-rc2
➜  lotus git:(15e8ea196) make clean && make all # mainnet
rm -rf  build/.filecoin-install build/.update-modules  lotus lotus-miner lotus-worker lotus-shed lotus-gateway lotus-seed lotus-pond lotus-townhall lotus-fountain lotus-chainwatch lotus-bench lotus-stats lotus-pcr lotus-health lotus-wallet lotus-keygen testground
/Applications/Xcode.app/Contents/Developer/usr/bin/make -C extern/filecoin-ffi/ clean
make[1]: *** No rule to make target `clean'.  Stop.
make: [clean] Error 2 (ignored)
git submodule update --init --recursive
Submodule 'extern/filecoin-ffi' (https://github.com/filecoin-project/filecoin-ffi.git) registered for path 'extern/filecoin-ffi'
Submodule 'extern/serialization-vectors' (https://github.com/filecoin-project/serialization-vectors.git) registered for path 'extern/serialization-vectors'
Submodule 'extern/test-vectors' (https://github.com/filecoin-project/test-vectors.git) registered for path 'extern/test-vectors'
Cloning into '/Users/noahtsutsui/lotus/extern/filecoin-ffi'...
Cloning into '/Users/noahtsutsui/lotus/extern/serialization-vectors'...
Cloning into '/Users/noahtsutsui/lotus/extern/test-vectors'...
Submodule path 'extern/filecoin-ffi': checked out 'b6e0b35fb49ed0fedb6a6a473b222e3b8a7d7f17'
Submodule path 'extern/serialization-vectors': checked out '5bfb928910b01ac8b940a693af2884f7f8276211'
Submodule path 'extern/test-vectors': checked out 'd9a75a7873aee0db28b87e3970d2ea16a2f37c6a'
Submodule 'gen/extern/fil-blst' (https://github.com/filecoin-project/fil-blst.git) registered for path 'extern/test-vectors/gen/extern/fil-blst'
Submodule 'gen/extern/filecoin-ffi' (https://github.com/filecoin-project/filecoin-ffi.git) registered for path 'extern/test-vectors/gen/extern/filecoin-ffi'
Cloning into '/Users/noahtsutsui/lotus/extern/test-vectors/gen/extern/fil-blst'...
Cloning into '/Users/noahtsutsui/lotus/extern/test-vectors/gen/extern/filecoin-ffi'...
Submodule path 'extern/test-vectors/gen/extern/fil-blst': checked out '5f93488fc0dbfb450f2355269f18fc67010d59bb'
Submodule path 'extern/test-vectors/gen/extern/filecoin-ffi': checked out 'f640612a1a1f7a2dd8b3a49e1531db0aa0f63447'
touch build/.update-modules
/Applications/Xcode.app/Contents/Developer/usr/bin/make -C extern/filecoin-ffi/ .install-filcrypto
./install-filcrypto
+ auth_header=()
+ '[' -n '' ']'
++ dirname ./install-filcrypto
+ cd .
+ rust_sources_dir=rust
++ jq -r '.[].check_cpu_for_feature | select(. != null)'
+ cpu_features_required_for_optimized_release='adx
sha_ni
sha2
sse2
avx2
avx
sse4_2
sse4_1'
+ main
++ get_release_flags
++ local __features=
++ [[ ! -f /proc/cpuinfo ]]
++ echo '[get_release_flags] no /proc/cpuinfo file; falling back to Darwin feature detection'
[get_release_flags] no /proc/cpuinfo file; falling back to Darwin feature detection
+++ sysctl -a
+++ grep machdep.cpu
+++ tr '[:upper:]' '[:lower:]'
+++ grep features
++ __features=
++ feature_map=("adx:+adx" "sha_ni:+sha" "sha2:+sha2" "sse2:+sse2" "avx2:+avx2" "avx:+avx" "sse4_2:+sse4.2" "sse4_1:+sse4.1")
++ target_features=
++ for x in '${cpu_features_required_for_optimized_release[@]}'
+++ echo ''
+++ grep -c adx
++ current_feature=0
++ '[' 1 = 0 ']'
++ for x in '${cpu_features_required_for_optimized_release[@]}'
+++ echo ''
+++ grep -c sha_ni
++ current_feature=0
++ '[' 1 = 0 ']'
++ for x in '${cpu_features_required_for_optimized_release[@]}'
+++ echo ''
+++ grep -c sha2
++ current_feature=0
++ '[' 1 = 0 ']'
++ for x in '${cpu_features_required_for_optimized_release[@]}'
+++ echo ''
+++ grep -c sse2
++ current_feature=0
++ '[' 1 = 0 ']'
++ for x in '${cpu_features_required_for_optimized_release[@]}'
+++ echo ''
+++ grep -c avx2
++ current_feature=0
++ '[' 1 = 0 ']'
++ for x in '${cpu_features_required_for_optimized_release[@]}'
+++ echo ''
+++ grep -c avx
++ current_feature=0
++ '[' 1 = 0 ']'
++ for x in '${cpu_features_required_for_optimized_release[@]}'
+++ echo ''
+++ grep -c sse4_2
++ current_feature=0
++ '[' 1 = 0 ']'
++ for x in '${cpu_features_required_for_optimized_release[@]}'
+++ echo ''
+++ grep -c sse4_1
++ current_feature=0
++ '[' 1 = 0 ']'
++ echo ''
+ local __release_flags=
+ '[' '' '!=' 1 ']'
+ download_release_tarball __tarball_path rust filecoin-ffi ''
+ local __resultvar=__tarball_path
+ local __rust_sources_path=rust
+ local __repo_name=filecoin-ffi
+ local __release_flags=
++ git rev-parse HEAD
+ local __release_sha1=b6e0b35fb49ed0fedb6a6a473b222e3b8a7d7f17
+ local __release_tag=b6e0b35fb49ed0fe
+ local __release_tag_url=https://api.github.com/repos/filecoin-project/filecoin-ffi/releases/tags/b6e0b35fb49ed0fe
+ '[' '' == 1 ']'
+ release_flag_name=standard-pairing
++ uname
+ local __release_name=filecoin-ffi-Darwin-standard-pairing
+ echo '[download_release_tarball] acquiring release @ b6e0b35fb49ed0fe'
[download_release_tarball] acquiring release @ b6e0b35fb49ed0fe
++ curl --retry 3 --location https://api.github.com/repos/filecoin-project/filecoin-ffi/releases/tags/b6e0b35fb49ed0fe
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
100  9438  100  9438    0     0  29219      0 --:--:-- --:--:-- --:--:-- 29219
+ local '__release_response={
  "url": "https://api.github.com/repos/filecoin-project/filecoin-ffi/releases/38131315",
  "assets_url": "https://api.github.com/repos/filecoin-project/filecoin-ffi/releases/38131315/assets",
  "upload_url": "https://uploads.github.com/repos/filecoin-project/filecoin-ffi/releases/38131315/assets{?name,label}",
  "html_url": "https://github.com/filecoin-project/filecoin-ffi/releases/tag/b6e0b35fb49ed0fe",
  "id": 38131315,
  "author": {
    "login": "filecoin-helper",
    "id": 37553297,
    "node_id": "MDQ6VXNlcjM3NTUzMjk3",
    "avatar_url": "https://avatars.githubusercontent.com/u/37553297?v=4",
    "gravatar_id": "",
    "url": "https://api.github.com/users/filecoin-helper",
    "html_url": "https://github.com/filecoin-helper",
    "followers_url": "https://api.github.com/users/filecoin-helper/followers",
    "following_url": "https://api.github.com/users/filecoin-helper/following{/other_user}",
    "gists_url": "https://api.github.com/users/filecoin-helper/gists{/gist_id}",
    "starred_url": "https://api.github.com/users/filecoin-helper/starred{/owner}{/repo}",
    "subscriptions_url": "https://api.github.com/users/filecoin-helper/subscriptions",
    "organizations_url": "https://api.github.com/users/filecoin-helper/orgs",
    "repos_url": "https://api.github.com/users/filecoin-helper/repos",
    "events_url": "https://api.github.com/users/filecoin-helper/events{/privacy}",
    "received_events_url": "https://api.github.com/users/filecoin-helper/received_events",
    "type": "User",
    "site_admin": false
  },
  "node_id": "MDc6UmVsZWFzZTM4MTMxMzE1",
  "tag_name": "b6e0b35fb49ed0fe",
  "target_commitish": "b6e0b35fb49ed0fedb6a6a473b222e3b8a7d7f17",
  "name": "b6e0b35fb49ed0fe",
  "draft": false,
  "prerelease": false,
  "created_at": "2021-02-16T20:58:48Z",
  "published_at": "2021-02-16T21:03:05Z",
  "assets": [
    {
      "url": "https://api.github.com/repos/filecoin-project/filecoin-ffi/releases/assets/32167831",
      "id": 32167831,
      "node_id": "MDEyOlJlbGVhc2VBc3NldDMyMTY3ODMx",
      "name": "filecoin-ffi-Darwin-standard-blst.tar.gz",
      "label": "",
      "uploader": {
        "login": "filecoin-helper",
        "id": 37553297,
        "node_id": "MDQ6VXNlcjM3NTUzMjk3",
        "avatar_url": "https://avatars.githubusercontent.com/u/37553297?v=4",
        "gravatar_id": "",
        "url": "https://api.github.com/users/filecoin-helper",
        "html_url": "https://github.com/filecoin-helper",
        "followers_url": "https://api.github.com/users/filecoin-helper/followers",
        "following_url": "https://api.github.com/users/filecoin-helper/following{/other_user}",
        "gists_url": "https://api.github.com/users/filecoin-helper/gists{/gist_id}",
        "starred_url": "https://api.github.com/users/filecoin-helper/starred{/owner}{/repo}",
        "subscriptions_url": "https://api.github.com/users/filecoin-helper/subscriptions",
        "organizations_url": "https://api.github.com/users/filecoin-helper/orgs",
        "repos_url": "https://api.github.com/users/filecoin-helper/repos",
        "events_url": "https://api.github.com/users/filecoin-helper/events{/privacy}",
        "received_events_url": "https://api.github.com/users/filecoin-helper/received_events",
        "type": "User",
        "site_admin": false
      },
      "content_type": "application/octet-stream",
      "state": "uploaded",
      "size": 18130218,
      "download_count": 1,
      "created_at": "2021-02-16T21:12:35Z",
      "updated_at": "2021-02-16T21:12:36Z",
      "browser_download_url": "https://github.com/filecoin-project/filecoin-ffi/releases/download/b6e0b35fb49ed0fe/filecoin-ffi-Darwin-standard-blst.tar.gz"
    },
    {
      "url": "https://api.github.com/repos/filecoin-project/filecoin-ffi/releases/assets/32167697",
      "id": 32167697,
      "node_id": "MDEyOlJlbGVhc2VBc3NldDMyMTY3Njk3",
      "name": "filecoin-ffi-Darwin-standard-pairing.tar.gz",
      "label": "",
      "uploader": {
        "login": "filecoin-helper",
        "id": 37553297,
        "node_id": "MDQ6VXNlcjM3NTUzMjk3",
        "avatar_url": "https://avatars.githubusercontent.com/u/37553297?v=4",
        "gravatar_id": "",
        "url": "https://api.github.com/users/filecoin-helper",
        "html_url": "https://github.com/filecoin-helper",
        "followers_url": "https://api.github.com/users/filecoin-helper/followers",
        "following_url": "https://api.github.com/users/filecoin-helper/following{/other_user}",
        "gists_url": "https://api.github.com/users/filecoin-helper/gists{/gist_id}",
        "starred_url": "https://api.github.com/users/filecoin-helper/starred{/owner}{/repo}",
        "subscriptions_url": "https://api.github.com/users/filecoin-helper/subscriptions",
        "organizations_url": "https://api.github.com/users/filecoin-helper/orgs",
        "repos_url": "https://api.github.com/users/filecoin-helper/repos",
        "events_url": "https://api.github.com/users/filecoin-helper/events{/privacy}",
        "received_events_url": "https://api.github.com/users/filecoin-helper/received_events",
        "type": "User",
        "site_admin": false
      },
      "content_type": "application/octet-stream",
      "state": "uploaded",
      "size": 18418671,
      "download_count": 1263,
      "created_at": "2021-02-16T21:09:20Z",
      "updated_at": "2021-02-16T21:09:21Z",
      "browser_download_url": "https://github.com/filecoin-project/filecoin-ffi/releases/download/b6e0b35fb49ed0fe/filecoin-ffi-Darwin-standard-pairing.tar.gz"
    },
    {
      "url": "https://api.github.com/repos/filecoin-project/filecoin-ffi/releases/assets/32167509",
      "id": 32167509,
      "node_id": "MDEyOlJlbGVhc2VBc3NldDMyMTY3NTA5",
      "name": "filecoin-ffi-Linux-standard-blst.tar.gz",
      "label": "",
      "uploader": {
        "login": "filecoin-helper",
        "id": 37553297,
        "node_id": "MDQ6VXNlcjM3NTUzMjk3",
        "avatar_url": "https://avatars.githubusercontent.com/u/37553297?v=4",
        "gravatar_id": "",
        "url": "https://api.github.com/users/filecoin-helper",
        "html_url": "https://github.com/filecoin-helper",
        "followers_url": "https://api.github.com/users/filecoin-helper/followers",
        "following_url": "https://api.github.com/users/filecoin-helper/following{/other_user}",
        "gists_url": "https://api.github.com/users/filecoin-helper/gists{/gist_id}",
        "starred_url": "https://api.github.com/users/filecoin-helper/starred{/owner}{/repo}",
        "subscriptions_url": "https://api.github.com/users/filecoin-helper/subscriptions",
        "organizations_url": "https://api.github.com/users/filecoin-helper/orgs",
        "repos_url": "https://api.github.com/users/filecoin-helper/repos",
        "events_url": "https://api.github.com/users/filecoin-helper/events{/privacy}",
        "received_events_url": "https://api.github.com/users/filecoin-helper/received_events",
        "type": "User",
        "site_admin": false
      },
      "content_type": "application/octet-stream",
      "state": "uploaded",
      "size": 19178371,
      "download_count": 8,
      "created_at": "2021-02-16T21:04:21Z",
      "updated_at": "2021-02-16T21:04:21Z",
      "browser_download_url": "https://github.com/filecoin-project/filecoin-ffi/releases/download/b6e0b35fb49ed0fe/filecoin-ffi-Linux-standard-blst.tar.gz"
    },
    {
      "url": "https://api.github.com/repos/filecoin-project/filecoin-ffi/releases/assets/32167461",
      "id": 32167461,
      "node_id": "MDEyOlJlbGVhc2VBc3NldDMyMTY3NDYx",
      "name": "filecoin-ffi-Linux-standard-pairing.tar.gz",
      "label": "",
      "uploader": {
        "login": "filecoin-helper",
        "id": 37553297,
        "node_id": "MDQ6VXNlcjM3NTUzMjk3",
        "avatar_url": "https://avatars.githubusercontent.com/u/37553297?v=4",
        "gravatar_id": "",
        "url": "https://api.github.com/users/filecoin-helper",
        "html_url": "https://github.com/filecoin-helper",
        "followers_url": "https://api.github.com/users/filecoin-helper/followers",
        "following_url": "https://api.github.com/users/filecoin-helper/following{/other_user}",
        "gists_url": "https://api.github.com/users/filecoin-helper/gists{/gist_id}",
        "starred_url": "https://api.github.com/users/filecoin-helper/starred{/owner}{/repo}",
        "subscriptions_url": "https://api.github.com/users/filecoin-helper/subscriptions",
        "organizations_url": "https://api.github.com/users/filecoin-helper/orgs",
        "repos_url": "https://api.github.com/users/filecoin-helper/repos",
        "events_url": "https://api.github.com/users/filecoin-helper/events{/privacy}",
        "received_events_url": "https://api.github.com/users/filecoin-helper/received_events",
        "type": "User",
        "site_admin": false
      },
      "content_type": "application/octet-stream",
      "state": "uploaded",
      "size": 19452755,
      "download_count": 23782,
      "created_at": "2021-02-16T21:03:05Z",
      "updated_at": "2021-02-16T21:03:06Z",
      "browser_download_url": "https://github.com/filecoin-project/filecoin-ffi/releases/download/b6e0b35fb49ed0fe/filecoin-ffi-Linux-standard-pairing.tar.gz"
    }
  ],
  "tarball_url": "https://api.github.com/repos/filecoin-project/filecoin-ffi/tarball/b6e0b35fb49ed0fe",
  "zipball_url": "https://api.github.com/repos/filecoin-project/filecoin-ffi/zipball/b6e0b35fb49ed0fe",
  "body": ""
}'
++ echo '{
  "url": "https://api.github.com/repos/filecoin-project/filecoin-ffi/releases/38131315",
  "assets_url": "https://api.github.com/repos/filecoin-project/filecoin-ffi/releases/38131315/assets",
  "upload_url": "https://uploads.github.com/repos/filecoin-project/filecoin-ffi/releases/38131315/assets{?name,label}",
  "html_url": "https://github.com/filecoin-project/filecoin-ffi/releases/tag/b6e0b35fb49ed0fe",
  "id": 38131315,
  "author": {
    "login": "filecoin-helper",
    "id": 37553297,
    "node_id": "MDQ6VXNlcjM3NTUzMjk3",
    "avatar_url": "https://avatars.githubusercontent.com/u/37553297?v=4",
    "gravatar_id": "",
    "url": "https://api.github.com/users/filecoin-helper",
    "html_url": "https://github.com/filecoin-helper",
    "followers_url": "https://api.github.com/users/filecoin-helper/followers",
    "following_url": "https://api.github.com/users/filecoin-helper/following{/other_user}",
    "gists_url": "https://api.github.com/users/filecoin-helper/gists{/gist_id}",
    "starred_url": "https://api.github.com/users/filecoin-helper/starred{/owner}{/repo}",
    "subscriptions_url": "https://api.github.com/users/filecoin-helper/subscriptions",
    "organizations_url": "https://api.github.com/users/filecoin-helper/orgs",
    "repos_url": "https://api.github.com/users/filecoin-helper/repos",
    "events_url": "https://api.github.com/users/filecoin-helper/events{/privacy}",
    "received_events_url": "https://api.github.com/users/filecoin-helper/received_events",
    "type": "User",
    "site_admin": false
  },
  "node_id": "MDc6UmVsZWFzZTM4MTMxMzE1",
  "tag_name": "b6e0b35fb49ed0fe",
  "target_commitish": "b6e0b35fb49ed0fedb6a6a473b222e3b8a7d7f17",
  "name": "b6e0b35fb49ed0fe",
  "draft": false,
  "prerelease": false,
  "created_at": "2021-02-16T20:58:48Z",
  "published_at": "2021-02-16T21:03:05Z",
  "assets": [
    {
      "url": "https://api.github.com/repos/filecoin-project/filecoin-ffi/releases/assets/32167831",
      "id": 32167831,
      "node_id": "MDEyOlJlbGVhc2VBc3NldDMyMTY3ODMx",
      "name": "filecoin-ffi-Darwin-standard-blst.tar.gz",
      "label": "",
      "uploader": {
        "login": "filecoin-helper",
        "id": 37553297,
        "node_id": "MDQ6VXNlcjM3NTUzMjk3",
        "avatar_url": "https://avatars.githubusercontent.com/u/37553297?v=4",
        "gravatar_id": "",
        "url": "https://api.github.com/users/filecoin-helper",
        "html_url": "https://github.com/filecoin-helper",
        "followers_url": "https://api.github.com/users/filecoin-helper/followers",
        "following_url": "https://api.github.com/users/filecoin-helper/following{/other_user}",
        "gists_url": "https://api.github.com/users/filecoin-helper/gists{/gist_id}",
        "starred_url": "https://api.github.com/users/filecoin-helper/starred{/owner}{/repo}",
        "subscriptions_url": "https://api.github.com/users/filecoin-helper/subscriptions",
        "organizations_url": "https://api.github.com/users/filecoin-helper/orgs",
        "repos_url": "https://api.github.com/users/filecoin-helper/repos",
        "events_url": "https://api.github.com/users/filecoin-helper/events{/privacy}",
        "received_events_url": "https://api.github.com/users/filecoin-helper/received_events",
        "type": "User",
        "site_admin": false
      },
      "content_type": "application/octet-stream",
      "state": "uploaded",
      "size": 18130218,
      "download_count": 1,
      "created_at": "2021-02-16T21:12:35Z",
      "updated_at": "2021-02-16T21:12:36Z",
      "browser_download_url": "https://github.com/filecoin-project/filecoin-ffi/releases/download/b6e0b35fb49ed0fe/filecoin-ffi-Darwin-standard-blst.tar.gz"
    },
    {
      "url": "https://api.github.com/repos/filecoin-project/filecoin-ffi/releases/assets/32167697",
      "id": 32167697,
      "node_id": "MDEyOlJlbGVhc2VBc3NldDMyMTY3Njk3",
      "name": "filecoin-ffi-Darwin-standard-pairing.tar.gz",
      "label": "",
      "uploader": {
        "login": "filecoin-helper",
        "id": 37553297,
        "node_id": "MDQ6VXNlcjM3NTUzMjk3",
        "avatar_url": "https://avatars.githubusercontent.com/u/37553297?v=4",
        "gravatar_id": "",
        "url": "https://api.github.com/users/filecoin-helper",
++ jq -r '.assets[] | select(.name | contains("filecoin-ffi-Darwin-standard-pairing")) | .url'
        "html_url": "https://github.com/filecoin-helper",
        "followers_url": "https://api.github.com/users/filecoin-helper/followers",
        "following_url": "https://api.github.com/users/filecoin-helper/following{/other_user}",
        "gists_url": "https://api.github.com/users/filecoin-helper/gists{/gist_id}",
        "starred_url": "https://api.github.com/users/filecoin-helper/starred{/owner}{/repo}",
        "subscriptions_url": "https://api.github.com/users/filecoin-helper/subscriptions",
        "organizations_url": "https://api.github.com/users/filecoin-helper/orgs",
        "repos_url": "https://api.github.com/users/filecoin-helper/repos",
        "events_url": "https://api.github.com/users/filecoin-helper/events{/privacy}",
        "received_events_url": "https://api.github.com/users/filecoin-helper/received_events",
        "type": "User",
        "site_admin": false
      },
      "content_type": "application/octet-stream",
      "state": "uploaded",
      "size": 18418671,
      "download_count": 1263,
      "created_at": "2021-02-16T21:09:20Z",
      "updated_at": "2021-02-16T21:09:21Z",
      "browser_download_url": "https://github.com/filecoin-project/filecoin-ffi/releases/download/b6e0b35fb49ed0fe/filecoin-ffi-Darwin-standard-pairing.tar.gz"
    },
    {
      "url": "https://api.github.com/repos/filecoin-project/filecoin-ffi/releases/assets/32167509",
      "id": 32167509,
      "node_id": "MDEyOlJlbGVhc2VBc3NldDMyMTY3NTA5",
      "name": "filecoin-ffi-Linux-standard-blst.tar.gz",
      "label": "",
      "uploader": {
        "login": "filecoin-helper",
        "id": 37553297,
        "node_id": "MDQ6VXNlcjM3NTUzMjk3",
        "avatar_url": "https://avatars.githubusercontent.com/u/37553297?v=4",
        "gravatar_id": "",
        "url": "https://api.github.com/users/filecoin-helper",
        "html_url": "https://github.com/filecoin-helper",
        "followers_url": "https://api.github.com/users/filecoin-helper/followers",
        "following_url": "https://api.github.com/users/filecoin-helper/following{/other_user}",
        "gists_url": "https://api.github.com/users/filecoin-helper/gists{/gist_id}",
        "starred_url": "https://api.github.com/users/filecoin-helper/starred{/owner}{/repo}",
        "subscriptions_url": "https://api.github.com/users/filecoin-helper/subscriptions",
        "organizations_url": "https://api.github.com/users/filecoin-helper/orgs",
        "repos_url": "https://api.github.com/users/filecoin-helper/repos",
        "events_url": "https://api.github.com/users/filecoin-helper/events{/privacy}",
        "received_events_url": "https://api.github.com/users/filecoin-helper/received_events",
        "type": "User",
        "site_admin": false
      },
      "content_type": "application/octet-stream",
      "state": "uploaded",
      "size": 19178371,
      "download_count": 8,
      "created_at": "2021-02-16T21:04:21Z",
      "updated_at": "2021-02-16T21:04:21Z",
      "browser_download_url": "https://github.com/filecoin-project/filecoin-ffi/releases/download/b6e0b35fb49ed0fe/filecoin-ffi-Linux-standard-blst.tar.gz"
    },
    {
      "url": "https://api.github.com/repos/filecoin-project/filecoin-ffi/releases/assets/32167461",
      "id": 32167461,
      "node_id": "MDEyOlJlbGVhc2VBc3NldDMyMTY3NDYx",
      "name": "filecoin-ffi-Linux-standard-pairing.tar.gz",
      "label": "",
      "uploader": {
        "login": "filecoin-helper",
        "id": 37553297,
        "node_id": "MDQ6VXNlcjM3NTUzMjk3",
        "avatar_url": "https://avatars.githubusercontent.com/u/37553297?v=4",
        "gravatar_id": "",
        "url": "https://api.github.com/users/filecoin-helper",
        "html_url": "https://github.com/filecoin-helper",
        "followers_url": "https://api.github.com/users/filecoin-helper/followers",
        "following_url": "https://api.github.com/users/filecoin-helper/following{/other_user}",
        "gists_url": "https://api.github.com/users/filecoin-helper/gists{/gist_id}",
        "starred_url": "https://api.github.com/users/filecoin-helper/starred{/owner}{/repo}",
        "subscriptions_url": "https://api.github.com/users/filecoin-helper/subscriptions",
        "organizations_url": "https://api.github.com/users/filecoin-helper/orgs",
        "repos_url": "https://api.github.com/users/filecoin-helper/repos",
        "events_url": "https://api.github.com/users/filecoin-helper/events{/privacy}",
        "received_events_url": "https://api.github.com/users/filecoin-helper/received_events",
        "type": "User",
        "site_admin": false
      },
      "content_type": "application/octet-stream",
      "state": "uploaded",
      "size": 19452755,
      "download_count": 23782,
      "created_at": "2021-02-16T21:03:05Z",
      "updated_at": "2021-02-16T21:03:06Z",
      "browser_download_url": "https://github.com/filecoin-project/filecoin-ffi/releases/download/b6e0b35fb49ed0fe/filecoin-ffi-Linux-standard-pairing.tar.gz"
    }
  ],
  "tarball_url": "https://api.github.com/repos/filecoin-project/filecoin-ffi/tarball/b6e0b35fb49ed0fe",
  "zipball_url": "https://api.github.com/repos/filecoin-project/filecoin-ffi/zipball/b6e0b35fb49ed0fe",
  "body": ""
}'
+ local __release_url=https://api.github.com/repos/filecoin-project/filecoin-ffi/releases/assets/32167697
++ basename https://api.github.com/repos/filecoin-project/filecoin-ffi/releases/assets/32167697
+ local __tar_path=/tmp/filecoin-ffi-Darwin-standard-pairing_32167697.tar.gz
+ [[ -z https://api.github.com/repos/filecoin-project/filecoin-ffi/releases/assets/32167697 ]]
++ curl --head --retry 3 --header Accept:application/octet-stream --location --output /dev/null -w '%{url_effective}' https://api.github.com/repos/filecoin-project/filecoin-ffi/releases/assets/32167697
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
  0 17.5M    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
+ local '__asset_url=https://github-releases.githubusercontent.com/223221398/53887800-7071-11eb-925c-a09e1fb4f96b?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=AKIAIWNJYAX4CSVEH53A%2F20210403%2Fus-east-1%2Fs3%2Faws4_request&X-Amz-Date=20210403T060556Z&X-Amz-Expires=300&X-Amz-Signature=f4980a6d4a4f0432641afa91f795eca4361de7db7b7442f43e807d589f6ca21d&X-Amz-SignedHeaders=host&actor_id=0&key_id=0&repo_id=223221398&response-content-disposition=attachment%3B%20filename%3Dfilecoin-ffi-Darwin-standard-pairing.tar.gz&response-content-type=application%2Foctet-stream'
+ curl --retry 3 --output /tmp/filecoin-ffi-Darwin-standard-pairing_32167697.tar.gz 'https://github-releases.githubusercontent.com/223221398/53887800-7071-11eb-925c-a09e1fb4f96b?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=AKIAIWNJYAX4CSVEH53A%2F20210403%2Fus-east-1%2Fs3%2Faws4_request&X-Amz-Date=20210403T060556Z&X-Amz-Expires=300&X-Amz-Signature=f4980a6d4a4f0432641afa91f795eca4361de7db7b7442f43e807d589f6ca21d&X-Amz-SignedHeaders=host&actor_id=0&key_id=0&repo_id=223221398&response-content-disposition=attachment%3B%20filename%3Dfilecoin-ffi-Darwin-standard-pairing.tar.gz&response-content-type=application%2Foctet-stream'
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
100 17.5M  100 17.5M    0     0  36.9M      0 --:--:-- --:--:-- --:--:-- 36.9M
+ eval '__tarball_path='\''/tmp/filecoin-ffi-Darwin-standard-pairing_32167697.tar.gz'\'''
++ __tarball_path=/tmp/filecoin-ffi-Darwin-standard-pairing_32167697.tar.gz
++ mktemp -d
+ local __tmp_dir=/var/folders/2m/gntpddnn0cdfl8g70rdz949h0000gn/T/tmp.Ecthzhd2
+ tar -C /var/folders/2m/gntpddnn0cdfl8g70rdz949h0000gn/T/tmp.Ecthzhd2 -xzf /tmp/filecoin-ffi-Darwin-standard-pairing_32167697.tar.gz
+ find -L /var/folders/2m/gntpddnn0cdfl8g70rdz949h0000gn/T/tmp.Ecthzhd2 -type f -name filcrypto.h -exec cp -- '{}' . ';'
+ find -L /var/folders/2m/gntpddnn0cdfl8g70rdz949h0000gn/T/tmp.Ecthzhd2 -type f -name libfilcrypto.a -exec cp -- '{}' . ';'
+ find -L /var/folders/2m/gntpddnn0cdfl8g70rdz949h0000gn/T/tmp.Ecthzhd2 -type f -name filcrypto.pc -exec cp -- '{}' . ';'
+ check_installed_files
+ [[ ! -f ./filcrypto.h ]]
+ [[ ! -f ./libfilcrypto.a ]]
+ [[ ! -f ./filcrypto.pc ]]
+ echo '[install-filcrypto/main] successfully installed prebuilt libfilcrypto'
[install-filcrypto/main] successfully installed prebuilt libfilcrypto
+ exit
rm -f lotus
go build  -ldflags="-X=github.com/filecoin-project/lotus/build.CurrentCommit=+git.15e8ea196 -extldflags=-L/usr/local/Cellar/hwloc/2.4.0/lib" -o lotus ./cmd/lotus
# github.com/filecoin-project/filecoin-ffi/generated
ld: warning: ignoring file /Users/noahtsutsui/lotus/extern/filecoin-ffi/libfilcrypto.a, building for macOS-arm64 but attempting to link with file built for macOS-x86_64
Undefined symbols for architecture arm64:
  "_fil_aggregate", referenced from:
      __cgo_a8fa62747d41_Cfunc_fil_aggregate in _x004.o
     (maybe you meant: __cgo_a8fa62747d41_Cfunc_fil_aggregate)
  "_fil_clear_cache", referenced from:
      __cgo_a8fa62747d41_Cfunc_fil_clear_cache in _x004.o
     (maybe you meant: __cgo_a8fa62747d41_Cfunc_fil_clear_cache)
  "_fil_create_zero_signature", referenced from:
      __cgo_a8fa62747d41_Cfunc_fil_create_zero_signature in _x004.o
     (maybe you meant: __cgo_a8fa62747d41_Cfunc_fil_create_zero_signature)
  "_fil_destroy_aggregate_response", referenced from:
      __cgo_a8fa62747d41_Cfunc_fil_destroy_aggregate_response in _x004.o
     (maybe you meant: __cgo_a8fa62747d41_Cfunc_fil_destroy_aggregate_response)
  "_fil_destroy_clear_cache_response", referenced from:
      __cgo_a8fa62747d41_Cfunc_fil_destroy_clear_cache_response in _x004.o
     (maybe you meant: __cgo_a8fa62747d41_Cfunc_fil_destroy_clear_cache_response)
  "_fil_destroy_fauxrep_response", referenced from:
      __cgo_a8fa62747d41_Cfunc_fil_destroy_fauxrep_response in _x004.o
     (maybe you meant: __cgo_a8fa62747d41_Cfunc_fil_destroy_fauxrep_response)
  "_fil_destroy_finalize_ticket_response", referenced from:
      __cgo_a8fa62747d41_Cfunc_fil_destroy_finalize_ticket_response in _x004.o
     (maybe you meant: __cgo_a8fa62747d41_Cfunc_fil_destroy_finalize_ticket_response)
  "_fil_destroy_generate_data_commitment_response", referenced from:
      __cgo_a8fa62747d41_Cfunc_fil_destroy_generate_data_commitment_response in _x004.o
     (maybe you meant: __cgo_a8fa62747d41_Cfunc_fil_destroy_generate_data_commitment_response)
  "_fil_destroy_generate_fallback_sector_challenges_response", referenced from:
      __cgo_a8fa62747d41_Cfunc_fil_destroy_generate_fallback_sector_challenges_response in _x004.o
     (maybe you meant: __cgo_a8fa62747d41_Cfunc_fil_destroy_generate_fallback_sector_challenges_response)
  "_fil_destroy_generate_piece_commitment_response", referenced from:
      __cgo_a8fa62747d41_Cfunc_fil_destroy_generate_piece_commitment_response in _x004.o
     (maybe you meant: __cgo_a8fa62747d41_Cfunc_fil_destroy_generate_piece_commitment_response)
  "_fil_destroy_generate_single_vanilla_proof_response", referenced from:
      __cgo_a8fa62747d41_Cfunc_fil_destroy_generate_single_vanilla_proof_response in _x004.o
     (maybe you meant: __cgo_a8fa62747d41_Cfunc_fil_destroy_generate_single_vanilla_proof_response)
  "_fil_destroy_generate_window_post_response", referenced from:
      __cgo_a8fa62747d41_Cfunc_fil_destroy_generate_window_post_response in _x004.o
     (maybe you meant: __cgo_a8fa62747d41_Cfunc_fil_destroy_generate_window_post_response)
  "_fil_destroy_generate_winning_post_response", referenced from:
      __cgo_a8fa62747d41_Cfunc_fil_destroy_generate_winning_post_response in _x004.o
     (maybe you meant: __cgo_a8fa62747d41_Cfunc_fil_destroy_generate_winning_post_response)
  "_fil_destroy_generate_winning_post_sector_challenge", referenced from:
      __cgo_a8fa62747d41_Cfunc_fil_destroy_generate_winning_post_sector_challenge in _x004.o
     (maybe you meant: __cgo_a8fa62747d41_Cfunc_fil_destroy_generate_winning_post_sector_challenge)
  "_fil_destroy_gpu_device_response", referenced from:
      __cgo_a8fa62747d41_Cfunc_fil_destroy_gpu_device_response in _x004.o
     (maybe you meant: __cgo_a8fa62747d41_Cfunc_fil_destroy_gpu_device_response)
  "_fil_destroy_hash_response", referenced from:
      __cgo_a8fa62747d41_Cfunc_fil_destroy_hash_response in _x004.o
     (maybe you meant: __cgo_a8fa62747d41_Cfunc_fil_destroy_hash_response)
  "_fil_destroy_init_log_fd_response", referenced from:
      __cgo_a8fa62747d41_Cfunc_fil_destroy_init_log_fd_response in _x004.o
     (maybe you meant: __cgo_a8fa62747d41_Cfunc_fil_destroy_init_log_fd_response)
  "_fil_destroy_private_key_generate_response", referenced from:
      __cgo_a8fa62747d41_Cfunc_fil_destroy_private_key_generate_response in _x004.o
     (maybe you meant: __cgo_a8fa62747d41_Cfunc_fil_destroy_private_key_generate_response)
  "_fil_destroy_private_key_public_key_response", referenced from:
      __cgo_a8fa62747d41_Cfunc_fil_destroy_private_key_public_key_response in _x004.o
     (maybe you meant: __cgo_a8fa62747d41_Cfunc_fil_destroy_private_key_public_key_response)
  "_fil_destroy_private_key_sign_response", referenced from:
      __cgo_a8fa62747d41_Cfunc_fil_destroy_private_key_sign_response in _x004.o
     (maybe you meant: __cgo_a8fa62747d41_Cfunc_fil_destroy_private_key_sign_response)
  "_fil_destroy_seal_commit_phase1_response", referenced from:
      __cgo_a8fa62747d41_Cfunc_fil_destroy_seal_commit_phase1_response in _x004.o
     (maybe you meant: __cgo_a8fa62747d41_Cfunc_fil_destroy_seal_commit_phase1_response)
  "_fil_destroy_seal_commit_phase2_response", referenced from:
      __cgo_a8fa62747d41_Cfunc_fil_destroy_seal_commit_phase2_response in _x004.o
     (maybe you meant: __cgo_a8fa62747d41_Cfunc_fil_destroy_seal_commit_phase2_response)
  "_fil_destroy_seal_pre_commit_phase1_response", referenced from:
      __cgo_a8fa62747d41_Cfunc_fil_destroy_seal_pre_commit_phase1_response in _x004.o
     (maybe you meant: __cgo_a8fa62747d41_Cfunc_fil_destroy_seal_pre_commit_phase1_response)
  "_fil_destroy_seal_pre_commit_phase2_response", referenced from:
      __cgo_a8fa62747d41_Cfunc_fil_destroy_seal_pre_commit_phase2_response in _x004.o
     (maybe you meant: __cgo_a8fa62747d41_Cfunc_fil_destroy_seal_pre_commit_phase2_response)
  "_fil_destroy_string_response", referenced from:
      __cgo_a8fa62747d41_Cfunc_fil_destroy_string_response in _x004.o
     (maybe you meant: __cgo_a8fa62747d41_Cfunc_fil_destroy_string_response)
  "_fil_destroy_unseal_range_response", referenced from:
      __cgo_a8fa62747d41_Cfunc_fil_destroy_unseal_range_response in _x004.o
     (maybe you meant: __cgo_a8fa62747d41_Cfunc_fil_destroy_unseal_range_response)
  "_fil_destroy_verify_seal_response", referenced from:
      __cgo_a8fa62747d41_Cfunc_fil_destroy_verify_seal_response in _x004.o
     (maybe you meant: __cgo_a8fa62747d41_Cfunc_fil_destroy_verify_seal_response)
  "_fil_destroy_verify_window_post_response", referenced from:
      __cgo_a8fa62747d41_Cfunc_fil_destroy_verify_window_post_response in _x004.o
     (maybe you meant: __cgo_a8fa62747d41_Cfunc_fil_destroy_verify_window_post_response)
  "_fil_destroy_verify_winning_post_response", referenced from:
      __cgo_a8fa62747d41_Cfunc_fil_destroy_verify_winning_post_response in _x004.o
     (maybe you meant: __cgo_a8fa62747d41_Cfunc_fil_destroy_verify_winning_post_response)
  "_fil_destroy_write_with_alignment_response", referenced from:
      __cgo_a8fa62747d41_Cfunc_fil_destroy_write_with_alignment_response in _x004.o
     (maybe you meant: __cgo_a8fa62747d41_Cfunc_fil_destroy_write_with_alignment_response)
  "_fil_destroy_write_without_alignment_response", referenced from:
      __cgo_a8fa62747d41_Cfunc_fil_destroy_write_without_alignment_response in _x004.o
     (maybe you meant: __cgo_a8fa62747d41_Cfunc_fil_destroy_write_without_alignment_response)
  "_fil_destroy_zero_signature_response", referenced from:
      __cgo_a8fa62747d41_Cfunc_fil_destroy_zero_signature_response in _x004.o
     (maybe you meant: __cgo_a8fa62747d41_Cfunc_fil_destroy_zero_signature_response)
  "_fil_drop_signature", referenced from:
      __cgo_a8fa62747d41_Cfunc_fil_drop_signature in _x004.o
     (maybe you meant: __cgo_a8fa62747d41_Cfunc_fil_drop_signature)
  "_fil_fauxrep", referenced from:
      __cgo_a8fa62747d41_Cfunc_fil_fauxrep in _x004.o
     (maybe you meant: __cgo_a8fa62747d41_Cfunc_fil_fauxrep, __cgo_a8fa62747d41_Cfunc_fil_fauxrep2 )
  "_fil_fauxrep2", referenced from:
      __cgo_a8fa62747d41_Cfunc_fil_fauxrep2 in _x004.o
     (maybe you meant: __cgo_a8fa62747d41_Cfunc_fil_fauxrep2)
  "_fil_generate_data_commitment", referenced from:
      __cgo_a8fa62747d41_Cfunc_fil_generate_data_commitment in _x004.o
     (maybe you meant: __cgo_a8fa62747d41_Cfunc_fil_generate_data_commitment)
  "_fil_generate_fallback_sector_challenges", referenced from:
      __cgo_a8fa62747d41_Cfunc_fil_generate_fallback_sector_challenges in _x004.o
     (maybe you meant: __cgo_a8fa62747d41_Cfunc_fil_generate_fallback_sector_challenges)
  "_fil_generate_piece_commitment", referenced from:
      __cgo_a8fa62747d41_Cfunc_fil_generate_piece_commitment in _x004.o
     (maybe you meant: __cgo_a8fa62747d41_Cfunc_fil_generate_piece_commitment)
  "_fil_generate_single_vanilla_proof", referenced from:
      __cgo_a8fa62747d41_Cfunc_fil_generate_single_vanilla_proof in _x004.o
     (maybe you meant: __cgo_a8fa62747d41_Cfunc_fil_generate_single_vanilla_proof)
  "_fil_generate_window_post", referenced from:
      __cgo_a8fa62747d41_Cfunc_fil_generate_window_post in _x004.o
     (maybe you meant: __cgo_a8fa62747d41_Cfunc_fil_generate_window_post, __cgo_a8fa62747d41_Cfunc_fil_generate_window_post_with_vanilla )
  "_fil_generate_window_post_with_vanilla", referenced from:
      __cgo_a8fa62747d41_Cfunc_fil_generate_window_post_with_vanilla in _x004.o
     (maybe you meant: __cgo_a8fa62747d41_Cfunc_fil_generate_window_post_with_vanilla)
  "_fil_generate_winning_post", referenced from:
      __cgo_a8fa62747d41_Cfunc_fil_generate_winning_post in _x004.o
     (maybe you meant: __cgo_a8fa62747d41_Cfunc_fil_generate_winning_post_sector_challenge, __cgo_a8fa62747d41_Cfunc_fil_generate_winning_post , __cgo_a8fa62747d41_Cfunc_fil_generate_winning_post_with_vanilla )
  "_fil_generate_winning_post_sector_challenge", referenced from:
      __cgo_a8fa62747d41_Cfunc_fil_generate_winning_post_sector_challenge in _x004.o
     (maybe you meant: __cgo_a8fa62747d41_Cfunc_fil_generate_winning_post_sector_challenge)
  "_fil_generate_winning_post_with_vanilla", referenced from:
      __cgo_a8fa62747d41_Cfunc_fil_generate_winning_post_with_vanilla in _x004.o
     (maybe you meant: __cgo_a8fa62747d41_Cfunc_fil_generate_winning_post_with_vanilla)
  "_fil_get_gpu_devices", referenced from:
      __cgo_a8fa62747d41_Cfunc_fil_get_gpu_devices in _x004.o
     (maybe you meant: __cgo_a8fa62747d41_Cfunc_fil_get_gpu_devices)
  "_fil_get_max_user_bytes_per_staged_sector", referenced from:
      __cgo_a8fa62747d41_Cfunc_fil_get_max_user_bytes_per_staged_sector in _x004.o
     (maybe you meant: __cgo_a8fa62747d41_Cfunc_fil_get_max_user_bytes_per_staged_sector)
  "_fil_get_post_circuit_identifier", referenced from:
      __cgo_a8fa62747d41_Cfunc_fil_get_post_circuit_identifier in _x004.o
     (maybe you meant: __cgo_a8fa62747d41_Cfunc_fil_get_post_circuit_identifier)
  "_fil_get_post_params_cid", referenced from:
      __cgo_a8fa62747d41_Cfunc_fil_get_post_params_cid in _x004.o
     (maybe you meant: __cgo_a8fa62747d41_Cfunc_fil_get_post_params_cid)
  "_fil_get_post_params_path", referenced from:
      __cgo_a8fa62747d41_Cfunc_fil_get_post_params_path in _x004.o
     (maybe you meant: __cgo_a8fa62747d41_Cfunc_fil_get_post_params_path)
  "_fil_get_post_verifying_key_cid", referenced from:
      __cgo_a8fa62747d41_Cfunc_fil_get_post_verifying_key_cid in _x004.o
     (maybe you meant: __cgo_a8fa62747d41_Cfunc_fil_get_post_verifying_key_cid)
  "_fil_get_post_verifying_key_path", referenced from:
      __cgo_a8fa62747d41_Cfunc_fil_get_post_verifying_key_path in _x004.o
     (maybe you meant: __cgo_a8fa62747d41_Cfunc_fil_get_post_verifying_key_path)
  "_fil_get_post_version", referenced from:
      __cgo_a8fa62747d41_Cfunc_fil_get_post_version in _x004.o
     (maybe you meant: __cgo_a8fa62747d41_Cfunc_fil_get_post_version)
  "_fil_get_seal_circuit_identifier", referenced from:
      __cgo_a8fa62747d41_Cfunc_fil_get_seal_circuit_identifier in _x004.o
     (maybe you meant: __cgo_a8fa62747d41_Cfunc_fil_get_seal_circuit_identifier)
  "_fil_get_seal_params_cid", referenced from:
      __cgo_a8fa62747d41_Cfunc_fil_get_seal_params_cid in _x004.o
     (maybe you meant: __cgo_a8fa62747d41_Cfunc_fil_get_seal_params_cid)
  "_fil_get_seal_params_path", referenced from:
      __cgo_a8fa62747d41_Cfunc_fil_get_seal_params_path in _x004.o
     (maybe you meant: __cgo_a8fa62747d41_Cfunc_fil_get_seal_params_path)
  "_fil_get_seal_verifying_key_cid", referenced from:
      __cgo_a8fa62747d41_Cfunc_fil_get_seal_verifying_key_cid in _x004.o
     (maybe you meant: __cgo_a8fa62747d41_Cfunc_fil_get_seal_verifying_key_cid)
  "_fil_get_seal_verifying_key_path", referenced from:
      __cgo_a8fa62747d41_Cfunc_fil_get_seal_verifying_key_path in _x004.o
     (maybe you meant: __cgo_a8fa62747d41_Cfunc_fil_get_seal_verifying_key_path)
  "_fil_get_seal_version", referenced from:
      __cgo_a8fa62747d41_Cfunc_fil_get_seal_version in _x004.o
     (maybe you meant: __cgo_a8fa62747d41_Cfunc_fil_get_seal_version)
  "_fil_hash", referenced from:
      __cgo_a8fa62747d41_Cfunc_fil_hash in _x004.o
     (maybe you meant: __cgo_a8fa62747d41_Cfunc_fil_hash_verify, __cgo_a8fa62747d41_Cfunc_fil_hash )
  "_fil_hash_verify", referenced from:
      __cgo_a8fa62747d41_Cfunc_fil_hash_verify in _x004.o
     (maybe you meant: __cgo_a8fa62747d41_Cfunc_fil_hash_verify)
  "_fil_init_log_fd", referenced from:
      __cgo_a8fa62747d41_Cfunc_fil_init_log_fd in _x004.o
     (maybe you meant: __cgo_a8fa62747d41_Cfunc_fil_init_log_fd)
  "_fil_private_key_generate", referenced from:
      __cgo_a8fa62747d41_Cfunc_fil_private_key_generate in _x004.o
     (maybe you meant: __cgo_a8fa62747d41_Cfunc_fil_private_key_generate_with_seed, __cgo_a8fa62747d41_Cfunc_fil_private_key_generate )
  "_fil_private_key_generate_with_seed", referenced from:
      __cgo_a8fa62747d41_Cfunc_fil_private_key_generate_with_seed in _x004.o
     (maybe you meant: __cgo_a8fa62747d41_Cfunc_fil_private_key_generate_with_seed)
  "_fil_private_key_public_key", referenced from:
      __cgo_a8fa62747d41_Cfunc_fil_private_key_public_key in _x004.o
     (maybe you meant: __cgo_a8fa62747d41_Cfunc_fil_private_key_public_key)
  "_fil_private_key_sign", referenced from:
      __cgo_a8fa62747d41_Cfunc_fil_private_key_sign in _x004.o
     (maybe you meant: __cgo_a8fa62747d41_Cfunc_fil_private_key_sign)
  "_fil_seal_commit_phase1", referenced from:
      __cgo_a8fa62747d41_Cfunc_fil_seal_commit_phase1 in _x004.o
     (maybe you meant: __cgo_a8fa62747d41_Cfunc_fil_seal_commit_phase1)
  "_fil_seal_commit_phase2", referenced from:
      __cgo_a8fa62747d41_Cfunc_fil_seal_commit_phase2 in _x004.o
     (maybe you meant: __cgo_a8fa62747d41_Cfunc_fil_seal_commit_phase2)
  "_fil_seal_pre_commit_phase1", referenced from:
      __cgo_a8fa62747d41_Cfunc_fil_seal_pre_commit_phase1 in _x004.o
     (maybe you meant: __cgo_a8fa62747d41_Cfunc_fil_seal_pre_commit_phase1)
  "_fil_seal_pre_commit_phase2", referenced from:
      __cgo_a8fa62747d41_Cfunc_fil_seal_pre_commit_phase2 in _x004.o
     (maybe you meant: __cgo_a8fa62747d41_Cfunc_fil_seal_pre_commit_phase2)
  "_fil_unseal_range", referenced from:
      __cgo_a8fa62747d41_Cfunc_fil_unseal_range in _x004.o
     (maybe you meant: __cgo_a8fa62747d41_Cfunc_fil_unseal_range)
  "_fil_verify", referenced from:
      __cgo_a8fa62747d41_Cfunc_fil_verify in _x004.o
     (maybe you meant: __cgo_a8fa62747d41_Cfunc_fil_verify_winning_post, __cgo_a8fa62747d41_Cfunc_fil_verify_seal , __cgo_a8fa62747d41_Cfunc_fil_verify_window_post , __cgo_a8fa62747d41_Cfunc_fil_verify )
  "_fil_verify_seal", referenced from:
      __cgo_a8fa62747d41_Cfunc_fil_verify_seal in _x004.o
     (maybe you meant: __cgo_a8fa62747d41_Cfunc_fil_verify_seal)
  "_fil_verify_window_post", referenced from:
      __cgo_a8fa62747d41_Cfunc_fil_verify_window_post in _x004.o
     (maybe you meant: __cgo_a8fa62747d41_Cfunc_fil_verify_window_post)
  "_fil_verify_winning_post", referenced from:
      __cgo_a8fa62747d41_Cfunc_fil_verify_winning_post in _x004.o
     (maybe you meant: __cgo_a8fa62747d41_Cfunc_fil_verify_winning_post)
  "_fil_write_with_alignment", referenced from:
      __cgo_a8fa62747d41_Cfunc_fil_write_with_alignment in _x004.o
     (maybe you meant: __cgo_a8fa62747d41_Cfunc_fil_write_with_alignment)
  "_fil_write_without_alignment", referenced from:
      __cgo_a8fa62747d41_Cfunc_fil_write_without_alignment in _x004.o
     (maybe you meant: __cgo_a8fa62747d41_Cfunc_fil_write_without_alignment)
ld: symbol(s) not found for architecture arm64
clang: error: linker command failed with exit code 1 (use -v to see invocation)
make: *** [lotus] Error 2

What would you like to have changed/amended/fixed in order to make things right?
The bug should be fixed or noted.

Would you be interested in helping fix this page?
Yes

Is there any other feedback you'd like to share about Filecoin docs?
No

@rib3ye rib3ye added the need/triage Needs initial labeling and prioritization label Apr 3, 2021
@johnnymatthews johnnymatthews changed the title [DOCS ISSUE] (add your title here!) Add note about build-failures for M1 Macs. Apr 13, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
need/triage Needs initial labeling and prioritization
Projects
None yet
1 participant