Package Details: notesnook 3.0.4-1

Git Clone URL: https://aur.archlinux.org/notesnook.git (read-only, click to copy)
Package Base: notesnook
Description: A fully open source & end-to-end encrypted note taking alternative to Evernote
Upstream URL: https://notesnook.com/
Keywords: electron encrypted notes
Licenses: GPL-3.0-or-later
Conflicts: notesnook
Provides: notesnook
Submitter: Radeox
Maintainer: zxp19821005
Last Packager: zxp19821005
Votes: 5
Popularity: 0.006041
First Submitted: 2022-09-05 10:09 (UTC)
Last Updated: 2024-05-13 03:43 (UTC)

Latest Comments

1 2 Next › Last »

zxp19821005 commented on 2024-05-17 08:20 (UTC)

@UmmIt Thank you for your feedback. I have also encountered the same problem. 'notesnook-git' has the same problem, too. I am not a developer myself, and all the compilation steps are based on reference "https://github.com/streetwriters/notesnook/actions/workflows/desktop.publish.yml". If you have any solutions, please provide them directly. Alternatively, you can consider using "https://aur.archlinux.org/packages/notesnook-electron-bin" .

UmmIt commented on 2024-05-15 02:06 (UTC)

Hello, there is an unbuildable problem.

> nx run @notesnook/web:"build:desktop"


> @notesnook/web@3.0.4 build:desktop
> cross-env PLATFORM=desktop vite build

failed to load config from /home/btw/.cache/yay/notesnook/src/notesnook-3.0.4/apps/web/vite.config.ts
error during build:
Error: The package "@esbuild/linux-x64" could not be found, and is needed by esbuild.

If you are installing esbuild with npm, make sure that you don't specify the
"--no-optional" or "--omit=optional" flags. The "optionalDependencies" feature
of "package.json" is used by esbuild to install the correct binary executable
for your current platform.
    at generateBinPath (/home/btw/.cache/yay/notesnook/src/notesnook-3.0.4/apps/web/node_modules/esbuild/lib/main.js:1899:15)
    at esbuildCommandAndArgs (/home/btw/.cache/yay/notesnook/src/notesnook-3.0.4/apps/web/node_modules/esbuild/lib/main.js:1969:33)
    at ensureServiceIsRunning (/home/btw/.cache/yay/notesnook/src/notesnook-3.0.4/apps/web/node_modules/esbuild/lib/main.js:2133:25)
    at build (/home/btw/.cache/yay/notesnook/src/notesnook-3.0.4/apps/web/node_modules/esbuild/lib/main.js:2025:26)
    at bundleConfigFile (file:///home/btw/.cache/yay/notesnook/src/notesnook-3.0.4/apps/web/node_modules/vite/dist/node/chunks/dep-bb8a8339.js:66194:26)
    at loadConfigFromFile (file:///home/btw/.cache/yay/notesnook/src/notesnook-3.0.4/apps/web/node_modules/vite/dist/node/chunks/dep-bb8a8339.js:66170:31)
    at resolveConfig (file:///home/btw/.cache/yay/notesnook/src/notesnook-3.0.4/apps/web/node_modules/vite/dist/node/chunks/dep-bb8a8339.js:65767:34)
    at build (file:///home/btw/.cache/yay/notesnook/src/notesnook-3.0.4/apps/web/node_modules/vite/dist/node/chunks/dep-bb8a8339.js:47926:26)
    at CAC.<anonymous> (file:///home/btw/.cache/yay/notesnook/src/notesnook-3.0.4/apps/web/node_modules/vite/dist/node/cli.js:842:15)

 ——————————————————————————————————————————————————————————————————————————————————————

 >  NX   Ran target build:desktop for project @notesnook/web and 12 task(s) they depend on (6s)

    ✖    1/13 failed
    ✔    12/13 succeeded [12 read from cache]

   View structured, searchable error logs at https://nx.app/runs/gcLL6Q30Od

==> ERROR: A failure occurred in build().
    Aborting...
 -> error making: notesnook-exit status 4
 -> Failed to install the following packages. Manual intervention is required:
notesnook - exit status 4

zxp19821005 commented on 2024-01-10 09:03 (UTC)

@wanderingice Thanks for your feedback,fixed it.

wanderingice commented on 2024-01-10 06:37 (UTC)

There's an issue building this, happening on multiple computers for me. It consistently freezes here:

>  NX   Successfully ran target release for project @notesnook/desktop and 2 tasks it depends on (3s)

   Nx read the output from the cache instead of running the command for 2 out of 3 tasks.

   See Nx Cloud run details at https://nx.app/runs/xCZ7ojJyLD

Need to install the following packages:
  electron-builder@24.9.1
Ok to proceed? (y) y
  • electron-builder  version=24.9.1 os=6.6.10-arch1-1
  • writing effective config  file=dist/builder-effective-config.yaml
  • rebuilding native dependencies  dependencies=@parcel/watcher@2.0.4 platform=linux arch=x64

It just hangs there indefinitely.

I find it strange that it has a reference to a cloud run, though when I click on that link nothing is found. Any ideas how to resolve? This is happening on two different machines for me.

zxp19821005 commented on 2023-09-25 02:15 (UTC)

@aquatic7 I've got another error today.The build actions I've wrote always follow this: https://github.com/streetwriters/notesnook/actions/workflows/desktop.publish.yml .I think maybe there was something wrong in upstream.

aquatic7 commented on 2023-09-22 21:23 (UTC) (edited on 2023-09-22 21:23 (UTC) by aquatic7)

Build error. What to do?

==> Validating source files with sha256sums... notesnook-2.6.5.tar.gz ... Passed notesnook.desktop ... Passed ==> Removing existing $srcdir/ directory...

==> Extracting sources... -> Extracting notesnook-2.6.5.tar.gz with bsdtar ==> Starting build()... npm ERR! code ENOENT npm ERR! syscall mkdir npm ERR! path /.npm npm ERR! errno -2 npm ERR! enoent ENOENT: no such file or directory, mkdir '/.npm' npm ERR! enoent This is related to npm not being able to find a file. npm ERR! enoent

begin-theadventu commented on 2023-06-30 13:56 (UTC) (edited on 2023-06-30 13:58 (UTC) by begin-theadventu)

Unfortunately, I wasn't able to build it correctly, so I disowned the package.

Junior5028 commented on 2023-06-26 12:36 (UTC) (edited on 2023-06-26 12:38 (UTC) by Junior5028)

@begin-theadventu Sure. Now this fails: cp: cannot stat '../build': No such file or directory ==> ERROR: A failure occurred in build(). Think it's line 46 in PKGBUILD.

begin-theadventu commented on 2023-06-26 12:05 (UTC)

@SpaceIsInfinite Thank you. I've corrected the paths, if there are still any problems, please let me know, I'll try to fix as soon as I can.

Junior5028 commented on 2023-06-26 05:31 (UTC) (edited on 2023-06-26 05:31 (UTC) by Junior5028)

This fails to build. /var/tmp/pamac-build-space-is-infinite/notesnook/PKGBUILD: line 44: cd: apps/web/desktop: No such file or directory ==> ERROR: A failure occurred in build().