Package Base Details: sozi

Git Clone URL: https://aur.archlinux.org/sozi.git (read-only, click to copy)
Submitter: linkmauve
Maintainer: sbmomeni
Last Packager: sbmomeni
Votes: 73
Popularity: 0.000000
First Submitted: 2010-10-28 11:53 (UTC)
Last Updated: 2023-08-03 18:39 (UTC)

Latest Comments

« First ‹ Previous 1 2 3 4 5 6 7 8 9 10 11 Next › Last »

Distag commented on 2017-05-29 14:52 (UTC)

Hello, 3 points: *the compilation doesn't work, with tmpfs=6G and yaourt -S sozi: […] npm WARN regenerator-transform@0.9.11 license should be a valid SPDX license expression stage 2 of babel-plugin-transform-regenerator-6.24.1 installation ... stage 2 of babel-preset-es2015-6.24.1 installation ... cp: impossible to create direct link 'node_modules/babel-plugin-transform-es2015-parameters/node_modules/babel-helper-call-delegate/node_modules/babel-traverse/node_modules/babel-messages/node_modules/babel-runtime/core-js/math/imulh.js' to '/tmp/yaourt-tmp-distag/aur-sozi/src/build/babel-plugin-transform-es2015-parameters-6.24.1/node_modules/babel-helper-call-delegate/node_modules/babel-traverse/node_modules/babel-messages/node_modules/babel-runtime/core-js/math/imulh.js': No space available on the device *the compilation doesn't work, with yaourt --tmp /home/distag/tmp -S sozi: […] ==> npm install completed successfully bower fontawesome-v4.7.0.tar#* ENOSPC ENOSPC: no space left on device, mkdir '/tmp/distag/bower' Stack trace: Error: ENOSPC: no space left on device, mkdir '/tmp/distag/bower' Console trace: Error at StandardRenderer.error (/usr/lib/node_modules/bower/lib/renderers/StandardRenderer.js:81:37) at Logger.<anonymous> (/usr/lib/node_modules/bower/lib/bin/bower.js:110:26) at emitOne (events.js:96:13) at Logger.emit (events.js:191:7) at Logger.emit (/usr/lib/node_modules/bower/lib/node_modules/bower-logger/lib/Logger.js:29:39) at /usr/lib/node_modules/bower/lib/commands/index.js:48:20 at _rejected (/usr/lib/node_modules/bower/lib/node_modules/q/q.js:844:24) at /usr/lib/node_modules/bower/lib/node_modules/q/q.js:870:30 at Promise.when (/usr/lib/node_modules/bower/lib/node_modules/q/q.js:1122:31) at Promise.promise.promiseDispatch (/usr/lib/node_modules/bower/lib/node_modules/q/q.js:788:41) System info: Bower version: 1.8.0 Node version: 7.10.0 OS: Linux 4.11.2-1-ARCH x64 *Why is this package so big? I have the impression to download all my computer just for a simple software.

sbmomeni commented on 2016-12-03 12:56 (UTC)

@carmelom, @oberon2007 I updated some of dependencies... It now builds with nodejs v7.2.0

oberon2007 commented on 2016-12-02 17:10 (UTC) (edited on 2016-12-02 17:17 (UTC) by oberon2007)

Ok. The problem is that since the recent icu update we cannot just downgrade nodejs to v6. The old package is broken. I have created a new AUR package just now: nodejs6 Add this as a depends (or just install it, replacing nodejs) and sozi will build. Just be aware that building nodejs takes a while... ;)

oberon2007 commented on 2016-12-02 16:08 (UTC)

Build fails with: Running "nw-bundle" task Warning: Task "nodewebkit" not found. Use --force to continue.

carmelom commented on 2016-11-20 17:57 (UTC) (edited on 2016-11-20 18:03 (UTC) by carmelom)

Hi there, I'm signalling here that makepkg fails if one's using nodejs v7. Trying a manual build as explained on https://github.com/senshu/Sozi, I see that grunt is failing with "Error: Cannot find module 'internal/fs'", which I understood is a versioning problem related to node, rather than to the sozi package itself. My solution was to rely on nvm (https://aur.archlinux.org/packages/nvm/) to switch back to version 6.0.0. Then everything worked fine. Edit: now I see that some time ago there was the same problem with nodejs 5 vs 6, sorry for the repost. Anyway, nvm seems a good way to make the downgrade for the build.

fsiegert commented on 2016-08-29 08:31 (UTC)

@sbmomeni Thanks for the quick reply (and packaging), that's even better! I have requested deletion of the sozi-extras-media package to avoid duplication and confusion.

sbmomeni commented on 2016-08-28 10:49 (UTC)

@fsiegert: Thanks for the package. As the "tools_texts2paths" and "extras_media" packages can be built from the same source files (without additional building), I added two new package_* functions to this package to create them. Your package functionality is now provided by [this](https://aur.archlinux.org/packages/sozi-extras_media/) subpackage and declared as an optional dependency.

fsiegert commented on 2016-08-26 07:58 (UTC)

Dear all, I have added a package for the sozi-extras-media which contains the Inkscape extensions needed to embed audio/video in the SVG (cf. http://sozi.baierouge.fr/pages/tutorial-media.html): https://aur.archlinux.org/packages/sozi-extras-media/ @sbmomeni: Maybe this might be useful as an "optdepends" for sozi? And if you would prefer to take this over to make coordinated updates of both packages let me know and I'll add you as a co-maintainer or disown it. The package itself is completely trivial.

sbmomeni commented on 2016-06-30 15:34 (UTC)

@dodomorandi Thanks. It now works with nodejs6. BTW, the change which was suggested at <https://github.com/arunoda/meteor-up/issues/1001> was buggy. I commented about the correct change there.