Package Details: nxt-git r5.d6f635f-1

Git Clone URL: https://aur.archlinux.org/nxt-git.git (read-only, click to copy)
Package Base: nxt-git
Description: The Nxt Reference Software Client for use with the Nxt Cryptocurrency
Upstream URL: http://nxt.org
Keywords: bitcoin btc cryptocurrency nxt
Licenses: GPL, MPL, MIT, Apache
Submitter: dmp1ce
Maintainer: None
Last Packager: PinkCathodeCat
Votes: 2
Popularity: 0.000000
First Submitted: 2015-06-19 03:35 (UTC)
Last Updated: 2017-11-13 02:29 (UTC)

Dependencies (4)

Required by (0)

Sources (8)

Latest Comments

PinkCathodeCat commented on 2017-12-01 01:51 (UTC) (edited on 2017-12-01 02:03 (UTC) by PinkCathodeCat)

That doc is out of date, I'll edit it. Run 'nxt'.

Fandekasp commented on 2017-12-01 01:49 (UTC)

As per the doc https://wiki.archlinux.org/index.php/Nxt, I should run `nrs` after starting the nxt service. Except nrs returns "command not found". What should I do ?

PinkCathodeCat commented on 2017-11-13 02:56 (UTC)

It should build now.

PinkCathodeCat commented on 2017-11-13 00:55 (UTC) (edited on 2017-11-13 01:33 (UTC) by PinkCathodeCat)

It builds with those modifications to the PKGBUILD, but there's issues with it running on my system --- files appear to be corrupted. I'll look into that further. Edit: For what it's worth, a full re-install of Java did not seem to fix this issue: SEVERE: org.h2.jdbc.JdbcSQLException: File corrupted while reading record: "[171552] stream data key:1791 pos:11 remaining:0". Possible solution: use the recovery tool [90030-196] java[27939]: java.lang.RuntimeException: org.h2.jdbc.JdbcSQLException: File corrupted while reading record: "[171552] stream data key:1791 pos:11 remaining:0". Possible solution: use the recovery tool [90030-196] java[27939]: at nxt.db.BasicDb.init(BasicDb.java:147) java[27939]: at nxt.Db.init(Db.java:40) java[27939]: at nxt.Nxt$Init.<clinit>(Nxt.java:376) java[27939]: at nxt.Nxt.init(Nxt.java:345) java[27939]: at nxt.Nxt.main(Nxt.java:332) java[27939]: Caused by: org.h2.jdbc.JdbcSQLException: File corrupted while reading record: "[171552] stream data key:1791 pos:11 remaining:0". Possible solution: use the recovery tool [90030-196] EDIT: Fixed. Blockchain was corrupted. It actually lives in /var/lib which is probably not a great place for it to live.

surefire commented on 2017-11-12 15:17 (UTC)

I'm disowning the package because the NXT platform did not meet my expectations. The development process is becoming more closed.

dmp1ce commented on 2017-11-12 14:31 (UTC) (edited on 2017-11-12 14:32 (UTC) by dmp1ce)

You need to set a version which does not rely on tags or branches. See here: https://wiki.archlinux.org/index.php/VCS_package_guidelines#The_pkgver.28.29_function Replacing line 33 with the following might work. printf "r%s.%s" "$(git rev-list --count HEAD)" "$(git rev-parse --short HEAD)"

surefire commented on 2017-11-12 06:19 (UTC)

Unfortunately the developers have removed all the tags from the git repository. Do you have any idea how to fix it?

PinkCathodeCat commented on 2017-11-11 11:42 (UTC)

This doesn't build --- an issue with the PKGBUILD version means that you get ==> Starting pkgver()... fatal: No names found, cannot describe anything. ==> ERROR: pkgver is not allowed to be empty. ==> ERROR: pkgver() generated an invalid version: :: failed to build nxt-git package(s) when you run makepkg -si