Closed DukeDavis12 closed 1 year ago
Full log:
sdo@fdo-vm-benny:~/fdo-fido-conformance-server$ make setup
echo "\n----- Preconfig: Updating git submodules -----\n"
----- Preconfig: Updating git submodules -----
git submodule init
git submodule update
echo "\n----- Preconfig: Setting up svelte frontend nodejs dependencies -----\n"
----- Preconfig: Setting up svelte frontend nodejs dependencies -----
cd ./frontend && npm i
up to date, audited 92 packages in 2s
11 packages are looking for funding
run `npm fund` for details
found 0 vulnerabilities
echo "\n----- Preconfig: Updating go dependencies -----\n"
----- Preconfig: Updating go dependencies -----
go get
go: github.com/fido-alliance/fdo-device-implementation@v0.3.1: reading github.com/fido-alliance/fdo-device-implementation/go.mod at revision v0.3.1: unknown revision v0.3.1
make: *** [Makefile:21: preconfig_conformance_server] Error 1
++ We are facing one more issue:
go: github.com/fido-alliance/fdo-device-implementation@v0.3.1: parsing go.mod:
module declares its path as: github.com/WebauthnWorks/fdo-device-implementation
but was required as: github.com/fido-alliance/fdo-device-implementation
make: *** [Makefile:21: preconfig_conformance_server] Error 1
@DukeDavis12 I've redone all fdo dependencies linking, try now.
Here is latest build as well https://github.com/fido-alliance/fdo-fido-conformance-server/releases/tag/v0.3.2
Resolved.
Try go clean -modcache
PS: Is it due to some proxy issue?