Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Build attempt on Fedora 33 failed #135

Open
marbu opened this issue May 13, 2021 · 0 comments · May be fixed by #136
Open

Build attempt on Fedora 33 failed #135

marbu opened this issue May 13, 2021 · 0 comments · May be fixed by #136

Comments

@marbu
Copy link

marbu commented May 13, 2021

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
marbu added a commit to marbu/cn that referenced this issue May 15, 2021
@marbu marbu linked a pull request May 15, 2021 that will close this issue
marbu added a commit to marbu/cn that referenced this issue May 15, 2021
Fixes ceph#135

Signed-off-by: Martin Bukatovic <martin.bukatovic@gmail.com>
marbu added a commit to marbu/cn that referenced this issue May 17, 2021
Fixes ceph#135

Signed-off-by: Martin Bukatovic <martin.bukatovic@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant