The downgrade from @maykin and @ridgea works. Can we get a fix to the PKGBUILD?
Search Criteria
Package Details: joplin-desktop 3.0.14-1
Package Actions
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 - Desktop |
Upstream URL: | https://joplinapp.org/ |
Keywords: | markdown note notetaking productivity |
Licenses: | MIT |
Groups: | joplin |
Conflicts: | joplin-desktop-electron |
Submitter: | masterkorp |
Maintainer: | masterkorp |
Last Packager: | masterkorp |
Votes: | 262 |
Popularity: | 1.44 |
First Submitted: | 2018-04-18 16:33 (UTC) |
Last Updated: | 2024-07-29 19:54 (UTC) |
Dependencies (22)
- electron (electron-binAUR)
- gtk3 (gtk3-no_deadkeys_underlineAUR, gtk3-classicAUR, gtk3-classic-xfceAUR, gtk3-patched-filechooser-icon-viewAUR)
- libexif (libexif-gitAUR)
- libgsf (libgsf-gitAUR)
- libjpeg-turbo (mozjpeg-gitAUR, libjpeg-turbo-gitAUR, mozjpegAUR)
- libwebp (libwebp-gitAUR)
- libxss
- nodejs (nodejs-lts-fermiumAUR, nodejs-gitAUR, python-nodejs-wheelAUR, nodejs-lts-hydrogen, nodejs-lts-iron)
- nss (nss-hgAUR)
- orc
- electron (electron-binAUR) (make)
- git (git-gitAUR, git-glAUR) (make)
- jq (jq-gitAUR) (make)
- libgsf (libgsf-gitAUR) (make)
- node-gyp (corepackerAUR) (make)
- npm (corepackerAUR, python-nodejs-wheelAUR) (make)
- python (python37AUR, python311AUR, python310AUR) (make)
- python-setuptools (make)
- rsync (rsync-gitAUR, rsync-reflinkAUR, rsync-reflink-gitAUR) (make)
- yarn (yarn-pnpm-corepackAUR, yarn-berryAUR, corepackerAUR) (make)
- Show 2 more dependencies...
Required by (0)
Sources (4)
Latest Comments
« First ‹ Previous 1 .. 24 25 26 27 28 29 30 31 32 33 34 .. 54 Next › Last »
phonemic commented on 2020-12-17 13:29 (UTC)
galvez_65 commented on 2020-12-17 01:09 (UTC) (edited on 2020-12-18 02:55 (UTC) by galvez_65)
I am getting the same error as @lucianf
/usr/bin/joplin-desktop: line 12: ./@joplinapp-desktop: No such file or directory
I double checked the pkg folder and there is no @joplinapp-dektop file created. Does anyone know how to fix this?
update: commenting out
npm install compare-version # Joplin Cli needs this
./node_modules/.bin/lerna bootstrap
allows the package to build correctly. I have no idea how that affects joplin-cli as I don't use that
Also rebuilding seems to eliminate the re2 issue
professed commented on 2020-12-17 00:37 (UTC)
@Darkmind2007: The package was split to make it simpler for people to install only the CLI or the desktop version. You can (re)install the desktop version by installing the joplin-desktop-electron
package.
You may need to pass the --nocheck
flag to makepkg
(see below) in order for the build of the desktop package to work, but this is a temporary bug.
Darkmind2007 commented on 2020-12-16 20:10 (UTC)
After the update today, "joplin 1.4.19-8" package only contains "joplin-cli". Any ideas why the desktop version was removed?
maykin commented on 2020-12-16 18:32 (UTC)
I needed to downgrade re2
:
sudo pacman -U /var/cache/pacman/pkg/re2-1\:20201001-1-x86_64.pkg.tar.zst
phonemic commented on 2020-12-15 17:30 (UTC)
@ridgea Confirmed. I have the same issue.
ridgea commented on 2020-12-15 09:04 (UTC)
FYI: today electron package in my system was updated alongside with re2 (as a dependency) 11.1.0 _1 -> 11.1.0 _2
After that joplin-desktop didn't start, had to downgrade electron
to the previous version (the new version requires newer re2, that contains libre2.so.9 when joplin requires libre2.so.8)
Jeff_WuYo commented on 2020-12-14 11:19 (UTC)
Somehow, I use systemd-networkd as my network manager, joplin failed no matter what flags I use. In the output, yay failed to get a appimage from github.com/electron-userland/electron-builder-binaries/release/download/appimage-12.0.1/appimage-12.0.1.7z
But if I use networkmanager from gnome, joplin installed as intended. I don't know if it's my resolved config problem or some other reason. It might be off topic.
lucianf commented on 2020-12-14 10:43 (UTC)
I tried installing joplin-desktop-electron
even with the suggestions below but I get this error when running it:
/usr/bin/joplin-desktop: line 12: ./@joplinapp-desktop: No such file or directory
I can only run the joplin-cli
version successfully. Any ideas?
Pinned Comments
masterkorp commented on 2021-12-27 11:30 (UTC) (edited on 2021-12-27 11:32 (UTC) by masterkorp)
Hello everyone,
There was been several difficulties upgrading the Joplin due to major changes in the build system upstream.
I have finnally got version 2.6.10 working with pacthes, but remenber:
You may need to remove your src/ folder before using this version
The patches are still not perfect, you must say yes to a prompt
I will continue working on this later today, but its usable and stable, please remenber you can always report issues on the github repository.
Regards, Alfredo Palhares
masterkorp commented on 2020-12-24 19:58 (UTC) (edited on 2020-12-24 20:00 (UTC) by masterkorp)
Hello everyone,
I will be renaming the packages to its final form.
Also, please for problems with the package, please open an issue on the Github repo, its really hard to provide support on the comments section, you can also email me.
If you have problems with the
check()
function, just run makepkg with the--nocheck
flag.Thank you for your patience. Regards, Alfredo Palhares