Search Criteria
Package Details: core-lightning 25.09-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/core-lightning.git (read-only, click to copy) |
---|---|
Package Base: | core-lightning |
Description: | Lightning Network implementation focusing on specification compliance and performance. |
Upstream URL: | https://github.com/ElementsProject/lightning |
Licenses: | custom:BSD-MIT |
Conflicts: | core-lightning-git |
Submitter: | Spixmaster |
Maintainer: | Spixmaster |
Last Packager: | Spixmaster |
Votes: | 2 |
Popularity: | 0.000000 |
First Submitted: | 2022-04-25 06:48 (UTC) |
Last Updated: | 2025-09-02 09:16 (UTC) |
Dependencies (33)
- bitcoin-cli (bitcoin-core-gitAUR, bitcoin-gui-gitAUR, bitcoin-unlimitedAUR, bitcoin-gitAUR, bitcoin-cash-node-qtAUR, bitcoin-cash-nodeAUR, bitcoin-cli-binAUR, bitcoin-abcAUR, bitcoin-abc-qtAUR, bitcoin-daemon)
- gcc-libs (gcc-libs-gitAUR, gccrs-libs-gitAUR, gcc-libs-snapshotAUR)
- glibc (glibc-gitAUR, glibc-eacAUR)
- gmp (gmp-hgAUR)
- gunicorn
- libsodium (libsodium-gitAUR, libsodium-1.0.18AUR)
- make (make-gitAUR, make-staticAUR)
- postgresql-libs (postgresql-libs-12AUR, postgresql-libs-gitAUR, postgresql13-libsAUR)
- protobuf (protobuf-gitAUR)
- python (python37AUR)
- python-cryptography
- python-flask
- python-flask-cors
- python-flask-restxAUR
- python-flask-socketio
- python-gevent (python-gevent-gitAUR)
- python-gevent-websocket
- python-grpcio
- python-grpcio-tools
- python-json5
- Show 13 more dependencies...
Required by (3)
- btcpayserver (optional)
- c-lightning-rest (optional)
- ride-the-lightning (optional)
Sources (8)
- core-lightning
- git+https://github.com/ElementsProject/libwally-core.git
- git+https://github.com/ianlancetaylor/libbacktrace.git
- git+https://github.com/jedisct1/libsodium.git
- git+https://github.com/kristapsdz/lowdown.git
- git+https://github.com/rustyrussell/lnprototest.git
- git+https://github.com/valyala/gheap.git
- git+https://github.com/zserge/jsmn.git
Latest Comments
1 2 3 Next › Last »
Spixmaster commented on 2025-09-03 07:19 (UTC)
@bitcoinlizard I cannot build to. I think I hit the same error message. The issue is already created.
Maybe, confirm the issue to raise credibility and urgence.
bitcoinlizard commented on 2025-09-03 02:10 (UTC)
@Spixmaster - were you able to get version 25.09 to build successfully? I get this error:
python3 -m grpc_tools.protoc -I cln-grpc/proto cln-grpc/proto/node.proto --python_out=contrib/pyln-grpc-proto/pyln/grpc/ --grpc_python_out=contrib/pyln-grpc-proto/pyln/grpc/ --experimental_allow_proto3_optional WARNING: All log messages before absl::InitializeLog() is called are written to STDERR E0000 00:00:1756864349.581160 75038 command_line_interface.cc:1557] Built-in generator --grpc_python_out specifies a maximum edition 2023 which is not the protoc maximum 2024. make: *** [Makefile:404: contrib/pyln-grpc-proto/pyln/grpc/primitives_pb2.py] Error 1
If you have the same problem I'll submit an issue with upstream.
Spixmaster commented on 2025-03-19 12:13 (UTC) (edited on 2025-03-19 12:15 (UTC) by Spixmaster)
You are absolutetly right. I updated the dependencies. "mrkd" does not even work anymore because it relies on "python-mistune1" which does not exist.
cotsuka commented on 2025-03-19 03:11 (UTC)
Do we still need
mrkd
in themakedepends
? Seems like it was replaced bylowdown
which you've already added as optional.cotsuka commented on 2024-03-19 18:15 (UTC)
Thanks for the feedback, @Spixmaster. For cleanliness, I've responded to your comments within each of the AUR packages instead. I think I've addressed all of the comments though.
Spixmaster commented on 2024-03-19 07:10 (UTC) (edited on 2024-03-19 07:13 (UTC) by Spixmaster)
@cotsuka You really suprised me. Great work. I have taken a look at the PKGBUILD files.
The dependencies
python-build
python-installer
are missing, see here. Therefore,python-setuptools
python-poetry
are not needed.provides=()
is wrong, see here. Thepkgname
is inserterted implicitly. I do not know why you move the needed directory to the root and remove the downloaded directory afterwards. It does not seem needed.I checked the packages with
namcap
. python-pyln-bolt7:python-pyln-client: Nothing to complain.
python-pyln-proto:
python-coincurve
failed to build for me but was somehow installed when I tried buildingpython-pyln-proto
the second time. I do not know what happened here.General recommendation, use for bash
shellcheck
,shmft
and specifically for PKGBUILD filesnamcap
and maybe a even the language servertermux-language-server
. I given you information when hovering but mainly output errors from namcap in your text editor. See the first section from https://wiki.archlinux.org/title/PKGBUILD for the stated information.cotsuka commented on 2024-03-19 00:22 (UTC)
@Spixmaster I've never created AUR packages so let me know if there's any feedback/improvements. I believe I've packaged up the dependency chain to get this working:
Spixmaster commented on 2024-03-18 19:12 (UTC) (edited on 2024-03-19 06:44 (UTC) by Spixmaster)
@cotsuka
pyln-client
cannot be installed with this package. The way core-lightning-git does it is wrong. I tried it. The reason is that the programme depends on other packages that are also in https://github.com/ElementsProject/lightning/tree/master/contrib. Those dependencies need to be installed priorly before installingpyln-client
.You would do a big favour if you created an AUR package
python-pyln-client
. Unfortunately, it would require to also package its dependencies.Spixmaster commented on 2024-03-18 09:10 (UTC)
python-pyln-client
will be installed with this package. That is howcore-lightning-git
does it too. I will do it later.1 2 3 Next › Last »