Search Criteria
Package Details: thelounge 4.5.0-0
Package Actions
| Git Clone URL: | https://aur.archlinux.org/thelounge.git (read-only, click to copy) |
|---|---|
| Package Base: | thelounge |
| Description: | Modern self-hosted web IRC client |
| Upstream URL: | https://thelounge.chat/ |
| Licenses: | MIT |
| Submitter: | Max-P |
| Maintainer: | Max-P (S13ntist) |
| Last Packager: | S13ntist |
| Votes: | 22 |
| Popularity: | 0.80 |
| First Submitted: | 2016-02-12 23:03 (UTC) |
| Last Updated: | 2026-05-23 05:21 (UTC) |
Dependencies (2)
- nodejs (nodejs-gitAUR, python-nodejs-wheelAUR, nodejs-lts-hydrogenAUR, nodejs-lts-iron, nodejs-lts-jod, nodejs-lts-krypton)
- yarn (yarn-berryAUR, yarn-corepackAUR) (make)
Latest Comments
1 2 3 Next › Last »
ChrisTX commented on 2026-05-23 13:46 (UTC) (edited on 2026-05-23 13:48 (UTC) by ChrisTX)
No, it doesn't and you can't necessarily pick a provider: Chroot-builds do not support that, and this package won't built under chroot:
package breaking in detail
This is because pacman does not support putting multiple constraints on a package. As you can see from my output it says "There are 3 providers available for nodejs<25". It will ask the user to install any NodeJS < 25 and ignore the NodeJS >= 22 constraint for that list of targets. However, the default (when not entering anything, which is what happens under chroot builds) is to pick the first lexicographical option. And since NodeJS names their LTS releases after elements starting with consecutive first letters, that target is
nodejs-lts-ironaka NodeJS 20, which then conflicts later on.You cannot fix this, as pacman doesn't support this by design -
conflicts()and friends cannot fix this either. And fixing the NodeJS version to Jod or Krypton will be an issue for people that need a specific version for other packages on their system.What you want to do here is what I've been saying for a while, namely to insert a
yarn upgrade. That way you can drop the NodeJS < 25 requirement, and just leave it to NodeJS >= 22, which would resolve correctly by default.P.S.: The
pkgrelis0atm, should be1at least.S13ntist commented on 2026-05-23 12:39 (UTC)
This works just fine, pick the provider that satisfies the constraints.
aminvakil commented on 2026-05-23 09:41 (UTC)
depends=('nodejs>=22' 'nodejs<25')
AFAIK this does not work in a clean environment, I tried this for thelounge-beta package and it failed, because of nodejs < 25, it tries installing nodejs 20.
https://github.com/aminvakil/aur/actions/runs/26218302680/job/77146358170
Angular9878 commented on 2025-12-13 04:18 (UTC)
Thanks @ChrisTX, this solution worked for me.
Just to outline the process for others a little more explicitly:
ChrisTX commented on 2025-10-24 13:26 (UTC)
With NodeJS 25, which is now in extra, the package stops working as the
jwadependency is too old in theyarn.lock. The unfixed version usesbuffer-equal-constant-time, which doesn't work on NodeJS 25 anymore due to the removal of the SlowBuffer API. I've opened a bug report upstream for this. I've modified the package locally toyarn upgradeto newer dependencies, which works fine on NodeJS 25. Otherwise, you'd need to use the LTS version (22 works fine).S13ntist commented on 2024-11-07 18:06 (UTC)
you are using the wrong yarn. Use yarn 1
phillip_s commented on 2024-11-06 21:35 (UTC) (edited on 2024-11-06 21:38 (UTC) by phillip_s)
Having an issue building
```! The local project doesn't define a 'packageManager' field. Corepack will now add one referencing yarn@4.2.2+sha512.c44e283c54e02de9d1da8687025b030078c1b9648d2895a65aab8e64225bfb7becba87e1809fc0b4b6778bbd47a1e2ab6ac647de4c5e383a53a7c17db6c3ff4b. ! For more details about this field, consult the documentation at https://nodejs.org/api/packages.html#packagemanager
Unknown Syntax Error: Unsupported option name ("--prod").
$ yarn install [--json] [--immutable] [--immutable-cache] [--refresh-lockfile] [--check-cache] [--check-resolutions] [--inline-builds] [--mode #0] ==> ERROR: A failure occurred in prepare(). Aborting... error: failed to build 'thelounge-4.4.3-3': error: packages failed to build: thelounge-4.4.3-3```
kode54 commented on 2024-10-28 10:09 (UTC)
New one for you: Suggestion to:
So that it will only try to start and connect to online networks when the host's network is actually online.
kode54 commented on 2024-05-18 01:31 (UTC) (edited on 2024-10-28 10:08 (UTC) by kode54)
Kernel 6.9.1 is out, and it's still broken building it. Feel free to tell me what bug I am supposed to report to the kernel devs, since this must not be a user space issue.
Edit: Disregard this comment now, it was a passing bug, long since squashed.
kode54 commented on 2024-05-12 11:47 (UTC)
Turns out it's kernel 6.9. I'll stick with 6.8.
1 2 3 Next › Last »