Package Details: scidavis-qt5 2.9.2-1

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)

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

extra-x86_64-build -- -I ../qwt5-qt5/qwt5-qt5-5.2.3.4-3-x86_64.pkg.tar.zst

Sorry for the inconvenience.

Latest Comments

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

hiwigiwi commented on 2021-10-20 09:42 (UTC) (edited on 2021-10-20 09:45 (UTC) by hiwigiwi)

build fails:

CMake Error: The INTERFACE_QT_MAJOR_VERSION property of "Qt6::Core" does not agree with the value of QT_MAJOR_VERSION already determined for "libscidavis".

CMake Error: The INTERFACE_QT_MAJOR_VERSION property of "Qt6::Core" does not agree with the value of QT_MAJOR_VERSION already determined for "scidavis".

-- Generating done CMake Generate step failed. Build files cannot be regenerated correctly. ==> ERROR: A failure occurred in build(). Aborting...

jaro3 commented on 2021-05-16 11:09 (UTC)

Thanks, built after:

pacman -Rs qwtplot3d-qt5

srtlg commented on 2021-05-15 18:58 (UTC)

You have to remove qwtplot3-qt5

jaro3 commented on 2021-05-15 14:29 (UTC)

doesn't build ;-;

/usr/src/tmp/scidavis-qt5/src/scidavis-2.4.0/libscidavis/src/Graph3D.cpp: In member function ‘void Graph3D::copyImage()’:
/usr/src/tmp/scidavis-qt5/src/scidavis-2.4.0/libscidavis/src/Graph3D.cpp:1948:65: error: ‘class Qwt3D::SurfacePlot’ has no member named ‘grabFramebuffer’; did you mean ‘grabFrameBuffer’?
 1948 |     QApplication::clipboard()->setPixmap(QPixmap::fromImage(sp->grabFramebuffer()),
      |                                                                 ^~~~~~~~~~~~~~~
      |                                                                 grabFrameBuffer
/usr/src/tmp/scidavis-qt5/src/scidavis-2.4.0/libscidavis/src/Graph3D.cpp: In member function ‘void Graph3D::exportImage(const QString&, int, bool)’:
/usr/src/tmp/scidavis-qt5/src/scidavis-2.4.0/libscidavis/src/Graph3D.cpp:1956:46: error: ‘class Qwt3D::SurfacePlot’ has no member named ‘grabFramebuffer’; did you mean ‘grabFrameBuffer’?
 1956 |         QPixmap pic = QPixmap::fromImage(sp->grabFramebuffer());
      |                                              ^~~~~~~~~~~~~~~
      |                                              grabFrameBuffer
/usr/src/tmp/scidavis-qt5/src/scidavis-2.4.0/libscidavis/src/Graph3D.cpp:1979:25: error: ‘class Qwt3D::SurfacePlot’ has no member named ‘grabFramebuffer’; did you mean ‘grabFrameBuffer’?
 1979 |         QImage im = sp->grabFramebuffer();
      |                         ^~~~~~~~~~~~~~~
...
make[2]: *** [libscidavis/CMakeFiles/libscidavis.dir/build.make:280: libscidavis/CMakeFiles/libscidavis.dir/src/Graph3D.cpp.o] Error 1
make[2]: *** Waiting for unfinished jobs....
make[1]: *** [CMakeFiles/Makefile2:369: libscidavis/CMakeFiles/libscidavis.dir/all] Error 2
make: *** [Makefile:156: all] Error 2
==> ERROR: A failure occurred in build().
    Aborting...
==> ERROR: Makepkg was unable to build scidavis-qt5.

mihai commented on 2021-04-27 05:14 (UTC)

Trying scidavis-qt5. Get the error:

sip: Unable to find file "QtCore/QtCoremod.sip" Project ERROR: python python-sipcmd.py PyQt5 python-config --includes -c ../tmp/scidavis src/scidavis.sip FAILED in /home/mihai/y-arhiva/AUR/scidavis-qt5/src/scidavis-2.3.0/libscidavis make: *** [Makefile:97: sub-libscidavis-make_first-ordered] Error 3 ==> ERROR: A failure occurred in build().

kaugummiheld commented on 2021-03-09 15:59 (UTC)

I'm still getting the same error as aenderboy when trying to install. Anybody know how to fix this?

aenderboy commented on 2021-01-12 17:12 (UTC)

Does not build right now because sip does not supply such an executable anymore:

Project MESSAGE: Making PyQt bindings via SIP
sh: line 1: /usr/bin/sip: No such file or directory
Project ERROR: `python python-sipcmd.py PyQt5` `python-config --includes` -c ../tmp/scidavis src/scidavis.sip FAILED in /home/peter/.cache/yay/scidavis-qt5/src/scidavis-2.3.0/libscidavis
make: *** [Makefile:97: sub-libscidavis-make_first-ordered] Error 3

archisman commented on 2020-09-18 14:30 (UTC) (edited on 2020-09-18 14:36 (UTC) by archisman)

The old AUR named "scidavis" has been deleted, and merged with scidavis-qt5. Kindly rename this package to "scidavis", as that is the name of the actual software. Nowadays qt5 is standard, so there is no need to mention it in the package name anymore.

dvk commented on 2020-06-19 04:41 (UTC)

Thank you for the explanation. The package builds successfully with muparser-2.2.6-2. We can keep muparser in the IgnorePkg until the issue is resolved upstream.