NOTE: If you are building in a chroot, make sure package systemd-sysvcompat
is installed on your system, as this is required for nvm
. This cannot be included in the dependencies, since it will break on non-systemd distributions.
Search Criteria
Package Details: ferdium-git 6.7.8.nightly.2.r6946.b5f070e90-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/ferdium-git.git (read-only, click to copy) |
---|---|
Package Base: | ferdium-git |
Description: | A messaging browser that allows you to combine your favorite messaging services into one application (git build from latest commit). |
Upstream URL: | https://ferdium.org/ |
Licenses: | Apache |
Conflicts: | ferdium, ferdium-beta, ferdium-beta-bin, ferdium-bin, ferdium-electron, ferdium-nightly, ferdium-nightly-bin |
Provides: | ferdium |
Submitter: | cedricroijakkers |
Maintainer: | cedricroijakkers |
Last Packager: | cedricroijakkers |
Votes: | 1 |
Popularity: | 0.014929 |
First Submitted: | 2022-04-14 11:02 (UTC) |
Last Updated: | 2024-10-05 04:48 (UTC) |
Dependencies (22)
- alsa-lib
- at-spi2-atk (at-spi2-atk-gitAUR, at-spi2-core-gitAUR, at-spi2-core)
- atk (at-spi2-core-gitAUR, at-spi2-core)
- c-ares (c-ares-gitAUR)
- electron32 (electron32-binAUR)
- ffmpeg (ffmpeg-intel-full-gitAUR, ffmpeg-nvcodec-11-1-gitAUR, ffmpeg-cudaAUR, ffmpeg-ffplayoutAUR, ffmpeg-decklinkAUR, ffmpeg-fullAUR, ffmpeg-amd-fullAUR, ffmpeg-headlessAUR, ffmpeg-amd-full-gitAUR, ffmpeg-full-gitAUR, ffmpeg-libfdk_aacAUR, ffmpeg-obsAUR, ffmpeg-gitAUR)
- gdk-pixbuf2 (gdk-pixbuf2-gitAUR)
- gtk3 (gtk3-no_deadkeys_underlineAUR, gtk3-classic-xfceAUR, gtk3-patched-filechooser-icon-viewAUR, gtk3-classicAUR)
- libcups (libcups-gitAUR, cups-gitAUR, libcups-gssapiAUR)
- libdrm (libdrm-gitAUR)
- libevent (libevent-gitAUR)
- libxkbfile
- libxslt (libxslt-gitAUR)
- minizip (minizip-gitAUR)
- nss (nss-hgAUR)
- re2 (re2-gitAUR)
- snappy (snappy-gitAUR)
- asar (make)
- git (git-gitAUR, git-glAUR) (make)
- libxcrypt-compat (make)
- Show 2 more dependencies...
Required by (0)
Sources (1)
Latest Comments
cedricroijakkers commented on 2022-09-05 10:42 (UTC)
cedricroijakkers commented on 2022-04-20 08:17 (UTC)
Please keep in mind that this project is still moving heavily in a lot of directions at the same time, so you can expect build breakages at any time.
If you have the time and knowledge to spare, join us on the Discord server at https://discord.gg/xpNTzgKmHM and make Ferdium better!
itsmecollinp commented on 2022-04-19 20:08 (UTC)
So, as of now when building I'm getting the error.
devDependencies: + @types/targz 1.0.1 + eslint 8.3.0 + eslint-plugin-unicorn 39.0.0 + fs-extra 10.0.0 + husky 7.0.4 + image-size 1.0.0 + open 8.4.0 + prettier 2.5.0 + simple-git 2.48.0 + targz 1.0.1
ferdium-recipes@1.0.0 package /home/user/.cache/paru/clone/ferdium-git/src/ferdium-git/recipes node scripts/package.js
✅ Successfully packaged and added 232 recipes (0 unsuccessful recipes) npm ERR! code EBADENGINE npm ERR! engine Unsupported engine npm ERR! engine Not compatible with your version of node/npm: ferdium@5.8.2-nightly.7 npm ERR! notsup Not compatible with your version of node/npm: ferdium@5.8.2-nightly.7 npm ERR! notsup Required: {"node":"17.9.0","npm":"8.7.0"} npm ERR! notsup Actual: {"npm":"8.7.0","node":"v16.14.2"}
npm ERR! A complete log of this run can be found in: npm ERR! /home/user/.npm/_logs/2022-04-19T19_57_47_355Z-debug-0.log ==> ERROR: A failure occurred in build(). Aborting... error: failed to build 'ferdium-git-develop.r0.ge72bf2cc-1': error: packages failed to build: ferdium-git-develop.r0.ge72bf2cc-1
Which is interesting because if I check my current installs of both node and npm it seems they are both up to date with nodejs-17.9.0-2 and npm-8.7.0. Are there specific dependencies that I missing? Or any specific place I should download npm and nodejs from?
Pinned Comments
cedricroijakkers commented on 2022-09-05 10:42 (UTC)
NOTE: If you are building in a chroot, make sure package
systemd-sysvcompat
is installed on your system, as this is required fornvm
. This cannot be included in the dependencies, since it will break on non-systemd distributions.cedricroijakkers commented on 2022-04-20 08:17 (UTC)
Please keep in mind that this project is still moving heavily in a lot of directions at the same time, so you can expect build breakages at any time.
If you have the time and knowledge to spare, join us on the Discord server at https://discord.gg/xpNTzgKmHM and make Ferdium better!