Package Details: tandoor-recipes-git 1.2.2.r1199.a497a6b7-3

Git Clone URL: https://aur.archlinux.org/tandoor-recipes-git.git (read-only, click to copy)
Package Base: tandoor-recipes-git
Description: None
Upstream URL: https://github.com/TandoorRecipes/recipes
Licenses: GPL
Conflicts: tandoor-recipes
Provides: tandoor-recipes
Submitter: jeromedc
Maintainer: jeromedc
Last Packager: jeromedc
Votes: 0
Popularity: 0.000000
First Submitted: 2023-05-13 21:44 (UTC)
Last Updated: 2024-03-06 22:14 (UTC)

Latest Comments

AlD commented on 2024-07-03 12:14 (UTC)

It does start, but for some reason the property editor view isn't being created, which breaks the context menu.

I'm not very familiar with the npm universe. I had read that peer dependencies are not installed automatically (https://blog.npmjs.org/post/110924823920/npm-weekly-5), but apparently that's actually outdated (https://github.blog/2020-10-13-presenting-v7-0-0-of-the-npm-cli/).

I'll try to find some time to track this down. For now https://github.com/TandoorRecipes/recipes/pull/3204 works around this successfully for me.

jeromedc commented on 2024-07-03 00:33 (UTC)

It's a warning, does the service start anyway?

In any case, this package does not control which JavaScript dependencies get installed. These are specified upstream here: https://github.com/TandoorRecipes/recipes/blob/develop/vue/yarn.lock

If this causes you an issue, you should file a ticket there.

AlD commented on 2024-07-02 13:17 (UTC)

Thanks for packaging this!

Looks like some dependencies are missing?

[3/4] Linking dependencies...
warning " > workbox-webpack-plugin@5.1.4" has unmet peer dependency "webpack@^4.0.0".
warning " > @babel/eslint-parser@7.22.15" has unmet peer dependency "@babel/core@^7.11.0".
warning " > @codemirror/autocomplete@6.13.0" has unmet peer dependency "@codemirror/language@^6.0.0".
warning " > @codemirror/autocomplete@6.13.0" has unmet peer dependency "@lezer/common@^1.0.0".
warning " > @vue/composition-api@1.7.2" has incorrect peer dependency "vue@>= 2.5 < 2.7".
warning " > babel-loader@9.1.3" has unmet peer dependency "@babel/core@^7.12.0".
warning " > babel-loader@9.1.3" has unmet peer dependency "webpack@>=5".
warning "bootstrap-vue > bootstrap@4.6.2" has unmet peer dependency "jquery@1.9.1 - 3".
warning " > workbox-webpack-plugin@7.0.0" has unmet peer dependency "webpack@^4.4.0 || ^5.9.0".

capstayn commented on 2023-07-18 10:45 (UTC)

Thanks, after updating the package the service is up and running now.

jeromedc commented on 2023-07-16 19:54 (UTC)

Thanks for your report.

That cryptic error simply means that the service user's home directory doesn't exist: "/var/lib/tandoor".

You can create it yourself, or update the package, it should be fixed now.

capstayn commented on 2023-07-15 16:11 (UTC)

sudo systemctl start tandoor.service

fails with this error:

Jul 15 16:59:47 saturn (gunicorn)[1399]: tandoor.service: Failed to set up mount namespacing: /run/systemd/unit-root/var/lib/tandoor: No such file or directory
Jul 15 16:59:47 saturn (gunicorn)[1399]: tandoor.service: Failed at step NAMESPACE spawning /usr/share/tandoor/venv/bin/gunicorn: No such file or directory

the file '/usr/share/tandoor/venv/bin/gunicorn' exists.