Package Details: nodejs-cross-seed 6.13.7-1

Git Clone URL: https://aur.archlinux.org/nodejs-cross-seed.git (read-only, click to copy)
Package Base: nodejs-cross-seed
Description: Download torrents to cross seed based on your existing torrents.
Upstream URL: https://github.com/cross-seed/cross-seed
Licenses: Apache 2.0
Submitter: fryfrog
Maintainer: fryfrog
Last Packager: fryfrog
Votes: 3
Popularity: 0.000008
First Submitted: 2022-07-28 03:58 (UTC)
Last Updated: 2026-05-04 18:54 (UTC)

Latest Comments

VannTen commented on 2026-07-01 20:21 (UTC)

Using nodejs-lts-krypton instead of nodejs appears to fix the build.

VannTen commented on 2026-06-02 14:48 (UTC)

AFAICT this appears to fail to build in a clean chroot.

I'm not exactly sure if this comes from upstream give the message though

  100 885 error ./src/objects/database.lzz:416:89: error: ‘const class v8::PropertyCallbackInfo<v8::Value>’ has no member named ‘This’
    101 885 error ./src/objects/database.lzz: In static member function ‘static void Database::JS_inTransaction(v8::Local<v8::Name>, const v8::PropertyCallbackI    101 nfo<v8::Value>&)’:
    102 885 error ./src/objects/database.lzz:420:77: error: ‘const class v8::PropertyCallbackInfo<v8::Value>’ has no member named ‘This’
    103 885 error ./src/objects/statement.lzz: In static member function ‘static void Statement::JS_new(const v8::FunctionCallbackInfo<v8::Value>&)’:
    104 885 error ./src/objects/statement.lzz:86:112: warning: ‘void* v8::External::Value() const’ is deprecated: Use the version with the type tag. [-Wdeprecat    104 ed-declarations]
    105 885 error /build/.cache/node-gyp/26.2.0/include/node/v8-external.h:55:9: note: declared here
    106 885 error    55 |   void* Value() const { return Value(kExternalPointerTypeTagDefault); }
    107 885 error       |         ^~~~~
    108 885 error ./src/objects/statement.lzz: In static member function ‘static void Statement::JS_iterate(const v8::FunctionCallbackInfo<v8::Value>&)’:
    109 885 error ./src/objects/statement.lzz:216:112: warning: ‘void* v8::External::Value() const’ is deprecated: Use the version with the type tag. [-Wdepreca    109 ted-declarations]
    110 885 error /build/.cache/node-gyp/26.2.0/include/node/v8-external.h:55:9: note: declared here
    111 885 error    55 |   void* Value() const { return Value(kExternalPointerTypeTagDefault); }
    112 885 error       |         ^~~~~
    113 885 error ./src/objects/statement.lzz: In static member function ‘static void Statement::JS_busy(v8::Local<v8::Name>, const v8::PropertyCallbackInfo<v8::

And a bunch more but this does not fit in the comment box

xombiemp commented on 2025-07-18 04:00 (UTC)

I'm just looking into this program for the first time. It doesn't appear that this package includes a systemd unit file to run this in daemon mode. Is that correct? Any chance that could be added to this package? Also, looks like the upstream url could be updated to https://github.com/cross-seed/cross-seed Thanks for your efforts in maintaining this and so many other packages I enjoy!