Package Details: veusz 3.6.2-1

Git Clone URL: https://aur.archlinux.org/veusz.git (read-only, click to copy)
Package Base: veusz
Description: A 2D and 3D scientific plotting package, designed to create publication-ready PDF or SVG output
Upstream URL: https://veusz.github.io/
Licenses: GPL2
Submitter: None
Maintainer: sirocco
Last Packager: sirocco
Votes: 49
Popularity: 0.000155
First Submitted: 2008-10-03 15:23 (UTC)
Last Updated: 2023-03-03 03:10 (UTC)

Dependencies (13)

Required by (0)

Sources (1)

Latest Comments

« First ‹ Previous 1 2 3 4 5 6 Next › Last »

tnilzon commented on 2022-07-04 08:39 (UTC)

v3.4-2 Does not build: File "/usr/lib/python3.10/site-packages/sipbuild/module/abi_version.py", line 106, in resolve_abi_version raise UserException(f"'{abi_version}' is not a supported ABI version") sipbuild.exceptions.UserException ==> ERROR: A failure occurred in build().

System: Operating System: Manjaro Linux KDE Plasma Version: 5.24.5 KDE Frameworks Version: 5.95.0 Qt Version: 5.15.5 Kernel Version: 5.18.6-1-MANJARO (64-bit) Graphics Platform: X11 Processors: 8 × Intel® Core™ i7-9700K CPU @ 3.60GHz Memory: 31,2 GiB of RAM Graphics Processor: Mesa Intel® UHD Graphics 630

sirocco commented on 2022-05-30 02:42 (UTC)

Done, thanks everyone.

programegg commented on 2022-05-29 03:41 (UTC)

@tinywrkb that seems to have solved the issue. Didn't realize there was sip-65 on the AUR.

tinywrkb commented on 2022-05-28 20:42 (UTC)

@programegg try changing sip makedepend to sip-65.

programegg commented on 2022-05-25 14:29 (UTC)

Currently does not build. May be related to sip. Output of makepkg:

==> Starting build()...
Traceback (most recent call last):
  File "/tmp/makepkg/veusz/src/veusz-3.4/setup.py", line 35, in <module>
    import pyqtdistutils
  File "/tmp/makepkg/veusz/src/veusz-3.4/pyqtdistutils.py", line 15, in <module>
    from sipbuild.code_generator import set_globals, parse, generateCode
ImportError: cannot import name 'parse' from 'sipbuild.code_generator' (/usr/lib/python3.10/site-packages/sipbuild/code_generator.abi3.so)
==> ERROR: A failure occurred in build().
    Aborting...

sirocco commented on 2021-10-23 14:25 (UTC) (edited on 2021-10-23 15:06 (UTC) by sirocco)

Just create a binary package veusz-bin.

https://wiki.archlinux.org/title/AUR_submission_guidelines

Packages that use prebuilt deliverables, when the sources are available, must use the -bin suffix.

medmedin commented on 2021-10-22 13:07 (UTC)

@sirocco What is the need of compiling source code where the binary is released ? Every known app has migrated from the old school "source compling" to binary.

danberdev commented on 2021-01-12 18:47 (UTC)

Veusz depends on sip that has received a major update, apparently breaking it into several smaller tools. The package in the [extra] repository provides the new version, thus build fails.

To fix that manually install sip4. It'll provide the needed /usr/bin/sip for successful installation.

Vitrum-cnkj34kr8 commented on 2020-12-08 17:11 (UTC)

My problem was in this line:

  ln -s /usr/lib/python3.9/site-packages/PyQt5/bindings/ NEW/PyQt5

Manjaro is still using Python 3.8; after fixing, it compiles correct.

Vitrum-cnkj34kr8 commented on 2020-12-08 16:20 (UTC)

Recents update v3.3.1-1 fails on build():

building 'veusz.helpers.threed' extension
/usr/bin/sip -c build/temp.linux-x86_64-3.8/sip-threed -n PyQt5.sip -t Qt_5_15_0 -t WS_X11 -I NEW/PyQt5 veusz/helpers/src/threed/threed.sip
sip: Unable to find file "QtCore/QtCoremod.sip"
error: command '/usr/bin/sip' failed with exit status 1
==> ERROR: A failure occurred in build().