Search Criteria
Package Details: dendrite 0.13.4-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/dendrite.git (read-only, click to copy) |
---|---|
Package Base: | dendrite |
Description: | A second-generation Matrix homeserver written in Go |
Upstream URL: | https://matrix-org.github.io/dendrite/ |
Keywords: | element synapse |
Licenses: | Apache |
Submitter: | rumpelsepp |
Maintainer: | rumpelsepp (AlphaJack) |
Last Packager: | AlphaJack |
Votes: | 13 |
Popularity: | 0.26 |
First Submitted: | 2020-10-07 13:59 (UTC) |
Last Updated: | 2023-10-26 20:53 (UTC) |
Dependencies (2)
- go (go-gitAUR, go-go2go-gitAUR, go-betaAUR, gcc-go-gitAUR, gcc-go) (make)
- postgresql (postgresql13AUR, postgresql-12AUR, postgresql-devel-docsAUR, postgresql-develAUR, postgresql-gitAUR, postgresql16-docsAUR, postgresql16AUR) (optional) – recommended database for large instances
Latest Comments
1 2 3 4 5 6 Next › Last »
MrBlumi commented on 2023-08-25 16:09 (UTC) (edited on 2023-08-25 16:10 (UTC) by MrBlumi)
Yes, same here building in a fresh chroot environment. Limiting the go version number results in installing
gcc-go
instead ofgo
and the build fails later onAlexBocken commented on 2023-08-25 12:58 (UTC)
By limiting the version number my AUR managers always want to install
gcc-go
as a go provider instead of usinggo
. Does anyone else experience this issue?TheStochasticMan commented on 2023-08-24 18:09 (UTC)
It seems to build fine with Go v1.21 now
AlexBocken commented on 2023-08-24 11:58 (UTC)
I've noticed a typo in the post-upgrade instructions:
should be
AlexBocken commented on 2023-08-16 10:42 (UTC)
This does not build for me as of 0.13.1-2. Neither in a clean chroot nor on two of my machines directly. Here's the end of the build log, but it does not reveal too much:
More here: https://gist.github.com/AlexBocken/99c6ef6ed397bed22fd0542513747bb9
AlphaJack commented on 2023-08-16 09:25 (UTC)
@imyxh quic-go seems to be tied to https://github.com/quic-go/qtls-go1-20, and https://github.com/quic-go/qtls-go1-21 is not already out. I have release an update where dendrite is tied to go<=1.20
imyxh commented on 2023-08-16 04:30 (UTC)
Hey, thanks for packaging. I'm getting the following error:
Is there anything we can really do about this? I guess declare a dependency on go1.x specifically? Seems inelegant.
AlphaJack commented on 2023-05-14 10:21 (UTC) (edited on 2023-05-14 10:21 (UTC) by AlphaJack)
Please stop flagging Dendrite out of date because
helm-dendrite-0.12.3
is out. The "3" is a minor change of the helm chart, not the dendrite source code. The latest dendrite version is stillDendrite 0.12.0
, the one with the changelog.AlphaJack commented on 2023-03-19 11:40 (UTC)
@kwheelans Thank you, it should work now
kwheelans commented on 2023-03-16 05:03 (UTC)
Hi,
When upgrading build() failed for dendrite 0.12.0-1 with "rm: cannot remove '../cmd/dendrite-polylith-multi/': No such file or directory"
This line 'rm -r "../cmd/$pkgname-polylith-multi/"' can be removed as polylith mode has been removed from dendrite as of v0.12.0.
1 2 3 4 5 6 Next › Last »