You are not logged in.
I am trying to install valentino from AUR https://aur.archlinux.org/packages/valentina/
I am having this error
==> Making package: valentina 0.5.0-1 (Wed Jun 14 15:48:26 +0630 2017)
==> Checking runtime dependencies...
==> Checking buildtime dependencies...
==> Retrieving sources...
-> Found v0.5.0.zip
==> Validating source files with md5sums...
v0.5.0.zip ... Passed
==> Extracting sources...
-> Extracting v0.5.0.zip with bsdtar
==> Removing existing $pkgdir/ directory...
==> Starting build()...
Project MESSAGE: Unknown GCC configuration
Reading /home/***/AUR/valentina/src/dismine-valentina-31c95eadca8b/src/src.pro
Reading /home/***/AUR/valentina/src/dismine-valentina-31c95eadca8b/src/libs/libs.pro
Reading /home/***/AUR/valentina/src/dismine-valentina-31c95eadca8b/src/libs/qmuparser/qmuparser.pro
Reading /home/***/AUR/valentina/src/dismine-valentina-31c95eadca8b/src/libs/vpropertyexplorer/vpropertyexplorer.pro
Reading /home/***/AUR/valentina/src/dismine-valentina-31c95eadca8b/src/libs/ifc/ifc.pro
Project ERROR: Unknown module(s) in QT: xmlpatterns
==> ERROR: A failure occurred in build().
Aborting...
I googled around about the error
Project ERROR: Unknown module(s) in QT: xmlpatterns
but found no solution.
Last edited by duyinthee (2017-06-16 04:01:25)
Offline
https://www.archlinux.org/packages/extr … lpatterns/ ? make a comment on the AUR page that this dependency is missing.
Offline
Yes, right! that dependency is missing.
I install qt5-xmlpatterns and try again but I got another issue here:
compiling stable.h
stable.h:25:81: note: #pragma message: Compiling precompiled headers for VPropertyExplorer library.
ragma message("Compiling precompiled headers for VPropertyExplorer library.\n")
^
compiling vproperty.cpp
vproperty.cpp:25:10: fatal error: QForeachContainer: No such file or directory
#include <QForeachContainer>
^~~~~~~~~~~~~~~~~~~
compilation terminated.
make[3]: *** [Makefile:801: obj/vproperty.o] Error 1
make[3]: Leaving directory '/home/***/AUR/valentina/src/dismine-valentina-31c95eadca8b/src/libs/vpropertyexplorer'
make[2]: *** [Makefile:83: sub-vpropertyexplorer-make_first] Error 2
make[2]: Leaving directory '/home/***/AUR/valentina/src/dismine-valentina-31c95eadca8b/src/libs'
make[1]: *** [Makefile:47: sub-libs-make_first] Error 2
make[1]: Leaving directory '/home/***/AUR/valentina/src/dismine-valentina-31c95eadca8b/src'
make: *** [Makefile:46: sub-src-make_first] Error 2
==> ERROR: A failure occurred in build().
Aborting...
Offline
That's a bug in the code, from a quick glance it has been fixed on hg so you might want to try valentina-hg instead, or apply the corresponding fix to the stable release (which is simply removing all explicit QForeachContainer includes that float around)
Offline
OK, I got it. I installed valentina-hg. It works well.
Thanks for help...
Last edited by duyinthee (2017-06-16 04:01:52)
Offline