BitBoxSwiss / bitbox-wallet-app

The BitBoxApp for desktop and mobile.
https://bitbox.swiss/app
Apache License 2.0
251 stars 82 forks source link

make qt-osx fails #1565

Closed schjonhaug closed 2 years ago

schjonhaug commented 2 years ago

Trying to build the wallet app from scratch, make qt-osx fails:

❯ cd $GOPATH/src/github.com/
❯ mkdir digitalbitbox
❯ cd digitalbitbox
❯ git clone --recursive https://github.com/digitalbitbox/bitbox-wallet-app

Cloning into 'bitbox-wallet-app'...
remote: Enumerating objects: 54174, done.
remote: Counting objects: 100% (624/624), done.
remote: Compressing objects: 100% (283/283), done.
remote: Total 54174 (delta 353), reused 578 (delta 331), pack-reused 53550
Receiving objects: 100% (54174/54174), 93.37 MiB | 6.73 MiB/s, done.
Resolving deltas: 100% (32736/32736), done.
Submodule 'frontends/qt/external/singleapplication' (https://github.com/digitalbitbox/SingleApplication) registered for path 'frontends/qt/external/singleapplication'
Cloning into '/Users/schjonhaug/go/src/github.com/digitalbitbox/bitbox-wallet-app/frontends/qt/external/singleapplication'...
remote: Enumerating objects: 913, done.
remote: Counting objects: 100% (84/84), done.
remote: Compressing objects: 100% (61/61), done.
remote: Total 913 (delta 38), reused 46 (delta 19), pack-reused 829
Receiving objects: 100% (913/913), 268.40 KiB | 3.05 MiB/s, done.
Resolving deltas: 100% (490/490), done.
Submodule path 'frontends/qt/external/singleapplication': checked out 'bdbb09b5f21ebea4cd7dfb43b29114a94e04a3a1'
❯ l
total 0
drwxr-xr-x   3 schjonhaug  staff    96B Dec 29 05:57 .
drwxr-xr-x  26 schjonhaug  staff   832B Dec 29 05:57 ..
drwxr-xr-x  30 schjonhaug  staff   960B Dec 29 05:57 bitbox-wallet-app

❯ cd bitbox-wallet-app
❯ make osx-init

/bin/bash -c ""
brew install go@1.16
Running `brew update --preinstall`...
==> Auto-updated Homebrew!
Updated 1 tap (homebrew/core).
==> Updated Formulae
Updated 3 formulae.

==> Downloading https://ghcr.io/v2/homebrew/core/go/1.16/manifests/1.16.12
######################################################################## 100.0%
==> Downloading https://ghcr.io/v2/homebrew/core/go/1.16/blobs/sha256:fd2d3d7e50ae392186f65ceb5e604c1beb269883a578ec7b1c3266854ae95dd5
==> Downloading from https://pkg-containers.githubusercontent.com/ghcr1/blobs/sha256:fd2d3d7e50ae392186f65ceb5e604c1beb269883a578ec7b1c3266854ae95
######################################################################## 100.0%
==> Pouring go@1.16--1.16.12.big_sur.bottle.tar.gz
==> Caveats
go@1.16 is keg-only, which means it was not symlinked into /usr/local,
because this is an alternate version of another formula.

If you need to have go@1.16 first in your PATH, run:
  echo 'export PATH="/usr/local/opt/go@1.16/bin:$PATH"' >> ~/.zshrc

==> Summary
🍺  /usr/local/Cellar/go@1.16/1.16.12: 9,964 files, 503.8MB
==> Running `brew cleanup go@1.16`...
Disable this behaviour by setting HOMEBREW_NO_INSTALL_CLEANUP.
Hide these hints with HOMEBREW_NO_ENV_HINTS (see `man brew`).
/Applications/Xcode.app/Contents/Developer/usr/bin/make envinit
# Keep golangci-lint version in sync with what's in .github/workflows/ci.yml.
curl -sfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh| sh -s -- -b /Users/schjonhaug/go/bin v1.27.0
golangci/golangci-lint info checking GitHub for tag 'v1.27.0'
golangci/golangci-lint info found version: 1.27.0 for v1.27.0/darwin/amd64
golangci/golangci-lint info installed /Users/schjonhaug/go/bin/golangci-lint
GO111MODULE=off go get -u github.com/stretchr/testify # needed for mockery
GO111MODULE=on go get -u github.com/vektra/mockery/...
go: downloading github.com/vektra/mockery v1.1.2
go: downloading github.com/stretchr/objx v0.3.0
go: downloading golang.org/x/tools v0.1.8
go: downloading golang.org/x/sys v0.0.0-20210816183151-1e6c022a8912
go: downloading golang.org/x/net v0.0.0-20211015210444-4f30a5c0130f
go get: installing executables with 'go get' in module mode is deprecated.
    To adjust and download dependencies of the current module, use 'go get -d'.
    To install using requirements of the current module, use 'go install'.
    To install ignoring the current module, use 'go install' with a version,
    like 'go install example.com/cmd@latest'.
    For more information, see https://golang.org/doc/go-get-install-deprecation
    or run 'go help get' or 'go help install'.
go get: upgraded github.com/stretchr/objx v0.2.0 => v0.3.0
go get: added github.com/vektra/mockery v1.1.2
go get: upgraded golang.org/x/net v0.0.0-20210805182204-aaa1db679c0d => v0.0.0-20211015210444-4f30a5c0130f
go get: upgraded golang.org/x/sys v0.0.0-20210816183151-1e6c022a8912 => v0.0.0-20211216021012-1d35b9e2eb4e
go get: upgraded golang.org/x/tools v0.1.0 => v0.1.8
go get: upgraded gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c => v3.0.0-20210107192922-496545a6307b
GO111MODULE=off go get -u github.com/matryer/moq
GO111MODULE=off go get golang.org/x/tools/cmd/goimports
GO111MODULE=off go get -u golang.org/x/mobile/cmd/gomobile
GO111MODULE=off gomobile init

❯ make qt-osx

/Applications/Xcode.app/Contents/Developer/usr/bin/make buildweb
node --version
v17.3.0
npm --version
8.3.0
rm -rf frontends/web/build
cd frontends/web && npm install
npm WARN deprecated querystring@0.2.0: The querystring API is considered Legacy. new code should use the URLSearchParams API instead.
npm WARN deprecated svgo@1.3.2: This SVGO version is no longer supported. Upgrade to v2.x.x.

added 1309 packages, and audited 1310 packages in 16s

173 packages are looking for funding
  run `npm fund` for details

6 moderate severity vulnerabilities

To address all issues (including breaking changes), run:
  npm audit fix --force

Run `npm audit` for details.
cd frontends/web && npm run build

> bitboxapp@0.0.0 build
> react-scripts build

Creating an optimized production build...
Compiled successfully.

File sizes after gzip:

  514.18 kB  build/static/js/main.0de9161b.js
  87.21 kB   build/static/js/459.1b0d5add.chunk.js
  33.95 kB   build/static/css/main.6bd9fc59.css
  157 B      build/static/js/909.925590b9.chunk.js

The project was built assuming it is hosted at /.
You can control this with the homepage field in your package.json.

The build folder is ready to be deployed.
You may serve it with a static server:

  npm install -g serve
  serve -s build

Find out more about deployment here:

  https://cra.link/deployment

cd frontends/qt && /Applications/Xcode.app/Contents/Developer/usr/bin/make osx
/Applications/Xcode.app/Contents/Developer/usr/bin/make clean
rm -rf build
cd server && /Applications/Xcode.app/Contents/Developer/usr/bin/make clean
/Applications/Xcode.app/Contents/Developer/usr/bin/make -f Makefile.linux clean
rm libserver.so
rm: libserver.so: No such file or directory
make[4]: [clean] Error 1 (ignored)
rm libserver.h
rm: libserver.h: No such file or directory
make[4]: [clean] Error 1 (ignored)
/Applications/Xcode.app/Contents/Developer/usr/bin/make -f Makefile.macosx clean
rm -f libserver.so
rm -f libserver.h
/Applications/Xcode.app/Contents/Developer/usr/bin/make -f Makefile.windows clean
rm libserver.dll
rm: libserver.dll: No such file or directory
make[4]: [clean] Error 1 (ignored)
rm libserver.h
rm: libserver.h: No such file or directory
make[4]: [clean] Error 1 (ignored)
Cleaning all targets for libserver
cd server && /Applications/Xcode.app/Contents/Developer/usr/bin/make macosx
/Applications/Xcode.app/Contents/Developer/usr/bin/make -f Makefile.macosx darwin
CGO_CFLAGS="-g -O2 -D_FORTIFY_SOURCE=2 -fstack-protector-all " \
    CGO_LDFLAGS="-s -w " \
    MACOSX_DEPLOYMENT_TARGET=10.11 \
    GOARCH=amd64 CGO_ENABLED=1 GOOS=darwin \
    go build -ldflags='-s' -x -mod=vendor \
    -buildmode="c-shared" -o libserver.so
WORK=/var/folders/4b/jkx6k1xj0zxbzg35ktlxf35c0000gn/T/go-build2690053157
go: inconsistent vendoring in /Users/schjonhaug/go/src/github.com/digitalbitbox/bitbox-wallet-app:
    github.com/stretchr/objx@v0.3.0: is explicitly required in go.mod, but not marked as explicit in vendor/modules.txt
    github.com/vektra/mockery@v1.1.2: is explicitly required in go.mod, but not marked as explicit in vendor/modules.txt
    golang.org/x/net@v0.0.0-20211015210444-4f30a5c0130f: is explicitly required in go.mod, but not marked as explicit in vendor/modules.txt
    golang.org/x/sys@v0.0.0-20211216021012-1d35b9e2eb4e: is explicitly required in go.mod, but not marked as explicit in vendor/modules.txt
    golang.org/x/tools@v0.1.8: is explicitly required in go.mod, but not marked as explicit in vendor/modules.txt
    gopkg.in/yaml.v3@v3.0.0-20210107192922-496545a6307b: is explicitly required in go.mod, but not marked as explicit in vendor/modules.txt
    github.com/stretchr/objx@v0.2.0: is marked as explicit in vendor/modules.txt, but not explicitly required in go.mod
    golang.org/x/net@v0.0.0-20210805182204-aaa1db679c0d: is marked as explicit in vendor/modules.txt, but not explicitly required in go.mod

    To ignore the vendor directory, use -mod=readonly or -mod=mod.
    To sync the vendor directory, run:
        go mod vendor
make[3]: *** [darwin] Error 1
make[2]: *** [macosx] Error 2
make[1]: *** [osx] Error 2
make: *** [qt-osx] Error 2
thisconnect commented 2 years ago

make osx-init seems to be out of date, CI works because it also does https://github.com/digitalbitbox/bitbox-wallet-app/blob/a87d986e4c7985869473699662d0a3c035abf686/scripts/travis-ci.sh#L35-L43

do you have go bin in your PATH? see

If you need to have go@1.16 first in your PATH, run:
  echo 'export PATH="/usr/local/opt/go@1.16/bin:$PATH"' >> ~/.zshrc

CI does https://github.com/digitalbitbox/bitbox-wallet-app/blob/a87d986e4c7985869473699662d0a3c035abf686/scripts/travis-ci.sh#L39

Also noticed I'm using make from homebrew, yours is from Xcode, not sure if that matters.

also did you check https://github.com/digitalbitbox/bitbox-wallet-app#requirements and brew install qt@5 ?

I have these:


% which make
/usr/bin/make
% which qmake
/usr/local/opt/qt@5/bin/qmake
% which go
/usr/local/opt/go@1.16/bin/go
schjonhaug commented 2 years ago

I didn‘t notice the qt@5 requirement. I got a bit further now running make qt-osx:

hereum/crypto/secp256k1 -fPIC -arch x86_64 -m64 -pthread -fno-caret-diagnostics -Qunused-arguments -fmessage-length=0 -fdebug-prefix-map=$WORK/b212=/tmp/go-build -gno-record-gcc-switches -fno-common -o $WORK/b212/_cgo_.o $WORK/b212/_cgo_main.o $WORK/b212/_x001.o $WORK/b212/_x002.o $WORK/b212/_x003.o $WORK/b212/_x004.o -s -w
TERM='dumb' /usr/local/opt/go/libexec/pkg/tool/darwin_amd64/cgo -dynpackage secp256k1 -dynimport $WORK/b212/_cgo_.o -dynout $WORK/b212/_cgo_import.go
cat >$WORK/b212/importcfg << 'EOF' # internal
# import config
packagefile crypto/elliptic=/usr/local/opt/go/libexec/pkg/darwin_amd64/crypto/elliptic.a
packagefile errors=/usr/local/opt/go/libexec/pkg/darwin_amd64/errors.a
packagefile math/big=/usr/local/opt/go/libexec/pkg/darwin_amd64/math/big.a
packagefile runtime/cgo=$WORK/b069/_pkg_.a
packagefile syscall=/usr/local/opt/go/libexec/pkg/darwin_amd64/syscall.a
EOF
/usr/local/opt/go/libexec/pkg/tool/darwin_amd64/compile -o $WORK/b212/_pkg_.a -trimpath "$WORK/b212=>" -p github.com/ethereum/go-ethereum/crypto/secp256k1 -lang=go1.16 -buildid j1BgK-_9FDxreZNyu1EF/j1BgK-_9FDxreZNyu1EF -goversion go1.17.5 -importcfg $WORK/b212/importcfg -pack -c=4 /Users/schjonhaug/go/src/github.com/digitalbitbox/bitbox-wallet-app/vendor/github.com/ethereum/go-ethereum/crypto/secp256k1/curve.go $WORK/b212/_cgo_gotypes.go $WORK/b212/panic_cb.cgo1.go $WORK/b212/scalar_mult_cgo.cgo1.go $WORK/b212/secp256.cgo1.go $WORK/b212/_cgo_import.go
cd /Users/schjonhaug/go/src/github.com/digitalbitbox/bitbox-wallet-app/vendor/github.com/ethereum/go-ethereum/crypto/secp256k1
/usr/local/opt/go/libexec/pkg/tool/darwin_amd64/pack r $WORK/b212/_pkg_.a $WORK/b212/_x001.o $WORK/b212/_x002.o $WORK/b212/_x003.o $WORK/b212/_x004.o # internal
/usr/local/opt/go/libexec/pkg/tool/darwin_amd64/buildid -w $WORK/b212/_pkg_.a # internal
cp $WORK/b212/_pkg_.a /Users/schjonhaug/Library/Caches/go-build/a2/a2e160adfe83057e04e4a936021a58c803e6bfb57b2ab23727f91793e64a025e-d # internal
mkdir -p $WORK/b211/
cat >$WORK/b211/importcfg << 'EOF' # internal
# import config
packagefile bufio=/usr/local/opt/go/libexec/pkg/darwin_amd64/bufio.a
packagefile crypto/ecdsa=/usr/local/opt/go/libexec/pkg/darwin_amd64/crypto/ecdsa.a
packagefile crypto/elliptic=/usr/local/opt/go/libexec/pkg/darwin_amd64/crypto/elliptic.a
packagefile crypto/rand=/usr/local/opt/go/libexec/pkg/darwin_amd64/crypto/rand.a
packagefile encoding/hex=/usr/local/opt/go/libexec/pkg/darwin_amd64/encoding/hex.a
packagefile errors=/usr/local/opt/go/libexec/pkg/darwin_amd64/errors.a
packagefile fmt=/usr/local/opt/go/libexec/pkg/darwin_amd64/fmt.a
packagefile github.com/ethereum/go-ethereum/common=/Users/schjonhaug/Library/Caches/go-build/14/14615c13dcd20b1dc3c4a336febc705472090872de0d79f23845178454e07897-d
packagefile github.com/ethereum/go-ethereum/common/math=/Users/schjonhaug/Library/Caches/go-build/dd/dda89f1736b5893522868bb2fa4a859d9b1f74dd0718b0d7eeb6ef14700c3be9-d
packagefile github.com/ethereum/go-ethereum/crypto/secp256k1=$WORK/b212/_pkg_.a
packagefile github.com/ethereum/go-ethereum/rlp=/Users/schjonhaug/Library/Caches/go-build/07/07f50b1ad10228dc12f3a460e3c6c1f5757125c7f37bff50ad8bd492fa86dad5-d
packagefile golang.org/x/crypto/sha3=/Users/schjonhaug/Library/Caches/go-build/db/dbd68736819025d19e0a4fef887f29dd00a7f68f914b15b421c30a3c286d3f3e-d
packagefile hash=/usr/local/opt/go/libexec/pkg/darwin_amd64/hash.a
packagefile io=/usr/local/opt/go/libexec/pkg/darwin_amd64/io.a
packagefile io/ioutil=/usr/local/opt/go/libexec/pkg/darwin_amd64/io/ioutil.a
packagefile math/big=/usr/local/opt/go/libexec/pkg/darwin_amd64/math/big.a
packagefile os=/usr/local/opt/go/libexec/pkg/darwin_amd64/os.a
EOF
cd /Users/schjonhaug/go/src/github.com/digitalbitbox/bitbox-wallet-app/frontends/qt/server
/usr/local/opt/go/libexec/pkg/tool/darwin_amd64/compile -o $WORK/b211/_pkg_.a -trimpath "$WORK/b211=>" -p github.com/ethereum/go-ethereum/crypto -lang=go1.16 -complete -buildid 93CD1ITs-MDoGxtQUBJl/93CD1ITs-MDoGxtQUBJl -goversion go1.17.5 -importcfg $WORK/b211/importcfg -pack -c=4 /Users/schjonhaug/go/src/github.com/digitalbitbox/bitbox-wallet-app/vendor/github.com/ethereum/go-ethereum/crypto/crypto.go /Users/schjonhaug/go/src/github.com/digitalbitbox/bitbox-wallet-app/vendor/github.com/ethereum/go-ethereum/crypto/signature_cgo.go
/usr/local/opt/go/libexec/pkg/tool/darwin_amd64/buildid -w $WORK/b211/_pkg_.a # internal
cp $WORK/b211/_pkg_.a /Users/schjonhaug/Library/Caches/go-build/88/8847c7739b2598ccb56085f0ac96126880c67fd71ecb2a116c5f51f060000796-d # internal
mkdir -p $WORK/b249/
mkdir -p $WORK/b220/
cat >$WORK/b249/importcfg << 'EOF' # internal
# import config
packagefile context=/usr/local/opt/go/libexec/pkg/darwin_amd64/context.a
packagefile encoding/json=/usr/local/opt/go/libexec/pkg/darwin_amd64/encoding/json.a
packagefile errors=/usr/local/opt/go/libexec/pkg/darwin_amd64/errors.a
packagefile fmt=/usr/local/opt/go/libexec/pkg/darwin_amd64/fmt.a
packagefile github.com/ethereum/go-ethereum=/Users/schjonhaug/Library/Caches/go-build/49/49ec4eebeb16cf74a1de7340487770a4c62be50a2a6496cd4eca68f8df84a547-d
packagefile github.com/ethereum/go-ethereum/common=/Users/schjonhaug/Library/Caches/go-build/14/14615c13dcd20b1dc3c4a336febc705472090872de0d79f23845178454e07897-d
packagefile github.com/ethereum/go-ethereum/common/hexutil=/Users/schjonhaug/Library/Caches/go-build/b9/b98fa105d3976932ceed707bfb1d94bf60f61e0a2d37ef19b14f3e57560969f1-d
packagefile github.com/ethereum/go-ethereum/core/types=/Users/schjonhaug/Library/Caches/go-build/58/58458b3b06178d2e450dbb84977b6ee1d5d168d606f4821087f135d539bb6e67-d
packagefile github.com/ethereum/go-ethereum/rpc=$WORK/b224/_pkg_.a
packagefile math/big=/usr/local/opt/go/libexec/pkg/darwin_amd64/math/big.a
EOF
/usr/local/opt/go/libexec/pkg/tool/darwin_amd64/compile -o $WORK/b249/_pkg_.a -trimpath "$WORK/b249=>" -p github.com/ethereum/go-ethereum/ethclient -lang=go1.16 -complete -buildid KVPiH3Xq7fj4QH_0wnbR/KVPiH3Xq7fj4QH_0wnbR -goversion go1.17.5 -importcfg $WORK/b249/importcfg -pack -c=4 /Users/schjonhaug/go/src/github.com/digitalbitbox/bitbox-wallet-app/vendor/github.com/ethereum/go-ethereum/ethclient/ethclient.go /Users/schjonhaug/go/src/github.com/digitalbitbox/bitbox-wallet-app/vendor/github.com/ethereum/go-ethereum/ethclient/signer.go
cat >$WORK/b220/importcfg << 'EOF' # internal
# import config
packagefile fmt=/usr/local/opt/go/libexec/pkg/darwin_amd64/fmt.a
packagefile github.com/ethereum/go-ethereum=/Users/schjonhaug/Library/Caches/go-build/49/49ec4eebeb16cf74a1de7340487770a4c62be50a2a6496cd4eca68f8df84a547-d
packagefile github.com/ethereum/go-ethereum/accounts=/Users/schjonhaug/Library/Caches/go-build/6f/6f2779c994f445c174d4518c441c38ce35c9f26d56274abda94a65e3f5185100-d
packagefile github.com/ethereum/go-ethereum/common=/Users/schjonhaug/Library/Caches/go-build/14/14615c13dcd20b1dc3c4a336febc705472090872de0d79f23845178454e07897-d
packagefile github.com/ethereum/go-ethereum/common/hexutil=/Users/schjonhaug/Library/Caches/go-build/b9/b98fa105d3976932ceed707bfb1d94bf60f61e0a2d37ef19b14f3e57560969f1-d
packagefile github.com/ethereum/go-ethereum/core/types=/Users/schjonhaug/Library/Caches/go-build/58/58458b3b06178d2e450dbb84977b6ee1d5d168d606f4821087f135d539bb6e67-d
packagefile github.com/ethereum/go-ethereum/event=/Users/schjonhaug/Library/Caches/go-build/ee/eed8d4bdb6e6cbd85f9327647f39445728d9496a749a984ee79e136eaa630b2c-d
packagefile github.com/ethereum/go-ethereum/log=$WORK/b221/_pkg_.a
packagefile github.com/ethereum/go-ethereum/rpc=$WORK/b224/_pkg_.a
packagefile github.com/ethereum/go-ethereum/signer/core/apitypes=/Users/schjonhaug/Library/Caches/go-build/04/04792f6a3ab5562620055dd5d1e514c5539f7287777caa95f97965b9ae025e9e-d
packagefile math/big=/usr/local/opt/go/libexec/pkg/darwin_amd64/math/big.a
packagefile sync=/usr/local/opt/go/libexec/pkg/darwin_amd64/sync.a
EOF
/usr/local/opt/go/libexec/pkg/tool/darwin_amd64/compile -o $WORK/b220/_pkg_.a -trimpath "$WORK/b220=>" -p github.com/ethereum/go-ethereum/accounts/external -lang=go1.16 -complete -buildid cucb0WDW561CBGhcf3Ob/cucb0WDW561CBGhcf3Ob -goversion go1.17.5 -importcfg $WORK/b220/importcfg -pack -c=4 /Users/schjonhaug/go/src/github.com/digitalbitbox/bitbox-wallet-app/vendor/github.com/ethereum/go-ethereum/accounts/external/backend.go
mkdir -p $WORK/b235/
cat >$WORK/b235/importcfg << 'EOF' # internal
# import config
packagefile bufio=/usr/local/opt/go/libexec/pkg/darwin_amd64/bufio.a
packagefile bytes=/usr/local/opt/go/libexec/pkg/darwin_amd64/bytes.a
packagefile crypto/aes=/usr/local/opt/go/libexec/pkg/darwin_amd64/crypto/aes.a
packagefile crypto/cipher=/usr/local/opt/go/libexec/pkg/darwin_amd64/crypto/cipher.a
packagefile crypto/ecdsa=/usr/local/opt/go/libexec/pkg/darwin_amd64/crypto/ecdsa.a
packagefile crypto/rand=/usr/local/opt/go/libexec/pkg/darwin_amd64/crypto/rand.a
packagefile crypto/sha256=/usr/local/opt/go/libexec/pkg/darwin_amd64/crypto/sha256.a
packagefile encoding/hex=/usr/local/opt/go/libexec/pkg/darwin_amd64/encoding/hex.a
packagefile encoding/json=/usr/local/opt/go/libexec/pkg/darwin_amd64/encoding/json.a
packagefile errors=/usr/local/opt/go/libexec/pkg/darwin_amd64/errors.a
packagefile fmt=/usr/local/opt/go/libexec/pkg/darwin_amd64/fmt.a
packagefile github.com/deckarep/golang-set=/Users/schjonhaug/Library/Caches/go-build/18/18eedbc6f3ee9c91b25cb9e4cc554bc56a648b0e0a851b25fa38d00959d5128d-d
packagefile github.com/ethereum/go-ethereum=/Users/schjonhaug/Library/Caches/go-build/49/49ec4eebeb16cf74a1de7340487770a4c62be50a2a6496cd4eca68f8df84a547-d
packagefile github.com/ethereum/go-ethereum/accounts=/Users/schjonhaug/Library/Caches/go-build/6f/6f2779c994f445c174d4518c441c38ce35c9f26d56274abda94a65e3f5185100-d
packagefile github.com/ethereum/go-ethereum/common=/Users/schjonhaug/Library/Caches/go-build/14/14615c13dcd20b1dc3c4a336febc705472090872de0d79f23845178454e07897-d
packagefile github.com/ethereum/go-ethereum/common/math=/Users/schjonhaug/Library/Caches/go-build/dd/dda89f1736b5893522868bb2fa4a859d9b1f74dd0718b0d7eeb6ef14700c3be9-d
packagefile github.com/ethereum/go-ethereum/core/types=/Users/schjonhaug/Library/Caches/go-build/58/58458b3b06178d2e450dbb84977b6ee1d5d168d606f4821087f135d539bb6e67-d
packagefile github.com/ethereum/go-ethereum/crypto=$WORK/b211/_pkg_.a
packagefile github.com/ethereum/go-ethereum/event=/Users/schjonhaug/Library/Caches/go-build/ee/eed8d4bdb6e6cbd85f9327647f39445728d9496a749a984ee79e136eaa630b2c-d
packagefile github.com/ethereum/go-ethereum/log=$WORK/b221/_pkg_.a
packagefile github.com/google/uuid=$WORK/b236/_pkg_.a
packagefile github.com/rjeczalik/notify=$WORK/b237/_pkg_.a
packagefile golang.org/x/crypto/pbkdf2=/Users/schjonhaug/Library/Caches/go-build/63/6309e82264e33117a062ed936a1f9a9701c554ae1e1738fdc302dff62cd5c04e-d
packagefile golang.org/x/crypto/scrypt=/Users/schjonhaug/Library/Caches/go-build/99/996ce04ab9358ce79c34fce374bf9b7971a04428f158f8c01548d7629181787a-d
packagefile io=/usr/local/opt/go/libexec/pkg/darwin_amd64/io.a
packagefile io/ioutil=/usr/local/opt/go/libexec/pkg/darwin_amd64/io/ioutil.a
packagefile math/big=/usr/local/opt/go/libexec/pkg/darwin_amd64/math/big.a
packagefile os=/usr/local/opt/go/libexec/pkg/darwin_amd64/os.a
packagefile path/filepath=/usr/local/opt/go/libexec/pkg/darwin_amd64/path/filepath.a
packagefile reflect=/usr/local/opt/go/libexec/pkg/darwin_amd64/reflect.a
packagefile runtime=/usr/local/opt/go/libexec/pkg/darwin_amd64/runtime.a
packagefile sort=/usr/local/opt/go/libexec/pkg/darwin_amd64/sort.a
packagefile strings=/usr/local/opt/go/libexec/pkg/darwin_amd64/strings.a
packagefile sync=/usr/local/opt/go/libexec/pkg/darwin_amd64/sync.a
packagefile time=/usr/local/opt/go/libexec/pkg/darwin_amd64/time.a
EOF
/usr/local/opt/go/libexec/pkg/tool/darwin_amd64/compile -o $WORK/b235/_pkg_.a -trimpath "$WORK/b235=>" -p github.com/ethereum/go-ethereum/accounts/keystore -lang=go1.16 -complete -buildid -7cY0epAv707ZLJSV1PK/-7cY0epAv707ZLJSV1PK -goversion go1.17.5 -importcfg $WORK/b235/importcfg -pack -c=4 /Users/schjonhaug/go/src/github.com/digitalbitbox/bitbox-wallet-app/vendor/github.com/ethereum/go-ethereum/accounts/keystore/account_cache.go /Users/schjonhaug/go/src/github.com/digitalbitbox/bitbox-wallet-app/vendor/github.com/ethereum/go-ethereum/accounts/keystore/file_cache.go /Users/schjonhaug/go/src/github.com/digitalbitbox/bitbox-wallet-app/vendor/github.com/ethereum/go-ethereum/accounts/keystore/key.go /Users/schjonhaug/go/src/github.com/digitalbitbox/bitbox-wallet-app/vendor/github.com/ethereum/go-ethereum/accounts/keystore/keystore.go /Users/schjonhaug/go/src/github.com/digitalbitbox/bitbox-wallet-app/vendor/github.com/ethereum/go-ethereum/accounts/keystore/passphrase.go /Users/schjonhaug/go/src/github.com/digitalbitbox/bitbox-wallet-app/vendor/github.com/ethereum/go-ethereum/accounts/keystore/plain.go /Users/schjonhaug/go/src/github.com/digitalbitbox/bitbox-wallet-app/vendor/github.com/ethereum/go-ethereum/accounts/keystore/presale.go /Users/schjonhaug/go/src/github.com/digitalbitbox/bitbox-wallet-app/vendor/github.com/ethereum/go-ethereum/accounts/keystore/wallet.go /Users/schjonhaug/go/src/github.com/digitalbitbox/bitbox-wallet-app/vendor/github.com/ethereum/go-ethereum/accounts/keystore/watch.go
/usr/local/opt/go/libexec/pkg/tool/darwin_amd64/buildid -w $WORK/b220/_pkg_.a # internal
cp $WORK/b220/_pkg_.a /Users/schjonhaug/Library/Caches/go-build/07/07aa9fdf7bd62a346069ee991e686d041f4b7b48b341019300b6dd53b2c31c22-d # internal
/usr/local/opt/go/libexec/pkg/tool/darwin_amd64/buildid -w $WORK/b249/_pkg_.a # internal
cp $WORK/b249/_pkg_.a /Users/schjonhaug/Library/Caches/go-build/2f/2ffb32d83a904e07affe91db84057f05f155c6c0c7b8ff28be7536f92639744a-d # internal
/usr/local/opt/go/libexec/pkg/tool/darwin_amd64/buildid -w $WORK/b235/_pkg_.a # internal
cp $WORK/b235/_pkg_.a /Users/schjonhaug/Library/Caches/go-build/4c/4ce9f3b0eadcf197bd873749d4bf60d45a7af68697fe9e4959acf02808c4b881-d # internal
mkdir -p $WORK/b248/
cat >$WORK/b248/importcfg << 'EOF' # internal
# import config
packagefile context=/usr/local/opt/go/libexec/pkg/darwin_amd64/context.a
packagefile encoding/json=/usr/local/opt/go/libexec/pkg/darwin_amd64/encoding/json.a
packagefile github.com/digitalbitbox/bitbox-wallet-app/util/errp=/Users/schjonhaug/Library/Caches/go-build/e1/e1871aecc50b4ab25986f8b66d54bb2f11924971caf5d81ca9baf7c7685255f7-d
packagefile github.com/ethereum/go-ethereum/accounts/abi/bind=/Users/schjonhaug/Library/Caches/go-build/a0/a00cb0eac7b519f51242de328e48348c61c6a79afbbac25ad6a7d44f5b7f1dea-d
packagefile github.com/ethereum/go-ethereum/common=/Users/schjonhaug/Library/Caches/go-build/14/14615c13dcd20b1dc3c4a336febc705472090872de0d79f23845178454e07897-d
packagefile github.com/ethereum/go-ethereum/common/hexutil=/Users/schjonhaug/Library/Caches/go-build/b9/b98fa105d3976932ceed707bfb1d94bf60f61e0a2d37ef19b14f3e57560969f1-d
packagefile github.com/ethereum/go-ethereum/core/types=/Users/schjonhaug/Library/Caches/go-build/58/58458b3b06178d2e450dbb84977b6ee1d5d168d606f4821087f135d539bb6e67-d
packagefile github.com/ethereum/go-ethereum/ethclient=$WORK/b249/_pkg_.a
packagefile github.com/ethereum/go-ethereum/rpc=$WORK/b224/_pkg_.a
packagefile math/big=/usr/local/opt/go/libexec/pkg/darwin_amd64/math/big.a
EOF
/usr/local/opt/go/libexec/pkg/tool/darwin_amd64/compile -o $WORK/b248/_pkg_.a -trimpath "$WORK/b248=>" -p github.com/digitalbitbox/bitbox-wallet-app/backend/coins/eth/rpcclient -lang=go1.16 -complete -buildid nzq-ZcYqLgCDqeARBi_R/nzq-ZcYqLgCDqeARBi_R -goversion go1.17.5 -importcfg $WORK/b248/importcfg -pack -c=4 /Users/schjonhaug/go/src/github.com/digitalbitbox/bitbox-wallet-app/backend/coins/eth/rpcclient/rpcclient.go
/usr/local/opt/go/libexec/pkg/tool/darwin_amd64/buildid -w $WORK/b248/_pkg_.a # internal
cp $WORK/b248/_pkg_.a /Users/schjonhaug/Library/Caches/go-build/d5/d57480541f4c200d2f5bca26bfa3960b2eb7b5c2a385c308b3daaa67bdd23259-d # internal
mkdir -p $WORK/b259/
cat >$WORK/b259/importcfg << 'EOF' # internal
# import config
packagefile encoding/hex=/usr/local/opt/go/libexec/pkg/darwin_amd64/encoding/hex.a
packagefile github.com/digitalbitbox/bitbox-wallet-app/backend/devices/bitbox=/Users/schjonhaug/Library/Caches/go-build/66/6619b285c9e7287efe30fbc3709a4662a53c9ffc5f073702e3027ad2a1717faf-d
packagefile github.com/digitalbitbox/bitbox-wallet-app/backend/devices/bitbox02=/Users/schjonhaug/Library/Caches/go-build/e9/e945c54ffa3d999d48070e76ab5183536c4ca19fd7058ca9740cabf7d6b1823d-d
packagefile github.com/digitalbitbox/bitbox-wallet-app/backend/devices/bitbox02bootloader=/Users/schjonhaug/Library/Caches/go-build/8a/8a2fdc7155ada4ec0582c0d81c78e77f586b5529bb35d55ffaeed350eee20f55-d
packagefile github.com/digitalbitbox/bitbox-wallet-app/backend/devices/device=/Users/schjonhaug/Library/Caches/go-build/6a/6aa90ec594000bcbf5a654323f25f2c11251bd25a86c62a760102c1d9ba03027-d
packagefile github.com/digitalbitbox/bitbox-wallet-app/util/errp=/Users/schjonhaug/Library/Caches/go-build/e1/e1871aecc50b4ab25986f8b66d54bb2f11924971caf5d81ca9baf7c7685255f7-d
packagefile github.com/digitalbitbox/bitbox-wallet-app/util/logging=/Users/schjonhaug/Library/Caches/go-build/f8/f80a939752b5e61500a2e550b275e5c9781b7bfa5a15307fe9d8b1aacdb082e3-d
packagefile github.com/digitalbitbox/bitbox-wallet-app/util/socksproxy=$WORK/b197/_pkg_.a
packagefile github.com/digitalbitbox/bitbox02-api-go/api/common=/Users/schjonhaug/Library/Caches/go-build/2d/2d391e84e96cacf344dc04a602597885936dff665d6cb6fa7e3209291ead75a8-d
packagefile github.com/digitalbitbox/bitbox02-api-go/communication/u2fhid=/Users/schjonhaug/Library/Caches/go-build/b6/b6d21ac6ebc62ce652534d4e7cc8825459a66d9a7fff7fcde0c56ccf0c5d75db-d
packagefile github.com/digitalbitbox/bitbox02-api-go/util/semver=/Users/schjonhaug/Library/Caches/go-build/fd/fdbd934e544a931db4cfb338da03d95b9d96cec8d6baec75e13be0c532e1c6ba-d
packagefile github.com/karalabe/usb=$WORK/b304/_pkg_.a
packagefile github.com/sirupsen/logrus=/Users/schjonhaug/Library/Caches/go-build/aa/aa8679eb366fae42a01dd017101f8e945f045c267f956295a3d710d2c4bd7906-d
packagefile io=/usr/local/opt/go/libexec/pkg/darwin_amd64/io.a
packagefile os=/usr/local/opt/go/libexec/pkg/darwin_amd64/os.a
packagefile regexp=/usr/local/opt/go/libexec/pkg/darwin_amd64/regexp.a
packagefile time=/usr/local/opt/go/libexec/pkg/darwin_amd64/time.a
EOF
/usr/local/opt/go/libexec/pkg/tool/darwin_amd64/compile -o $WORK/b259/_pkg_.a -trimpath "$WORK/b259=>" -p github.com/digitalbitbox/bitbox-wallet-app/backend/devices/usb -lang=go1.16 -complete -buildid Eip_aafj7ET5GdLYcXgC/Eip_aafj7ET5GdLYcXgC -goversion go1.17.5 -importcfg $WORK/b259/importcfg -pack -c=4 /Users/schjonhaug/go/src/github.com/digitalbitbox/bitbox-wallet-app/backend/devices/usb/hid.go /Users/schjonhaug/go/src/github.com/digitalbitbox/bitbox-wallet-app/backend/devices/usb/manager.go
/usr/local/opt/go/libexec/pkg/tool/darwin_amd64/buildid -w $WORK/b259/_pkg_.a # internal
cp $WORK/b259/_pkg_.a /Users/schjonhaug/Library/Caches/go-build/76/76b013eb36f0ecba15c28ca5f93e22929b160027584f777c9e4d9eea6b7f7d57-d # internal
mkdir -p $WORK/b040/
cat >$WORK/b040/importcfg << 'EOF' # internal
# import config
packagefile bytes=/usr/local/opt/go/libexec/pkg/darwin_amd64/bytes.a
packagefile encoding/hex=/usr/local/opt/go/libexec/pkg/darwin_amd64/encoding/hex.a
packagefile github.com/digitalbitbox/bitbox-wallet-app/backend=/Users/schjonhaug/Library/Caches/go-build/99/995afe0ed7a95cb18e0b4d27698853593ed3179be1cb83bbba46d261edf443e3-d
packagefile github.com/digitalbitbox/bitbox-wallet-app/backend/arguments=/Users/schjonhaug/Library/Caches/go-build/70/703f389494b2a1ecf4219f5ba292694a823eb77ec5add58022a8b93fd207a27c-d
packagefile github.com/digitalbitbox/bitbox-wallet-app/backend/coins/btc/types=/Users/schjonhaug/Library/Caches/go-build/d3/d355855b93b98af7f0a87b3e354d93a7205e26fda1b514ef64552b801f6367fd-d
packagefile github.com/digitalbitbox/bitbox-wallet-app/backend/devices/usb=$WORK/b259/_pkg_.a
packagefile github.com/digitalbitbox/bitbox-wallet-app/backend/handlers=/Users/schjonhaug/Library/Caches/go-build/e3/e34437920cf6c5698ece4552407c38edd4410aad362910338699e7fd92fa7454-d
packagefile github.com/digitalbitbox/bitbox-wallet-app/util/config=/Users/schjonhaug/Library/Caches/go-build/7a/7a08e71e53f9bdf25985ffdf715b91e820685eed41695c5a2f4e8e99a8f50c40-d
packagefile github.com/digitalbitbox/bitbox-wallet-app/util/errp=/Users/schjonhaug/Library/Caches/go-build/e1/e1871aecc50b4ab25986f8b66d54bb2f11924971caf5d81ca9baf7c7685255f7-d
packagefile github.com/digitalbitbox/bitbox-wallet-app/util/jsonp=/Users/schjonhaug/Library/Caches/go-build/04/049cd63f9fc3db17f809424f9a70045d358d72720089369befb9d81c6b15663c-d
packagefile github.com/digitalbitbox/bitbox-wallet-app/util/logging=/Users/schjonhaug/Library/Caches/go-build/f8/f80a939752b5e61500a2e550b275e5c9781b7bfa5a15307fe9d8b1aacdb082e3-d
packagefile github.com/digitalbitbox/bitbox-wallet-app/util/observable=/Users/schjonhaug/Library/Caches/go-build/96/9661d078c1101c11c918f4bbf44917d715bfd5ac659f5c32bb80eee466fbcce3-d
packagefile github.com/digitalbitbox/bitbox-wallet-app/util/observable/action=/Users/schjonhaug/Library/Caches/go-build/0a/0a855800cdb5a07b0f94e343bd1409d9c33dec2abdf92076c59170f308a59fa7-d
packagefile github.com/digitalbitbox/bitbox-wallet-app/util/random=/Users/schjonhaug/Library/Caches/go-build/61/61889578f68c7056d3f7946059e0bb1c40d443960fe3fa71d4f6f312357be0c1-d
packagefile net/http=$WORK/b128/_pkg_.a
packagefile runtime=/usr/local/opt/go/libexec/pkg/darwin_amd64/runtime.a
packagefile runtime/debug=/usr/local/opt/go/libexec/pkg/darwin_amd64/runtime/debug.a
packagefile strings=/usr/local/opt/go/libexec/pkg/darwin_amd64/strings.a
packagefile sync=/usr/local/opt/go/libexec/pkg/darwin_amd64/sync.a
EOF
/usr/local/opt/go/libexec/pkg/tool/darwin_amd64/compile -o $WORK/b040/_pkg_.a -trimpath "$WORK/b040=>" -p github.com/digitalbitbox/bitbox-wallet-app/backend/bridgecommon -lang=go1.16 -complete -buildid 3ziN9f6Ja8A5ljeuQE7m/3ziN9f6Ja8A5ljeuQE7m -goversion go1.17.5 -importcfg $WORK/b040/importcfg -pack -c=4 /Users/schjonhaug/go/src/github.com/digitalbitbox/bitbox-wallet-app/backend/bridgecommon/bridgecommon.go
/usr/local/opt/go/libexec/pkg/tool/darwin_amd64/buildid -w $WORK/b040/_pkg_.a # internal
cp $WORK/b040/_pkg_.a /Users/schjonhaug/Library/Caches/go-build/4f/4f36f3f4fdb6b61e87c7f53bbe22299b2eff3063e9543e39e789b63e4a56d3f0-d # internal
mkdir -p $WORK/b001/
TERM='dumb' CGO_LDFLAGS='"-s" "-w"' /usr/local/opt/go/libexec/pkg/tool/darwin_amd64/cgo -objdir $WORK/b001/ -importpath github.com/digitalbitbox/bitbox-wallet-app/frontends/qt/server -exportheader=$WORK/b001/_cgo_install.h -- -I $WORK/b001/ -g -O2 -D_FORTIFY_SOURCE=2 -fstack-protector-all ./server.go
cd $WORK/b001
TERM='dumb' clang -I /Users/schjonhaug/go/src/github.com/digitalbitbox/bitbox-wallet-app/frontends/qt/server -fPIC -arch x86_64 -m64 -pthread -fno-caret-diagnostics -Qunused-arguments -fmessage-length=0 -fdebug-prefix-map=$WORK/b001=/tmp/go-build -gno-record-gcc-switches -fno-common -I ./ -g -O2 -D_FORTIFY_SOURCE=2 -fstack-protector-all -o ./_x001.o -c _cgo_export.c
TERM='dumb' clang -I /Users/schjonhaug/go/src/github.com/digitalbitbox/bitbox-wallet-app/frontends/qt/server -fPIC -arch x86_64 -m64 -pthread -fno-caret-diagnostics -Qunused-arguments -fmessage-length=0 -fdebug-prefix-map=$WORK/b001=/tmp/go-build -gno-record-gcc-switches -fno-common -I ./ -g -O2 -D_FORTIFY_SOURCE=2 -fstack-protector-all -o ./_x002.o -c server.cgo2.c
TERM='dumb' clang -I /Users/schjonhaug/go/src/github.com/digitalbitbox/bitbox-wallet-app/frontends/qt/server -fPIC -arch x86_64 -m64 -pthread -fno-caret-diagnostics -Qunused-arguments -fmessage-length=0 -fdebug-prefix-map=$WORK/b001=/tmp/go-build -gno-record-gcc-switches -fno-common -I ./ -g -O2 -D_FORTIFY_SOURCE=2 -fstack-protector-all -o ./_cgo_main.o -c _cgo_main.c
cd /Users/schjonhaug/go/src/github.com/digitalbitbox/bitbox-wallet-app/frontends/qt/server
TERM='dumb' clang -I . -fPIC -arch x86_64 -m64 -pthread -fno-caret-diagnostics -Qunused-arguments -fmessage-length=0 -fdebug-prefix-map=$WORK/b001=/tmp/go-build -gno-record-gcc-switches -fno-common -o $WORK/b001/_cgo_.o $WORK/b001/_cgo_main.o $WORK/b001/_x001.o $WORK/b001/_x002.o -s -w
TERM='dumb' /usr/local/opt/go/libexec/pkg/tool/darwin_amd64/cgo -dynpackage main -dynimport $WORK/b001/_cgo_.o -dynout $WORK/b001/_cgo_import.go
cat >$WORK/b001/_gomod_.go << 'EOF' # internal
package main
import _ "unsafe"
//go:linkname __debug_modinfo__ runtime.modinfo
var __debug_modinfo__ = "0w\xaf\f\x92t\b\x02A\xe1\xc1\a\xe6\xd6\x18\xe6path\tgithub.com/digitalbitbox/bitbox-wallet-app/frontends/qt/server\nmod\tgithub.com/digitalbitbox/bitbox-wallet-app\t(devel)\t\ndep\tgithub.com/aead/siphash\tv1.0.1\th1:FwHfE/T45KPKYuuSAKyyvE+oPWcaQ+CUmFW0bPlM+kg=\ndep\tgithub.com/btcsuite/btcd\tv0.22.0-beta\th1:LTDpDKUM5EeOFBPM8IXpinEcmZ6FWfNZbE3lfrfdnWo=\ndep\tgithub.com/btcsuite/btclog\tv0.0.0-20170628155309-84c8d2346e9f\th1:bAs4lUbRJpnnkd9VhRV3jjAVU7DJVjMaK+IsvSeZvFo=\ndep\tgithub.com/btcsuite/btcutil\tv1.0.3-0.20210929233259-9cdf59f60c51\th1:6XGSs4BMDRlNR9k+tpr1g2S6ZfQhKQl/Xr276yAEfP0=\ndep\tgithub.com/coreos/bbolt\tv1.3.0\th1:HIgH5xUWXT914HCI671AxuTTqjj64UOFr7pHn48LUTI=\ndep\tgithub.com/deckarep/golang-set\tv1.7.1\th1:SCQV0S6gTtp6itiFrTqI+pfmJ4LN85S1YzhDf9rTHJQ=\ndep\tgithub.com/digitalbitbox/bitbox02-api-go\tv0.0.0-20211215112420-8cbc2cc44567\th1:AZlhfGILWCv18npEtH4rmM6owcSLA8uR/KSAq1Jm3Vo=\ndep\tgithub.com/ethereum/go-ethereum\tv1.10.13\th1:DEYFP9zk+Gruf3ae1JOJVhNmxK28ee+sMELPLgYTXpA=\ndep\tgithub.com/flynn/noise\tv1.0.0\th1:DlTHqmzmvcEiKj+4RYo/imoswx/4r6iBlCMfVtrMXpQ=\ndep\tgithub.com/go-stack/stack\tv1.8.0\th1:5SgMzNM5HxrEjV0ww2lTmX6E2Izsfxas4+YHWRs3Lsk=\ndep\tgithub.com/golang/protobuf\tv1.4.3\th1:JjCZWpVbqXDqFVmTfYWEVTMIYrL/NPdPSCHPJ0T/raM=\ndep\tgithub.com/google/uuid\tv1.1.5\th1:kxhtnfFVi+rYdOALN0B3k9UT86zVJKfBimRaciULW4I=\ndep\tgithub.com/gorilla/mux\tv1.8.0\th1:i40aqfkR1h2SlN9hojwV5ZA91wcXFOvkdNIeFDP5koI=\ndep\tgithub.com/gorilla/websocket\tv1.4.2\th1:+/TMaTYc4QFitKJxsQ7Yye35DkWvkdLcvGKqM+x0Ufc=\ndep\tgithub.com/karalabe/usb\tv0.0.0-20211005121534-4c5740d64559\th1:0VWDXPNE0brOek1Q8bLfzKkvOzwbQE/snjGojlCr8CY=\ndep\tgithub.com/kkdai/bstream\tv1.0.0\th1:Se5gHwgp2VT2uHfDrkbbgbgEvV9cimLELwrPJctSjg8=\ndep\tgithub.com/pkg/errors\tv0.9.1\th1:FEBLx1zS214owpjy7qsBeixbURkuhQAwrK5UwLGTwt4=\ndep\tgithub.com/rjeczalik/notify\tv0.9.2\th1:MiTWrPj55mNDHEiIX5YUSKefw/+lCQVoAFmD6oQm5w8=\ndep\tgithub.com/shirou/gopsutil\tv3.21.4-0.20210419000835-c7a38de76ee5+incompatible\th1:Bn1aCHHRnjv4Bl16T8rcaFjYSrGrIZvpiGO6P3Q4GpU=\ndep\tgithub.com/sirupsen/logrus\tv1.2.0\th1:juTguoYk5qI21pwyTXY3B3Y5cOTH3ZUyZCg1v/mihuo=\ndep\tgithub.com/skip2/go-qrcode\tv0.0.0-20170812161211-695fc75a0973\th1:Pu3Vfv4tqPR/vDZ9ShyENZITpnGvwPRaWqQv6l18M4M=\ndep\tgithub.com/tklauser/go-sysconf\tv0.3.5\th1:uu3Xl4nkLzQfXNsWn15rPc/HQCJKObbt1dKJeWp3vU4=\ndep\tgolang.org/x/crypto\tv0.0.0-20210322153248-0c34fe9e7dc2\th1:It14KIkyBFYkHkwZ7k45minvA9aorojkyjGk9KJ5B/w=\ndep\tgolang.org/x/net\tv0.0.0-20210805182204-aaa1db679c0d\th1:20cMwl2fHAzkJMEA+8J4JgqBQcQGzbisXo31MIeenXI=\ndep\tgolang.org/x/sys\tv0.0.0-20210816183151-1e6c022a8912\th1:uCLL3g5wH2xjxVREVuAbP9JM5PPKjRbXKRa6IBjkzmU=\ndep\tgolang.org/x/term\tv0.0.0-20201126162022-7de9c90e9dd1\th1:v+OssWQX+hTHEmOBgwxdZxK4zHq3yOs8F9J7mk0PY8E=\ndep\tgoogle.golang.org/protobuf\tv1.23.0\th1:4MY060fB1DLGMB/7MBTLnwQUY6+F09GEiz6SsrNqyzM=\n\xf92C1\x86\x18 r\x00\x82B\x10A\x16\xd8\xf2"
EOF
cat >$WORK/b001/importcfg << 'EOF' # internal
# import config
packagefile flag=/usr/local/opt/go/libexec/pkg/darwin_amd64/flag.a
packagefile github.com/digitalbitbox/bitbox-wallet-app/backend/bridgecommon=$WORK/b040/_pkg_.a
packagefile github.com/digitalbitbox/bitbox-wallet-app/backend/coins/btc/types=/Users/schjonhaug/Library/Caches/go-build/d3/d355855b93b98af7f0a87b3e354d93a7205e26fda1b514ef64552b801f6367fd-d
packagefile github.com/digitalbitbox/bitbox-wallet-app/backend/devices/usb=$WORK/b259/_pkg_.a
packagefile github.com/digitalbitbox/bitbox-wallet-app/util/logging=/Users/schjonhaug/Library/Caches/go-build/f8/f80a939752b5e61500a2e550b275e5c9781b7bfa5a15307fe9d8b1aacdb082e3-d
packagefile github.com/digitalbitbox/bitbox-wallet-app/util/system=/Users/schjonhaug/Library/Caches/go-build/42/4217141656f5790432dd876e73b4a6ad5d8a7bd76a443623ef0348f65053b3e0-d
packagefile os=/usr/local/opt/go/libexec/pkg/darwin_amd64/os.a
packagefile runtime=/usr/local/opt/go/libexec/pkg/darwin_amd64/runtime.a
packagefile strings=/usr/local/opt/go/libexec/pkg/darwin_amd64/strings.a
packagefile runtime/cgo=$WORK/b069/_pkg_.a
packagefile syscall=/usr/local/opt/go/libexec/pkg/darwin_amd64/syscall.a
EOF
/usr/local/opt/go/libexec/pkg/tool/darwin_amd64/compile -o $WORK/b001/_pkg_.a -trimpath "$WORK/b001=>" -p main -lang=go1.16 -buildid ATKC4akr9gCeiPiiOGok/ATKC4akr9gCeiPiiOGok -goversion go1.17.5 -importcfg $WORK/b001/importcfg -pack -c=4 $WORK/b001/_cgo_gotypes.go $WORK/b001/server.cgo1.go $WORK/b001/_cgo_import.go $WORK/b001/_gomod_.go
/usr/local/opt/go/libexec/pkg/tool/darwin_amd64/pack r $WORK/b001/_pkg_.a $WORK/b001/_x001.o $WORK/b001/_x002.o # internal
/usr/local/opt/go/libexec/pkg/tool/darwin_amd64/buildid -w $WORK/b001/_pkg_.a # internal
cp $WORK/b001/_pkg_.a /Users/schjonhaug/Library/Caches/go-build/2f/2fce488938308c39f5443099521434e8541008bf9f41ec46a3bf8844efa8c469-d # internal
cat >$WORK/b001/importcfg.link << 'EOF' # internal
packagefile github.com/digitalbitbox/bitbox-wallet-app/frontends/qt/server=$WORK/b001/_pkg_.a
packagefile flag=/usr/local/opt/go/libexec/pkg/darwin_amd64/flag.a
packagefile github.com/digitalbitbox/bitbox-wallet-app/backend/bridgecommon=$WORK/b040/_pkg_.a
packagefile github.com/digitalbitbox/bitbox-wallet-app/backend/coins/btc/types=/Users/schjonhaug/Library/Caches/go-build/d3/d355855b93b98af7f0a87b3e354d93a7205e26fda1b514ef64552b801f6367fd-d
packagefile github.com/digitalbitbox/bitbox-wallet-app/backend/devices/usb=$WORK/b259/_pkg_.a
packagefile github.com/digitalbitbox/bitbox-wallet-app/util/logging=/Users/schjonhaug/Library/Caches/go-build/f8/f80a939752b5e61500a2e550b275e5c9781b7bfa5a15307fe9d8b1aacdb082e3-d
packagefile github.com/digitalbitbox/bitbox-wallet-app/util/system=/Users/schjonhaug/Library/Caches/go-build/42/4217141656f5790432dd876e73b4a6ad5d8a7bd76a443623ef0348f65053b3e0-d
packagefile os=/usr/local/opt/go/libexec/pkg/darwin_amd64/os.a
packagefile runtime=/usr/local/opt/go/libexec/pkg/darwin_amd64/runtime.a
packagefile strings=/usr/local/opt/go/libexec/pkg/darwin_amd64/strings.a
packagefile runtime/cgo=$WORK/b069/_pkg_.a
packagefile syscall=/usr/local/opt/go/libexec/pkg/darwin_amd64/syscall.a
packagefile errors=/usr/local/opt/go/libexec/pkg/darwin_amd64/errors.a
packagefile fmt=/usr/local/opt/go/libexec/pkg/darwin_amd64/fmt.a
packagefile io=/usr/local/opt/go/libexec/pkg/darwin_amd64/io.a
packagefile reflect=/usr/local/opt/go/libexec/pkg/darwin_amd64/reflect.a
packagefile sort=/usr/local/opt/go/libexec/pkg/darwin_amd64/sort.a
packagefile strconv=/usr/local/opt/go/libexec/pkg/darwin_amd64/strconv.a
packagefile time=/usr/local/opt/go/libexec/pkg/darwin_amd64/time.a
packagefile bytes=/usr/local/opt/go/libexec/pkg/darwin_amd64/bytes.a
packagefile encoding/hex=/usr/local/opt/go/libexec/pkg/darwin_amd64/encoding/hex.a
packagefile github.com/digitalbitbox/bitbox-wallet-app/backend=/Users/schjonhaug/Library/Caches/go-build/99/995afe0ed7a95cb18e0b4d27698853593ed3179be1cb83bbba46d261edf443e3-d
packagefile github.com/digitalbitbox/bitbox-wallet-app/backend/arguments=/Users/schjonhaug/Library/Caches/go-build/70/703f389494b2a1ecf4219f5ba292694a823eb77ec5add58022a8b93fd207a27c-d
packagefile github.com/digitalbitbox/bitbox-wallet-app/backend/handlers=/Users/schjonhaug/Library/Caches/go-build/e3/e34437920cf6c5698ece4552407c38edd4410aad362910338699e7fd92fa7454-d
packagefile github.com/digitalbitbox/bitbox-wallet-app/util/config=/Users/schjonhaug/Library/Caches/go-build/7a/7a08e71e53f9bdf25985ffdf715b91e820685eed41695c5a2f4e8e99a8f50c40-d
packagefile github.com/digitalbitbox/bitbox-wallet-app/util/errp=/Users/schjonhaug/Library/Caches/go-build/e1/e1871aecc50b4ab25986f8b66d54bb2f11924971caf5d81ca9baf7c7685255f7-d
packagefile github.com/digitalbitbox/bitbox-wallet-app/util/jsonp=/Users/schjonhaug/Library/Caches/go-build/04/049cd63f9fc3db17f809424f9a70045d358d72720089369befb9d81c6b15663c-d
packagefile github.com/digitalbitbox/bitbox-wallet-app/util/observable=/Users/schjonhaug/Library/Caches/go-build/96/9661d078c1101c11c918f4bbf44917d715bfd5ac659f5c32bb80eee466fbcce3-d
packagefile github.com/digitalbitbox/bitbox-wallet-app/util/observable/action=/Users/schjonhaug/Library/Caches/go-build/0a/0a855800cdb5a07b0f94e343bd1409d9c33dec2abdf92076c59170f308a59fa7-d
packagefile github.com/digitalbitbox/bitbox-wallet-app/util/random=/Users/schjonhaug/Library/Caches/go-build/61/61889578f68c7056d3f7946059e0bb1c40d443960fe3fa71d4f6f312357be0c1-d
packagefile net/http=$WORK/b128/_pkg_.a
packagefile runtime/debug=/usr/local/opt/go/libexec/pkg/darwin_amd64/runtime/debug.a
packagefile sync=/usr/local/opt/go/libexec/pkg/darwin_amd64/sync.a
packagefile github.com/digitalbitbox/bitbox-wallet-app/backend/devices/bitbox=/Users/schjonhaug/Library/Caches/go-build/66/6619b285c9e7287efe30fbc3709a4662a53c9ffc5f073702e3027ad2a1717faf-d
packagefile github.com/digitalbitbox/bitbox-wallet-app/backend/devices/bitbox02=/Users/schjonhaug/Library/Caches/go-build/e9/e945c54ffa3d999d48070e76ab5183536c4ca19fd7058ca9740cabf7d6b1823d-d
packagefile github.com/digitalbitbox/bitbox-wallet-app/backend/devices/bitbox02bootloader=/Users/schjonhaug/Library/Caches/go-build/8a/8a2fdc7155ada4ec0582c0d81c78e77f586b5529bb35d55ffaeed350eee20f55-d
packagefile github.com/digitalbitbox/bitbox-wallet-app/backend/devices/device=/Users/schjonhaug/Library/Caches/go-build/6a/6aa90ec594000bcbf5a654323f25f2c11251bd25a86c62a760102c1d9ba03027-d
packagefile github.com/digitalbitbox/bitbox-wallet-app/util/socksproxy=$WORK/b197/_pkg_.a
packagefile github.com/digitalbitbox/bitbox02-api-go/api/common=/Users/schjonhaug/Library/Caches/go-build/2d/2d391e84e96cacf344dc04a602597885936dff665d6cb6fa7e3209291ead75a8-d
packagefile github.com/digitalbitbox/bitbox02-api-go/communication/u2fhid=/Users/schjonhaug/Library/Caches/go-build/b6/b6d21ac6ebc62ce652534d4e7cc8825459a66d9a7fff7fcde0c56ccf0c5d75db-d
packagefile github.com/digitalbitbox/bitbox02-api-go/util/semver=/Users/schjonhaug/Library/Caches/go-build/fd/fdbd934e544a931db4cfb338da03d95b9d96cec8d6baec75e13be0c532e1c6ba-d
packagefile github.com/karalabe/usb=$WORK/b304/_pkg_.a
packagefile github.com/sirupsen/logrus=/Users/schjonhaug/Library/Caches/go-build/aa/aa8679eb366fae42a01dd017101f8e945f045c267f956295a3d710d2c4bd7906-d
packagefile regexp=/usr/local/opt/go/libexec/pkg/darwin_amd64/regexp.a
packagefile encoding/json=/usr/local/opt/go/libexec/pkg/darwin_amd64/encoding/json.a
packagefile github.com/pkg/errors=/Users/schjonhaug/Library/Caches/go-build/37/371e45364c79295a6109014b6f028bd52b7efe57ab0ed9bc5fff284e4be3bb42-d
packagefile path/filepath=/usr/local/opt/go/libexec/pkg/darwin_amd64/path/filepath.a
packagefile os/exec=/usr/local/opt/go/libexec/pkg/darwin_amd64/os/exec.a
packagefile internal/itoa=/usr/local/opt/go/libexec/pkg/darwin_amd64/internal/itoa.a
packagefile internal/oserror=/usr/local/opt/go/libexec/pkg/darwin_amd64/internal/oserror.a
packagefile internal/poll=/usr/local/opt/go/libexec/pkg/darwin_amd64/internal/poll.a
packagefile internal/syscall/execenv=/usr/local/opt/go/libexec/pkg/darwin_amd64/internal/syscall/execenv.a
packagefile internal/syscall/unix=/usr/local/opt/go/libexec/pkg/darwin_amd64/internal/syscall/unix.a
packagefile internal/testlog=/usr/local/opt/go/libexec/pkg/darwin_amd64/internal/testlog.a
packagefile internal/unsafeheader=/usr/local/opt/go/libexec/pkg/darwin_amd64/internal/unsafeheader.a
packagefile io/fs=/usr/local/opt/go/libexec/pkg/darwin_amd64/io/fs.a
packagefile sync/atomic=/usr/local/opt/go/libexec/pkg/darwin_amd64/sync/atomic.a
packagefile internal/abi=/usr/local/opt/go/libexec/pkg/darwin_amd64/internal/abi.a
packagefile internal/bytealg=/usr/local/opt/go/libexec/pkg/darwin_amd64/internal/bytealg.a
packagefile internal/cpu=/usr/local/opt/go/libexec/pkg/darwin_amd64/internal/cpu.a
packagefile internal/goexperiment=/usr/local/opt/go/libexec/pkg/darwin_amd64/internal/goexperiment.a
packagefile runtime/internal/atomic=/usr/local/opt/go/libexec/pkg/darwin_amd64/runtime/internal/atomic.a
packagefile runtime/internal/math=/usr/local/opt/go/libexec/pkg/darwin_amd64/runtime/internal/math.a
packagefile runtime/internal/sys=/usr/local/opt/go/libexec/pkg/darwin_amd64/runtime/internal/sys.a
packagefile unicode=/usr/local/opt/go/libexec/pkg/darwin_amd64/unicode.a
packagefile unicode/utf8=/usr/local/opt/go/libexec/pkg/darwin_amd64/unicode/utf8.a
packagefile internal/race=/usr/local/opt/go/libexec/pkg/darwin_amd64/internal/race.a
packagefile internal/reflectlite=/usr/local/opt/go/libexec/pkg/darwin_amd64/internal/reflectlite.a
packagefile internal/fmtsort=/usr/local/opt/go/libexec/pkg/darwin_amd64/internal/fmtsort.a
packagefile math=/usr/local/opt/go/libexec/pkg/darwin_amd64/math.a
packagefile math/bits=/usr/local/opt/go/libexec/pkg/darwin_amd64/math/bits.a
packagefile github.com/btcsuite/btcd/chaincfg=/Users/schjonhaug/Library/Caches/go-build/29/2960b8612e7807ec3c3a1d59adb9c044d4b7598512263e6dd35beed46241caff-d
packagefile github.com/btcsuite/btcutil/hdkeychain=/Users/schjonhaug/Library/Caches/go-build/b0/b0cfe0022879566886f6cd243021b9082e6982c57e1d498c929997749451d7a4-d
packagefile github.com/coreos/bbolt=/Users/schjonhaug/Library/Caches/go-build/a3/a3373a8430a5c76a5e8eb5d1ab967312485dccf129a1b3863af4740fe9d28b15-d
packagefile github.com/digitalbitbox/bitbox-wallet-app/backend/accounts=/Users/schjonhaug/Library/Caches/go-build/d6/d6a63b396fa494a66787c1208cd046fcdf7a9b7995b8716f7c32939f7ea222cd-d
packagefile github.com/digitalbitbox/bitbox-wallet-app/backend/accounts/errors=/Users/schjonhaug/Library/Caches/go-build/e5/e501f546b954720b476835c116b4527fd50a22178da070520d12bf1cbda6314c-d
packagefile github.com/digitalbitbox/bitbox-wallet-app/backend/banners=/Users/schjonhaug/Library/Caches/go-build/88/881ccfc1e3bb4b6efb1427f76b3a21772773faf7b344d11c5cb44167e82dfc53-d
packagefile github.com/digitalbitbox/bitbox-wallet-app/backend/coins/btc=/Users/schjonhaug/Library/Caches/go-build/32/32ef038a14b5b607b33cd51df757c7847e71ccc352c819aca71483e5f4edc6db-d
packagefile github.com/digitalbitbox/bitbox-wallet-app/backend/coins/btc/electrum=$WORK/b188/_pkg_.a
packagefile github.com/digitalbitbox/bitbox-wallet-app/backend/coins/coin=/Users/schjonhaug/Library/Caches/go-build/d1/d109aff2a75041fdb3ebe6f2ad78246c4b333277fb6bf0d9a91caacea191a71d-d
packagefile github.com/digitalbitbox/bitbox-wallet-app/backend/coins/eth=/Users/schjonhaug/Library/Caches/go-build/ed/ed02d3ec843bf714c5d56e67d01e8f5c3ce4a59274f022fce5dda9c9f047b9a4-d
packagefile github.com/digitalbitbox/bitbox-wallet-app/backend/coins/eth/erc20=/Users/schjonhaug/Library/Caches/go-build/1c/1c3b05e951aac7267ce3d9342e7ee5b9870bc5d84458837dc245eb34a6ae2f91-d
packagefile github.com/digitalbitbox/bitbox-wallet-app/backend/coins/eth/etherscan=/Users/schjonhaug/Library/Caches/go-build/ad/ad4ee934a7ccd6ef4ec7b7e8b1372b47a7cf69c91d6f44e5a52caa0ac5c78577-d
packagefile github.com/digitalbitbox/bitbox-wallet-app/backend/coins/ltc=/Users/schjonhaug/Library/Caches/go-build/62/626b566fef45b3a98090cae6788a2a92fc293ef7abe640b6e76a9d703959cb90-d
packagefile github.com/digitalbitbox/bitbox-wallet-app/backend/config=/Users/schjonhaug/Library/Caches/go-build/84/84f7acd9cb2e17749875e8846a459d6ce09f9c4bc1bf48e4226c1b57c989259b-d
packagefile github.com/digitalbitbox/bitbox-wallet-app/backend/devices/device/event=/Users/schjonhaug/Library/Caches/go-build/dd/dd0a4641f5fa84cef159ec16db1eaeb7879842532984147d9b02123fccb88b28-d
packagefile github.com/digitalbitbox/bitbox-wallet-app/backend/keystore=/Users/schjonhaug/Library/Caches/go-build/77/7742aa5f94443385d9a188662f32aeed21290cbeb2a7d78edc8a3e0f604295bd-d
packagefile github.com/digitalbitbox/bitbox-wallet-app/backend/keystore/software=/Users/schjonhaug/Library/Caches/go-build/e0/e02509a1d1302386b7c1aa7b7b6cbc307cf6e103e75b269f326887266fa3bade-d
packagefile github.com/digitalbitbox/bitbox-wallet-app/backend/rates=/Users/schjonhaug/Library/Caches/go-build/55/550b28efd45949bc6b38796eea23ed63bffdfa78e8d83b7a6cb8b55f6d0d0b3b-d
packagefile github.com/digitalbitbox/bitbox-wallet-app/backend/signing=/Users/schjonhaug/Library/Caches/go-build/c1/c18174e47cd48cab1b96137a192a47e9143a1bfcf1ec4504de92fb913eea9e2f-d
packagefile github.com/digitalbitbox/bitbox-wallet-app/util/locker=/Users/schjonhaug/Library/Caches/go-build/a8/a8719e2012312aa80c3cfd3e935917131f96376c63e5d2c0516ad6fcc126fee7-d
packagefile github.com/digitalbitbox/bitbox-wallet-app/util/ratelimit=/Users/schjonhaug/Library/Caches/go-build/c2/c26217c2ea938d86f4fa54acbf143e4cb2f087a19fa516be4674846e4ab63213-d
packagefile github.com/digitalbitbox/bitbox02-api-go/api/firmware=/Users/schjonhaug/Library/Caches/go-build/b9/b98484fc5d0392e1af6823567c280dc4c26888ababdb9e147fa990975ea60978-d
packagefile github.com/ethereum/go-ethereum/params=/Users/schjonhaug/Library/Caches/go-build/6a/6accb8c8f4dd536b72c842b851e128afee580febeb69127484d34c9f85ca91f3-d
packagefile math/big=/usr/local/opt/go/libexec/pkg/darwin_amd64/math/big.a
packagefile net/url=/usr/local/opt/go/libexec/pkg/darwin_amd64/net/url.a
packagefile path=/usr/local/opt/go/libexec/pkg/darwin_amd64/path.a
packagefile encoding/base64=/usr/local/opt/go/libexec/pkg/darwin_amd64/encoding/base64.a
packagefile encoding/csv=/usr/local/opt/go/libexec/pkg/darwin_amd64/encoding/csv.a
packagefile github.com/digitalbitbox/bitbox-wallet-app/backend/coins/btc/handlers=/Users/schjonhaug/Library/Caches/go-build/74/74cb5227a7def8faf7932603c30b5efe8f5c573462c3d97c6b60fd64ceb033b5-d
packagefile github.com/digitalbitbox/bitbox-wallet-app/backend/devices/bitbox/handlers=/Users/schjonhaug/Library/Caches/go-build/ee/ee7887576be8f4e02fc318dd984ab5eee2fcf8d7863f2ee214340dbfb16dde0d-d
packagefile github.com/digitalbitbox/bitbox-wallet-app/backend/devices/bitbox02/handlers=/Users/schjonhaug/Library/Caches/go-build/e3/e32a9efa0daeb71eabf634f10b392cf01048009f2ea4391653362b14d38cb913-d
packagefile github.com/digitalbitbox/bitbox-wallet-app/backend/devices/bitbox02bootloader/handlers=/Users/schjonhaug/Library/Caches/go-build/f2/f20f70f6e2676baa87723cef539ebc17b21f435a6a57285e62d02ab3a4278d17-d
packagefile github.com/digitalbitbox/bitbox-wallet-app/backend/exchanges=/Users/schjonhaug/Library/Caches/go-build/87/870db1a28206b506e4864731b13452ac3828b972fc13eabc20fdf0a1b7ec1366-d
packagefile github.com/gorilla/mux=/Users/schjonhaug/Library/Caches/go-build/9e/9e0e1d59ac662a16952967341d9cac4fcccf6176dea944c2ec322dc4e4001fc5-d
packagefile github.com/gorilla/websocket=$WORK/b233/_pkg_.a
packagefile github.com/skip2/go-qrcode=/Users/schjonhaug/Library/Caches/go-build/d5/d5021e19eb7bd93be9cffb89ea68285d9ca62c31d6fb47f0267ace095e8ec048-d
packagefile io/ioutil=/usr/local/opt/go/libexec/pkg/darwin_amd64/io/ioutil.a
packagefile crypto/rand=/usr/local/opt/go/libexec/pkg/darwin_amd64/crypto/rand.a
packagefile bufio=/usr/local/opt/go/libexec/pkg/darwin_amd64/bufio.a
packagefile compress/gzip=/usr/local/opt/go/libexec/pkg/darwin_amd64/compress/gzip.a
packagefile container/list=/usr/local/opt/go/libexec/pkg/darwin_amd64/container/list.a
packagefile context=/usr/local/opt/go/libexec/pkg/darwin_amd64/context.a
packagefile crypto/tls=$WORK/b132/_pkg_.a
packagefile encoding/binary=/usr/local/opt/go/libexec/pkg/darwin_amd64/encoding/binary.a
packagefile vendor/golang.org/x/net/http/httpguts=$WORK/b141/_pkg_.a
packagefile vendor/golang.org/x/net/http/httpproxy=$WORK/b148/_pkg_.a
packagefile vendor/golang.org/x/net/http2/hpack=/usr/local/opt/go/libexec/pkg/darwin_amd64/vendor/golang.org/x/net/http2/hpack.a
packagefile vendor/golang.org/x/net/idna=/usr/local/opt/go/libexec/pkg/darwin_amd64/vendor/golang.org/x/net/idna.a
packagefile log=/usr/local/opt/go/libexec/pkg/darwin_amd64/log.a
packagefile math/rand=/usr/local/opt/go/libexec/pkg/darwin_amd64/math/rand.a
packagefile mime=/usr/local/opt/go/libexec/pkg/darwin_amd64/mime.a
packagefile mime/multipart=/usr/local/opt/go/libexec/pkg/darwin_amd64/mime/multipart.a
packagefile net=$WORK/b063/_pkg_.a
packagefile net/http/httptrace=$WORK/b153/_pkg_.a
packagefile net/http/internal=/usr/local/opt/go/libexec/pkg/darwin_amd64/net/http/internal.a
packagefile net/http/internal/ascii=/usr/local/opt/go/libexec/pkg/darwin_amd64/net/http/internal/ascii.a
packagefile net/textproto=$WORK/b147/_pkg_.a
packagefile crypto/sha512=/usr/local/opt/go/libexec/pkg/darwin_amd64/crypto/sha512.a
packagefile embed=/usr/local/opt/go/libexec/pkg/darwin_amd64/embed.a
packagefile github.com/btcsuite/btcd/btcec=/Users/schjonhaug/Library/Caches/go-build/cb/cb519175b68613ff348945d3349417b596fb6b805d80f68211960ef18321e0a3-d
packagefile github.com/btcsuite/btcd/chaincfg/chainhash=/Users/schjonhaug/Library/Caches/go-build/c1/c123258ebe9a7f394c9ed523f38970257f8f74dfaa1c7c137b62e8f2a82db5fa-d
packagefile github.com/btcsuite/btcd/txscript=/Users/schjonhaug/Library/Caches/go-build/4e/4e622c13661f3938ca774ee4265d52bb04cb3278bf02607d5b54b30f473455ae-d
packagefile github.com/digitalbitbox/bitbox-wallet-app/backend/devices/bitbox/relay=/Users/schjonhaug/Library/Caches/go-build/61/6125a96f2d25397ecf896da3d8ed9760166c90f4ad9f2f570707880cdb726479-d
packagefile github.com/digitalbitbox/bitbox-wallet-app/util/crypto=/Users/schjonhaug/Library/Caches/go-build/da/dadea26ecd6d4b13ad4d9bed59d42076dfaa67ab59127bb45c05a860cf9f6b6c-d
packagefile github.com/ethereum/go-ethereum/common/math=/Users/schjonhaug/Library/Caches/go-build/dd/dda89f1736b5893522868bb2fa4a859d9b1f74dd0718b0d7eeb6ef14700c3be9-d
packagefile golang.org/x/crypto/pbkdf2=/Users/schjonhaug/Library/Caches/go-build/63/6309e82264e33117a062ed936a1f9a9701c554ae1e1738fdc302dff62cd5c04e-d
packagefile github.com/btcsuite/btcutil=$WORK/b085/_pkg_.a
packagefile github.com/digitalbitbox/bitbox-wallet-app/backend/coins/btc/util=/Users/schjonhaug/Library/Caches/go-build/fb/fbc04e0a9ed5a9a60ff9d8d4564798be0d3b0dcd84dcb0f80abc30f309ff4c55-d
packagefile github.com/digitalbitbox/bitbox02-api-go/api/firmware/messages=/Users/schjonhaug/Library/Caches/go-build/40/40afaaa58f0d51fb253ff7bf846b9fa0aa830e77c9ca7f3cb3d16b37e7e16fca-d
packagefile github.com/flynn/noise=/Users/schjonhaug/Library/Caches/go-build/95/958e6ba53ea59b277a92e42970005c8e338698614e8b44a569b4fb2db5341ef1-d
packagefile github.com/digitalbitbox/bitbox02-api-go/api/bootloader=/Users/schjonhaug/Library/Caches/go-build/bc/bc9638f01195766a9cfcb30cd2f6caf8da34aa997991a8c8d0c10b9203480f0a-d
packagefile golang.org/x/net/proxy=$WORK/b194/_pkg_.a
packagefile github.com/digitalbitbox/bitbox02-api-go/util/errp=/Users/schjonhaug/Library/Caches/go-build/16/1667c28c87d41948090fc5c1d64e20b2d59db0797923f86524ee211d4b1deec9-d
packagefile unicode/utf16=/usr/local/opt/go/libexec/pkg/darwin_amd64/unicode/utf16.a
packagefile golang.org/x/crypto/ssh/terminal=/Users/schjonhaug/Library/Caches/go-build/ea/ea3c03e38ade02ea2b878c1c077ac9685f6ab0f7d3eaa9500d0d47c5e110f768-d
packagefile regexp/syntax=/usr/local/opt/go/libexec/pkg/darwin_amd64/regexp/syntax.a
packagefile encoding=/usr/local/opt/go/libexec/pkg/darwin_amd64/encoding.a
packagefile github.com/btcsuite/btcd/wire=$WORK/b054/_pkg_.a
packagefile crypto/hmac=/usr/local/opt/go/libexec/pkg/darwin_amd64/crypto/hmac.a
packagefile github.com/btcsuite/btcutil/base58=/Users/schjonhaug/Library/Caches/go-build/bc/bc9e4f8c593fe02f18f28610713b17259b7702419b178c0af1b8918474128d78-d
packagefile hash/fnv=/usr/local/opt/go/libexec/pkg/darwin_amd64/hash/fnv.a
packagefile github.com/digitalbitbox/bitbox-wallet-app/backend/accounts/notes=/Users/schjonhaug/Library/Caches/go-build/02/02be6ca2c41780091e6529fec8f58738d2eb15efdf2fcae9ae82cdca64783c05-d
packagefile github.com/digitalbitbox/bitbox-wallet-app/backend/coins/btc/synchronizer=/Users/schjonhaug/Library/Caches/go-build/0b/0b80d035cab26cc476a07731b5e25ffc4dde4991f67b362f037b1c8d921ceaad-d
packagefile github.com/btcsuite/btcutil/txsort=/Users/schjonhaug/Library/Caches/go-build/e0/e0627c4e22214e0d5629a06f59da075528d10cacda27bba2fac10e83c759bfee-d
packagefile github.com/digitalbitbox/bitbox-wallet-app/backend/coins/btc/addresses=/Users/schjonhaug/Library/Caches/go-build/d6/d696d9f888209b90d8201092f2379350b5116baba039782df2d19e134e3e06be-d
packagefile github.com/digitalbitbox/bitbox-wallet-app/backend/coins/btc/blockchain=/Users/schjonhaug/Library/Caches/go-build/1b/1b2dc4145a5ca925536c4f401de4bfae2e80bcfa316fac663080322bd004417b-d
packagefile github.com/digitalbitbox/bitbox-wallet-app/backend/coins/btc/db/headersdb=/Users/schjonhaug/Library/Caches/go-build/c3/c3f1039a5a123df5cf2427f649ce2fc09a5981f545badcc8184d8fd97a19f11b-d
packagefile github.com/digitalbitbox/bitbox-wallet-app/backend/coins/btc/db/transactionsdb=/Users/schjonhaug/Library/Caches/go-build/b3/b3227481bc40c1c2b8d95f1ef7c4f38e6cdc0fa63a22ae48ac39a9223469707f-d
packagefile github.com/digitalbitbox/bitbox-wallet-app/backend/coins/btc/headers=/Users/schjonhaug/Library/Caches/go-build/69/69816cbeeaeef07ae20ab9e1657d84f56a9bbe19a9f7d964e01ceda6225a0fd7-d
packagefile github.com/digitalbitbox/bitbox-wallet-app/backend/coins/btc/maketx=/Users/schjonhaug/Library/Caches/go-build/a2/a20c0427e7f0885c959f4b1495714692b3eea72c803e5e7e923418b628dd1f49-d
packagefile github.com/digitalbitbox/bitbox-wallet-app/backend/coins/btc/transactions=/Users/schjonhaug/Library/Caches/go-build/dd/ddc62aefb22ab5c2d95f37121b431884910349bf1a4cce0d41048e1f15150693-d
packagefile crypto/x509=$WORK/b086/_pkg_.a
packagefile encoding/pem=/usr/local/opt/go/libexec/pkg/darwin_amd64/encoding/pem.a
packagefile github.com/digitalbitbox/bitbox-wallet-app/backend/coins/btc/electrum/client=/Users/schjonhaug/Library/Caches/go-build/b9/b9f30ff7268cc0afcd0ece7226fe9dafaa3ba1f824ab7259a2a4b00526a8c1e0-d
packagefile github.com/digitalbitbox/bitbox-wallet-app/util/jsonrpc=/Users/schjonhaug/Library/Caches/go-build/90/901dea799c542b6c951af36d86d7da0bb17c84050c82f5693d1178174eae3e1c-d
packagefile github.com/digitalbitbox/bitbox-wallet-app/backend/coins/eth/db=/Users/schjonhaug/Library/Caches/go-build/db/db8864d64224c7432dfa2b55641d9f2d14c44f7ca252f2e9b6b56b4cf4d66d4c-d
packagefile github.com/digitalbitbox/bitbox-wallet-app/backend/coins/eth/rpcclient=$WORK/b248/_pkg_.a
packagefile github.com/digitalbitbox/bitbox-wallet-app/backend/coins/eth/types=/Users/schjonhaug/Library/Caches/go-build/50/503e7ea0fb9626a8ea3a78765ec93965c7385d37ae034bca511ef3070c5d3d96-d
packagefile github.com/ethereum/go-ethereum=/Users/schjonhaug/Library/Caches/go-build/49/49ec4eebeb16cf74a1de7340487770a4c62be50a2a6496cd4eca68f8df84a547-d
packagefile github.com/ethereum/go-ethereum/accounts/abi=/Users/schjonhaug/Library/Caches/go-build/f0/f020aeeb7165df626bd5bb0018450a33b3a48893eeae7f37747ba6b657f3069b-d
packagefile github.com/ethereum/go-ethereum/accounts/abi/bind=/Users/schjonhaug/Library/Caches/go-build/a0/a00cb0eac7b519f51242de328e48348c61c6a79afbbac25ad6a7d44f5b7f1dea-d
packagefile github.com/ethereum/go-ethereum/common=/Users/schjonhaug/Library/Caches/go-build/14/14615c13dcd20b1dc3c4a336febc705472090872de0d79f23845178454e07897-d
packagefile github.com/ethereum/go-ethereum/core/types=/Users/schjonhaug/Library/Caches/go-build/58/58458b3b06178d2e450dbb84977b6ee1d5d168d606f4821087f135d539bb6e67-d
packagefile github.com/ethereum/go-ethereum/crypto=$WORK/b211/_pkg_.a
packagefile github.com/ethereum/go-ethereum/event=/Users/schjonhaug/Library/Caches/go-build/ee/eed8d4bdb6e6cbd85f9327647f39445728d9496a749a984ee79e136eaa630b2c-d
packagefile github.com/ethereum/go-ethereum/common/hexutil=/Users/schjonhaug/Library/Caches/go-build/b9/b98fa105d3976932ceed707bfb1d94bf60f61e0a2d37ef19b14f3e57560969f1-d
packagefile github.com/ethereum/go-ethereum/rlp=/Users/schjonhaug/Library/Caches/go-build/07/07f50b1ad10228dc12f3a460e3c6c1f5757125c7f37bff50ad8bd492fa86dad5-d
packagefile crypto/sha256=/usr/local/opt/go/libexec/pkg/darwin_amd64/crypto/sha256.a
packagefile crypto/ecdsa=/usr/local/opt/go/libexec/pkg/darwin_amd64/crypto/ecdsa.a
packagefile crypto/elliptic=/usr/local/opt/go/libexec/pkg/darwin_amd64/crypto/elliptic.a
packagefile encoding/base32=/usr/local/opt/go/libexec/pkg/darwin_amd64/encoding/base32.a
packagefile github.com/golang/protobuf/proto=/Users/schjonhaug/Library/Caches/go-build/ae/ae2885169ca9539b74d877f6a023c0c2e1c5813c12c67dae3734d8bcbdd181c1-d
packagefile golang.org/x/crypto/sha3=/Users/schjonhaug/Library/Caches/go-build/db/dbd68736819025d19e0a4fef887f29dd00a7f68f914b15b421c30a3c286d3f3e-d
packagefile compress/flate=/usr/local/opt/go/libexec/pkg/darwin_amd64/compress/flate.a
packagefile crypto/sha1=/usr/local/opt/go/libexec/pkg/darwin_amd64/crypto/sha1.a
packagefile github.com/skip2/go-qrcode/bitset=/Users/schjonhaug/Library/Caches/go-build/ea/eaf24f180c939b50005d7dac7a3a3792da751e2fd20b1b76d37f49325faf3bcf-d
packagefile github.com/skip2/go-qrcode/reedsolomon=/Users/schjonhaug/Library/Caches/go-build/eb/eb7d7a8b592b8187843ea8fe628a2deb5438f1f0707d064d0740137c2c52f1d7-d
packagefile image=/usr/local/opt/go/libexec/pkg/darwin_amd64/image.a
packagefile image/color=/usr/local/opt/go/libexec/pkg/darwin_amd64/image/color.a
packagefile image/png=/usr/local/opt/go/libexec/pkg/darwin_amd64/image/png.a
packagefile crypto/aes=/usr/local/opt/go/libexec/pkg/darwin_amd64/crypto/aes.a
packagefile crypto/cipher=/usr/local/opt/go/libexec/pkg/darwin_amd64/crypto/cipher.a
packagefile hash/crc32=/usr/local/opt/go/libexec/pkg/darwin_amd64/hash/crc32.a
packagefile crypto=/usr/local/opt/go/libexec/pkg/darwin_amd64/crypto.a
packagefile crypto/des=/usr/local/opt/go/libexec/pkg/darwin_amd64/crypto/des.a
packagefile crypto/ed25519=/usr/local/opt/go/libexec/pkg/darwin_amd64/crypto/ed25519.a
packagefile crypto/md5=/usr/local/opt/go/libexec/pkg/darwin_amd64/crypto/md5.a
packagefile crypto/rc4=/usr/local/opt/go/libexec/pkg/darwin_amd64/crypto/rc4.a
packagefile crypto/rsa=/usr/local/opt/go/libexec/pkg/darwin_amd64/crypto/rsa.a
packagefile crypto/subtle=/usr/local/opt/go/libexec/pkg/darwin_amd64/crypto/subtle.a
packagefile vendor/golang.org/x/crypto/chacha20poly1305=/usr/local/opt/go/libexec/pkg/darwin_amd64/vendor/golang.org/x/crypto/chacha20poly1305.a
packagefile vendor/golang.org/x/crypto/cryptobyte=/usr/local/opt/go/libexec/pkg/darwin_amd64/vendor/golang.org/x/crypto/cryptobyte.a
packagefile vendor/golang.org/x/crypto/curve25519=/usr/local/opt/go/libexec/pkg/darwin_amd64/vendor/golang.org/x/crypto/curve25519.a
packagefile vendor/golang.org/x/crypto/hkdf=/usr/local/opt/go/libexec/pkg/darwin_amd64/vendor/golang.org/x/crypto/hkdf.a
packagefile hash=/usr/local/opt/go/libexec/pkg/darwin_amd64/hash.a
packagefile vendor/golang.org/x/text/secure/bidirule=/usr/local/opt/go/libexec/pkg/darwin_amd64/vendor/golang.org/x/text/secure/bidirule.a
packagefile vendor/golang.org/x/text/unicode/bidi=/usr/local/opt/go/libexec/pkg/darwin_amd64/vendor/golang.org/x/text/unicode/bidi.a
packagefile vendor/golang.org/x/text/unicode/norm=/usr/local/opt/go/libexec/pkg/darwin_amd64/vendor/golang.org/x/text/unicode/norm.a
packagefile mime/quotedprintable=/usr/local/opt/go/libexec/pkg/darwin_amd64/mime/quotedprintable.a
packagefile vendor/golang.org/x/net/dns/dnsmessage=/usr/local/opt/go/libexec/pkg/darwin_amd64/vendor/golang.org/x/net/dns/dnsmessage.a
packagefile vendor/golang.org/x/net/route=/usr/local/opt/go/libexec/pkg/darwin_amd64/vendor/golang.org/x/net/route.a
packagefile internal/nettrace=/usr/local/opt/go/libexec/pkg/darwin_amd64/internal/nettrace.a
packagefile internal/singleflight=/usr/local/opt/go/libexec/pkg/darwin_amd64/internal/singleflight.a
packagefile compress/zlib=/usr/local/opt/go/libexec/pkg/darwin_amd64/compress/zlib.a
packagefile github.com/btcsuite/btclog=/Users/schjonhaug/Library/Caches/go-build/84/846007660b21acc6d752634fb84dde5c3331653b64aed2a4321052a6d8410029-d
packagefile golang.org/x/crypto/ripemd160=/Users/schjonhaug/Library/Caches/go-build/03/03a2b99dd5d72da77e3d24529df99226a7b5c1934af0021854d7cb65c185331a-d
packagefile crypto/x509/pkix=/usr/local/opt/go/libexec/pkg/darwin_amd64/crypto/x509/pkix.a
packagefile github.com/btcsuite/btcutil/bech32=/Users/schjonhaug/Library/Caches/go-build/53/53e53d5365879ad3731e110889d4da2d33efc7dc2a0e3ded4b91e8c8c8db7bbe-d
packagefile os/user=$WORK/b102/_pkg_.a
packagefile golang.org/x/crypto/blake2b=/Users/schjonhaug/Library/Caches/go-build/9d/9d04821556fbe00eace7a14b5c53b1bb6c66f33f8f57152b83d22bf28bf20dd6-d
packagefile golang.org/x/crypto/blake2s=/Users/schjonhaug/Library/Caches/go-build/e9/e90046504c07a2e8b7c7216d32ec1b80bbf4e393d89831f025c18c605d3da3d7-d
packagefile golang.org/x/crypto/chacha20poly1305=/Users/schjonhaug/Library/Caches/go-build/ff/ff918c9869f463fcf2a4a46ca0f57bfa2660ea399dc000d4c972af1e77b35f3d-d
packagefile golang.org/x/crypto/curve25519=/Users/schjonhaug/Library/Caches/go-build/dd/ddac4cc89f2b9b7db4de68b92a677a9fc1d033a16345269dac1e2b00ec5a3a62-d
packagefile golang.org/x/net/internal/socks=$WORK/b195/_pkg_.a
packagefile golang.org/x/term=/Users/schjonhaug/Library/Caches/go-build/a9/a9b6463649984f5a2cdc76d949d25dd7c2a81b8dd96a222a1dcf352d7f18e97a-d
packagefile github.com/btcsuite/btcd/blockchain=/Users/schjonhaug/Library/Caches/go-build/e8/e8138dfb7c52d6595ef344ef399b44b13a6dfe3f593b9aa9ebbabc9e72f511b6-d
packagefile golang.org/x/crypto/scrypt=/Users/schjonhaug/Library/Caches/go-build/99/996ce04ab9358ce79c34fce374bf9b7971a04428f158f8c01548d7629181787a-d
packagefile github.com/btcsuite/btcd/mempool=/Users/schjonhaug/Library/Caches/go-build/60/6063eb068e2b562d21b05d55a0fdf47227a74529577af440677186cda8742583-d
packagefile crypto/dsa=/usr/local/opt/go/libexec/pkg/darwin_amd64/crypto/dsa.a
packagefile crypto/x509/internal/macos=/usr/local/opt/go/libexec/pkg/darwin_amd64/crypto/x509/internal/macos.a
packagefile encoding/asn1=/usr/local/opt/go/libexec/pkg/darwin_amd64/encoding/asn1.a
packagefile vendor/golang.org/x/crypto/cryptobyte/asn1=/usr/local/opt/go/libexec/pkg/darwin_amd64/vendor/golang.org/x/crypto/cryptobyte/asn1.a
packagefile github.com/ethereum/go-ethereum/ethclient=$WORK/b249/_pkg_.a
packagefile github.com/ethereum/go-ethereum/rpc=$WORK/b224/_pkg_.a
packagefile github.com/ethereum/go-ethereum/accounts=/Users/schjonhaug/Library/Caches/go-build/6f/6f2779c994f445c174d4518c441c38ce35c9f26d56274abda94a65e3f5185100-d
packagefile github.com/ethereum/go-ethereum/accounts/external=$WORK/b220/_pkg_.a
packagefile github.com/ethereum/go-ethereum/accounts/keystore=$WORK/b235/_pkg_.a
packagefile github.com/ethereum/go-ethereum/log=$WORK/b221/_pkg_.a
packagefile go/format=/usr/local/opt/go/libexec/pkg/darwin_amd64/go/format.a
packagefile text/template=/usr/local/opt/go/libexec/pkg/darwin_amd64/text/template.a
packagefile database/sql/driver=/usr/local/opt/go/libexec/pkg/darwin_amd64/database/sql/driver.a
packagefile container/heap=/usr/local/opt/go/libexec/pkg/darwin_amd64/container/heap.a
packagefile github.com/ethereum/go-ethereum/crypto/secp256k1=$WORK/b212/_pkg_.a
packagefile github.com/ethereum/go-ethereum/common/mclock=/Users/schjonhaug/Library/Caches/go-build/5c/5c57edb0cb9cfa28171982b227d4e34162e1aebd5c25afa5e9208d3202fa9d14-d
packagefile crypto/internal/randutil=/usr/local/opt/go/libexec/pkg/darwin_amd64/crypto/internal/randutil.a
packagefile crypto/elliptic/internal/fiat=/usr/local/opt/go/libexec/pkg/darwin_amd64/crypto/elliptic/internal/fiat.a
packagefile google.golang.org/protobuf/encoding/prototext=/Users/schjonhaug/Library/Caches/go-build/aa/aa65294f3da457f20d68aded68471f1065c52442a018c262c05cda35049cac9e-d
packagefile google.golang.org/protobuf/encoding/protowire=/Users/schjonhaug/Library/Caches/go-build/60/60e7331f8e2933ea40f179bb4a67c6df681831148ccf15f52b4cacb84795e447-d
packagefile google.golang.org/protobuf/proto=/Users/schjonhaug/Library/Caches/go-build/20/2086408a5ae220127b8cf2944b983733a1caa90491ad358913a2bd2e57e97194-d
packagefile google.golang.org/protobuf/reflect/protoreflect=/Users/schjonhaug/Library/Caches/go-build/d7/d7657fca39238c73a8bc7abad1f1fc97c44c5e5df341c370327324cea3b3ce39-d
packagefile google.golang.org/protobuf/reflect/protoregistry=/Users/schjonhaug/Library/Caches/go-build/32/3250a370f1e2d517482e8eaf000658ea0be5586bd1e1b2a2f385aa2622bb2cad-d
packagefile google.golang.org/protobuf/runtime/protoiface=/Users/schjonhaug/Library/Caches/go-build/c5/c55a54eeaadcf35a849f9eb5ce2e813b19159080977a9a80bbbfb76abbab8165-d
packagefile google.golang.org/protobuf/runtime/protoimpl=/Users/schjonhaug/Library/Caches/go-build/b7/b74228736284cd9f49540ab27d53b91149538b5e485cbc18597de6df962d66f0-d
packagefile crypto/internal/subtle=/usr/local/opt/go/libexec/pkg/darwin_amd64/crypto/internal/subtle.a
packagefile crypto/ed25519/internal/edwards25519=/usr/local/opt/go/libexec/pkg/darwin_amd64/crypto/ed25519/internal/edwards25519.a
packagefile vendor/golang.org/x/crypto/chacha20=/usr/local/opt/go/libexec/pkg/darwin_amd64/vendor/golang.org/x/crypto/chacha20.a
packagefile vendor/golang.org/x/crypto/internal/subtle=/usr/local/opt/go/libexec/pkg/darwin_amd64/vendor/golang.org/x/crypto/internal/subtle.a
packagefile vendor/golang.org/x/crypto/poly1305=/usr/local/opt/go/libexec/pkg/darwin_amd64/vendor/golang.org/x/crypto/poly1305.a
packagefile vendor/golang.org/x/sys/cpu=/usr/local/opt/go/libexec/pkg/darwin_amd64/vendor/golang.org/x/sys/cpu.a
packagefile vendor/golang.org/x/text/transform=/usr/local/opt/go/libexec/pkg/darwin_amd64/vendor/golang.org/x/text/transform.a
packagefile hash/adler32=/usr/local/opt/go/libexec/pkg/darwin_amd64/hash/adler32.a
packagefile golang.org/x/sys/cpu=/Users/schjonhaug/Library/Caches/go-build/00/00ba38a8c7355ab9e25ba969443a8cdfb187a76f22ad0b08d7951bf96ecd6828-d
packagefile golang.org/x/crypto/chacha20=/Users/schjonhaug/Library/Caches/go-build/52/52c19fabdd5aeda4b9105018a11958d4f1f6af1a69f7dbc18d92f451c1c5acc5-d
packagefile golang.org/x/crypto/internal/subtle=/Users/schjonhaug/Library/Caches/go-build/b4/b419ae5184762139133a78877ac15d028eb401febf0042874f4a6094512e5bc7-d
packagefile golang.org/x/crypto/poly1305=/Users/schjonhaug/Library/Caches/go-build/06/06e8fcc63ba0be98202793cc556601eb800175c116f427bf2a58d0035abc6e70-d
packagefile golang.org/x/sys/unix=/Users/schjonhaug/Library/Caches/go-build/9a/9af8b0fafb11832e014e3a22bab7527f31a1b96eb347f6a764b4e626b298c946-d
packagefile github.com/btcsuite/btcd/database=/Users/schjonhaug/Library/Caches/go-build/9b/9b40d650c535620e251db4eb6b6bc488369f67b7a065350225b438ede6030a66-d
packagefile github.com/btcsuite/btcd/blockchain/indexers=/Users/schjonhaug/Library/Caches/go-build/48/486835f37a55da8bbe20e713abd048963c90e0d1d3d58a87934f0b234e0deb46-d
packagefile github.com/btcsuite/btcd/btcjson=/Users/schjonhaug/Library/Caches/go-build/dd/dde5146fdbf47f4c35bb86f243cca1d2071ea1f0d9efef701e413b3c68a710a8-d
packagefile github.com/btcsuite/btcd/mining=/Users/schjonhaug/Library/Caches/go-build/de/de560126331db768a913949507b427c7daffb1ff8a55fff29d4d339f148eee5e-d
packagefile github.com/deckarep/golang-set=/Users/schjonhaug/Library/Caches/go-build/18/18eedbc6f3ee9c91b25cb9e4cc554bc56a648b0e0a851b25fa38d00959d5128d-d
packagefile github.com/ethereum/go-ethereum/metrics=$WORK/b226/_pkg_.a
packagefile github.com/ethereum/go-ethereum/p2p/netutil=$WORK/b232/_pkg_.a
packagefile github.com/ethereum/go-ethereum/signer/core/apitypes=/Users/schjonhaug/Library/Caches/go-build/04/04792f6a3ab5562620055dd5d1e514c5539f7287777caa95f97965b9ae025e9e-d
packagefile github.com/google/uuid=$WORK/b236/_pkg_.a
packagefile github.com/rjeczalik/notify=$WORK/b237/_pkg_.a
packagefile github.com/go-stack/stack=/Users/schjonhaug/Library/Caches/go-build/34/34d388b55b3492fefc3a62feff5bda5affd09b25f8a3af9766b9e08c0c8014cb-d
packagefile log/syslog=$WORK/b223/_pkg_.a
packagefile go/ast=/usr/local/opt/go/libexec/pkg/darwin_amd64/go/ast.a
packagefile go/parser=/usr/local/opt/go/libexec/pkg/darwin_amd64/go/parser.a
packagefile go/printer=/usr/local/opt/go/libexec/pkg/darwin_amd64/go/printer.a
packagefile go/token=/usr/local/opt/go/libexec/pkg/darwin_amd64/go/token.a
packagefile text/template/parse=/usr/local/opt/go/libexec/pkg/darwin_amd64/text/template/parse.a
packagefile google.golang.org/protobuf/internal/encoding/messageset=/Users/schjonhaug/Library/Caches/go-build/d0/d042d72fbd9555eab870f817cc490c43e61e5d4496bc7fa1a3b8ec9a4f77b4cd-d
packagefile google.golang.org/protobuf/internal/encoding/text=/Users/schjonhaug/Library/Caches/go-build/2d/2db5ab3204d786e42930715e8ccbc18760ace963e66c36b118e8331a69ada82a-d
packagefile google.golang.org/protobuf/internal/errors=/Users/schjonhaug/Library/Caches/go-build/df/df7378a809658c2ec5c8198aa09b454d998200ada0bf1b0b1d52b2aae35cb3df-d
packagefile google.golang.org/protobuf/internal/fieldnum=/Users/schjonhaug/Library/Caches/go-build/e9/e90765dcbe113e3553eb7f7fffe1c68165440a3a467a977334a46dc2ae604c08-d
packagefile google.golang.org/protobuf/internal/flags=/Users/schjonhaug/Library/Caches/go-build/46/46fcb52e9bd07395d3b5e7f8b55fd27b6e2e5fba14466d5d1ecf8147ee7cab39-d
packagefile google.golang.org/protobuf/internal/mapsort=/Users/schjonhaug/Library/Caches/go-build/7e/7e1b57e984eb3fbeba06017bebb36e163a51ef706d3410d3dc21603d110ee487-d
packagefile google.golang.org/protobuf/internal/pragma=/Users/schjonhaug/Library/Caches/go-build/73/738ca6b990b68842a08d781ef9910fd36b158e92be6001f24b6138f7859d0278-d
packagefile google.golang.org/protobuf/internal/set=/Users/schjonhaug/Library/Caches/go-build/6a/6a07458078de90aa4d93943d6ee8b2ff937ebf1f3fd02bff6b8a1cd4dc09315b-d
packagefile google.golang.org/protobuf/internal/strs=/Users/schjonhaug/Library/Caches/go-build/90/9060bf0079cd16154b6f6c5a86b0cec737a6ee2d62370d0940c285b1fd1872dd-d
packagefile google.golang.org/protobuf/internal/fieldsort=/Users/schjonhaug/Library/Caches/go-build/5c/5c52759e29b3983e7d97d3036eea84d2bbe278f1a28b551ed86c08929cf8541a-d
packagefile google.golang.org/protobuf/internal/filedesc=/Users/schjonhaug/Library/Caches/go-build/d6/d69f5d8e77cd5e615720f6394ac0dbe98f60823de653b1a2369d73dc3107d1d0-d
packagefile google.golang.org/protobuf/internal/filetype=/Users/schjonhaug/Library/Caches/go-build/97/973db1264a6fbef53ebe7dbb4e4eb49eabde1c37a98372f72da3d39db6bbe09a-d
packagefile google.golang.org/protobuf/internal/impl=/Users/schjonhaug/Library/Caches/go-build/c7/c7a2e5e8f0cc0dd3fa9a453cb09bcf2830135ec3fccb7d6dec7c5aef360118af-d
packagefile google.golang.org/protobuf/internal/version=/Users/schjonhaug/Library/Caches/go-build/74/74d31eeb00e24bd42c2a4788ec5541bcc258f63062dbc5202a2d89481d7f1842-d
packagefile crypto/ed25519/internal/edwards25519/field=/usr/local/opt/go/libexec/pkg/darwin_amd64/crypto/ed25519/internal/edwards25519/field.a
packagefile golang.org/x/sys/internal/unsafeheader=/Users/schjonhaug/Library/Caches/go-build/67/67201437392d0ad0e47ed40223d9674ee08f669c2ec4c4234bfa37d8addb4332-d
packagefile github.com/btcsuite/btcutil/gcs=/Users/schjonhaug/Library/Caches/go-build/2f/2f8fb70755a1f22adaccffb7d344fbf035993db51b8e25b3b623a1769d22d96c-d
packagefile github.com/btcsuite/btcutil/gcs/builder=/Users/schjonhaug/Library/Caches/go-build/bc/bcc763e907b3bde04e41239c35f19c1b2840dede89bcc4ddeb4cf48224321f87-d
packagefile text/tabwriter=/usr/local/opt/go/libexec/pkg/darwin_amd64/text/tabwriter.a
packagefile github.com/shirou/gopsutil/cpu=$WORK/b227/_pkg_.a
packagefile runtime/pprof=/usr/local/opt/go/libexec/pkg/darwin_amd64/runtime/pprof.a
packagefile go/scanner=/usr/local/opt/go/libexec/pkg/darwin_amd64/go/scanner.a
packagefile go/internal/typeparams=/usr/local/opt/go/libexec/pkg/darwin_amd64/go/internal/typeparams.a
packagefile go/build/constraint=/usr/local/opt/go/libexec/pkg/darwin_amd64/go/build/constraint.a
packagefile google.golang.org/protobuf/internal/detrand=/Users/schjonhaug/Library/Caches/go-build/7b/7b0f67968b426dc19c54a47cc28eaae101f409e1bc33ad0d572dd083409b0d18-d
packagefile google.golang.org/protobuf/internal/descfmt=/Users/schjonhaug/Library/Caches/go-build/db/dbad09e20b81bc60285e8c11bf9123c5cddf470e0ee183602fe25f3ef659c5ba-d
packagefile google.golang.org/protobuf/internal/descopts=/Users/schjonhaug/Library/Caches/go-build/1a/1abe7f2209a53a432e4e61fb398d6c17029f8ac6052121b6ca5d8e0e1be2ca25-d
packagefile google.golang.org/protobuf/internal/encoding/defval=/Users/schjonhaug/Library/Caches/go-build/4d/4d0872e1c8c41c010aa6e0d907761819d2f4f4e8ca0ed5b494ed38c75174d117-d
packagefile google.golang.org/protobuf/internal/encoding/tag=/Users/schjonhaug/Library/Caches/go-build/20/20ef0d4a7e795c4cc0eb5b49965533af997a31b8fbd38b57a9659db30caf9082-d
packagefile google.golang.org/protobuf/internal/genname=/Users/schjonhaug/Library/Caches/go-build/2c/2c08eca068059fedda1f99ab741b6e71b06a3d9a3af32ee999c3610712b943df-d
packagefile github.com/aead/siphash=/Users/schjonhaug/Library/Caches/go-build/02/02cc9a6b8352bf4b7bb2340e3b5edcb028fc7456e934517aa2d50efbd6af47ef-d
packagefile github.com/kkdai/bstream=/Users/schjonhaug/Library/Caches/go-build/be/be7ca4333fb3dc47b7ff3c7832efd5c25db5126ba86bc1d0651a3c3e5ea1d6fa-d
packagefile github.com/shirou/gopsutil/internal/common=/Users/schjonhaug/Library/Caches/go-build/af/af43d3ab7b946b6148f9c2cbe641891a834dda595f0a9fd0bc4f4bfe1532c348-d
packagefile github.com/tklauser/go-sysconf=/Users/schjonhaug/Library/Caches/go-build/69/698f060336127f2cf815e9088c0f02955b0095b29b1944dd147dfe26e7224403-d
EOF
mkdir -p $WORK/b001/exe/
cd $WORK/b001/exe/
/usr/local/opt/go/libexec/pkg/tool/darwin_amd64/link -o libserver.so -importcfg $WORK/b001/importcfg.link -buildmode=c-shared -buildid=FP54ktCcYvapZBmlFbLA/ATKC4akr9gCeiPiiOGok/hmrbvbXbipAFIbTlfsxz/FP54ktCcYvapZBmlFbLA -s -extld=clang $WORK/b001/_pkg_.a
/usr/local/opt/go/libexec/pkg/tool/darwin_amd64/buildid -w $WORK/b001/exe/libserver.so # internal
mv $WORK/b001/_cgo_install.h libserver.h
mv $WORK/b001/exe/libserver.so libserver.so
rm -r $WORK/b001/
/Applications/Xcode.app/Contents/Developer/usr/bin/make base
mkdir build
./genassets.sh
./genassets.sh: line 26: rcc: command not found
<!DOCTYPE RCC><RCC version="1.0"><qresource>
<file alias="/index.html">../web/build//index.html</file>
<file alias="/asset-manifest.json">../web/build//asset-manifest.json</file>
<file alias="/static/css/main.6bd9fc59.css">../web/build//static/css/main.6bd9fc59.css</file>
<file alias="/static/css/main.6bd9fc59.css.map">../web/build//static/css/main.6bd9fc59.css.map</file>
<file alias="/static/js/main.e05aa8ce.js.LICENSE.txt">../web/build//static/js/main.e05aa8ce.js.LICENSE.txt</file>
<file alias="/static/js/main.e05aa8ce.js.map">../web/build//static/js/main.e05aa8ce.js.map</file>
<file alias="/static/js/459.1b0d5add.chunk.js.map">../web/build//static/js/459.1b0d5add.chunk.js.map</file>
<file alias="/static/js/909.925590b9.chunk.js">../web/build//static/js/909.925590b9.chunk.js</file>
<file alias="/static/js/459.1b0d5add.chunk.js.LICENSE.txt">../web/build//static/js/459.1b0d5add.chunk.js.LICENSE.txt</file>
<file alias="/static/js/459.1b0d5add.chunk.js">../web/build//static/js/459.1b0d5add.chunk.js</file>
<file alias="/static/js/main.e05aa8ce.js">../web/build//static/js/main.e05aa8ce.js</file>
<file alias="/static/media/settings-alt_disabled.055784c14297104891002914d3d9d124.svg">../web/build//static/media/settings-alt_disabled.055784c14297104891002914d3d9d124.svg</file>
<file alias="/static/media/bitbox-swisscross-logo.d373bd3ec82b6b7f8e6a816579006d4f.svg">../web/build//static/media/bitbox-swisscross-logo.d373bd3ec82b6b7f8e6a816579006d4f.svg</file>
<file alias="/static/media/exmo.4313871a7b60b6d60c35.png">../web/build//static/media/exmo.4313871a7b60b6d60c35.png</file>
<file alias="/static/media/xsats.8a7553b08794f0864f5c.png">../web/build//static/media/xsats.8a7553b08794f0864f5c.png</file>
<file alias="/static/media/dai-white.ed653599eece6c1dffdfe849f3276bbf.svg">../web/build//static/media/dai-white.ed653599eece6c1dffdfe849f3276bbf.svg</file>
<file alias="/static/media/myetherwallet.5e5cfd9d85fafa077797.png">../web/build//static/media/myetherwallet.5e5cfd9d85fafa077797.png</file>
<file alias="/static/media/info.5570eb74f7af80c39ded82ff837fe7d6.svg">../web/build//static/media/info.5570eb74f7af80c39ded82ff837fe7d6.svg</file>
<file alias="/static/media/bitdroplet.16f508d7d3c2b581780e.png">../web/build//static/media/bitdroplet.16f508d7d3c2b581780e.png</file>
<file alias="/static/media/google-play-badge.8833564637949d873144.png">../web/build//static/media/google-play-badge.8833564637949d873144.png</file>
<file alias="/static/media/sai-white.a44bf1dfe9981c99d453c23b24a17d51.svg">../web/build//static/media/sai-white.a44bf1dfe9981c99d453c23b24a17d51.svg</file>
<file alias="/static/media/localcryptos.7b91b5151fd6193bb382.png">../web/build//static/media/localcryptos.7b91b5151fd6193bb382.png</file>
<file alias="/static/media/bitcoin_suisse.018238aae11c9d2f9bc3.png">../web/build//static/media/bitcoin_suisse.018238aae11c9d2f9bc3.png</file>
<file alias="/static/media/bullbitcoin.d1d22e3c5db6bb34b284.png">../web/build//static/media/bullbitcoin.d1d22e3c5db6bb34b284.png</file>
<file alias="/static/media/kraken.f055ab3dff41e84e4616.png">../web/build//static/media/kraken.f055ab3dff41e84e4616.png</file>
<file alias="/static/media/tap.aa2a99bf16e318ad6e3d.png">../web/build//static/media/tap.aa2a99bf16e318ad6e3d.png</file>
<file alias="/static/media/dai-color.66ba5d4b39922cdcaa67595c9819610f.svg">../web/build//static/media/dai-color.66ba5d4b39922cdcaa67595c9819610f.svg</file>
<file alias="/static/media/wbtc-white.2b7491b8f2575c85dcab7b4480d5c878.svg">../web/build//static/media/wbtc-white.2b7491b8f2575c85dcab7b4480d5c878.svg</file>
<file alias="/static/media/usdc-color.638f13296eeeeb9b3c0bc8b165223b33.svg">../web/build//static/media/usdc-color.638f13296eeeeb9b3c0bc8b165223b33.svg</file>
<file alias="/static/media/menu.aa280421372b01d9438f7d585bba0019.svg">../web/build//static/media/menu.aa280421372b01d9438f7d585bba0019.svg</file>
<file alias="/static/media/link-color.4dde5f8b49db8107950db4007d19586f.svg">../web/build//static/media/link-color.4dde5f8b49db8107950db4007d19586f.svg</file>
<file alias="/static/media/hodlhodl.55623f98109fcc2a2948.png">../web/build//static/media/hodlhodl.55623f98109fcc2a2948.png</file>
<file alias="/static/media/ltc-color.2d663eb30ede99f651c6d56c7a106679.svg">../web/build//static/media/ltc-color.2d663eb30ede99f651c6d56c7a106679.svg</file>
<file alias="/static/media/eject.46d06bc5c61d24c0a62dd4b327d26c9e.svg">../web/build//static/media/eject.46d06bc5c61d24c0a62dd4b327d26c9e.svg</file>
<file alias="/static/media/bity.ecde99c2e5dc87f42d50.png">../web/build//static/media/bity.ecde99c2e5dc87f42d50.png</file>
<file alias="/static/media/riverfinancial.48ec91bb472ebe4478e5.png">../web/build//static/media/riverfinancial.48ec91bb472ebe4478e5.png</file>
<file alias="/static/media/bitbox-logo.95f908f70dfe571e5203dc2770ac9847.svg">../web/build//static/media/bitbox-logo.95f908f70dfe571e5203dc2770ac9847.svg</file>
<file alias="/static/media/btc-color.55e854b1f795720d6c4bd311b729dffe.svg">../web/build//static/media/btc-color.55e854b1f795720d6c4bd311b729dffe.svg</file>
<file alias="/static/media/link-white.c2fe4c2d29906b4ace7694c50f4ed977.svg">../web/build//static/media/link-white.c2fe4c2d29906b4ace7694c50f4ed977.svg</file>
<file alias="/static/media/zrx-white.711d21559257bb85f62c5bba30d30290.svg">../web/build//static/media/zrx-white.711d21559257bb85f62c5bba30d30290.svg</file>
<file alias="/static/media/copy.4c59a87d8f2757b74b85da7bc9ddf906.svg">../web/build//static/media/copy.4c59a87d8f2757b74b85da7bc9ddf906.svg</file>
<file alias="/static/media/shift-cryptosecurity-logo.476b26bbadafb9cb6ad15cba53fc5d3a.svg">../web/build//static/media/shift-cryptosecurity-logo.476b26bbadafb9cb6ad15cba53fc5d3a.svg</file>
<file alias="/static/media/arrow-down-active.cb22aef9066956b51b97e19ff9178a3c.svg">../web/build//static/media/arrow-down-active.cb22aef9066956b51b97e19ff9178a3c.svg</file>
<file alias="/static/media/alert-triangle.7d811c59c95392b9d92d813798e164ee.svg">../web/build//static/media/alert-triangle.7d811c59c95392b9d92d813798e164ee.svg</file>
<file alias="/static/media/paybtc.f1cdd9a629f280802bd2.svg">../web/build//static/media/paybtc.f1cdd9a629f280802bd2.svg</file>
<file alias="/static/media/luno.1e2bb9f794a47a289061.png">../web/build//static/media/luno.1e2bb9f794a47a289061.png</file>
<file alias="/static/media/bat-white.371d7f0cf6d5f3856793abc61d54f925.svg">../web/build//static/media/bat-white.371d7f0cf6d5f3856793abc61d54f925.svg</file>
<file alias="/static/media/hold.4fa4446eac50745ba1a4.png">../web/build//static/media/hold.4fa4446eac50745ba1a4.png</file>
<file alias="/static/media/oasis_dex.fb3b485da2462c331984.png">../web/build//static/media/oasis_dex.fb3b485da2462c331984.png</file>
<file alias="/static/media/bitbox02-stylized-reflection.fb9e2a3041a7aa34aafd.png">../web/build//static/media/bitbox02-stylized-reflection.fb9e2a3041a7aa34aafd.png</file>
<file alias="/static/media/aoppgroup.e4e17eba5c98abe7de1c29a20f33594d.svg">../web/build//static/media/aoppgroup.e4e17eba5c98abe7de1c29a20f33594d.svg</file>
<file alias="/static/media/coins.786970676f9a7a3a82dd6b5a8db3202e.svg">../web/build//static/media/coins.786970676f9a7a3a82dd6b5a8db3202e.svg</file>
<file alias="/static/media/external-link.2ef29616641f86b893f60f0ed21d391f.svg">../web/build//static/media/external-link.2ef29616641f86b893f60f0ed21d391f.svg</file>
<file alias="/static/media/app-store-badge.8c4986ee4828b47d16f5cd694ef065f2.svg">../web/build//static/media/app-store-badge.8c4986ee4828b47d16f5cd694ef065f2.svg</file>
<file alias="/static/media/cancel.8d34c2a8f298d74b494e1a3053007bf1.svg">../web/build//static/media/cancel.8d34c2a8f298d74b494e1a3053007bf1.svg</file>
<file alias="/static/media/bittr.1f8cb0f2761d8a125e57.png">../web/build//static/media/bittr.1f8cb0f2761d8a125e57.png</file>
<file alias="/static/media/usdt-color.004b5e55a2179d47fb9724894fa5c637.svg">../web/build//static/media/usdt-color.004b5e55a2179d47fb9724894fa5c637.svg</file>
<file alias="/static/media/usdt-white.31c86c16fcbd68179fa2c64c4c7e128e.svg">../web/build//static/media/usdt-white.31c86c16fcbd68179fa2c64c4c7e128e.svg</file>
<file alias="/static/media/pocketbitcoin.f64a4dee05aa5292669dcd79fc4cf945.svg">../web/build//static/media/pocketbitcoin.f64a4dee05aa5292669dcd79fc4cf945.svg</file>
<file alias="/static/media/wallet-light.d9aa4334efeafb96d060bf6a3d7f109f.svg">../web/build//static/media/wallet-light.d9aa4334efeafb96d060bf6a3d7f109f.svg</file>
<file alias="/static/media/coinmama.ca25a40b5db3091881f6.png">../web/build//static/media/coinmama.ca25a40b5db3091881f6.png</file>
<file alias="/static/media/usdc-white.ffaf953e6b214887604218bf10124be3.svg">../web/build//static/media/usdc-white.ffaf953e6b214887604218bf10124be3.svg</file>
<file alias="/static/media/kyberswap.6171b042ab4d75c05e4f.png">../web/build//static/media/kyberswap.6171b042ab4d75c05e4f.png</file>
<file alias="/static/media/zrx-color.9836c6ab3ee50187e90bc660ab79febc.svg">../web/build//static/media/zrx-color.9836c6ab3ee50187e90bc660ab79febc.svg</file>
<file alias="/static/media/eth-white.8a2af4cd45b3e1df6f606facf9baccfa.svg">../web/build//static/media/eth-white.8a2af4cd45b3e1df6f606facf9baccfa.svg</file>
<file alias="/static/media/mkr-color.c75f681a793da9a7ffed048f91caf8eb.svg">../web/build//static/media/mkr-color.c75f681a793da9a7ffed048f91caf8eb.svg</file>
<file alias="/static/media/swiss_made_open_source.734379a1211b92833df2535f30be37b9.svg">../web/build//static/media/swiss_made_open_source.734379a1211b92833df2535f30be37b9.svg</file>
<file alias="/static/media/app-logo.4c4c5c7f61b30e3ccbe259769fc212ec.svg">../web/build//static/media/app-logo.4c4c5c7f61b30e3ccbe259769fc212ec.svg</file>
<file alias="/static/media/btc-white.e75c95d6aa201413770bc7271b9b7cea.svg">../web/build//static/media/btc-white.e75c95d6aa201413770bc7271b9b7cea.svg</file>
<file alias="/static/media/eth-color.f6ae3c8cae9d0360b42f32c77d773caa.svg">../web/build//static/media/eth-color.f6ae3c8cae9d0360b42f32c77d773caa.svg</file>
<file alias="/static/media/bitbox-swisscross-inverted-logo.0ed9a8acfe75a8e4ca992e986837c92c.svg">../web/build//static/media/bitbox-swisscross-inverted-logo.0ed9a8acfe75a8e4ca992e986837c92c.svg</file>
<file alias="/static/media/wbtc-color.35d78d012d336b86f4a741c873b4bd18.svg">../web/build//static/media/wbtc-color.35d78d012d336b86f4a741c873b4bd18.svg</file>
<file alias="/static/media/swan_bitcoin.27ce7bdc47f88f5611c5.png">../web/build//static/media/swan_bitcoin.27ce7bdc47f88f5611c5.png</file>
<file alias="/static/media/check.ab6cee47d97f46b6a0486e7ebff29648.svg">../web/build//static/media/check.ab6cee47d97f46b6a0486e7ebff29648.svg</file>
<file alias="/static/media/bitbox02-logo.5d6716a455691e6f51df2c8413c14fce.svg">../web/build//static/media/bitbox02-logo.5d6716a455691e6f51df2c8413c14fce.svg</file>
<file alias="/static/media/password-gestures.03c85698dd17f1c68357.webm">../web/build//static/media/password-gestures.03c85698dd17f1c68357.webm</file>
<file alias="/static/media/bat-color.aa6fec9a7da64fdfe93dc3db7edec9a2.svg">../web/build//static/media/bat-color.aa6fec9a7da64fdfe93dc3db7edec9a2.svg</file>
<file alias="/static/media/app-logo-inverted.c8c212747b9daa6427f1d2928024a2fa.svg">../web/build//static/media/app-logo-inverted.c8c212747b9daa6427f1d2928024a2fa.svg</file>
<file alias="/static/media/defi_saver.8d86204937ce70bc4056.png">../web/build//static/media/defi_saver.8d86204937ce70bc4056.png</file>
<file alias="/static/media/close.0cf24c0a2ab56257d6774a9812e12a5c.svg">../web/build//static/media/close.0cf24c0a2ab56257d6774a9812e12a5c.svg</file>
<file alias="/static/media/settings-alt.c8e47607ab21e173ce818b500772c333.svg">../web/build//static/media/settings-alt.c8e47607ab21e173ce818b500772c333.svg</file>
<file alias="/static/media/river_financial.3a6e8391e614c5e6e94a.png">../web/build//static/media/river_financial.3a6e8391e614c5e6e94a.png</file>
<file alias="/static/media/ltc-white.98739aeaa1fd7fad648580197a9666fd.svg">../web/build//static/media/ltc-white.98739aeaa1fd7fad648580197a9666fd.svg</file>
<file alias="/static/media/sai-color.7204949e5dc7d99bc8e2187ef3dfab31.svg">../web/build//static/media/sai-color.7204949e5dc7d99bc8e2187ef3dfab31.svg</file>
<file alias="/static/media/bitstamp.05354631858cc8d096cf.png">../web/build//static/media/bitstamp.05354631858cc8d096cf.png</file>
<file alias="/static/media/shapeshift.695e3e0a6a4f216e2b50.png">../web/build//static/media/shapeshift.695e3e0a6a4f216e2b50.png</file>
<file alias="/static/media/bisq.de11509ca29460a26d5c.png">../web/build//static/media/bisq.de11509ca29460a26d5c.png</file>
<file alias="/static/media/paxg-color.04512f22c60c3552029098695605881f.svg">../web/build//static/media/paxg-color.04512f22c60c3552029098695605881f.svg</file>
<file alias="/static/media/info.d198bdb605be6ad6d8fc5ca13123aa95.svg">../web/build//static/media/info.d198bdb605be6ad6d8fc5ca13123aa95.svg</file>
<file alias="/static/media/mkr-white.952498dcb8413e30b9dcb37ef81161ee.svg">../web/build//static/media/mkr-white.952498dcb8413e30b9dcb37ef81161ee.svg</file>
<file alias="/static/media/paxg-white.df677e556d6d255ee2c56db8f3460e6b.svg">../web/build//static/media/paxg-white.df677e556d6d255ee2c56db8f3460e6b.svg</file>
<file alias="trayicon.png">resources/trayicon.png</file>
</qresource></RCC>
qmake -set MACOS_MIN_VERSION 10.11
make[2]: qmake: No such file or directory
make[2]: *** [base] Error 1
make[1]: *** [osx] Error 2
make: *** [qt-osx] Error 2

I don‘t have qmake installed it seems:

❯ which make
/usr/bin/make
❯  which qmake
qmake not found
❯ which go
/usr/local/bin/go

Should qmake be installed as part of brew install qt@5 or would that come from installing make from Homebrew?

thisconnect commented 2 years ago

Should qmake be installed as part of brew install qt@5 or would that come from installing make from Homebrew?

qmake should come with qt@5 I think you only need to add /usr/local/opt/qt@5/bin to your PATH, see how CI does it: https://github.com/digitalbitbox/bitbox-wallet-app/blob/a87d986e4c7985869473699662d0a3c035abf686/scripts/travis-ci.sh#L39

I have the following in my .zshrc

export PATH="$PATH:/usr/local/opt/qt@5/bin"
export PATH="$PATH:/usr/local/opt/go@1.16/bin"
export PATH="$HOME/go/bin:$PATH"
schjonhaug commented 2 years ago

Yes, those 3 exports made it work. Thanks.

❯ ls $GOPATH/src/github.com/digitalbitbox/bitbox-wallet-app/frontends/qt/build/osx
BitBox.app  Testnet.app

Could the documentation be improved somehow? I completely missed the part regarding installing qt@5 and setting the paths.

thisconnect commented 2 years ago

I completely missed the part regarding installing qt@5 and setting the paths.

yes 💯 so the missing parts were: brew install qt@5 and adding the 3 lines to .zshrc?

schjonhaug commented 2 years ago

Yes, that’s correct.

thisconnect commented 2 years ago

Merged missing macOS instruction in https://github.com/digitalbitbox/bitbox-wallet-app/pull/1567