Discussion:
[Slackbuilds-users] qgis3.4 and python3-sip
Frédéric Falsetti
2018-10-30 17:30:48 UTC
Permalink
Hi,
I have qgis3-3.0.0-i586-1_SBo, slackware 14.2
I try to upgrade to qgis 3.4 https://github.com/bosth/qgis3-slackbuild
build fails at QScintilla-qt5 step

g++ -Wl,-O1 -shared -o libqscintillaplugin.so qscintillaplugin.o moc_qscintillaplugin.o -L/tmp/SBo/package-QScintilla-qt5/usr/lib -L/usr/lib -lqscintilla2_qt5 -lQt5Designer -lQt5PrintSupport -lQt5Widgets -lQt5Gui -lQt5Xml -lQt5Core -lGL -lpthread
/usr/bin/qmake-qt5 -install qinstall -exe libqscintillaplugin.so /tmp/SBo/package-QScintilla-qt5/usr/lib/qt5/plugins/designer/libqscintillaplugin.so
strip --strip-unneeded /tmp/SBo/package-QScintilla-qt5/usr/lib/qt5/plugins/designer/libqscintillaplugin.so
/tmp/SBo/QScintilla_gpl-2.10.2
Usage: python configure.py [options]

configure.py: error: '/usr/bin/sip3' is not an executable
_______________________________________________
SlackBuilds-users mailing list
SlackBuilds-***@slackbuilds.org
https://lists.slackbuilds.org/mailman/listinfo/slackbuilds-users
Archives - https://lists.slackbuilds.org/pipermail/slackbuilds-users/
FAQ - https://slackbuilds.org/faq/
Matteo Bernardini
2018-10-30 17:34:19 UTC
Permalink
Il giorno mar 30 ott 2018 alle ore 18:31 Frédéric Falsetti
Post by Frédéric Falsetti
Hi,
I have qgis3-3.0.0-i586-1_SBo, slackware 14.2
I try to upgrade to qgis 3.4 https://github.com/bosth/qgis3-slackbuild
build fails at QScintilla-qt5 step
g++ -Wl,-O1 -shared -o libqscintillaplugin.so qscintillaplugin.o moc_qscintillaplugin.o -L/tmp/SBo/package-QScintilla-qt5/usr/lib -L/usr/lib -lqscintilla2_qt5 -lQt5Designer -lQt5PrintSupport -lQt5Widgets -lQt5Gui -lQt5Xml -lQt5Core -lGL -lpthread
/usr/bin/qmake-qt5 -install qinstall -exe libqscintillaplugin.so /tmp/SBo/package-QScintilla-qt5/usr/lib/qt5/plugins/designer/libqscintillaplugin.so
strip --strip-unneeded /tmp/SBo/package-QScintilla-qt5/usr/lib/qt5/plugins/designer/libqscintillaplugin.so
/tmp/SBo/QScintilla_gpl-2.10.2
Usage: python configure.py [options]
configure.py: error: '/usr/bin/sip3' is not an executable
Hi Frédéric,

in the repository you linked I read this in the README.md:
"Instructions to build QGIS 3.x on Slackware current."
_______________________________________________
SlackBuilds-users mailing list
SlackBuilds-***@slackbuilds.org
https://lists.slackbuilds.org/mailman/listinfo/slackbuilds-users
Archives - https://lists.slackbuilds.org/pipermail/slackbuilds-users/
FAQ - https://slackbuild
Benjamin Trigona-Harany
2018-10-30 17:49:45 UTC
Permalink
Post by Matteo Bernardini
Il giorno mar 30 ott 2018 alle ore 18:31 Frédéric Falsetti
Post by Frédéric Falsetti
Hi,
I have qgis3-3.0.0-i586-1_SBo, slackware 14.2
I try to upgrade to qgis 3.4 https://github.com/bosth/qgis3-slackbuild
build fails at QScintilla-qt5 step
g++ -Wl,-O1 -shared -o libqscintillaplugin.so qscintillaplugin.o moc_qscintillaplugin.o -L/tmp/SBo/package-QScintilla-qt5/usr/lib -L/usr/lib -lqscintilla2_qt5 -lQt5Designer -lQt5PrintSupport -lQt5Widgets -lQt5Gui -lQt5Xml -lQt5Core -lGL -lpthread
/usr/bin/qmake-qt5 -install qinstall -exe libqscintillaplugin.so /tmp/SBo/package-QScintilla-qt5/usr/lib/qt5/plugins/designer/libqscintillaplugin.so
strip --strip-unneeded /tmp/SBo/package-QScintilla-qt5/usr/lib/qt5/plugins/designer/libqscintillaplugin.so
/tmp/SBo/QScintilla_gpl-2.10.2
Usage: python configure.py [options]
configure.py: error: '/usr/bin/sip3' is not an executable
Hi Frédéric,
"Instructions to build QGIS 3.x on Slackware current
There's a separate README for 14.2:
https://github.com/bosth/qgis3-slackbuild/blob/master/README-14.2.md

They key point is to rename the sip executable in a couple of places.
Also note that I haven't updated the README for the new qt SlackBuild!

Ben

_______________________________________________
SlackBuilds-users mailing list
SlackBuilds-***@slackbuilds.org
https://lists.slackbuilds.org/mailman/listinfo/slackbuilds-users
Archives - https://lists.slackbuilds.org/pipermail/slackbuilds-users/
FAQ - https://slackbuilds.org/faq/

Loading...