Re: [Slackbuilds-users] QGIS 3 on Slackware

2018-03-06 Thread Frédéric Falsetti
Package qgis3-3.0.0-i586-1_SBo.tgz installed

 thanks Benjamin!
___
SlackBuilds-users mailing list
SlackBuilds-users@slackbuilds.org
https://lists.slackbuilds.org/mailman/listinfo/slackbuilds-users
Archives - https://lists.slackbuilds.org/pipermail/slackbuilds-users/
FAQ - https://slackbuilds.org/faq/



Re: [Slackbuilds-users] QGIS 3 on Slackware

2018-03-06 Thread Frédéric Falsetti
On Tue, 06 Mar 2018 12:11:31 -0800
Benjamin Trigona-Harany  wrote:


> 
> Can you try inserting the following two lines in the build script immediately 
> before the "python3 configure.py ..." line?
> 
> sed -i "1423i\pro.write('INCLUDEPATH += /usr/include/qt5/QtWidgets\\\n')" 
> configure.py
> sed -i "1423i\pro.write('INCLUDEPATH += /usr/include/qt5/QtPrintSupport\\
> \n')" configure.py
> 
> For some reason this is not necessary on my x86_64 install. qmake-qt5 
> automatically adds the right include paths but not for you. I hope these 
> lines 
> will be enough.

thanks Benjamin, it works!
QScintilla-qt5-2.10.2-i586-1_SBo.tgz installed
___
SlackBuilds-users mailing list
SlackBuilds-users@slackbuilds.org
https://lists.slackbuilds.org/mailman/listinfo/slackbuilds-users
Archives - https://lists.slackbuilds.org/pipermail/slackbuilds-users/
FAQ - https://slackbuilds.org/faq/



Re: [Slackbuilds-users] QGIS 3 on Slackware

2018-03-06 Thread Benjamin Trigona-Harany
On Tuesday, 6 March 2018 18:13:18 PST Rich Shepard wrote:
> On Tue, 6 Mar 2018, Benjamin Trigona-Harany wrote:
> > rm -r python/plugins/GdalTools
> > make > output.log
> 
> Ben,
> 
>Log file (about 3k smaller) is attached, and I think I see the problem.
> On the v.t. I see:
> 
> /usr/lib/gcc/i586-slackware-linux/5.5.0/../../../../i586-slackware-linux/bin
> /ld: warning: libproj.so.12, needed by
> /usr/lib/gcc/i586-slackware-linux/5.5.0/../../../libspatialite.so, not
> found (try using -rpath or -rpath-link)
> /usr/lib/gcc/i586-slackware-linux/5.5.0/../../../../i586-slackware-linux/bi
> n/ld: warning: libproj.so.12, needed by
> /usr/lib/gcc/i586-slackware-linux/5.5.0/../../../libspatialite.so, not
> found (try using -rpath or -rpath-link)
> /usr/lib/gcc/i586-slackware-linux/5.5.0/../../../../i586-slackware-linux/bi
> n/ld: warning: libproj.so.12, needed by
> /usr/lib/gcc/i586-slackware-linux/5.5.0/../../../libspatialite.so, not
> found (try using -rpath or -rpath-link)
> /usr/lib/gcc/i586-slackware-linux/5.5.0/../../../../i586-slackware-linux/bi
> n/ld: warning: libproj.so.12, needed by
> /usr/lib/gcc/i586-slackware-linux/5.5.0/../../../libspatialite.so, not
> found (try using -rpath or -rpath-link) Traceback (most recent call last):
>File "../../../../../scripts/pyuic-wrapper.py", line 26, in 
>  import qgis.PyQt.uic.pyuic
>File "/opt/SBo/qgis-2.18.17/build/output/python/qgis/__init__.py", line
> 27, in  from qgis.core import QgsFeature, QgsGeometry
>File "/opt/SBo/qgis-2.18.17/build/output/python/qgis/core/__init__.py",
> line 30, in  from qgis._core import *
> ImportError: libproj.so.12: cannot open shared object file: No such file or
> directory make[2]: *** [python/plugins/GdalTools/tools/ui_widgetSieve.py]
> Error 1 make[1]: ***
> [python/plugins/GdalTools/tools/CMakeFiles/zzz-GdalTools-2-depend.dir/all]
> Error 2 make: *** [all] Error 2
> 
> and the build is looking for libproj.so.12. Here, libproj-4.4.7-i486-2 is
> installed and provides /usr/lib/libproj.so.13.
> 
> HTH,
> 
> Rich

Is it possible you installed proj 5.0.0? In any case, you've probably upgraded 
proj at some point and not recompiled everything that depends on it (at least 
gdal, libspatialite and postgis).

Rebuild those and try QGIS again and I'm betting it also builds.



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



Re: [Slackbuilds-users] QGIS 3 on Slackware

2018-03-06 Thread Rich Shepard

On Tue, 6 Mar 2018, Benjamin Trigona-Harany wrote:


rm -r python/plugins/GdalTools
make > output.log


Ben,

  Log file (about 3k smaller) is attached, and I think I see the problem. On 
the v.t. I see:

/usr/lib/gcc/i586-slackware-linux/5.5.0/../../../../i586-slackware-linux/bin/ld:
 warning: libproj.so.12, needed by 
