Hehe... The python patch is the reason it won't build ^^, in /scidavis.1.D8/scidavis/python-sipcmd.py it changed:
print " ".join([config.sip_bin, "-I", config.pyqt_sip_dir, config.pyqt_sip_flags] + flags)
to:
print " ".join(["/usr/bin/sip", "-I", "/usr/share/sip", "-x VendorID -t WS_X11 -t Qt_4_8_6 -x Py_v3"] + flags)
which won't work for us because Arch installs the files scidavis wants from pyqt4-common to /usr/share/sip/PyQt4/.
Just add 'sed -i "s|/usr/share/sip|/usr/share/sip/PyQt4/|g" ${srcdir}/${pkgname}.${pkgver}/${pkgname}/python-sipcmd.py' to the end of the prepare function and it builds.
Working PKGBUILD here: https://paste.xinu.at/bAK0S/
Search Criteria
Package Details: scidavis-qt5 2.9.2-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/scidavis-qt5.git (read-only, click to copy) |
---|---|
Package Base: | scidavis-qt5 |
Description: | Application for Scientific Data Analysis and Visualization, fork of QtiPlot. Qt5 port |
Upstream URL: | http://scidavis.sourceforge.net/ |
Licenses: | GPL |
Conflicts: | python-sip4, scidavis |
Submitter: | srtlg |
Maintainer: | srtlg |
Last Packager: | srtlg |
Votes: | 61 |
Popularity: | 0.000000 |
First Submitted: | 2019-07-05 12:50 (UTC) |
Last Updated: | 2023-05-26 10:38 (UTC) |
Dependencies (18)
- desktop-file-utils (desktop-file-utils-gitAUR)
- glu (glu-gitAUR)
- gsl (gsl-gitAUR)
- hicolor-icon-theme (hicolor-icon-theme-gitAUR)
- mesa (mesa-minimal-gitAUR, mesa-gitAUR, mesa-wsl2-gitAUR, amdonly-gaming-mesa-gitAUR, mesa-amd-bc250AUR, mesa-amber)
- muparser
- python (python37AUR, python311AUR, python310AUR)
- python-pyqt5 (python-pyqt5-sip4AUR, python-pyqt5-webkitAUR)
- python-pyqt5-sip
- python-scipy (python-scipy-gitAUR, python-scipy-mkl-binAUR, python-scipy-mkl-tbbAUR, python-scipy-mklAUR)
- qt5-svg (qt5-svg-gitAUR)
- shared-mime-info
- boost (boost-gitAUR) (make)
- cmake (cmake-gitAUR) (make)
- pyqt-builder (make)
- qt5-tools (make)
- qwt5-qt5AUR (make)
- sip (make)
Required by (0)
Sources (3)
Latest Comments
« First ‹ Previous 1 .. 4 5 6 7 8 9 10 11 12 13 Next › Last »
chron commented on 2015-04-20 19:39 (UTC)
rami commented on 2015-02-13 13:21 (UTC)
Currently fails. The real reason seems to be:
make[1]: Entering directory '/tmp/yaourt-tmp-raphael/aur-scidavis/src/scidavis.1.D8/scidavis'
/usr/bin/qmake-qt4 -o Makefile scidavis.pro
Project MESSAGE: Building with preset linux_package
sip: Deprecation warning: ../scidavis/src/scidavis.sip:34: %Module version number should be specified using the 'version' argument
sip: Unable to find file "QtCore/QtCoremod.sip"
Does anyone know a fix for this?
arcanis commented on 2014-07-23 08:29 (UTC)
https://sourceforge.net/p/scidavis/scidavis-bugs/243/
vit commented on 2014-03-06 03:01 (UTC)
IS there anyone, who is familiar with python and sip? There is a problem with python scripting described here: https://sourceforge.net/p/scidavis/scidavis-bugs/234/ maybe someone could help to solve this.
arcanis commented on 2014-02-10 17:43 (UTC)
@redshift
yep, thank you
redshift commented on 2014-02-10 09:13 (UTC)
Hi, I noticed that glu was needed to build. thanks.
arcanis commented on 2014-02-02 10:58 (UTC)
Oh, sorry, I tried build it with qwt and forgot edit dependencies list. Yep, qwt5 is needed, but not qwt
VDP76 commented on 2014-02-02 10:17 (UTC)
sirocco is right, qwt5 is needed. Please, add it to the depends in the PKGBUILD.
sirocco commented on 2014-02-02 09:58 (UTC)
without qwt5:
scidavis: error while loading shared libraries: libqwt5.so.1: cannot open shared object file: No such file or directory
Pinned Comments
srtlg commented on 2022-01-28 22:02 (UTC) (edited on 2023-05-26 10:37 (UTC) by srtlg)
This package does only build in a clean chroot via
Sorry for the inconvenience.