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
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.