/usr/lib/gcc/i586-slackware-linux/5.5.0/../../../libspatialite.so, not found 
(try using -rpath or -rpath-link)
/usr/lib/gcc/i586-slackware-linux/5.5.0/../../../../i586-slackware-linux/bin/ld:
 warning: libproj.so.12, needed by 
/usr/lib/gcc/i586-slackware-linux/5.5.0/../../../libspatialite.so, not found 
(try using -rpath or -rpath-link)
/usr/lib/gcc/i586-slackware-linux/5.5.0/../../../../i586-slackware-linux/bin/ld:
 warning: libproj.so.12, needed by 
/usr/lib/gcc/i586-slackware-linux/5.5.0/../../../libspatialite.so, not found 
(try using -rpath or -rpath-link)
/usr/lib/gcc/i586-slackware-linux/5.5.0/../../../../i586-slackware-linux/bin/ld:
 warning: libproj.so.12, needed by 
/usr/lib/gcc/i586-slackware-linux/5.5.0/../../../libspatialite.so, not found 
(try using -rpath or -rpath-link)
Traceback (most recent call last):
  File "../../../../../scripts/pyuic-wrapper.py", line 26, in 
import qgis.PyQt.uic.pyuic
  File "/opt/SBo/qgis-2.18.17/build/output/python/qgis/__init__.py", line 27, in 

from qgis.core import QgsFeature, QgsGeometry
  File "/opt/SBo/qgis-2.18.17/build/output/python/qgis/core/__init__.py", line 30, in 

from qgis._core import *
ImportError: libproj.so.12: cannot open shared object file: No such file or 
directory
make[2]: *** [python/plugins/GdalTools/tools/ui_widgetSieve.py] Error 1
make[1]: *** 
[python/plugins/GdalTools/tools/CMakeFiles/zzz-GdalTools-2-depend.dir/all] 
Error 2
make: *** [all] Error 2

and the build is looking for libproj.so.12. Here, libproj-4.4.7-i486-2 is
installed and provides /usr/lib/libproj.so.13.

HTH,

Rich-- QGIS version: 2.18.17 Las Palmas (21817)
-- Could not find GRASS 6
-- Could not find GRASS 7
-- Found Proj: /usr/lib/libproj.so
-- Found GEOS: /usr/lib/libgeos_c.so (3.6.2)
-- Found GDAL: /usr/lib/libgdal.so (2.2.3)
-- Found Expat: /usr/lib/libexpat.so
-- Found Spatialindex: /usr/lib/libspatialindex.so
-- Found Qwt: /usr/lib/libqwt.so (6.1.3)
-- Found Sqlite3: /usr/lib/libsqlite3.so
-- Found PostgreSQL: /usr/lib/postgresql/10.2/lib/libpq.so
-- Found SpatiaLite: /usr/lib/libspatialite.so
-- Qt WebKit support enabled
-- Found Qt version: 4.8.7
-- Touch support disabled
-- Found QScintilla2: /usr/lib/libqscintilla2.so (2.4)
-- Found QCA: /usr/lib/libqca.so (2.1.1)
-- Found QCA OpenSSL plugin
-- Pedantic compiler settings enabled
-- Found Python executable: /usr/bin/python2.7
-- Found Python version: 2.7.14
-- Found Python library: /usr/lib/libpython2.7.so
-- Found PyQt4 version: 4.11.4
-- Found SIP version: 4.18
-- Found QScintilla2 PyQt module: 2.9.1
-- Found QwtPolar: /usr/lib/libqwtpolar.so
-- Found GSL: -L/usr/lib -lgsl -lgslcblas -lm
-- txt2tags not found - disabled
-- Configuring done
-- Generating done
-- Build files have been written to: /opt/SBo/qgis-2.18.17/build
[  0%] Built target version
Scanning dependencies of target qgis_core
[  0%] Building CXX object src/core/CMakeFiles/qgis_core.dir/qgis.cpp.o
[  0%] Building CXX object src/core/CMakeFiles/qgis_core.dir/qgserror.cpp.o
[  0%] Linking CXX shared library ../../output/lib/libqgis_core.so
[ 18%] Built target qgis_core
[ 18%] Linking CXX shared library ../../output/lib/libqgis_analysis.so
[ 20%] Built target qgis_analysis
[ 20%] Linking CXX shared library ../../../output/lib/libqgis_networkanalysis.so
[ 21%] Built target qgis_networkanalysis
[ 29%] Built target ui
[ 29%] Linking CXX shared library ../../output/lib/libqgis_gui.so
[ 57%] Built target qgis_gui
[ 57%] Linking CXX shared module ../../../output/lib/qgis/libbasicauthmethod.so
[ 57%] Built target basicauthmethod
[ 57%] Linking CXX shared module 
../../../output/lib/qgis/libidentcertauthmethod.so
[ 57%] Built target identcertauthmethod
[ 57%] Linking CXX shared module 
../../../output/lib/qgis/libpkipathsauthmethod.so
[ 58%] Built target pkipathsauthmethod
[ 58%] Linking CXX shared module ../../../output/lib/qgis/libpkcs12authmethod.so
[ 58%] Built target pkcs12authmethod
[ 58%] Linking CXX shared module 
../../../output/lib/qgis/libarcgisfeatureserverprovider.so
[ 58%] Built target arcgisfeatureserverprovider
[ 59%] Linking CXX shared module 
../../../output/lib/qgis/libarcgismapserverprovider.so
[ 59%] Built target arcgismapserverprovider
[ 59%] Linking CXX shared module ../../../output/lib/qgis/libmemoryprovider.so
[ 59%] Built target memoryprovider
[ 59%] Linking CXX shared module ../../../output/lib/qgis/libogrprovider.so
[ 59%] Built target ogrprovider
[ 60%] Built target wmsprovider_a
[ 60%] Linking CXX shared module ../../../output/lib/qgis/libwmsprovider.so
[ 61%] Built target wmsprovider
[ 61%] Linking CXX shared module 
../../../output/lib/qgis/libdelimitedtextprovider.so
[ 61%] Built target delim

Re: [Slackbuilds-users] QGIS 3 on Slackware

2018-03-06 Thread Benjamin Trigona-Harany
On Tuesday, 6 March 2018 17:01:59 PST Rich Shepard wrote:
> On Tue, 6 Mar 2018, Benjamin Trigona-Harany wrote:
> > Hard to say with big builds like QGIS. If you go to the build directory
> > and run "make > output.log" and attach the file here or put it in a
> > pastebin that will be enough. You'll need to do that as root or change the
> > ownership of the directory.
> 
> Ben,
> 
>That was quick and easy. The log file's attached.

I think I'll need a bit more since I've encountered failures with the GDAL 
plugin before and it's never been simple to resolve. In the build dir can you 
do this:

rm -r python/plugins/GdalTools
make > output.log

The new logfile should have a lot more info this time.


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



Re: [Slackbuilds-users] QGIS 3 on Slackware

2018-03-06 Thread Rich Shepard

On Tue, 6 Mar 2018, Benjamin Trigona-Harany wrote:


Hard to say with big builds like QGIS. If you go to the build directory
and run "make > output.log" and attach the file here or put it in a
pastebin that will be enough. You'll need to do that as root or change the
ownership of the directory.


Ben,

  That was quick and easy. The log file's attached.

Thanks,

Rich[  0%] Built target version
[ 18%] Built target qgis_core
[ 20%] Built target qgis_analysis
[ 21%] Built target qgis_networkanalysis
[ 29%] Built target ui
[ 57%] Built target qgis_gui
[ 57%] Built target basicauthmethod
[ 57%] Built target identcertauthmethod
[ 58%] Built target pkipathsauthmethod
[ 58%] Built target pkcs12authmethod
[ 58%] Built target arcgisfeatureserverprovider
[ 59%] Built target arcgismapserverprovider
[ 59%] Built target memoryprovider
[ 59%] Built target ogrprovider
[ 60%] Built target wmsprovider_a
[ 61%] Built target wmsprovider
[ 61%] Built target delimitedtextprovider
[ 61%] Built target gdalprovider
[ 61%] Built target mssqlprovider
[ 61%] Built target owsprovider
[ 61%] Built target wcsprovider
[ 61%] Built target gpxprovider
[ 62%] Built target wfsprovider
[ 62%] Built target spatialiteprovider
[ 63%] Built target virtuallayerprovider
[ 64%] Built target db2provider
[ 65%] Built target postgresprovider
[ 65%] Built target crssync
[ 66%] Built target libdxfrw
[ 82%] Built target qgis_app
[ 82%] Generating qrc_testdata.cxx
[ 82%] Generating qrc_images.cxx
Scanning dependencies of target qgis
[ 82%] Building CXX object src/app/CMakeFiles/qgis.dir/main.cpp.o
[ 82%] Building CXX object src/app/CMakeFiles/qgis.dir/qrc_images.cxx.o
[ 82%] Building CXX object src/app/CMakeFiles/qgis.dir/qrc_testdata.cxx.o
[ 82%] Linking CXX executable ../../output/bin/qgis
[ 82%] Built target qgis
[ 82%] Built target qgis_help
[ 82%] Built target qbrowser
[ 83%] Built target interpolationplugin
[ 84%] Built target oracleplugin
[ 84%] Built target rasterterrainplugin
[ 84%] Built target coordinatecaptureplugin
[ 85%] Built target dxf2shpconverterplugin
[ 86%] Built target evis
[ 87%] Built target spatialqueryplugin
[ 88%] Built target roadgraphplugin
[ 88%] Built target zonalstatisticsplugin
[ 90%] Built target georefplugin
[ 91%] Built target gpsimporterplugin
[ 92%] Built target topolplugin
[ 93%] Built target offlineeditingplugin
[ 93%] Built target heatmapplugin
[ 95%] Built target geometrycheckerplugin
[ 96%] Built target geometrysnapperplugin
[ 96%] Built target qgispython
Scanning dependencies of target translations
[ 96%] Generating ../output/i18n/qgis_ar.qm
Updating '/opt/SBo/qgis-2.18.17/build/output/i18n/qgis_ar.qm'...
Generated 9431 translation(s) (9301 finished and 130 unfinished)
Ignored 8807 untranslated source text(s)
[ 96%] Generating ../output/i18n/qgis_bg.qm
Updating '/opt/SBo/qgis-2.18.17/build/output/i18n/qgis_bg.qm'...
Generated 12470 translation(s) (12384 finished and 86 unfinished)
Ignored 5768 untranslated source text(s)
[ 96%] Generating ../output/i18n/qgis_bs.qm
Updating '/opt/SBo/qgis-2.18.17/build/output/i18n/qgis_bs.qm'...
Generated 18093 translation(s) (18091 finished and 2 unfinished)
Ignored 145 untranslated source text(s)
[ 96%] Generating ../output/i18n/qgis_ca.qm
Updating '/opt/SBo/qgis-2.18.17/build/output/i18n/qgis_ca.qm'...
Generated 13036 translation(s) (12981 finished and 55 unfinished)
Ignored 5202 untranslated source text(s)
[ 96%] Generating ../output/i18n/qgis_cs.qm
Updating '/opt/SBo/qgis-2.18.17/build/output/i18n/qgis_cs.qm'...
Generated 14771 translation(s) (14735 finished and 36 unfinished)
Ignored 3467 untranslated source text(s)
[ 96%] Generating ../output/i18n/qgis_da.qm
Updating '/opt/SBo/qgis-2.18.17/build/output/i18n/qgis_da.qm'...
Generated 17891 translation(s) (17889 finished and 2 unfinished)
Ignored 347 untranslated source text(s)
[ 96%] Generating ../output/i18n/qgis_de.qm
Updating '/opt/SBo/qgis-2.18.17/build/output/i18n/qgis_de.qm'...
Generated 18368 translation(s) (18368 finished and 0 unfinished)
[ 96%] Generating ../output/i18n/qgis_el.qm
Updating '/opt/SBo/qgis-2.18.17/build/output/i18n/qgis_el.qm'...
Generated 10797 translation(s) (10749 finished and 48 unfinished)
Ignored 7441 untranslated source text(s)
[ 96%] Generating ../output/i18n/qgis_es.qm
Updating '/opt/SBo/qgis-2.18.17/build/output/i18n/qgis_es.qm'...
Generated 18174 translation(s) (18174 finished and 0 unfinished)
Ignored 64 untranslated source text(s)
[ 96%] Generating ../output/i18n/qgis_et.qm
Updating '/opt/SBo/qgis-2.18.17/build/output/i18n/qgis_et.qm'...
Generated 13315 translation(s) (13224 finished and 91 unfinished)
Ignored 4923 untranslated source text(s)
[ 96%] Generating ../output/i18n/qgis_eu.qm
Updating '/opt/SBo/qgis-2.18.17/build/output/i18n/qgis_eu.qm'...
Generated 18238 translation(s) (18238 finished and 0 unfinished)
[ 96%] Generating ../output/i18n/qgis_fi.qm
Updating '/opt/SBo/qgis-2.18.17/build/output/i18n/qgi

Re: [Slackbuilds-users] QGIS 3 on Slackware

2018-03-06 Thread Benjamin Trigona-Harany
On Tuesday, 6 March 2018 16:41:34 PST Rich Shepard wrote:
> On Tue, 6 Mar 2018, Benjamin Trigona-Harany wrote:
> > QGIS uses cmake, which by convention means the makefiles end up in the
> > build directory. In any case, we'd need to see much more output to see
> > what's happening when you are building 2.18.17.
> 
> Ben,
> 
>How much output should I provide? It ran approximately 59 minutes to the
> point it failed. I suppose that I could tee the output to a file if that
> would help.

Hard to say with big builds like QGIS. If you go to the build directory and 
run "make > output.log" and attach the file here or put it in a pastebin that 
will be enough. You'll need to do that as root or change the ownership of the 
directory.


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



Re: [Slackbuilds-users] QGIS 3 on Slackware

2018-03-06 Thread Rich Shepard

On Tue, 6 Mar 2018, Benjamin Trigona-Harany wrote:


QGIS uses cmake, which by convention means the makefiles end up in the
build directory. In any case, we'd need to see much more output to see
what's happening when you are building 2.18.17.


Ben,

  How much output should I provide? It ran approximately 59 minutes to the
point it failed. I suppose that I could tee the output to a file if that
would help.

Regards,

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



Re: [Slackbuilds-users] QGIS 3 on Slackware

2018-03-06 Thread Benjamin Trigona-Harany
On Tuesday, 6 March 2018 10:43:22 PST Rich Shepard wrote:
> On Tue, 6 Mar 2018, Rich Shepard wrote:
> >> Try running the script with no modifications and no options and you
> >> should
> >> get what you want.
> >> 
> >  Thanks very much for clarifying!
> 
> Ben,
> 
>I downloaded fresh *.tar.gz and source tarball.
> 
>What might I be missing now with this error?
> 
> [ 97%] Building CXX object
> src/app/CMakeFiles/qgis_app.dir/moc_qgsvariantdelegate.cxx.o [ 97%] Linking
> CXX shared library ../../output/lib/libqgis_app.so
> [ 97%] Built target qgis_app
> Makefile:149: recipe for target 'all' failed
> make: *** [all] Error 2
> 
>Looking in /opt/SBo/qgis-2.18.17/ I don't see a Makefile in the top-level
> directory and don't know where the script is looking for the Makefile that
> failed.

QGIS uses cmake, which by convention means the makefiles end up in the build 
directory. In any case, we'd need to see much more output to see what's 
happening when you are building 2.18.17.


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



Re: [Slackbuilds-users] QGIS 3 on Slackware

2018-03-06 Thread Benjamin Trigona-Harany
On Tuesday, 6 March 2018 08:25:09 PST Frédéric Falsetti wrote:
> On Tue, 06 Mar 2018 08:21:51 -0800
> 
> Benjamin Trigona-Harany  wrote:
> > On Tuesday, 6 March 2018 08:03:47 PST Frédéric Falsetti wrote:
> > > On Tue, 06 Mar 2018 07:15:25 -0800
> > > 
> > > Benjamin Trigona-Harany  wrote:
> > > > Can you confirm which version of python3-PyQt5 you have installed?
> > > > Also if
> > > > you could attach a longer error message with more context that could
> > > > help.
> > > 
> > > python3-PyQt5-5.7.1-i586-1_SBo
> > 
> > Thanks. Can you confirm that you have qwidget.h installed as part of the
> > qt5-5.7.1 package? I assume you do and the QScintilla build isn't finding
> > it, which I should be able to fix.
> 
>  slocate qwidget.h
> /usr/include/qt5/QtWidgets/qwidget.h
> 
> cat /var/log/packages/qt5-5.7.1-i586-1_SBo|grep qwidget.h
> usr/include/qt5/QtWidgets/qwidget.h

Hi Frédéric,

Can you try inserting the following two lines in the build script immediately 
before the "python3 configure.py ..." line?

sed -i "1423i\pro.write('INCLUDEPATH += /usr/include/qt5/QtWidgets\\\n')" 
configure.py
sed -i "1423i\pro.write('INCLUDEPATH += /usr/include/qt5/QtPrintSupport\\
\n')" configure.py

For some reason this is not necessary on my x86_64 install. qmake-qt5 
automatically adds the right include paths but not for you. I hope these lines 
will be enough.



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



Re: [Slackbuilds-users] QGIS 3 on Slackware

2018-03-06 Thread Rich Shepard

On Tue, 6 Mar 2018, Rich Shepard wrote:


Try running the script with no modifications and no options and you should
get what you want.


 Thanks very much for clarifying!


Ben,

  I downloaded fresh *.tar.gz and source tarball.

  What might I be missing now with this error?

[ 97%] Building CXX object 
src/app/CMakeFiles/qgis_app.dir/moc_qgsvariantdelegate.cxx.o
[ 97%] Linking CXX shared library ../../output/lib/libqgis_app.so
[ 97%] Built target qgis_app
Makefile:149: recipe for target 'all' failed
make: *** [all] Error 2

  Looking in /opt/SBo/qgis-2.18.17/ I don't see a Makefile in the top-level
directory and don't know where the script is looking for the Makefile that
failed.

Regards,

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



Re: [Slackbuilds-users] QGIS 3 on Slackware

2018-03-06 Thread Rich Shepard

On Tue, 6 Mar 2018, Benjamin Trigona-Harany wrote:


The script will auto-detect GRASS. Setting "yes" will just cause an error.


Ben,

  I wondered about this.


This is automatic for GDAL and QGIS. No special parameters are needed.


  Then I mis-interpreted the SBo page.


Try running the script with no modifications and no options and you should
get what you want.


  Thanks very much for clarifying!

Best regards,

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



Re: [Slackbuilds-users] QGIS 3 on Slackware

2018-03-06 Thread Benjamin Trigona-Harany
Could you start a new thread for QGIS issues that didn't relate to QGIS 3?

On March 6, 2018 5:19:39 PM UTC, Rich Shepard  wrote:
>   Now I have another issue (along with a question about compile-time
>options).
>
>   In the qgis.SlackBuild script I have these set:
>
>WITHGRASS="yes"
>if pkg-config --exists grass; then
>   WITHGRASS="-DGRASS_PREFIX=$(pkg-config --variable=prefix grass)"
>fi

The script will auto-detect GRASS. Setting "yes" will just cause an error.
>
>WITHSERVER="-DWITH_SERVER=FALSE"
>CGIBINDIR="${CGIBINDIR:-/var/www/cgi-bin/qgis}"
>if [ "${SERVER:-no}" = "yes" ]; then
>   WITHSERVER="-DWITH_SERVER=TRUE -DQGIS_CGIBIN_SUBDIR=$CGIBINDIR"
>fi
>
>WITHNINJA="yes"
>if [ "${NINJA:-no}" = "yes" ]; then
>   WITHNINJA="-GNinja"
>fi
>
>  And I do not see where to add support for postgres and postgis in the
>script. It's not on Ben's SBo gdal page, either.

This is automatic for GDAL and QGIS. No special parameters are needed. 

>   So, setting grass and ninja to 'yes' produces this error:
>
>...
>qgis-2.18.17/tools/
>qgis-2.18.17/tools/qgis-qt3to4.pl
>patching file src/providers/arcgisrest/CMakeLists.txt
>CMake Error: The source directory "/opt/SBo/qgis-2.18.17/build/yes"
>does not exist.
>Specify --help for usage, or press the help button on the CMake GUI.

Try running the script with no modifications and no options and you should get 
what you want. 

>This must be a syntax error I made specifying inclusion of grass and
>ninja
>so I would appreciate learning how to correctly do this.
>
>TIA,
>
>Rich
>___
>SlackBuilds-users mailing list
>SlackBuilds-users@slackbuilds.org
>https://lists.slackbuilds.org/mailman/listinfo/slackbuilds-users
>Archives - https://lists.slackbuilds.org/pipermail/slackbuilds-users/
>FAQ - https://slackbuilds.org/faq/

