Getting this error message at the end. Upgrading from 1.3.3.
cat: /usr/lib/electron/version: No such file or directory
==> ERROR: A failure occurred in package_joplin-desktop-electron().
Aborting...
Git Clone URL: | https://aur.archlinux.org/joplin.git (read-only, click to copy) |
---|---|
Package Base: | joplin |
Description: | A note taking and to-do application with synchronization capabilities - CLI App |
Upstream URL: | https://joplinapp.org/ |
Keywords: | markdown note notetaking productivity |
Licenses: | AGPL-3.0-or-later |
Groups: | joplin |
Submitter: | masterkorp |
Maintainer: | cuihao |
Last Packager: | cuihao |
Votes: | 267 |
Popularity: | 1.09 |
First Submitted: | 2018-04-18 16:33 (UTC) |
Last Updated: | 2025-05-21 00:50 (UTC) |
« First ‹ Previous 1 .. 32 33 34 35 36 37 38 39 40 41 42 .. 60 Next › Last »
Getting this error message at the end. Upgrading from 1.3.3.
cat: /usr/lib/electron/version: No such file or directory
==> ERROR: A failure occurred in package_joplin-desktop-electron().
Aborting...
@masterkorp I seem to be having the same problem. joplin-desktop is not being installed, while joplin-cli is (directly in /usr/share/joplin-cli)
@lilgeek its not suposed to be there, now its using the joplin-cli and joplin-desktop
@NatOsaka, can you give more context pn this problem ?
@masterkorp The error reported by NatOsaka is there after the latest update Latest update seems to not create /usr/share/joplin/joplin
@NatOsaka: Could you help with which commit was rolled back and how? I am having the same issue.
Latest update seems to not create /usr/share/joplin/joplin
. I rolled back a commit and the joplin binary is correctly built.
@tag_enk can you try extra-x86_64-build
build in a clean env?
anyone got a fix for this? nothing is working for me at this point
On Manjaro (at least) Joplin 1.2.6-1 cli interface fails to start with a missing sqlite3 module error.
Following the comment by @Retro64XYZ on 2020-08-10, this can be fixed by:
cd /usr/share/joplin-cli
sudo npm install sqlite3 --unsafe-perm
I hope this can help someone else.
This package needs an electron dependency. It was failing to build for me.
I had electron-lts-carbon installed. Soon as I switched to community/electron 10.1.5-1, the package built and installed successfully.
Pinned Comments
cuihao commented on 2025-05-18 23:40 (UTC)
Thank you dosenpils and masterkorp for supporting the package.
I replaced the PKGBUILD with the version I wrote for the archlinuxcn repo. I will do my best to follow the latest nodejs and electron versions.
Please try to build in a clean chroot (i.e., with
extra-x86_64-build
fromdevtools
package) if you have problems building the package.