Search Criteria
Package Details: fluidd-git r2026.3f1d22ea-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/fluidd-git.git (read-only, click to copy) |
---|---|
Package Base: | fluidd-git |
Description: | Klipper web frontend |
Upstream URL: | https://docs.fluidd.xyz/ |
Keywords: | 3d klipper printing |
Licenses: | GPL3 |
Conflicts: | fluidd |
Provides: | fluidd |
Submitter: | wlhlm |
Maintainer: | wlhlm |
Last Packager: | wlhlm |
Votes: | 2 |
Popularity: | 0.000000 |
First Submitted: | 2021-02-22 11:15 (UTC) |
Last Updated: | 2024-08-16 21:09 (UTC) |
Dependencies (5)
- git (git-gitAUR, git-glAUR) (make)
- nodejs-lts-iron (make)
- npm (corepackerAUR, python-nodejs-wheelAUR) (make)
- nginx (nginx-nchan-gitAUR, nginx-rtmp-sergey-gitAUR, nginx-mainline-boringsslAUR, nginx-quic-openssl-hgAUR, nginx-mainline-pushstreamAUR, tengineAUR, tengine-extraAUR, freenginx-mainline-hgAUR, freenginx-mainlineAUR, nginx-quic-libresslAUR, angieAUR, nginx-mainline) (optional) – serve via HTTP
- ustreamerAUR (optional) – webcam streaming support
Latest Comments
wlhlm commented on 2023-09-01 16:03 (UTC)
@sl1pkn07
Thanks for letting me know. Luckily, fluidd has still been compatible with node 16 up until today. Nevertheless, I've bumped it to be prepared once they actually start requiring it.
sl1pkn07 commented on 2023-08-31 14:03 (UTC)
seems needs nore 18.x https://github.com/fluidd-core/fluidd/blob/develop/.node-version
xorly commented on 2022-10-31 18:46 (UTC)
Hi, my build is failing on:
/home/diggit/.cache/yay/fluidd-git/PKGBUILD: line 31: ./node_modules/.bin/vue-cli-service: No such file or directory
wlhlm commented on 2021-12-13 17:39 (UTC) (edited on 2022-01-01 22:03 (UTC) by wlhlm)
@qubidt Consumers of the AUR are assumed to have
base-devel
installed (which includesgit
).EDIT: I was mistaken on
git
being partbase-devel
. Apologies. Pushed updated PKGBUILD.qubidt commented on 2021-12-09 00:28 (UTC)
makedepends
is missinggit
which causes this error:(might only be obvious when building in a chroot)
wlhlm commented on 2021-08-06 09:08 (UTC) (edited on 2021-08-06 09:12 (UTC) by wlhlm)
@Psych0d0g Yeah, this is a known problem with compiling TypeScript (the language Fluidd is written in). From my research I have gathered that this requires patching some build script, but I still haven't been able to make it work on a Pi 4 with 2GB of RAM. I suspect a Pi 4 with 4GB of RAM will work, but I don't have access to that. My (unsatisfying) solution to this is to build the package on my laptop and copy it over to the Raspberry. This works well since the package has the 'any' architecture.
As an outsider this thing left a sour taste in my mouth from the JS ecosystem. I can compile the Linux kernel no problem, but why do we need to statically allocate 2GB of memory just to "transpile" this dinky webapp? I think we are all doomed.
Psych0d0g commented on 2021-07-11 15:52 (UTC) (edited on 2021-07-11 15:52 (UTC) by Psych0d0g)
Does not build on a raspberry pi3 crashes due to javaScript heap out of memory