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

Altcoins: Add go-ubiq #32532

Closed
wants to merge 3 commits into from
Closed

Altcoins: Add go-ubiq #32532

wants to merge 3 commits into from

Conversation

ob7
Copy link

@ob7 ob7 commented Dec 10, 2017

This adds go-ubiq, the ubiq clone of go-ethereum, to nixpkgs.

I started by copying go-ethereum.nix from altcoins directory, but could not get it to build using buildGoPackage, so I used the standard mkDerivation instead and was able to get it to build and run successfully.

@ob7 ob7 changed the title Add ubiq Altcoins: Add gubiq Dec 10, 2017
@ob7 ob7 changed the title Altcoins: Add gubiq Altcoins: Add go-ubiq Dec 11, 2017
@matthewbauer
Copy link
Member

@GrahamcOfBorg build go-ubiq

@GrahamcOfBorg
Copy link

Failure on x86_64-darwin (full log)

Attempted: go-ubiq

Partial log (click to expand)

building
build/env.sh go run build/ci.go install ./cmd/gubiq
go: disabling cache (/homeless-shelter/Library/Caches/go-build) due to initialization failure: mkdir /homeless-shelter: permission denied
ci.go:161: You have Go version go1.10.1
ci.go:162: go-ubiq requires at least Go version 1.4 and cannot
ci.go:163: be compiled with an earlier version. Please upgrade your Go installation.
exit status 1
make: *** [Makefile:15: gubiq] Error 1
builder for '/nix/store/shn3vpvxm7cz20xa2fl976096ykf2l5p-go-ubiq-1.5.12.drv' failed with exit code 2
error: build of '/nix/store/shn3vpvxm7cz20xa2fl976096ykf2l5p-go-ubiq-1.5.12.drv' failed

@GrahamcOfBorg
Copy link

Failure on x86_64-linux (full log)

Attempted: go-ubiq

Partial log (click to expand)

building
build/env.sh go run build/ci.go install ./cmd/gubiq
go: disabling cache (/homeless-shelter/.cache/go-build) due to initialization failure: mkdir /homeless-shelter: permission denied
ci.go:161: You have Go version go1.10.1
ci.go:162: go-ubiq requires at least Go version 1.4 and cannot
ci.go:163: be compiled with an earlier version. Please upgrade your Go installation.
exit status 1
make: *** [Makefile:15: gubiq] Error 1
builder for '/nix/store/m7yk856iww6cbbpnry4pagkxvm3mz0gp-go-ubiq-1.5.12.drv' failed with exit code 2
�[31;1merror:�[0m build of '/nix/store/m7yk856iww6cbbpnry4pagkxvm3mz0gp-go-ubiq-1.5.12.drv' failed

Copy link
Member

@matthewbauer matthewbauer left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

see @GrahamcOfBorg log

@GrahamcOfBorg
Copy link

Failure on aarch64-linux (full log)

Attempted: go-ubiq

Partial log (click to expand)

building
build/env.sh go run build/ci.go install ./cmd/gubiq
go: disabling cache (/homeless-shelter/.cache/go-build) due to initialization failure: mkdir /homeless-shelter: permission denied
ci.go:161: You have Go version go1.10.1
ci.go:162: go-ubiq requires at least Go version 1.4 and cannot
ci.go:163: be compiled with an earlier version. Please upgrade your Go installation.
exit status 1
make: *** [Makefile:15: gubiq] Error 1
builder for '/nix/store/43adpqzqmqm9vc59lyak4q6fbq2aa6lz-go-ubiq-1.5.12.drv' failed with exit code 2
�[31;1merror:�[0m build of '/nix/store/43adpqzqmqm9vc59lyak4q6fbq2aa6lz-go-ubiq-1.5.12.drv' failed

@mmahut
Copy link
Member

mmahut commented Aug 11, 2019

Are there any updates on this pull request, please?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

7 participants