I had an issue building sqlite3. I solved thanks to this https://github.com/laurent22/joplin/issues/6966. Basically I've done:
npm install -g n
n 16
And then I just installed from yay.
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.54 |
First Submitted: | 2018-04-18 16:33 (UTC) |
Last Updated: | 2024-07-29 19:54 (UTC) |
« First ‹ Previous 1 2 3 4 5 6 7 8 9 10 11 .. 54 Next › Last »
I had an issue building sqlite3. I solved thanks to this https://github.com/laurent22/joplin/issues/6966. Basically I've done:
npm install -g n
n 16
And then I just installed from yay.
Hello,
Joplin currently doesn't compile. It fails with some : node-pre-gyp http 403 status code downloading tarball https://mapbox-node-binary.s3.amazonaws.com/sqlite3/v4.2.0/node-v111-linux-x64.tar.gz
Then fails building sqlite3.
Plus, why does it need python2 which is completely obsolete ?
Kind regards.
Can confirm the error mentioned by @mixin happens to me too.
The python2 dependency which is a problem with node-gyp can be avoided. I'm not sure how to correct this via PKGBUILD though. Using nvm to install/use lts/dubnium (nodejs 10), joplin-desktop then builds without error and without python2.
Hi, please update PKGBUILD to use python since python2 has been recently removed from repository. After that, the build currently fails because of issue https://github.com/laurent22/joplin/issues/6966. After applying https://github.com/nodejs/nan/pull/943/files to src/joplin-2.8.8/packages/server/node_modules/nan I've been able to build it. By checking out the "dev" branch of the upstream repo the problem seems to have been resolved already. Just need to wait for an official release I guess.
This version is not out of date. Last release is v2.8.8
The joplin.sh seems to have a typo, it should be
node main.js "${@}"
without this change i can't create notes with multiple spaces, like jupiter mknote "a long text"
This error is occuring:
$ joplin
/usr/share/joplin/node_modules/sharp/lib/constructor.js:34
throw new Error(error);
^
Error:
Something went wrong installing the "sharp" module
libvips-cpp.so.42: cannot open shared object file: No such file or directory
- Remove the "node_modules/sharp" directory then run
"npm install --ignore-scripts=false --verbose" and look for errors
- Consult the installation documentation at https://sharp.pixelplumbing.com/install
- Search for this error at https://github.com/lovell/sharp/issues
at Object.<anonymous> (/usr/share/joplin/node_modules/sharp/lib/constructor.js:34:9)
at Module._compile (node:internal/modules/cjs/loader:1149:14)
at Module._extensions..js (node:internal/modules/cjs/loader:1203:10)
at Module.load (node:internal/modules/cjs/loader:1027:32)
at Module._load (node:internal/modules/cjs/loader:868:12)
at Module.require (node:internal/modules/cjs/loader:1051:19)
at require (node:internal/modules/cjs/helpers:103:18)
at Object.<anonymous> (/usr/share/joplin/node_modules/sharp/lib/index.js:3:15)
at Module._compile (node:internal/modules/cjs/loader:1149:14)
at Module._extensions..js (node:internal/modules/cjs/loader:1203:10)
Node.js v18.10.0
Installing libvips
fixes the error
Does this still need python2
? And if so, which part of the build process? This package is already gone from the main Arch Linux repos.
[EDIT] It seems that some packages need to be manually installed beforehand, like yq. (Or perhaps this a build tool problem; I'm using pacaur.)
[OLD] I get:.../.cache/pacaur/joplin/PKGBUILD: line 66: yq: command not found
I guess this is some sort of python package, which is not on AUR? How can this be solved, is this an "install dependency" only?
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