You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Following build instructions (for ceph-nano v2.3.1) on MacBook M2 for go version go1.19.11 darwin/arm64 (Similar issues with eldest golang version, supporting darwin/arm64; go1.16):
# make
rm -f cn cn &>/dev/null ||true
dep ensure
Solving failure: No versions of github.com/pelletier/go-toml met constraints:
v2.0.9: Could not introduce github.com/pelletier/[email protected], as its subpackage github.com/pelletier/go-toml/v2 is missing. (Package is required by github.com/spf13/[email protected].)
v2.0.8: Could not introduce github.com/pelletier/[email protected], as its subpackage github.com/pelletier/go-toml/v2 is missing. (Package is required by github.com/spf13/[email protected].)
...
ℹ️ Full output from make command in the attached file, make.txt
I wonder if this error could be related with viper #1340:
Viper doesn't support dep. It requires Go modules.
All in all, dep project has been archived by the owner on Sep 9, 2020. It is now read-only.
Would it be possible to adapt cn to new architectures and version?
Thanks in advance
The text was updated successfully, but these errors were encountered:
elminster-aom
changed the title
cn build fails - No versions of github.com/pelletier/go-toml met constraints
Build cn fails - No versions of github.com/pelletier/go-toml met constraints
Jul 25, 2023
Following build instructions (for ceph-nano v2.3.1) on MacBook M2 for go version go1.19.11 darwin/arm64 (Similar issues with eldest golang version, supporting darwin/arm64; go1.16):
ℹ️ Full output from
make
command in the attached file, make.txtI wonder if this error could be related with viper #1340:
All in all, dep project has been archived by the owner on Sep 9, 2020. It is now read-only.
Would it be possible to adapt
cn
to new architectures and version?Thanks in advance
The text was updated successfully, but these errors were encountered: