Package Details: session-desktop 1.13.2-1

Git Clone URL: https://aur.archlinux.org/session-desktop.git (read-only, click to copy)
Package Base: session-desktop
Description: Onion routing based messenger
Upstream URL: https://getsession.org
Keywords: loki messenger session signal
Licenses: GPL-3.0-only
Submitter: xXR01I1Xx
Maintainer: mhdi
Last Packager: mhdi
Votes: 14
Popularity: 1.40
First Submitted: 2020-03-23 07:39 (UTC)
Last Updated: 2024-08-30 18:54 (UTC)

Latest Comments

« First ‹ Previous 1 2 3 4 Next › Last »

antony.ho commented on 2022-04-08 20:38 (UTC) (edited on 2022-04-08 20:52 (UTC) by antony.ho)

Getting the node version error as previous discussions. Even with manual modification on the PKGBUILD and switching to v10.19.0.

error session-desktop@1.7.6: The engine "node" is incompatible with this module. Expected version "^14.16.0". Got "10.19.0"
error Found incompatible module.

I edited the PKGBUILD and bumped node version to 14.16.0 as mentioned in the error log. I got the build process passed through the node version error.

But now there is error on the yarn.lock.

[3/6] Fetching packages...
error Couldn't find match for "ad0db5dd09c0ea4007b1c46bd4f7273827803347" in "refs/heads/better-sqlcipher,refs/heads/feature/log-corruption,refs/heads/no-openssl,refs/heads/tmp" for "https://github.com/signalapp/better-sqlite3".

How could the official Linux CI build pipeline pass?

All the reported errors above could be found at issue ticket: https://github.com/oxen-io/session-desktop/issues/1635

sperg512 commented on 2022-03-17 19:33 (UTC)

There are some issues with the auto updating script that I couldn't figure out. I'll be implementing an alternative solution later

ardency commented on 2022-01-29 01:11 (UTC)

This package doesn't build, and it would appear that this issues has been ongoing for half a year? Why do you keep bumping the version without fixing the package? :/

HEAD is now at 38202ba6f Merge pull request #2141 from Bilb/cleanup-attachment
Downloading and installing node v10.19.0...
Downloading https://nodejs.org/dist/v10.19.0/node-v10.19.0-linux-x64.tar.xz...
##################################################################################################################################################### 100.0%
Computing checksum with sha256sum
Checksums matched!
Now using node v10.19.0 (npm v6.13.4)
==> Starting build()...
==> ERROR: A failure occurred in build().

odd-1 commented on 2021-09-18 10:18 (UTC)

Might be basic knowledge for Linux users, but how do I remove this package from my system??? I've not been able to update this package in the last 3(!) months, because of this "node" stuff, but I'm also not able to remove it because of the same error...

onurbbr commented on 2021-08-01 08:08 (UTC)

It doesn't compile with Node 14.16.0 version either, my friend. I think the problem is from the source code.

Neko-san commented on 2021-07-30 00:24 (UTC) (edited on 2021-07-30 00:24 (UTC) by Neko-san)

@sperg512 I also manually edited it to be 10.19.0 and it still failed :/

'said it expected version 14.[something] and found 10.x.x instead

sperg512 commented on 2021-07-29 23:59 (UTC)

That means a command silently failed. In this case, it was nvm use --delete-prefix v10.13.0 --silent. I think it should be 10.19.0, will try to fix later

Neko-san commented on 2021-07-29 23:56 (UTC)

I'm not understanding what's going wrong in the build process here?

HEAD is now at 8970daf29 Merge pull request #1812 from Bilb/fix-replying-focus-input
v10.19.0 is already installed.
Now using node v10.19.0 (npm v6.13.4)
==> Sources are ready.
session-desktop-1.6.9-1: parsing pkg list...
==> Making package: session-desktop 1.6.9-1 (Thu 29 Jul 2021 06:48:36 PM CDT)
==> Checking runtime dependencies...
==> Checking buildtime dependencies...
==> WARNING: Using existing $srcdir/ tree
==> Removing existing $pkgdir/ directory...
==> Starting build()...
==> ERROR: A failure occurred in build().
    Aborting...

odd-1 commented on 2021-06-15 11:47 (UTC)

Hope your exams went well!

Unfortunatelly, at the step packaging platform=linux arch=x64 electron=8.2.0 appOutDir=release/linux-unpacked targets [ 'tar.xz' ]

this error: ⨯ Cannot read property 'options' of undefined stackTrace= TypeError: Cannot read property 'options' of undefined at module.exports (/var/tmp/pamac-build-user/session-desktop/src/session-desktop/build/afterPackHook.js:19:38) at Packager.afterPack (/var/tmp/pamac-build-user/session-desktop/src/session-desktop/node_modules/app-builder-lib/src/packager.ts:541:29)

Can/should I do something and if yes, what?

sperg512 commented on 2021-05-25 13:02 (UTC)

sorry I've been busy with exams, I'll push out a new PKGBUILD in a few hours once I'm done