fido-alliance / iot-fdo-conformance-tools

FIDO Alliances Reference FDO Implementation and Conformance Testing
https://fidoalliance.org/intro-to-fido-device-onboard/
Other
5 stars 2 forks source link

Issue while building code #2

Closed DukeDavis12 closed 1 year ago

DukeDavis12 commented 1 year ago
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

PS: Is it due to some proxy issue?

DukeDavis12 commented 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
DukeDavis12 commented 1 year ago

++ 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
yackermann commented 1 year ago

@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

yackermann commented 1 year ago

Resolved.

Try go clean -modcache