Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

qgis: 2.18.17 -> 2.18.20 #41195

Merged
merged 1 commit into from May 31, 2018
Merged

qgis: 2.18.17 -> 2.18.20 #41195

merged 1 commit into from May 31, 2018

Conversation

lsix
Copy link
Member

@lsix lsix commented May 29, 2018

Motivation for this change

Update the LTS release of QGIS.
I’ll port it to release-18.03 once merged.

Things done
  • Tested using sandboxing (nix.useSandbox on NixOS, or option build-use-sandbox in nix.conf on non-NixOS)
  • Built on platform(s)
    • NixOS
    • macOS
    • other Linux distributions
  • Tested via one or more NixOS test(s) if existing and applicable for the change (look inside nixos/tests)
  • Tested compilation of all pkgs that depend on this change using nix-shell -p nox --run "nox-review wip"
  • Tested execution of all binary files (usually in ./result/bin/)
  • Fits CONTRIBUTING.md.

@GrahamcOfBorg
Copy link

Failure on aarch64-linux (full log)

Attempted: qgis

Partial log (click to expand)

building of '/nix/store/f391b1jz9by5q97afnnhmbrkkpw0gq1x-qt-4.8.7.drv' timed out after 3600 seconds
cannot build derivation '/nix/store/dhj5yjc9j99qpl66z9v482ymab7wfkcj-hook.drv': 1 dependencies couldn't be built
cannot build derivation '/nix/store/ma80kvg5p4lhj8p8wfk9vk815rw407n5-python2.7-PyQt-x11-gpl-4.12.drv': 1 dependencies couldn't be built
cannot build derivation '/nix/store/h4gh44j8jngzwrnjispjhjd3cf15sfys-qca-2.1.3.drv': 1 dependencies couldn't be built
cannot build derivation '/nix/store/b9wiywn8ppafp459y5wz6h7zwzmw65k7-qjson-0.9.0.drv': 1 dependencies couldn't be built
cannot build derivation '/nix/store/mfcrbhavda67d4kzc9yl8nf3cs80qqf4-qscintilla-qt4-2.9.4.drv': 2 dependencies couldn't be built
cannot build derivation '/nix/store/60p6849rcyzk19f254zhaagvypr5nkzx-qwt-5.2.3.drv': 2 dependencies couldn't be built
cannot build derivation '/nix/store/ls49c6lk7qrqmxaq1clymh6d6s05cjdh-python2.7-qscintilla-2.9.4.drv': 3 dependencies couldn't be built
cannot build derivation '/nix/store/q6war53hkz1w914jffbmidks3chakck8-qgis-2.18.20.drv': 8 dependencies couldn't be built
�[31;1merror:�[0m build of '/nix/store/q6war53hkz1w914jffbmidks3chakck8-qgis-2.18.20.drv' failed

@GrahamcOfBorg
Copy link

Success on x86_64-linux (full log)

Attempted: qgis

Partial log (click to expand)

gzipping man pages under /nix/store/fdn0s34y2n6cni6yvn40vjsrxq2w53md-qgis-2.18.20/share/man/
strip is /nix/store/92d2ifxcni4n3zx9s8wnkcjlvnx5ajlc-binutils-2.30/bin/strip
stripping (with command strip and flags -S) in /nix/store/fdn0s34y2n6cni6yvn40vjsrxq2w53md-qgis-2.18.20/lib  /nix/store/fdn0s34y2n6cni6yvn40vjsrxq2w53md-qgis-2.18.20/bin
patching script interpreter paths in /nix/store/fdn0s34y2n6cni6yvn40vjsrxq2w53md-qgis-2.18.20
/nix/store/fdn0s34y2n6cni6yvn40vjsrxq2w53md-qgis-2.18.20/share/qgis/grass/scripts/db.connect-login.pg.py: interpreter directive changed from "/usr/bin/env python" to "/nix/store/xlc7ld1xd57ha3x9mbx11c84j290va0f-python-2.7.15/bin/python"
/nix/store/fdn0s34y2n6cni6yvn40vjsrxq2w53md-qgis-2.18.20/share/qgis/grass/scripts/qgis.v.kernel.rast.py: interpreter directive changed from "/usr/bin/env python" to "/nix/store/xlc7ld1xd57ha3x9mbx11c84j290va0f-python-2.7.15/bin/python"
/nix/store/fdn0s34y2n6cni6yvn40vjsrxq2w53md-qgis-2.18.20/share/qgis/grass/scripts/qgis.v.upgrade.py: interpreter directive changed from "/usr/bin/env python" to "/nix/store/xlc7ld1xd57ha3x9mbx11c84j290va0f-python-2.7.15/bin/python"
/nix/store/fdn0s34y2n6cni6yvn40vjsrxq2w53md-qgis-2.18.20/share/qgis/grass/scripts/r.external.all.py: interpreter directive changed from "/usr/bin/env python" to "/nix/store/xlc7ld1xd57ha3x9mbx11c84j290va0f-python-2.7.15/bin/python"
/nix/store/fdn0s34y2n6cni6yvn40vjsrxq2w53md-qgis-2.18.20/share/qgis/grass/scripts/v.out.ogr.pg.py: interpreter directive changed from "/usr/bin/env python" to "/nix/store/xlc7ld1xd57ha3x9mbx11c84j290va0f-python-2.7.15/bin/python"
checking for references to /build in /nix/store/fdn0s34y2n6cni6yvn40vjsrxq2w53md-qgis-2.18.20...

@ryantm
Copy link
Member

ryantm commented May 29, 2018

Looks like qgis has never worked on aarch64-linux https://hydra.nixos.org/job/nixos/release-18.03-aarch64/nixpkgs.qgis.aarch64-linux/all?page=2

@lsix
Copy link
Member Author

lsix commented May 29, 2018

I did not check it ever worked for this architecture, I just checked that the build bot failed because of timeout (job too long), not an error I can do anything about.

@xeji
Copy link
Contributor

xeji commented May 29, 2018

Since we want to get rid of qt4 (#33248), is it possible to build this with qt5?

@lsix
Copy link
Member Author

lsix commented May 29, 2018

As far as I know, qgis-2 is qt4 based. The qt5 port is part of qgis 3.

It will come with #38022 but might not replace qgis2 yet. Qgis3 based LTS is planed for october 2018, so probably for nixos-19.03 (https://qgis.org/en/site/getinvolved/development/roadmap.html#release-schedule)

@xeji
Copy link
Contributor

xeji commented May 29, 2018

Thanks for explaining. Let's not worry about the aarch64 timeout above and see what happens on Hydra.

@xeji
Copy link
Contributor

xeji commented May 29, 2018

Let's check the Darwin build before merging
@GrahamcOfBorg build qgis

@GrahamcOfBorg
Copy link

Failure on x86_64-darwin (full log)

Attempted: qgis

Partial log (click to expand)

/nix/store/i9g6883w05pyj9aa4sl8hn945qyy6j53-bash-4.4-p19/bin/bash /private/tmp/nix-build-gdal-2.3.0.drv-0/gdal-2.3.0/libtool --mode=compile --silent --tag=CXX c++ -std=c++11 -I/private/tmp/nix-build-gdal-2.3.0.drv-0/gdal-2.3.0/port -I/private/tmp/nix-build-gdal-2.3.0.drv-0/gdal-2.3.0/gcore -I/private/tmp/nix-build-gdal-2.3.0.drv-0/gdal-2.3.0/alg -I/private/tmp/nix-build-gdal-2.3.0.drv-0/gdal-2.3.0/ogr -I/private/tmp/nix-build-gdal-2.3.0.drv-0/gdal-2.3.0/ogr/ogrsf_frmts -I/private/tmp/nix-build-gdal-2.3.0.drv-0/gdal-2.3.0/gnm -I/private/tmp/nix-build-gdal-2.3.0.drv-0/gdal-2.3.0/apps -Wold-style-cast -DHAVE_MITAB -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -fpermissive  -Wall -Wextra -Winit-self -Wunused-parameter -Wformat -Werror=format-security -Wno-format-nonliteral -Wshorten-64-to-32 -Wshadow -Werror=vla -Wdate-time -Wnull-dereference -Wextra-semi -Wcomma -Wfloat-conversion -Wdocumentation -Wno-documentation-deprecated-sync -Wunused-private-field -Wmissing-prototypes -Wmissing-declarations -Wnon-virtual-dtor -Woverloaded-virtual -fno-operator-names -Wzero-as-null-pointer-constant -Wimplicit-fallthrough  -Iogrsf_frmts -Iogrsf_frmts/mem -Iogrsf_frmts/geojson -I/private/tmp/nix-build-gdal-2.3.0.drv-0/gdal-2.3.0/ogr/ogrsf_frmts/geojson/libjson -I.  -I/nix/store/vgwvslf16mdh1zhvcn4zlr80z3mvdjad-proj-4.9.3/include -DPROJ_STATIC -DPROJ_VERSION=4 -DHAVE_GEOS=1 -I/nix/store/0xd7sn015y0fcngqjajyxba1xa2px3cf-geos-3.6.2/include -DGNM_ENABLED -I/private/tmp/nix-build-gdal-2.3.0.drv-0/gdal-2.3.0/port -I/nix/store/mzj01cl9w299q7m84hbx90jx6mcixryy-netcdf-4.6.1/include -I/nix/store/hizhfskfbrfi6cn7qw475009h3iapdv5-libjpeg-turbo-1.5.3-dev -I/nix/store/hizhfskfbrfi6cn7qw475009h3iapdv5-libjpeg-turbo-1.5.3-dev/include -I/nix/store/nmq268x1nq5jjqc49zp5qfgzw0p2rxll-libgeotiff-1.4.2/include -I/nix/store/mh86r0h1r3sm7l29cc5qhib31wswhkdq-libtiff-4.0.9-dev/include -I/nix/store/x7b4b7gx4lak1q73j9ikv8wrk5jbjn03-libpng-apng-1.6.34-dev -I/nix/store/x7b4b7gx4lak1q73j9ikv8wrk5jbjn03-libpng-apng-1.6.34-dev/include -I/nix/store/h2lpi28aiyf1ym36f4k7q8i7ipsr9bbk-zlib-1.2.11-dev -I/nix/store/h2lpi28aiyf1ym36f4k7q8i7ipsr9bbk-zlib-1.2.11-dev/include  -DGDAL_COMPILATION  -c -o ogrgeomfielddefn.lo ogrgeomfielddefn.cpp
/nix/store/i9g6883w05pyj9aa4sl8hn945qyy6j53-bash-4.4-p19/bin/bash /private/tmp/nix-build-gdal-2.3.0.drv-0/gdal-2.3.0/libtool --mode=compile --silent --tag=CXX c++ -std=c++11 -I/private/tmp/nix-build-gdal-2.3.0.drv-0/gdal-2.3.0/port -I/private/tmp/nix-build-gdal-2.3.0.drv-0/gdal-2.3.0/gcore -I/private/tmp/nix-build-gdal-2.3.0.drv-0/gdal-2.3.0/alg -I/private/tmp/nix-build-gdal-2.3.0.drv-0/gdal-2.3.0/ogr -I/private/tmp/nix-build-gdal-2.3.0.drv-0/gdal-2.3.0/ogr/ogrsf_frmts -I/private/tmp/nix-build-gdal-2.3.0.drv-0/gdal-2.3.0/gnm -I/private/tmp/nix-build-gdal-2.3.0.drv-0/gdal-2.3.0/apps -Wold-style-cast -DHAVE_MITAB -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -fpermissive  -Wall -Wextra -Winit-self -Wunused-parameter -Wformat -Werror=format-security -Wno-format-nonliteral -Wshorten-64-to-32 -Wshadow -Werror=vla -Wdate-time -Wnull-dereference -Wextra-semi -Wcomma -Wfloat-conversion -Wdocumentation -Wno-documentation-deprecated-sync -Wunused-private-field -Wmissing-prototypes -Wmissing-declarations -Wnon-virtual-dtor -Woverloaded-virtual -fno-operator-names -Wzero-as-null-pointer-constant -Wimplicit-fallthrough  -Iogrsf_frmts -Iogrsf_frmts/mem -Iogrsf_frmts/geojson -I/private/tmp/nix-build-gdal-2.3.0.drv-0/gdal-2.3.0/ogr/ogrsf_frmts/geojson/libjson -I.  -I/nix/store/vgwvslf16mdh1zhvcn4zlr80z3mvdjad-proj-4.9.3/include -DPROJ_STATIC -DPROJ_VERSION=4 -DHAVE_GEOS=1 -I/nix/store/0xd7sn015y0fcngqjajyxba1xa2px3cf-geos-3.6.2/include -DGNM_ENABLED -I/private/tmp/nix-build-gdal-2.3.0.drv-0/gdal-2.3.0/port -I/nix/store/mzj01cl9w299q7m84hbx90jx6mcixryy-netcdf-4.6.1/include -I/nix/store/hizhfskfbrfi6cn7qw475009h3iapdv5-libjpeg-turbo-1.5.3-dev -I/nix/store/hizhfskfbrfi6cn7qw475009h3iapdv5-libjpeg-turbo-1.5.3-dev/include -I/nix/store/nmq268x1nq5jjqc49zp5qfgzw0p2rxll-libgeotiff-1.4.2/include -I/nix/store/mh86r0h1r3sm7l29cc5qhib31wswhkdq-libtiff-4.0.9-dev/include -I/nix/store/x7b4b7gx4lak1q73j9ikv8wrk5jbjn03-libpng-apng-1.6.34-dev -I/nix/store/x7b4b7gx4lak1q73j9ikv8wrk5jbjn03-libpng-apng-1.6.34-dev/include -I/nix/store/h2lpi28aiyf1ym36f4k7q8i7ipsr9bbk-zlib-1.2.11-dev -I/nix/store/h2lpi28aiyf1ym36f4k7q8i7ipsr9bbk-zlib-1.2.11-dev/include  -DGDAL_COMPILATION  -c -o ograpispy.lo ograpispy.cpp
/nix/store/i9g6883w05pyj9aa4sl8hn945qyy6j53-bash-4.4-p19/bin/bash /private/tmp/nix-build-gdal-2.3.0.drv-0/gdal-2.3.0/libtool --mode=compile --silent --tag=CXX c++ -std=c++11 -I/private/tmp/nix-build-gdal-2.3.0.drv-0/gdal-2.3.0/port -I/private/tmp/nix-build-gdal-2.3.0.drv-0/gdal-2.3.0/gcore -I/private/tmp/nix-build-gdal-2.3.0.drv-0/gdal-2.3.0/alg -I/private/tmp/nix-build-gdal-2.3.0.drv-0/gdal-2.3.0/ogr -I/private/tmp/nix-build-gdal-2.3.0.drv-0/gdal-2.3.0/ogr/ogrsf_frmts -I/private/tmp/nix-build-gdal-2.3.0.drv-0/gdal-2.3.0/gnm -I/private/tmp/nix-build-gdal-2.3.0.drv-0/gdal-2.3.0/apps -Wold-style-cast -DHAVE_MITAB -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -fpermissive  -Wall -Wextra -Winit-self -Wunused-parameter -Wformat -Werror=format-security -Wno-format-nonliteral -Wshorten-64-to-32 -Wshadow -Werror=vla -Wdate-time -Wnull-dereference -Wextra-semi -Wcomma -Wfloat-conversion -Wdocumentation -Wno-documentation-deprecated-sync -Wunused-private-field -Wmissing-prototypes -Wmissing-declarations -Wnon-virtual-dtor -Woverloaded-virtual -fno-operator-names -Wzero-as-null-pointer-constant -Wimplicit-fallthrough  -Iogrsf_frmts -Iogrsf_frmts/mem -Iogrsf_frmts/geojson -I/private/tmp/nix-build-gdal-2.3.0.drv-0/gdal-2.3.0/ogr/ogrsf_frmts/geojson/libjson -I.  -I/nix/store/vgwvslf16mdh1zhvcn4zlr80z3mvdjad-proj-4.9.3/include -DPROJ_STATIC -DPROJ_VERSION=4 -DHAVE_GEOS=1 -I/nix/store/0xd7sn015y0fcngqjajyxba1xa2px3cf-geos-3.6.2/include -DGNM_ENABLED -I/private/tmp/nix-build-gdal-2.3.0.drv-0/gdal-2.3.0/port -I/nix/store/mzj01cl9w299q7m84hbx90jx6mcixryy-netcdf-4.6.1/include -I/nix/store/hizhfskfbrfi6cn7qw475009h3iapdv5-libjpeg-turbo-1.5.3-dev -I/nix/store/hizhfskfbrfi6cn7qw475009h3iapdv5-libjpeg-turbo-1.5.3-dev/include -I/nix/store/nmq268x1nq5jjqc49zp5qfgzw0p2rxll-libgeotiff-1.4.2/include -I/nix/store/mh86r0h1r3sm7l29cc5qhib31wswhkdq-libtiff-4.0.9-dev/include -I/nix/store/x7b4b7gx4lak1q73j9ikv8wrk5jbjn03-libpng-apng-1.6.34-dev -I/nix/store/x7b4b7gx4lak1q73j9ikv8wrk5jbjn03-libpng-apng-1.6.34-dev/include -I/nix/store/h2lpi28aiyf1ym36f4k7q8i7ipsr9bbk-zlib-1.2.11-dev -I/nix/store/h2lpi28aiyf1ym36f4k7q8i7ipsr9bbk-zlib-1.2.11-dev/include  -DGDAL_COMPILATION  -c -o ogr_xerces.lo ogr_xerces.cpp
/nix/store/i9g6883w05pyj9aa4sl8hn945qyy6j53-bash-4.4-p19/bin/bash /private/tmp/nix-build-gdal-2.3.0.drv-0/gdal-2.3.0/libtool --mode=compile --silent --tag=CXX c++ -std=c++11 -I/private/tmp/nix-build-gdal-2.3.0.drv-0/gdal-2.3.0/port -I/private/tmp/nix-build-gdal-2.3.0.drv-0/gdal-2.3.0/gcore -I/private/tmp/nix-build-gdal-2.3.0.drv-0/gdal-2.3.0/alg -I/private/tmp/nix-build-gdal-2.3.0.drv-0/gdal-2.3.0/ogr -I/private/tmp/nix-build-gdal-2.3.0.drv-0/gdal-2.3.0/ogr/ogrsf_frmts -I/private/tmp/nix-build-gdal-2.3.0.drv-0/gdal-2.3.0/gnm -I/private/tmp/nix-build-gdal-2.3.0.drv-0/gdal-2.3.0/apps -Wold-style-cast -DHAVE_MITAB -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -fpermissive  -Wall -Wextra -Winit-self -Wunused-parameter -Wformat -Werror=format-security -Wno-format-nonliteral -Wshorten-64-to-32 -Wshadow -Werror=vla -Wdate-time -Wnull-dereference -Wextra-semi -Wcomma -Wfloat-conversion -Wdocumentation -Wno-documentation-deprecated-sync -Wunused-private-field -Wmissing-prototypes -Wmissing-declarations -Wnon-virtual-dtor -Woverloaded-virtual -fno-operator-names -Wzero-as-null-pointer-constant -Wimplicit-fallthrough  -Iogrsf_frmts -Iogrsf_frmts/mem -Iogrsf_frmts/geojson -I/private/tmp/nix-build-gdal-2.3.0.drv-0/gdal-2.3.0/ogr/ogrsf_frmts/geojson/libjson -I.  -I/nix/store/vgwvslf16mdh1zhvcn4zlr80z3mvdjad-proj-4.9.3/include -DPROJ_STATIC -DPROJ_VERSION=4 -DHAVE_GEOS=1 -I/nix/store/0xd7sn015y0fcngqjajyxba1xa2px3cf-geos-3.6.2/include -DGNM_ENABLED -I/private/tmp/nix-build-gdal-2.3.0.drv-0/gdal-2.3.0/port -I/nix/store/mzj01cl9w299q7m84hbx90jx6mcixryy-netcdf-4.6.1/include -I/nix/store/hizhfskfbrfi6cn7qw475009h3iapdv5-libjpeg-turbo-1.5.3-dev -I/nix/store/hizhfskfbrfi6cn7qw475009h3iapdv5-libjpeg-turbo-1.5.3-dev/include -I/nix/store/nmq268x1nq5jjqc49zp5qfgzw0p2rxll-libgeotiff-1.4.2/include -I/nix/store/mh86r0h1r3sm7l29cc5qhib31wswhkdq-libtiff-4.0.9-dev/include -I/nix/store/x7b4b7gx4lak1q73j9ikv8wrk5jbjn03-libpng-apng-1.6.34-dev -I/nix/store/x7b4b7gx4lak1q73j9ikv8wrk5jbjn03-libpng-apng-1.6.34-dev/include -I/nix/store/h2lpi28aiyf1ym36f4k7q8i7ipsr9bbk-zlib-1.2.11-dev -I/nix/store/h2lpi28aiyf1ym36f4k7q8i7ipsr9bbk-zlib-1.2.11-dev/include  -DGDAL_COMPILATION  -c -o ogr_geo_utils.lo ogr_geo_utils.cpp
make[1]: Leaving directory '/private/tmp/nix-build-gdal-2.3.0.drv-0/gdal-2.3.0/ogr'
builder for '/nix/store/f1gzshgcnz69b4vqdmcy9qbl08sq2hb9-gdal-2.3.0.drv' failed with exit code 2
cannot build derivation '/nix/store/2pvm9xjfhjm4y6bldcvpj9k6jh3k9z3d-libLAS-1.8.1.drv': 1 dependencies couldn't be built
cannot build derivation '/nix/store/mr3rl3scmdv9qa5s0mamhkf7mf1ll1md-grass-7.2.2.drv': 4 dependencies couldn't be built
cannot build derivation '/nix/store/k0cvfmhb7a3n0wyyl13z0zdgs5kpb83m-qgis-2.18.20.drv': 8 dependencies couldn't be built
error: build of '/nix/store/k0cvfmhb7a3n0wyyl13z0zdgs5kpb83m-qgis-2.18.20.drv' failed

@GrahamcOfBorg
Copy link

Failure on aarch64-linux (full log)

Attempted: qgis

Partial log (click to expand)

building of '/nix/store/1m4j2a58yywvlzq4m9q0cxsn8z3f6q3x-qt-4.8.7.drv' timed out after 3600 seconds
cannot build derivation '/nix/store/6a77bibx5pllxkvgr3lpgkjc3pcka953-hook.drv': 1 dependencies couldn't be built
cannot build derivation '/nix/store/vn8ywa0nvh1cq1yngnwdfrd4lgs0ghxz-python2.7-PyQt-x11-gpl-4.12.drv': 1 dependencies couldn't be built
cannot build derivation '/nix/store/scpig9y42wslmbbxsdvw837sjfbsqmjm-qca-2.1.3.drv': 1 dependencies couldn't be built
cannot build derivation '/nix/store/q1a72mxa3xyw4xvvgkba3ycqln0z1ybp-qjson-0.9.0.drv': 1 dependencies couldn't be built
cannot build derivation '/nix/store/rnkrp0ap9zc0dh004zprf9065dj307dh-qscintilla-qt4-2.9.4.drv': 2 dependencies couldn't be built
cannot build derivation '/nix/store/qfd3y6l8b70h5fs8xgb6g23ky3gz6xyx-qwt-5.2.3.drv': 2 dependencies couldn't be built
cannot build derivation '/nix/store/hc6bindingmp5331zknn67c8n15fp5pg-python2.7-qscintilla-2.9.4.drv': 3 dependencies couldn't be built
cannot build derivation '/nix/store/xl4lwh0v6bzhda245l9vi2ifi05fxpa2-qgis-2.18.20.drv': 8 dependencies couldn't be built
�[31;1merror:�[0m build of '/nix/store/xl4lwh0v6bzhda245l9vi2ifi05fxpa2-qgis-2.18.20.drv' failed

@GrahamcOfBorg
Copy link

Success on x86_64-linux (full log)

Attempted: qgis

Partial log (click to expand)

gzipping man pages under /nix/store/l7havnsfn6yk73sqhllvgzjakrx5q4ml-qgis-2.18.20/share/man/
strip is /nix/store/92d2ifxcni4n3zx9s8wnkcjlvnx5ajlc-binutils-2.30/bin/strip
stripping (with command strip and flags -S) in /nix/store/l7havnsfn6yk73sqhllvgzjakrx5q4ml-qgis-2.18.20/lib  /nix/store/l7havnsfn6yk73sqhllvgzjakrx5q4ml-qgis-2.18.20/bin
patching script interpreter paths in /nix/store/l7havnsfn6yk73sqhllvgzjakrx5q4ml-qgis-2.18.20
/nix/store/l7havnsfn6yk73sqhllvgzjakrx5q4ml-qgis-2.18.20/share/qgis/grass/scripts/db.connect-login.pg.py: interpreter directive changed from "/usr/bin/env python" to "/nix/store/xlc7ld1xd57ha3x9mbx11c84j290va0f-python-2.7.15/bin/python"
/nix/store/l7havnsfn6yk73sqhllvgzjakrx5q4ml-qgis-2.18.20/share/qgis/grass/scripts/qgis.v.kernel.rast.py: interpreter directive changed from "/usr/bin/env python" to "/nix/store/xlc7ld1xd57ha3x9mbx11c84j290va0f-python-2.7.15/bin/python"
/nix/store/l7havnsfn6yk73sqhllvgzjakrx5q4ml-qgis-2.18.20/share/qgis/grass/scripts/qgis.v.upgrade.py: interpreter directive changed from "/usr/bin/env python" to "/nix/store/xlc7ld1xd57ha3x9mbx11c84j290va0f-python-2.7.15/bin/python"
/nix/store/l7havnsfn6yk73sqhllvgzjakrx5q4ml-qgis-2.18.20/share/qgis/grass/scripts/r.external.all.py: interpreter directive changed from "/usr/bin/env python" to "/nix/store/xlc7ld1xd57ha3x9mbx11c84j290va0f-python-2.7.15/bin/python"
/nix/store/l7havnsfn6yk73sqhllvgzjakrx5q4ml-qgis-2.18.20/share/qgis/grass/scripts/v.out.ogr.pg.py: interpreter directive changed from "/usr/bin/env python" to "/nix/store/xlc7ld1xd57ha3x9mbx11c84j290va0f-python-2.7.15/bin/python"
checking for references to /build in /nix/store/l7havnsfn6yk73sqhllvgzjakrx5q4ml-qgis-2.18.20...

@xeji
Copy link
Contributor

xeji commented May 31, 2018

Darwin failure is in depencency gdal and unrelated to this PR.
qt4 build for aarch64 typically times out on ofborg builders. Let's see how it works on Hydra.

@xeji xeji merged commit e48b54c into NixOS:master May 31, 2018
lsix added a commit that referenced this pull request Jun 5, 2018
(cherry picked from commit e48b54c)
Signed-off-by: Lancelot SIX <lsix@lancelotsix.com>
@lsix lsix deleted the qgis-2.18.20 branch August 22, 2019 07:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants