Code Monkey home page Code Monkey logo

postgis-build-env's Introduction

Doc / Make Dist: Build Status

Debbie Winnie Dronie
Build Status Build Status Build Status
Bessie Bessie32
Build Status Build Status
Berrie Berrie64
Build Status Build Status
GitHub Woodie GitLab
CI Woodie Gitlab-CI

This file is here to play nicely with modern code repository facilities. Actual readme is here.

Official code repository, issue tracker and wiki:

https://trac.osgeo.org/postgis/

Translations

We are using Weblate software for translation. If you want to help out, log into OSGeo Weblate.

If you don't already have an OSGeo account, you can get one here. An OSGeo account will allow you to participate in translating both the PostGIS workshop and PostGIS documentation and also submit bug tickets.

Translation status

Official chat room:

Official chat room is the #postgis:osgeo.org Matrix room, also bridged to the irc://irc.libera.chat/#postgis IRC channel (web client may be useful)

Official source tarball releases

http://postgis.net/source

If you would like to contribute to this project, please refer to our contributing guidelines.

Project Home Page and Manuals

Project homepage: http://postgis.net/ PostGIS Manuals: http://postgis.net/documentation

postgis-build-env's People

Contributors

algunenano avatar bjornharrtell avatar dbaston avatar komzpa avatar lnicola avatar pramsey avatar robe2 avatar strk avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

postgis-build-env's Issues

Build is failing on CGAL 5.3 or higher is required for SFCGAL master

It looks like SFCGAL master needs CGAL 5.3

Last build run failed with this error:

