Package Details: lotus-git 1.1.2.r193.gd421274dc-1

Git Clone URL: https://aur.archlinux.org/lotus-git.git (read-only, click to copy)
Package Base: lotus-git
Description: Filecoin client in Go
Upstream URL: https://github.com/filecoin-project/lotus
Keywords: filecoin
Licenses: MIT, Apache
Submitter: Kubuxu
Maintainer: Kubuxu
Last Packager: Kubuxu
Votes: 1
Popularity: 0.000000
First Submitted: 2020-04-30 22:10 (UTC)
Last Updated: 2020-11-03 17:42 (UTC)

Dependencies (8)

Required by (0)

Sources (1)

Latest Comments

gonciarz commented on 2022-08-12 21:46 (UTC)

A workaround: just change this line:

git tag | grep -ve "-dev" | grep -v "wdpost-worker"| sed 's/-/~/g' | sort --version-sort --reverse | sed 's/~/-/g' | head -n1

Fuzzypyro commented on 2022-04-03 00:21 (UTC)

Get this error when starting pkgver.

==> ERROR: pkgver is not allowed to contain colons, forward slashes, hyphens or whitespace.
==> ERROR: pkgver() generated an invalid version: wdpostworker-rc1.r55.ga40381a70

Kubuxu commented on 2020-10-10 14:10 (UTC)

@iulian fixed in 8cc249c3d798

icostan commented on 2020-10-07 13:55 (UTC) (edited on 2020-10-07 14:26 (UTC) by icostan)

I am getting the following error message when using lotus binary from this AUR package:

% lotus daemon

panic: could not locate box "proof-params"

goroutine 1 [running]:
github.com/GeertJohan/go%2erice.MustFindBox(...)
    github.com/GeertJohan/go.rice@v1.0.0/box.go:110
github.com/filecoin-project/lotus/build.ParametersJSON(0xc0005b0840, 0x55d74ed0b440, 0xc0005b0e80)
    github.com/filecoin-project/lotus/build/parameters.go:6 +0x105
main.glob..func3(0xc0005b0840, 0x0, 0x0)
    github.com/filecoin-project/lotus/cmd/lotus/daemon.go:195 +0x6b7
github.com/urfave/cli/v2.(*App).RunAsSubcommand(0xc00009a480, 0xc0005b03c0, 0x0, 0x0)
    github.com/urfave/cli/v2@v2.2.0/app.go:432 +0x9bf
github.com/urfave/cli/v2.(*Command).startApp(0x55d74f862440, 0xc0005b03c0, 0x55d74cf32633, 0x7fff169eadcb)

It works just fine when I compile and install lotus binary from source code, any ideas?

My system:

lotus version 0.8.1+git.81fb552e
Kernel: 5.8.13-arch1-1 
Shell: zsh 5.8 
go version go1.15.2 linux/amd64
rustup 1.22.1 (2020-07-08)