diamondburned / 6cord

Mirrored from GitLab
https://gitlab.com/diamondburned/6cord
Mozilla Public License 2.0
156 stars 9 forks source link

unable to install on 32bit chromebook #2

Open Merith-TK opened 5 years ago

Merith-TK commented 5 years ago

I have installed go from the chromebrew package manager, and done the proper setup. and when i try to install. i get this error

chronos@localhost ~/go $ go get -u gitlab.com/diamondburned/6cord
# cd .; git clone https://github.com/disintegration/imaging /usr/home/go/src/github.com/disintegration/imaging
Cloning into '/usr/home/go/src/github.com/disintegration/imaging'...
error: unable to write file testdata/out_resize_linear.png
error: unable to write file testdata/out_resize_nearest.png
error: unable to write file testdata/out_saturation_m30.png
error: unable to write file testdata/out_saturation_p30.png
error: unable to write file testdata/out_sharpen_0.5.png
error: unable to write file testdata/out_sharpen_1.5.png
error: unable to write file tools.go
error: unable to write file tools_test.go
error: unable to write file transform.go
error: unable to write file transform_test.go
error: unable to write file utils.go
error: unable to write file utils_test.go
fatal: unable to checkout working tree
warning: Clone succeeded, but checkout failed.
You can inspect what was checked out with 'git status'
and retry the checkout with 'git checkout -f HEAD'

package github.com/disintegration/imaging: exit status 128
package github.com/gen2brain/beeep: mkdir /usr/home/go/src/github.com/gen2brain/: no space left on device
# cd .; git clone https://github.com/mattn/go-sixel /usr/home/go/src/github.com/mattn/go-sixel
fatal: could not create work tree dir '/usr/home/go/src/github.com/mattn/go-sixel': No space left on device
package github.com/mattn/go-sixel: exit status 128
package github.com/sahilm/fuzzy: mkdir /usr/home/go/src/github.com/sahilm/: no space left on device
package github.com/stevenroose/gonfig: mkdir /usr/home/go/src/github.com/stevenroose/: no space left on device
package github.com/valyala/fasttemplate: mkdir /usr/home/go/src/github.com/valyala/: no space left on device
package github.com/alecthomas/chroma: mkdir /usr/home/go/src/github.com/alecthomas/: no space left on device
package github.com/alecthomas/chroma/formatters: cannot find package "github.com/alecthomas/chroma/formatters" in any of:
        /usr/local/share/go/src/github.com/alecthomas/chroma/formatters (from $GOROOT)
        /usr/home/go/src/github.com/alecthomas/chroma/formatters (from $GOPATH)
package github.com/alecthomas/chroma/lexers: cannot find package "github.com/alecthomas/chroma/lexers" in any of:
        /usr/local/share/go/src/github.com/alecthomas/chroma/lexers (from $GOROOT)
        /usr/home/go/src/github.com/alecthomas/chroma/lexers (from $GOPATH)
package github.com/alecthomas/chroma/styles: cannot find package "github.com/alecthomas/chroma/styles" in any of:
        /usr/local/share/go/src/github.com/alecthomas/chroma/styles (from $GOROOT)
        /usr/home/go/src/github.com/alecthomas/chroma/styles (from $GOPATH)
# cd .; git clone https://github.com/diamondburned/markdown /usr/home/go/src/github.com/diamondburned/markdown
fatal: could not create work tree dir '/usr/home/go/src/github.com/diamondburned/markdown': No space left on device
package github.com/diamondburned/markdown: exit status 128
package github.com/diamondburned/markdown/ast: cannot find package "github.com/diamondburned/markdown/ast" in any of:
        /usr/local/share/go/src/github.com/diamondburned/markdown/ast (from $GOROOT)
        /usr/home/go/src/github.com/diamondburned/markdown/ast (from $GOPATH)
package github.com/diamondburned/markdown/parser: cannot find package "github.com/diamondburned/markdown/parser" in any of:
        /usr/local/share/go/src/github.com/diamondburned/markdown/parser (from $GOROOT)
        /usr/home/go/src/github.com/diamondburned/markdown/parser (from $GOPATH)
diamondburned commented 5 years ago

I'm sure it's obvious what the error is:

fatal: could not create work tree dir '/usr/home/go/src/github.com/diamondburned/markdown': No space left on device
Merith-TK commented 5 years ago

As a person who has never used go to install something before, no. It's really not, all I see is that go is having issues getting the files for Markdown Text support. Not specifically where it's failing.

On Sat, Apr 13, 2019, 6:25 AM diamondburned notifications@github.com wrote:

I'm sure it's obvious what the error is:

fatal: could not create work tree dir '/usr/home/go/src/github.com/diamondburned/markdown': No space left on device

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/diamondburned/6cord/issues/2#issuecomment-482809013, or mute the thread https://github.com/notifications/unsubscribe-auth/AJ8HXnahBqj-FljAZ8tN0y2VZwH62zaQks5vgdragaJpZM4csaIW .

diamondburned commented 5 years ago

Oh yeah, I do recall not being able to cross compile. I'll fix it when I have time, as I'm on a holiday right now.