-- Setting build type to 'Release' as none was specified.
�[91mCMake Error at CMakeLists.txt:54 (find_package):
  Could not find a configuration file for package "CGAL" that is compatible
  with requested version "5.3".

  The following configuration files were considered but not accepted:

    /usr/lib/x86_64-linux-gnu/cmake/CGAL/CGALConfig.cmake, version: 5.2



�[0m-- Configuring incomplete, errors occurred!
See also "/src/SFCGAL/cmake-build/CMakeFiles/CMakeOutput.log".
The command '/bin/sh -c git clone --depth 1 --branch ${SFCGAL_BRANCH} https://gitlab.com/Oslandia/SFCGAL.git &&      cd SFCGAL &&      mkdir cmake-build &&      cd cmake-build &&      cmake .. &&      make -j${BUILD_THREADS} &&      make install &&      cd /src && rm -rf SFCGAL' returned a non-zero code: 1
Env Batch selected: weekly [{'name': 'latest', 'PG': 'master', 'GEOS': 'main', 'GDAL': 'master', 'PROJ': 'master', 'PG_CC': 'gcc'}, {'name': 'stable_pg14', 'PG': 'REL_14_STABLE', 'GEOS': 'main', 'GDAL': 'release/3.1', 'PROJ': '7.1', 'PG_CC': 'clang'}, {'name': 'stable_pg14', 'PG': 'REL_14_STABLE', 'GEOS': '3.9', 'GDAL': 'release/3.1', 'PROJ': '7.1', 'PG_CC': 'gcc'}]
Traceback (most recent call last):
  File "build.py", line 132, in <module>
    '.'
  File "/usr/lib/python3.7/subprocess.py", line 347, in check_call
    raise CalledProcessError(retcode, cmd)
subprocess.CalledProcessError: Command '['docker', 'build', '--pull', '--build-arg', 'BUILD_DATE=20210916', '--build-arg', 'POSTGRES_BRANCH=master', '--build-arg', 'GEOS_BRANCH=main', '--build-arg', 'GDAL_BRANCH=master', '--build-arg', 'PROJ_BRANCH=master', '--build-arg', 'PG_CC=gcc', '-t', 'postgis/postgis-build-env:latest', '.']' returned non-zero exit status 1.
Build step 'Execute shell' marked build as failure
Finished: FAILURE

Build is failing on GDAL configure

[0m�[91mconfigure: error: cannot find required auxiliary files: config.rpath
�[0mThe command '/bin/sh -c git clone --depth 1 --branch ${GDAL_BRANCH} https://github.com/OSGeo/gdal &&     cd gdal/gdal &&     ./autogen.sh && ./configure && make -j${BUILD_THREADS} && make install &&     cd /src && rm -rf gdal' returned a non-zero code: 1
Env Batch selected: weekly [{'name': 'latest', 'PG': 'master', 'GEOS': 'main', 'GDAL': 'master', 'PROJ': 'master', 'PG_CC': 'gcc'}, {'name': 'stable_pg14', 'PG': 'REL_14_STABLE', 'GEOS': 'main', 'GDAL': 'release/3.1', 'PROJ': '7.1', 'PG_CC': 'clang'}, {'name': 'stable_pg14', 'PG': 'REL_14_STABLE', 'GEOS': '3.9', 'GDAL': 'release/3.1', 'PROJ': '7.1', 'PG_CC': 'gcc'}]
Traceback (most recent call last):
  File "build.py", line 132, in <module>
    '.'
  File "/usr/lib/python3.7/subprocess.py", line 347, in check_call
    raise CalledProcessError(retcode, cmd)
subprocess.CalledProcessError: Command '['docker', 'build', '--pull', '--build-arg', 'BUILD_DATE=20210913', '--build-arg', 'POSTGRES_BRANCH=master', '--build-arg', 'GEOS_BRANCH=main', '--build-arg', 'GDAL_BRANCH=master', '--build-arg', 'PROJ_BRANCH=master', '--build-arg', 'PG_CC=gcc', '-t', 'postgis/postgis-build-env:latest', '.']' returned non-zero exit status 1.

Installation Stuck at 31%

I tried to build the image from the dockerfile but it keeps getting stuck at

Sending build context to Docker daemon 2.048kB
Step 1/6 : FROM ubuntu:bionic
---> 4c108a37151f
Step 2/6 : LABEL maintainer="Shaun Jackman [email protected]"
---> Using cache
---> 3dec4e085bed
Step 3/6 : LABEL name="linuxbrew/bionic"
---> Using cache
---> c65cad53ad9a
Step 4/6 : ARG DEBIAN_FRONTEND=noninteractive
---> Using cache
---> acac729fa042
Step 5/6 : RUN apt-get update && apt-get install -y --no-install-recommends ca-certificates curl file g++ git locales make uuid-runtime && apt-get clean && rm -rf /var/lib/apt/lists/* && localedef -i en_US -f UTF-8 en_US.UTF-8
---> Running in a8cc7d5cf1ae
Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB]
Get:2 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB]
Get:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB]
Get:4 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [720 kB]
Get:5 http://archive.ubuntu.com/ubuntu bionic-backports InRelease [74.6 kB]
Get:6 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [186 kB]
Get:7 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [13.5 kB]
Get:8 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [11.3 MB]
Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [559 kB]
Get:10 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [4169 B]
Get:11 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [5436 B]
Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1344 kB]
Get:13 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [10.8 kB]
Get:14 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [7239 B]
Get:15 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [865 kB]
Get:16 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1229 kB]
Get:17 http://archive.ubuntu.com/ubuntu bionic-backports/main amd64 Packages [2496 B]
Get:18 http://archive.ubuntu.com/ubuntu bionic-backports/universe amd64 Packages [3927 B]
Fetched 16.8 MB in 4s (3834 kB/s)
Reading package lists...
Reading package lists...
Building dependency tree...
Reading state information...
The following additional packages will be installed:
binutils binutils-common binutils-x86-64-linux-gnu cpp cpp-7 g++-7 gcc gcc-7
gcc-7-base gcc-8-base git-man libasan4 libasn1-8-heimdal libatomic1
libbinutils libc-dev-bin libc6-dev libcc1-0 libcilkrts5 libcurl3-gnutls
libcurl4 liberror-perl libexpat1 libgcc-7-dev libgcc1 libgdbm-compat4
libgdbm5 libgomp1 libgssapi-krb5-2 libgssapi3-heimdal libhcrypto4-heimdal
libheimbase1-heimdal libheimntlm0-heimdal libhx509-5-heimdal libisl19
libitm1 libk5crypto3 libkeyutils1 libkrb5-26-heimdal libkrb5-3
libkrb5support0 libldap-2.4-2 libldap-common liblsan0 libmagic-mgc libmagic1
libmpc3 libmpfr6 libmpx2 libnghttp2-14 libperl5.26 libpsl5 libquadmath0
libroken18-heimdal librtmp1 libsasl2-2 libsasl2-modules-db libsqlite3-0
libssl1.1 libstdc++-7-dev libstdc++6 libtsan0 libubsan0 libwind0-heimdal
linux-libc-dev openssl perl perl-modules-5.26
Suggested packages:
binutils-doc cpp-doc gcc-7-locales g++-multilib g++-7-multilib gcc-7-doc
libstdc++6-7-dbg gcc-multilib manpages-dev autoconf automake libtool flex
bison gdb gcc-doc gcc-7-multilib libgcc1-dbg libgomp1-dbg libitm1-dbg
libatomic1-dbg libasan4-dbg liblsan0-dbg libtsan0-dbg libubsan0-dbg
libcilkrts5-dbg libmpx2-dbg libquadmath0-dbg gettext-base git-daemon-run
| git-daemon-sysvinit git-doc git-el git-email git-gui gitk gitweb git-cvs
git-mediawiki git-svn glibc-doc gdbm-l10n krb5-doc krb5-user libstdc++-7-doc
make-doc perl-doc libterm-readline-gnu-perl | libterm-readline-perl-perl
Recommended packages:
patch less ssh-client manpages manpages-dev krb5-locales publicsuffix
libsasl2-modules netbase
The following NEW packages will be installed:
binutils binutils-common binutils-x86-64-linux-gnu ca-certificates cpp cpp-7
curl file g++ g++-7 gcc gcc-7 gcc-7-base git git-man libasan4
libasn1-8-heimdal libatomic1 libbinutils libc-dev-bin libc6-dev libcc1-0
libcilkrts5 libcurl3-gnutls libcurl4 liberror-perl libexpat1 libgcc-7-dev
libgdbm-compat4 libgdbm5 libgomp1 libgssapi-krb5-2 libgssapi3-heimdal
libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal
libhx509-5-heimdal libisl19 libitm1 libk5crypto3 libkeyutils1
libkrb5-26-heimdal libkrb5-3 libkrb5support0 libldap-2.4-2 libldap-common
liblsan0 libmagic-mgc libmagic1 libmpc3 libmpfr6 libmpx2 libnghttp2-14
libperl5.26 libpsl5 libquadmath0 libroken18-heimdal librtmp1 libsasl2-2
libsasl2-modules-db libsqlite3-0 libssl1.1 libstdc++-7-dev libtsan0
libubsan0 libwind0-heimdal linux-libc-dev locales make openssl perl
perl-modules-5.26 uuid-runtime
The following packages will be upgraded:
gcc-8-base libgcc1 libstdc++6
3 upgraded, 73 newly installed, 0 to remove and 4 not upgraded.
Need to get 54.7 MB of archives.
After this operation, 264 MB of additional disk space will be used.
Get:1 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 uuid-runtime amd64 2.31.1-0.4ubuntu3.3 [34.8 kB]
Get:2 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 perl-modules-5.26 all 5.26.1-6ubuntu0.3 [2763 kB]
Get:3 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgdbm5 amd64 1.14.1-6 [26.0 kB]
Get:4 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgdbm-compat4 amd64 1.14.1-6 [6084 B]
Get:5 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libperl5.26 amd64 5.26.1-6ubuntu0.3 [3527 kB]
Get:6 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 perl amd64 5.26.1-6ubuntu0.3 [201 kB]
Get:7 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gcc-8-base amd64 8.3.0-6ubuntu118.04.1 [18.7 kB]
Get:8 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libstdc++6 amd64 8.3.0-6ubuntu1
18.04.1 [400 kB]
Get:9 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgcc1 amd64 1:8.3.0-6ubuntu118.04.1 [40.7 kB]
Get:10 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libssl1.1 amd64 1.1.1-1ubuntu2.1
18.04.3 [1295 kB]
Get:11 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 openssl amd64 1.1.1-1ubuntu2.118.04.3 [614 kB]
Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 ca-certificates all 20180409 [151 kB]
Get:13 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libmagic-mgc amd64 1:5.32-2ubuntu0.2 [184 kB]
Get:14 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libmagic1 amd64 1:5.32-2ubuntu0.2 [68.5 kB]
Get:15 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 file amd64 1:5.32-2ubuntu0.2 [22.1 kB]
Get:16 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libexpat1 amd64 2.2.5-3ubuntu0.1 [80.5 kB]
Get:17 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsqlite3-0 amd64 3.22.0-1ubuntu0.1 [497 kB]
Get:18 http://archive.ubuntu.com/ubuntu bionic/main amd64 locales all 2.27-3ubuntu1 [3612 kB]
Get:19 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libkrb5support0 amd64 1.16-2ubuntu0.1 [30.9 kB]
Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libk5crypto3 amd64 1.16-2ubuntu0.1 [85.6 kB]
Get:21 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkeyutils1 amd64 1.5.9-9.2ubuntu2 [8720 B]
Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libkrb5-3 amd64 1.16-2ubuntu0.1 [279 kB]
Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgssapi-krb5-2 amd64 1.16-2ubuntu0.1 [122 kB]
Get:24 http://archive.ubuntu.com/ubuntu bionic/main amd64 libpsl5 amd64 0.19.1-5build1 [41.8 kB]
Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 binutils-common amd64 2.30-21ubuntu1
18.04.2 [193 kB]
Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libbinutils amd64 2.30-21ubuntu118.04.2 [503 kB]
Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 binutils-x86-64-linux-gnu amd64 2.30-21ubuntu1
18.04.2 [1856 kB]
Get:28 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 binutils amd64 2.30-21ubuntu118.04.2 [3396 B]
Get:29 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gcc-7-base amd64 7.4.0-1ubuntu1
18.04.1 [18.9 kB]
Get:30 http://archive.ubuntu.com/ubuntu bionic/main amd64 libisl19 amd64 0.19-1 [551 kB]
Get:31 http://archive.ubuntu.com/ubuntu bionic/main amd64 libmpfr6 amd64 4.0.1-1 [243 kB]
Get:32 http://archive.ubuntu.com/ubuntu bionic/main amd64 libmpc3 amd64 1.1.0-1 [40.8 kB]
Get:33 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 cpp-7 amd64 7.4.0-1ubuntu118.04.1 [6742 kB]
Get:34 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 cpp amd64 4:7.4.0-1ubuntu2.3 [27.7 kB]
Get:35 http://archive.ubuntu.com/ubuntu bionic/main amd64 libroken18-heimdal amd64 7.5.0+dfsg-1 [41.3 kB]
Get:36 http://archive.ubuntu.com/ubuntu bionic/main amd64 libasn1-8-heimdal amd64 7.5.0+dfsg-1 [175 kB]
Get:37 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimbase1-heimdal amd64 7.5.0+dfsg-1 [29.3 kB]
Get:38 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhcrypto4-heimdal amd64 7.5.0+dfsg-1 [85.9 kB]
Get:39 http://archive.ubuntu.com/ubuntu bionic/main amd64 libwind0-heimdal amd64 7.5.0+dfsg-1 [47.8 kB]
Get:40 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhx509-5-heimdal amd64 7.5.0+dfsg-1 [107 kB]
Get:41 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkrb5-26-heimdal amd64 7.5.0+dfsg-1 [206 kB]
Get:42 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimntlm0-heimdal amd64 7.5.0+dfsg-1 [14.8 kB]
Get:43 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgssapi3-heimdal amd64 7.5.0+dfsg-1 [96.5 kB]
Get:44 http://archive.ubuntu.com/ubuntu bionic/main amd64 libsasl2-modules-db amd64 2.1.27
101-g0780600+dfsg-3ubuntu2 [14.8 kB]
Get:45 http://archive.ubuntu.com/ubuntu bionic/main amd64 libsasl2-2 amd64 2.1.27101-g0780600+dfsg-3ubuntu2 [49.2 kB]
Get:46 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libldap-common all 2.4.45+dfsg-1ubuntu1.2 [16.7 kB]
Get:47 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libldap-2.4-2 amd64 2.4.45+dfsg-1ubuntu1.2 [155 kB]
Get:48 http://archive.ubuntu.com/ubuntu bionic/main amd64 libnghttp2-14 amd64 1.30.0-1ubuntu1 [77.8 kB]
Get:49 http://archive.ubuntu.com/ubuntu bionic/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-1 [54.2 kB]
Get:50 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcurl4 amd64 7.58.0-2ubuntu3.7 [214 kB]
Get:51 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 curl amd64 7.58.0-2ubuntu3.7 [159 kB]
Get:52 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcc1-0 amd64 8.3.0-6ubuntu1
18.04.1 [47.4 kB]
Get:53 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgomp1 amd64 8.3.0-6ubuntu118.04.1 [76.4 kB]
Get:54 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libitm1 amd64 8.3.0-6ubuntu1
18.04.1 [28.0 kB]
Get:55 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libatomic1 amd64 8.3.0-6ubuntu118.04.1 [9184 B]
Get:56 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libasan4 amd64 7.4.0-1ubuntu1
18.04.1 [359 kB]
Get:57 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 liblsan0 amd64 8.3.0-6ubuntu118.04.1 [133 kB]
Get:58 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libtsan0 amd64 8.3.0-6ubuntu1
18.04.1 [288 kB]
Get:59 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libubsan0 amd64 7.4.0-1ubuntu118.04.1 [126 kB]
Get:60 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcilkrts5 amd64 7.4.0-1ubuntu1
18.04.1 [42.5 kB]
Get:61 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libmpx2 amd64 8.3.0-6ubuntu118.04.1 [11.6 kB]
Get:62 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libquadmath0 amd64 8.3.0-6ubuntu1
18.04.1 [133 kB]
Get:63 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgcc-7-dev amd64 7.4.0-1ubuntu118.04.1 [2381 kB]
Get:64 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gcc-7 amd64 7.4.0-1ubuntu1
18.04.1 [7463 kB]
Get:65 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gcc amd64 4:7.4.0-1ubuntu2.3 [5184 B]
Get:66 http://archive.ubuntu.com/ubuntu bionic/main amd64 libc-dev-bin amd64 2.27-3ubuntu1 [71.8 kB]
Get:67 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 linux-libc-dev amd64 4.15.0-52.56 [1004 kB]
Get:68 http://archive.ubuntu.com/ubuntu bionic/main amd64 libc6-dev amd64 2.27-3ubuntu1 [2587 kB]
Get:69 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libstdc++-7-dev amd64 7.4.0-1ubuntu118.04.1 [1468 kB]
Get:70 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 g++-7 amd64 7.4.0-1ubuntu1
18.04.1 [7574 kB]
Get:71 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 g++ amd64 4:7.4.0-1ubuntu2.3 [1568 B]
Get:72 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcurl3-gnutls amd64 7.58.0-2ubuntu3.7 [212 kB]
Get:73 http://archive.ubuntu.com/ubuntu bionic/main amd64 liberror-perl all 0.17025-1 [22.8 kB]
Get:74 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 git-man all 1:2.17.1-1ubuntu0.4 [803 kB]
Get:75 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 git amd64 1:2.17.1-1ubuntu0.4 [3907 kB]
Get:76 http://archive.ubuntu.com/ubuntu bionic/main amd64 make amd64 4.1-9.1ubuntu1 [154 kB]
debconf: delaying package configuration, since apt-utils is not installed
Fetched 54.7 MB in 6s (9226 kB/s)
Selecting previously unselected package uuid-runtime.
(Reading database ... 4040 files and directories currently installed.)
Preparing to unpack .../0-uuid-runtime_2.31.1-0.4ubuntu3.3_amd64.deb ...
Unpacking uuid-runtime (2.31.1-0.4ubuntu3.3) ...
Selecting previously unselected package perl-modules-5.26.
Preparing to unpack .../1-perl-modules-5.26_5.26.1-6ubuntu0.3_all.deb ...
Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.3) ...
Selecting previously unselected package libgdbm5:amd64.
Preparing to unpack .../2-libgdbm5_1.14.1-6_amd64.deb ...
Unpacking libgdbm5:amd64 (1.14.1-6) ...
Selecting previously unselected package libgdbm-compat4:amd64.
Preparing to unpack .../3-libgdbm-compat4_1.14.1-6_amd64.deb ...
Unpacking libgdbm-compat4:amd64 (1.14.1-6) ...
Selecting previously unselected package libperl5.26:amd64.
Preparing to unpack .../4-libperl5.26_5.26.1-6ubuntu0.3_amd64.deb ...
Unpacking libperl5.26:amd64 (5.26.1-6ubuntu0.3) ...
Selecting previously unselected package perl.
Preparing to unpack .../5-perl_5.26.1-6ubuntu0.3_amd64.deb ...
Unpacking perl (5.26.1-6ubuntu0.3) ...
Preparing to unpack .../6-gcc-8-base_8.3.0-6ubuntu118.04.1_amd64.deb ...
Unpacking gcc-8-base:amd64 (8.3.0-6ubuntu1
18.04.1) over (8.3.0-6ubuntu118.04) ...
Setting up gcc-8-base:amd64 (8.3.0-6ubuntu1
18.04.1) ...
(Reading database ... 5965 files and directories currently installed.)
Preparing to unpack .../libstdc++6_8.3.0-6ubuntu118.04.1_amd64.deb ...
Unpacking libstdc++6:amd64 (8.3.0-6ubuntu1
18.04.1) over (8.3.0-6ubuntu118.04) ...
Setting up libstdc++6:amd64 (8.3.0-6ubuntu1
18.04.1) ...
(Reading database ... 5965 files and directories currently installed.)
Preparing to unpack .../libgcc1_1%3a8.3.0-6ubuntu118.04.1_amd64.deb ...
Unpacking libgcc1:amd64 (1:8.3.0-6ubuntu1
18.04.1) over (1:8.3.0-6ubuntu118.04) ...
Setting up libgcc1:amd64 (1:8.3.0-6ubuntu1
18.04.1) ...
Selecting previously unselected package libssl1.1:amd64.
(Reading database ... 5965 files and directories currently installed.)
Preparing to unpack .../00-libssl1.1_1.1.1-1ubuntu2.118.04.3_amd64.deb ...
Unpacking libssl1.1:amd64 (1.1.1-1ubuntu2.1
18.04.3) ...
Selecting previously unselected package openssl.
Preparing to unpack .../01-openssl_1.1.1-1ubuntu2.118.04.3_amd64.deb ...
Unpacking openssl (1.1.1-1ubuntu2.1
18.04.3) ...
Selecting previously unselected package ca-certificates.
Preparing to unpack .../02-ca-certificates_20180409_all.deb ...
Unpacking ca-certificates (20180409) ...
Selecting previously unselected package libmagic-mgc.
Preparing to unpack .../03-libmagic-mgc_1%3a5.32-2ubuntu0.2_amd64.deb ...
Unpacking libmagic-mgc (1:5.32-2ubuntu0.2) ...
Selecting previously unselected package libmagic1:amd64.
Preparing to unpack .../04-libmagic1_1%3a5.32-2ubuntu0.2_amd64.deb ...
Unpacking libmagic1:amd64 (1:5.32-2ubuntu0.2) ...
Selecting previously unselected package file.
Preparing to unpack .../05-file_1%3a5.32-2ubuntu0.2_amd64.deb ...
Unpacking file (1:5.32-2ubuntu0.2) ...
Selecting previously unselected package libexpat1:amd64.
Preparing to unpack .../06-libexpat1_2.2.5-3ubuntu0.1_amd64.deb ...
Unpacking libexpat1:amd64 (2.2.5-3ubuntu0.1) ...
Selecting previously unselected package libsqlite3-0:amd64.
Preparing to unpack .../07-libsqlite3-0_3.22.0-1ubuntu0.1_amd64.deb ...
Unpacking libsqlite3-0:amd64 (3.22.0-1ubuntu0.1) ...
Selecting previously unselected package locales.
Preparing to unpack .../08-locales_2.27-3ubuntu1_all.deb ...
Unpacking locales (2.27-3ubuntu1) ...
Selecting previously unselected package libkrb5support0:amd64.
Preparing to unpack .../09-libkrb5support0_1.16-2ubuntu0.1_amd64.deb ...
Unpacking libkrb5support0:amd64 (1.16-2ubuntu0.1) ...
Selecting previously unselected package libk5crypto3:amd64.
Preparing to unpack .../10-libk5crypto3_1.16-2ubuntu0.1_amd64.deb ...
Unpacking libk5crypto3:amd64 (1.16-2ubuntu0.1) ...
Selecting previously unselected package libkeyutils1:amd64.
Preparing to unpack .../11-libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb ...
Unpacking libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ...
Selecting previously unselected package libkrb5-3:amd64.
Preparing to unpack .../12-libkrb5-3_1.16-2ubuntu0.1_amd64.deb ...
Unpacking libkrb5-3:amd64 (1.16-2ubuntu0.1) ...
Selecting previously unselected package libgssapi-krb5-2:amd64.
Preparing to unpack .../13-libgssapi-krb5-2_1.16-2ubuntu0.1_amd64.deb ...
Unpacking libgssapi-krb5-2:amd64 (1.16-2ubuntu0.1) ...
Selecting previously unselected package libpsl5:amd64.
Preparing to unpack .../14-libpsl5_0.19.1-5build1_amd64.deb ...
Unpacking libpsl5:amd64 (0.19.1-5build1) ...
Selecting previously unselected package binutils-common:amd64.
Preparing to unpack .../15-binutils-common_2.30-21ubuntu118.04.2_amd64.deb ...
Unpacking binutils-common:amd64 (2.30-21ubuntu1
18.04.2) ...
Selecting previously unselected package libbinutils:amd64.
Preparing to unpack .../16-libbinutils_2.30-21ubuntu118.04.2_amd64.deb ...
Unpacking libbinutils:amd64 (2.30-21ubuntu1
18.04.2) ...
Selecting previously unselected package binutils-x86-64-linux-gnu.
Preparing to unpack .../17-binutils-x86-64-linux-gnu_2.30-21ubuntu118.04.2_amd64.deb ...
Unpacking binutils-x86-64-linux-gnu (2.30-21ubuntu1
18.04.2) ...
Selecting previously unselected package binutils.
Preparing to unpack .../18-binutils_2.30-21ubuntu118.04.2_amd64.deb ...
Unpacking binutils (2.30-21ubuntu1
18.04.2) ...
Selecting previously unselected package gcc-7-base:amd64.
Preparing to unpack .../19-gcc-7-base_7.4.0-1ubuntu118.04.1_amd64.deb ...
Unpacking gcc-7-base:amd64 (7.4.0-1ubuntu1
18.04.1) ...
Selecting previously unselected package libisl19:amd64.
Preparing to unpack .../20-libisl19_0.19-1_amd64.deb ...
Unpacking libisl19:amd64 (0.19-1) ...
Selecting previously unselected package libmpfr6:amd64.
Preparing to unpack .../21-libmpfr6_4.0.1-1_amd64.deb ...
Unpacking libmpfr6:amd64 (4.0.1-1) ...
Selecting previously unselected package libmpc3:amd64.
Preparing to unpack .../22-libmpc3_1.1.0-1_amd64.deb ...
Unpacking libmpc3:amd64 (1.1.0-1) ...
Selecting previously unselected package cpp-7.
Preparing to unpack .../23-cpp-7_7.4.0-1ubuntu118.04.1_amd64.deb ...
Unpacking cpp-7 (7.4.0-1ubuntu1
18.04.1) ...
Selecting previously unselected package cpp.
Preparing to unpack .../24-cpp_4%3a7.4.0-1ubuntu2.3_amd64.deb ...
Unpacking cpp (4:7.4.0-1ubuntu2.3) ...
Selecting previously unselected package libroken18-heimdal:amd64.
Preparing to unpack .../25-libroken18-heimdal_7.5.0+dfsg-1_amd64.deb ...
Unpacking libroken18-heimdal:amd64 (7.5.0+dfsg-1) ...
Selecting previously unselected package libasn1-8-heimdal:amd64.
Preparing to unpack .../26-libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb ...
Unpacking libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ...
Selecting previously unselected package libheimbase1-heimdal:amd64.
Preparing to unpack .../27-libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb ...
Unpacking libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ...
Selecting previously unselected package libhcrypto4-heimdal:amd64.
Preparing to unpack .../28-libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb ...
Unpacking libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ...
Selecting previously unselected package libwind0-heimdal:amd64.
Preparing to unpack .../29-libwind0-heimdal_7.5.0+dfsg-1_amd64.deb ...
Unpacking libwind0-heimdal:amd64 (7.5.0+dfsg-1) ...
Selecting previously unselected package libhx509-5-heimdal:amd64.
Preparing to unpack .../30-libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb ...
Unpacking libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ...
Selecting previously unselected package libkrb5-26-heimdal:amd64.
Preparing to unpack .../31-libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb ...
Unpacking libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ...
Selecting previously unselected package libheimntlm0-heimdal:amd64.
Preparing to unpack .../32-libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb ...
Unpacking libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ...
Selecting previously unselected package libgssapi3-heimdal:amd64.
Preparing to unpack .../33-libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb ...
Unpacking libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ...
Selecting previously unselected package libsasl2-modules-db:amd64.
Preparing to unpack .../34-libsasl2-modules-db_2.1.27101-g0780600+dfsg-3ubuntu2_amd64.deb ...
Unpacking libsasl2-modules-db:amd64 (2.1.27
101-g0780600+dfsg-3ubuntu2) ...
Selecting previously unselected package libsasl2-2:amd64.
Preparing to unpack .../35-libsasl2-2_2.1.27101-g0780600+dfsg-3ubuntu2_amd64.deb ...
Unpacking libsasl2-2:amd64 (2.1.27
101-g0780600+dfsg-3ubuntu2) ...
Selecting previously unselected package libldap-common.
Preparing to unpack .../36-libldap-common_2.4.45+dfsg-1ubuntu1.2_all.deb ...
Unpacking libldap-common (2.4.45+dfsg-1ubuntu1.2) ...
Selecting previously unselected package libldap-2.4-2:amd64.
Preparing to unpack .../37-libldap-2.4-2_2.4.45+dfsg-1ubuntu1.2_amd64.deb ...
Unpacking libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.2) ...
Selecting previously unselected package libnghttp2-14:amd64.
Preparing to unpack .../38-libnghttp2-14_1.30.0-1ubuntu1_amd64.deb ...
Unpacking libnghttp2-14:amd64 (1.30.0-1ubuntu1) ...
Selecting previously unselected package librtmp1:amd64.
Preparing to unpack .../39-librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb ...
Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ...
Selecting previously unselected package libcurl4:amd64.
Preparing to unpack .../40-libcurl4_7.58.0-2ubuntu3.7_amd64.deb ...
Unpacking libcurl4:amd64 (7.58.0-2ubuntu3.7) ...
Selecting previously unselected package curl.
Preparing to unpack .../41-curl_7.58.0-2ubuntu3.7_amd64.deb ...
Unpacking curl (7.58.0-2ubuntu3.7) ...
Selecting previously unselected package libcc1-0:amd64.
Preparing to unpack .../42-libcc1-0_8.3.0-6ubuntu118.04.1_amd64.deb ...
Unpacking libcc1-0:amd64 (8.3.0-6ubuntu1
18.04.1) ...
Selecting previously unselected package libgomp1:amd64.
Preparing to unpack .../43-libgomp1_8.3.0-6ubuntu118.04.1_amd64.deb ...
Unpacking libgomp1:amd64 (8.3.0-6ubuntu1
18.04.1) ...
Selecting previously unselected package libitm1:amd64.
Preparing to unpack .../44-libitm1_8.3.0-6ubuntu118.04.1_amd64.deb ...
Unpacking libitm1:amd64 (8.3.0-6ubuntu1
18.04.1) ...
Selecting previously unselected package libatomic1:amd64.
Preparing to unpack .../45-libatomic1_8.3.0-6ubuntu118.04.1_amd64.deb ...
Unpacking libatomic1:amd64 (8.3.0-6ubuntu1
18.04.1) ...
Selecting previously unselected package libasan4:amd64.
Preparing to unpack .../46-libasan4_7.4.0-1ubuntu118.04.1_amd64.deb ...
Unpacking libasan4:amd64 (7.4.0-1ubuntu1
18.04.1) ...
Selecting previously unselected package liblsan0:amd64.
Preparing to unpack .../47-liblsan0_8.3.0-6ubuntu118.04.1_amd64.deb ...
Unpacking liblsan0:amd64 (8.3.0-6ubuntu1
18.04.1) ...
Selecting previously unselected package libtsan0:amd64.
Preparing to unpack .../48-libtsan0_8.3.0-6ubuntu118.04.1_amd64.deb ...
Unpacking libtsan0:amd64 (8.3.0-6ubuntu1
18.04.1) ...
Selecting previously unselected package libubsan0:amd64.
Preparing to unpack .../49-libubsan0_7.4.0-1ubuntu118.04.1_amd64.deb ...
Unpacking libubsan0:amd64 (7.4.0-1ubuntu1
18.04.1) ...
Selecting previously unselected package libcilkrts5:amd64.
Preparing to unpack .../50-libcilkrts5_7.4.0-1ubuntu118.04.1_amd64.deb ...
Unpacking libcilkrts5:amd64 (7.4.0-1ubuntu1
18.04.1) ...
Selecting previously unselected package libmpx2:amd64.
Preparing to unpack .../51-libmpx2_8.3.0-6ubuntu118.04.1_amd64.deb ...
Unpacking libmpx2:amd64 (8.3.0-6ubuntu1
18.04.1) ...
Selecting previously unselected package libquadmath0:amd64.
Preparing to unpack .../52-libquadmath0_8.3.0-6ubuntu118.04.1_amd64.deb ...
Unpacking libquadmath0:amd64 (8.3.0-6ubuntu1
18.04.1) ...
Selecting previously unselected package libgcc-7-dev:amd64.
Preparing to unpack .../53-libgcc-7-dev_7.4.0-1ubuntu118.04.1_amd64.deb ...
Unpacking libgcc-7-dev:amd64 (7.4.0-1ubuntu1
18.04.1) ...
Selecting previously unselected package gcc-7.
Preparing to unpack .../54-gcc-7_7.4.0-1ubuntu118.04.1_amd64.deb ...
Unpacking gcc-7 (7.4.0-1ubuntu1
18.04.1) ...
Selecting previously unselected package gcc.
Preparing to unpack .../55-gcc_4%3a7.4.0-1ubuntu2.3_amd64.deb ...
Unpacking gcc (4:7.4.0-1ubuntu2.3) ...
Selecting previously unselected package libc-dev-bin.
Preparing to unpack .../56-libc-dev-bin_2.27-3ubuntu1_amd64.deb ...
Unpacking libc-dev-bin (2.27-3ubuntu1) ...
Selecting previously unselected package linux-libc-dev:amd64.
Preparing to unpack .../57-linux-libc-dev_4.15.0-52.56_amd64.deb ...
Unpacking linux-libc-dev:amd64 (4.15.0-52.56) ...
Selecting previously unselected package libc6-dev:amd64.
Preparing to unpack .../58-libc6-dev_2.27-3ubuntu1_amd64.deb ...
Unpacking libc6-dev:amd64 (2.27-3ubuntu1) ...
Selecting previously unselected package libstdc++-7-dev:amd64.
Preparing to unpack .../59-libstdc++-7-dev_7.4.0-1ubuntu118.04.1_amd64.deb ...
Unpacking libstdc++-7-dev:amd64 (7.4.0-1ubuntu1
18.04.1) ...
Selecting previously unselected package g++-7.
Preparing to unpack .../60-g++-7_7.4.0-1ubuntu118.04.1_amd64.deb ...
Unpacking g++-7 (7.4.0-1ubuntu1
18.04.1) ...
Selecting previously unselected package g++.
Preparing to unpack .../61-g++_4%3a7.4.0-1ubuntu2.3_amd64.deb ...
Unpacking g++ (4:7.4.0-1ubuntu2.3) ...
Selecting previously unselected package libcurl3-gnutls:amd64.
Preparing to unpack .../62-libcurl3-gnutls_7.58.0-2ubuntu3.7_amd64.deb ...
Unpacking libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.7) ...
Selecting previously unselected package liberror-perl.
Preparing to unpack .../63-liberror-perl_0.17025-1_all.deb ...
Unpacking liberror-perl (0.17025-1) ...
Selecting previously unselected package git-man.
Preparing to unpack .../64-git-man_1%3a2.17.1-1ubuntu0.4_all.deb ...
Unpacking git-man (1:2.17.1-1ubuntu0.4) ...
Selecting previously unselected package git.
Preparing to unpack .../65-git_1%3a2.17.1-1ubuntu0.4_amd64.deb ...
Unpacking git (1:2.17.1-1ubuntu0.4) ...
Selecting previously unselected package make.
Preparing to unpack .../66-make_4.1-9.1ubuntu1_amd64.deb ...
Unpacking make (4.1-9.1ubuntu1) ...
Setting up libquadmath0:amd64 (8.3.0-6ubuntu118.04.1) ...
Setting up libgomp1:amd64 (8.3.0-6ubuntu1
18.04.1) ...
Setting up libatomic1:amd64 (8.3.0-6ubuntu118.04.1) ...
Setting up git-man (1:2.17.1-1ubuntu0.4) ...
Setting up libexpat1:amd64 (2.2.5-3ubuntu0.1) ...
Setting up libcc1-0:amd64 (8.3.0-6ubuntu1
18.04.1) ...
Setting up make (4.1-9.1ubuntu1) ...
Setting up libnghttp2-14:amd64 (1.30.0-1ubuntu1) ...
Setting up libldap-common (2.4.45+dfsg-1ubuntu1.2) ...
Setting up libpsl5:amd64 (0.19.1-5build1) ...
Setting up libtsan0:amd64 (8.3.0-6ubuntu118.04.1) ...
Setting up libsasl2-modules-db:amd64 (2.1.27
101-g0780600+dfsg-3ubuntu2) ...
Setting up linux-libc-dev:amd64 (4.15.0-52.56) ...
Setting up libmpfr6:amd64 (4.0.1-1) ...
Setting up libsasl2-2:amd64 (2.1.27101-g0780600+dfsg-3ubuntu2) ...
Setting up libroken18-heimdal:amd64 (7.5.0+dfsg-1) ...
Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ...
Setting up perl-modules-5.26 (5.26.1-6ubuntu0.3) ...
Setting up libgdbm5:amd64 (1.14.1-6) ...
Setting up libkrb5support0:amd64 (1.16-2ubuntu0.1) ...
Setting up libmagic-mgc (1:5.32-2ubuntu0.2) ...
Setting up uuid-runtime (2.31.1-0.4ubuntu3.3) ...
Adding group uuidd' (GID 101) ... Done. Warning: The home dir /run/uuidd you specified can't be accessed: No such file or directory Adding system user uuidd' (UID 101) ...
Adding new user uuidd' (UID 101) with group uuidd' ...
Not creating home directory `/run/uuidd'.
invoke-rc.d: could not determine current runlevel
invoke-rc.d: policy-rc.d denied execution of start.
Setting up libmagic1:amd64 (1:5.32-2ubuntu0.2) ...
Setting up liblsan0:amd64 (8.3.0-6ubuntu1
18.04.1) ...
Setting up gcc-7-base:amd64 (7.4.0-1ubuntu118.04.1) ...
Setting up binutils-common:amd64 (2.30-21ubuntu1
18.04.2) ...
Setting up libmpx2:amd64 (8.3.0-6ubuntu118.04.1) ...
Processing triggers for libc-bin (2.27-3ubuntu1) ...
Setting up libssl1.1:amd64 (1.1.1-1ubuntu2.1
18.04.3) ...
Setting up libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ...
Setting up openssl (1.1.1-1ubuntu2.118.04.3) ...
Setting up libsqlite3-0:amd64 (3.22.0-1ubuntu0.1) ...
Setting up libmpc3:amd64 (1.1.0-1) ...
Setting up libc-dev-bin (2.27-3ubuntu1) ...
Setting up libgdbm-compat4:amd64 (1.14.1-6) ...
Setting up libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ...
Setting up ca-certificates (20180409) ...
Updating certificates in /etc/ssl/certs...
133 added, 0 removed; done.
Setting up libc6-dev:amd64 (2.27-3ubuntu1) ...
Setting up locales (2.27-3ubuntu1) ...
Generating locales (this might take a while)...
Generation complete.
Setting up libitm1:amd64 (8.3.0-6ubuntu1
18.04.1) ...
Setting up libisl19:amd64 (0.19-1) ...
Setting up libk5crypto3:amd64 (1.16-2ubuntu0.1) ...
Setting up libwind0-heimdal:amd64 (7.5.0+dfsg-1) ...
Setting up libasan4:amd64 (7.4.0-1ubuntu118.04.1) ...
Setting up libbinutils:amd64 (2.30-21ubuntu1
18.04.2) ...
Setting up libcilkrts5:amd64 (7.4.0-1ubuntu118.04.1) ...
Setting up libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ...
Setting up libubsan0:amd64 (7.4.0-1ubuntu1
18.04.1) ...
Setting up libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ...
Setting up file (1:5.32-2ubuntu0.2) ...
Setting up libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ...
Setting up libgcc-7-dev:amd64 (7.4.0-1ubuntu118.04.1) ...
Setting up cpp-7 (7.4.0-1ubuntu1
18.04.1) ...
Setting up libstdc++-7-dev:amd64 (7.4.0-1ubuntu118.04.1) ...
Setting up libperl5.26:amd64 (5.26.1-6ubuntu0.3) ...
Setting up libkrb5-3:amd64 (1.16-2ubuntu0.1) ...
Setting up libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ...
Setting up libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ...
Setting up binutils-x86-64-linux-gnu (2.30-21ubuntu1
18.04.2) ...
Setting up cpp (4:7.4.0-1ubuntu2.3) ...
Setting up libgssapi-krb5-2:amd64 (1.16-2ubuntu0.1) ...
Setting up perl (5.26.1-6ubuntu0.3) ...
Setting up binutils (2.30-21ubuntu118.04.2) ...
Setting up libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ...
Setting up gcc-7 (7.4.0-1ubuntu1
18.04.1) ...
Setting up liberror-perl (0.17025-1) ...
Setting up g++-7 (7.4.0-1ubuntu1~18.04.1) ...
Setting up gcc (4:7.4.0-1ubuntu2.3) ...
Setting up libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.2) ...
Setting up g++ (4:7.4.0-1ubuntu2.3) ...
update-alternatives: using /usr/bin/g++ to provide /usr/bin/c++ (c++) in auto mode
update-alternatives: warning: skip creation of /usr/share/man/man1/c++.1.gz because associated file /usr/share/man/man1/g++.1.gz (of link group c++) doesn't exist
Setting up libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.7) ...
Setting up libcurl4:amd64 (7.58.0-2ubuntu3.7) ...
Setting up git (1:2.17.1-1ubuntu0.4) ...
Setting up curl (7.58.0-2ubuntu3.7) ...
Processing triggers for libc-bin (2.27-3ubuntu1) ...
Processing triggers for ca-certificates (20180409) ...
Updating certificates in /etc/ssl/certs...
0 added, 0 removed; done.
Running hooks in /etc/ca-certificates/update.d...
done.
Removing intermediate container a8cc7d5cf1ae
---> c79cfa464b3e
Step 6/6 : RUN apt-get install -yv postgis
---> Running in c28ac33a789f
apt 1.6.11 (amd64)
Supported modules:
Ver: Standard .deb
Pkg: Debian dpkg interface (Priority 30)
Pkg: Debian APT solver interface (Priority -1000)
Pkg: Debian APT planner interface (Priority -1000)
S.L: 'deb' Debian binary tree
S.L: 'deb-src' Debian source tree
Idx: Debian Source Index
Idx: Debian Package Index
Idx: Debian Translation Index
Idx: Debian dpkg status file
Idx: Debian deb file
Idx: Debian dsc file
Idx: Debian control file
Idx: EDSP scenario file
Idx: EIPP scenario file
Removing intermediate container c28ac33a789f
---> 5b3f159c6a26
Successfully built 5b3f159c6a26
Successfully tagged linked_maps_v1.0:latest
D20ML-VJAIN:gdal vasujain$ docker image ls
REPOSITORY TAG IMAGE ID CREATED SIZE
linked_maps_v1.0 latest 5b3f159c6a26 About a minute ago 318MB
7f8b4d9e4f79 About an hour ago 487MB
9269abfa29c6 About an hour ago 656MB
4251e9956b74 2 hours ago 973MB
ac8ba7aebcbf 2 hours ago 636MB
brew latest ecd031fa65cb 3 hours ago 487MB
10c16ad9632b 3 hours ago 194MB
a4f6e65d989a 3 hours ago 194MB
9c43c322f585 3 hours ago 194MB
dcb67746e349 3 hours ago 194MB
6b29bdb75b09 3 hours ago 200MB
98e12930b945 3 hours ago 200MB
b84cb8643af5 3 hours ago 938MB
58585d98010f 3 hours ago 938MB
2ccc2026fe5d 3 hours ago 938MB
1c5297a4014c 3 hours ago 938MB
9589d704cd7e 5 hours ago 938MB
ubuntu bionic 4c108a37151f 8 days ago 64.2MB
ubuntu latest 4c108a37151f 8 days ago 64.2MB
python 2.7.16-stretch 37093962fbf5 2 weeks ago 914MB
nginx latest 719cd2e3ed04 2 weeks ago 109MB
debian unstable-slim 90cc83de9bde 2 weeks ago 69.3MB
postgis/postgis-build-env latest a0607e7544db 3 weeks ago 2.17GB
iamjohnnym/bionic-python 2.7 a91e441e2649 7 months ago 129MB
D20ML-VJAIN:gdal vasujain$ docker build --tag=linked_maps_v1.0 .
Sending build context to Docker daemon 2.048kB
Step 1/9 : FROM ubuntu:bionic
---> 4c108a37151f
Step 2/9 : LABEL maintainer="Shaun Jackman [email protected]"
---> Using cache
---> 3dec4e085bed
Step 3/9 : LABEL name="linuxbrew/bionic"
---> Using cache
---> c65cad53ad9a
Step 4/9 : ARG DEBIAN_FRONTEND=noninteractive
---> Using cache
---> acac729fa042
Step 5/9 : RUN apt-get update && apt-get install -y --no-install-recommends ca-certificates curl file g++ git locales make uuid-runtime && apt-get clean && rm -rf /var/lib/apt/lists/
&& localedef -i en_US -f UTF-8 en_US.UTF-8
---> Using cache
---> c79cfa464b3e
Step 6/9 : RUN apt-get install -yv postgis
---> Using cache
---> 5b3f159c6a26
Step 7/9 : RUN psql -d PostGISDemo
---> Running in 5539a863b17b
/bin/sh: 1: psql: not found
The command '/bin/sh -c psql -d PostGISDemo' returned a non-zero code: 127
D20ML-VJAIN:gdal vasujain$ docker build --tag=linked_maps_v1.0 .
Sending build context to Docker daemon 2.56kB
Step 1/10 : FROM ubuntu:bionic
---> 4c108a37151f
Step 2/10 : LABEL maintainer="Shaun Jackman [email protected]"
---> Using cache
---> 3dec4e085bed
Step 3/10 : LABEL name="linuxbrew/bionic"
---> Using cache
---> c65cad53ad9a
Step 4/10 : ARG DEBIAN_FRONTEND=noninteractive
---> Using cache
---> acac729fa042
Step 5/10 : RUN apt-get update && apt-get install -y --no-install-recommends ca-certificates curl file g++ git locales make uuid-runtime && apt-get clean && rm -rf /var/lib/apt/lists/
&& localedef -i en_US -f UTF-8 en_US.UTF-8
---> Using cache
---> c79cfa464b3e
Step 6/10 : RUN apt-get install -yv postgresql postgresql-contrib
---> Running in f554845c081a
apt 1.6.11 (amd64)
Supported modules:
*Ver: Standard .deb
*Pkg: Debian dpkg interface (Priority 30)
Pkg: Debian APT solver interface (Priority -1000)
Pkg: Debian APT planner interface (Priority -1000)
S.L: 'deb' Debian binary tree
S.L: 'deb-src' Debian source tree
Idx: Debian Source Index
Idx: Debian Package Index
Idx: Debian Translation Index
Idx: Debian dpkg status file
Idx: Debian deb file
Idx: Debian dsc file
Idx: Debian control file
Idx: EDSP scenario file
Idx: EIPP scenario file
Removing intermediate container f554845c081a
---> a8e5150c9c17
Step 7/10 : RUN apt-get install -yv postgis
---> Running in 9b6f06dedce6
apt 1.6.11 (amd64)
Supported modules:
*Ver: Standard .deb
*Pkg: Debian dpkg interface (Priority 30)
Pkg: Debian APT solver interface (Priority -1000)
Pkg: Debian APT planner interface (Priority -1000)
S.L: 'deb' Debian binary tree
S.L: 'deb-src' Debian source tree
Idx: Debian Source Index
Idx: Debian Package Index
Idx: Debian Translation Index
Idx: Debian dpkg status file
Idx: Debian deb file
Idx: Debian dsc file
Idx: Debian control file
Idx: EDSP scenario file
Idx: EIPP scenario file
Removing intermediate container 9b6f06dedce6
---> aafb7985e2fb
Step 8/10 : RUN psql -d PostGISDemo
---> Running in 2fc30b959868
/bin/sh: 1: psql: not found
The command '/bin/sh -c psql -d PostGISDemo' returned a non-zero code: 127
D20ML-VJAIN:gdal vasujain$ cat Dockerfile
FROM debian:unstable-slim

RUN apt-get update &&
apt-get install -y --no-install-recommends
autoconf
automake
bison
build-essential
ca-certificates
clang
cmake
curl
eatmydata
flex
gdb
git
libboost-serialization-dev
libboost-test-dev
libboost-thread-dev
libcgal-dev
libcunit1-dev
libgmp-dev
libjson-c-dev
libmpfr-dev
libpcre3-dev
libprotobuf-c-dev
libreadline-dev
libsqlite3-dev
libtool
libxml2-dev
libxml2-utils
pkg-config
protobuf-c-compiler
sudo
sqlite3
valgrind
wget
xsltproc
zlib1g-dev &&
apt-get clean &&
rm -rf /var/lib/apt/lists/*

WORKDIR /src

RUN echo /usr/lib/x86_64-linux-gnu/libeatmydata.so >> /etc/ld.so.preload

ARG BUILD_THREADS=4

RUN wget https://github.com/Oslandia/SFCGAL/archive/v1.3.6.tar.gz &&
tar xzvf v1.3.6.tar.gz &&
rm v1.3.6.tar.gz &&
cd SFCGAL-1.3.6 &&
mkdir cmake-build &&
cd cmake-build &&
cmake .. &&
make -j${BUILD_THREADS} &&
make install &&
cd /src && rm -rf SFCGAL-1.3.6

ARG BUILD_DATE
ENV PGDATA=/var/lib/postgresql

RUN useradd postgres &&
mkdir -p ${PGDATA} && chown postgres ${PGDATA} &&
mkdir -p /src/postgis && chown postgres /src/postgis

ENV PATH="/usr/local/pgsql/bin:${PATH}"

ARG PROJ_BRANCH=master
RUN git clone --depth 1 --branch ${PROJ_BRANCH} https://github.com/OSGEO/proj.4 &&
cd proj.4 &&
./autogen.sh && ./configure && make -j${BUILD_THREADS} && make install &&
cd /src && rm -rf proj.4

ARG GDAL_BRANCH=trunk
RUN git clone --depth 1 --branch ${GDAL_BRANCH} https://github.com/OSGeo/gdal &&
cd gdal/gdal &&
./autogen.sh && ./configure && make -j${BUILD_THREADS} && make install &&
cd /src && rm -rf gdal

ARG GEOS_BRANCH=master
RUN git clone --depth 1 --branch ${GEOS_BRANCH} https://github.com/libgeos/geos &&
cd geos &&
./autogen.sh && ./configure && make -j${BUILD_THREADS} && make install &&
cd /src && rm -rf geos

ARG POSTGRES_BRANCH=master
ARG PG_CC=gcc
RUN git clone --depth 1 --branch ${POSTGRES_BRANCH} https://github.com/postgres/postgres &&
cd postgres &&
./configure --enable-cassert --enable-debug CC=${PG_CC} CFLAGS="-ggdb -Og -g3 -fno-omit-frame-pointer" &&
make -j${BUILD_THREADS} && make install &&
cd /src && rm -rf postgres

WORKDIR /src/postgis

RUN ldconfig /usr/local/pgsql/lib
USER postgres

create cluster now to save time on build

RUN /usr/local/pgsql/bin/initdb -D /var/lib/postgresql
D20ML-VJAIN:gdal vasujain$ docker build --tag=linked_maps_v1.0 .
Sending build context to Docker daemon 4.608kB
Step 1/23 : FROM debian:unstable-slim
---> 90cc83de9bde
Step 2/23 : RUN apt-get update && apt-get install -y --no-install-recommends autoconf automake bison build-essential ca-certificates clang cmake curl eatmydata flex gdb git libboost-serialization-dev libboost-test-dev libboost-thread-dev libcgal-dev libcunit1-dev libgmp-dev libjson-c-dev libmpfr-dev libpcre3-dev libprotobuf-c-dev libreadline-dev libsqlite3-dev libtool libxml2-dev libxml2-utils pkg-config protobuf-c-compiler sudo sqlite3 valgrind wget xsltproc zlib1g-dev && apt-get clean && rm -rf /var/lib/apt/lists/*
---> Using cache
---> 30d7cc914426
Step 3/23 : WORKDIR /src
---> Using cache
---> 7e94a55e4115
Step 4/23 : RUN echo /usr/lib/x86_64-linux-gnu/libeatmydata.so >> /etc/ld.so.preload
---> Using cache
---> 0a78e46dfdca
Step 5/23 : ARG BUILD_THREADS=4
---> Using cache
---> 4251e9956b74
Step 6/23 : RUN wget https://github.com/Oslandia/SFCGAL/archive/v1.3.6.tar.gz && tar xzvf v1.3.6.tar.gz && rm v1.3.6.tar.gz && cd SFCGAL-1.3.6 && mkdir cmake-build && cd cmake-build && cmake .. && make -j${BUILD_THREADS} && make install && cd /src && rm -rf SFCGAL-1.3.6
---> Running in a9ccc7b36ec2
--2019-06-26 23:43:54-- https://github.com/Oslandia/SFCGAL/archive/v1.3.6.tar.gz
Resolving github.com (github.com)... 192.30.255.112
Connecting to github.com (github.com)|192.30.255.112|:443... connected.
HTTP request sent, awaiting response... 302 Found
Location: https://codeload.github.com/Oslandia/SFCGAL/tar.gz/v1.3.6 [following]
--2019-06-26 23:43:54-- https://codeload.github.com/Oslandia/SFCGAL/tar.gz/v1.3.6
Resolving codeload.github.com (codeload.github.com)... 192.30.255.121
Connecting to codeload.github.com (codeload.github.com)|192.30.255.121|:443... connected.
HTTP request sent, awaiting response... 200 OK
Length: unspecified [application/x-gzip]
Saving to: 'v1.3.6.tar.gz'

 0K .......... .......... .......... .......... ..........  474K
50K .......... .......... .......... .......... .......... 1.95M

100K .......... .......... .......... .......... .......... 2.90M
150K .......... .......... .......... .......... .......... 1.67M
200K .......... .......... .......... .......... .......... 10.4M
250K .......... .......... .......... .......... .......... 1.35M
300K .......... .......... .......... .......... .......... 1.00M
350K .......... .......... .......... .......... .......... 1.60M
400K .......... .......... .......... .......... .......... 1.97M
450K .......... .......... .......... .......... .......... 5.22M
500K .......... .......... .......... .......... .......... 1.81M
550K .......... .......... .......... .......... .......... 2.49M
600K .......... .......... .......... .......... .......... 6.96M
650K .......... .......... .......... .......... .......... 3.63M
700K .......... .......... .......... .......... .......... 33.7M
750K .......... .......... .......... .......... .......... 13.3M
800K .......... .......... .......... .......... .......... 4.98M
850K .......... .......... .......... .......... .......... 16.6M
900K .......... .......... .......... .......... .......... 4.65M
950K .......... .......... .......... .......... .......... 42.1M
1000K .......... .......... .......... .......... .......... 33.4M
1050K .......... .......... .......... .......... .......... 34.8M
1100K .......... .......... .......... .......... .......... 6.86M
1150K .......... .......... .......... .......... .......... 15.7M
1200K .......... .......... .......... .......... .......... 3.87M
1250K .......... .......... .......... .......... .......... 5.09M
1300K .......... .......... .......... .......... .......... 8.45M
1350K .......... .......... .......... .......... .......... 42.7M
1400K .......... .......... .......... .......... .......... 44.0M
1450K .......... .......... .......... .......... .......... 47.3M
1500K .......... .......... .......... .......... .......... 48.5M
1550K .......... .......... .......... .......... .......... 8.67M
1600K .......... .......... .......... .......... .......... 9.82M
1650K .......... .......... .......... .......... .......... 1.95M
1700K .......... .......... .......... .......... .......... 8.41M
1750K .......... .......... .......... .......... .......... 1.25M
1800K .......... .......... .......... .......... .......... 4.95M
1850K .......... .......... .......... .......... .......... 2.73M
1900K .......... .......... .......... .......... .......... 3.21M
1950K .......... .......... .......... .......... .......... 1.38M
2000K .......... .......... .......... .......... .......... 1.25M
2050K .......... .......... .......... .......... .......... 2.62M
2100K .......... .......... .......... .......... .......... 9.62M
2150K .......... .......... .......... .......... .......... 1.68M
2200K .......... .......... .......... .......... .......... 5.22M
2250K .......... .......... .......... .......... .......... 2.30M
2300K .......... .......... .......... .......... .......... 1.42M
2350K .......... .......... .......... .......... .......... 1.11M
2400K .......... .... 1.52M=0.8s

2019-06-26 23:43:55 (2.80 MB/s) - 'v1.3.6.tar.gz' saved [2472776]

SFCGAL-1.3.6/
SFCGAL-1.3.6/.gitignore
SFCGAL-1.3.6/.travis.yml
SFCGAL-1.3.6/AUTHORS
SFCGAL-1.3.6/CGAL_patches/
SFCGAL-1.3.6/CGAL_patches/CGAL/
SFCGAL-1.3.6/CGAL_patches/CGAL/Triangle_accessor_with_ppmap_3.h
SFCGAL-1.3.6/CGAL_patches/CGAL/corefinement_operations.h
SFCGAL-1.3.6/CGAL_patches/CGAL/internal/
SFCGAL-1.3.6/CGAL_patches/CGAL/internal/corefinement/
SFCGAL-1.3.6/CGAL_patches/CGAL/internal/corefinement/Combinatorial_map_for_corefinement.h
SFCGAL-1.3.6/CGAL_patches/CGAL/internal/corefinement/Combinatorial_map_output_builder.h
SFCGAL-1.3.6/CGAL_patches/CGAL/internal/corefinement/Polyhedra_output_builder.h
SFCGAL-1.3.6/CGAL_patches/CGAL/internal/corefinement/Polyhedron_constness_types.h
SFCGAL-1.3.6/CGAL_patches/CGAL/internal/corefinement/connected_components.h
SFCGAL-1.3.6/CGAL_patches/CGAL/internal/corefinement/intersection_coplanar_triangles_3.h
SFCGAL-1.3.6/CGAL_patches/CGAL/internal/corefinement/intersection_triangle_segment_3.h
SFCGAL-1.3.6/CGAL_patches/CGAL/internal/corefinement/intersection_triangle_segment_3_coplanar.h
SFCGAL-1.3.6/CGAL_patches/CGAL/internal/corefinement/predicates.h
SFCGAL-1.3.6/CGAL_patches/CGAL/internal/corefinement/utils.h
SFCGAL-1.3.6/CGAL_patches/CGAL/intersection_of_Polyhedra_3.h
SFCGAL-1.3.6/CGAL_patches/CGAL/intersection_of_Polyhedra_3_refinement_visitor.h
SFCGAL-1.3.6/CMakeLists.txt
SFCGAL-1.3.6/LICENSE
SFCGAL-1.3.6/NEWS
SFCGAL-1.3.6/README.md
SFCGAL-1.3.6/cmake/
SFCGAL-1.3.6/cmake/Modules/
SFCGAL-1.3.6/cmake/Modules/FindPostgreSQL.cmake
SFCGAL-1.3.6/cmake/Modules/FindSFCGAL.cmake
SFCGAL-1.3.6/cmake/Modules/Libtoolize.cmake
SFCGAL-1.3.6/cmake/Modules/PrecompiledHeader.cmake
SFCGAL-1.3.6/doc/
SFCGAL-1.3.6/doc/CMakeLists.txt
SFCGAL-1.3.6/doc/Doxyfile.in
SFCGAL-1.3.6/doc/images/
SFCGAL-1.3.6/doc/images/Grid-PixelIsArea.svg
SFCGAL-1.3.6/doc/images/Grid-PixelIsPoint.svg
SFCGAL-1.3.6/doc/images/triangulatePolygon.svg
SFCGAL-1.3.6/doc/mainpage.h
SFCGAL-1.3.6/doc/sfcgal_viewer_demo.avi
SFCGAL-1.3.6/example/
SFCGAL-1.3.6/example/CGAL-basic_manip/
SFCGAL-1.3.6/example/CGAL-basic_manip/CMakeLists.txt
SFCGAL-1.3.6/example/CGAL-basic_manip/main.cpp
SFCGAL-1.3.6/example/CGAL-cartesian_kernel/
SFCGAL-1.3.6/example/CGAL-cartesian_kernel/CMakeLists.txt
SFCGAL-1.3.6/example/CGAL-cartesian_kernel/main.cpp
SFCGAL-1.3.6/example/CGAL-point_generator/
SFCGAL-1.3.6/example/CGAL-point_generator/CMakeLists.txt
SFCGAL-1.3.6/example/CGAL-point_generator/main.cpp
SFCGAL-1.3.6/example/CGAL-polygon_triangulation2/
SFCGAL-1.3.6/example/CGAL-polygon_triangulation2/CMakeLists.txt
SFCGAL-1.3.6/example/CGAL-polygon_triangulation2/main.cpp
SFCGAL-1.3.6/example/CGAL-triangulation2/
SFCGAL-1.3.6/example/CGAL-triangulation2/CMakeLists.txt
SFCGAL-1.3.6/example/CGAL-triangulation2/main.cpp
SFCGAL-1.3.6/example/CMakeLists.txt
SFCGAL-1.3.6/example/SFCGAL-building/
SFCGAL-1.3.6/example/SFCGAL-building/CMakeLists.txt
SFCGAL-1.3.6/example/SFCGAL-building/data-sample.wkt
SFCGAL-1.3.6/example/SFCGAL-building/main.cpp
SFCGAL-1.3.6/example/SFCGAL-export-osg/
SFCGAL-1.3.6/example/SFCGAL-export-osg/CMakeLists.txt
SFCGAL-1.3.6/example/SFCGAL-export-osg/main.cpp
SFCGAL-1.3.6/example/SFCGAL-offset/
SFCGAL-1.3.6/example/SFCGAL-offset/CMakeLists.txt
SFCGAL-1.3.6/example/SFCGAL-offset/main.cpp
SFCGAL-1.3.6/patches/
SFCGAL-1.3.6/patches/CGAL-4.2/
SFCGAL-1.3.6/patches/CGAL-4.2/CGAL/
SFCGAL-1.3.6/patches/CGAL-4.2/CGAL/Intersections_2/
SFCGAL-1.3.6/patches/CGAL-4.2/CGAL/Intersections_2/Triangle_2_Triangle_2_intersection_impl.h
SFCGAL-1.3.6/patches/CGAL-4.2/CGAL/Point_inside_polyhedron_3.h
SFCGAL-1.3.6/patches/CGAL-4.2/CGAL/Triangle_3_Ray_3_do_intersect.h
SFCGAL-1.3.6/patches/CGAL-4.2/CGAL/internal/
SFCGAL-1.3.6/patches/CGAL-4.2/CGAL/internal/Operations_on_polyhedra/
SFCGAL-1.3.6/patches/CGAL-4.2/CGAL/internal/Operations_on_polyhedra/AABB_triangle_accessor_3_primitive.h
SFCGAL-1.3.6/patches/CGAL-4.2/CGAL/internal/Operations_on_polyhedra/Ray_3_Triangle_3_traversal_traits.h
SFCGAL-1.3.6/patches/CGAL-4.2/CGAL/intersection_of_Polyhedra_3_refinement_visitor.h
SFCGAL-1.3.6/patches/CGAL-4.2/CGAL/use.h
SFCGAL-1.3.6/patches/CGAL-4.3/
SFCGAL-1.3.6/patches/CGAL-4.3/CGAL/
SFCGAL-1.3.6/patches/CGAL-4.3/CGAL/Triangle_3_Triangle_3_intersection.h
SFCGAL-1.3.6/patches/README
SFCGAL-1.3.6/patches/boost-1.60.0/
SFCGAL-1.3.6/patches/boost-1.60.0/boost/
SFCGAL-1.3.6/patches/boost-1.60.0/boost/graph/
SFCGAL-1.3.6/patches/boost-1.60.0/boost/graph/adjacency_matrix.hpp
SFCGAL-1.3.6/script/
SFCGAL-1.3.6/script/test-style-SFCGAL.sh
SFCGAL-1.3.6/sfcgal-config.in
SFCGAL-1.3.6/src/
SFCGAL-1.3.6/src/CMakeLists.txt
SFCGAL-1.3.6/src/Coordinate.cpp
SFCGAL-1.3.6/src/Coordinate.h
SFCGAL-1.3.6/src/Envelope.cpp
SFCGAL-1.3.6/src/Envelope.h
SFCGAL-1.3.6/src/Exception.cpp
SFCGAL-1.3.6/src/Exception.h
SFCGAL-1.3.6/src/Geometry.cpp
SFCGAL-1.3.6/src/Geometry.h
SFCGAL-1.3.6/src/GeometryCollection.cpp
SFCGAL-1.3.6/src/GeometryCollection.h
SFCGAL-1.3.6/src/GeometryVisitor.cpp
SFCGAL-1.3.6/src/GeometryVisitor.h
SFCGAL-1.3.6/src/Kernel.h
SFCGAL-1.3.6/src/LineString.cpp
SFCGAL-1.3.6/src/LineString.h
SFCGAL-1.3.6/src/MultiLineString.cpp
SFCGAL-1.3.6/src/MultiLineString.h
SFCGAL-1.3.6/src/MultiPoint.cpp
SFCGAL-1.3.6/src/MultiPoint.h
SFCGAL-1.3.6/src/MultiPolygon.cpp
SFCGAL-1.3.6/src/MultiPolygon.h
SFCGAL-1.3.6/src/MultiSolid.cpp
SFCGAL-1.3.6/src/MultiSolid.h
SFCGAL-1.3.6/src/Point.cpp
SFCGAL-1.3.6/src/Point.h
SFCGAL-1.3.6/src/Polygon.cpp
SFCGAL-1.3.6/src/Polygon.h
SFCGAL-1.3.6/src/PolyhedralSurface.cpp
SFCGAL-1.3.6/src/PolyhedralSurface.h
SFCGAL-1.3.6/src/PreparedGeometry.cpp
SFCGAL-1.3.6/src/PreparedGeometry.h
SFCGAL-1.3.6/src/Solid.cpp
SFCGAL-1.3.6/src/Solid.h
SFCGAL-1.3.6/src/Surface.cpp
SFCGAL-1.3.6/src/Surface.h
SFCGAL-1.3.6/src/Transform.cpp
SFCGAL-1.3.6/src/Transform.h
SFCGAL-1.3.6/src/Triangle.cpp
SFCGAL-1.3.6/src/Triangle.h
SFCGAL-1.3.6/src/TriangulatedSurface.cpp
SFCGAL-1.3.6/src/TriangulatedSurface.h
SFCGAL-1.3.6/src/Validity.h
SFCGAL-1.3.6/src/algorithm/
SFCGAL-1.3.6/src/algorithm/BoundaryVisitor.cpp
SFCGAL-1.3.6/src/algorithm/BoundaryVisitor.h
SFCGAL-1.3.6/src/algorithm/ConsistentOrientationBuilder.cpp
SFCGAL-1.3.6/src/algorithm/ConsistentOrientationBuilder.h
SFCGAL-1.3.6/src/algorithm/Intersection2D.cpp
SFCGAL-1.3.6/src/algorithm/Intersection3D.cpp
SFCGAL-1.3.6/src/algorithm/area.cpp
SFCGAL-1.3.6/src/algorithm/area.h
SFCGAL-1.3.6/src/algorithm/collect.cpp
SFCGAL-1.3.6/src/algorithm/collect.h
SFCGAL-1.3.6/src/algorithm/collectionExtract.cpp
SFCGAL-1.3.6/src/algorithm/collectionExtract.h
SFCGAL-1.3.6/src/algorithm/collectionHomogenize.cpp
SFCGAL-1.3.6/src/algorithm/collectionHomogenize.h
SFCGAL-1.3.6/src/algorithm/collectionToMulti.cpp
SFCGAL-1.3.6/src/algorithm/collectionToMulti.h
SFCGAL-1.3.6/src/algorithm/connection.cpp
SFCGAL-1.3.6/src/algorithm/connection.h
SFCGAL-1.3.6/src/algorithm/convexHull.cpp
SFCGAL-1.3.6/src/algorithm/convexHull.h
SFCGAL-1.3.6/src/algorithm/covers.cpp
SFCGAL-1.3.6/src/algorithm/covers.h
SFCGAL-1.3.6/src/algorithm/difference.cpp
SFCGAL-1.3.6/src/algorithm/difference.h
SFCGAL-1.3.6/src/algorithm/differencePrimitives.cpp
SFCGAL-1.3.6/src/algorithm/differencePrimitives.h
SFCGAL-1.3.6/src/algorithm/distance.cpp
SFCGAL-1.3.6/src/algorithm/distance.h
SFCGAL-1.3.6/src/algorithm/distance3d.cpp
SFCGAL-1.3.6/src/algorithm/distance3d.h
SFCGAL-1.3.6/src/algorithm/extrude.cpp
SFCGAL-1.3.6/src/algorithm/extrude.h
SFCGAL-1.3.6/src/algorithm/force2D.cpp
SFCGAL-1.3.6/src/algorithm/force2D.h
SFCGAL-1.3.6/src/algorithm/force3D.cpp
SFCGAL-1.3.6/src/algorithm/force3D.h
SFCGAL-1.3.6/src/algorithm/intersection.cpp
SFCGAL-1.3.6/src/algorithm/intersection.h
SFCGAL-1.3.6/src/algorithm/intersects.cpp
SFCGAL-1.3.6/src/algorithm/intersects.h
SFCGAL-1.3.6/src/algorithm/isValid.cpp
SFCGAL-1.3.6/src/algorithm/isValid.h
SFCGAL-1.3.6/src/algorithm/length.cpp
SFCGAL-1.3.6/src/algorithm/length.h
SFCGAL-1.3.6/src/algorithm/minkowskiSum.cpp
SFCGAL-1.3.6/src/algorithm/minkowskiSum.h
SFCGAL-1.3.6/src/algorithm/normal.h
SFCGAL-1.3.6/src/algorithm/offset.cpp
SFCGAL-1.3.6/src/algorithm/offset.h
SFCGAL-1.3.6/src/algorithm/orientation.cpp
SFCGAL-1.3.6/src/algorithm/orientation.h
SFCGAL-1.3.6/src/algorithm/plane.h
SFCGAL-1.3.6/src/algorithm/straightSkeleton.cpp
SFCGAL-1.3.6/src/algorithm/straightSkeleton.h
SFCGAL-1.3.6/src/algorithm/tesselate.cpp
SFCGAL-1.3.6/src/algorithm/tesselate.h
SFCGAL-1.3.6/src/algorithm/translate.cpp
SFCGAL-1.3.6/src/algorithm/translate.h
SFCGAL-1.3.6/src/algorithm/union.cpp
SFCGAL-1.3.6/src/algorithm/union.h
SFCGAL-1.3.6/src/algorithm/volume.cpp
SFCGAL-1.3.6/src/algorithm/volume.h
SFCGAL-1.3.6/src/capi/
SFCGAL-1.3.6/src/capi/sfcgal_c.cpp
SFCGAL-1.3.6/src/capi/sfcgal_c.h
SFCGAL-1.3.6/src/config.h.cmake
SFCGAL-1.3.6/src/detail/
SFCGAL-1.3.6/src/detail/ComplexComparator.h
SFCGAL-1.3.6/src/detail/EnvelopeVisitor.cpp
SFCGAL-1.3.6/src/detail/EnvelopeVisitor.h
SFCGAL-1.3.6/src/detail/ForceValidityVisitor.cpp
SFCGAL-1.3.6/src/detail/ForceValidityVisitor.h
SFCGAL-1.3.6/src/detail/GeometrySet.cpp
SFCGAL-1.3.6/src/detail/GeometrySet.h
SFCGAL-1.3.6/src/detail/GetPointsVisitor.cpp
SFCGAL-1.3.6/src/detail/GetPointsVisitor.h
SFCGAL-1.3.6/src/detail/Interval.cpp
SFCGAL-1.3.6/src/detail/Interval.h
SFCGAL-1.3.6/src/detail/Point_inside_polyhedron.h
SFCGAL-1.3.6/src/detail/TestGeometry.h
SFCGAL-1.3.6/src/detail/TypeForDimension.h
SFCGAL-1.3.6/src/detail/algorithm/
SFCGAL-1.3.6/src/detail/algorithm/coversPoints.cpp
SFCGAL-1.3.6/src/detail/algorithm/coversPoints.h
SFCGAL-1.3.6/src/detail/generator/
SFCGAL-1.3.6/src/detail/generator/building.cpp
SFCGAL-1.3.6/src/detail/generator/building.h
SFCGAL-1.3.6/src/detail/generator/disc.cpp
SFCGAL-1.3.6/src/detail/generator/disc.h
SFCGAL-1.3.6/src/detail/generator/hoch.cpp
SFCGAL-1.3.6/src/detail/generator/hoch.h
SFCGAL-1.3.6/src/detail/generator/sierpinski.cpp
SFCGAL-1.3.6/src/detail/generator/sierpinski.h
SFCGAL-1.3.6/src/detail/graph/
SFCGAL-1.3.6/src/detail/graph/Edge.cpp
SFCGAL-1.3.6/src/detail/graph/Edge.h
SFCGAL-1.3.6/src/detail/graph/GeometryGraph.h
SFCGAL-1.3.6/src/detail/graph/GeometryGraphBuilder.h
SFCGAL-1.3.6/src/detail/graph/Vertex.cpp
SFCGAL-1.3.6/src/detail/graph/Vertex.h
SFCGAL-1.3.6/src/detail/graph/algorithm/
SFCGAL-1.3.6/src/detail/graph/algorithm/isHalfEdge.h
SFCGAL-1.3.6/src/detail/graph/algorithm/orientation.h
SFCGAL-1.3.6/src/detail/io/
SFCGAL-1.3.6/src/detail/io/OsgFactory.cpp
SFCGAL-1.3.6/src/detail/io/OsgFactory.h
SFCGAL-1.3.6/src/detail/io/Serialization.cpp
SFCGAL-1.3.6/src/detail/io/Serialization.h
SFCGAL-1.3.6/src/detail/io/WktReader.cpp
SFCGAL-1.3.6/src/detail/io/WktReader.h
SFCGAL-1.3.6/src/detail/io/WktWriter.cpp
SFCGAL-1.3.6/src/detail/io/WktWriter.h
SFCGAL-1.3.6/src/detail/polygonSetToMultiPolygon.cpp
SFCGAL-1.3.6/src/detail/polygonSetToMultiPolygon.h
SFCGAL-1.3.6/src/detail/tools/
SFCGAL-1.3.6/src/detail/tools/CharArrayBuffer.cpp
SFCGAL-1.3.6/src/detail/tools/CharArrayBuffer.h
SFCGAL-1.3.6/src/detail/tools/InputStreamReader.h
SFCGAL-1.3.6/src/detail/tools/Log.cpp
SFCGAL-1.3.6/src/detail/tools/Log.h
SFCGAL-1.3.6/src/detail/tools/Registry.cpp
SFCGAL-1.3.6/src/detail/tools/Registry.h
SFCGAL-1.3.6/src/detail/transform/
SFCGAL-1.3.6/src/detail/transform/AffineTransform2.cpp
SFCGAL-1.3.6/src/detail/transform/AffineTransform2.h
SFCGAL-1.3.6/src/detail/transform/AffineTransform3.cpp
SFCGAL-1.3.6/src/detail/transform/AffineTransform3.h
SFCGAL-1.3.6/src/detail/transform/Force2D.cpp
SFCGAL-1.3.6/src/detail/transform/Force2D.h
SFCGAL-1.3.6/src/detail/transform/ForceOrderPoints.cpp
SFCGAL-1.3.6/src/detail/transform/ForceOrderPoints.h
SFCGAL-1.3.6/src/detail/transform/ForceZ.cpp
SFCGAL-1.3.6/src/detail/transform/ForceZ.h
SFCGAL-1.3.6/src/detail/transform/ForceZOrderPoints.cpp
SFCGAL-1.3.6/src/detail/transform/ForceZOrderPoints.h
SFCGAL-1.3.6/src/detail/transform/RoundTransform.cpp
SFCGAL-1.3.6/src/detail/transform/RoundTransform.h
SFCGAL-1.3.6/src/detail/triangulate/
SFCGAL-1.3.6/src/detail/triangulate/ConstraintDelaunayTriangulation.cpp
SFCGAL-1.3.6/src/detail/triangulate/ConstraintDelaunayTriangulation.h
SFCGAL-1.3.6/src/detail/triangulate/markDomains.h
SFCGAL-1.3.6/src/detail/triangulate/triangulateInGeometrySet.cpp
SFCGAL-1.3.6/src/detail/triangulate/triangulateInGeometrySet.h
SFCGAL-1.3.6/src/detail/ublas.h
SFCGAL-1.3.6/src/export.h
SFCGAL-1.3.6/src/io/
SFCGAL-1.3.6/src/io/GeometryStreams.cpp
SFCGAL-1.3.6/src/io/GeometryStreams.h
SFCGAL-1.3.6/src/io/ewkt.cpp
SFCGAL-1.3.6/src/io/ewkt.h
SFCGAL-1.3.6/src/io/osg.cpp
SFCGAL-1.3.6/src/io/osg.h
SFCGAL-1.3.6/src/io/vtk.h
SFCGAL-1.3.6/src/io/wkt.cpp
SFCGAL-1.3.6/src/io/wkt.h
SFCGAL-1.3.6/src/numeric.cpp
SFCGAL-1.3.6/src/numeric.h
SFCGAL-1.3.6/src/triangulate/
SFCGAL-1.3.6/src/triangulate/triangulate2DZ.cpp
SFCGAL-1.3.6/src/triangulate/triangulate2DZ.h
SFCGAL-1.3.6/src/triangulate/triangulatePolygon.cpp
SFCGAL-1.3.6/src/triangulate/triangulatePolygon.h
SFCGAL-1.3.6/src/version.cpp
SFCGAL-1.3.6/src/version.h.cmake
SFCGAL-1.3.6/test/
SFCGAL-1.3.6/test/CMakeLists.txt
SFCGAL-1.3.6/test/bench/
SFCGAL-1.3.6/test/bench/Bench.cpp
SFCGAL-1.3.6/test/bench/Bench.h
SFCGAL-1.3.6/test/bench/BenchArea.cpp
SFCGAL-1.3.6/test/bench/BenchContainer.cpp
SFCGAL-1.3.6/test/bench/BenchMinkowski.cpp
SFCGAL-1.3.6/test/bench/BenchPredicate.cpp
SFCGAL-1.3.6/test/bench/BenchStraightSkeleton.cpp
SFCGAL-1.3.6/test/bench/BenchTriangulation.cpp
SFCGAL-1.3.6/test/bench/BenchWKT.cpp
SFCGAL-1.3.6/test/bench/CMakeLists.txt
SFCGAL-1.3.6/test/bench/IntersectionPerfTest.cpp
SFCGAL-1.3.6/test/bench/KernelPerfTest.cpp
SFCGAL-1.3.6/test/bench/TestModule.cpp
SFCGAL-1.3.6/test/data/
SFCGAL-1.3.6/test/data/AreaTest.txt
SFCGAL-1.3.6/test/data/CoversTest.txt
SFCGAL-1.3.6/test/data/DistanceTest.txt
SFCGAL-1.3.6/test/data/IntersectionTest.txt
SFCGAL-1.3.6/test/data/IntersectsTest.txt
SFCGAL-1.3.6/test/data/StraightSkeletonTest/
SFCGAL-1.3.6/test/data/StraightSkeletonTest/StraightSkeletonTest.txt
SFCGAL-1.3.6/test/data/StraightSkeletonTest/issue111.txt
SFCGAL-1.3.6/test/data/TriangulatePolygonTest.txt
SFCGAL-1.3.6/test/data/WktTest.txt
SFCGAL-1.3.6/test/data/countries.wkt
SFCGAL-1.3.6/test/data/cow-nonormals.obj
SFCGAL-1.3.6/test/data/example.asc
SFCGAL-1.3.6/test/data/out.teapot.obj
SFCGAL-1.3.6/test/data/rgc-france-ign.xyz
SFCGAL-1.3.6/test/data/rgc-france-ign.xyz.README
SFCGAL-1.3.6/test/data/teapot.obj
SFCGAL-1.3.6/test/data/teddy.obj
SFCGAL-1.3.6/test/garden/
SFCGAL-1.3.6/test/garden/CMakeLists.txt
SFCGAL-1.3.6/test/garden/main.cpp
SFCGAL-1.3.6/test/implementation_matrix.ods
SFCGAL-1.3.6/test/regress/
SFCGAL-1.3.6/test/regress/CMakeLists.txt
SFCGAL-1.3.6/test/regress/convex_hull/
SFCGAL-1.3.6/test/regress/convex_hull/CMakeLists.txt
SFCGAL-1.3.6/test/regress/convex_hull/main.cpp
SFCGAL-1.3.6/test/regress/polygon_triangulator/
SFCGAL-1.3.6/test/regress/polygon_triangulator/CMakeLists.txt
SFCGAL-1.3.6/test/regress/polygon_triangulator/main.cpp
SFCGAL-1.3.6/test/regress/standalone/
SFCGAL-1.3.6/test/regress/standalone/CMakeLists.txt
SFCGAL-1.3.6/test/regress/standalone/README
SFCGAL-1.3.6/test/regress/standalone/SFCGAL/
SFCGAL-1.3.6/test/regress/standalone/SFCGAL/AreaTest.cpp
SFCGAL-1.3.6/test/regress/standalone/SFCGAL/ConstraintDelaunayTriangulationTest.cpp
SFCGAL-1.3.6/test/regress/standalone/SFCGAL/DistanceTest.cpp
SFCGAL-1.3.6/test/regress/standalone/SFCGAL/IntersectionTest.cpp
SFCGAL-1.3.6/test/regress/standalone/SFCGAL/IntersectsTest.cpp
SFCGAL-1.3.6/test/regress/standalone/SFCGAL/StraightSkeletonTest.cpp
SFCGAL-1.3.6/test/regress/standalone/SFCGAL/TriangulatePolygonTest.cpp
SFCGAL-1.3.6/test/regress/standalone/SFCGAL/WaveFrontObjTest.cpp
SFCGAL-1.3.6/test/regress/standalone/SFCGAL/WktTest.cpp
SFCGAL-1.3.6/test/regress/standalone/TestModule.cpp
SFCGAL-1.3.6/test/test_config.h.cmake
SFCGAL-1.3.6/test/unit/
SFCGAL-1.3.6/test/unit/CGAL/
SFCGAL-1.3.6/test/unit/CGAL/AffineTransform3Test.cpp
SFCGAL-1.3.6/test/unit/CGAL/GmpqTest.cpp
SFCGAL-1.3.6/test/unit/CGAL/KernelTest.cpp
SFCGAL-1.3.6/test/unit/CGAL/Plane3Test.cpp
SFCGAL-1.3.6/test/unit/CGAL/WorkWithPoint3AsPoint2.cpp
SFCGAL-1.3.6/test/unit/CMakeLists.txt
SFCGAL-1.3.6/test/unit/SFCGAL/
SFCGAL-1.3.6/test/unit/SFCGAL/CoordinateTest.cpp
SFCGAL-1.3.6/test/unit/SFCGAL/EnvelopeTest.cpp
SFCGAL-1.3.6/test/unit/SFCGAL/GeometryCollectionTest.cpp
SFCGAL-1.3.6/test/unit/SFCGAL/GeometryTest.cpp
SFCGAL-1.3.6/test/unit/SFCGAL/GeometryVisitorTest.cpp
SFCGAL-1.3.6/test/unit/SFCGAL/KernelTest.cpp
SFCGAL-1.3.6/test/unit/SFCGAL/LineStringTest.cpp
SFCGAL-1.3.6/test/unit/SFCGAL/MultiLineStringTest.cpp
SFCGAL-1.3.6/test/unit/SFCGAL/MultiPointTest.cpp
SFCGAL-1.3.6/test/unit/SFCGAL/MultiPolygonTest.cpp
SFCGAL-1.3.6/test/unit/SFCGAL/MultiSolidTest.cpp
SFCGAL-1.3.6/test/unit/SFCGAL/NumericTest.cpp
SFCGAL-1.3.6/test/unit/SFCGAL/PointTest.cpp
SFCGAL-1.3.6/test/unit/SFCGAL/PolygonTest.cpp
SFCGAL-1.3.6/test/unit/SFCGAL/SolidTest.cpp
SFCGAL-1.3.6/test/unit/SFCGAL/TriangleTest.cpp
SFCGAL-1.3.6/test/unit/SFCGAL/TriangulatedSurfaceTest.cpp
SFCGAL-1.3.6/test/unit/SFCGAL/algorithm/
SFCGAL-1.3.6/test/unit/SFCGAL/algorithm/ApproximateMedialAxis.cpp
SFCGAL-1.3.6/test/unit/SFCGAL/algorithm/AreaTest.cpp
SFCGAL-1.3.6/test/unit/SFCGAL/algorithm/BoundaryTest.cpp
SFCGAL-1.3.6/test/unit/SFCGAL/algorithm/ConnectedTest.cpp
SFCGAL-1.3.6/test/unit/SFCGAL/algorithm/ConsistentOrientationBuilderTest.cpp
SFCGAL-1.3.6/test/unit/SFCGAL/algorithm/ConvexHullTest.cpp
SFCGAL-1.3.6/test/unit/SFCGAL/algorithm/CoversPointsTest.cpp
SFCGAL-1.3.6/test/unit/SFCGAL/algorithm/CoversTest.cpp
SFCGAL-1.3.6/test/unit/SFCGAL/algorithm/DifferenceTest.cpp
SFCGAL-1.3.6/test/unit/SFCGAL/algorithm/DistanceTest.cpp
SFCGAL-1.3.6/test/unit/SFCGAL/algorithm/ExtrudeTest.cpp
SFCGAL-1.3.6/test/unit/SFCGAL/algorithm/Force3DTest.cpp
SFCGAL-1.3.6/test/unit/SFCGAL/algorithm/IntersectionTest.cpp
SFCGAL-1.3.6/test/unit/SFCGAL/algorithm/IntersectsTest.cpp
SFCGAL-1.3.6/test/unit/SFCGAL/algorithm/IsValidTest.cpp
SFCGAL-1.3.6/test/unit/SFCGAL/algorithm/LengthTest.cpp
SFCGAL-1.3.6/test/unit/SFCGAL/algorithm/MinkowskiSumTest.cpp
SFCGAL-1.3.6/test/unit/SFCGAL/algorithm/NormalTest.cpp
SFCGAL-1.3.6/test/unit/SFCGAL/algorithm/OffsetTest.cpp
SFCGAL-1.3.6/test/unit/SFCGAL/algorithm/OrientationTest.cpp
SFCGAL-1.3.6/test/unit/SFCGAL/algorithm/PlaneTest.cpp
SFCGAL-1.3.6/test/unit/SFCGAL/algorithm/StraightSkeletonTest.cpp
SFCGAL-1.3.6/test/unit/SFCGAL/algorithm/TesselateTest.cpp
SFCGAL-1.3.6/test/unit/SFCGAL/algorithm/TranslateTest.cpp
SFCGAL-1.3.6/test/unit/SFCGAL/algorithm/UnionTest.cpp
SFCGAL-1.3.6/test/unit/SFCGAL/algorithm/VolumeTest.cpp
SFCGAL-1.3.6/test/unit/SFCGAL/capi/
SFCGAL-1.3.6/test/unit/SFCGAL/capi/sfcgal_cTest.cpp
SFCGAL-1.3.6/test/unit/SFCGAL/detail/
SFCGAL-1.3.6/test/unit/SFCGAL/detail/ComplexComparatorTest.cpp
SFCGAL-1.3.6/test/unit/SFCGAL/detail/IntervalTest.cpp
SFCGAL-1.3.6/test/unit/SFCGAL/graph/
SFCGAL-1.3.6/test/unit/SFCGAL/graph/GeometryGraphBuilderTest.cpp
SFCGAL-1.3.6/test/unit/SFCGAL/graph/GeometryGraphTest.cpp
SFCGAL-1.3.6/test/unit/SFCGAL/graph/algorithm/
SFCGAL-1.3.6/test/unit/SFCGAL/graph/algorithm/IsHalfEdgeTest.cpp
SFCGAL-1.3.6/test/unit/SFCGAL/io/
SFCGAL-1.3.6/test/unit/SFCGAL/io/SerializationTest.cpp
SFCGAL-1.3.6/test/unit/SFCGAL/io/WktReaderTest.cpp
SFCGAL-1.3.6/test/unit/SFCGAL/transform/
SFCGAL-1.3.6/test/unit/SFCGAL/transform/AffineTransform2Test.cpp
SFCGAL-1.3.6/test/unit/SFCGAL/transform/ForceZOrderPointsTest.cpp
SFCGAL-1.3.6/test/unit/SFCGAL/transform/RoundTest.cpp
SFCGAL-1.3.6/test/unit/SFCGAL/triangulate/
SFCGAL-1.3.6/test/unit/SFCGAL/triangulate/ConstraintDelaunayTriangulationTest.cpp
SFCGAL-1.3.6/test/unit/SFCGAL/triangulate/Triangulate2DZTest.cpp
SFCGAL-1.3.6/test/unit/TestModule.cpp
SFCGAL-1.3.6/travis/
SFCGAL-1.3.6/travis/linux/
SFCGAL-1.3.6/travis/linux/before_install.sh
-- The C compiler identification is GNU 8.3.0
-- The CXX compiler identification is GNU 8.3.0
-- Check for working C compiler: /usr/bin/cc
-- Check for working C compiler: /usr/bin/cc -- works
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Detecting C compile features
-- Detecting C compile features - done
-- Check for working CXX compiler: /usr/bin/c++
-- Check for working CXX compiler: /usr/bin/c++ -- works
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Detecting CXX compile features
-- Detecting CXX compile features - done
-- Setting build type to 'Release' as none was specified.
-- __cplusplus is 201402
-- --> Do not link with Boost.Thread
-- Boost version: 1.67.0
-- Boost include dirs: /usr/include
-- Boost libraries:
-- CGAL 4.13.0 found
CMake Warning (dev) at CMakeLists.txt:79 (option):
Policy CMP0077 is not set: option() honors normal variables. Run "cmake
--help-policy CMP0077" for policy details. Use the cmake_policy command to
set the policy and suppress this warning.

For compatibility with older versions of CMake, option is clearing the
normal variable 'Boost_USE_STATIC_LIBS'.
This warning is for project developers. Use -Wno-dev to suppress it.

-- Boost_USE_STATIC_LIBS=OFF
-- Boost_USE_MULTITHREAD=ON
-- Looking for pthread.h
-- Looking for pthread.h - found
-- Looking for pthread_create
-- Looking for pthread_create - not found
-- Looking for pthread_create in pthreads
-- Looking for pthread_create in pthreads - not found
-- Looking for pthread_create in pthread
-- Looking for pthread_create in pthread - found
-- Found Threads: TRUE
-- Boost version: 1.67.0
-- Found the following Boost libraries:
-- thread
-- system
-- serialization
-- chrono
-- date_time
-- atomic
-- removing OSG dependencies from the library
CMake Warning (dev) at cmake/Modules/Libtoolize.cmake:9 (GET_TARGET_PROPERTY):
Policy CMP0026 is not set: Disallow use of the LOCATION target property.
Run "cmake --help-policy CMP0026" for policy details. Use the cmake_policy
command to set the policy and suppress this warning.

The LOCATION property should not be read from target "SFCGAL". Use the
target name directly with add_custom_command, or use the generator
expression $<TARGET_FILE>, as appropriate.

Call Stack (most recent call first):
CMakeLists.txt:218 (create_libtool_file)
This warning is for project developers. Use -Wno-dev to suppress it.

-- Configuring done
-- Generating done
-- Build files have been written to: /src/SFCGAL-1.3.6/cmake-build
Scanning dependencies of target copy
[ 0%] Built target copy
Scanning dependencies of target SFCGAL
[ 1%] Building CXX object src/CMakeFiles/SFCGAL.dir/Coordinate.cpp.o
[ 2%] Building CXX object src/CMakeFiles/SFCGAL.dir/Exception.cpp.o
[ 3%] Building CXX object src/CMakeFiles/SFCGAL.dir/Envelope.cpp.o
[ 4%] Building CXX object src/CMakeFiles/SFCGAL.dir/Geometry.cpp.o
[ 5%] Building CXX object src/CMakeFiles/SFCGAL.dir/GeometryCollection.cpp.o
[ 6%] Building CXX object src/CMakeFiles/SFCGAL.dir/GeometryVisitor.cpp.o
[ 7%] Building CXX object src/CMakeFiles/SFCGAL.dir/LineString.cpp.o
[ 9%] Building CXX object src/CMakeFiles/SFCGAL.dir/MultiLineString.cpp.o
[ 10%] Building CXX object src/CMakeFiles/SFCGAL.dir/MultiPoint.cpp.o
[ 11%] Building CXX object src/CMakeFiles/SFCGAL.dir/MultiPolygon.cpp.o
[ 12%] Building CXX object src/CMakeFiles/SFCGAL.dir/MultiSolid.cpp.o
[ 13%] Building CXX object src/CMakeFiles/SFCGAL.dir/Point.cpp.o
[ 14%] Building CXX object src/CMakeFiles/SFCGAL.dir/Polygon.cpp.o
[ 15%] Building CXX object src/CMakeFiles/SFCGAL.dir/PolyhedralSurface.cpp.o
[ 17%] Building CXX object src/CMakeFiles/SFCGAL.dir/PreparedGeometry.cpp.o
[ 18%] Building CXX object src/CMakeFiles/SFCGAL.dir/Solid.cpp.o
[ 19%] Building CXX object src/CMakeFiles/SFCGAL.dir/Surface.cpp.o
[ 20%] Building CXX object src/CMakeFiles/SFCGAL.dir/Transform.cpp.o
[ 21%] Building CXX object src/CMakeFiles/SFCGAL.dir/Triangle.cpp.o
[ 22%] Building CXX object src/CMakeFiles/SFCGAL.dir/TriangulatedSurface.cpp.o
[ 23%] Building CXX object src/CMakeFiles/SFCGAL.dir/algorithm/BoundaryVisitor.cpp.o
[ 25%] Building CXX object src/CMakeFiles/SFCGAL.dir/algorithm/ConsistentOrientationBuilder.cpp.o
[ 26%] Building CXX object src/CMakeFiles/SFCGAL.dir/algorithm/Intersection2D.cpp.o
[ 27%] Building CXX object src/CMakeFiles/SFCGAL.dir/algorithm/Intersection3D.cpp.o
[ 28%] Building CXX object src/CMakeFiles/SFCGAL.dir/algorithm/area.cpp.o
[ 29%] Building CXX object src/CMakeFiles/SFCGAL.dir/algorithm/collect.cpp.o
[ 30%] Building CXX object src/CMakeFiles/SFCGAL.dir/algorithm/collectionExtract.cpp.o
[ 31%] Building CXX object src/CMakeFiles/SFCGAL.dir/algorithm/collectionHomogenize.cpp.o

Build has been failing for past 15 days -debian stable issue

Get:5 http://deb.debian.org/debian-security stable-security/main amd64 Packages [134 kB]
Reading package lists...
�[91mE: Release file for http://deb.debian.org/debian/dists/stable-updates/InRelease is not valid yet (invalid for another 19min 23s). Updates for this repository will not be applied.
�[0mThe command '/bin/sh -c apt-get update &&   apt-get install -y --no-install-recommends   autoconf   automake   bison   build-essential   ca-certificates   clang   cmake   curl   docbook-xml   docbook5-xml   eatmydata   flex   gdb   git   libboost-serialization-dev   libboost-test-dev   libboost-thread-dev   libcunit1-dev   libcurl4-gnutls-dev   libgmp-dev   libjson-c-dev   libmpfr-dev   libpcre3-dev   libprotobuf-c-dev   libreadline-dev   libsqlite3-dev   libtiff-dev   libtool   libxml2-dev   libxml2-utils   pkg-config   protobuf-c-compiler   sudo   sqlite3   valgrind   wget   xsltproc   zlib1g-dev &&   apt-get clean &&   rm -rf /var/lib/apt/lists/*' returned a non-zero code: 100
Env Batch selected: weekly [{'name': 'latest', 'PG': 'master', 'GEOS': 'main', 'GDAL': 'master', 'PROJ': 'master', 'PG_CC': 'gcc'}, {'name': 'stable_pg16', 'PG': 'REL_16_STABLE', 'GEOS': '3.12', 'GDAL': 'release/3.8', 'PROJ': '9.2.1', 'PG_CC': 'gcc'}]
Traceback (most recent call last):
  File "build.py", line 172, in <module>
    '.'
  File "/usr/lib/python3.7/subprocess.py", line 347, in check_call
    raise CalledProcessError(retcode, cmd)
subprocess.CalledProcessError: Command '['docker', 'build', '--pull', '--build-arg', 'BUILD_DATE=20240126', '--build-arg', 'POSTGRES_BRANCH=master', '--build-arg', 'GEOS_BRANCH=main', '--build-arg', 'GDAL_BRANCH=master', '--build-arg', 'PROJ_BRANCH=master', '--build-arg', 'PG_CC=gcc', '-t', 'postgis/postgis-build-env:latest', '.']' returned non-zero exit status 100.
Build step 'Execute shell' marked build as failure
Finished: FAILURE

I haven't investigated the cause of this error, but might need switching the docker debian base image I presume to a newer one.

Build PG 14 and above with lz4 compression

Introduced in PG 14 is lz4 compression. I'm revising my mingw64 build to build with lz compression.
I haven't checked what is entailed on Linux. On mingw64 I had to install the lz4 libraries and change my postgresql ./configure

to have:

 --with-lz4

This broke my PostGIS building, cause then it tried to drag in Lz4 and couldn't find it. Still fixing that before I make similar change on Winnie

Build is failing on GDAL compile - can't cd to gdal/gdal

https://debbie.postgis.net/view/PostGIS/job/PostGIS-build-env/46/label=docker/consoleFull

�[0m�[91m/bin/sh: 1: cd: can't cd to gdal/gdal
�[0mThe command '/bin/sh -c git clone --depth 1 --branch ${GDAL_BRANCH} https://github.com/OSGeo/gdal &&     cd gdal/gdal &&     ./autogen.sh && ./configure && make -j${BUILD_THREADS} && make install &&     cd /src && rm -rf gdal' returned a non-zero code: 2
Env Batch selected: weekly [{'name': 'latest', 'PG': 'master', 'GEOS': 'main', 'GDAL': 'master', 'PROJ': 'master', 'PG_CC': 'gcc'}, {'name': 'stable_pg14', 'PG': 'REL_14_STABLE', 'GEOS': 'main', 'GDAL': 'release/3.1', 'PROJ': '7.1', 'PG_CC': 'clang'}, {'name': 'stable_pg14', 'PG': 'REL_14_STABLE', 'GEOS': '3.9', 'GDAL': 'release/3.1', 'PROJ': '7.1', 'PG_CC': 'gcc'}]
Traceback (most recent call last):
  File "build.py", line 132, in <module>
    '.'
  File "/usr/lib/python3.7/subprocess.py", line 347, in check_call
    raise CalledProcessError(retcode, cmd)
subprocess.CalledProcessError: Command '['docker', 'build', '--pull', '--build-arg', 'BUILD_DATE=20211105', '--build-arg', 'POSTGRES_BRANCH=master', '--build-arg', 'GEOS_BRANCH=main', '--build-arg', 'GDAL_BRANCH=master', '--build-arg', 'PROJ_BRANCH=master', '--build-arg', 'PG_CC=gcc', '-t', 'postgis/postgis-build-env:latest', '.']' returned non-zero exit status 2.
Build step 'Execute shell' marked build as failure

Has been doing this for 2 weeks.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.