-- 
Sent from my Android device with K-9 Mail. Please excuse my brevity.
___
SlackBuilds-users mailing list
SlackBuilds-users@slackbuilds.org
https://lists.slackbuilds.org/mailman/listinfo/slackbuilds-users
Archives - https://lists.slackbuilds.org/pipermail/slackbuilds-users/
FAQ - https://slackbuilds.org/faq/



Re: [Slackbuilds-users] Updates - 20180303.1

2018-03-06 Thread Ed Ender
10-4. I will submit an update.

-Original Message-
From: "Willy Sudiarto Raharjo" [will...@slackbuilds.org]
Date: 03/06/2018 11:21 AM
To: slackbuilds-users@slackbuilds.org
Subject: Re: [Slackbuilds-users] Updates - 20180303.1

> /network/gui-ufw
> 
> and I have a update (18.04.0) ready, but it would require that
> python-distutils-extra be built with python3 support.
> 
> So maybe a update should wait until Slackware-15 and
> python-distutils-extra gets python3 support in SBo?

It already have python3 support if you pass the extra parameter
PYTHON3=yes ./python-distutils-extra.SlackBuild


-- 
Willy Sudiarto Raharjo



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



Re: [Slackbuilds-users] Updates - 20180303.1

2018-03-06 Thread Willy Sudiarto Raharjo
> /network/gui-ufw
> 
> and I have a update (18.04.0) ready, but it would require that
> python-distutils-extra be built with python3 support.
> 
> So maybe a update should wait until Slackware-15 and
> python-distutils-extra gets python3 support in SBo?

It already have python3 support if you pass the extra parameter
PYTHON3=yes ./python-distutils-extra.SlackBuild


-- 
Willy Sudiarto Raharjo



signature.asc
Description: OpenPGP digital signature
___
SlackBuilds-users mailing list
SlackBuilds-users@slackbuilds.org
https://lists.slackbuilds.org/mailman/listinfo/slackbuilds-users
Archives - https://lists.slackbuilds.org/pipermail/slackbuilds-users/
FAQ - https://slackbuilds.org/faq/



Re: [Slackbuilds-users] QGIS 3 on Slackware

2018-03-06 Thread Rich Shepard

On Tue, 6 Mar 2018, Frédéric Falsetti wrote:


I have the same here,
the install of qgis-2.18.16-i586-1_SBo worked fine me


ff,

  I'm trying to upgrade from 2.18.15 to 2.18.17. One problem I solved was
the loss of gdal and libLAS when I upgraded the kernel to 4.4.118. For some
reason the latest flurry of kernel upgrades remove the libraries or
executables of some files while the packages are still shown as installed.
So, a re-installation of gdal fixed that.

  Now I have another issue (along with a question about compile-time
options).

  In the qgis.SlackBuild script I have these set:

WITHGRASS="yes"
if pkg-config --exists grass; then
  WITHGRASS="-DGRASS_PREFIX=$(pkg-config --variable=prefix grass)"
fi

WITHSERVER="-DWITH_SERVER=FALSE"
CGIBINDIR="${CGIBINDIR:-/var/www/cgi-bin/qgis}"
if [ "${SERVER:-no}" = "yes" ]; then
  WITHSERVER="-DWITH_SERVER=TRUE -DQGIS_CGIBIN_SUBDIR=$CGIBINDIR"
fi

WITHNINJA="yes"
if [ "${NINJA:-no}" = "yes" ]; then
  WITHNINJA="-GNinja"
fi

  And I do not see where to add support for postgres and postgis in the
script. It's not on Ben's SBo gdal page, either.

  So, setting grass and ninja to 'yes' produces this error:

...
qgis-2.18.17/tools/
qgis-2.18.17/tools/qgis-qt3to4.pl
patching file src/providers/arcgisrest/CMakeLists.txt
CMake Error: The source directory "/opt/SBo/qgis-2.18.17/build/yes" does not 
exist.
Specify --help for usage, or press the help button on the CMake GUI.

  This must be a syntax error I made specifying inclusion of grass and ninja
so I would appreciate learning how to correctly do this.

TIA,

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



Re: [Slackbuilds-users] SlackBuilds-users Digest, Vol 143, Issue 12; Updates - 20180303.1

2018-03-06 Thread Matteo Bernardini
2018-03-06 18:03 GMT+01:00 rob van nues :
> Hi,
>
> The Slackbuild for clamav-0.99.4 in ponce's -current branch stalls.
> The patch-line needs to be removed/commented out (this line is gone
> from the clamav.Slackbuild for the stable-branch which works ok)

hi Rob,

thanks for reporting but this is not the proper place, SlackBuilds.org
supports only the latest stable Slackware release.

if you have issues with building anything from the scripts in my
unofficial repository (not supported or endorsed by SBo) please use
the dedicated LQ thread

https://www.linuxquestions.org/questions/slackware-14/sbo-scripts-not-building-on-current-read-1st-post-pls-4175561999/

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



Re: [Slackbuilds-users] SlackBuilds-users Digest, Vol 143, Issue 12; Updates - 20180303.1

2018-03-06 Thread rob van nues
Hi, 

The Slackbuild for clamav-0.99.4 in ponce's -current branch stalls.
The patch-line needs to be removed/commented out (this line is gone
from the clamav.Slackbuild for the stable-branch which works ok)

Hth

Rob

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



Re: [Slackbuilds-users] QGIS 3 on Slackware

2018-03-06 Thread Frédéric Falsetti
On Tue, 6 Mar 2018 07:04:55 -0800 (PST)
Rich Shepard  wrote:

> On Tue, 6 Mar 2018, Frédéric Falsetti wrote:
> 
> > now  QScintilla fails : No file or folder of this type:
> >> /usr/share/sip/PyQt5/QtWidgets/qwidget.sip:28:21: fatal error: qwidget.h
> 
> Frédéric,
> 
>For what it's worth, on my 14.2/32-bit system that header file is found
> here:
> 
> $ locate qwidget.h
> /usr/include/qt5/QtWidgets/qwidget.h
> /usr/lib/qt/include/Qt/qwidget.h
> /usr/lib/qt/include/QtGui/qwidget.h
> 
>But, I cannot build the latest SBo qgis on this host; there's a different
> error at the 91% completion level, but I didn't write it down because I use
> GRASS more than qgis.
> 

Hi Rich,

I have the same here, 
the install of qgis-2.18.16-i586-1_SBo worked fine me

regards
ff


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



Re: [Slackbuilds-users] QGIS 3 on Slackware

2018-03-06 Thread Frédéric Falsetti
On Tue, 06 Mar 2018 08:21:51 -0800
Benjamin Trigona-Harany  wrote:

> On Tuesday, 6 March 2018 08:03:47 PST Frédéric Falsetti wrote:
> > On Tue, 06 Mar 2018 07:15:25 -0800
> > 
> > Benjamin Trigona-Harany  wrote:
> > > Can you confirm which version of python3-PyQt5 you have installed? Also if
> > > you could attach a longer error message with more context that could
> > > help.
> > python3-PyQt5-5.7.1-i586-1_SBo
> 
> Thanks. Can you confirm that you have qwidget.h installed as part of the  
> qt5-5.7.1 package? I assume you do and the QScintilla build isn't finding it, 
> which I should be able to fix.

 slocate qwidget.h
/usr/include/qt5/QtWidgets/qwidget.h

cat /var/log/packages/qt5-5.7.1-i586-1_SBo|grep qwidget.h
usr/include/qt5/QtWidgets/qwidget.h

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



Re: [Slackbuilds-users] QGIS 3 on Slackware

2018-03-06 Thread Benjamin Trigona-Harany
On Tuesday, 6 March 2018 08:03:47 PST Frédéric Falsetti wrote:
> On Tue, 06 Mar 2018 07:15:25 -0800
> 
> Benjamin Trigona-Harany  wrote:
> > Can you confirm which version of python3-PyQt5 you have installed? Also if
> > you could attach a longer error message with more context that could
> > help.
> python3-PyQt5-5.7.1-i586-1_SBo

Thanks. Can you confirm that you have qwidget.h installed as part of the  
qt5-5.7.1 package? I assume you do and the QScintilla build isn't finding it, 
which I should be able to fix.




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



Re: [Slackbuilds-users] Updates - 20180303.1

2018-03-06 Thread Ed Ender
I can take

/network/gui-ufw

and I have a update (18.04.0) ready, but it would require that
python-distutils-extra be built with python3 support.

So maybe a update should wait until Slackware-15 and
python-distutils-extra gets python3 support in SBo?

-Ed

-Original Message-
From: "David Spencer" [baildon.resea...@googlemail.com]
Date: 03/06/2018 12:47 AM
To: "SlackBuilds.org Users List" 
Subject: Re: [Slackbuilds-users] Updates - 20180303.1

>> What's the easiest way to view what scripts are in pasture? Are we
>> supposed to just look through the commit log for the pasture branch or
>> is there some easily viewable list of all SlackBuilds in pasture available?
>
> Yes, unfortunately the only way to see is by looking at pasture branch
> https://git.slackbuilds.org/slackbuilds/log/?h=pasture

I made a list from there (please note, it'll get out-of-date... slowly)

academic/slatec
audio/HamsiManager
audio/cuberok
audio/volwheel
audio/xmms-ctl
desktop/Window_Manager_Scripts
desktop/avant-window-navigator
desktop/awn-extras
desktop/macopix
desktop/mimi
desktop/neutral
desktop/uwm
desktop/wbar
desktop/wmii
development/alloy
development/bigloo
development/curlpp
development/gnustep-startup
development/google-appengine-gosdk
development/google-appengine-pysdk
development/jython
development/mcrl2
development/spin
development/spl
development/thunderpad
development/tyrutils-ericw
development/vispatch
games/jackhammer
games/qstat
gis/geogig
gis/geogig-py
gis/geoserver
gis/geoserver-control-flow
gis/geoserver-css
gis/geoserver-javascript
gis/geoserver-oracle
gis/geoserver-pyramid
gis/geoserver-python
gis/geoserver-wps
gis/gmapcatcher
gis/mobac
gis/udig
graphics/discwrapper
libraries/gloox
libraries/jai
libraries/jai-imageio
libraries/libdesktop-agnostic
libraries/lua-MessagePack
libraries/lua-cmsgpack
misc/asterixInspector
multimedia/dvbsnoop
multimedia/lircaile
multimedia/nightingale
network/boxcryptor
network/emesene
network/glassfish
network/gui-ufw
network/licq
network/pidgin-skypeweb
network/smb4k
office/color-theme
python/py4j
python/pylirc
system/komparator4
system/picocom

Thanks to all!
-D.
___
SlackBuilds-users mailing list
SlackBuilds-users@slackbuilds.org
https://lists.slackbuilds.org/mailman/listinfo/slackbuilds-users
Archives - https://lists.slackbuilds.org/pipermail/slackbuilds-users/
FAQ - https://slackbuilds.org/faq/



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



Re: [Slackbuilds-users] QGIS 3 on Slackware

2018-03-06 Thread Frédéric Falsetti
On Tue, 06 Mar 2018 07:15:25 -0800
Benjamin Trigona-Harany  wrote:


> Can you confirm which version of python3-PyQt5 you have installed? Also if 
> you 
> could attach a longer error message with more context that could help.

python3-PyQt5-5.7.1-i586-1_SBo




QScintilla-qt5.output
Description: Binary data
___
SlackBuilds-users mailing list
SlackBuilds-users@slackbuilds.org
https://lists.slackbuilds.org/mailman/listinfo/slackbuilds-users
Archives - https://lists.slackbuilds.org/pipermail/slackbuilds-users/
FAQ - https://slackbuilds.org/faq/



Re: [Slackbuilds-users] QGIS 3 on Slackware

2018-03-06 Thread Benjamin Trigona-Harany
On Tuesday, 6 March 2018 06:49:54 PST Frédéric Falsetti wrote:
> On Mon, 05 Mar 2018 12:37:08 -0800
> 
> Benjamin Trigona-Harany  wrote:
> > On Monday, 5 March 2018 11:32:45 PST Frédéric Falsetti wrote:
> > > QScintilla-qt5 configure fails with:
> > > 
> > > install -m 755 -p libqscintillaplugin.so
> > > /tmp/SBo/package-QScintilla-qt5/usr/lib/qt5/plugins/designer/libqscintil
> > > lap
> > > lugin.so strip --strip-unneeded
> > > /tmp/SBo/package-QScintilla-qt5/usr/lib/qt5/plugins/designer/libqscintil
> > > lap
> > > lugin.so /tmp/SBo/QScintilla_gpl-2.10.2
> > > Usage: python configure.py [options]
> > > 
> > > configure.py: error: '/usr/bin/python-sip' is not an executable
> > 
> > I just pushed an update to my repo with a fix. However, I also noticed
> > that
> > PyQt5 and python3-PyQt5 seem to write over eachother's files, so I
> > recommend uninstalling PyQt5 (QGIS doesn't need it) and reinstalling
> > python3-PyQt5 to make sure you don't have any incompatible files that
> > might prevent QScintilla- qt5 from building properly.
> > 
> > Thanks for finding this issue!
> 
> now  QScintilla fails : No file or folder of this type:
> > /usr/share/sip/PyQt5/QtWidgets/qwidget.sip:28:21: fatal error: qwidget.h

Can you confirm which version of python3-PyQt5 you have installed? Also if you 
could attach a longer error message with more context that could help.




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



Re: [Slackbuilds-users] QGIS 3 on Slackware

2018-03-06 Thread Rich Shepard

On Tue, 6 Mar 2018, Frédéric Falsetti wrote:


now  QScintilla fails : No file or folder of this type:

/usr/share/sip/PyQt5/QtWidgets/qwidget.sip:28:21: fatal error: qwidget.h


Frédéric,

  For what it's worth, on my 14.2/32-bit system that header file is found
here:

$ locate qwidget.h
/usr/include/qt5/QtWidgets/qwidget.h
/usr/lib/qt/include/Qt/qwidget.h
/usr/lib/qt/include/QtGui/qwidget.h

  But, I cannot build the latest SBo qgis on this host; there's a different
error at the 91% completion level, but I didn't write it down because I use
GRASS more than qgis.

Regards,

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



Re: [Slackbuilds-users] QGIS 3 on Slackware

2018-03-06 Thread Frédéric Falsetti
On Mon, 05 Mar 2018 12:37:08 -0800
Benjamin Trigona-Harany  wrote:

> On Monday, 5 March 2018 11:32:45 PST Frédéric Falsetti wrote:
> > QScintilla-qt5 configure fails with:
> > 
> > install -m 755 -p libqscintillaplugin.so
> > /tmp/SBo/package-QScintilla-qt5/usr/lib/qt5/plugins/designer/libqscintillap
> > lugin.so strip --strip-unneeded
> > /tmp/SBo/package-QScintilla-qt5/usr/lib/qt5/plugins/designer/libqscintillap
> > lugin.so /tmp/SBo/QScintilla_gpl-2.10.2
> > Usage: python configure.py [options]
> > 
> > configure.py: error: '/usr/bin/python-sip' is not an executable
> 
> I just pushed an update to my repo with a fix. However, I also noticed that 
> PyQt5 and python3-PyQt5 seem to write over eachother's files, so I recommend 
> uninstalling PyQt5 (QGIS doesn't need it) and reinstalling python3-PyQt5 to 
> make sure you don't have any incompatible files that might prevent QScintilla-
> qt5 from building properly.
> 
> Thanks for finding this issue!

now  QScintilla fails : No file or folder of this type:
> /usr/share/sip/PyQt5/QtWidgets/qwidget.sip:28:21: fatal error: qwidget.h 



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