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
I tried to build ceph nano on Fedora 33 with golang-1.15.11-1.fc33.x86_64 and run into this error:
$ make
rm -f cn cn &>/dev/null || true
dep ensure
unset GOOS; unset GOARCH; cd cmd; go test -timeout 1m -count 5
# github.com/ceph/cn/cmd
./start.go:198:49: conversion from int64 to string yields a string of one rune, not a string of digits (did you mean fmt.Sprint(x)?)
FAIL github.com/ceph/cn/cmd [build failed]
make: *** [Makefile:29: prepare] Error 2
The text was updated successfully, but these errors were encountered:
marbu
added a commit
to marbu/cn
that referenced
this issue
May 15, 2021
I tried to build ceph nano on Fedora 33 with
golang-1.15.11-1.fc33.x86_64
and run into this error:The text was updated successfully, but these errors were encountered: