Created
April 7, 2014 19:01
-
-
Save robgaston/10031103 to your computer and use it in GitHub Desktop.
Setting up an Arches development virtual machine from scratch using vagrant
This file has been truncated, but you can view the full file.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
machine_name:~ user$ hg clone https://bitbucket.org/arches/arches projects/arches | |
requesting all changes | |
adding changesets | |
adding manifests | |
adding file changes | |
added 1857 changesets with 33084 changes to 28726 files (+2 heads) | |
updating to branch default | |
6457 files updated, 0 files merged, 0 files removed, 0 files unresolved | |
machine_name:~ user$ hg clone https://bitbucket.org/arches/cds projects/arches/archesproject/packages/cds | |
requesting all changes | |
adding changesets | |
adding manifests | |
adding file changes | |
added 75 changesets with 896 changes to 671 files (+1 heads) | |
updating to branch default | |
225 files updated, 0 files merged, 0 files removed, 0 files unresolved | |
machine_name:~ user$ vagrant box add precise32 http://files.vagrantup.com/precise32.box | |
Downloading or copying the box... | |
Extracting box...te: 1171k/s, Estimated time remaining: --:--:--) | |
Successfully added box 'precise32' with provider 'virtualbox'! | |
machine_name:~ user$ touch projects/arches/settings_local.py | |
machine_name:~ user$ echo "INSTALLED_PACKAGES = ('cds',)" >> projects/arches/settings_local.py | |
machine_name:~ user$ cd projects/arches | |
machine_name:arches user$ ls -l | |
total 64 | |
-rw-r--r-- 1 user staff 633 Apr 7 10:52 Readme.md | |
-rw-r--r-- 1 user staff 609 Apr 7 10:59 Vagrantfile | |
-rw-r--r-- 1 user staff 0 Apr 7 10:52 __init__.py | |
drwxr-xr-x 13 user staff 442 Apr 7 10:52 archesproject | |
-rw-r--r-- 1 user staff 1071 Apr 7 10:52 manage.py | |
-rwxr-xr-x 1 user staff 489 Apr 7 10:52 runserver-vagrant.sh | |
-rw-r--r-- 1 user staff 230 Apr 7 10:52 runserver.bat | |
-rwxr-xr-x 1 user staff 476 Apr 7 10:52 runserver.sh | |
-rw-r--r-- 1 user staff 30 Apr 7 11:08 settings_local.py | |
-rw-r--r-- 1 user staff 1399 Apr 7 10:52 wsgi.py | |
machine_name:arches user$ vagrant up | |
Bringing machine 'default' up with 'virtualbox' provider... | |
[default] Importing base box 'precise32'... | |
[default] Matching MAC address for NAT networking... | |
[default] Setting the name of the VM... | |
[default] Clearing any previously set forwarded ports... | |
[default] Creating shared folders metadata... | |
[default] Clearing any previously set network interfaces... | |
[default] Preparing network interfaces based on configuration... | |
[default] Forwarding ports... | |
[default] -- 22 => 2222 (adapter 1) | |
[default] -- 8000 => 8000 (adapter 1) | |
[default] -- 9200 => 9200 (adapter 1) | |
[default] -- 5432 => 5433 (adapter 1) | |
[default] Running 'pre-boot' VM customizations... | |
[default] Booting VM... | |
[default] Waiting for VM to boot. This can take a few minutes. | |
[default] VM booted and ready for use! | |
[default] Mounting shared folders... | |
[default] -- /vagrant | |
[default] Running provisioner: shell... | |
[default] Running: /var/folders/q_/7ddz6g3x5579wsw314mmzlqw0000gp/T/vagrant-shell20140407-909-vjotg4 | |
stdin: is not a tty | |
Ign http://us.archive.ubuntu.com precise InRelease | |
Ign http://us.archive.ubuntu.com precise-updates InRelease | |
Ign http://us.archive.ubuntu.com precise-backports InRelease | |
Ign http://security.ubuntu.com precise-security InRelease | |
Hit http://us.archive.ubuntu.com precise Release.gpg | |
Get:1 http://security.ubuntu.com precise-security Release.gpg [198 B] | |
Get:2 http://us.archive.ubuntu.com precise-updates Release.gpg [198 B] | |
Get:3 http://security.ubuntu.com precise-security Release [49.6 kB] | |
Get:4 http://us.archive.ubuntu.com precise-backports Release.gpg [198 B] | |
Hit http://us.archive.ubuntu.com precise Release | |
Get:5 http://us.archive.ubuntu.com precise-updates Release [49.6 kB] | |
Get:6 http://security.ubuntu.com precise-security/main Sources [102 kB] | |
Get:7 http://us.archive.ubuntu.com precise-backports Release [49.6 kB] | |
Hit http://us.archive.ubuntu.com precise/main Sources | |
Hit http://us.archive.ubuntu.com precise/restricted Sources | |
Hit http://us.archive.ubuntu.com precise/universe Sources | |
Hit http://us.archive.ubuntu.com precise/multiverse Sources | |
Hit http://us.archive.ubuntu.com precise/main i386 Packages | |
Hit http://us.archive.ubuntu.com precise/restricted i386 Packages | |
Hit http://us.archive.ubuntu.com precise/universe i386 Packages | |
Hit http://us.archive.ubuntu.com precise/multiverse i386 Packages | |
Hit http://us.archive.ubuntu.com precise/main TranslationIndex | |
Hit http://us.archive.ubuntu.com precise/multiverse TranslationIndex | |
Hit http://us.archive.ubuntu.com precise/restricted TranslationIndex | |
Hit http://us.archive.ubuntu.com precise/universe TranslationIndex | |
Get:8 http://us.archive.ubuntu.com precise-updates/main Sources [453 kB] | |
Get:9 http://security.ubuntu.com precise-security/restricted Sources [2,494 B] | |
Get:10 http://security.ubuntu.com precise-security/universe Sources [30.9 kB] | |
Get:11 http://security.ubuntu.com precise-security/multiverse Sources [1,789 B] | |
Get:12 http://security.ubuntu.com precise-security/main i386 Packages [402 kB] | |
Get:13 http://us.archive.ubuntu.com precise-updates/restricted Sources [8,028 B] | |
Get:14 http://us.archive.ubuntu.com precise-updates/universe Sources [105 kB] | |
Get:15 http://us.archive.ubuntu.com precise-updates/multiverse Sources [8,900 B] | |
Get:16 http://us.archive.ubuntu.com precise-updates/main i386 Packages [786 kB] | |
Get:17 http://security.ubuntu.com precise-security/restricted i386 Packages [4,620 B] | |
Get:18 http://security.ubuntu.com precise-security/universe i386 Packages [96.5 kB] | |
Get:19 http://security.ubuntu.com precise-security/multiverse i386 Packages [2,646 B] | |
Get:20 http://security.ubuntu.com precise-security/main TranslationIndex [74 B] | |
Get:21 http://security.ubuntu.com precise-security/multiverse TranslationIndex [72 B] | |
Get:22 http://security.ubuntu.com precise-security/restricted TranslationIndex [72 B] | |
Get:23 http://security.ubuntu.com precise-security/universe TranslationIndex [73 B] | |
Get:24 http://us.archive.ubuntu.com precise-updates/restricted i386 Packages [12.2 kB] | |
Get:25 http://us.archive.ubuntu.com precise-updates/universe i386 Packages [243 kB] | |
Get:26 http://security.ubuntu.com precise-security/main Translation-en [175 kB] | |
Get:27 http://us.archive.ubuntu.com precise-updates/multiverse i386 Packages [15.5 kB] | |
Get:28 http://us.archive.ubuntu.com precise-updates/main TranslationIndex [3,564 B] | |
Get:29 http://us.archive.ubuntu.com precise-updates/multiverse TranslationIndex [2,605 B] | |
Get:30 http://us.archive.ubuntu.com precise-updates/restricted TranslationIndex [2,461 B] | |
Get:31 http://us.archive.ubuntu.com precise-updates/universe TranslationIndex [2,850 B] | |
Hit http://us.archive.ubuntu.com precise/main Translation-en | |
Get:32 http://us.archive.ubuntu.com precise-backports/main Sources [4,850 B] | |
Get:33 http://us.archive.ubuntu.com precise-backports/restricted Sources [14 B] | |
Get:34 http://us.archive.ubuntu.com precise-backports/universe Sources [37.4 kB] | |
Get:35 http://us.archive.ubuntu.com precise-backports/multiverse Sources [5,311 B] | |
Get:36 http://us.archive.ubuntu.com precise-backports/main i386 Packages [6,182 B] | |
Get:37 http://us.archive.ubuntu.com precise-backports/restricted i386 Packages [14 B] | |
Get:38 http://us.archive.ubuntu.com precise-backports/universe i386 Packages [38.9 kB] | |
Get:39 http://us.archive.ubuntu.com precise-backports/multiverse i386 Packages [5,178 B] | |
Get:40 http://us.archive.ubuntu.com precise-backports/main TranslationIndex [72 B] | |
Get:41 http://us.archive.ubuntu.com precise-backports/multiverse TranslationIndex [72 B] | |
Get:42 http://us.archive.ubuntu.com precise-backports/restricted TranslationIndex [70 B] | |
Get:43 http://us.archive.ubuntu.com precise-backports/universe TranslationIndex [73 B] | |
Hit http://us.archive.ubuntu.com precise/multiverse Translation-en | |
Hit http://us.archive.ubuntu.com precise/restricted Translation-en | |
Hit http://us.archive.ubuntu.com precise/universe Translation-en | |
Get:44 http://us.archive.ubuntu.com precise-updates/main Translation-en [340 kB] | |
Get:45 http://security.ubuntu.com precise-security/multiverse Translation-en [1,299 B] | |
Get:46 http://security.ubuntu.com precise-security/restricted Translation-en [1,253 B] | |
Get:47 http://security.ubuntu.com precise-security/universe Translation-en [56.7 kB] | |
Get:48 http://us.archive.ubuntu.com precise-updates/multiverse Translation-en [9,010 B] | |
Get:49 http://us.archive.ubuntu.com precise-updates/restricted Translation-en [2,988 B] | |
Get:50 http://us.archive.ubuntu.com precise-updates/universe Translation-en [138 kB] | |
Get:51 http://us.archive.ubuntu.com precise-backports/main Translation-en [5,562 B] | |
Get:52 http://us.archive.ubuntu.com precise-backports/multiverse Translation-en [4,610 B] | |
Hit http://us.archive.ubuntu.com precise-backports/restricted Translation-en | |
Get:53 http://us.archive.ubuntu.com precise-backports/universe Translation-en [31.3 kB] | |
Fetched 3,299 kB in 3s (858 kB/s) | |
Reading package lists... | |
Reading package lists... | |
Building dependency tree... | |
Reading state information... | |
The following extra packages will be installed: | |
python-pycurl unattended-upgrades | |
Suggested packages: | |
make-doc libcurl4-gnutls-dev python-pycurl-dbg bsd-mailx | |
The following NEW packages will be installed: | |
make python-pycurl python-software-properties unattended-upgrades | |
0 upgraded, 4 newly installed, 0 to remove and 159 not upgraded. | |
Need to get 213 kB of archives. | |
After this operation, 971 kB of additional disk space will be used. | |
Get:1 http://us.archive.ubuntu.com/ubuntu/ precise-updates/main make i386 3.81-8.1ubuntu1.1 [116 kB] | |
Get:2 http://us.archive.ubuntu.com/ubuntu/ precise-updates/main unattended-upgrades all 0.76ubuntu1 [24.7 kB] | |
Get:3 http://us.archive.ubuntu.com/ubuntu/ precise/main python-pycurl i386 7.19.0-4ubuntu3 [48.5 kB] | |
Get:4 http://us.archive.ubuntu.com/ubuntu/ precise-updates/main python-software-properties all 0.82.7.7 [23.5 kB] | |
dpkg-preconfigure: unable to re-open stdin: No such file or directory | |
Fetched 213 kB in 0s (270 kB/s) | |
Selecting previously unselected package make. | |
(Reading database ... 29361 files and directories currently installed.) | |
Unpacking make (from .../make_3.81-8.1ubuntu1.1_i386.deb) ... | |
Selecting previously unselected package unattended-upgrades. | |
Unpacking unattended-upgrades (from .../unattended-upgrades_0.76ubuntu1_all.deb) ... | |
Selecting previously unselected package python-pycurl. | |
Unpacking python-pycurl (from .../python-pycurl_7.19.0-4ubuntu3_i386.deb) ... | |
Selecting previously unselected package python-software-properties. | |
Unpacking python-software-properties (from .../python-software-properties_0.82.7.7_all.deb) ... | |
Processing triggers for man-db ... | |
Processing triggers for ureadahead ... | |
ureadahead will be reprofiled on next reboot | |
Setting up make (3.81-8.1ubuntu1.1) ... | |
Setting up unattended-upgrades (0.76ubuntu1) ... | |
Setting up python-pycurl (7.19.0-4ubuntu3) ... | |
Setting up python-software-properties (0.82.7.7) ... | |
gpg: keyring `/tmp/tmpsStL7b/secring.gpg' created | |
gpg: keyring `/tmp/tmpsStL7b/pubring.gpg' created | |
gpg: requesting key 8683D8A2 from hkp server keyserver.ubuntu.com | |
gpg: /tmp/tmpsStL7b/trustdb.gpg: trustdb created | |
gpg: key 8683D8A2: public key "Launchpad PPA for Martin Pitt" imported | |
gpg: Total number processed: 1 | |
gpg: imported: 1 (RSA: 1) | |
OK | |
gpg: keyring `/tmp/tmpyM7LdA/secring.gpg' created | |
gpg: keyring `/tmp/tmpyM7LdA/pubring.gpg' created | |
gpg: requesting key DAF764E2 from hkp server keyserver.ubuntu.com | |
gpg: /tmp/tmpyM7LdA/trustdb.gpg: trustdb created | |
gpg: key DAF764E2: public key "Launchpad PPA for Charlie Sharpsteen" imported | |
gpg: Total number processed: 1 | |
gpg: imported: 1 (RSA: 1) | |
OK | |
gpg: keyring `/tmp/tmpEjeLuD/secring.gpg' created | |
gpg: keyring `/tmp/tmpEjeLuD/pubring.gpg' created | |
gpg: requesting key DAF764E2 from hkp server keyserver.ubuntu.com | |
gpg: /tmp/tmpEjeLuD/trustdb.gpg: trustdb created | |
gpg: key DAF764E2: public key "Launchpad PPA for Charlie Sharpsteen" imported | |
gpg: Total number processed: 1 | |
gpg: imported: 1 (RSA: 1) | |
OK | |
gpg: keyring `/tmp/tmpMHSkBz/secring.gpg' created | |
gpg: keyring `/tmp/tmpMHSkBz/pubring.gpg' created | |
gpg: requesting key 314DF160 from hkp server keyserver.ubuntu.com | |
gpg: /tmp/tmpMHSkBz/trustdb.gpg: trustdb created | |
gpg: key 314DF160: public key "Launchpad ubuntugis-stable" imported | |
gpg: Total number processed: 1 | |
gpg: imported: 1 (RSA: 1) | |
OK | |
Ign http://us.archive.ubuntu.com precise InRelease | |
Ign http://us.archive.ubuntu.com precise-updates InRelease | |
Ign http://us.archive.ubuntu.com precise-backports InRelease | |
Ign http://security.ubuntu.com precise-security InRelease | |
Hit http://us.archive.ubuntu.com precise Release.gpg | |
Hit http://us.archive.ubuntu.com precise-updates Release.gpg | |
Hit http://security.ubuntu.com precise-security Release.gpg | |
Ign http://ppa.launchpad.net precise InRelease | |
Ign http://ppa.launchpad.net precise InRelease | |
Ign http://ppa.launchpad.net precise InRelease | |
Ign http://ppa.launchpad.net precise InRelease | |
Hit http://us.archive.ubuntu.com precise-backports Release.gpg | |
Hit http://security.ubuntu.com precise-security Release | |
Hit http://us.archive.ubuntu.com precise Release | |
Get:1 http://ppa.launchpad.net precise Release.gpg [316 B] | |
Get:2 http://ppa.launchpad.net precise Release.gpg [316 B] | |
Get:3 http://ppa.launchpad.net precise Release.gpg [316 B] | |
Hit http://us.archive.ubuntu.com precise-updates Release | |
Hit http://security.ubuntu.com precise-security/main Sources | |
Get:4 http://ppa.launchpad.net precise Release.gpg [316 B] | |
Hit http://us.archive.ubuntu.com precise-backports Release | |
Hit http://us.archive.ubuntu.com precise/main Sources | |
Hit http://us.archive.ubuntu.com precise/restricted Sources | |
Hit http://us.archive.ubuntu.com precise/universe Sources | |
Hit http://us.archive.ubuntu.com precise/multiverse Sources | |
Hit http://us.archive.ubuntu.com precise/main i386 Packages | |
Get:5 http://ppa.launchpad.net precise Release [11.9 kB] | |
Hit http://security.ubuntu.com precise-security/restricted Sources | |
Hit http://security.ubuntu.com precise-security/universe Sources | |
Hit http://security.ubuntu.com precise-security/multiverse Sources | |
Hit http://security.ubuntu.com precise-security/main i386 Packages | |
Hit http://security.ubuntu.com precise-security/restricted i386 Packages | |
Hit http://us.archive.ubuntu.com precise/restricted i386 Packages | |
Hit http://us.archive.ubuntu.com precise/universe i386 Packages | |
Hit http://us.archive.ubuntu.com precise/multiverse i386 Packages | |
Hit http://us.archive.ubuntu.com precise/main TranslationIndex | |
Hit http://us.archive.ubuntu.com precise/multiverse TranslationIndex | |
Get:6 http://ppa.launchpad.net precise Release [11.9 kB] | |
Get:7 http://ppa.launchpad.net precise Release [11.9 kB] | |
Hit http://us.archive.ubuntu.com precise/restricted TranslationIndex | |
Hit http://us.archive.ubuntu.com precise/universe TranslationIndex | |
Hit http://us.archive.ubuntu.com precise-updates/main Sources | |
Hit http://us.archive.ubuntu.com precise-updates/restricted Sources | |
Hit http://us.archive.ubuntu.com precise-updates/universe Sources | |
Hit http://us.archive.ubuntu.com precise-updates/multiverse Sources | |
Hit http://us.archive.ubuntu.com precise-updates/main i386 Packages | |
Hit http://us.archive.ubuntu.com precise-updates/restricted i386 Packages | |
Hit http://us.archive.ubuntu.com precise-updates/universe i386 Packages | |
Hit http://security.ubuntu.com precise-security/universe i386 Packages | |
Hit http://security.ubuntu.com precise-security/multiverse i386 Packages | |
Hit http://security.ubuntu.com precise-security/main TranslationIndex | |
Hit http://security.ubuntu.com precise-security/multiverse TranslationIndex | |
Hit http://security.ubuntu.com precise-security/restricted TranslationIndex | |
Hit http://us.archive.ubuntu.com precise-updates/multiverse i386 Packages | |
Hit http://us.archive.ubuntu.com precise-updates/main TranslationIndex | |
Hit http://us.archive.ubuntu.com precise-updates/multiverse TranslationIndex | |
Hit http://us.archive.ubuntu.com precise-updates/restricted TranslationIndex | |
Hit http://us.archive.ubuntu.com precise-updates/universe TranslationIndex | |
Hit http://us.archive.ubuntu.com precise-backports/main Sources | |
Hit http://us.archive.ubuntu.com precise-backports/restricted Sources | |
Get:8 http://ppa.launchpad.net precise Release [11.9 kB] | |
Get:9 http://ppa.launchpad.net precise/main Sources [2,106 B] | |
Get:10 http://ppa.launchpad.net precise/main i386 Packages [7,760 B] | |
Ign http://ppa.launchpad.net precise/main TranslationIndex | |
Hit http://security.ubuntu.com precise-security/universe TranslationIndex | |
Hit http://us.archive.ubuntu.com precise-backports/universe Sources | |
Hit http://us.archive.ubuntu.com precise-backports/multiverse Sources | |
Hit http://us.archive.ubuntu.com precise-backports/main i386 Packages | |
Hit http://us.archive.ubuntu.com precise-backports/restricted i386 Packages | |
Hit http://us.archive.ubuntu.com precise-backports/universe i386 Packages | |
Hit http://us.archive.ubuntu.com precise-backports/multiverse i386 Packages | |
Hit http://us.archive.ubuntu.com precise-backports/main TranslationIndex | |
Hit http://us.archive.ubuntu.com precise-backports/multiverse TranslationIndex | |
Hit http://us.archive.ubuntu.com precise-backports/restricted TranslationIndex | |
Hit http://us.archive.ubuntu.com precise-backports/universe TranslationIndex | |
Get:11 http://ppa.launchpad.net precise/main Sources [816 B] | |
Get:12 http://ppa.launchpad.net precise/main i386 Packages [2,067 B] | |
Ign http://ppa.launchpad.net precise/main TranslationIndex | |
Hit http://us.archive.ubuntu.com precise/main Translation-en | |
Hit http://us.archive.ubuntu.com precise/multiverse Translation-en | |
Hit http://us.archive.ubuntu.com precise/restricted Translation-en | |
Hit http://us.archive.ubuntu.com precise/universe Translation-en | |
Hit http://us.archive.ubuntu.com precise-updates/main Translation-en | |
Hit http://us.archive.ubuntu.com precise-updates/multiverse Translation-en | |
Hit http://us.archive.ubuntu.com precise-updates/restricted Translation-en | |
Hit http://us.archive.ubuntu.com precise-updates/universe Translation-en | |
Hit http://us.archive.ubuntu.com precise-backports/main Translation-en | |
Hit http://us.archive.ubuntu.com precise-backports/multiverse Translation-en | |
Get:13 http://ppa.launchpad.net precise/main Sources [749 B] | |
Get:14 http://ppa.launchpad.net precise/main i386 Packages [952 B] | |
Ign http://ppa.launchpad.net precise/main TranslationIndex | |
Hit http://security.ubuntu.com precise-security/main Translation-en | |
Hit http://security.ubuntu.com precise-security/multiverse Translation-en | |
Hit http://us.archive.ubuntu.com precise-backports/restricted Translation-en | |
Hit http://us.archive.ubuntu.com precise-backports/universe Translation-en | |
Get:15 http://ppa.launchpad.net precise/main Sources [16.4 kB] | |
Get:16 http://ppa.launchpad.net precise/main i386 Packages [36.3 kB] | |
Hit http://security.ubuntu.com precise-security/restricted Translation-en | |
Ign http://ppa.launchpad.net precise/main TranslationIndex | |
Hit http://security.ubuntu.com precise-security/universe Translation-en | |
Ign http://ppa.launchpad.net precise/main Translation-en_US | |
Ign http://ppa.launchpad.net precise/main Translation-en | |
Ign http://ppa.launchpad.net precise/main Translation-en_US | |
Ign http://ppa.launchpad.net precise/main Translation-en | |
Ign http://ppa.launchpad.net precise/main Translation-en_US | |
Ign http://ppa.launchpad.net precise/main Translation-en | |
Ign http://ppa.launchpad.net precise/main Translation-en_US | |
Ign http://ppa.launchpad.net precise/main Translation-en | |
Fetched 116 kB in 3s (32.7 kB/s) | |
Reading package lists... | |
Reading package lists... | |
Building dependency tree... | |
Reading state information... | |
The following extra packages will be installed: | |
autotools-dev comerr-dev docbook-xml dpkg-dev fakeroot fontconfig-config g++ | |
g++-4.6 krb5-multidev libalgorithm-diff-perl libalgorithm-diff-xs-perl | |
libalgorithm-merge-perl libarmadillo2 libblas3gf libcurl3-gnutls | |
libcurl4-gnutls-dev libdap-dev libdap11 libdapclient3 libdapserver7 | |
libdpkg-perl libepsilon0 libfontconfig1 libfreexl1 libgcrypt11 | |
libgcrypt11-dev libgdal-dev libgdal1h libgeos-3.3.8 libgeos-c1 libgeos-dev | |
libgfortran3 libgif-dev libgif4 libgnutls-dev libgnutls-openssl27 | |
libgnutls26 libgnutlsxx27 libgpg-error-dev libgssapi-krb5-2 libgssrpc4 | |
libhdf4-0-alt libhdf4-alt-dev libhdf5-serial-1.8.4 libhdf5-serial-dev | |
libicu-dev libicu48 libidn11-dev libjasper-dev libjasper1 libjpeg-dev | |
libjpeg-turbo8 libjpeg-turbo8-dev libjpeg8 libjpeg8-dev libjson0 | |
libk5crypto3 libkadm5clnt-mit8 libkadm5srv-mit8 libkdb5-6 libkrb5-3 | |
libkrb5-dev libkrb5support0 liblapack3gf liblcms2-2 libldap-2.4-2 | |
libldap2-dev libltdl-dev libltdl7 libmysqlclient-dev libmysqlclient18 | |
libnetcdf-dev libnetcdf6 libodbc1 libossp-uuid16 libp11-kit-dev libpng12-dev | |
libpoppler19 libpq5 libproj0 librtmp-dev libspatialite-dev libspatialite5 | |
libsqlite3-0 libsqlite3-dev libstdc++6-4.6-dev libtasn1-3 libtasn1-3-dev | |
libtiff4 libtool libxerces-c-dev libxerces-c3.1 libxml2 libxslt1.1 | |
mysql-common odbcinst odbcinst1debian2 patch pkg-config | |
postgresql-client-9.2 postgresql-client-common postgresql-common proj-bin | |
proj-data sgml-data ssl-cert ttf-dejavu-core unixodbc unixodbc-dev uuid-dev | |
w3-dtd-mathml | |
Suggested packages: | |
doc-base docbook docbook-dsssl docbook-defguide docbook-xsl-doc-html | |
docbook-xsl-doc-pdf docbook-xsl-doc-text docbook-xsl-doc libsaxon-java | |
libxalan2-java libxslthl-java docbook-xsl-saxon fop xalan dbtoepub | |
debian-keyring g++-multilib g++-4.6-multilib gcc-4.6-doc libstdc++6-4.6-dbg | |
krb5-doc libcurl3-dbg rng-tools libgcrypt11-doc libgdal-doc gnutls-doc | |
gnutls-bin krb5-user libhdf4-doc hdf4-tools libnetcdf4 libhdf5-doc icu-doc | |
libjasper-runtime liblcms2-utils libtool-doc netcdf-bin netcdf-doc libmyodbc | |
odbc-postgresql tdsodbc unixodbc-bin uuid poppler-data postgresql-doc-9.2 | |
sqlite3-doc libstdc++6-4.6-doc autoconf automaken gfortran | |
fortran95-compiler gcj libxerces-c-doc diffutils-doc oidentd ident-server | |
locales-all libdbd-pg-perl perlsgml doc-html-w3 opensp libxml2-utils | |
openssl-blacklist | |
The following NEW packages will be installed: | |
autotools-dev build-essential comerr-dev docbook-mathml docbook-xml | |
docbook-xsl dpkg-dev fakeroot fontconfig-config g++ g++-4.6 krb5-multidev | |
libalgorithm-diff-perl libalgorithm-diff-xs-perl libalgorithm-merge-perl | |
libarmadillo2 libblas3gf libcurl4-gnutls-dev libdap-dev libdap11 | |
libdapclient3 libdapserver7 libdpkg-perl libepsilon0 libfontconfig1 | |
libfreexl1 libgcrypt11-dev libgdal-dev libgdal1-dev libgdal1h libgeos-3.3.8 | |
libgeos-c1 libgeos-dev libgfortran3 libgif-dev libgif4 libgnutls-dev | |
libgnutls-openssl27 libgnutlsxx27 libgpg-error-dev libgssrpc4 libhdf4-0-alt | |
libhdf4-alt-dev libhdf5-serial-1.8.4 libhdf5-serial-dev libicu-dev libicu48 | |
libidn11-dev libjasper-dev libjasper1 libjpeg-dev libjpeg-turbo8 | |
libjpeg-turbo8-dev libjpeg8 libjpeg8-dev libjson0 libjson0-dev | |
libkadm5clnt-mit8 libkadm5srv-mit8 libkdb5-6 libkrb5-dev liblapack3gf | |
liblcms2-2 libldap2-dev libltdl-dev libltdl7 libmysqlclient-dev | |
libmysqlclient18 libnetcdf-dev libnetcdf6 libodbc1 libossp-uuid16 | |
libp11-kit-dev libpng12-dev libpoppler19 libpq-dev libpq5 libproj-dev | |
libproj0 librtmp-dev libspatialite-dev libspatialite5 libsqlite3-dev | |
libstdc++6-4.6-dev libtasn1-3-dev libtiff4 libtool libxerces-c-dev | |
libxerces-c3.1 libxml2-dev libxslt1.1 mysql-common odbcinst odbcinst1debian2 | |
patch pkg-config postgresql-9.2 postgresql-client-9.2 | |
postgresql-client-common postgresql-common postgresql-contrib-9.2 | |
postgresql-server-dev-9.2 proj-bin proj-data sgml-data ssl-cert | |
ttf-dejavu-core unixodbc unixodbc-dev uuid-dev w3-dtd-mathml xsltproc | |
The following packages will be upgraded: | |
libcurl3-gnutls libgcrypt11 libgnutls26 libgssapi-krb5-2 libk5crypto3 | |
libkrb5-3 libkrb5support0 libldap-2.4-2 libsqlite3-0 libtasn1-3 libxml2 | |
11 upgraded, 112 newly installed, 0 to remove and 148 not upgraded. | |
Need to get 86.9 MB of archives. | |
After this operation, 282 MB of additional disk space will be used. | |
Get:1 http://us.archive.ubuntu.com/ubuntu/ precise-updates/main libsqlite3-0 i386 3.7.9-2ubuntu1.1 [354 kB] | |
Get:2 http://ppa.launchpad.net/ubuntugis/ubuntugis-unstable/ubuntu/ precise/main libxml2 i386 2.8.0+dfsg1-5ubuntu2.2~precise1 [887 kB] | |
Get:3 http://us.archive.ubuntu.com/ubuntu/ precise-updates/main libgcrypt11 i386 1.5.0-3ubuntu0.2 [281 kB] | |
Get:4 http://us.archive.ubuntu.com/ubuntu/ precise-updates/main libtasn1-3 i386 2.10-1ubuntu1.1 [43.8 kB] | |
Get:5 http://us.archive.ubuntu.com/ubuntu/ precise-updates/main libgnutls26 i386 2.12.14-5ubuntu3.7 [448 kB] | |
Get:6 http://us.archive.ubuntu.com/ubuntu/ precise-updates/main libk5crypto3 i386 1.10+dfsg~beta1-2ubuntu0.3 [77.4 kB] | |
Get:7 http://us.archive.ubuntu.com/ubuntu/ precise-updates/main libgssapi-krb5-2 i386 1.10+dfsg~beta1-2ubuntu0.3 [120 kB] | |
Get:8 http://us.archive.ubuntu.com/ubuntu/ precise-updates/main libkrb5-3 i386 1.10+dfsg~beta1-2ubuntu0.3 [366 kB] | |
Get:9 http://us.archive.ubuntu.com/ubuntu/ precise-updates/main libkrb5support0 i386 1.10+dfsg~beta1-2ubuntu0.3 [23.9 kB] | |
Get:10 http://us.archive.ubuntu.com/ubuntu/ precise-updates/main libldap-2.4-2 i386 2.4.28-1.1ubuntu4.4 [185 kB] | |
Get:11 http://ppa.launchpad.net/ubuntugis/ubuntugis-unstable/ubuntu/ precise/main libfreexl1 i386 1.0.0e-2~precise1 [22.5 kB] | |
Get:12 http://ppa.launchpad.net/ubuntugis/ubuntugis-unstable/ubuntu/ precise/main libgeos-3.3.8 i386 3.3.8-2~precise1 [526 kB] | |
Get:13 http://us.archive.ubuntu.com/ubuntu/ precise-updates/main libcurl3-gnutls i386 7.22.0-3ubuntu4.7 [232 kB] | |
Get:14 http://us.archive.ubuntu.com/ubuntu/ precise-updates/main libgssrpc4 i386 1.10+dfsg~beta1-2ubuntu0.3 [57.7 kB] | |
Get:15 http://us.archive.ubuntu.com/ubuntu/ precise-updates/main libkadm5clnt-mit8 i386 1.10+dfsg~beta1-2ubuntu0.3 [38.4 kB] | |
Get:16 http://us.archive.ubuntu.com/ubuntu/ precise-updates/main libkdb5-6 i386 1.10+dfsg~beta1-2ubuntu0.3 [37.7 kB] | |
Get:17 http://us.archive.ubuntu.com/ubuntu/ precise-updates/main libkadm5srv-mit8 i386 1.10+dfsg~beta1-2ubuntu0.3 [54.5 kB] | |
Get:18 http://us.archive.ubuntu.com/ubuntu/ precise/main sgml-data all 2.0.6 [271 kB] | |
Get:19 http://ppa.launchpad.net/ubuntugis/ubuntugis-unstable/ubuntu/ precise/main libgeos-c1 i386 3.3.8-2~precise1 [57.4 kB] | |
Get:20 http://ppa.launchpad.net/ubuntugis/ubuntugis-unstable/ubuntu/ precise/main proj-data i386 4.8.0-3~precise5 [2,952 kB] | |
Get:21 http://us.archive.ubuntu.com/ubuntu/ precise/main docbook-xml all 4.5-7ubuntu1 [336 kB] | |
Get:22 http://us.archive.ubuntu.com/ubuntu/ precise/universe libdap11 i386 3.11.1-10 [357 kB] | |
Get:23 http://us.archive.ubuntu.com/ubuntu/ precise/universe libdapclient3 i386 3.11.1-10 [92.4 kB] | |
Get:24 http://us.archive.ubuntu.com/ubuntu/ precise/universe libdapserver7 i386 3.11.1-10 [28.3 kB] | |
Get:25 http://us.archive.ubuntu.com/ubuntu/ precise/main ttf-dejavu-core all 2.33-2ubuntu1 [1,552 kB] | |
Get:26 http://us.archive.ubuntu.com/ubuntu/ precise-updates/main fontconfig-config all 2.8.0-3ubuntu9.1 [44.4 kB] | |
Get:27 http://us.archive.ubuntu.com/ubuntu/ precise-updates/main libfontconfig1 i386 2.8.0-3ubuntu9.1 [125 kB] | |
Get:28 http://us.archive.ubuntu.com/ubuntu/ precise/main libgfortran3 i386 4.6.3-1ubuntu5 [355 kB] | |
Get:29 http://us.archive.ubuntu.com/ubuntu/ precise/main libgif4 i386 4.1.6-9ubuntu1 [31.2 kB] | |
Get:30 http://us.archive.ubuntu.com/ubuntu/ precise-updates/main libgnutls-openssl27 i386 2.12.14-5ubuntu3.7 [21.6 kB] | |
Get:31 http://us.archive.ubuntu.com/ubuntu/ precise-updates/main libjpeg-turbo8 i386 1.1.90+svn733-0ubuntu4.3 [118 kB] | |
Get:32 http://us.archive.ubuntu.com/ubuntu/ precise/main libjpeg8 i386 8c-2ubuntu7 [2,112 B] | |
Get:33 http://us.archive.ubuntu.com/ubuntu/ precise/main libjasper1 i386 1.900.1-13 [153 kB] | |
Get:34 http://us.archive.ubuntu.com/ubuntu/ precise-updates/main liblcms2-2 i386 2.2+git20110628-2ubuntu3.1 [145 kB] | |
Get:35 http://ppa.launchpad.net/ubuntugis/ubuntugis-unstable/ubuntu/ precise/main libproj0 i386 4.8.0-3~precise5 [157 kB] | |
Get:36 http://us.archive.ubuntu.com/ubuntu/ precise/main libltdl7 i386 2.4.2-1ubuntu1 [38.1 kB] | |
Get:37 http://ppa.launchpad.net/ubuntugis/ubuntugis-unstable/ubuntu/ precise/main libspatialite5 i386 4.1.0-2~precise1 [1,123 kB] | |
Get:38 http://us.archive.ubuntu.com/ubuntu/ precise-updates/main mysql-common all 5.5.35-0ubuntu0.12.04.2 [13.0 kB] | |
Get:39 http://us.archive.ubuntu.com/ubuntu/ precise-updates/main libmysqlclient18 i386 5.5.35-0ubuntu0.12.04.2 [924 kB] | |
Get:40 http://ppa.launchpad.net/ubuntugis/ubuntugis-unstable/ubuntu/ precise/main libxml2-dev i386 2.8.0+dfsg1-5ubuntu2.2~precise1 [894 kB] | |
Get:41 http://ppa.launchpad.net/ubuntugis/ubuntugis-unstable/ubuntu/ precise/main libgeos-dev i386 3.3.8-2~precise1 [77.0 kB] | |
Get:42 http://ppa.launchpad.net/pitti/postgresql/ubuntu/ precise/main libpq5 i386 9.2.6-0ppa1.pgdg+1~precise [551 kB] | |
Get:43 http://ppa.launchpad.net/pitti/postgresql/ubuntu/ precise/main libpq-dev i386 9.2.6-0ppa1.pgdg+1~precise [614 kB] | |
Get:44 http://us.archive.ubuntu.com/ubuntu/ precise/main libodbc1 i386 2.2.14p2-5ubuntu3 [225 kB] | |
Get:45 http://ppa.launchpad.net/pitti/postgresql/ubuntu/ precise/main postgresql-client-common all 140~precise [66.3 kB] | |
Get:46 http://ppa.launchpad.net/pitti/postgresql/ubuntu/ precise/main postgresql-client-9.2 i386 9.2.6-0ppa1.pgdg+1~precise [1,395 kB] | |
Get:47 http://us.archive.ubuntu.com/ubuntu/ precise-updates/main libtiff4 i386 3.9.5-2ubuntu1.5 [143 kB] | |
Get:48 http://us.archive.ubuntu.com/ubuntu/ precise-updates/main libpoppler19 i386 0.18.4-1ubuntu3.1 [752 kB] | |
Get:49 http://ppa.launchpad.net/pitti/postgresql/ubuntu/ precise/main postgresql-common all 140~precise [147 kB] | |
Get:50 http://ppa.launchpad.net/pitti/postgresql/ubuntu/ precise/main postgresql-9.2 i386 9.2.6-0ppa1.pgdg+1~precise [3,772 kB] | |
Get:51 http://us.archive.ubuntu.com/ubuntu/ precise-updates/main libxslt1.1 i386 1.1.26-8ubuntu1.3 [165 kB] | |
Get:52 http://us.archive.ubuntu.com/ubuntu/ precise/main odbcinst i386 2.2.14p2-5ubuntu3 [13.6 kB] | |
Get:53 http://us.archive.ubuntu.com/ubuntu/ precise/main odbcinst1debian2 i386 2.2.14p2-5ubuntu3 [47.9 kB] | |
Get:54 http://us.archive.ubuntu.com/ubuntu/ precise-updates/main libgnutlsxx27 i386 2.12.14-5ubuntu3.7 [23.4 kB] | |
Get:55 http://us.archive.ubuntu.com/ubuntu/ precise/main libjson0 i386 0.9-1ubuntu1 [16.7 kB] | |
Get:56 http://us.archive.ubuntu.com/ubuntu/ precise/main autotools-dev all 20120210.1ubuntu1 [42.4 kB] | |
Get:57 http://us.archive.ubuntu.com/ubuntu/ precise/main libstdc++6-4.6-dev i386 4.6.3-1ubuntu5 [1,643 kB] | |
Get:58 http://ppa.launchpad.net/pitti/postgresql/ubuntu/ precise/main postgresql-contrib-9.2 i386 9.2.6-0ppa1.pgdg+1~precise [804 kB] | |
Get:59 http://ppa.launchpad.net/pitti/postgresql/ubuntu/ precise/main postgresql-server-dev-9.2 i386 9.2.6-0ppa1.pgdg+1~precise [1,004 kB] | |
Get:60 http://us.archive.ubuntu.com/ubuntu/ precise/main g++-4.6 i386 4.6.3-1ubuntu5 [6,745 kB] | |
Get:61 http://ppa.launchpad.net/ubuntugis/ubuntugis-unstable/ubuntu/ precise/main libgdal1h i386 1.10.0-1~precise1 [4,992 kB] | |
Get:62 http://us.archive.ubuntu.com/ubuntu/ precise/main g++ i386 4:4.6.3-1ubuntu5 [1,444 B] | |
Get:63 http://us.archive.ubuntu.com/ubuntu/ precise-updates/main libdpkg-perl all 1.16.1.2ubuntu7.2 [180 kB] | |
Get:64 http://us.archive.ubuntu.com/ubuntu/ precise/main patch i386 2.6.1-3 [86.0 kB] | |
Get:65 http://us.archive.ubuntu.com/ubuntu/ precise-updates/main dpkg-dev all 1.16.1.2ubuntu7.2 [469 kB] | |
Get:66 http://us.archive.ubuntu.com/ubuntu/ precise-updates/main build-essential i386 11.5ubuntu2.1 [5,796 B] | |
Get:67 http://us.archive.ubuntu.com/ubuntu/ precise/universe w3-dtd-mathml all 2.0.0.0-2 [106 kB] | |
Get:68 http://us.archive.ubuntu.com/ubuntu/ precise/universe docbook-mathml all 1.0.0-2 [4,148 B] | |
Get:69 http://us.archive.ubuntu.com/ubuntu/ precise/main docbook-xsl all 1.76.1+dfsg-1ubuntu1 [1,533 kB] | |
Get:70 http://us.archive.ubuntu.com/ubuntu/ precise/main fakeroot i386 1.18.2-1 [87.9 kB] | |
Get:71 http://us.archive.ubuntu.com/ubuntu/ precise/main comerr-dev i386 2.1-1.42-1ubuntu2 [42.4 kB] | |
Get:72 http://us.archive.ubuntu.com/ubuntu/ precise-updates/main krb5-multidev i386 1.10+dfsg~beta1-2ubuntu0.3 [125 kB] | |
Get:73 http://us.archive.ubuntu.com/ubuntu/ precise/main libalgorithm-diff-perl all 1.19.02-2 [50.7 kB] | |
Get:74 http://us.archive.ubuntu.com/ubuntu/ precise/main libalgorithm-diff-xs-perl i386 0.04-2build2 [12.9 kB] | |
Get:75 http://us.archive.ubuntu.com/ubuntu/ precise/main libalgorithm-merge-perl all 0.08-2 [12.7 kB] | |
Get:76 http://us.archive.ubuntu.com/ubuntu/ precise/main libblas3gf i386 1.2.20110419-2ubuntu1 [204 kB] | |
Get:77 http://ppa.launchpad.net/ubuntugis/ubuntugis-unstable/ubuntu/ precise/main libspatialite-dev i386 4.1.0-2~precise1 [1,746 kB] | |
Get:78 http://us.archive.ubuntu.com/ubuntu/ precise/main liblapack3gf i386 3.3.1-1 [3,209 kB] | |
Get:79 http://ppa.launchpad.net/ubuntugis/ubuntugis-unstable/ubuntu/ precise/main libgdal-dev i386 1.10.0-1~precise1 [6,517 kB] | |
Get:80 http://us.archive.ubuntu.com/ubuntu/ precise/universe libarmadillo2 i386 1:2.4.2+dfsg-2 [16.3 kB] | |
Get:81 http://us.archive.ubuntu.com/ubuntu/ precise/main libgpg-error-dev i386 1.10-2ubuntu1 [23.1 kB] | |
Get:82 http://us.archive.ubuntu.com/ubuntu/ precise-updates/main libgcrypt11-dev i386 1.5.0-3ubuntu0.2 [361 kB] | |
Get:83 http://us.archive.ubuntu.com/ubuntu/ precise-updates/main libtasn1-3-dev i386 2.10-1ubuntu1.1 [355 kB] | |
Get:84 http://us.archive.ubuntu.com/ubuntu/ precise/main libp11-kit-dev i386 0.12-2ubuntu1 [45.6 kB] | |
Get:85 http://us.archive.ubuntu.com/ubuntu/ precise-updates/main libgnutls-dev i386 2.12.14-5ubuntu3.7 [531 kB] | |
Get:86 http://us.archive.ubuntu.com/ubuntu/ precise/main pkg-config i386 0.26-1ubuntu1 [40.3 kB] | |
Get:87 http://us.archive.ubuntu.com/ubuntu/ precise/main libidn11-dev i386 1.23-2 [635 kB] | |
Get:88 http://us.archive.ubuntu.com/ubuntu/ precise-updates/main libkrb5-dev i386 1.10+dfsg~beta1-2ubuntu0.3 [11.0 kB] | |
Get:89 http://us.archive.ubuntu.com/ubuntu/ precise-updates/main libldap2-dev i386 2.4.28-1.1ubuntu4.4 [503 kB] | |
Get:90 http://us.archive.ubuntu.com/ubuntu/ precise/main librtmp-dev i386 2.4~20110711.gitc28f1bab-1 [67.1 kB] | |
Get:91 http://us.archive.ubuntu.com/ubuntu/ precise-updates/main libcurl4-gnutls-dev i386 7.22.0-3ubuntu4.7 [1,045 kB] | |
Get:92 http://ppa.launchpad.net/ubuntugis/ubuntugis-unstable/ubuntu/ precise/main libgdal1-dev all 1.10.0-1~precise1 [122 kB] | |
Get:93 http://ppa.launchpad.net/ubuntugis/ubuntugis-unstable/ubuntu/ precise/main libproj-dev i386 4.8.0-3~precise5 [199 kB] | |
Get:94 http://ppa.launchpad.net/ubuntugis/ubuntugis-unstable/ubuntu/ precise/main proj-bin i386 4.8.0-3~precise5 [55.7 kB] | |
Get:95 http://us.archive.ubuntu.com/ubuntu/ precise/main uuid-dev i386 2.20.1-1ubuntu3 [26.0 kB] | |
Get:96 http://us.archive.ubuntu.com/ubuntu/ precise/universe libdap-dev i386 3.11.1-10 [669 kB] | |
Get:97 http://us.archive.ubuntu.com/ubuntu/ precise/main libgif-dev i386 4.1.6-9ubuntu1 [23.1 kB] | |
Get:98 http://us.archive.ubuntu.com/ubuntu/ precise/universe libhdf5-serial-1.8.4 i386 1.8.4-patch1-3ubuntu2 [1,188 kB] | |
Get:99 http://us.archive.ubuntu.com/ubuntu/ precise-updates/main libjpeg-turbo8-dev i386 1.1.90+svn733-0ubuntu4.3 [414 kB] | |
Get:100 http://us.archive.ubuntu.com/ubuntu/ precise/main libjpeg8-dev i386 8c-2ubuntu7 [1,544 B] | |
Get:101 http://us.archive.ubuntu.com/ubuntu/ precise/main libjpeg-dev all 8c-2ubuntu7 [1,536 B] | |
Get:102 http://us.archive.ubuntu.com/ubuntu/ precise/universe libhdf5-serial-dev i386 1.8.4-patch1-3ubuntu2 [2,126 kB] | |
Get:103 http://us.archive.ubuntu.com/ubuntu/ precise-updates/main libicu48 i386 4.8.1.1-3ubuntu0.1 [8,183 kB] | |
Get:104 http://us.archive.ubuntu.com/ubuntu/ precise-updates/main libicu-dev i386 4.8.1.1-3ubuntu0.1 [9,709 kB] | |
Get:105 http://us.archive.ubuntu.com/ubuntu/ precise/main libjasper-dev i386 1.900.1-13 [563 kB] | |
Get:106 http://us.archive.ubuntu.com/ubuntu/ precise/main libltdl-dev i386 2.4.2-1ubuntu1 [203 kB] | |
Get:107 http://us.archive.ubuntu.com/ubuntu/ precise-updates/main libmysqlclient-dev i386 5.5.35-0ubuntu0.12.04.2 [1,364 kB] | |
Get:108 http://us.archive.ubuntu.com/ubuntu/ precise/universe libnetcdf6 i386 1:4.1.1-6 [495 kB] | |
Get:109 http://us.archive.ubuntu.com/ubuntu/ precise/universe libnetcdf-dev i386 1:4.1.1-6 [639 kB] | |
Get:110 http://us.archive.ubuntu.com/ubuntu/ precise/main libossp-uuid16 i386 1.6.2-1.1build3 [52.6 kB] | |
Get:111 http://us.archive.ubuntu.com/ubuntu/ precise/main libpng12-dev i386 1.2.46-3ubuntu4 [207 kB] | |
Get:112 http://us.archive.ubuntu.com/ubuntu/ precise-updates/main libsqlite3-dev i386 3.7.9-2ubuntu1.1 [448 kB] | |
Get:113 http://us.archive.ubuntu.com/ubuntu/ precise/main libtool i386 2.4.2-1ubuntu1 [302 kB] | |
Get:114 http://us.archive.ubuntu.com/ubuntu/ precise/universe libxerces-c3.1 i386 3.1.1-1build1 [1,113 kB] | |
Get:115 http://us.archive.ubuntu.com/ubuntu/ precise/universe libxerces-c-dev i386 3.1.1-1build1 [2,801 kB] | |
Get:116 http://us.archive.ubuntu.com/ubuntu/ precise-updates/main ssl-cert all 1.0.28ubuntu0.1 [12.3 kB] | |
Get:117 http://us.archive.ubuntu.com/ubuntu/ precise/main unixodbc i386 2.2.14p2-5ubuntu3 [21.8 kB] | |
Get:118 http://us.archive.ubuntu.com/ubuntu/ precise-updates/main xsltproc i386 1.1.26-8ubuntu1.3 [14.4 kB] | |
Get:119 http://us.archive.ubuntu.com/ubuntu/ precise/universe libepsilon0 i386 0.9.1-2build1 [44.2 kB] | |
Get:120 http://us.archive.ubuntu.com/ubuntu/ precise/universe libhdf4-0-alt i386 4.2r4-12build1 [290 kB] | |
Get:121 http://us.archive.ubuntu.com/ubuntu/ precise/universe libhdf4-alt-dev i386 4.2r4-12build1 [434 kB] | |
Get:122 http://us.archive.ubuntu.com/ubuntu/ precise/main unixodbc-dev i386 2.2.14p2-5ubuntu3 [321 kB] | |
Get:123 http://us.archive.ubuntu.com/ubuntu/ precise/main libjson0-dev i386 0.9-1ubuntu1 [69.5 kB] | |
dpkg-preconfigure: unable to re-open stdin: No such file or directory | |
Fetched 86.9 MB in 1min 21s (1,067 kB/s) | |
(Reading database ... 29444 files and directories currently installed.) | |
Preparing to replace libsqlite3-0 3.7.9-2ubuntu1 (using .../libsqlite3-0_3.7.9-2ubuntu1.1_i386.deb) ... | |
Unpacking replacement libsqlite3-0 ... | |
Preparing to replace libgcrypt11 1.5.0-3 (using .../libgcrypt11_1.5.0-3ubuntu0.2_i386.deb) ... | |
Unpacking replacement libgcrypt11 ... | |
Preparing to replace libtasn1-3 2.10-1ubuntu1 (using .../libtasn1-3_2.10-1ubuntu1.1_i386.deb) ... | |
Unpacking replacement libtasn1-3 ... | |
Preparing to replace libgnutls26 2.12.14-5ubuntu3 (using .../libgnutls26_2.12.14-5ubuntu3.7_i386.deb) ... | |
Unpacking replacement libgnutls26 ... | |
Preparing to replace libk5crypto3 1.10+dfsg~beta1-2 (using .../libk5crypto3_1.10+dfsg~beta1-2ubuntu0.3_i386.deb) ... | |
Unpacking replacement libk5crypto3 ... | |
Preparing to replace libgssapi-krb5-2 1.10+dfsg~beta1-2 (using .../libgssapi-krb5-2_1.10+dfsg~beta1-2ubuntu0.3_i386.deb) ... | |
Unpacking replacement libgssapi-krb5-2 ... | |
Preparing to replace libkrb5-3 1.10+dfsg~beta1-2 (using .../libkrb5-3_1.10+dfsg~beta1-2ubuntu0.3_i386.deb) ... | |
Unpacking replacement libkrb5-3 ... | |
Preparing to replace libkrb5support0 1.10+dfsg~beta1-2 (using .../libkrb5support0_1.10+dfsg~beta1-2ubuntu0.3_i386.deb) ... | |
Unpacking replacement libkrb5support0 ... | |
Preparing to replace libldap-2.4-2 2.4.28-1.1ubuntu4 (using .../libldap-2.4-2_2.4.28-1.1ubuntu4.4_i386.deb) ... | |
Unpacking replacement libldap-2.4-2 ... | |
Preparing to replace libcurl3-gnutls 7.22.0-3ubuntu4 (using .../libcurl3-gnutls_7.22.0-3ubuntu4.7_i386.deb) ... | |
Unpacking replacement libcurl3-gnutls ... | |
Selecting previously unselected package libgssrpc4. | |
Unpacking libgssrpc4 (from .../libgssrpc4_1.10+dfsg~beta1-2ubuntu0.3_i386.deb) ... | |
Selecting previously unselected package libkadm5clnt-mit8. | |
Unpacking libkadm5clnt-mit8 (from .../libkadm5clnt-mit8_1.10+dfsg~beta1-2ubuntu0.3_i386.deb) ... | |
Selecting previously unselected package libkdb5-6. | |
Unpacking libkdb5-6 (from .../libkdb5-6_1.10+dfsg~beta1-2ubuntu0.3_i386.deb) ... | |
Selecting previously unselected package libkadm5srv-mit8. | |
Unpacking libkadm5srv-mit8 (from .../libkadm5srv-mit8_1.10+dfsg~beta1-2ubuntu0.3_i386.deb) ... | |
Preparing to replace libxml2 2.7.8.dfsg-5.1ubuntu4 (using .../libxml2_2.8.0+dfsg1-5ubuntu2.2~precise1_i386.deb) ... | |
Unpacking replacement libxml2 ... | |
Selecting previously unselected package sgml-data. | |
Unpacking sgml-data (from .../sgml-data_2.0.6_all.deb) ... | |
Selecting previously unselected package docbook-xml. | |
Unpacking docbook-xml (from .../docbook-xml_4.5-7ubuntu1_all.deb) ... | |
Selecting previously unselected package libdap11. | |
Unpacking libdap11 (from .../libdap11_3.11.1-10_i386.deb) ... | |
Selecting previously unselected package libdapclient3. | |
Unpacking libdapclient3 (from .../libdapclient3_3.11.1-10_i386.deb) ... | |
Selecting previously unselected package libdapserver7. | |
Unpacking libdapserver7 (from .../libdapserver7_3.11.1-10_i386.deb) ... | |
Selecting previously unselected package ttf-dejavu-core. | |
Unpacking ttf-dejavu-core (from .../ttf-dejavu-core_2.33-2ubuntu1_all.deb) ... | |
Selecting previously unselected package fontconfig-config. | |
Unpacking fontconfig-config (from .../fontconfig-config_2.8.0-3ubuntu9.1_all.deb) ... | |
Selecting previously unselected package libfontconfig1. | |
Unpacking libfontconfig1 (from .../libfontconfig1_2.8.0-3ubuntu9.1_i386.deb) ... | |
Selecting previously unselected package libgfortran3. | |
Unpacking libgfortran3 (from .../libgfortran3_4.6.3-1ubuntu5_i386.deb) ... | |
Selecting previously unselected package libgif4. | |
Unpacking libgif4 (from .../libgif4_4.1.6-9ubuntu1_i386.deb) ... | |
Selecting previously unselected package libgnutls-openssl27. | |
Unpacking libgnutls-openssl27 (from .../libgnutls-openssl27_2.12.14-5ubuntu3.7_i386.deb) ... | |
Selecting previously unselected package libjpeg-turbo8. | |
Unpacking libjpeg-turbo8 (from .../libjpeg-turbo8_1.1.90+svn733-0ubuntu4.3_i386.deb) ... | |
Selecting previously unselected package libjpeg8. | |
Unpacking libjpeg8 (from .../libjpeg8_8c-2ubuntu7_i386.deb) ... | |
Selecting previously unselected package libjasper1. | |
Unpacking libjasper1 (from .../libjasper1_1.900.1-13_i386.deb) ... | |
Selecting previously unselected package liblcms2-2. | |
Unpacking liblcms2-2 (from .../liblcms2-2_2.2+git20110628-2ubuntu3.1_i386.deb) ... | |
Selecting previously unselected package libltdl7. | |
Unpacking libltdl7 (from .../libltdl7_2.4.2-1ubuntu1_i386.deb) ... | |
Selecting previously unselected package mysql-common. | |
Unpacking mysql-common (from .../mysql-common_5.5.35-0ubuntu0.12.04.2_all.deb) ... | |
Selecting previously unselected package libmysqlclient18. | |
Unpacking libmysqlclient18 (from .../libmysqlclient18_5.5.35-0ubuntu0.12.04.2_i386.deb) ... | |
Selecting previously unselected package libodbc1. | |
Unpacking libodbc1 (from .../libodbc1_2.2.14p2-5ubuntu3_i386.deb) ... | |
Selecting previously unselected package libtiff4. | |
Unpacking libtiff4 (from .../libtiff4_3.9.5-2ubuntu1.5_i386.deb) ... | |
Selecting previously unselected package libpoppler19. | |
Unpacking libpoppler19 (from .../libpoppler19_0.18.4-1ubuntu3.1_i386.deb) ... | |
Selecting previously unselected package libxslt1.1. | |
Unpacking libxslt1.1 (from .../libxslt1.1_1.1.26-8ubuntu1.3_i386.deb) ... | |
Selecting previously unselected package odbcinst. | |
Unpacking odbcinst (from .../odbcinst_2.2.14p2-5ubuntu3_i386.deb) ... | |
Selecting previously unselected package odbcinst1debian2. | |
Unpacking odbcinst1debian2 (from .../odbcinst1debian2_2.2.14p2-5ubuntu3_i386.deb) ... | |
Selecting previously unselected package libfreexl1. | |
Unpacking libfreexl1 (from .../libfreexl1_1.0.0e-2~precise1_i386.deb) ... | |
Selecting previously unselected package libgnutlsxx27. | |
Unpacking libgnutlsxx27 (from .../libgnutlsxx27_2.12.14-5ubuntu3.7_i386.deb) ... | |
Selecting previously unselected package libjson0. | |
Unpacking libjson0 (from .../libjson0_0.9-1ubuntu1_i386.deb) ... | |
Selecting previously unselected package libgeos-3.3.8. | |
Unpacking libgeos-3.3.8 (from .../libgeos-3.3.8_3.3.8-2~precise1_i386.deb) ... | |
Selecting previously unselected package libgeos-c1. | |
Unpacking libgeos-c1 (from .../libgeos-c1_3.3.8-2~precise1_i386.deb) ... | |
Selecting previously unselected package proj-data. | |
Unpacking proj-data (from .../proj-data_4.8.0-3~precise5_i386.deb) ... | |
Selecting previously unselected package libproj0. | |
Unpacking libproj0 (from .../libproj0_4.8.0-3~precise5_i386.deb) ... | |
Selecting previously unselected package libspatialite5. | |
Unpacking libspatialite5 (from .../libspatialite5_4.1.0-2~precise1_i386.deb) ... | |
Selecting previously unselected package autotools-dev. | |
Unpacking autotools-dev (from .../autotools-dev_20120210.1ubuntu1_all.deb) ... | |
Selecting previously unselected package libstdc++6-4.6-dev. | |
Unpacking libstdc++6-4.6-dev (from .../libstdc++6-4.6-dev_4.6.3-1ubuntu5_i386.deb) ... | |
Selecting previously unselected package g++-4.6. | |
Unpacking g++-4.6 (from .../g++-4.6_4.6.3-1ubuntu5_i386.deb) ... | |
Selecting previously unselected package g++. | |
Unpacking g++ (from .../g++_4%3a4.6.3-1ubuntu5_i386.deb) ... | |
Selecting previously unselected package libdpkg-perl. | |
Unpacking libdpkg-perl (from .../libdpkg-perl_1.16.1.2ubuntu7.2_all.deb) ... | |
Selecting previously unselected package patch. | |
Unpacking patch (from .../patch_2.6.1-3_i386.deb) ... | |
Selecting previously unselected package dpkg-dev. | |
Unpacking dpkg-dev (from .../dpkg-dev_1.16.1.2ubuntu7.2_all.deb) ... | |
Selecting previously unselected package build-essential. | |
Unpacking build-essential (from .../build-essential_11.5ubuntu2.1_i386.deb) ... | |
Selecting previously unselected package w3-dtd-mathml. | |
Unpacking w3-dtd-mathml (from .../w3-dtd-mathml_2.0.0.0-2_all.deb) ... | |
Selecting previously unselected package docbook-mathml. | |
Unpacking docbook-mathml (from .../docbook-mathml_1.0.0-2_all.deb) ... | |
Selecting previously unselected package docbook-xsl. | |
Unpacking docbook-xsl (from .../docbook-xsl_1.76.1+dfsg-1ubuntu1_all.deb) ... | |
Selecting previously unselected package fakeroot. | |
Unpacking fakeroot (from .../fakeroot_1.18.2-1_i386.deb) ... | |
Selecting previously unselected package comerr-dev. | |
Unpacking comerr-dev (from .../comerr-dev_2.1-1.42-1ubuntu2_i386.deb) ... | |
Selecting previously unselected package krb5-multidev. | |
Unpacking krb5-multidev (from .../krb5-multidev_1.10+dfsg~beta1-2ubuntu0.3_i386.deb) ... | |
Selecting previously unselected package libalgorithm-diff-perl. | |
Unpacking libalgorithm-diff-perl (from .../libalgorithm-diff-perl_1.19.02-2_all.deb) ... | |
Selecting previously unselected package libalgorithm-diff-xs-perl. | |
Unpacking libalgorithm-diff-xs-perl (from .../libalgorithm-diff-xs-perl_0.04-2build2_i386.deb) ... | |
Selecting previously unselected package libalgorithm-merge-perl. | |
Unpacking libalgorithm-merge-perl (from .../libalgorithm-merge-perl_0.08-2_all.deb) ... | |
Selecting previously unselected package libblas3gf. | |
Unpacking libblas3gf (from .../libblas3gf_1.2.20110419-2ubuntu1_i386.deb) ... | |
Selecting previously unselected package liblapack3gf. | |
Unpacking liblapack3gf (from .../liblapack3gf_3.3.1-1_i386.deb) ... | |
Selecting previously unselected package libarmadillo2. | |
Unpacking libarmadillo2 (from .../libarmadillo2_1%3a2.4.2+dfsg-2_i386.deb) ... | |
Selecting previously unselected package libgpg-error-dev. | |
Unpacking libgpg-error-dev (from .../libgpg-error-dev_1.10-2ubuntu1_i386.deb) ... | |
Selecting previously unselected package libgcrypt11-dev. | |
Unpacking libgcrypt11-dev (from .../libgcrypt11-dev_1.5.0-3ubuntu0.2_i386.deb) ... | |
Selecting previously unselected package libtasn1-3-dev. | |
Unpacking libtasn1-3-dev (from .../libtasn1-3-dev_2.10-1ubuntu1.1_i386.deb) ... | |
Selecting previously unselected package libp11-kit-dev. | |
Unpacking libp11-kit-dev (from .../libp11-kit-dev_0.12-2ubuntu1_i386.deb) ... | |
Selecting previously unselected package libgnutls-dev. | |
Unpacking libgnutls-dev (from .../libgnutls-dev_2.12.14-5ubuntu3.7_i386.deb) ... | |
Selecting previously unselected package pkg-config. | |
Unpacking pkg-config (from .../pkg-config_0.26-1ubuntu1_i386.deb) ... | |
Selecting previously unselected package libidn11-dev. | |
Unpacking libidn11-dev (from .../libidn11-dev_1.23-2_i386.deb) ... | |
Selecting previously unselected package libkrb5-dev. | |
Unpacking libkrb5-dev (from .../libkrb5-dev_1.10+dfsg~beta1-2ubuntu0.3_i386.deb) ... | |
Selecting previously unselected package libldap2-dev. | |
Unpacking libldap2-dev (from .../libldap2-dev_2.4.28-1.1ubuntu4.4_i386.deb) ... | |
Selecting previously unselected package librtmp-dev. | |
Unpacking librtmp-dev (from .../librtmp-dev_2.4~20110711.gitc28f1bab-1_i386.deb) ... | |
Selecting previously unselected package libcurl4-gnutls-dev. | |
Unpacking libcurl4-gnutls-dev (from .../libcurl4-gnutls-dev_7.22.0-3ubuntu4.7_i386.deb) ... | |
Selecting previously unselected package libxml2-dev. | |
Unpacking libxml2-dev (from .../libxml2-dev_2.8.0+dfsg1-5ubuntu2.2~precise1_i386.deb) ... | |
Selecting previously unselected package uuid-dev. | |
Unpacking uuid-dev (from .../uuid-dev_2.20.1-1ubuntu3_i386.deb) ... | |
Selecting previously unselected package libdap-dev. | |
Unpacking libdap-dev (from .../libdap-dev_3.11.1-10_i386.deb) ... | |
Selecting previously unselected package libgeos-dev. | |
Unpacking libgeos-dev (from .../libgeos-dev_3.3.8-2~precise1_i386.deb) ... | |
Selecting previously unselected package libgif-dev. | |
Unpacking libgif-dev (from .../libgif-dev_4.1.6-9ubuntu1_i386.deb) ... | |
Selecting previously unselected package libhdf5-serial-1.8.4. | |
Unpacking libhdf5-serial-1.8.4 (from .../libhdf5-serial-1.8.4_1.8.4-patch1-3ubuntu2_i386.deb) ... | |
Selecting previously unselected package libjpeg-turbo8-dev. | |
Unpacking libjpeg-turbo8-dev (from .../libjpeg-turbo8-dev_1.1.90+svn733-0ubuntu4.3_i386.deb) ... | |
Selecting previously unselected package libjpeg8-dev. | |
Unpacking libjpeg8-dev (from .../libjpeg8-dev_8c-2ubuntu7_i386.deb) ... | |
Selecting previously unselected package libjpeg-dev. | |
Unpacking libjpeg-dev (from .../libjpeg-dev_8c-2ubuntu7_all.deb) ... | |
Selecting previously unselected package libhdf5-serial-dev. | |
Unpacking libhdf5-serial-dev (from .../libhdf5-serial-dev_1.8.4-patch1-3ubuntu2_i386.deb) ... | |
Selecting previously unselected package libicu48. | |
Unpacking libicu48 (from .../libicu48_4.8.1.1-3ubuntu0.1_i386.deb) ... | |
Selecting previously unselected package libicu-dev. | |
Unpacking libicu-dev (from .../libicu-dev_4.8.1.1-3ubuntu0.1_i386.deb) ... | |
Selecting previously unselected package libjasper-dev. | |
Unpacking libjasper-dev (from .../libjasper-dev_1.900.1-13_i386.deb) ... | |
Selecting previously unselected package libltdl-dev. | |
Unpacking libltdl-dev (from .../libltdl-dev_2.4.2-1ubuntu1_i386.deb) ... | |
Selecting previously unselected package libmysqlclient-dev. | |
Unpacking libmysqlclient-dev (from .../libmysqlclient-dev_5.5.35-0ubuntu0.12.04.2_i386.deb) ... | |
Selecting previously unselected package libnetcdf6. | |
Unpacking libnetcdf6 (from .../libnetcdf6_1%3a4.1.1-6_i386.deb) ... | |
Selecting previously unselected package libnetcdf-dev. | |
Unpacking libnetcdf-dev (from .../libnetcdf-dev_1%3a4.1.1-6_i386.deb) ... | |
Selecting previously unselected package libossp-uuid16. | |
Unpacking libossp-uuid16 (from .../libossp-uuid16_1.6.2-1.1build3_i386.deb) ... | |
Selecting previously unselected package libpng12-dev. | |
Unpacking libpng12-dev (from .../libpng12-dev_1.2.46-3ubuntu4_i386.deb) ... | |
Selecting previously unselected package libpq5. | |
Unpacking libpq5 (from .../libpq5_9.2.6-0ppa1.pgdg+1~precise_i386.deb) ... | |
Selecting previously unselected package libpq-dev. | |
Unpacking libpq-dev (from .../libpq-dev_9.2.6-0ppa1.pgdg+1~precise_i386.deb) ... | |
Selecting previously unselected package libsqlite3-dev. | |
Unpacking libsqlite3-dev (from .../libsqlite3-dev_3.7.9-2ubuntu1.1_i386.deb) ... | |
Selecting previously unselected package libtool. | |
Unpacking libtool (from .../libtool_2.4.2-1ubuntu1_i386.deb) ... | |
Selecting previously unselected package libxerces-c3.1. | |
Unpacking libxerces-c3.1 (from .../libxerces-c3.1_3.1.1-1build1_i386.deb) ... | |
Selecting previously unselected package libxerces-c-dev. | |
Unpacking libxerces-c-dev (from .../libxerces-c-dev_3.1.1-1build1_i386.deb) ... | |
Selecting previously unselected package postgresql-client-common. | |
Unpacking postgresql-client-common (from .../postgresql-client-common_140~precise_all.deb) ... | |
Selecting previously unselected package postgresql-client-9.2. | |
Unpacking postgresql-client-9.2 (from .../postgresql-client-9.2_9.2.6-0ppa1.pgdg+1~precise_i386.deb) ... | |
Selecting previously unselected package ssl-cert. | |
Unpacking ssl-cert (from .../ssl-cert_1.0.28ubuntu0.1_all.deb) ... | |
Selecting previously unselected package postgresql-common. | |
Unpacking postgresql-common (from .../postgresql-common_140~precise_all.deb) ... | |
Adding 'diversion of /usr/bin/pg_config to /usr/bin/pg_config.libpq-dev by postgresql-common' | |
Selecting previously unselected package postgresql-9.2. | |
Unpacking postgresql-9.2 (from .../postgresql-9.2_9.2.6-0ppa1.pgdg+1~precise_i386.deb) ... | |
Selecting previously unselected package postgresql-contrib-9.2. | |
Unpacking postgresql-contrib-9.2 (from .../postgresql-contrib-9.2_9.2.6-0ppa1.pgdg+1~precise_i386.deb) ... | |
Selecting previously unselected package postgresql-server-dev-9.2. | |
Unpacking postgresql-server-dev-9.2 (from .../postgresql-server-dev-9.2_9.2.6-0ppa1.pgdg+1~precise_i386.deb) ... | |
Selecting previously unselected package unixodbc. | |
Unpacking unixodbc (from .../unixodbc_2.2.14p2-5ubuntu3_i386.deb) ... | |
Selecting previously unselected package xsltproc. | |
Unpacking xsltproc (from .../xsltproc_1.1.26-8ubuntu1.3_i386.deb) ... | |
Selecting previously unselected package libepsilon0. | |
Unpacking libepsilon0 (from .../libepsilon0_0.9.1-2build1_i386.deb) ... | |
Selecting previously unselected package libhdf4-0-alt. | |
Unpacking libhdf4-0-alt (from .../libhdf4-0-alt_4.2r4-12build1_i386.deb) ... | |
Selecting previously unselected package libgdal1h. | |
Unpacking libgdal1h (from .../libgdal1h_1.10.0-1~precise1_i386.deb) ... | |
Selecting previously unselected package libhdf4-alt-dev. | |
Unpacking libhdf4-alt-dev (from .../libhdf4-alt-dev_4.2r4-12build1_i386.deb) ... | |
Selecting previously unselected package unixodbc-dev. | |
Unpacking unixodbc-dev (from .../unixodbc-dev_2.2.14p2-5ubuntu3_i386.deb) ... | |
Selecting previously unselected package libspatialite-dev. | |
Unpacking libspatialite-dev (from .../libspatialite-dev_4.1.0-2~precise1_i386.deb) ... | |
Selecting previously unselected package libgdal-dev. | |
Unpacking libgdal-dev (from .../libgdal-dev_1.10.0-1~precise1_i386.deb) ... | |
Selecting previously unselected package libgdal1-dev. | |
Unpacking libgdal1-dev (from .../libgdal1-dev_1.10.0-1~precise1_all.deb) ... | |
Selecting previously unselected package libjson0-dev. | |
Unpacking libjson0-dev (from .../libjson0-dev_0.9-1ubuntu1_i386.deb) ... | |
Selecting previously unselected package libproj-dev. | |
Unpacking libproj-dev (from .../libproj-dev_4.8.0-3~precise5_i386.deb) ... | |
Selecting previously unselected package proj-bin. | |
Unpacking proj-bin (from .../proj-bin_4.8.0-3~precise5_i386.deb) ... | |
Processing triggers for man-db ... | |
Processing triggers for install-info ... | |
Processing triggers for ureadahead ... | |
ureadahead will be reprofiled on next reboot | |
Setting up libsqlite3-0 (3.7.9-2ubuntu1.1) ... | |
Setting up libgcrypt11 (1.5.0-3ubuntu0.2) ... | |
Setting up libtasn1-3 (2.10-1ubuntu1.1) ... | |
Setting up libgnutls26 (2.12.14-5ubuntu3.7) ... | |
Setting up libkrb5support0 (1.10+dfsg~beta1-2ubuntu0.3) ... | |
Setting up libk5crypto3 (1.10+dfsg~beta1-2ubuntu0.3) ... | |
Setting up libkrb5-3 (1.10+dfsg~beta1-2ubuntu0.3) ... | |
Setting up libgssapi-krb5-2 (1.10+dfsg~beta1-2ubuntu0.3) ... | |
Setting up libldap-2.4-2 (2.4.28-1.1ubuntu4.4) ... | |
Setting up libcurl3-gnutls (7.22.0-3ubuntu4.7) ... | |
Setting up libgssrpc4 (1.10+dfsg~beta1-2ubuntu0.3) ... | |
Setting up libkadm5clnt-mit8 (1.10+dfsg~beta1-2ubuntu0.3) ... | |
Setting up libkdb5-6 (1.10+dfsg~beta1-2ubuntu0.3) ... | |
Setting up libkadm5srv-mit8 (1.10+dfsg~beta1-2ubuntu0.3) ... | |
Setting up libxml2 (2.8.0+dfsg1-5ubuntu2.2~precise1) ... | |
Setting up sgml-data (2.0.6) ... | |
Setting up docbook-xml (4.5-7ubuntu1) ... | |
Setting up libdap11 (3.11.1-10) ... | |
Setting up libdapclient3 (3.11.1-10) ... | |
Setting up libdapserver7 (3.11.1-10) ... | |
Setting up ttf-dejavu-core (2.33-2ubuntu1) ... | |
Setting up fontconfig-config (2.8.0-3ubuntu9.1) ... | |
Setting up libfontconfig1 (2.8.0-3ubuntu9.1) ... | |
Setting up libgfortran3 (4.6.3-1ubuntu5) ... | |
Setting up libgif4 (4.1.6-9ubuntu1) ... | |
Setting up libgnutls-openssl27 (2.12.14-5ubuntu3.7) ... | |
Setting up libjpeg-turbo8 (1.1.90+svn733-0ubuntu4.3) ... | |
Setting up libjpeg8 (8c-2ubuntu7) ... | |
Setting up libjasper1 (1.900.1-13) ... | |
Setting up liblcms2-2 (2.2+git20110628-2ubuntu3.1) ... | |
Setting up libltdl7 (2.4.2-1ubuntu1) ... | |
Setting up mysql-common (5.5.35-0ubuntu0.12.04.2) ... | |
Setting up libmysqlclient18 (5.5.35-0ubuntu0.12.04.2) ... | |
Setting up libodbc1 (2.2.14p2-5ubuntu3) ... | |
Setting up libtiff4 (3.9.5-2ubuntu1.5) ... | |
Setting up libpoppler19 (0.18.4-1ubuntu3.1) ... | |
Setting up libxslt1.1 (1.1.26-8ubuntu1.3) ... | |
Setting up libfreexl1 (1.0.0e-2~precise1) ... | |
Setting up libgnutlsxx27 (2.12.14-5ubuntu3.7) ... | |
Setting up libjson0 (0.9-1ubuntu1) ... | |
Setting up libgeos-3.3.8 (3.3.8-2~precise1) ... | |
Setting up libgeos-c1 (3.3.8-2~precise1) ... | |
Setting up proj-data (4.8.0-3~precise5) ... | |
Setting up libproj0 (4.8.0-3~precise5) ... | |
Setting up libspatialite5 (4.1.0-2~precise1) ... | |
Setting up autotools-dev (20120210.1ubuntu1) ... | |
Setting up libdpkg-perl (1.16.1.2ubuntu7.2) ... | |
Setting up patch (2.6.1-3) ... | |
Setting up dpkg-dev (1.16.1.2ubuntu7.2) ... | |
Setting up w3-dtd-mathml (2.0.0.0-2) ... | |
Setting up docbook-mathml (1.0.0-2) ... | |
Setting up docbook-xsl (1.76.1+dfsg-1ubuntu1) ... | |
Setting up fakeroot (1.18.2-1) ... | |
update-alternatives: using /usr/bin/fakeroot-sysv to provide /usr/bin/fakeroot (fakeroot) in auto mode. | |
Setting up comerr-dev (2.1-1.42-1ubuntu2) ... | |
Setting up krb5-multidev (1.10+dfsg~beta1-2ubuntu0.3) ... | |
Setting up libalgorithm-diff-perl (1.19.02-2) ... | |
Setting up libalgorithm-diff-xs-perl (0.04-2build2) ... | |
Setting up libalgorithm-merge-perl (0.08-2) ... | |
Setting up libblas3gf (1.2.20110419-2ubuntu1) ... | |
update-alternatives: using /usr/lib/libblas/libblas.so.3gf to provide /usr/lib/libblas.so.3gf (libblas.so.3gf) in auto mode. | |
Setting up liblapack3gf (3.3.1-1) ... | |
update-alternatives: using /usr/lib/lapack/liblapack.so.3gf to provide /usr/lib/liblapack.so.3gf (liblapack.so.3gf) in auto mode. | |
Setting up libarmadillo2 (1:2.4.2+dfsg-2) ... | |
Setting up libgpg-error-dev (1.10-2ubuntu1) ... | |
Setting up libgcrypt11-dev (1.5.0-3ubuntu0.2) ... | |
Setting up libtasn1-3-dev (2.10-1ubuntu1.1) ... | |
Setting up libp11-kit-dev (0.12-2ubuntu1) ... | |
Setting up libgnutls-dev (2.12.14-5ubuntu3.7) ... | |
Setting up pkg-config (0.26-1ubuntu1) ... | |
Setting up libidn11-dev (1.23-2) ... | |
Setting up libkrb5-dev (1.10+dfsg~beta1-2ubuntu0.3) ... | |
Setting up libldap2-dev (2.4.28-1.1ubuntu4.4) ... | |
Setting up librtmp-dev (2.4~20110711.gitc28f1bab-1) ... | |
Setting up libcurl4-gnutls-dev (7.22.0-3ubuntu4.7) ... | |
Setting up libxml2-dev (2.8.0+dfsg1-5ubuntu2.2~precise1) ... | |
Setting up uuid-dev (2.20.1-1ubuntu3) ... | |
Setting up libdap-dev (3.11.1-10) ... | |
Setting up libgeos-dev (3.3.8-2~precise1) ... | |
Setting up libgif-dev (4.1.6-9ubuntu1) ... | |
Setting up libhdf5-serial-1.8.4 (1.8.4-patch1-3ubuntu2) ... | |
Setting up libjpeg-turbo8-dev (1.1.90+svn733-0ubuntu4.3) ... | |
Setting up libjpeg8-dev (8c-2ubuntu7) ... | |
Setting up libjpeg-dev (8c-2ubuntu7) ... | |
Setting up libhdf5-serial-dev (1.8.4-patch1-3ubuntu2) ... | |
Setting up libicu48 (4.8.1.1-3ubuntu0.1) ... | |
Setting up libicu-dev (4.8.1.1-3ubuntu0.1) ... | |
Setting up libjasper-dev (1.900.1-13) ... | |
Setting up libltdl-dev (2.4.2-1ubuntu1) ... | |
Setting up libmysqlclient-dev (5.5.35-0ubuntu0.12.04.2) ... | |
Setting up libnetcdf6 (1:4.1.1-6) ... | |
Setting up libnetcdf-dev (1:4.1.1-6) ... | |
Setting up libossp-uuid16 (1.6.2-1.1build3) ... | |
Setting up libpng12-dev (1.2.46-3ubuntu4) ... | |
Setting up libpq5 (9.2.6-0ppa1.pgdg+1~precise) ... | |
Setting up libpq-dev (9.2.6-0ppa1.pgdg+1~precise) ... | |
Setting up libsqlite3-dev (3.7.9-2ubuntu1.1) ... | |
Setting up libtool (2.4.2-1ubuntu1) ... | |
Setting up libxerces-c3.1 (3.1.1-1build1) ... | |
Setting up libxerces-c-dev (3.1.1-1build1) ... | |
Setting up postgresql-client-common (140~precise) ... | |
Setting up postgresql-client-9.2 (9.2.6-0ppa1.pgdg+1~precise) ... | |
Setting up ssl-cert (1.0.28ubuntu0.1) ... | |
Setting up postgresql-common (140~precise) ... | |
Adding user postgres to group ssl-cert | |
Building PostgreSQL dictionaries from installed myspell/hunspell packages... | |
* No PostgreSQL clusters exist; see "man pg_createcluster" | |
Setting up postgresql-9.2 (9.2.6-0ppa1.pgdg+1~precise) ... | |
Creating new cluster (configuration: /etc/postgresql/9.2/main, data: /var/lib/postgresql/9.2/main)... | |
Moving configuration file /var/lib/postgresql/9.2/main/postgresql.conf to /etc/postgresql/9.2/main... | |
Moving configuration file /var/lib/postgresql/9.2/main/pg_hba.conf to /etc/postgresql/9.2/main... | |
Moving configuration file /var/lib/postgresql/9.2/main/pg_ident.conf to /etc/postgresql/9.2/main... | |
Configuring postgresql.conf to use port 5432... | |
update-alternatives: using /usr/share/postgresql/9.2/man/man1/postmaster.1.gz to provide /usr/share/man/man1/postmaster.1.gz (postmaster.1.gz) in auto mode. | |
* Starting PostgreSQL 9.2 database server | |
...done. | |
Setting up postgresql-contrib-9.2 (9.2.6-0ppa1.pgdg+1~precise) ... | |
Setting up postgresql-server-dev-9.2 (9.2.6-0ppa1.pgdg+1~precise) ... | |
Setting up xsltproc (1.1.26-8ubuntu1.3) ... | |
Setting up libepsilon0 (0.9.1-2build1) ... | |
Setting up libhdf4-0-alt (4.2r4-12build1) ... | |
Setting up libhdf4-alt-dev (4.2r4-12build1) ... | |
Setting up libspatialite-dev (4.1.0-2~precise1) ... | |
Setting up libjson0-dev (0.9-1ubuntu1) ... | |
Setting up libproj-dev (4.8.0-3~precise5) ... | |
Setting up proj-bin (4.8.0-3~precise5) ... | |
Setting up odbcinst1debian2 (2.2.14p2-5ubuntu3) ... | |
Setting up g++-4.6 (4.6.3-1ubuntu5) ... | |
Setting up g++ (4:4.6.3-1ubuntu5) ... | |
update-alternatives: using /usr/bin/g++ to provide /usr/bin/c++ (c++) in auto mode. | |
Setting up build-essential (11.5ubuntu2.1) ... | |
Setting up unixodbc (2.2.14p2-5ubuntu3) ... | |
Setting up libgdal1h (1.10.0-1~precise1) ... | |
Setting up unixodbc-dev (2.2.14p2-5ubuntu3) ... | |
Setting up libgdal-dev (1.10.0-1~precise1) ... | |
Setting up libgdal1-dev (1.10.0-1~precise1) ... | |
Setting up odbcinst (2.2.14p2-5ubuntu3) ... | |
Setting up libstdc++6-4.6-dev (4.6.3-1ubuntu5) ... | |
Processing triggers for libc-bin ... | |
ldconfig deferred processing now taking place | |
ALTER ROLE | |
* Restarting PostgreSQL 9.2 database server | |
...done. | |
--2014-04-07 18:12:08-- http://download.osgeo.org/geos/geos-3.3.8.tar.bz2 | |
Resolving download.osgeo.org (download.osgeo.org)... 140.211.15.132 | |
Connecting to download.osgeo.org (download.osgeo.org)|140.211.15.132|:80... connected. | |
HTTP request sent, awaiting response... 200 OK | |
Length: 1820064 (1.7M) [application/x-bzip2] | |
Saving to: `geos-3.3.8.tar.bz2' | |
0K .......... .......... .......... .......... .......... 2% 476K 4s | |
50K .......... .......... .......... .......... .......... 5% 542K 3s | |
100K .......... .......... .......... .......... .......... 8% 2.80M 2s | |
150K .......... .......... .......... .......... .......... 11% 1.05M 2s | |
200K .......... .......... .......... .......... .......... 14% 898K 2s | |
250K .......... .......... .......... .......... .......... 16% 15.7M 2s | |
300K .......... .......... .......... .......... .......... 19% 1.03M 1s | |
350K .......... .......... .......... .......... .......... 22% 3.31M 1s | |
400K .......... .......... .......... .......... .......... 25% 559K 1s | |
450K .......... .......... .......... .......... .......... 28% 10.5M 1s | |
500K .......... .......... .......... .......... .......... 30% 3.32M 1s | |
550K .......... .......... .......... .......... .......... 33% 1.72M 1s | |
600K .......... .......... .......... .......... .......... 36% 3.31M 1s | |
650K .......... .......... .......... .......... .......... 39% 1.54M 1s | |
700K .......... .......... .......... .......... .......... 42% 2.52M 1s | |
750K .......... .......... .......... .......... .......... 45% 1.53M 1s | |
800K .......... .......... .......... .......... .......... 47% 1.78M 1s | |
850K .......... .......... .......... .......... .......... 50% 3.31M 1s | |
900K .......... .......... .......... .......... .......... 53% 1.14M 1s | |
950K .......... .......... .......... .......... .......... 56% 1.69M 1s | |
1000K .......... .......... .......... .......... .......... 59% 1.78M 1s | |
1050K .......... .......... .......... .......... .......... 61% 1.51M 0s | |
1100K .......... .......... .......... .......... .......... 64% 3.18M 0s | |
1150K .......... .......... .......... .......... .......... 67% 1.65M 0s | |
1200K .......... .......... .......... .......... .......... 70% 1.87M 0s | |
1250K .......... .......... .......... .......... .......... 73% 1.41M 0s | |
1300K .......... .......... .......... .......... .......... 75% 2.08M 0s | |
1350K .......... .......... .......... .......... .......... 78% 1.72M 0s | |
1400K .......... .......... .......... .......... .......... 81% 2.34M 0s | |
1450K .......... .......... .......... .......... .......... 84% 1.47M 0s | |
1500K .......... .......... .......... .......... .......... 87% 3.24M 0s | |
1550K .......... .......... .......... .......... .......... 90% 1.40M 0s | |
1600K .......... .......... .......... .......... .......... 92% 2.25M 0s | |
1650K .......... .......... .......... .......... .......... 95% 1.68M 0s | |
1700K .......... .......... .......... .......... .......... 98% 1.94M 0s | |
1750K .......... .......... ....... 100% 3.32M=1.1s | |
2014-04-07 18:12:10 (1.53 MB/s) - `geos-3.3.8.tar.bz2' saved [1820064/1820064] | |
geos-3.3.8/ | |
geos-3.3.8/cmake/ | |
geos-3.3.8/cmake/modules/ | |
geos-3.3.8/cmake/modules/CheckPrototypeExists.cmake | |
geos-3.3.8/cmake/modules/COPYING-CMAKE-SCRIPTS | |
geos-3.3.8/cmake/cmake_uninstall.cmake.in | |
geos-3.3.8/macros/ | |
geos-3.3.8/macros/ac_pkg_swig.m4 | |
geos-3.3.8/macros/ac_python_devel.m4 | |
geos-3.3.8/macros/libtool.m4 | |
geos-3.3.8/macros/ltoptions.m4 | |
geos-3.3.8/macros/ltsugar.m4 | |
geos-3.3.8/macros/ltversion.m4 | |
geos-3.3.8/macros/lt~obsolete.m4 | |
geos-3.3.8/macros/python.m4 | |
geos-3.3.8/macros/ruby.m4 | |
geos-3.3.8/macros/Makefile.am | |
geos-3.3.8/macros/Makefile.in | |
geos-3.3.8/macros/geos.m4 | |
geos-3.3.8/README | |
geos-3.3.8/configure.in | |
geos-3.3.8/aclocal.m4 | |
geos-3.3.8/Makefile.am | |
geos-3.3.8/Makefile.in | |
geos-3.3.8/configure | |
geos-3.3.8/AUTHORS | |
geos-3.3.8/COPYING | |
geos-3.3.8/ChangeLog | |
geos-3.3.8/INSTALL | |
geos-3.3.8/NEWS | |
geos-3.3.8/TODO | |
geos-3.3.8/config.guess | |
geos-3.3.8/config.sub | |
geos-3.3.8/depcomp | |
geos-3.3.8/install-sh | |
geos-3.3.8/ltmain.sh | |
geos-3.3.8/missing | |
geos-3.3.8/py-compile | |
geos-3.3.8/acsite.m4 | |
geos-3.3.8/makefile.vc | |
geos-3.3.8/nmake.opt | |
geos-3.3.8/autogen.bat | |
geos-3.3.8/CMakeLists.txt | |
geos-3.3.8/include/ | |
geos-3.3.8/include/geos.h | |
geos-3.3.8/include/Makefile.am | |
geos-3.3.8/include/Makefile.in | |
geos-3.3.8/include/config.h.in | |
geos-3.3.8/include/CMakeLists.txt | |
geos-3.3.8/include/geos/ | |
geos-3.3.8/include/geos/export.h | |
geos-3.3.8/include/geos/geomgraph.h | |
geos-3.3.8/include/geos/geomgraphindex.h | |
geos-3.3.8/include/geos/geom.h | |
geos-3.3.8/include/geos/geomUtil.h | |
geos-3.3.8/include/geos/geosAlgorithm.h | |
geos-3.3.8/include/geos/indexBintree.h | |
geos-3.3.8/include/geos/indexChain.h | |
geos-3.3.8/include/geos/indexQuadtree.h | |
geos-3.3.8/include/geos/indexStrtree.h | |
geos-3.3.8/include/geos/indexSweepline.h | |
geos-3.3.8/include/geos/inline.h | |
geos-3.3.8/include/geos/io.h | |
geos-3.3.8/include/geos/noding.h | |
geos-3.3.8/include/geos/nodingSnapround.h | |
geos-3.3.8/include/geos/opBuffer.h | |
geos-3.3.8/include/geos/opDistance.h | |
geos-3.3.8/include/geos/operation.h | |
geos-3.3.8/include/geos/opLinemerge.h | |
geos-3.3.8/include/geos/opOverlay.h | |
geos-3.3.8/include/geos/opPolygonize.h | |
geos-3.3.8/include/geos/opPredicate.h | |
geos-3.3.8/include/geos/opRelate.h | |
geos-3.3.8/include/geos/opValid.h | |
geos-3.3.8/include/geos/planargraph.h | |
geos-3.3.8/include/geos/platform.h | |
geos-3.3.8/include/geos/precision.h | |
geos-3.3.8/include/geos/profiler.h | |
geos-3.3.8/include/geos/spatialIndex.h | |
geos-3.3.8/include/geos/timeval.h | |
geos-3.3.8/include/geos/unload.h | |
geos-3.3.8/include/geos/util.h | |
geos-3.3.8/include/geos/version.h | |
geos-3.3.8/include/geos/Makefile.am | |
geos-3.3.8/include/geos/Makefile.in | |
geos-3.3.8/include/geos/platform.h.in | |
geos-3.3.8/include/geos/version.h.in | |
geos-3.3.8/include/geos/version.h.vc | |
geos-3.3.8/include/geos/platform.h.vc | |
geos-3.3.8/include/geos/platform.h.cmake | |
geos-3.3.8/include/geos/algorithm/ | |
geos-3.3.8/include/geos/algorithm/Angle.h | |
geos-3.3.8/include/geos/algorithm/BoundaryNodeRule.h | |
geos-3.3.8/include/geos/algorithm/CentralEndpointIntersector.h | |
geos-3.3.8/include/geos/algorithm/CentroidArea.h | |
geos-3.3.8/include/geos/algorithm/CentroidLine.h | |
geos-3.3.8/include/geos/algorithm/CentroidPoint.h | |
geos-3.3.8/include/geos/algorithm/CGAlgorithms.h | |
geos-3.3.8/include/geos/algorithm/ConvexHull.h | |
geos-3.3.8/include/geos/algorithm/ConvexHull.inl | |
geos-3.3.8/include/geos/algorithm/HCoordinate.h | |
geos-3.3.8/include/geos/algorithm/InteriorPointArea.h | |
geos-3.3.8/include/geos/algorithm/InteriorPointLine.h | |
geos-3.3.8/include/geos/algorithm/InteriorPointPoint.h | |
geos-3.3.8/include/geos/algorithm/LineIntersector.h | |
geos-3.3.8/include/geos/algorithm/MCPointInRing.h | |
geos-3.3.8/include/geos/algorithm/MinimumDiameter.h | |
geos-3.3.8/include/geos/algorithm/NotRepresentableException.h | |
geos-3.3.8/include/geos/algorithm/PointInRing.h | |
geos-3.3.8/include/geos/algorithm/PointLocator.h | |
geos-3.3.8/include/geos/algorithm/RayCrossingCounter.h | |
geos-3.3.8/include/geos/algorithm/RobustDeterminant.h | |
geos-3.3.8/include/geos/algorithm/SimplePointInRing.h | |
geos-3.3.8/include/geos/algorithm/SIRtreePointInRing.h | |
geos-3.3.8/include/geos/algorithm/Makefile.am | |
geos-3.3.8/include/geos/algorithm/Makefile.in | |
geos-3.3.8/include/geos/algorithm/locate/ | |
geos-3.3.8/include/geos/algorithm/locate/IndexedPointInAreaLocator.h | |
geos-3.3.8/include/geos/algorithm/locate/PointOnGeometryLocator.h | |
geos-3.3.8/include/geos/algorithm/locate/SimplePointInAreaLocator.h | |
geos-3.3.8/include/geos/algorithm/locate/Makefile.am | |
geos-3.3.8/include/geos/algorithm/locate/Makefile.in | |
geos-3.3.8/include/geos/algorithm/distance/ | |
geos-3.3.8/include/geos/algorithm/distance/DiscreteHausdorffDistance.h | |
geos-3.3.8/include/geos/algorithm/distance/DistanceToPoint.h | |
geos-3.3.8/include/geos/algorithm/distance/PointPairDistance.h | |
geos-3.3.8/include/geos/algorithm/distance/Makefile.am | |
geos-3.3.8/include/geos/algorithm/distance/Makefile.in | |
geos-3.3.8/include/geos/geom/ | |
geos-3.3.8/include/geos/geom/BinaryOp.h | |
geos-3.3.8/include/geos/geom/CoordinateArraySequenceFactory.h | |
geos-3.3.8/include/geos/geom/CoordinateArraySequenceFactory.inl | |
geos-3.3.8/include/geos/geom/CoordinateArraySequence.h | |
geos-3.3.8/include/geos/geom/CoordinateFilter.h | |
geos-3.3.8/include/geos/geom/Coordinate.h | |
geos-3.3.8/include/geos/geom/Coordinate.inl | |
geos-3.3.8/include/geos/geom/CoordinateList.h | |
geos-3.3.8/include/geos/geom/CoordinateSequenceFactory.h | |
geos-3.3.8/include/geos/geom/CoordinateSequenceFilter.h | |
geos-3.3.8/include/geos/geom/CoordinateSequence.h | |
geos-3.3.8/include/geos/geom/Dimension.h | |
geos-3.3.8/include/geos/geom/Envelope.h | |
geos-3.3.8/include/geos/geom/Envelope.inl | |
geos-3.3.8/include/geos/geom/GeometryCollection.h | |
geos-3.3.8/include/geos/geom/GeometryCollection.inl | |
geos-3.3.8/include/geos/geom/GeometryComponentFilter.h | |
geos-3.3.8/include/geos/geom/GeometryFactory.h | |
geos-3.3.8/include/geos/geom/GeometryFactory.inl | |
geos-3.3.8/include/geos/geom/GeometryFilter.h | |
geos-3.3.8/include/geos/geom/Geometry.h | |
geos-3.3.8/include/geos/geom/GeometryList.h | |
geos-3.3.8/include/geos/geom/IntersectionMatrix.h | |
geos-3.3.8/include/geos/geom/LinearRing.h | |
geos-3.3.8/include/geos/geom/LineSegment.h | |
geos-3.3.8/include/geos/geom/LineSegment.inl | |
geos-3.3.8/include/geos/geom/LineString.h | |
geos-3.3.8/include/geos/geom/Location.h | |
geos-3.3.8/include/geos/geom/MultiLineString.h | |
geos-3.3.8/include/geos/geom/MultiLineString.inl | |
geos-3.3.8/include/geos/geom/MultiPoint.h | |
geos-3.3.8/include/geos/geom/MultiPolygon.h | |
geos-3.3.8/include/geos/geom/MultiPolygon.inl | |
geos-3.3.8/include/geos/geom/Point.h | |
geos-3.3.8/include/geos/geom/Polygon.h | |
geos-3.3.8/include/geos/geom/PrecisionModel.h | |
geos-3.3.8/include/geos/geom/PrecisionModel.inl | |
geos-3.3.8/include/geos/geom/Triangle.h | |
geos-3.3.8/include/geos/geom/Puntal.h | |
geos-3.3.8/include/geos/geom/Lineal.h | |
geos-3.3.8/include/geos/geom/Polygonal.h | |
geos-3.3.8/include/geos/geom/Makefile.am | |
geos-3.3.8/include/geos/geom/Makefile.in | |
geos-3.3.8/include/geos/geom/util/ | |
geos-3.3.8/include/geos/geom/util/ComponentCoordinateExtracter.h | |
geos-3.3.8/include/geos/geom/util/CoordinateOperation.h | |
geos-3.3.8/include/geos/geom/util/GeometryCombiner.h | |
geos-3.3.8/include/geos/geom/util/GeometryEditor.h | |
geos-3.3.8/include/geos/geom/util/GeometryEditorOperation.h | |
geos-3.3.8/include/geos/geom/util/GeometryExtracter.h | |
geos-3.3.8/include/geos/geom/util/GeometryTransformer.h | |
geos-3.3.8/include/geos/geom/util/LinearComponentExtracter.h | |
geos-3.3.8/include/geos/geom/util/PointExtracter.h | |
geos-3.3.8/include/geos/geom/util/PolygonExtracter.h | |
geos-3.3.8/include/geos/geom/util/ShortCircuitedGeometryVisitor.h | |
geos-3.3.8/include/geos/geom/util/SineStarFactory.h | |
geos-3.3.8/include/geos/geom/util/Makefile.am | |
geos-3.3.8/include/geos/geom/util/Makefile.in | |
geos-3.3.8/include/geos/geom/prep/ | |
geos-3.3.8/include/geos/geom/prep/AbstractPreparedPolygonContains.h | |
geos-3.3.8/include/geos/geom/prep/BasicPreparedGeometry.h | |
geos-3.3.8/include/geos/geom/prep/PreparedGeometryFactory.h | |
geos-3.3.8/include/geos/geom/prep/PreparedGeometry.h | |
geos-3.3.8/include/geos/geom/prep/PreparedLineString.h | |
geos-3.3.8/include/geos/geom/prep/PreparedLineStringIntersects.h | |
geos-3.3.8/include/geos/geom/prep/PreparedPoint.h | |
geos-3.3.8/include/geos/geom/prep/PreparedPolygonContains.h | |
geos-3.3.8/include/geos/geom/prep/PreparedPolygonContainsProperly.h | |
geos-3.3.8/include/geos/geom/prep/PreparedPolygonCovers.h | |
geos-3.3.8/include/geos/geom/prep/PreparedPolygon.h | |
geos-3.3.8/include/geos/geom/prep/PreparedPolygonIntersects.h | |
geos-3.3.8/include/geos/geom/prep/PreparedPolygonPredicate.h | |
geos-3.3.8/include/geos/geom/prep/Makefile.am | |
geos-3.3.8/include/geos/geom/prep/Makefile.in | |
geos-3.3.8/include/geos/geomgraph/ | |
geos-3.3.8/include/geos/geomgraph/Depth.h | |
geos-3.3.8/include/geos/geomgraph/DirectedEdge.h | |
geos-3.3.8/include/geos/geomgraph/DirectedEdge.inl | |
geos-3.3.8/include/geos/geomgraph/DirectedEdgeStar.h | |
geos-3.3.8/include/geos/geomgraph/EdgeEnd.h | |
geos-3.3.8/include/geos/geomgraph/EdgeEndStar.h | |
geos-3.3.8/include/geos/geomgraph/Edge.h | |
geos-3.3.8/include/geos/geomgraph/EdgeIntersection.h | |
geos-3.3.8/include/geos/geomgraph/EdgeIntersectionList.h | |
geos-3.3.8/include/geos/geomgraph/EdgeList.h | |
geos-3.3.8/include/geos/geomgraph/EdgeNodingValidator.h | |
geos-3.3.8/include/geos/geomgraph/EdgeRing.h | |
geos-3.3.8/include/geos/geomgraph/GeometryGraph.h | |
geos-3.3.8/include/geos/geomgraph/GeometryGraph.inl | |
geos-3.3.8/include/geos/geomgraph/GraphComponent.h | |
geos-3.3.8/include/geos/geomgraph/Label.h | |
geos-3.3.8/include/geos/geomgraph/NodeFactory.h | |
geos-3.3.8/include/geos/geomgraph/Node.h | |
geos-3.3.8/include/geos/geomgraph/NodeMap.h | |
geos-3.3.8/include/geos/geomgraph/PlanarGraph.h | |
geos-3.3.8/include/geos/geomgraph/Position.h | |
geos-3.3.8/include/geos/geomgraph/Quadrant.h | |
geos-3.3.8/include/geos/geomgraph/TopologyLocation.h | |
geos-3.3.8/include/geos/geomgraph/Makefile.am | |
geos-3.3.8/include/geos/geomgraph/Makefile.in | |
geos-3.3.8/include/geos/geomgraph/index/ | |
geos-3.3.8/include/geos/geomgraph/index/EdgeSetIntersector.h | |
geos-3.3.8/include/geos/geomgraph/index/MonotoneChain.h | |
geos-3.3.8/include/geos/geomgraph/index/MonotoneChainEdge.h | |
geos-3.3.8/include/geos/geomgraph/index/MonotoneChainIndexer.h | |
geos-3.3.8/include/geos/geomgraph/index/SegmentIntersector.h | |
geos-3.3.8/include/geos/geomgraph/index/SimpleEdgeSetIntersector.h | |
geos-3.3.8/include/geos/geomgraph/index/SimpleMCSweepLineIntersector.h | |
geos-3.3.8/include/geos/geomgraph/index/SimpleSweepLineIntersector.h | |
geos-3.3.8/include/geos/geomgraph/index/SweepLineEvent.h | |
geos-3.3.8/include/geos/geomgraph/index/SweepLineEventObj.h | |
geos-3.3.8/include/geos/geomgraph/index/SweepLineSegment.h | |
geos-3.3.8/include/geos/geomgraph/index/Makefile.am | |
geos-3.3.8/include/geos/geomgraph/index/Makefile.in | |
geos-3.3.8/include/geos/index/ | |
geos-3.3.8/include/geos/index/ItemVisitor.h | |
geos-3.3.8/include/geos/index/SpatialIndex.h | |
geos-3.3.8/include/geos/index/Makefile.am | |
geos-3.3.8/include/geos/index/Makefile.in | |
geos-3.3.8/include/geos/index/intervalrtree/ | |
geos-3.3.8/include/geos/index/intervalrtree/IntervalRTreeBranchNode.h | |
geos-3.3.8/include/geos/index/intervalrtree/IntervalRTreeLeafNode.h | |
geos-3.3.8/include/geos/index/intervalrtree/IntervalRTreeNode.h | |
geos-3.3.8/include/geos/index/intervalrtree/SortedPackedIntervalRTree.h | |
geos-3.3.8/include/geos/index/intervalrtree/Makefile.am | |
geos-3.3.8/include/geos/index/intervalrtree/Makefile.in | |
geos-3.3.8/include/geos/index/sweepline/ | |
geos-3.3.8/include/geos/index/sweepline/SweepLineEvent.h | |
geos-3.3.8/include/geos/index/sweepline/SweepLineIndex.h | |
geos-3.3.8/include/geos/index/sweepline/SweepLineInterval.h | |
geos-3.3.8/include/geos/index/sweepline/SweepLineOverlapAction.h | |
geos-3.3.8/include/geos/index/sweepline/Makefile.am | |
geos-3.3.8/include/geos/index/sweepline/Makefile.in | |
geos-3.3.8/include/geos/index/strtree/ | |
geos-3.3.8/include/geos/index/strtree/AbstractNode.h | |
geos-3.3.8/include/geos/index/strtree/AbstractSTRtree.h | |
geos-3.3.8/include/geos/index/strtree/Boundable.h | |
geos-3.3.8/include/geos/index/strtree/Interval.h | |
geos-3.3.8/include/geos/index/strtree/ItemBoundable.h | |
geos-3.3.8/include/geos/index/strtree/SIRtree.h | |
geos-3.3.8/include/geos/index/strtree/STRtree.h | |
geos-3.3.8/include/geos/index/strtree/Makefile.am | |
geos-3.3.8/include/geos/index/strtree/Makefile.in | |
geos-3.3.8/include/geos/index/quadtree/ | |
geos-3.3.8/include/geos/index/quadtree/DoubleBits.h | |
geos-3.3.8/include/geos/index/quadtree/IntervalSize.h | |
geos-3.3.8/include/geos/index/quadtree/Key.h | |
geos-3.3.8/include/geos/index/quadtree/NodeBase.h | |
geos-3.3.8/include/geos/index/quadtree/Node.h | |
geos-3.3.8/include/geos/index/quadtree/Quadtree.h | |
geos-3.3.8/include/geos/index/quadtree/Root.h | |
geos-3.3.8/include/geos/index/quadtree/Makefile.am | |
geos-3.3.8/include/geos/index/quadtree/Makefile.in | |
geos-3.3.8/include/geos/index/bintree/ | |
geos-3.3.8/include/geos/index/bintree/Bintree.h | |
geos-3.3.8/include/geos/index/bintree/Interval.h | |
geos-3.3.8/include/geos/index/bintree/Key.h | |
geos-3.3.8/include/geos/index/bintree/NodeBase.h | |
geos-3.3.8/include/geos/index/bintree/Node.h | |
geos-3.3.8/include/geos/index/bintree/Root.h | |
geos-3.3.8/include/geos/index/bintree/Makefile.am | |
geos-3.3.8/include/geos/index/bintree/Makefile.in | |
geos-3.3.8/include/geos/index/chain/ | |
geos-3.3.8/include/geos/index/chain/MonotoneChain.h | |
geos-3.3.8/include/geos/index/chain/MonotoneChainBuilder.h | |
geos-3.3.8/include/geos/index/chain/MonotoneChainOverlapAction.h | |
geos-3.3.8/include/geos/index/chain/MonotoneChainSelectAction.h | |
geos-3.3.8/include/geos/index/chain/Makefile.am | |
geos-3.3.8/include/geos/index/chain/Makefile.in | |
geos-3.3.8/include/geos/io/ | |
geos-3.3.8/include/geos/io/ByteOrderDataInStream.h | |
geos-3.3.8/include/geos/io/ByteOrderDataInStream.inl | |
geos-3.3.8/include/geos/io/ByteOrderValues.h | |
geos-3.3.8/include/geos/io/CLocalizer.h | |
geos-3.3.8/include/geos/io/ParseException.h | |
geos-3.3.8/include/geos/io/StringTokenizer.h | |
geos-3.3.8/include/geos/io/WKBConstants.h | |
geos-3.3.8/include/geos/io/WKBReader.h | |
geos-3.3.8/include/geos/io/WKBWriter.h | |
geos-3.3.8/include/geos/io/WKTReader.h | |
geos-3.3.8/include/geos/io/WKTReader.inl | |
geos-3.3.8/include/geos/io/WKTWriter.h | |
geos-3.3.8/include/geos/io/Writer.h | |
geos-3.3.8/include/geos/io/Makefile.am | |
geos-3.3.8/include/geos/io/Makefile.in | |
geos-3.3.8/include/geos/linearref/ | |
geos-3.3.8/include/geos/linearref/ExtractLineByLocation.h | |
geos-3.3.8/include/geos/linearref/LengthIndexedLine.h | |
geos-3.3.8/include/geos/linearref/LengthIndexOfPoint.h | |
geos-3.3.8/include/geos/linearref/LengthLocationMap.h | |
geos-3.3.8/include/geos/linearref/LinearIterator.h | |
geos-3.3.8/include/geos/linearref/LinearGeometryBuilder.h | |
geos-3.3.8/include/geos/linearref/LinearLocation.h | |
geos-3.3.8/include/geos/linearref/LocationIndexOfLine.h | |
geos-3.3.8/include/geos/linearref/LocationIndexOfPoint.h | |
geos-3.3.8/include/geos/linearref/Makefile.am | |
geos-3.3.8/include/geos/linearref/Makefile.in | |
geos-3.3.8/include/geos/noding/ | |
geos-3.3.8/include/geos/noding/BasicSegmentString.h | |
geos-3.3.8/include/geos/noding/FastNodingValidator.h | |
geos-3.3.8/include/geos/noding/FastSegmentSetIntersectionFinder.h | |
geos-3.3.8/include/geos/noding/IntersectionAdder.h | |
geos-3.3.8/include/geos/noding/IntersectionFinderAdder.h | |
geos-3.3.8/include/geos/noding/IteratedNoder.h | |
geos-3.3.8/include/geos/noding/MCIndexNoder.h | |
geos-3.3.8/include/geos/noding/MCIndexNoder.inl | |
geos-3.3.8/include/geos/noding/MCIndexSegmentSetMutualIntersector.h | |
geos-3.3.8/include/geos/noding/NodableSegmentString.h | |
geos-3.3.8/include/geos/noding/NodedSegmentString.h | |
geos-3.3.8/include/geos/noding/Noder.h | |
geos-3.3.8/include/geos/noding/NodingValidator.h | |
geos-3.3.8/include/geos/noding/Octant.h | |
geos-3.3.8/include/geos/noding/OrientedCoordinateArray.h | |
geos-3.3.8/include/geos/noding/ScaledNoder.h | |
geos-3.3.8/include/geos/noding/SegmentIntersectionDetector.h | |
geos-3.3.8/include/geos/noding/SegmentIntersector.h | |
geos-3.3.8/include/geos/noding/SegmentNode.h | |
geos-3.3.8/include/geos/noding/SegmentNodeList.h | |
geos-3.3.8/include/geos/noding/SegmentPointComparator.h | |
geos-3.3.8/include/geos/noding/SegmentSetMutualIntersector.h | |
geos-3.3.8/include/geos/noding/SegmentString.h | |
geos-3.3.8/include/geos/noding/SegmentString.inl | |
geos-3.3.8/include/geos/noding/SegmentStringUtil.h | |
geos-3.3.8/include/geos/noding/SimpleNoder.h | |
geos-3.3.8/include/geos/noding/SingleInteriorIntersectionFinder.h | |
geos-3.3.8/include/geos/noding/SinglePassNoder.h | |
geos-3.3.8/include/geos/noding/Makefile.am | |
geos-3.3.8/include/geos/noding/Makefile.in | |
geos-3.3.8/include/geos/noding/snapround/ | |
geos-3.3.8/include/geos/noding/snapround/HotPixel.h | |
geos-3.3.8/include/geos/noding/snapround/HotPixel.inl | |
geos-3.3.8/include/geos/noding/snapround/MCIndexPointSnapper.h | |
geos-3.3.8/include/geos/noding/snapround/MCIndexSnapRounder.h | |
geos-3.3.8/include/geos/noding/snapround/SimpleSnapRounder.h | |
geos-3.3.8/include/geos/noding/snapround/Makefile.am | |
geos-3.3.8/include/geos/noding/snapround/Makefile.in | |
geos-3.3.8/include/geos/operation/ | |
geos-3.3.8/include/geos/operation/GeometryGraphOperation.h | |
geos-3.3.8/include/geos/operation/IsSimpleOp.h | |
geos-3.3.8/include/geos/operation/Makefile.am | |
geos-3.3.8/include/geos/operation/Makefile.in | |
geos-3.3.8/include/geos/operation/buffer/ | |
geos-3.3.8/include/geos/operation/buffer/BufferBuilder.h | |
geos-3.3.8/include/geos/operation/buffer/BufferOp.h | |
geos-3.3.8/include/geos/operation/buffer/BufferParameters.h | |
geos-3.3.8/include/geos/operation/buffer/BufferSubgraph.h | |
geos-3.3.8/include/geos/operation/buffer/OffsetCurveBuilder.h | |
geos-3.3.8/include/geos/operation/buffer/OffsetCurveSetBuilder.h | |
geos-3.3.8/include/geos/operation/buffer/OffsetSegmentGenerator.h | |
geos-3.3.8/include/geos/operation/buffer/OffsetSegmentString.h | |
geos-3.3.8/include/geos/operation/buffer/RightmostEdgeFinder.h | |
geos-3.3.8/include/geos/operation/buffer/SubgraphDepthLocater.h | |
geos-3.3.8/include/geos/operation/buffer/Makefile.am | |
geos-3.3.8/include/geos/operation/buffer/Makefile.in | |
geos-3.3.8/include/geos/operation/distance/ | |
geos-3.3.8/include/geos/operation/distance/ConnectedElementLocationFilter.h | |
geos-3.3.8/include/geos/operation/distance/ConnectedElementPointFilter.h | |
geos-3.3.8/include/geos/operation/distance/DistanceOp.h | |
geos-3.3.8/include/geos/operation/distance/GeometryLocation.h | |
geos-3.3.8/include/geos/operation/distance/Makefile.am | |
geos-3.3.8/include/geos/operation/distance/Makefile.in | |
geos-3.3.8/include/geos/operation/linemerge/ | |
geos-3.3.8/include/geos/operation/linemerge/EdgeString.h | |
geos-3.3.8/include/geos/operation/linemerge/LineMergeDirectedEdge.h | |
geos-3.3.8/include/geos/operation/linemerge/LineMergeEdge.h | |
geos-3.3.8/include/geos/operation/linemerge/LineMergeGraph.h | |
geos-3.3.8/include/geos/operation/linemerge/LineMerger.h | |
geos-3.3.8/include/geos/operation/linemerge/LineSequencer.h | |
geos-3.3.8/include/geos/operation/linemerge/Makefile.am | |
geos-3.3.8/include/geos/operation/linemerge/Makefile.in | |
geos-3.3.8/include/geos/operation/overlay/ | |
geos-3.3.8/include/geos/operation/overlay/validate/ | |
geos-3.3.8/include/geos/operation/overlay/validate/FuzzyPointLocator.h | |
geos-3.3.8/include/geos/operation/overlay/validate/OffsetPointGenerator.h | |
geos-3.3.8/include/geos/operation/overlay/validate/OverlayResultValidator.h | |
geos-3.3.8/include/geos/operation/overlay/EdgeSetNoder.h | |
geos-3.3.8/include/geos/operation/overlay/ElevationMatrixCell.h | |
geos-3.3.8/include/geos/operation/overlay/ElevationMatrix.h | |
geos-3.3.8/include/geos/operation/overlay/LineBuilder.h | |
geos-3.3.8/include/geos/operation/overlay/MaximalEdgeRing.h | |
geos-3.3.8/include/geos/operation/overlay/MinimalEdgeRing.h | |
geos-3.3.8/include/geos/operation/overlay/MinimalEdgeRing.inl | |
geos-3.3.8/include/geos/operation/overlay/OverlayNodeFactory.h | |
geos-3.3.8/include/geos/operation/overlay/OverlayOp.h | |
geos-3.3.8/include/geos/operation/overlay/PointBuilder.h | |
geos-3.3.8/include/geos/operation/overlay/PolygonBuilder.h | |
geos-3.3.8/include/geos/operation/overlay/Makefile.am | |
geos-3.3.8/include/geos/operation/overlay/Makefile.in | |
geos-3.3.8/include/geos/operation/overlay/snap/ | |
geos-3.3.8/include/geos/operation/overlay/snap/GeometrySnapper.h | |
geos-3.3.8/include/geos/operation/overlay/snap/LineStringSnapper.h | |
geos-3.3.8/include/geos/operation/overlay/snap/SnapIfNeededOverlayOp.h | |
geos-3.3.8/include/geos/operation/overlay/snap/SnapOverlayOp.h | |
geos-3.3.8/include/geos/operation/overlay/snap/Makefile.am | |
geos-3.3.8/include/geos/operation/overlay/snap/Makefile.in | |
geos-3.3.8/include/geos/operation/polygonize/ | |
geos-3.3.8/include/geos/operation/polygonize/EdgeRing.h | |
geos-3.3.8/include/geos/operation/polygonize/PolygonizeDirectedEdge.h | |
geos-3.3.8/include/geos/operation/polygonize/PolygonizeEdge.h | |
geos-3.3.8/include/geos/operation/polygonize/PolygonizeGraph.h | |
geos-3.3.8/include/geos/operation/polygonize/Polygonizer.h | |
geos-3.3.8/include/geos/operation/polygonize/Makefile.am | |
geos-3.3.8/include/geos/operation/polygonize/Makefile.in | |
geos-3.3.8/include/geos/operation/predicate/ | |
geos-3.3.8/include/geos/operation/predicate/RectangleContains.h | |
geos-3.3.8/include/geos/operation/predicate/RectangleIntersects.h | |
geos-3.3.8/include/geos/operation/predicate/SegmentIntersectionTester.h | |
geos-3.3.8/include/geos/operation/predicate/Makefile.am | |
geos-3.3.8/include/geos/operation/predicate/Makefile.in | |
geos-3.3.8/include/geos/operation/relate/ | |
geos-3.3.8/include/geos/operation/relate/EdgeEndBuilder.h | |
geos-3.3.8/include/geos/operation/relate/EdgeEndBundle.h | |
geos-3.3.8/include/geos/operation/relate/EdgeEndBundleStar.h | |
geos-3.3.8/include/geos/operation/relate/RelateComputer.h | |
geos-3.3.8/include/geos/operation/relate/RelateNodeFactory.h | |
geos-3.3.8/include/geos/operation/relate/RelateNodeGraph.h | |
geos-3.3.8/include/geos/operation/relate/RelateNode.h | |
geos-3.3.8/include/geos/operation/relate/RelateOp.h | |
geos-3.3.8/include/geos/operation/relate/Makefile.am | |
geos-3.3.8/include/geos/operation/relate/Makefile.in | |
geos-3.3.8/include/geos/operation/union/ | |
geos-3.3.8/include/geos/operation/union/CascadedPolygonUnion.h | |
geos-3.3.8/include/geos/operation/union/CascadedUnion.h | |
geos-3.3.8/include/geos/operation/union/GeometryListHolder.h | |
geos-3.3.8/include/geos/operation/union/PointGeometryUnion.h | |
geos-3.3.8/include/geos/operation/union/UnaryUnionOp.h | |
geos-3.3.8/include/geos/operation/union/Makefile.am | |
geos-3.3.8/include/geos/operation/union/Makefile.in | |
geos-3.3.8/include/geos/operation/sharedpaths/ | |
geos-3.3.8/include/geos/operation/sharedpaths/SharedPathsOp.h | |
geos-3.3.8/include/geos/operation/sharedpaths/Makefile.am | |
geos-3.3.8/include/geos/operation/sharedpaths/Makefile.in | |
geos-3.3.8/include/geos/operation/valid/ | |
geos-3.3.8/include/geos/operation/valid/ConnectedInteriorTester.h | |
geos-3.3.8/include/geos/operation/valid/ConsistentAreaTester.h | |
geos-3.3.8/include/geos/operation/valid/IsValidOp.h | |
geos-3.3.8/include/geos/operation/valid/QuadtreeNestedRingTester.h | |
geos-3.3.8/include/geos/operation/valid/RepeatedPointTester.h | |
geos-3.3.8/include/geos/operation/valid/SimpleNestedRingTester.h | |
geos-3.3.8/include/geos/operation/valid/SweeplineNestedRingTester.h | |
geos-3.3.8/include/geos/operation/valid/TopologyValidationError.h | |
geos-3.3.8/include/geos/operation/valid/Makefile.am | |
geos-3.3.8/include/geos/operation/valid/Makefile.in | |
geos-3.3.8/include/geos/planargraph/ | |
geos-3.3.8/include/geos/planargraph/DirectedEdge.h | |
geos-3.3.8/include/geos/planargraph/DirectedEdgeStar.h | |
geos-3.3.8/include/geos/planargraph/Edge.h | |
geos-3.3.8/include/geos/planargraph/GraphComponent.h | |
geos-3.3.8/include/geos/planargraph/Node.h | |
geos-3.3.8/include/geos/planargraph/NodeMap.h | |
geos-3.3.8/include/geos/planargraph/PlanarGraph.h | |
geos-3.3.8/include/geos/planargraph/Subgraph.h | |
geos-3.3.8/include/geos/planargraph/Makefile.am | |
geos-3.3.8/include/geos/planargraph/Makefile.in | |
geos-3.3.8/include/geos/planargraph/algorithm/ | |
geos-3.3.8/include/geos/planargraph/algorithm/ConnectedSubgraphFinder.h | |
geos-3.3.8/include/geos/planargraph/algorithm/Makefile.am | |
geos-3.3.8/include/geos/planargraph/algorithm/Makefile.in | |
geos-3.3.8/include/geos/precision/ | |
geos-3.3.8/include/geos/precision/CommonBits.h | |
geos-3.3.8/include/geos/precision/CommonBitsOp.h | |
geos-3.3.8/include/geos/precision/CommonBitsRemover.h | |
geos-3.3.8/include/geos/precision/EnhancedPrecisionOp.h | |
geos-3.3.8/include/geos/precision/SimpleGeometryPrecisionReducer.h | |
geos-3.3.8/include/geos/precision/Makefile.am | |
geos-3.3.8/include/geos/precision/Makefile.in | |
geos-3.3.8/include/geos/simplify/ | |
geos-3.3.8/include/geos/simplify/DouglasPeuckerLineSimplifier.h | |
geos-3.3.8/include/geos/simplify/DouglasPeuckerSimplifier.h | |
geos-3.3.8/include/geos/simplify/LineSegmentIndex.h | |
geos-3.3.8/include/geos/simplify/TaggedLineSegment.h | |
geos-3.3.8/include/geos/simplify/TaggedLinesSimplifier.h | |
geos-3.3.8/include/geos/simplify/TaggedLineString.h | |
geos-3.3.8/include/geos/simplify/TaggedLineStringSimplifier.h | |
geos-3.3.8/include/geos/simplify/TopologyPreservingSimplifier.h | |
geos-3.3.8/include/geos/simplify/Makefile.am | |
geos-3.3.8/include/geos/simplify/Makefile.in | |
geos-3.3.8/include/geos/util/ | |
geos-3.3.8/include/geos/util/Assert.h | |
geos-3.3.8/include/geos/util/AssertionFailedException.h | |
geos-3.3.8/include/geos/util/CoordinateArrayFilter.h | |
geos-3.3.8/include/geos/util/GeometricShapeFactory.h | |
geos-3.3.8/include/geos/util/GEOSException.h | |
geos-3.3.8/include/geos/util/IllegalArgumentException.h | |
geos-3.3.8/include/geos/util/IllegalStateException.h | |
geos-3.3.8/include/geos/util/math.h | |
geos-3.3.8/include/geos/util/Machine.h | |
geos-3.3.8/include/geos/util/TopologyException.h | |
geos-3.3.8/include/geos/util/UniqueCoordinateArrayFilter.h | |
geos-3.3.8/include/geos/util/UnsupportedOperationException.h | |
geos-3.3.8/include/geos/util/Makefile.am | |
geos-3.3.8/include/geos/util/Makefile.in | |
geos-3.3.8/src/ | |
geos-3.3.8/src/Makefile.am | |
geos-3.3.8/src/Makefile.in | |
geos-3.3.8/src/inlines.cpp | |
geos-3.3.8/src/Makefile.vc | |
geos-3.3.8/src/dirlist.mk | |
geos-3.3.8/src/CMakeLists.txt | |
geos-3.3.8/src/info.plist.in | |
geos-3.3.8/src/algorithm/ | |
geos-3.3.8/src/algorithm/Makefile.am | |
geos-3.3.8/src/algorithm/Makefile.in | |
geos-3.3.8/src/algorithm/Angle.cpp | |
geos-3.3.8/src/algorithm/BoundaryNodeRule.cpp | |
geos-3.3.8/src/algorithm/CentroidArea.cpp | |
geos-3.3.8/src/algorithm/CentroidLine.cpp | |
geos-3.3.8/src/algorithm/CentroidPoint.cpp | |
geos-3.3.8/src/algorithm/CGAlgorithms.cpp | |
geos-3.3.8/src/algorithm/ConvexHull.cpp | |
geos-3.3.8/src/algorithm/HCoordinate.cpp | |
geos-3.3.8/src/algorithm/InteriorPointArea.cpp | |
geos-3.3.8/src/algorithm/InteriorPointLine.cpp | |
geos-3.3.8/src/algorithm/InteriorPointPoint.cpp | |
geos-3.3.8/src/algorithm/LineIntersector.cpp | |
geos-3.3.8/src/algorithm/MCPointInRing.cpp | |
geos-3.3.8/src/algorithm/MinimumDiameter.cpp | |
geos-3.3.8/src/algorithm/NotRepresentableException.cpp | |
geos-3.3.8/src/algorithm/PointLocator.cpp | |
geos-3.3.8/src/algorithm/RayCrossingCounter.cpp | |
geos-3.3.8/src/algorithm/RobustDeterminant.cpp | |
geos-3.3.8/src/algorithm/SimplePointInRing.cpp | |
geos-3.3.8/src/algorithm/SIRtreePointInRing.cpp | |
geos-3.3.8/src/algorithm/locate/ | |
geos-3.3.8/src/algorithm/locate/Makefile.am | |
geos-3.3.8/src/algorithm/locate/Makefile.in | |
geos-3.3.8/src/algorithm/locate/IndexedPointInAreaLocator.cpp | |
geos-3.3.8/src/algorithm/locate/PointOnGeometryLocator.cpp | |
geos-3.3.8/src/algorithm/locate/SimplePointInAreaLocator.cpp | |
geos-3.3.8/src/algorithm/distance/ | |
geos-3.3.8/src/algorithm/distance/Makefile.am | |
geos-3.3.8/src/algorithm/distance/Makefile.in | |
geos-3.3.8/src/algorithm/distance/DiscreteHausdorffDistance.cpp | |
geos-3.3.8/src/algorithm/distance/DistanceToPoint.cpp | |
geos-3.3.8/src/geom/ | |
geos-3.3.8/src/geom/Makefile.am | |
geos-3.3.8/src/geom/Makefile.in | |
geos-3.3.8/src/geom/Coordinate.cpp | |
geos-3.3.8/src/geom/CoordinateSequence.cpp | |
geos-3.3.8/src/geom/CoordinateSequenceFactory.cpp | |
geos-3.3.8/src/geom/CoordinateArraySequence.cpp | |
geos-3.3.8/src/geom/CoordinateArraySequenceFactory.cpp | |
geos-3.3.8/src/geom/Dimension.cpp | |
geos-3.3.8/src/geom/Envelope.cpp | |
geos-3.3.8/src/geom/Geometry.cpp | |
geos-3.3.8/src/geom/GeometryList.cpp | |
geos-3.3.8/src/geom/GeometryCollection.cpp | |
geos-3.3.8/src/geom/GeometryComponentFilter.cpp | |
geos-3.3.8/src/geom/GeometryFactory.cpp | |
geos-3.3.8/src/geom/IntersectionMatrix.cpp | |
geos-3.3.8/src/geom/LinearRing.cpp | |
geos-3.3.8/src/geom/LineSegment.cpp | |
geos-3.3.8/src/geom/LineString.cpp | |
geos-3.3.8/src/geom/Location.cpp | |
geos-3.3.8/src/geom/MultiLineString.cpp | |
geos-3.3.8/src/geom/MultiPoint.cpp | |
geos-3.3.8/src/geom/MultiPolygon.cpp | |
geos-3.3.8/src/geom/Point.cpp | |
geos-3.3.8/src/geom/Polygon.cpp | |
geos-3.3.8/src/geom/PrecisionModel.cpp | |
geos-3.3.8/src/geom/Triangle.cpp | |
geos-3.3.8/src/geom/util/ | |
geos-3.3.8/src/geom/util/Makefile.am | |
geos-3.3.8/src/geom/util/Makefile.in | |
geos-3.3.8/src/geom/util/ComponentCoordinateExtracter.cpp | |
geos-3.3.8/src/geom/util/CoordinateOperation.cpp | |
geos-3.3.8/src/geom/util/GeometryEditor.cpp | |
geos-3.3.8/src/geom/util/GeometryTransformer.cpp | |
geos-3.3.8/src/geom/util/ShortCircuitedGeometryVisitor.cpp | |
geos-3.3.8/src/geom/util/SineStarFactory.cpp | |
geos-3.3.8/src/geom/util/GeometryCombiner.cpp | |
geos-3.3.8/src/geom/prep/ | |
geos-3.3.8/src/geom/prep/Makefile.am | |
geos-3.3.8/src/geom/prep/Makefile.in | |
geos-3.3.8/src/geom/prep/AbstractPreparedPolygonContains.cpp | |
geos-3.3.8/src/geom/prep/BasicPreparedGeometry.cpp | |
geos-3.3.8/src/geom/prep/PreparedGeometry.cpp | |
geos-3.3.8/src/geom/prep/PreparedGeometryFactory.cpp | |
geos-3.3.8/src/geom/prep/PreparedLineString.cpp | |
geos-3.3.8/src/geom/prep/PreparedLineStringIntersects.cpp | |
geos-3.3.8/src/geom/prep/PreparedPoint.cpp | |
geos-3.3.8/src/geom/prep/PreparedPolygonContains.cpp | |
geos-3.3.8/src/geom/prep/PreparedPolygonContainsProperly.cpp | |
geos-3.3.8/src/geom/prep/PreparedPolygonCovers.cpp | |
geos-3.3.8/src/geom/prep/PreparedPolygon.cpp | |
geos-3.3.8/src/geom/prep/PreparedPolygonIntersects.cpp | |
geos-3.3.8/src/geom/prep/PreparedPolygonPredicate.cpp | |
geos-3.3.8/src/index/ | |
geos-3.3.8/src/index/Makefile.am | |
geos-3.3.8/src/index/Makefile.in | |
geos-3.3.8/src/index/bintree/ | |
geos-3.3.8/src/index/bintree/Makefile.am | |
geos-3.3.8/src/index/bintree/Makefile.in | |
geos-3.3.8/src/index/bintree/Bintree.cpp | |
geos-3.3.8/src/index/bintree/Interval.cpp | |
geos-3.3.8/src/index/bintree/Node.cpp | |
geos-3.3.8/src/index/bintree/Key.cpp | |
geos-3.3.8/src/index/bintree/NodeBase.cpp | |
geos-3.3.8/src/index/bintree/Root.cpp | |
geos-3.3.8/src/index/chain/ | |
geos-3.3.8/src/index/chain/Makefile.am | |
geos-3.3.8/src/index/chain/Makefile.in | |
geos-3.3.8/src/index/chain/MonotoneChain.cpp | |
geos-3.3.8/src/index/chain/MonotoneChainBuilder.cpp | |
geos-3.3.8/src/index/chain/MonotoneChainOverlapAction.cpp | |
geos-3.3.8/src/index/chain/MonotoneChainSelectAction.cpp | |
geos-3.3.8/src/index/intervalrtree/ | |
geos-3.3.8/src/index/intervalrtree/Makefile.am | |
geos-3.3.8/src/index/intervalrtree/Makefile.in | |
geos-3.3.8/src/index/intervalrtree/IntervalRTreeBranchNode.cpp | |
geos-3.3.8/src/index/intervalrtree/IntervalRTreeLeafNode.cpp | |
geos-3.3.8/src/index/intervalrtree/IntervalRTreeNode.cpp | |
geos-3.3.8/src/index/intervalrtree/SortedPackedIntervalRTree.cpp | |
geos-3.3.8/src/index/quadtree/ | |
geos-3.3.8/src/index/quadtree/Makefile.am | |
geos-3.3.8/src/index/quadtree/Makefile.in | |
geos-3.3.8/src/index/quadtree/DoubleBits.cpp | |
geos-3.3.8/src/index/quadtree/IntervalSize.cpp | |
geos-3.3.8/src/index/quadtree/Quadtree.cpp | |
geos-3.3.8/src/index/quadtree/Key.cpp | |
geos-3.3.8/src/index/quadtree/Node.cpp | |
geos-3.3.8/src/index/quadtree/NodeBase.cpp | |
geos-3.3.8/src/index/quadtree/Root.cpp | |
geos-3.3.8/src/index/strtree/ | |
geos-3.3.8/src/index/strtree/Makefile.am | |
geos-3.3.8/src/index/strtree/Makefile.in | |
geos-3.3.8/src/index/strtree/AbstractNode.cpp | |
geos-3.3.8/src/index/strtree/AbstractSTRtree.cpp | |
geos-3.3.8/src/index/strtree/Interval.cpp | |
geos-3.3.8/src/index/strtree/ItemBoundable.cpp | |
geos-3.3.8/src/index/strtree/SIRtree.cpp | |
geos-3.3.8/src/index/strtree/STRtree.cpp | |
geos-3.3.8/src/index/sweepline/ | |
geos-3.3.8/src/index/sweepline/Makefile.am | |
geos-3.3.8/src/index/sweepline/Makefile.in | |
geos-3.3.8/src/index/sweepline/SweepLineEvent.cpp | |
geos-3.3.8/src/index/sweepline/SweepLineIndex.cpp | |
geos-3.3.8/src/index/sweepline/SweepLineInterval.cpp | |
geos-3.3.8/src/io/ | |
geos-3.3.8/src/io/Makefile.am | |
geos-3.3.8/src/io/Makefile.in | |
geos-3.3.8/src/io/ParseException.cpp | |
geos-3.3.8/src/io/StringTokenizer.cpp | |
geos-3.3.8/src/io/ByteOrderDataInStream.cpp | |
geos-3.3.8/src/io/ByteOrderValues.cpp | |
geos-3.3.8/src/io/WKTReader.cpp | |
geos-3.3.8/src/io/WKTWriter.cpp | |
geos-3.3.8/src/io/WKBReader.cpp | |
geos-3.3.8/src/io/WKBWriter.cpp | |
geos-3.3.8/src/io/Writer.cpp | |
geos-3.3.8/src/io/Unload.cpp | |
geos-3.3.8/src/io/CLocalizer.cpp | |
geos-3.3.8/src/linearref/ | |
geos-3.3.8/src/linearref/Makefile.am | |
geos-3.3.8/src/linearref/Makefile.in | |
geos-3.3.8/src/linearref/ExtractLineByLocation.cpp | |
geos-3.3.8/src/linearref/LengthIndexedLine.cpp | |
geos-3.3.8/src/linearref/LengthIndexOfPoint.cpp | |
geos-3.3.8/src/linearref/LengthLocationMap.cpp | |
geos-3.3.8/src/linearref/LinearIterator.cpp | |
geos-3.3.8/src/linearref/LinearGeometryBuilder.cpp | |
geos-3.3.8/src/linearref/LinearLocation.cpp | |
geos-3.3.8/src/linearref/LocationIndexOfLine.cpp | |
geos-3.3.8/src/linearref/LocationIndexOfPoint.cpp | |
geos-3.3.8/src/noding/ | |
geos-3.3.8/src/noding/Makefile.am | |
geos-3.3.8/src/noding/Makefile.in | |
geos-3.3.8/src/noding/BasicSegmentString.cpp | |
geos-3.3.8/src/noding/FastNodingValidator.cpp | |
geos-3.3.8/src/noding/FastSegmentSetIntersectionFinder.cpp | |
geos-3.3.8/src/noding/IntersectionAdder.cpp | |
geos-3.3.8/src/noding/IntersectionFinderAdder.cpp | |
geos-3.3.8/src/noding/IteratedNoder.cpp | |
geos-3.3.8/src/noding/MCIndexNoder.cpp | |
geos-3.3.8/src/noding/MCIndexSegmentSetMutualIntersector.cpp | |
geos-3.3.8/src/noding/NodedSegmentString.cpp | |
geos-3.3.8/src/noding/NodingValidator.cpp | |
geos-3.3.8/src/noding/Octant.cpp | |
geos-3.3.8/src/noding/OrientedCoordinateArray.cpp | |
geos-3.3.8/src/noding/ScaledNoder.cpp | |
geos-3.3.8/src/noding/SegmentIntersectionDetector.cpp | |
geos-3.3.8/src/noding/SegmentNode.cpp | |
geos-3.3.8/src/noding/SegmentNodeList.cpp | |
geos-3.3.8/src/noding/SegmentString.cpp | |
geos-3.3.8/src/noding/SegmentStringUtil.cpp | |
geos-3.3.8/src/noding/SimpleNoder.cpp | |
geos-3.3.8/src/noding/SingleInteriorIntersectionFinder.cpp | |
geos-3.3.8/src/noding/snapround/ | |
geos-3.3.8/src/noding/snapround/Makefile.am | |
geos-3.3.8/src/noding/snapround/Makefile.in | |
geos-3.3.8/src/noding/snapround/HotPixel.cpp | |
geos-3.3.8/src/noding/snapround/MCIndexPointSnapper.cpp | |
geos-3.3.8/src/noding/snapround/MCIndexSnapRounder.cpp | |
geos-3.3.8/src/noding/snapround/SimpleSnapRounder.cpp | |
geos-3.3.8/src/operation/ | |
geos-3.3.8/src/operation/Makefile.am | |
geos-3.3.8/src/operation/Makefile.in | |
geos-3.3.8/src/operation/GeometryGraphOperation.cpp | |
geos-3.3.8/src/operation/IsSimpleOp.cpp | |
geos-3.3.8/src/operation/buffer/ | |
geos-3.3.8/src/operation/buffer/Makefile.am | |
geos-3.3.8/src/operation/buffer/Makefile.in | |
geos-3.3.8/src/operation/buffer/BufferBuilder.cpp | |
geos-3.3.8/src/operation/buffer/BufferInputLineSimplifier.cpp | |
geos-3.3.8/src/operation/buffer/BufferInputLineSimplifier.h | |
geos-3.3.8/src/operation/buffer/BufferOp.cpp | |
geos-3.3.8/src/operation/buffer/BufferParameters.cpp | |
geos-3.3.8/src/operation/buffer/BufferSubgraph.cpp | |
geos-3.3.8/src/operation/buffer/OffsetCurveBuilder.cpp | |
geos-3.3.8/src/operation/buffer/OffsetCurveSetBuilder.cpp | |
geos-3.3.8/src/operation/buffer/OffsetSegmentGenerator.cpp | |
geos-3.3.8/src/operation/buffer/RightmostEdgeFinder.cpp | |
geos-3.3.8/src/operation/buffer/SubgraphDepthLocater.cpp | |
geos-3.3.8/src/operation/distance/ | |
geos-3.3.8/src/operation/distance/Makefile.am | |
geos-3.3.8/src/operation/distance/Makefile.in | |
geos-3.3.8/src/operation/distance/ConnectedElementLocationFilter.cpp | |
geos-3.3.8/src/operation/distance/ConnectedElementPointFilter.cpp | |
geos-3.3.8/src/operation/distance/DistanceOp.cpp | |
geos-3.3.8/src/operation/distance/GeometryLocation.cpp | |
geos-3.3.8/src/operation/linemerge/ | |
geos-3.3.8/src/operation/linemerge/Makefile.am | |
geos-3.3.8/src/operation/linemerge/Makefile.in | |
geos-3.3.8/src/operation/linemerge/EdgeString.cpp | |
geos-3.3.8/src/operation/linemerge/LineMergeDirectedEdge.cpp | |
geos-3.3.8/src/operation/linemerge/LineMergeEdge.cpp | |
geos-3.3.8/src/operation/linemerge/LineMergeGraph.cpp | |
geos-3.3.8/src/operation/linemerge/LineMerger.cpp | |
geos-3.3.8/src/operation/linemerge/LineSequencer.cpp | |
geos-3.3.8/src/operation/overlay/ | |
geos-3.3.8/src/operation/overlay/snap/ | |
geos-3.3.8/src/operation/overlay/snap/GeometrySnapper.cpp | |
geos-3.3.8/src/operation/overlay/snap/LineStringSnapper.cpp | |
geos-3.3.8/src/operation/overlay/snap/SnapOverlayOp.cpp | |
geos-3.3.8/src/operation/overlay/snap/SnapIfNeededOverlayOp.cpp | |
geos-3.3.8/src/operation/overlay/validate/ | |
geos-3.3.8/src/operation/overlay/validate/FuzzyPointLocator.cpp | |
geos-3.3.8/src/operation/overlay/validate/OffsetPointGenerator.cpp | |
geos-3.3.8/src/operation/overlay/validate/OverlayResultValidator.cpp | |
geos-3.3.8/src/operation/overlay/Makefile.am | |
geos-3.3.8/src/operation/overlay/Makefile.in | |
geos-3.3.8/src/operation/overlay/EdgeSetNoder.cpp | |
geos-3.3.8/src/operation/overlay/ElevationMatrixCell.cpp | |
geos-3.3.8/src/operation/overlay/ElevationMatrix.cpp | |
geos-3.3.8/src/operation/overlay/LineBuilder.cpp | |
geos-3.3.8/src/operation/overlay/MaximalEdgeRing.cpp | |
geos-3.3.8/src/operation/overlay/MinimalEdgeRing.cpp | |
geos-3.3.8/src/operation/overlay/OverlayNodeFactory.cpp | |
geos-3.3.8/src/operation/overlay/OverlayOp.cpp | |
geos-3.3.8/src/operation/overlay/PointBuilder.cpp | |
geos-3.3.8/src/operation/overlay/PolygonBuilder.cpp | |
geos-3.3.8/src/operation/polygonize/ | |
geos-3.3.8/src/operation/polygonize/Makefile.am | |
geos-3.3.8/src/operation/polygonize/Makefile.in | |
geos-3.3.8/src/operation/polygonize/PolygonizeDirectedEdge.cpp | |
geos-3.3.8/src/operation/polygonize/PolygonizeEdge.cpp | |
geos-3.3.8/src/operation/polygonize/PolygonizeGraph.cpp | |
geos-3.3.8/src/operation/polygonize/Polygonizer.cpp | |
geos-3.3.8/src/operation/polygonize/EdgeRing.cpp | |
geos-3.3.8/src/operation/predicate/ | |
geos-3.3.8/src/operation/predicate/Makefile.am | |
geos-3.3.8/src/operation/predicate/Makefile.in | |
geos-3.3.8/src/operation/predicate/RectangleIntersects.cpp | |
geos-3.3.8/src/operation/predicate/RectangleContains.cpp | |
geos-3.3.8/src/operation/predicate/SegmentIntersectionTester.cpp | |
geos-3.3.8/src/operation/relate/ | |
geos-3.3.8/src/operation/relate/Makefile.am | |
geos-3.3.8/src/operation/relate/Makefile.in | |
geos-3.3.8/src/operation/relate/EdgeEndBuilder.cpp | |
geos-3.3.8/src/operation/relate/EdgeEndBundle.cpp | |
geos-3.3.8/src/operation/relate/EdgeEndBundleStar.cpp | |
geos-3.3.8/src/operation/relate/RelateComputer.cpp | |
geos-3.3.8/src/operation/relate/RelateNode.cpp | |
geos-3.3.8/src/operation/relate/RelateNodeFactory.cpp | |
geos-3.3.8/src/operation/relate/RelateNodeGraph.cpp | |
geos-3.3.8/src/operation/relate/RelateOp.cpp | |
geos-3.3.8/src/operation/union/ | |
geos-3.3.8/src/operation/union/Makefile.am | |
geos-3.3.8/src/operation/union/Makefile.in | |
geos-3.3.8/src/operation/union/CascadedPolygonUnion.cpp | |
geos-3.3.8/src/operation/union/CascadedUnion.cpp | |
geos-3.3.8/src/operation/union/PointGeometryUnion.cpp | |
geos-3.3.8/src/operation/union/UnaryUnionOp.cpp | |
geos-3.3.8/src/operation/sharedpaths/ | |
geos-3.3.8/src/operation/sharedpaths/Makefile.am | |
geos-3.3.8/src/operation/sharedpaths/Makefile.in | |
geos-3.3.8/src/operation/sharedpaths/SharedPathsOp.cpp | |
geos-3.3.8/src/operation/valid/ | |
geos-3.3.8/src/operation/valid/Makefile.am | |
geos-3.3.8/src/operation/valid/Makefile.in | |
geos-3.3.8/src/operation/valid/ConnectedInteriorTester.cpp | |
geos-3.3.8/src/operation/valid/ConsistentAreaTester.cpp | |
geos-3.3.8/src/operation/valid/IsValidOp.cpp | |
geos-3.3.8/src/operation/valid/QuadtreeNestedRingTester.cpp | |
geos-3.3.8/src/operation/valid/RepeatedPointTester.cpp | |
geos-3.3.8/src/operation/valid/SimpleNestedRingTester.cpp | |
geos-3.3.8/src/operation/valid/SweeplineNestedRingTester.cpp | |
geos-3.3.8/src/operation/valid/TopologyValidationError.cpp | |
geos-3.3.8/src/operation/valid/IndexedNestedRingTester.cpp | |
geos-3.3.8/src/operation/valid/IndexedNestedRingTester.h | |
geos-3.3.8/src/planargraph/ | |
geos-3.3.8/src/planargraph/algorithm/ | |
geos-3.3.8/src/planargraph/algorithm/ConnectedSubgraphFinder.cpp | |
geos-3.3.8/src/planargraph/Makefile.am | |
geos-3.3.8/src/planargraph/Makefile.in | |
geos-3.3.8/src/planargraph/DirectedEdge.cpp | |
geos-3.3.8/src/planargraph/DirectedEdgeStar.cpp | |
geos-3.3.8/src/planargraph/Edge.cpp | |
geos-3.3.8/src/planargraph/Node.cpp | |
geos-3.3.8/src/planargraph/NodeMap.cpp | |
geos-3.3.8/src/planargraph/PlanarGraph.cpp | |
geos-3.3.8/src/planargraph/Subgraph.cpp | |
geos-3.3.8/src/geomgraph/ | |
geos-3.3.8/src/geomgraph/Makefile.am | |
geos-3.3.8/src/geomgraph/Makefile.in | |
geos-3.3.8/src/geomgraph/Depth.cpp | |
geos-3.3.8/src/geomgraph/DirectedEdge.cpp | |
geos-3.3.8/src/geomgraph/DirectedEdgeStar.cpp | |
geos-3.3.8/src/geomgraph/Edge.cpp | |
geos-3.3.8/src/geomgraph/EdgeEnd.cpp | |
geos-3.3.8/src/geomgraph/EdgeEndStar.cpp | |
geos-3.3.8/src/geomgraph/EdgeIntersectionList.cpp | |
geos-3.3.8/src/geomgraph/EdgeNodingValidator.cpp | |
geos-3.3.8/src/geomgraph/EdgeList.cpp | |
geos-3.3.8/src/geomgraph/EdgeRing.cpp | |
geos-3.3.8/src/geomgraph/GeometryGraph.cpp | |
geos-3.3.8/src/geomgraph/GraphComponent.cpp | |
geos-3.3.8/src/geomgraph/Label.cpp | |
geos-3.3.8/src/geomgraph/Node.cpp | |
geos-3.3.8/src/geomgraph/NodeFactory.cpp | |
geos-3.3.8/src/geomgraph/NodeMap.cpp | |
geos-3.3.8/src/geomgraph/PlanarGraph.cpp | |
geos-3.3.8/src/geomgraph/Position.cpp | |
geos-3.3.8/src/geomgraph/Quadrant.cpp | |
geos-3.3.8/src/geomgraph/TopologyLocation.cpp | |
geos-3.3.8/src/geomgraph/index/ | |
geos-3.3.8/src/geomgraph/index/Makefile.am | |
geos-3.3.8/src/geomgraph/index/Makefile.in | |
geos-3.3.8/src/geomgraph/index/MonotoneChainEdge.cpp | |
geos-3.3.8/src/geomgraph/index/MonotoneChainIndexer.cpp | |
geos-3.3.8/src/geomgraph/index/SegmentIntersector.cpp | |
geos-3.3.8/src/geomgraph/index/SimpleEdgeSetIntersector.cpp | |
geos-3.3.8/src/geomgraph/index/SimpleMCSweepLineIntersector.cpp | |
geos-3.3.8/src/geomgraph/index/SimpleSweepLineIntersector.cpp | |
geos-3.3.8/src/geomgraph/index/SweepLineEvent.cpp | |
geos-3.3.8/src/geomgraph/index/SweepLineSegment.cpp | |
geos-3.3.8/src/precision/ | |
geos-3.3.8/src/precision/Makefile.am | |
geos-3.3.8/src/precision/Makefile.in | |
geos-3.3.8/src/precision/CommonBits.cpp | |
geos-3.3.8/src/precision/CommonBitsOp.cpp | |
geos-3.3.8/src/precision/CommonBitsRemover.cpp | |
geos-3.3.8/src/precision/EnhancedPrecisionOp.cpp | |
geos-3.3.8/src/precision/SimpleGeometryPrecisionReducer.cpp | |
geos-3.3.8/src/simplify/ | |
geos-3.3.8/src/simplify/Makefile.am | |
geos-3.3.8/src/simplify/Makefile.in | |
geos-3.3.8/src/simplify/DouglasPeuckerLineSimplifier.cpp | |
geos-3.3.8/src/simplify/DouglasPeuckerSimplifier.cpp | |
geos-3.3.8/src/simplify/LineSegmentIndex.cpp | |
geos-3.3.8/src/simplify/TaggedLineSegment.cpp | |
geos-3.3.8/src/simplify/TaggedLineString.cpp | |
geos-3.3.8/src/simplify/TaggedLineStringSimplifier.cpp | |
geos-3.3.8/src/simplify/TaggedLinesSimplifier.cpp | |
geos-3.3.8/src/simplify/TopologyPreservingSimplifier.cpp | |
geos-3.3.8/src/util/ | |
geos-3.3.8/src/util/Makefile.am | |
geos-3.3.8/src/util/Makefile.in | |
geos-3.3.8/src/util/Assert.cpp | |
geos-3.3.8/src/util/GeometricShapeFactory.cpp | |
geos-3.3.8/src/util/math.cpp | |
geos-3.3.8/src/util/Profiler.cpp | |
geos-3.3.8/capi/ | |
geos-3.3.8/capi/Makefile.am | |
geos-3.3.8/capi/Makefile.in | |
geos-3.3.8/capi/geos_c.h.in | |
geos-3.3.8/capi/geos_c.cpp | |
geos-3.3.8/capi/geos_ts_c.cpp | |
geos-3.3.8/capi/geos_c.h | |
geos-3.3.8/capi/CMakeLists.txt | |
geos-3.3.8/doc/ | |
geos-3.3.8/doc/README | |
geos-3.3.8/doc/Doxyfile.in | |
geos-3.3.8/doc/Makefile.am | |
geos-3.3.8/doc/Makefile.in | |
geos-3.3.8/doc/example.cpp | |
geos-3.3.8/doc/Doxyfile | |
geos-3.3.8/swig/ | |
geos-3.3.8/swig/Makefile.am | |
geos-3.3.8/swig/Makefile.in | |
geos-3.3.8/swig/geos.i.in | |
geos-3.3.8/swig/geos.i | |
geos-3.3.8/swig/python/ | |
geos-3.3.8/swig/python/geos.py | |
geos-3.3.8/swig/python/Makefile.am | |
geos-3.3.8/swig/python/Makefile.in | |
geos-3.3.8/swig/python/geos_wrap.cxx | |
geos-3.3.8/swig/python/python.i | |
geos-3.3.8/swig/python/geos.pth | |
geos-3.3.8/swig/python/tests/ | |
geos-3.3.8/swig/python/tests/Makefile.am | |
geos-3.3.8/swig/python/tests/Makefile.in | |
geos-3.3.8/swig/python/tests/example.py | |
geos-3.3.8/swig/python/tests/test_geometry.py | |
geos-3.3.8/swig/python/tests/runtests.py | |
geos-3.3.8/swig/ruby/ | |
geos-3.3.8/swig/ruby/Makefile.am | |
geos-3.3.8/swig/ruby/Makefile.in | |
geos-3.3.8/swig/ruby/geos_wrap.cxx | |
geos-3.3.8/swig/ruby/ruby.i | |
geos-3.3.8/swig/ruby/test/ | |
geos-3.3.8/swig/ruby/test/Makefile.am | |
geos-3.3.8/swig/ruby/test/Makefile.in | |
geos-3.3.8/swig/ruby/test/example.rb | |
geos-3.3.8/swig/ruby/test/geos_tests.rb | |
geos-3.3.8/swig/ruby/test/test_buffer.rb | |
geos-3.3.8/swig/ruby/test/test_combinations.rb | |
geos-3.3.8/swig/ruby/test/test_coordinate_sequence.rb | |
geos-3.3.8/swig/ruby/test/test_envelope.rb | |
geos-3.3.8/swig/ruby/test/test_geometry.rb | |
geos-3.3.8/swig/ruby/test/test_helper.rb | |
geos-3.3.8/swig/ruby/test/test_io.rb | |
geos-3.3.8/swig/ruby/test/test_operations.rb | |
geos-3.3.8/swig/ruby/test/test_relations.rb | |
geos-3.3.8/swig/ruby/test/test_srid.rb | |
geos-3.3.8/swig/ruby/test/test_version.rb | |
geos-3.3.8/php/ | |
geos-3.3.8/php/README | |
geos-3.3.8/php/Makefile.am | |
geos-3.3.8/php/Makefile.in | |
geos-3.3.8/php/TODO | |
geos-3.3.8/php/geos.c | |
geos-3.3.8/php/php_geos.h | |
geos-3.3.8/php/test/ | |
geos-3.3.8/php/test/Makefile.am | |
geos-3.3.8/php/test/Makefile.in | |
geos-3.3.8/php/test/test.php | |
geos-3.3.8/php/test/crashme.php | |
geos-3.3.8/tests/ | |
geos-3.3.8/tests/Makefile.am | |
geos-3.3.8/tests/Makefile.in | |
geos-3.3.8/tests/CMakeLists.txt | |
geos-3.3.8/tests/bigtest/ | |
geos-3.3.8/tests/bigtest/README | |
geos-3.3.8/tests/bigtest/Makefile.am | |
geos-3.3.8/tests/bigtest/Makefile.in | |
geos-3.3.8/tests/bigtest/TestSweepLineSpeed.cpp | |
geos-3.3.8/tests/bigtest/GeometryTestFactory.cpp | |
geos-3.3.8/tests/bigtest/bigtest.h | |
geos-3.3.8/tests/bigtest/bug234.cpp | |
geos-3.3.8/tests/bigtest/CMakeLists.txt | |
geos-3.3.8/tests/xmltester/ | |
geos-3.3.8/tests/xmltester/tests/ | |
geos-3.3.8/tests/xmltester/tests/failure/ | |
geos-3.3.8/tests/xmltester/tests/failure/TestOverlay.xml | |
geos-3.3.8/tests/xmltester/tests/general/ | |
geos-3.3.8/tests/xmltester/tests/general/TestBoundary.xml | |
geos-3.3.8/tests/xmltester/tests/general/TestBuffer.xml | |
geos-3.3.8/tests/xmltester/tests/general/TestBufferMitredJoin.xml | |
geos-3.3.8/tests/xmltester/tests/general/TestCentroid.xml | |
geos-3.3.8/tests/xmltester/tests/general/TestConvexHull.xml | |
geos-3.3.8/tests/xmltester/tests/general/TestConvexHull-big.xml | |
geos-3.3.8/tests/xmltester/tests/general/TestDistance.xml | |
geos-3.3.8/tests/xmltester/tests/general/TestFunctionAAPrec.xml | |
geos-3.3.8/tests/xmltester/tests/general/TestFunctionAA.xml | |
geos-3.3.8/tests/xmltester/tests/general/TestFunctionLAPrec.xml | |
geos-3.3.8/tests/xmltester/tests/general/TestFunctionLA.xml | |
geos-3.3.8/tests/xmltester/tests/general/TestFunctionLLPrec.xml | |
geos-3.3.8/tests/xmltester/tests/general/TestFunctionLL.xml | |
geos-3.3.8/tests/xmltester/tests/general/TestFunctionPA.xml | |
geos-3.3.8/tests/xmltester/tests/general/TestFunctionPLPrec.xml | |
geos-3.3.8/tests/xmltester/tests/general/TestFunctionPL.xml | |
geos-3.3.8/tests/xmltester/tests/general/TestFunctionPP.xml | |
geos-3.3.8/tests/xmltester/tests/general/TestInteriorPoint.xml | |
geos-3.3.8/tests/xmltester/tests/general/TestRectanglePredicate.xml | |
geos-3.3.8/tests/xmltester/tests/general/TestRelateAA.xml | |
geos-3.3.8/tests/xmltester/tests/general/TestRelateLA.xml | |
geos-3.3.8/tests/xmltester/tests/general/TestRelateLL.xml | |
geos-3.3.8/tests/xmltester/tests/general/TestRelatePL.xml | |
geos-3.3.8/tests/xmltester/tests/general/TestRelateAC.xml | |
geos-3.3.8/tests/xmltester/tests/general/TestRelateLC.xml | |
geos-3.3.8/tests/xmltester/tests/general/TestRelatePA.xml | |
geos-3.3.8/tests/xmltester/tests/general/TestRelatePP.xml | |
geos-3.3.8/tests/xmltester/tests/general/TestSimple.xml | |
geos-3.3.8/tests/xmltester/tests/general/TestUnaryUnion.xml | |
geos-3.3.8/tests/xmltester/tests/general/TestUnaryUnionFloating.xml | |
geos-3.3.8/tests/xmltester/tests/general/TestValid.xml | |
geos-3.3.8/tests/xmltester/tests/general/TestValid2.xml | |
geos-3.3.8/tests/xmltester/tests/general/TestValid2-big.xml | |
geos-3.3.8/tests/xmltester/tests/general/TestWithinDistance.xml | |
geos-3.3.8/tests/xmltester/tests/robust/ | |
geos-3.3.8/tests/xmltester/tests/robust/TestRobustOverlayFixed.xml | |
geos-3.3.8/tests/xmltester/tests/robust/TestRobustRelate.xml | |
geos-3.3.8/tests/xmltester/tests/safe/ | |
geos-3.3.8/tests/xmltester/tests/safe/16595.xml | |
geos-3.3.8/tests/xmltester/tests/safe/16596.xml | |
geos-3.3.8/tests/xmltester/tests/safe/TestBufferJagged.xml | |
geos-3.3.8/tests/xmltester/tests/stmlf/ | |
geos-3.3.8/tests/xmltester/tests/stmlf/stmlf-cases-20061020.xml | |
geos-3.3.8/tests/xmltester/tests/stmlf/stmlf-cases-20061020-invalid-output.xml | |
geos-3.3.8/tests/xmltester/tests/stmlf/stmlf-cases-20070119.xml | |
geos-3.3.8/tests/xmltester/tests/ticket/ | |
geos-3.3.8/tests/xmltester/tests/ticket/bug176.xml | |
geos-3.3.8/tests/xmltester/tests/ticket/bug188.xml | |
geos-3.3.8/tests/xmltester/tests/ticket/bug244.xml | |
geos-3.3.8/tests/xmltester/tests/ticket/bug275.xml | |
geos-3.3.8/tests/xmltester/tests/ticket/bug350.xml | |
geos-3.3.8/tests/xmltester/tests/ticket/bug356.xml | |
geos-3.3.8/tests/xmltester/tests/ticket/bug358.xml | |
geos-3.3.8/tests/xmltester/tests/ticket/bug360.xml | |
geos-3.3.8/tests/xmltester/tests/ticket/bug366.xml | |
geos-3.3.8/tests/xmltester/tests/ticket/bug392.xml | |
geos-3.3.8/tests/xmltester/tests/ticket/bug398.xml | |
geos-3.3.8/tests/xmltester/tests/ticket/bug434.xml | |
geos-3.3.8/tests/xmltester/tests/ticket/bug527.xml | |
geos-3.3.8/tests/xmltester/tests/ticket/bug582.xml | |
geos-3.3.8/tests/xmltester/tests/ticket/bug586.xml | |
geos-3.3.8/tests/xmltester/tests/ticket/bug599.xml | |
geos-3.3.8/tests/xmltester/tests/ticket/bug615.xml | |
geos-3.3.8/tests/xmltester/tests/ticket/bug488.xml | |
geos-3.3.8/tests/xmltester/tests/testLeaksBig.xml | |
geos-3.3.8/tests/xmltester/tests/split.xml | |
geos-3.3.8/tests/xmltester/tests/hexwkb.xml | |
geos-3.3.8/tests/xmltester/tests/test.xml | |
geos-3.3.8/tests/xmltester/tests/linemerge.xml | |
geos-3.3.8/tests/xmltester/tests/TestIsValid.xml | |
geos-3.3.8/tests/xmltester/tests/robustness.xml | |
geos-3.3.8/tests/xmltester/tests/buffer.xml | |
geos-3.3.8/tests/xmltester/tests/singlesidedbuffer.xml | |
geos-3.3.8/tests/xmltester/tests/fme.xml | |
geos-3.3.8/tests/xmltester/tests/TestBufferExternal.xml | |
geos-3.3.8/tests/xmltester/tests/TestBufferExternal2.xml | |
geos-3.3.8/tests/xmltester/tests/heisenbugs.xml | |
geos-3.3.8/tests/xmltester/tests/badguy3.xml | |
geos-3.3.8/tests/xmltester/tests/hole_from_shell.xml | |
geos-3.3.8/tests/xmltester/tests/hole_red.xml | |
geos-3.3.8/tests/xmltester/tinyxml/ | |
geos-3.3.8/tests/xmltester/tinyxml/tinyxml.h | |
geos-3.3.8/tests/xmltester/tinyxml/tinyxml.cpp | |
geos-3.3.8/tests/xmltester/tinyxml/tinystr.h | |
geos-3.3.8/tests/xmltester/tinyxml/tinystr.cpp | |
geos-3.3.8/tests/xmltester/tinyxml/tinyxmlerror.cpp | |
geos-3.3.8/tests/xmltester/tinyxml/tinyxmlparser.cpp | |
geos-3.3.8/tests/xmltester/Makefile.am | |
geos-3.3.8/tests/xmltester/Makefile.in | |
geos-3.3.8/tests/xmltester/SimpleWKTTester.cpp | |
geos-3.3.8/tests/xmltester/XMLTester.cpp | |
geos-3.3.8/tests/xmltester/XMLTester.h | |
geos-3.3.8/tests/xmltester/BufferResultMatcher.h | |
geos-3.3.8/tests/xmltester/BufferResultMatcher.cpp | |
geos-3.3.8/tests/xmltester/SingleSidedBufferResultMatcher.h | |
geos-3.3.8/tests/xmltester/SingleSidedBufferResultMatcher.cpp | |
geos-3.3.8/tests/xmltester/testrunner.sh | |
geos-3.3.8/tests/xmltester/CMakeLists.txt | |
geos-3.3.8/tests/unit/ | |
geos-3.3.8/tests/unit/algorithm/ | |
geos-3.3.8/tests/unit/algorithm/CGAlgorithms/ | |
geos-3.3.8/tests/unit/algorithm/CGAlgorithms/isCCWTest.cpp | |
geos-3.3.8/tests/unit/algorithm/CGAlgorithms/isPointInRingTest.cpp | |
geos-3.3.8/tests/unit/algorithm/CGAlgorithms/computeOrientationTest.cpp | |
geos-3.3.8/tests/unit/algorithm/CGAlgorithms/signedAreaTest.cpp | |
geos-3.3.8/tests/unit/algorithm/distance/ | |
geos-3.3.8/tests/unit/algorithm/distance/DiscreteHausdorffDistanceTest.cpp | |
geos-3.3.8/tests/unit/algorithm/AngleTest.cpp | |
geos-3.3.8/tests/unit/algorithm/InteriorPointAreaTest.cpp | |
geos-3.3.8/tests/unit/algorithm/ConvexHullTest.cpp | |
geos-3.3.8/tests/unit/algorithm/PointLocatorTest.cpp | |
geos-3.3.8/tests/unit/algorithm/RobustLineIntersectionTest.cpp | |
geos-3.3.8/tests/unit/algorithm/RobustLineIntersectorTest.cpp | |
geos-3.3.8/tests/unit/capi/ | |
geos-3.3.8/tests/unit/capi/GEOSCoordSeqTest.cpp | |
geos-3.3.8/tests/unit/capi/GEOSGeomFromWKBTest.cpp | |
geos-3.3.8/tests/unit/capi/GEOSGeomToWKTTest.cpp | |
geos-3.3.8/tests/unit/capi/GEOSGetCentroidTest.cpp | |
geos-3.3.8/tests/unit/capi/GEOSContainsTest.cpp | |
geos-3.3.8/tests/unit/capi/GEOSIntersectsTest.cpp | |
geos-3.3.8/tests/unit/capi/GEOSWithinTest.cpp | |
geos-3.3.8/tests/unit/capi/GEOSSimplifyTest.cpp | |
geos-3.3.8/tests/unit/capi/GEOSPreparedGeometryTest.cpp | |
geos-3.3.8/tests/unit/capi/GEOSPointOnSurfaceTest.cpp | |
geos-3.3.8/tests/unit/capi/GEOSPolygonizer_getCutEdgesTest.cpp | |
geos-3.3.8/tests/unit/capi/GEOSBufferTest.cpp | |
geos-3.3.8/tests/unit/capi/GEOSOffsetCurveTest.cpp | |
geos-3.3.8/tests/unit/capi/GEOSGeom_create.cpp | |
geos-3.3.8/tests/unit/capi/GEOSGeom_extractUniquePointsTest.cpp | |
geos-3.3.8/tests/unit/capi/GEOSOrientationIndex.cpp | |
geos-3.3.8/tests/unit/capi/GEOSLineString_PointTest.cpp | |
geos-3.3.8/tests/unit/capi/GEOSSnapTest.cpp | |
geos-3.3.8/tests/unit/capi/GEOSSharedPathsTest.cpp | |
geos-3.3.8/tests/unit/capi/GEOSRelateBoundaryNodeRuleTest.cpp | |
geos-3.3.8/tests/unit/capi/GEOSRelatePatternMatchTest.cpp | |
geos-3.3.8/tests/unit/capi/GEOSUnaryUnionTest.cpp | |
geos-3.3.8/tests/unit/capi/GEOSisValidDetailTest.cpp | |
geos-3.3.8/tests/unit/geom/ | |
geos-3.3.8/tests/unit/geom/Geometry/ | |
geos-3.3.8/tests/unit/geom/Geometry/clone.cpp | |
geos-3.3.8/tests/unit/geom/Geometry/coversTest.cpp | |
geos-3.3.8/tests/unit/geom/Geometry/isRectangleTest.cpp | |
geos-3.3.8/tests/unit/geom/prep/ | |
geos-3.3.8/tests/unit/geom/prep/PreparedGeometryFactoryTest.cpp | |
geos-3.3.8/tests/unit/geom/util/ | |
geos-3.3.8/tests/unit/geom/util/GeometryExtracterTest.cpp | |
geos-3.3.8/tests/unit/geom/CoordinateArraySequenceFactoryTest.cpp | |
geos-3.3.8/tests/unit/geom/CoordinateArraySequenceTest.cpp | |
geos-3.3.8/tests/unit/geom/CoordinateListTest.cpp | |
geos-3.3.8/tests/unit/geom/CoordinateTest.cpp | |
geos-3.3.8/tests/unit/geom/DimensionTest.cpp | |
geos-3.3.8/tests/unit/geom/EnvelopeTest.cpp | |
geos-3.3.8/tests/unit/geom/GeometryFactoryTest.cpp | |
geos-3.3.8/tests/unit/geom/IntersectionMatrixTest.cpp | |
geos-3.3.8/tests/unit/geom/LinearRingTest.cpp | |
geos-3.3.8/tests/unit/geom/LineSegmentTest.cpp | |
geos-3.3.8/tests/unit/geom/LineStringTest.cpp | |
geos-3.3.8/tests/unit/geom/LocationTest.cpp | |
geos-3.3.8/tests/unit/geom/MultiLineStringTest.cpp | |
geos-3.3.8/tests/unit/geom/MultiPointTest.cpp | |
geos-3.3.8/tests/unit/geom/MultiPolygonTest.cpp | |
geos-3.3.8/tests/unit/geom/PointTest.cpp | |
geos-3.3.8/tests/unit/geom/PolygonTest.cpp | |
geos-3.3.8/tests/unit/geom/PrecisionModelTest.cpp | |
geos-3.3.8/tests/unit/geom/TriangleTest.cpp | |
geos-3.3.8/tests/unit/index/ | |
geos-3.3.8/tests/unit/index/quadtree/ | |
geos-3.3.8/tests/unit/index/quadtree/DoubleBitsTest.cpp | |
geos-3.3.8/tests/unit/io/ | |
geos-3.3.8/tests/unit/io/ByteOrderValuesTest.cpp | |
geos-3.3.8/tests/unit/io/WKBReaderTest.cpp | |
geos-3.3.8/tests/unit/io/WKBWriterTest.cpp | |
geos-3.3.8/tests/unit/io/WKTReaderTest.cpp | |
geos-3.3.8/tests/unit/io/WKTWriterTest.cpp | |
geos-3.3.8/tests/unit/linearref/ | |
geos-3.3.8/tests/unit/linearref/LengthIndexedLineTest.cpp | |
geos-3.3.8/tests/unit/noding/ | |
geos-3.3.8/tests/unit/noding/snapround/ | |
geos-3.3.8/tests/unit/noding/snapround/HotPixelTest.cpp | |
geos-3.3.8/tests/unit/noding/BasicSegmentStringTest.cpp | |
geos-3.3.8/tests/unit/noding/NodedSegmentStringTest.cpp | |
geos-3.3.8/tests/unit/noding/SegmentNodeTest.cpp | |
geos-3.3.8/tests/unit/noding/SegmentPointComparatorTest.cpp | |
geos-3.3.8/tests/unit/operation/ | |
geos-3.3.8/tests/unit/operation/buffer/ | |
geos-3.3.8/tests/unit/operation/buffer/BufferOpTest.cpp | |
geos-3.3.8/tests/unit/operation/buffer/BufferParametersTest.cpp | |
geos-3.3.8/tests/unit/operation/distance/ | |
geos-3.3.8/tests/unit/operation/distance/DistanceOpTest.cpp | |
geos-3.3.8/tests/unit/operation/linemerge/ | |
geos-3.3.8/tests/unit/operation/linemerge/LineMergerTest.cpp | |
geos-3.3.8/tests/unit/operation/linemerge/LineSequencerTest.cpp | |
geos-3.3.8/tests/unit/operation/overlay/ | |
geos-3.3.8/tests/unit/operation/overlay/snap/ | |
geos-3.3.8/tests/unit/operation/overlay/snap/GeometrySnapperTest.cpp | |
geos-3.3.8/tests/unit/operation/overlay/snap/LineStringSnapperTest.cpp | |
geos-3.3.8/tests/unit/operation/overlay/validate/ | |
geos-3.3.8/tests/unit/operation/overlay/validate/FuzzyPointLocatorTest.cpp | |
geos-3.3.8/tests/unit/operation/overlay/validate/OffsetPointGeneratorTest.cpp | |
geos-3.3.8/tests/unit/operation/overlay/validate/OverlayResultValidatorTest.cpp | |
geos-3.3.8/tests/unit/operation/sharedpaths/ | |
geos-3.3.8/tests/unit/operation/sharedpaths/SharedPathsOpTest.cpp | |
geos-3.3.8/tests/unit/operation/union/ | |
geos-3.3.8/tests/unit/operation/union/CascadedPolygonUnionTest.cpp | |
geos-3.3.8/tests/unit/operation/union/UnaryUnionOpTest.cpp | |
geos-3.3.8/tests/unit/operation/valid/ | |
geos-3.3.8/tests/unit/operation/valid/IsValidTest.cpp | |
geos-3.3.8/tests/unit/operation/valid/ValidClosedRingTest.cpp | |
geos-3.3.8/tests/unit/operation/valid/ValidSelfTouchingRingFormingHoleTest.cpp | |
geos-3.3.8/tests/unit/operation/IsSimpleOpTest.cpp | |
geos-3.3.8/tests/unit/precision/ | |
geos-3.3.8/tests/unit/precision/SimpleGeometryPrecisionReducerTest.cpp | |
geos-3.3.8/tests/unit/simplify/ | |
geos-3.3.8/tests/unit/simplify/DouglasPeuckerSimplifierTest.cpp | |
geos-3.3.8/tests/unit/simplify/TopologyPreservingSimplifierTest.cpp | |
geos-3.3.8/tests/unit/tut/ | |
geos-3.3.8/tests/unit/tut/tut_assert.hpp | |
geos-3.3.8/tests/unit/tut/tut_exception.hpp | |
geos-3.3.8/tests/unit/tut/tut.hpp | |
geos-3.3.8/tests/unit/tut/tut_posix.hpp | |
geos-3.3.8/tests/unit/tut/tut_console_reporter.hpp | |
geos-3.3.8/tests/unit/tut/tut_reporter.hpp | |
geos-3.3.8/tests/unit/tut/tut_restartable.hpp | |
geos-3.3.8/tests/unit/tut/tut_result.hpp | |
geos-3.3.8/tests/unit/tut/tut_runner.hpp | |
geos-3.3.8/tests/unit/util/ | |
geos-3.3.8/tests/unit/util/UniqueCoordinateArrayFilterTest.cpp | |
geos-3.3.8/tests/unit/utility.h | |
geos-3.3.8/tests/unit/Makefile.am | |
geos-3.3.8/tests/unit/Makefile.in | |
geos-3.3.8/tests/unit/geos_unit.cpp | |
geos-3.3.8/tests/unit/CMakeLists.txt | |
geos-3.3.8/tests/perf/ | |
geos-3.3.8/tests/perf/Makefile.am | |
geos-3.3.8/tests/perf/Makefile.in | |
geos-3.3.8/tests/perf/operation/ | |
geos-3.3.8/tests/perf/operation/Makefile.am | |
geos-3.3.8/tests/perf/operation/Makefile.in | |
geos-3.3.8/tests/perf/operation/buffer/ | |
geos-3.3.8/tests/perf/operation/buffer/Makefile.am | |
geos-3.3.8/tests/perf/operation/buffer/Makefile.in | |
geos-3.3.8/tests/perf/operation/buffer/IteratedBufferStressTest.cpp | |
geos-3.3.8/tests/perf/operation/predicate/ | |
geos-3.3.8/tests/perf/operation/predicate/Makefile.am | |
geos-3.3.8/tests/perf/operation/predicate/Makefile.in | |
geos-3.3.8/tests/perf/operation/predicate/RectangleIntersectsPerfTest.cpp | |
geos-3.3.8/tests/perf/capi/ | |
geos-3.3.8/tests/perf/capi/Makefile.am | |
geos-3.3.8/tests/perf/capi/Makefile.in | |
geos-3.3.8/tests/perf/capi/memleak_mp_prep.c | |
geos-3.3.8/tests/geostest/ | |
geos-3.3.8/tests/geostest/Makefile.am | |
geos-3.3.8/tests/geostest/Makefile.in | |
geos-3.3.8/tests/geostest/geostest.c | |
geos-3.3.8/tests/geostest/brokengrammar | |
geos-3.3.8/tests/geostest/test.wkt | |
geos-3.3.8/tests/geostest/test.expected | |
geos-3.3.8/tests/geostest/testrunner.sh | |
geos-3.3.8/tests/thread/ | |
geos-3.3.8/tests/thread/Makefile.am | |
geos-3.3.8/tests/thread/Makefile.in | |
geos-3.3.8/tests/thread/badthreadtest.c | |
geos-3.3.8/tests/thread/threadtest.c | |
geos-3.3.8/tools/ | |
geos-3.3.8/tools/Makefile.am | |
geos-3.3.8/tools/Makefile.in | |
geos-3.3.8/tools/geos-config.in | |
geos-3.3.8/tools/CMakeLists.txt | |
checking build system type... i686-pc-linux-gnu | |
checking host system type... i686-pc-linux-gnu | |
checking target system type... i686-pc-linux-gnu | |
checking for a BSD-compatible install... /usr/bin/install -c | |
checking whether build environment is sane... yes | |
checking for a thread-safe mkdir -p... /bin/mkdir -p | |
checking for gawk... no | |
checking for mawk... mawk | |
checking whether make sets $(MAKE)... yes | |
checking whether to enable maintainer-specific portions of Makefiles... no | |
checking for gcc... gcc | |
checking whether the C compiler works... yes | |
checking for C compiler default output file name... a.out | |
checking for suffix of executables... | |
checking whether we are cross compiling... no | |
checking for suffix of object files... o | |
checking whether we are using the GNU C compiler... yes | |
checking whether gcc accepts -g... yes | |
checking for gcc option to accept ISO C89... none needed | |
checking for style of include used by make... GNU | |
checking dependency style of gcc... gcc3 | |
checking how to print strings... printf | |
checking for a sed that does not truncate output... /bin/sed | |
checking for grep that handles long lines and -e... /bin/grep | |
checking for egrep... /bin/grep -E | |
checking for fgrep... /bin/grep -F | |
checking for ld used by gcc... /usr/bin/ld | |
checking if the linker (/usr/bin/ld) is GNU ld... yes | |
checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B | |
checking the name lister (/usr/bin/nm -B) interface... BSD nm | |
checking whether ln -s works... yes | |
checking the maximum length of command line arguments... 1572864 | |
checking whether the shell understands some XSI constructs... yes | |
checking whether the shell understands "+="... yes | |
checking how to convert i686-pc-linux-gnu file names to i686-pc-linux-gnu format... func_convert_file_noop | |
checking how to convert i686-pc-linux-gnu file names to toolchain format... func_convert_file_noop | |
checking for /usr/bin/ld option to reload object files... -r | |
checking for objdump... objdump | |
checking how to recognize dependent libraries... pass_all | |
checking for dlltool... dlltool | |
checking how to associate runtime and link libraries... printf %s\n | |
checking for ar... ar | |
checking for archiver @FILE support... @ | |
checking for strip... strip | |
checking for ranlib... ranlib | |
checking command to parse /usr/bin/nm -B output from gcc object... ok | |
checking for sysroot... no | |
checking for mt... mt | |
checking if mt is a manifest tool... no | |
checking how to run the C preprocessor... gcc -E | |
checking for ANSI C header files... yes | |
checking for sys/types.h... yes | |
checking for sys/stat.h... yes | |
checking for stdlib.h... yes | |
checking for string.h... yes | |
checking for memory.h... yes | |
checking for strings.h... yes | |
checking for inttypes.h... yes | |
checking for stdint.h... yes | |
checking for unistd.h... yes | |
checking for dlfcn.h... yes | |
checking for objdir... .libs | |
checking if gcc supports -fno-rtti -fno-exceptions... no | |
checking for gcc option to produce PIC... -fPIC -DPIC | |
checking if gcc PIC flag -fPIC -DPIC works... yes | |
checking if gcc static flag -static works... yes | |
checking if gcc supports -c -o file.o... yes | |
checking if gcc supports -c -o file.o... (cached) yes | |
checking whether the gcc linker (/usr/bin/ld) supports shared libraries... yes | |
checking whether -lc should be explicitly linked in... no | |
checking dynamic linker characteristics... GNU/Linux ld.so | |
checking how to hardcode library paths into programs... immediate | |
checking for shl_load... no | |
checking for shl_load in -ldld... no | |
checking for dlopen... no | |
checking for dlopen in -ldl... yes | |
checking whether a program can dlopen itself... yes | |
checking whether a statically linked program can dlopen itself... no | |
checking whether stripping libraries is possible... yes | |
checking if libtool supports shared libraries... yes | |
checking whether to build shared libraries... yes | |
checking whether to build static libraries... yes | |
checking for g++... g++ | |
checking whether we are using the GNU C++ compiler... yes | |
checking whether g++ accepts -g... yes | |
checking dependency style of g++... gcc3 | |
checking how to run the C++ preprocessor... g++ -E | |
checking for ld used by g++... /usr/bin/ld | |
checking if the linker (/usr/bin/ld) is GNU ld... yes | |
checking whether the g++ linker (/usr/bin/ld) supports shared libraries... yes | |
checking for g++ option to produce PIC... -fPIC -DPIC | |
checking if g++ PIC flag -fPIC -DPIC works... yes | |
checking if g++ static flag -static works... yes | |
checking if g++ supports -c -o file.o... yes | |
checking if g++ supports -c -o file.o... (cached) yes | |
checking whether the g++ linker (/usr/bin/ld) supports shared libraries... yes | |
checking dynamic linker characteristics... (cached) GNU/Linux ld.so | |
checking how to hardcode library paths into programs... immediate | |
checking for library containing strerror... none required | |
checking whether make sets $(MAKE)... (cached) yes | |
checking for dirent.h that defines DIR... yes | |
checking for library containing opendir... none required | |
checking whether closedir returns void... no | |
checking for working memcmp... yes | |
checking for strftime... yes | |
checking for vprintf... yes | |
checking for _doprnt... no | |
checking for size_t... yes | |
checking for working alloca.h... yes | |
checking for alloca... yes | |
checking for dirent.h that defines DIR... (cached) yes | |
checking for library containing opendir... (cached) none required | |
checking for ANSI C header files... (cached) yes | |
checking for memory.h... (cached) yes | |
checking for unistd.h... (cached) yes | |
checking ieeefp.h usability... no | |
checking ieeefp.h presence... no | |
checking for ieeefp.h... no | |
checking sys/file.h usability... yes | |
checking sys/file.h presence... yes | |
checking for sys/file.h... yes | |
checking sys/time.h usability... yes | |
checking sys/time.h presence... yes | |
checking for sys/time.h... yes | |
checking for strchr... yes | |
checking for memcpy... yes | |
checking for gettimeofday... yes | |
checking whether stat file-mode macros are broken... no | |
checking whether struct tm is in sys/time.h or time.h... time.h | |
checking for size_t... (cached) yes | |
checking for an ANSI C-conforming const... yes | |
checking if requested to force inline functions... yes | |
checking if requested to enable assert macros... yes | |
checking if requested libstdc++ debug mode... no | |
checking if g++ supports -pedantic... yes | |
checking if g++ supports -Wall... yes | |
checking if g++ supports -ansi... yes | |
checking if g++ supports -Wno-long-long... yes | |
checking if g++ supports -ffloat-store... yes | |
checking for finite... yes | |
checking for isfinite... yes | |
checking for isnan... yes | |
checking whether int64_t is 64 bits... no | |
checking whether long int is 64 bits... no | |
checking whether long long int is 64 bits... yes | |
checking OS-specific settings... configure: creating ./config.status | |
config.status: creating Makefile | |
config.status: creating capi/Makefile | |
config.status: creating capi/geos_c.h | |
config.status: creating doc/Doxyfile | |
config.status: creating doc/Makefile | |
config.status: creating macros/Makefile | |
config.status: creating src/Makefile | |
config.status: creating src/algorithm/Makefile | |
config.status: creating src/algorithm/locate/Makefile | |
config.status: creating src/algorithm/distance/Makefile | |
config.status: creating src/geom/Makefile | |
config.status: creating src/geom/prep/Makefile | |
config.status: creating src/geom/util/Makefile | |
config.status: creating src/geomgraph/Makefile | |
config.status: creating src/geomgraph/index/Makefile | |
config.status: creating include/Makefile | |
config.status: creating include/geos/Makefile | |
config.status: creating include/geos/algorithm/Makefile | |
config.status: creating include/geos/algorithm/locate/Makefile | |
config.status: creating include/geos/algorithm/distance/Makefile | |
config.status: creating include/geos/geom/Makefile | |
config.status: creating include/geos/geom/prep/Makefile | |
config.status: creating include/geos/geom/util/Makefile | |
config.status: creating include/geos/geomgraph/Makefile | |
config.status: creating include/geos/geomgraph/index/Makefile | |
config.status: creating include/geos/index/Makefile | |
config.status: creating include/geos/index/bintree/Makefile | |
config.status: creating include/geos/index/chain/Makefile | |
config.status: creating include/geos/index/intervalrtree/Makefile | |
config.status: creating include/geos/index/quadtree/Makefile | |
config.status: creating include/geos/index/strtree/Makefile | |
config.status: creating include/geos/index/sweepline/Makefile | |
config.status: creating include/geos/io/Makefile | |
config.status: creating include/geos/linearref/Makefile | |
config.status: creating include/geos/noding/Makefile | |
config.status: creating include/geos/noding/snapround/Makefile | |
config.status: creating include/geos/operation/Makefile | |
config.status: creating include/geos/operation/buffer/Makefile | |
config.status: creating include/geos/operation/distance/Makefile | |
config.status: creating include/geos/operation/linemerge/Makefile | |
config.status: creating include/geos/operation/overlay/Makefile | |
config.status: creating include/geos/operation/overlay/snap/Makefile | |
config.status: creating include/geos/operation/polygonize/Makefile | |
config.status: creating include/geos/operation/predicate/Makefile | |
config.status: creating include/geos/operation/relate/Makefile | |
config.status: creating include/geos/operation/sharedpaths/Makefile | |
config.status: creating include/geos/operation/union/Makefile | |
config.status: creating include/geos/operation/valid/Makefile | |
config.status: creating include/geos/planargraph/Makefile | |
config.status: creating include/geos/planargraph/algorithm/Makefile | |
config.status: creating include/geos/precision/Makefile | |
config.status: creating include/geos/simplify/Makefile | |
config.status: creating include/geos/util/Makefile | |
config.status: creating include/geos/version.h | |
config.status: creating src/index/Makefile | |
config.status: creating src/index/bintree/Makefile | |
config.status: creating src/index/chain/Makefile | |
config.status: creating src/index/intervalrtree/Makefile | |
config.status: creating src/index/quadtree/Makefile | |
config.status: creating src/index/strtree/Makefile | |
config.status: creating src/index/sweepline/Makefile | |
config.status: creating src/io/Makefile | |
config.status: creating src/linearref/Makefile | |
config.status: creating src/noding/Makefile | |
config.status: creating src/noding/snapround/Makefile | |
config.status: creating src/operation/Makefile | |
config.status: creating src/operation/buffer/Makefile | |
config.status: creating src/operation/distance/Makefile | |
config.status: creating src/operation/linemerge/Makefile | |
config.status: creating src/operation/overlay/Makefile | |
config.status: creating src/operation/polygonize/Makefile | |
config.status: creating src/operation/predicate/Makefile | |
config.status: creating src/operation/relate/Makefile | |
config.status: creating src/operation/sharedpaths/Makefile | |
config.status: creating src/operation/union/Makefile | |
config.status: creating src/operation/valid/Makefile | |
config.status: creating src/planargraph/Makefile | |
config.status: creating src/precision/Makefile | |
config.status: creating src/simplify/Makefile | |
config.status: creating src/util/Makefile | |
config.status: creating swig/geos.i | |
config.status: creating swig/Makefile | |
config.status: creating swig/python/Makefile | |
config.status: creating swig/python/tests/Makefile | |
config.status: creating swig/ruby/Makefile | |
config.status: creating swig/ruby/test/Makefile | |
config.status: creating php/Makefile | |
config.status: creating php/test/Makefile | |
config.status: creating tests/Makefile | |
config.status: creating tests/bigtest/Makefile | |
config.status: creating tests/unit/Makefile | |
config.status: creating tests/perf/Makefile | |
config.status: creating tests/perf/operation/Makefile | |
config.status: creating tests/perf/operation/buffer/Makefile | |
config.status: creating tests/perf/operation/predicate/Makefile | |
config.status: creating tests/perf/capi/Makefile | |
config.status: creating tests/xmltester/Makefile | |
config.status: creating tests/geostest/Makefile | |
config.status: creating tests/thread/Makefile | |
config.status: creating tools/Makefile | |
config.status: creating tools/geos-config | |
config.status: creating include/config.h | |
config.status: creating include/geos/platform.h | |
config.status: executing depfiles commands | |
config.status: executing libtool commands | |
Swig: false | |
Python bindings: false | |
Ruby bindings: false | |
PHP bindings: false | |
Making all in include | |
make[1]: Entering directory `/vagrant/archesproject/Install/geos-3.3.8/include' | |
make all-recursive | |
make[2]: Entering directory `/vagrant/archesproject/Install/geos-3.3.8/include' | |
Making all in geos | |
make[3]: Entering directory `/vagrant/archesproject/Install/geos-3.3.8/include/geos' | |
make all-recursive | |
make[4]: Entering directory `/vagrant/archesproject/Install/geos-3.3.8/include/geos' | |
Making all in algorithm | |
make[5]: Entering directory `/vagrant/archesproject/Install/geos-3.3.8/include/geos/algorithm' | |
Making all in locate | |
make[6]: Entering directory `/vagrant/archesproject/Install/geos-3.3.8/include/geos/algorithm/locate' | |
make[7]: Entering directory `/vagrant/archesproject/Install/geos-3.3.8/include/geos/algorithm/locate' | |
make[7]: Nothing to be done for `all-am'. | |
make[7]: Leaving directory `/vagrant/archesproject/Install/geos-3.3.8/include/geos/algorithm/locate' | |
make[6]: Leaving directory `/vagrant/archesproject/Install/geos-3.3.8/include/geos/algorithm/locate' | |
Making all in distance | |
make[6]: Entering directory `/vagrant/archesproject/Install/geos-3.3.8/include/geos/algorithm/distance' | |
make[7]: Entering directory `/vagrant/archesproject/Install/geos-3.3.8/include/geos/algorithm/distance' | |
make[7]: Nothing to be done for `all-am'. | |
make[7]: Leaving directory `/vagrant/archesproject/Install/geos-3.3.8/include/geos/algorithm/distance' | |
make[6]: Leaving directory `/vagrant/archesproject/Install/geos-3.3.8/include/geos/algorithm/distance' | |
make[6]: Entering directory `/vagrant/archesproject/Install/geos-3.3.8/include/geos/algorithm' | |
make[6]: Nothing to be done for `all-am'. | |
make[6]: Leaving directory `/vagrant/archesproject/Install/geos-3.3.8/include/geos/algorithm' | |
make[5]: Leaving directory `/vagrant/archesproject/Install/geos-3.3.8/include/geos/algorithm' | |
Making all in geom | |
make[5]: Entering directory `/vagrant/archesproject/Install/geos-3.3.8/include/geos/geom' | |
Making all in util | |
make[6]: Entering directory `/vagrant/archesproject/Install/geos-3.3.8/include/geos/geom/util' | |
make[6]: Nothing to be done for `all'. | |
make[6]: Leaving directory `/vagrant/archesproject/Install/geos-3.3.8/include/geos/geom/util' | |
Making all in prep | |
make[6]: Entering directory `/vagrant/archesproject/Install/geos-3.3.8/include/geos/geom/prep' | |
make[6]: Nothing to be done for `all'. | |
make[6]: Leaving directory `/vagrant/archesproject/Install/geos-3.3.8/include/geos/geom/prep' | |
make[6]: Entering directory `/vagrant/archesproject/Install/geos-3.3.8/include/geos/geom' | |
make[6]: Nothing to be done for `all-am'. | |
make[6]: Leaving directory `/vagrant/archesproject/Install/geos-3.3.8/include/geos/geom' | |
make[5]: Leaving directory `/vagrant/archesproject/Install/geos-3.3.8/include/geos/geom' | |
Making all in geomgraph | |
make[5]: Entering directory `/vagrant/archesproject/Install/geos-3.3.8/include/geos/geomgraph' | |
Making all in index | |
make[6]: Entering directory `/vagrant/archesproject/Install/geos-3.3.8/include/geos/geomgraph/index' | |
make[6]: Nothing to be done for `all'. | |
make[6]: Leaving directory `/vagrant/archesproject/Install/geos-3.3.8/include/geos/geomgraph/index' | |
make[6]: Entering directory `/vagrant/archesproject/Install/geos-3.3.8/include/geos/geomgraph' | |
make[6]: Nothing to be done for `all-am'. | |
make[6]: Leaving directory `/vagrant/archesproject/Install/geos-3.3.8/include/geos/geomgraph' | |
make[5]: Leaving directory `/vagrant/archesproject/Install/geos-3.3.8/include/geos/geomgraph' | |
Making all in index | |
make[5]: Entering directory `/vagrant/archesproject/Install/geos-3.3.8/include/geos/index' | |
Making all in intervalrtree | |
make[6]: Entering directory `/vagrant/archesproject/Install/geos-3.3.8/include/geos/index/intervalrtree' | |
make[7]: Entering directory `/vagrant/archesproject/Install/geos-3.3.8/include/geos/index/intervalrtree' | |
make[7]: Nothing to be done for `all-am'. | |
make[7]: Leaving directory `/vagrant/archesproject/Install/geos-3.3.8/include/geos/index/intervalrtree' | |
make[6]: Leaving directory `/vagrant/archesproject/Install/geos-3.3.8/include/geos/index/intervalrtree' | |
Making all in sweepline | |
make[6]: Entering directory `/vagrant/archesproject/Install/geos-3.3.8/include/geos/index/sweepline' | |
make[7]: Entering directory `/vagrant/archesproject/Install/geos-3.3.8/include/geos/index/sweepline' | |
make[7]: Nothing to be done for `all-am'. | |
make[7]: Leaving directory `/vagrant/archesproject/Install/geos-3.3.8/include/geos/index/sweepline' | |
make[6]: Leaving directory `/vagrant/archesproject/Install/geos-3.3.8/include/geos/index/sweepline' | |
Making all in strtree | |
make[6]: Entering directory `/vagrant/archesproject/Install/geos-3.3.8/include/geos/index/strtree' | |
make[7]: Entering directory `/vagrant/archesproject/Install/geos-3.3.8/include/geos/index/strtree' | |
make[7]: Nothing to be done for `all-am'. | |
make[7]: Leaving directory `/vagrant/archesproject/Install/geos-3.3.8/include/geos/index/strtree' | |
make[6]: Leaving directory `/vagrant/archesproject/Install/geos-3.3.8/include/geos/index/strtree' | |
Making all in quadtree | |
make[6]: Entering directory `/vagrant/archesproject/Install/geos-3.3.8/include/geos/index/quadtree' | |
make[7]: Entering directory `/vagrant/archesproject/Install/geos-3.3.8/include/geos/index/quadtree' | |
make[7]: Nothing to be done for `all-am'. | |
make[7]: Leaving directory `/vagrant/archesproject/Install/geos-3.3.8/include/geos/index/quadtree' | |
make[6]: Leaving directory `/vagrant/archesproject/Install/geos-3.3.8/include/geos/index/quadtree' | |
Making all in bintree | |
make[6]: Entering directory `/vagrant/archesproject/Install/geos-3.3.8/include/geos/index/bintree' | |
make[7]: Entering directory `/vagrant/archesproject/Install/geos-3.3.8/include/geos/index/bintree' | |
make[7]: Nothing to be done for `all-am'. | |
make[7]: Leaving directory `/vagrant/archesproject/Install/geos-3.3.8/include/geos/index/bintree' | |
make[6]: Leaving directory `/vagrant/archesproject/Install/geos-3.3.8/include/geos/index/bintree' | |
Making all in chain | |
make[6]: Entering directory `/vagrant/archesproject/Install/geos-3.3.8/include/geos/index/chain' | |
make[7]: Entering directory `/vagrant/archesproject/Install/geos-3.3.8/include/geos/index/chain' | |
make[7]: Nothing to be done for `all-am'. | |
make[7]: Leaving directory `/vagrant/archesproject/Install/geos-3.3.8/include/geos/index/chain' | |
make[6]: Leaving directory `/vagrant/archesproject/Install/geos-3.3.8/include/geos/index/chain' | |
make[6]: Entering directory `/vagrant/archesproject/Install/geos-3.3.8/include/geos/index' | |
make[6]: Nothing to be done for `all-am'. | |
make[6]: Leaving directory `/vagrant/archesproject/Install/geos-3.3.8/include/geos/index' | |
make[5]: Leaving directory `/vagrant/archesproject/Install/geos-3.3.8/include/geos/index' | |
Making all in io | |
make[5]: Entering directory `/vagrant/archesproject/Install/geos-3.3.8/include/geos/io' | |
make[6]: Entering directory `/vagrant/archesproject/Install/geos-3.3.8/include/geos/io' | |
make[6]: Nothing to be done for `all-am'. | |
make[6]: Leaving directory `/vagrant/archesproject/Install/geos-3.3.8/include/geos/io' | |
make[5]: Leaving directory `/vagrant/archesproject/Install/geos-3.3.8/include/geos/io' | |
Making all in linearref | |
make[5]: Entering directory `/vagrant/archesproject/Install/geos-3.3.8/include/geos/linearref' | |
make[5]: Nothing to be done for `all'. | |
make[5]: Leaving directory `/vagrant/archesproject/Install/geos-3.3.8/include/geos/linearref' | |
Making all in noding | |
make[5]: Entering directory `/vagrant/archesproject/Install/geos-3.3.8/include/geos/noding' | |
Making all in snapround | |
make[6]: Entering directory `/vagrant/archesproject/Install/geos-3.3.8/include/geos/noding/snapround' | |
make[6]: Nothing to be done for `all'. | |
make[6]: Leaving directory `/vagrant/archesproject/Install/geos-3.3.8/include/geos/noding/snapround' | |
make[6]: Entering directory `/vagrant/archesproject/Install/geos-3.3.8/include/geos/noding' | |
make[6]: Nothing to be done for `all-am'. | |
make[6]: Leaving directory `/vagrant/archesproject/Install/geos-3.3.8/include/geos/noding' | |
make[5]: Leaving directory `/vagrant/archesproject/Install/geos-3.3.8/include/geos/noding' | |
Making all in operation | |
make[5]: Entering directory `/vagrant/archesproject/Install/geos-3.3.8/include/geos/operation' | |
Making all in buffer | |
make[6]: Entering directory `/vagrant/archesproject/Install/geos-3.3.8/include/geos/operation/buffer' | |
make[6]: Nothing to be done for `all'. | |
make[6]: Leaving directory `/vagrant/archesproject/Install/geos-3.3.8/include/geos/operation/buffer' | |
Making all in distance | |
make[6]: Entering directory `/vagrant/archesproject/Install/geos-3.3.8/include/geos/operation/distance' | |
make[6]: Nothing to be done for `all'. | |
make[6]: Leaving directory `/vagrant/archesproject/Install/geos-3.3.8/include/geos/operation/distance' | |
Making all in linemerge | |
make[6]: Entering directory `/vagrant/archesproject/Install/geos-3.3.8/include/geos/operation/linemerge' | |
make[6]: Nothing to be done for `all'. | |
make[6]: Leaving directory `/vagrant/archesproject/Install/geos-3.3.8/include/geos/operation/linemerge' | |
Making all in overlay | |
make[6]: Entering directory `/vagrant/archesproject/Install/geos-3.3.8/include/geos/operation/overlay' | |
Making all in snap | |
make[7]: Entering directory `/vagrant/archesproject/Install/geos-3.3.8/include/geos/operation/overlay/snap' | |
make[7]: Nothing to be done for `all'. | |
make[7]: Leaving directory `/vagrant/archesproject/Install/geos-3.3.8/include/geos/operation/overlay/snap' | |
make[7]: Entering directory `/vagrant/archesproject/Install/geos-3.3.8/include/geos/operation/overlay' | |
make[7]: Nothing to be done for `all-am'. | |
make[7]: Leaving directory `/vagrant/archesproject/Install/geos-3.3.8/include/geos/operation/overlay' | |
make[6]: Leaving directory `/vagrant/archesproject/Install/geos-3.3.8/include/geos/operation/overlay' | |
Making all in polygonize | |
make[6]: Entering directory `/vagrant/archesproject/Install/geos-3.3.8/include/geos/operation/polygonize' | |
make[6]: Nothing to be done for `all'. | |
make[6]: Leaving directory `/vagrant/archesproject/Install/geos-3.3.8/include/geos/operation/polygonize' | |
Making all in predicate | |
make[6]: Entering directory `/vagrant/archesproject/Install/geos-3.3.8/include/geos/operation/predicate' | |
make[6]: Nothing to be done for `all'. | |
make[6]: Leaving directory `/vagrant/archesproject/Install/geos-3.3.8/include/geos/operation/predicate' | |
Making all in relate | |
make[6]: Entering directory `/vagrant/archesproject/Install/geos-3.3.8/include/geos/operation/relate' | |
make[6]: Nothing to be done for `all'. | |
make[6]: Leaving directory `/vagrant/archesproject/Install/geos-3.3.8/include/geos/operation/relate' | |
Making all in union | |
make[6]: Entering directory `/vagrant/archesproject/Install/geos-3.3.8/include/geos/operation/union' | |
make[6]: Nothing to be done for `all'. | |
make[6]: Leaving directory `/vagrant/archesproject/Install/geos-3.3.8/include/geos/operation/union' | |
Making all in sharedpaths | |
make[6]: Entering directory `/vagrant/archesproject/Install/geos-3.3.8/include/geos/operation/sharedpaths' | |
make[6]: Nothing to be done for `all'. | |
make[6]: Leaving directory `/vagrant/archesproject/Install/geos-3.3.8/include/geos/operation/sharedpaths' | |
Making all in valid | |
make[6]: Entering directory `/vagrant/archesproject/Install/geos-3.3.8/include/geos/operation/valid' | |
make[6]: Nothing to be done for `all'. | |
make[6]: Leaving directory `/vagrant/archesproject/Install/geos-3.3.8/include/geos/operation/valid' | |
make[6]: Entering directory `/vagrant/archesproject/Install/geos-3.3.8/include/geos/operation' | |
make[6]: Nothing to be done for `all-am'. | |
make[6]: Leaving directory `/vagrant/archesproject/Install/geos-3.3.8/include/geos/operation' | |
make[5]: Leaving directory `/vagrant/archesproject/Install/geos-3.3.8/include/geos/operation' | |
Making all in planargraph | |
make[5]: Entering directory `/vagrant/archesproject/Install/geos-3.3.8/include/geos/planargraph' | |
Making all in algorithm | |
make[6]: Entering directory `/vagrant/archesproject/Install/geos-3.3.8/include/geos/planargraph/algorithm' | |
make[6]: Nothing to be done for `all'. | |
make[6]: Leaving directory `/vagrant/archesproject/Install/geos-3.3.8/include/geos/planargraph/algorithm' | |
make[6]: Entering directory `/vagrant/archesproject/Install/geos-3.3.8/include/geos/planargraph' | |
make[6]: Nothing to be done for `all-am'. | |
make[6]: Leaving directory `/vagrant/archesproject/Install/geos-3.3.8/include/geos/planargraph' | |
make[5]: Leaving directory `/vagrant/archesproject/Install/geos-3.3.8/include/geos/planargraph' | |
Making all in precision | |
make[5]: Entering directory `/vagrant/archesproject/Install/geos-3.3.8/include/geos/precision' | |
make[5]: Nothing to be done for `all'. | |
make[5]: Leaving directory `/vagrant/archesproject/Install/geos-3.3.8/include/geos/precision' | |
Making all in simplify | |
make[5]: Entering directory `/vagrant/archesproject/Install/geos-3.3.8/include/geos/simplify' | |
make[6]: Entering directory `/vagrant/archesproject/Install/geos-3.3.8/include/geos/simplify' | |
make[6]: Nothing to be done for `all-am'. | |
make[6]: Leaving directory `/vagrant/archesproject/Install/geos-3.3.8/include/geos/simplify' | |
make[5]: Leaving directory `/vagrant/archesproject/Install/geos-3.3.8/include/geos/simplify' | |
Making all in util | |
make[5]: Entering directory `/vagrant/archesproject/Install/geos-3.3.8/include/geos/util' | |
make[5]: Nothing to be done for `all'. | |
make[5]: Leaving directory `/vagrant/archesproject/Install/geos-3.3.8/include/geos/util' | |
make[5]: Entering directory `/vagrant/archesproject/Install/geos-3.3.8/include/geos' | |
make[5]: Nothing to be done for `all-am'. | |
make[5]: Leaving directory `/vagrant/archesproject/Install/geos-3.3.8/include/geos' | |
make[4]: Leaving directory `/vagrant/archesproject/Install/geos-3.3.8/include/geos' | |
make[3]: Leaving directory `/vagrant/archesproject/Install/geos-3.3.8/include/geos' | |
make[3]: Entering directory `/vagrant/archesproject/Install/geos-3.3.8/include' | |
make[3]: Nothing to be done for `all-am'. | |
make[3]: Leaving directory `/vagrant/archesproject/Install/geos-3.3.8/include' | |
make[2]: Leaving directory `/vagrant/archesproject/Install/geos-3.3.8/include' | |
make[1]: Leaving directory `/vagrant/archesproject/Install/geos-3.3.8/include' | |
Making all in src | |
make[1]: Entering directory `/vagrant/archesproject/Install/geos-3.3.8/src' | |
Making all in algorithm | |
make[2]: Entering directory `/vagrant/archesproject/Install/geos-3.3.8/src/algorithm' | |
Making all in locate | |
make[3]: Entering directory `/vagrant/archesproject/Install/geos-3.3.8/src/algorithm/locate' | |
make[4]: Entering directory `/vagrant/archesproject/Install/geos-3.3.8/src/algorithm/locate' | |
/bin/bash ../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../include -I../../../include/geos -I../../../include -DGEOS_INLINE -pedantic -Wall -ansi -Wno-long-long -ffloat-store -g -O2 -MT IndexedPointInAreaLocator.lo -MD -MP -MF .deps/IndexedPointInAreaLocator.Tpo -c -o IndexedPointInAreaLocator.lo IndexedPointInAreaLocator.cpp | |
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../include -I../../../include/geos -I../../../include -DGEOS_INLINE -pedantic -Wall -ansi -Wno-long-long -ffloat-store -g -O2 -MT IndexedPointInAreaLocator.lo -MD -MP -MF .deps/IndexedPointInAreaLocator.Tpo -c IndexedPointInAreaLocator.cpp -fPIC -DPIC -o .libs/IndexedPointInAreaLocator.o | |
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../include -I../../../include/geos -I../../../include -DGEOS_INLINE -pedantic -Wall -ansi -Wno-long-long -ffloat-store -g -O2 -MT IndexedPointInAreaLocator.lo -MD -MP -MF .deps/IndexedPointInAreaLocator.Tpo -c IndexedPointInAreaLocator.cpp -o IndexedPointInAreaLocator.o >/dev/null 2>&1 | |
mv -f .deps/IndexedPointInAreaLocator.Tpo .deps/IndexedPointInAreaLocator.Plo | |
/bin/bash ../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../include -I../../../include/geos -I../../../include -DGEOS_INLINE -pedantic -Wall -ansi -Wno-long-long -ffloat-store -g -O2 -MT PointOnGeometryLocator.lo -MD -MP -MF .deps/PointOnGeometryLocator.Tpo -c -o PointOnGeometryLocator.lo PointOnGeometryLocator.cpp | |
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../include -I../../../include/geos -I../../../include -DGEOS_INLINE -pedantic -Wall -ansi -Wno-long-long -ffloat-store -g -O2 -MT PointOnGeometryLocator.lo -MD -MP -MF .deps/PointOnGeometryLocator.Tpo -c PointOnGeometryLocator.cpp -fPIC -DPIC -o .libs/PointOnGeometryLocator.o | |
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../include -I../../../include/geos -I../../../include -DGEOS_INLINE -pedantic -Wall -ansi -Wno-long-long -ffloat-store -g -O2 -MT PointOnGeometryLocator.lo -MD -MP -MF .deps/PointOnGeometryLocator.Tpo -c PointOnGeometryLocator.cpp -o PointOnGeometryLocator.o >/dev/null 2>&1 | |
mv -f .deps/PointOnGeometryLocator.Tpo .deps/PointOnGeometryLocator.Plo | |
/bin/bash ../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../include -I../../../include/geos -I../../../include -DGEOS_INLINE -pedantic -Wall -ansi -Wno-long-long -ffloat-store -g -O2 -MT SimplePointInAreaLocator.lo -MD -MP -MF .deps/SimplePointInAreaLocator.Tpo -c -o SimplePointInAreaLocator.lo SimplePointInAreaLocator.cpp | |
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../include -I../../../include/geos -I../../../include -DGEOS_INLINE -pedantic -Wall -ansi -Wno-long-long -ffloat-store -g -O2 -MT SimplePointInAreaLocator.lo -MD -MP -MF .deps/SimplePointInAreaLocator.Tpo -c SimplePointInAreaLocator.cpp -fPIC -DPIC -o .libs/SimplePointInAreaLocator.o | |
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../include -I../../../include/geos -I../../../include -DGEOS_INLINE -pedantic -Wall -ansi -Wno-long-long -ffloat-store -g -O2 -MT SimplePointInAreaLocator.lo -MD -MP -MF .deps/SimplePointInAreaLocator.Tpo -c SimplePointInAreaLocator.cpp -o SimplePointInAreaLocator.o >/dev/null 2>&1 | |
mv -f .deps/SimplePointInAreaLocator.Tpo .deps/SimplePointInAreaLocator.Plo | |
/bin/bash ../../../libtool --tag=CXX --mode=link g++ -DGEOS_INLINE -pedantic -Wall -ansi -Wno-long-long -ffloat-store -g -O2 -o liblocation.la IndexedPointInAreaLocator.lo PointOnGeometryLocator.lo SimplePointInAreaLocator.lo | |
libtool: link: ar cru .libs/liblocation.a .libs/IndexedPointInAreaLocator.o .libs/PointOnGeometryLocator.o .libs/SimplePointInAreaLocator.o | |
libtool: link: ranlib .libs/liblocation.a | |
libtool: link: ( cd ".libs" && rm -f "liblocation.la" && ln -s "../liblocation.la" "liblocation.la" ) | |
make[4]: Leaving directory `/vagrant/archesproject/Install/geos-3.3.8/src/algorithm/locate' | |
make[3]: Leaving directory `/vagrant/archesproject/Install/geos-3.3.8/src/algorithm/locate' | |
Making all in distance | |
make[3]: Entering directory `/vagrant/archesproject/Install/geos-3.3.8/src/algorithm/distance' | |
make[4]: Entering directory `/vagrant/archesproject/Install/geos-3.3.8/src/algorithm/distance' | |
/bin/bash ../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../include -I../../../include/geos -I../../../include -DGEOS_INLINE -pedantic -Wall -ansi -Wno-long-long -ffloat-store -g -O2 -MT DiscreteHausdorffDistance.lo -MD -MP -MF .deps/DiscreteHausdorffDistance.Tpo -c -o DiscreteHausdorffDistance.lo DiscreteHausdorffDistance.cpp | |
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../include -I../../../include/geos -I../../../include -DGEOS_INLINE -pedantic -Wall -ansi -Wno-long-long -ffloat-store -g -O2 -MT DiscreteHausdorffDistance.lo -MD -MP -MF .deps/DiscreteHausdorffDistance.Tpo -c DiscreteHausdorffDistance.cpp -fPIC -DPIC -o .libs/DiscreteHausdorffDistance.o | |
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../include -I../../../include/geos -I../../../include -DGEOS_INLINE -pedantic -Wall -ansi -Wno-long-long -ffloat-store -g -O2 -MT DiscreteHausdorffDistance.lo -MD -MP -MF .deps/DiscreteHausdorffDistance.Tpo -c DiscreteHausdorffDistance.cpp -o DiscreteHausdorffDistance.o >/dev/null 2>&1 | |
mv -f .deps/DiscreteHausdorffDistance.Tpo .deps/DiscreteHausdorffDistance.Plo | |
/bin/bash ../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../include -I../../../include/geos -I../../../include -DGEOS_INLINE -pedantic -Wall -ansi -Wno-long-long -ffloat-store -g -O2 -MT DistanceToPoint.lo -MD -MP -MF .deps/DistanceToPoint.Tpo -c -o DistanceToPoint.lo DistanceToPoint.cpp | |
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../include -I../../../include/geos -I../../../include -DGEOS_INLINE -pedantic -Wall -ansi -Wno-long-long -ffloat-store -g -O2 -MT DistanceToPoint.lo -MD -MP -MF .deps/DistanceToPoint.Tpo -c DistanceToPoint.cpp -fPIC -DPIC -o .libs/DistanceToPoint.o | |
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../include -I../../../include/geos -I../../../include -DGEOS_INLINE -pedantic -Wall -ansi -Wno-long-long -ffloat-store -g -O2 -MT DistanceToPoint.lo -MD -MP -MF .deps/DistanceToPoint.Tpo -c DistanceToPoint.cpp -o DistanceToPoint.o >/dev/null 2>&1 | |
mv -f .deps/DistanceToPoint.Tpo .deps/DistanceToPoint.Plo | |
/bin/bash ../../../libtool --tag=CXX --mode=link g++ -DGEOS_INLINE -pedantic -Wall -ansi -Wno-long-long -ffloat-store -g -O2 -o libdistance.la DiscreteHausdorffDistance.lo DistanceToPoint.lo | |
libtool: link: ar cru .libs/libdistance.a .libs/DiscreteHausdorffDistance.o .libs/DistanceToPoint.o | |
libtool: link: ranlib .libs/libdistance.a | |
libtool: link: ( cd ".libs" && rm -f "libdistance.la" && ln -s "../libdistance.la" "libdistance.la" ) | |
make[4]: Leaving directory `/vagrant/archesproject/Install/geos-3.3.8/src/algorithm/distance' | |
make[3]: Leaving directory `/vagrant/archesproject/Install/geos-3.3.8/src/algorithm/distance' | |
make[3]: Entering directory `/vagrant/archesproject/Install/geos-3.3.8/src/algorithm' | |
/bin/bash ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../include -I../../include/geos -I../../include -DGEOS_INLINE -pedantic -Wall -ansi -Wno-long-long -ffloat-store -g -O2 -MT Angle.lo -MD -MP -MF .deps/Angle.Tpo -c -o Angle.lo Angle.cpp | |
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../include -I../../include/geos -I../../include -DGEOS_INLINE -pedantic -Wall -ansi -Wno-long-long -ffloat-store -g -O2 -MT Angle.lo -MD -MP -MF .deps/Angle.Tpo -c Angle.cpp -fPIC -DPIC -o .libs/Angle.o | |
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../include -I../../include/geos -I../../include -DGEOS_INLINE -pedantic -Wall -ansi -Wno-long-long -ffloat-store -g -O2 -MT Angle.lo -MD -MP -MF .deps/Angle.Tpo -c Angle.cpp -o Angle.o >/dev/null 2>&1 | |
mv -f .deps/Angle.Tpo .deps/Angle.Plo | |
/bin/bash ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../include -I../../include/geos -I../../include -DGEOS_INLINE -pedantic -Wall -ansi -Wno-long-long -ffloat-store -g -O2 -MT BoundaryNodeRule.lo -MD -MP -MF .deps/BoundaryNodeRule.Tpo -c -o BoundaryNodeRule.lo BoundaryNodeRule.cpp | |
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../include -I../../include/geos -I../../include -DGEOS_INLINE -pedantic -Wall -ansi -Wno-long-long -ffloat-store -g -O2 -MT BoundaryNodeRule.lo -MD -MP -MF .deps/BoundaryNodeRule.Tpo -c BoundaryNodeRule.cpp -fPIC -DPIC -o .libs/BoundaryNodeRule.o | |
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../include -I../../include/geos -I../../include -DGEOS_INLINE -pedantic -Wall -ansi -Wno-long-long -ffloat-store -g -O2 -MT BoundaryNodeRule.lo -MD -MP -MF .deps/BoundaryNodeRule.Tpo -c BoundaryNodeRule.cpp -o BoundaryNodeRule.o >/dev/null 2>&1 | |
mv -f .deps/BoundaryNodeRule.Tpo .deps/BoundaryNodeRule.Plo | |
/bin/bash ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../include -I../../include/geos -I../../include -DGEOS_INLINE -pedantic -Wall -ansi -Wno-long-long -ffloat-store -g -O2 -MT CentroidArea.lo -MD -MP -MF .deps/CentroidArea.Tpo -c -o CentroidArea.lo CentroidArea.cpp | |
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../include -I../../include/geos -I../../include -DGEOS_INLINE -pedantic -Wall -ansi -Wno-long-long -ffloat-store -g -O2 -MT CentroidArea.lo -MD -MP -MF .deps/CentroidArea.Tpo -c CentroidArea.cpp -fPIC -DPIC -o .libs/CentroidArea.o | |
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../include -I../../include/geos -I../../include -DGEOS_INLINE -pedantic -Wall -ansi -Wno-long-long -ffloat-store -g -O2 -MT CentroidArea.lo -MD -MP -MF .deps/CentroidArea.Tpo -c CentroidArea.cpp -o CentroidArea.o >/dev/null 2>&1 | |
mv -f .deps/CentroidArea.Tpo .deps/CentroidArea.Plo | |
/bin/bash ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../include -I../../include/geos -I../../include -DGEOS_INLINE -pedantic -Wall -ansi -Wno-long-long -ffloat-store -g -O2 -MT CentroidLine.lo -MD -MP -MF .deps/CentroidLine.Tpo -c -o CentroidLine.lo CentroidLine.cpp | |
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../include -I../../include/geos -I../../include -DGEOS_INLINE -pedantic -Wall -ansi -Wno-long-long -ffloat-store -g -O2 -MT CentroidLine.lo -MD -MP -MF .deps/CentroidLine.Tpo -c CentroidLine.cpp -fPIC -DPIC -o .libs/CentroidLine.o | |
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../include -I../../include/geos -I../../include -DGEOS_INLINE -pedantic -Wall -ansi -Wno-long-long -ffloat-store -g -O2 -MT CentroidLine.lo -MD -MP -MF .deps/CentroidLine.Tpo -c CentroidLine.cpp -o CentroidLine.o >/dev/null 2>&1 | |
mv -f .deps/CentroidLine.Tpo .deps/CentroidLine.Plo | |
/bin/bash ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../include -I../../include/geos -I../../include -DGEOS_INLINE -pedantic -Wall -ansi -Wno-long-long -ffloat-store -g -O2 -MT CentroidPoint.lo -MD -MP -MF .deps/CentroidPoint.Tpo -c -o CentroidPoint.lo CentroidPoint.cpp | |
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../include -I../../include/geos -I../../include -DGEOS_INLINE -pedantic -Wall -ansi -Wno-long-long -ffloat-store -g -O2 -MT CentroidPoint.lo -MD -MP -MF .deps/CentroidPoint.Tpo -c CentroidPoint.cpp -fPIC -DPIC -o .libs/CentroidPoint.o | |
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../include -I../../include/geos -I../../include -DGEOS_INLINE -pedantic -Wall -ansi -Wno-long-long -ffloat-store -g -O2 -MT CentroidPoint.lo -MD -MP -MF .deps/CentroidPoint.Tpo -c CentroidPoint.cpp -o CentroidPoint.o >/dev/null 2>&1 | |
mv -f .deps/CentroidPoint.Tpo .deps/CentroidPoint.Plo | |
/bin/bash ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../include -I../../include/geos -I../../include -DGEOS_INLINE -pedantic -Wall -ansi -Wno-long-long -ffloat-store -g -O2 -MT CGAlgorithms.lo -MD -MP -MF .deps/CGAlgorithms.Tpo -c -o CGAlgorithms.lo CGAlgorithms.cpp | |
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../include -I../../include/geos -I../../include -DGEOS_INLINE -pedantic -Wall -ansi -Wno-long-long -ffloat-store -g -O2 -MT CGAlgorithms.lo -MD -MP -MF .deps/CGAlgorithms.Tpo -c CGAlgorithms.cpp -fPIC -DPIC -o .libs/CGAlgorithms.o | |
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../include -I../../include/geos -I../../include -DGEOS_INLINE -pedantic -Wall -ansi -Wno-long-long -ffloat-store -g -O2 -MT CGAlgorithms.lo -MD -MP -MF .deps/CGAlgorithms.Tpo -c CGAlgorithms.cpp -o CGAlgorithms.o >/dev/null 2>&1 | |
mv -f .deps/CGAlgorithms.Tpo .deps/CGAlgorithms.Plo | |
/bin/bash ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../include -I../../include/geos -I../../include -DGEOS_INLINE -pedantic -Wall -ansi -Wno-long-long -ffloat-store -g -O2 -MT ConvexHull.lo -MD -MP -MF .deps/ConvexHull.Tpo -c -o ConvexHull.lo ConvexHull.cpp | |
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../include -I../../include/geos -I../../include -DGEOS_INLINE -pedantic -Wall -ansi -Wno-long-long -ffloat-store -g -O2 -MT ConvexHull.lo -MD -MP -MF .deps/ConvexHull.Tpo -c ConvexHull.cpp -fPIC -DPIC -o .libs/ConvexHull.o | |
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../include -I../../include/geos -I../../include -DGEOS_INLINE -pedantic -Wall -ansi -Wno-long-long -ffloat-store -g -O2 -MT ConvexHull.lo -MD -MP -MF .deps/ConvexHull.Tpo -c ConvexHull.cpp -o ConvexHull.o >/dev/null 2>&1 | |
mv -f .deps/ConvexHull.Tpo .deps/ConvexHull.Plo | |
/bin/bash ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../include -I../../include/geos -I../../include -DGEOS_INLINE -pedantic -Wall -ansi -Wno-long-long -ffloat-store -g -O2 -MT HCoordinate.lo -MD -MP -MF .deps/HCoordinate.Tpo -c -o HCoordinate.lo HCoordinate.cpp | |
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../include -I../../include/geos -I../../include -DGEOS_INLINE -pedantic -Wall -ansi -Wno-long-long -ffloat-store -g -O2 -MT HCoordinate.lo -MD -MP -MF .deps/HCoordinate.Tpo -c HCoordinate.cpp -fPIC -DPIC -o .libs/HCoordinate.o | |
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../include -I../../include/geos -I../../include -DGEOS_INLINE -pedantic -Wall -ansi -Wno-long-long -ffloat-store -g -O2 -MT HCoordinate.lo -MD -MP -MF .deps/HCoordinate.Tpo -c HCoordinate.cpp -o HCoordinate.o >/dev/null 2>&1 | |
mv -f .deps/HCoordinate.Tpo .deps/HCoordinate.Plo | |
/bin/bash ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../include -I../../include/geos -I../../include -DGEOS_INLINE -pedantic -Wall -ansi -Wno-long-long -ffloat-store -g -O2 -MT InteriorPointArea.lo -MD -MP -MF .deps/InteriorPointArea.Tpo -c -o InteriorPointArea.lo InteriorPointArea.cpp | |
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../include -I../../include/geos -I../../include -DGEOS_INLINE -pedantic -Wall -ansi -Wno-long-long -ffloat-store -g -O2 -MT InteriorPointArea.lo -MD -MP -MF .deps/InteriorPointArea.Tpo -c InteriorPointArea.cpp -fPIC -DPIC -o .libs/InteriorPointArea.o | |
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../include -I../../include/geos -I../../include -DGEOS_INLINE -pedantic -Wall -ansi -Wno-long-long -ffloat-store -g -O2 -MT InteriorPointArea.lo -MD -MP -MF .deps/InteriorPointArea.Tpo -c InteriorPointArea.cpp -o InteriorPointArea.o >/dev/null 2>&1 | |
mv -f .deps/InteriorPointArea.Tpo .deps/InteriorPointArea.Plo | |
/bin/bash ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../include -I../../include/geos -I../../include -DGEOS_INLINE -pedantic -Wall -ansi -Wno-long-long -ffloat-store -g -O2 -MT InteriorPointLine.lo -MD -MP -MF .deps/InteriorPointLine.Tpo -c -o InteriorPointLine.lo InteriorPointLine.cpp | |
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../include -I../../include/geos -I../../include -DGEOS_INLINE -pedantic -Wall -ansi -Wno-long-long -ffloat-store -g -O2 -MT InteriorPointLine.lo -MD -MP -MF .deps/InteriorPointLine.Tpo -c InteriorPointLine.cpp -fPIC -DPIC -o .libs/InteriorPointLine.o | |
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../include -I../../include/geos -I../../include -DGEOS_INLINE -pedantic -Wall -ansi -Wno-long-long -ffloat-store -g -O2 -MT InteriorPointLine.lo -MD -MP -MF .deps/InteriorPointLine.Tpo -c InteriorPointLine.cpp -o InteriorPointLine.o >/dev/null 2>&1 | |
mv -f .deps/InteriorPointLine.Tpo .deps/InteriorPointLine.Plo | |
/bin/bash ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../include -I../../include/geos -I../../include -DGEOS_INLINE -pedantic -Wall -ansi -Wno-long-long -ffloat-store -g -O2 -MT InteriorPointPoint.lo -MD -MP -MF .deps/InteriorPointPoint.Tpo -c -o InteriorPointPoint.lo InteriorPointPoint.cpp | |
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../include -I../../include/geos -I../../include -DGEOS_INLINE -pedantic -Wall -ansi -Wno-long-long -ffloat-store -g -O2 -MT InteriorPointPoint.lo -MD -MP -MF .deps/InteriorPointPoint.Tpo -c InteriorPointPoint.cpp -fPIC -DPIC -o .libs/InteriorPointPoint.o | |
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../include -I../../include/geos -I../../include -DGEOS_INLINE -pedantic -Wall -ansi -Wno-long-long -ffloat-store -g -O2 -MT InteriorPointPoint.lo -MD -MP -MF .deps/InteriorPointPoint.Tpo -c InteriorPointPoint.cpp -o InteriorPointPoint.o >/dev/null 2>&1 | |
mv -f .deps/InteriorPointPoint.Tpo .deps/InteriorPointPoint.Plo | |
/bin/bash ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../include -I../../include/geos -I../../include -DGEOS_INLINE -pedantic -Wall -ansi -Wno-long-long -ffloat-store -g -O2 -MT LineIntersector.lo -MD -MP -MF .deps/LineIntersector.Tpo -c -o LineIntersector.lo LineIntersector.cpp | |
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../include -I../../include/geos -I../../include -DGEOS_INLINE -pedantic -Wall -ansi -Wno-long-long -ffloat-store -g -O2 -MT LineIntersector.lo -MD -MP -MF .deps/LineIntersector.Tpo -c LineIntersector.cpp -fPIC -DPIC -o .libs/LineIntersector.o | |
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../include -I../../include/geos -I../../include -DGEOS_INLINE -pedantic -Wall -ansi -Wno-long-long -ffloat-store -g -O2 -MT LineIntersector.lo -MD -MP -MF .deps/LineIntersector.Tpo -c LineIntersector.cpp -o LineIntersector.o >/dev/null 2>&1 | |
mv -f .deps/LineIntersector.Tpo .deps/LineIntersector.Plo | |
/bin/bash ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../include -I../../include/geos -I../../include -DGEOS_INLINE -pedantic -Wall -ansi -Wno-long-long -ffloat-store -g -O2 -MT MCPointInRing.lo -MD -MP -MF .deps/MCPointInRing.Tpo -c -o MCPointInRing.lo MCPointInRing.cpp | |
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../include -I../../include/geos -I../../include -DGEOS_INLINE -pedantic -Wall -ansi -Wno-long-long -ffloat-store -g -O2 -MT MCPointInRing.lo -MD -MP -MF .deps/MCPointInRing.Tpo -c MCPointInRing.cpp -fPIC -DPIC -o .libs/MCPointInRing.o | |
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../include -I../../include/geos -I../../include -DGEOS_INLINE -pedantic -Wall -ansi -Wno-long-long -ffloat-store -g -O2 -MT MCPointInRing.lo -MD -MP -MF .deps/MCPointInRing.Tpo -c MCPointInRing.cpp -o MCPointInRing.o >/dev/null 2>&1 | |
mv -f .deps/MCPointInRing.Tpo .deps/MCPointInRing.Plo | |
/bin/bash ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../include -I../../include/geos -I../../include -DGEOS_INLINE -pedantic -Wall -ansi -Wno-long-long -ffloat-store -g -O2 -MT MinimumDiameter.lo -MD -MP -MF .deps/MinimumDiameter.Tpo -c -o MinimumDiameter.lo MinimumDiameter.cpp | |
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../include -I../../include/geos -I../../include -DGEOS_INLINE -pedantic -Wall -ansi -Wno-long-long -ffloat-store -g -O2 -MT MinimumDiameter.lo -MD -MP -MF .deps/MinimumDiameter.Tpo -c MinimumDiameter.cpp -fPIC -DPIC -o .libs/MinimumDiameter.o | |
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../include -I../../include/geos -I../../include -DGEOS_INLINE -pedantic -Wall -ansi -Wno-long-long -ffloat-store -g -O2 -MT MinimumDiameter.lo -MD -MP -MF .deps/MinimumDiameter.Tpo -c MinimumDiameter.cpp -o MinimumDiameter.o >/dev/null 2>&1 | |
mv -f .deps/MinimumDiameter.Tpo .deps/MinimumDiameter.Plo | |
/bin/bash ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../include -I../../include/geos -I../../include -DGEOS_INLINE -pedantic -Wall -ansi -Wno-long-long -ffloat-store -g -O2 -MT NotRepresentableException.lo -MD -MP -MF .deps/NotRepresentableException.Tpo -c -o NotRepresentableException.lo NotRepresentableException.cpp | |
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../include -I../../include/geos -I../../include -DGEOS_INLINE -pedantic -Wall -ansi -Wno-long-long -ffloat-store -g -O2 -MT NotRepresentableException.lo -MD -MP -MF .deps/NotRepresentableException.Tpo -c NotRepresentableException.cpp -fPIC -DPIC -o .libs/NotRepresentableException.o | |
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../include -I../../include/geos -I../../include -DGEOS_INLINE -pedantic -Wall -ansi -Wno-long-long -ffloat-store -g -O2 -MT NotRepresentableException.lo -MD -MP -MF .deps/NotRepresentableException.Tpo -c NotRepresentableException.cpp -o NotRepresentableException.o >/dev/null 2>&1 | |
mv -f .deps/NotRepresentableException.Tpo .deps/NotRepresentableException.Plo | |
/bin/bash ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../include -I../../include/geos -I../../include -DGEOS_INLINE -pedantic -Wall -ansi -Wno-long-long -ffloat-store -g -O2 -MT PointLocator.lo -MD -MP -MF .deps/PointLocator.Tpo -c -o PointLocator.lo PointLocator.cpp | |
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../include -I../../include/geos -I../../include -DGEOS_INLINE -pedantic -Wall -ansi -Wno-long-long -ffloat-store -g -O2 -MT PointLocator.lo -MD -MP -MF .deps/PointLocator.Tpo -c PointLocator.cpp -fPIC -DPIC -o .libs/PointLocator.o | |
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../include -I../../include/geos -I../../include -DGEOS_INLINE -pedantic -Wall -ansi -Wno-long-long -ffloat-store -g -O2 -MT PointLocator.lo -MD -MP -MF .deps/PointLocator.Tpo -c PointLocator.cpp -o PointLocator.o >/dev/null 2>&1 | |
mv -f .deps/PointLocator.Tpo .deps/PointLocator.Plo | |
/bin/bash ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../include -I../../include/geos -I../../include -DGEOS_INLINE -pedantic -Wall -ansi -Wno-long-long -ffloat-store -g -O2 -MT RayCrossingCounter.lo -MD -MP -MF .deps/RayCrossingCounter.Tpo -c -o RayCrossingCounter.lo RayCrossingCounter.cpp | |
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../include -I../../include/geos -I../../include -DGEOS_INLINE -pedantic -Wall -ansi -Wno-long-long -ffloat-store -g -O2 -MT RayCrossingCounter.lo -MD -MP -MF .deps/RayCrossingCounter.Tpo -c RayCrossingCounter.cpp -fPIC -DPIC -o .libs/RayCrossingCounter.o | |
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../include -I../../include/geos -I../../include -DGEOS_INLINE -pedantic -Wall -ansi -Wno-long-long -ffloat-store -g -O2 -MT RayCrossingCounter.lo -MD -MP -MF .deps/RayCrossingCounter.Tpo -c RayCrossingCounter.cpp -o RayCrossingCounter.o >/dev/null 2>&1 | |
mv -f .deps/RayCrossingCounter.Tpo .deps/RayCrossingCounter.Plo | |
/bin/bash ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../include -I../../include/geos -I../../include -DGEOS_INLINE -pedantic -Wall -ansi -Wno-long-long -ffloat-store -g -O2 -MT RobustDeterminant.lo -MD -MP -MF .deps/RobustDeterminant.Tpo -c -o RobustDeterminant.lo RobustDeterminant.cpp | |
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../include -I../../include/geos -I../../include -DGEOS_INLINE -pedantic -Wall -ansi -Wno-long-long -ffloat-store -g -O2 -MT RobustDeterminant.lo -MD -MP -MF .deps/RobustDeterminant.Tpo -c RobustDeterminant.cpp -fPIC -DPIC -o .libs/RobustDeterminant.o | |
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../include -I../../include/geos -I../../include -DGEOS_INLINE -pedantic -Wall -ansi -Wno-long-long -ffloat-store -g -O2 -MT RobustDeterminant.lo -MD -MP -MF .deps/RobustDeterminant.Tpo -c RobustDeterminant.cpp -o RobustDeterminant.o >/dev/null 2>&1 | |
mv -f .deps/RobustDeterminant.Tpo .deps/RobustDeterminant.Plo | |
/bin/bash ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../include -I../../include/geos -I../../include -DGEOS_INLINE -pedantic -Wall -ansi -Wno-long-long -ffloat-store -g -O2 -MT SimplePointInRing.lo -MD -MP -MF .deps/SimplePointInRing.Tpo -c -o SimplePointInRing.lo SimplePointInRing.cpp | |
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../include -I../../include/geos -I../../include -DGEOS_INLINE -pedantic -Wall -ansi -Wno-long-long -ffloat-store -g -O2 -MT SimplePointInRing.lo -MD -MP -MF .deps/SimplePointInRing.Tpo -c SimplePointInRing.cpp -fPIC -DPIC -o .libs/SimplePointInRing.o | |
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../include -I../../include/geos -I../../include -DGEOS_INLINE -pedantic -Wall -ansi -Wno-long-long -ffloat-store -g -O2 -MT SimplePointInRing.lo -MD -MP -MF .deps/SimplePointInRing.Tpo -c SimplePointInRing.cpp -o SimplePointInRing.o >/dev/null 2>&1 | |
mv -f .deps/SimplePointInRing.Tpo .deps/SimplePointInRing.Plo | |
/bin/bash ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../include -I../../include/geos -I../../include -DGEOS_INLINE -pedantic -Wall -ansi -Wno-long-long -ffloat-store -g -O2 -MT SIRtreePointInRing.lo -MD -MP -MF .deps/SIRtreePointInRing.Tpo -c -o SIRtreePointInRing.lo SIRtreePointInRing.cpp | |
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../include -I../../include/geos -I../../include -DGEOS_INLINE -pedantic -Wall -ansi -Wno-long-long -ffloat-store -g -O2 -MT SIRtreePointInRing.lo -MD -MP -MF .deps/SIRtreePointInRing.Tpo -c SIRtreePointInRing.cpp -fPIC -DPIC -o .libs/SIRtreePointInRing.o | |
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../include -I../../include/geos -I../../include -DGEOS_INLINE -pedantic -Wall -ansi -Wno-long-long -ffloat-store -g -O2 -MT SIRtreePointInRing.lo -MD -MP -MF .deps/SIRtreePointInRing.Tpo -c SIRtreePointInRing.cpp -o SIRtreePointInRing.o >/dev/null 2>&1 | |
mv -f .deps/SIRtreePointInRing.Tpo .deps/SIRtreePointInRing.Plo | |
/bin/bash ../../libtool --tag=CXX --mode=link g++ -DGEOS_INLINE -pedantic -Wall -ansi -Wno-long-long -ffloat-store -g -O2 -o libalgorithm.la Angle.lo BoundaryNodeRule.lo CentroidArea.lo CentroidLine.lo CentroidPoint.lo CGAlgorithms.lo ConvexHull.lo HCoordinate.lo InteriorPointArea.lo InteriorPointLine.lo InteriorPointPoint.lo LineIntersector.lo MCPointInRing.lo MinimumDiameter.lo NotRepresentableException.lo PointLocator.lo RayCrossingCounter.lo RobustDeterminant.lo SimplePointInRing.lo SIRtreePointInRing.lo locate/liblocation.la distance/libdistance.la | |
libtool: link: (cd .libs/libalgorithm.lax/liblocation.a && ar x "/vagrant/archesproject/Install/geos-3.3.8/src/algorithm/locate/.libs/liblocation.a") | |
libtool: link: (cd .libs/libalgorithm.lax/libdistance.a && ar x "/vagrant/archesproject/Install/geos-3.3.8/src/algorithm/distance/.libs/libdistance.a") | |
libtool: link: ar cru .libs/libalgorithm.a .libs/Angle.o .libs/BoundaryNodeRule.o .libs/CentroidArea.o .libs/CentroidLine.o .libs/CentroidPoint.o .libs/CGAlgorithms.o .libs/ConvexHull.o .libs/HCoordinate.o .libs/InteriorPointArea.o .libs/InteriorPointLine.o .libs/InteriorPointPoint.o .libs/LineIntersector.o .libs/MCPointInRing.o .libs/MinimumDiameter.o .libs/NotRepresentableException.o .libs/PointLocator.o .libs/RayCrossingCounter.o .libs/RobustDeterminant.o .libs/SimplePointInRing.o .libs/SIRtreePointInRing.o .libs/libalgorithm.lax/liblocation.a/IndexedPointInAreaLocator.o .libs/libalgorithm.lax/liblocation.a/PointOnGeometryLocator.o .libs/libalgorithm.lax/liblocation.a/SimplePointInAreaLocator.o .libs/libalgorithm.lax/libdistance.a/DiscreteHausdorffDistance.o .libs/libalgorithm.lax/libdistance.a/DistanceToPoint.o | |
libtool: link: ranlib .libs/libalgorithm.a | |
libtool: link: rm -fr .libs/libalgorithm.lax | |
libtool: link: ( cd ".libs" && rm -f "libalgorithm.la" && ln -s "../libalgorithm.la" "libalgorithm.la" ) | |
make[3]: Leaving directory `/vagrant/archesproject/Install/geos-3.3.8/src/algorithm' | |
make[2]: Leaving directory `/vagrant/archesproject/Install/geos-3.3.8/src/algorithm' | |
Making all in geom | |
make[2]: Entering directory `/vagrant/archesproject/Install/geos-3.3.8/src/geom' | |
Making all in util | |
make[3]: Entering directory `/vagrant/archesproject/Install/geos-3.3.8/src/geom/util' | |
/bin/bash ../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../include -I../../../include/geos -I../../../include -DGEOS_INLINE -pedantic -Wall -ansi -Wno-long-long -ffloat-store -g -O2 -MT ComponentCoordinateExtracter.lo -MD -MP -MF .deps/ComponentCoordinateExtracter.Tpo -c -o ComponentCoordinateExtracter.lo ComponentCoordinateExtracter.cpp | |
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../include -I../../../include/geos -I../../../include -DGEOS_INLINE -pedantic -Wall -ansi -Wno-long-long -ffloat-store -g -O2 -MT ComponentCoordinateExtracter.lo -MD -MP -MF .deps/ComponentCoordinateExtracter.Tpo -c ComponentCoordinateExtracter.cpp -fPIC -DPIC -o .libs/ComponentCoordinateExtracter.o | |
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../include -I../../../include/geos -I../../../include -DGEOS_INLINE -pedantic -Wall -ansi -Wno-long-long -ffloat-store -g -O2 -MT ComponentCoordinateExtracter.lo -MD -MP -MF .deps/ComponentCoordinateExtracter.Tpo -c ComponentCoordinateExtracter.cpp -o ComponentCoordinateExtracter.o >/dev/null 2>&1 | |
mv -f .deps/ComponentCoordinateExtracter.Tpo .deps/ComponentCoordinateExtracter.Plo | |
/bin/bash ../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../include -I../../../include/geos -I../../../include -DGEOS_INLINE -pedantic -Wall -ansi -Wno-long-long -ffloat-store -g -O2 -MT CoordinateOperation.lo -MD -MP -MF .deps/CoordinateOperation.Tpo -c -o CoordinateOperation.lo CoordinateOperation.cpp | |
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../include -I../../../include/geos -I../../../include -DGEOS_INLINE -pedantic -Wall -ansi -Wno-long-long -ffloat-store -g -O2 -MT CoordinateOperation.lo -MD -MP -MF .deps/CoordinateOperation.Tpo -c CoordinateOperation.cpp -fPIC -DPIC -o .libs/CoordinateOperation.o | |
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../include -I../../../include/geos -I../../../include -DGEOS_INLINE -pedantic -Wall -ansi -Wno-long-long -ffloat-store -g -O2 -MT CoordinateOperation.lo -MD -MP -MF .deps/CoordinateOperation.Tpo -c CoordinateOperation.cpp -o CoordinateOperation.o >/dev/null 2>&1 | |
mv -f .deps/CoordinateOperation.Tpo .deps/CoordinateOperation.Plo | |
/bin/bash ../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../include -I../../../include/geos -I../../../include -DGEOS_INLINE -pedantic -Wall -ansi -Wno-long-long -ffloat-store -g -O2 -MT GeometryEditor.lo -MD -MP -MF .deps/GeometryEditor.Tpo -c -o GeometryEditor.lo GeometryEditor.cpp | |
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../include -I../../../include/geos -I../../../include -DGEOS_INLINE -pedantic -Wall -ansi -Wno-long-long -ffloat-store -g -O2 -MT GeometryEditor.lo -MD -MP -MF .deps/GeometryEditor.Tpo -c GeometryEditor.cpp -fPIC -DPIC -o .libs/GeometryEditor.o | |
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../include -I../../../include/geos -I../../../include -DGEOS_INLINE -pedantic -Wall -ansi -Wno-long-long -ffloat-store -g -O2 -MT GeometryEditor.lo -MD -MP -MF .deps/GeometryEditor.Tpo -c GeometryEditor.cpp -o GeometryEditor.o >/dev/null 2>&1 | |
mv -f .deps/GeometryEditor.Tpo .deps/GeometryEditor.Plo | |
/bin/bash ../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../include -I../../../include/geos -I../../../include -DGEOS_INLINE -pedantic -Wall -ansi -Wno-long-long -ffloat-store -g -O2 -MT GeometryTransformer.lo -MD -MP -MF .deps/GeometryTransformer.Tpo -c -o GeometryTransformer.lo GeometryTransformer.cpp | |
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../include -I../../../include/geos -I../../../include -DGEOS_INLINE -pedantic -Wall -ansi -Wno-long-long -ffloat-store -g -O2 -MT GeometryTransformer.lo -MD -MP -MF .deps/GeometryTransformer.Tpo -c GeometryTransformer.cpp -fPIC -DPIC -o .libs/GeometryTransformer.o | |
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../include -I../../../include/geos -I../../../include -DGEOS_INLINE -pedantic -Wall -ansi -Wno-long-long -ffloat-store -g -O2 -MT GeometryTransformer.lo -MD -MP -MF .deps/GeometryTransformer.Tpo -c GeometryTransformer.cpp -o GeometryTransformer.o >/dev/null 2>&1 | |
mv -f .deps/GeometryTransformer.Tpo .deps/GeometryTransformer.Plo | |
/bin/bash ../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../include -I../../../include/geos -I../../../include -DGEOS_INLINE -pedantic -Wall -ansi -Wno-long-long -ffloat-store -g -O2 -MT ShortCircuitedGeometryVisitor.lo -MD -MP -MF .deps/ShortCircuitedGeometryVisitor.Tpo -c -o ShortCircuitedGeometryVisitor.lo ShortCircuitedGeometryVisitor.cpp | |
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../include -I../../../include/geos -I../../../include -DGEOS_INLINE -pedantic -Wall -ansi -Wno-long-long -ffloat-store -g -O2 -MT ShortCircuitedGeometryVisitor.lo -MD -MP -MF .deps/ShortCircuitedGeometryVisitor.Tpo -c ShortCircuitedGeometryVisitor.cpp -fPIC -DPIC -o .libs/ShortCircuitedGeometryVisitor.o | |
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../include -I../../../include/geos -I../../../include -DGEOS_INLINE -pedantic -Wall -ansi -Wno-long-long -ffloat-store -g -O2 -MT ShortCircuitedGeometryVisitor.lo -MD -MP -MF .deps/ShortCircuitedGeometryVisitor.Tpo -c ShortCircuitedGeometryVisitor.cpp -o ShortCircuitedGeometryVisitor.o >/dev/null 2>&1 | |
mv -f .deps/ShortCircuitedGeometryVisitor.Tpo .deps/ShortCircuitedGeometryVisitor.Plo | |
/bin/bash ../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../include -I../../../include/geos -I../../../include -DGEOS_INLINE -pedantic -Wall -ansi -Wno-long-long -ffloat-store -g -O2 -MT SineStarFactory.lo -MD -MP -MF .deps/SineStarFactory.Tpo -c -o SineStarFactory.lo SineStarFactory.cpp | |
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../include -I../../../include/geos -I../../../include -DGEOS_INLINE -pedantic -Wall -ansi -Wno-long-long -ffloat-store -g -O2 -MT SineStarFactory.lo -MD -MP -MF .deps/SineStarFactory.Tpo -c SineStarFactory.cpp -fPIC -DPIC -o .libs/SineStarFactory.o | |
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../include -I../../../include/geos -I../../../include -DGEOS_INLINE -pedantic -Wall -ansi -Wno-long-long -ffloat-store -g -O2 -MT SineStarFactory.lo -MD -MP -MF .deps/SineStarFactory.Tpo -c SineStarFactory.cpp -o SineStarFactory.o >/dev/null 2>&1 | |
mv -f .deps/SineStarFactory.Tpo .deps/SineStarFactory.Plo | |
/bin/bash ../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../include -I../../../include/geos -I../../../include -DGEOS_INLINE -pedantic -Wall -ansi -Wno-long-long -ffloat-store -g -O2 -MT GeometryCombiner.lo -MD -MP -MF .deps/GeometryCombiner.Tpo -c -o GeometryCombiner.lo GeometryCombiner.cpp | |
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../include -I../../../include/geos -I../../../include -DGEOS_INLINE -pedantic -Wall -ansi -Wno-long-long -ffloat-store -g -O2 -MT GeometryCombiner.lo -MD -MP -MF .deps/GeometryCombiner.Tpo -c GeometryCombiner.cpp -fPIC -DPIC -o .libs/GeometryCombiner.o | |
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../include -I../../../include/geos -I../../../include -DGEOS_INLINE -pedantic -Wall -ansi -Wno-long-long -ffloat-store -g -O2 -MT GeometryCombiner.lo -MD -MP -MF .deps/GeometryCombiner.Tpo -c GeometryCombiner.cpp -o GeometryCombiner.o >/dev/null 2>&1 | |
mv -f .deps/GeometryCombiner.Tpo .deps/GeometryCombiner.Plo | |
/bin/bash ../../../libtool --tag=CXX --mode=link g++ -DGEOS_INLINE -pedantic -Wall -ansi -Wno-long-long -ffloat-store -g -O2 -o libgeomutil.la ComponentCoordinateExtracter.lo CoordinateOperation.lo GeometryEditor.lo GeometryTransformer.lo ShortCircuitedGeometryVisitor.lo SineStarFactory.lo GeometryCombiner.lo | |
libtool: link: ar cru .libs/libgeomutil.a .libs/ComponentCoordinateExtracter.o .libs/CoordinateOperation.o .libs/GeometryEditor.o .libs/GeometryTransformer.o .libs/ShortCircuitedGeometryVisitor.o .libs/SineStarFactory.o .libs/GeometryCombiner.o | |
libtool: link: ranlib .libs/libgeomutil.a | |
libtool: link: ( cd ".libs" && rm -f "libgeomutil.la" && ln -s "../libgeomutil.la" "libgeomutil.la" ) | |
make[3]: Leaving directory `/vagrant/archesproject/Install/geos-3.3.8/src/geom/util' | |
Making all in prep | |
make[3]: Entering directory `/vagrant/archesproject/Install/geos-3.3.8/src/geom/prep' | |
/bin/bash ../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../include -I../../../include/geos -I../../../include -DGEOS_INLINE -pedantic -Wall -ansi -Wno-long-long -ffloat-store -g -O2 -MT AbstractPreparedPolygonContains.lo -MD -MP -MF .deps/AbstractPreparedPolygonContains.Tpo -c -o AbstractPreparedPolygonContains.lo AbstractPreparedPolygonContains.cpp | |
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../include -I../../../include/geos -I../../../include -DGEOS_INLINE -pedantic -Wall -ansi -Wno-long-long -ffloat-store -g -O2 -MT AbstractPreparedPolygonContains.lo -MD -MP -MF .deps/AbstractPreparedPolygonContains.Tpo -c AbstractPreparedPolygonContains.cpp -fPIC -DPIC -o .libs/AbstractPreparedPolygonContains.o | |
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../include -I../../../include/geos -I../../../include -DGEOS_INLINE -pedantic -Wall -ansi -Wno-long-long -ffloat-store -g -O2 -MT AbstractPreparedPolygonContains.lo -MD -MP -MF .deps/AbstractPreparedPolygonContains.Tpo -c AbstractPreparedPolygonContains.cpp -o AbstractPreparedPolygonContains.o >/dev/null 2>&1 | |
mv -f .deps/AbstractPreparedPolygonContains.Tpo .deps/AbstractPreparedPolygonContains.Plo | |
/bin/bash ../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../include -I../../../include/geos -I../../../include -DGEOS_INLINE -pedantic -Wall -ansi -Wno-long-long -ffloat-store -g -O2 -MT BasicPreparedGeometry.lo -MD -MP -MF .deps/BasicPreparedGeometry.Tpo -c -o BasicPreparedGeometry.lo BasicPreparedGeometry.cpp | |
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../include -I../../../include/geos -I../../../include -DGEOS_INLINE -pedantic -Wall -ansi -Wno-long-long -ffloat-store -g -O2 -MT BasicPreparedGeometry.lo -MD -MP -MF .deps/BasicPreparedGeometry.Tpo -c BasicPreparedGeometry.cpp -fPIC -DPIC -o .libs/BasicPreparedGeometry.o | |
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../include -I../../../include/geos -I../../../include -DGEOS_INLINE -pedantic -Wall -ansi -Wno-long-long -ffloat-store -g -O2 -MT BasicPreparedGeometry.lo -MD -MP -MF .deps/BasicPreparedGeometry.Tpo -c BasicPreparedGeometry.cpp -o BasicPreparedGeometry.o >/dev/null 2>&1 | |
mv -f .deps/BasicPreparedGeometry.Tpo .deps/BasicPreparedGeometry.Plo | |
/bin/bash ../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../include -I../../../include/geos -I../../../include -DGEOS_INLINE -pedantic -Wall -ansi -Wno-long-long -ffloat-store -g -O2 -MT PreparedGeometry.lo -MD -MP -MF .deps/PreparedGeometry.Tpo -c -o PreparedGeometry.lo PreparedGeometry.cpp | |
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../include -I../../../include/geos -I../../../include -DGEOS_INLINE -pedantic -Wall -ansi -Wno-long-long -ffloat-store -g -O2 -MT PreparedGeometry.lo -MD -MP -MF .deps/PreparedGeometry.Tpo -c PreparedGeometry.cpp -fPIC -DPIC -o .libs/PreparedGeometry.o | |
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../include -I../../../include/geos -I../../../include -DGEOS_INLINE -pedantic -Wall -ansi -Wno-long-long -ffloat-store -g -O2 -MT PreparedGeometry.lo -MD -MP -MF .deps/PreparedGeometry.Tpo -c PreparedGeometry.cpp -o PreparedGeometry.o >/dev/null 2>&1 | |
mv -f .deps/PreparedGeometry.Tpo .deps/PreparedGeometry.Plo | |
/bin/bash ../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../include -I../../../include/geos -I../../../include -DGEOS_INLINE -pedantic -Wall -ansi -Wno-long-long -ffloat-store -g -O2 -MT PreparedGeometryFactory.lo -MD -MP -MF .deps/PreparedGeometryFactory.Tpo -c -o PreparedGeometryFactory.lo PreparedGeometryFactory.cpp | |
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../include -I../../../include/geos -I../../../include -DGEOS_INLINE -pedantic -Wall -ansi -Wno-long-long -ffloat-store -g -O2 -MT PreparedGeometryFactory.lo -MD -MP -MF .deps/PreparedGeometryFactory.Tpo -c PreparedGeometryFactory.cpp -fPIC -DPIC -o .libs/PreparedGeometryFactory.o | |
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../include -I../../../include/geos -I../../../include -DGEOS_INLINE -pedantic -Wall -ansi -Wno-long-long -ffloat-store -g -O2 -MT PreparedGeometryFactory.lo -MD -MP -MF .deps/PreparedGeometryFactory.Tpo -c PreparedGeometryFactory.cpp -o PreparedGeometryFactory.o >/dev/null 2>&1 | |
mv -f .deps/PreparedGeometryFactory.Tpo .deps/PreparedGeometryFactory.Plo | |
/bin/bash ../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../include -I../../../include/geos -I../../../include -DGEOS_INLINE -pedantic -Wall -ansi -Wno-long-long -ffloat-store -g -O2 -MT PreparedLineString.lo -MD -MP -MF .deps/PreparedLineString.Tpo -c -o PreparedLineString.lo PreparedLineString.cpp | |
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../include -I../../../include/geos -I../../../include -DGEOS_INLINE -pedantic -Wall -ansi -Wno-long-long -ffloat-store -g -O2 -MT PreparedLineString.lo -MD -MP -MF .deps/PreparedLineString.Tpo -c PreparedLineString.cpp -fPIC -DPIC -o .libs/PreparedLineString.o | |
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../include -I../../../include/geos -I../../../include -DGEOS_INLINE -pedantic -Wall -ansi -Wno-long-long -ffloat-store -g -O2 -MT PreparedLineString.lo -MD -MP -MF .deps/PreparedLineString.Tpo -c PreparedLineString.cpp -o PreparedLineString.o >/dev/null 2>&1 | |
mv -f .deps/PreparedLineString.Tpo .deps/PreparedLineString.Plo | |
/bin/bash ../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../include -I../../../include/geos -I../../../include -DGEOS_INLINE -pedantic -Wall -ansi -Wno-long-long -ffloat-store -g -O2 -MT PreparedLineStringIntersects.lo -MD -MP -MF .deps/PreparedLineStringIntersects.Tpo -c -o PreparedLineStringIntersects.lo PreparedLineStringIntersects.cpp | |
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../include -I../../../include/geos -I../../../include -DGEOS_INLINE -pedantic -Wall -ansi -Wno-long-long -ffloat-store -g -O2 -MT PreparedLineStringIntersects.lo -MD -MP -MF .deps/PreparedLineStringIntersects.Tpo -c PreparedLineStringIntersects.cpp -fPIC -DPIC -o .libs/PreparedLineStringIntersects.o | |
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../include -I../../../include/geos -I../../../include -DGEOS_INLINE -pedantic -Wall -ansi -Wno-long-long -ffloat-store -g -O2 -MT PreparedLineStringIntersects.lo -MD -MP -MF .deps/PreparedLineStringIntersects.Tpo -c PreparedLineStringIntersects.cpp -o PreparedLineStringIntersects.o >/dev/null 2>&1 | |
mv -f .deps/PreparedLineStringIntersects.Tpo .deps/PreparedLineStringIntersects.Plo | |
/bin/bash ../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../include -I../../../include/geos -I../../../include -DGEOS_INLINE -pedantic -Wall -ansi -Wno-long-long -ffloat-store -g -O2 -MT PreparedPoint.lo -MD -MP -MF .deps/PreparedPoint.Tpo -c -o PreparedPoint.lo PreparedPoint.cpp | |
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../include -I../../../include/geos -I../../../include -DGEOS_INLINE -pedantic -Wall -ansi -Wno-long-long -ffloat-store -g -O2 -MT PreparedPoint.lo -MD -MP -MF .deps/PreparedPoint.Tpo -c PreparedPoint.cpp -fPIC -DPIC -o .libs/PreparedPoint.o | |
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../include -I../../../include/geos -I../../../include -DGEOS_INLINE -pedantic -Wall -ansi -Wno-long-long -ffloat-store -g -O2 -MT PreparedPoint.lo -MD -MP -MF .deps/PreparedPoint.Tpo -c PreparedPoint.cpp -o PreparedPoint.o >/dev/null 2>&1 | |
mv -f .deps/PreparedPoint.Tpo .deps/PreparedPoint.Plo | |
/bin/bash ../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../include -I../../../include/geos -I../../../include -DGEOS_INLINE -pedantic -Wall -ansi -Wno-long-long -ffloat-store -g -O2 -MT PreparedPolygonContains.lo -MD -MP -MF .deps/PreparedPolygonContains.Tpo -c -o PreparedPolygonContains.lo PreparedPolygonContains.cpp | |
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../include -I../../../include/geos -I../../../include -DGEOS_INLINE -pedantic -Wall -ansi -Wno-long-long -ffloat-store -g -O2 -MT PreparedPolygonContains.lo -MD -MP -MF .deps/PreparedPolygonContains.Tpo -c PreparedPolygonContains.cpp -fPIC -DPIC -o .libs/PreparedPolygonContains.o | |
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../include -I../../../include/geos -I../../../include -DGEOS_INLINE -pedantic -Wall -ansi -Wno-long-long -ffloat-store -g -O2 -MT PreparedPolygonContains.lo -MD -MP -MF .deps/PreparedPolygonContains.Tpo -c PreparedPolygonContains.cpp -o PreparedPolygonContains.o >/dev/null 2>&1 | |
mv -f .deps/PreparedPolygonContains.Tpo .deps/PreparedPolygonContains.Plo | |
/bin/bash ../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../include -I../../../include/geos -I../../../include -DGEOS_INLINE -pedantic -Wall -ansi -Wno-long-long -ffloat-store -g -O2 -MT PreparedPolygonContainsProperly.lo -MD -MP -MF .deps/PreparedPolygonContainsProperly.Tpo -c -o PreparedPolygonContainsProperly.lo PreparedPolygonContainsProperly.cpp | |
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../include -I../../../include/geos -I../../../include -DGEOS_INLINE -pedantic -Wall -ansi -Wno-long-long -ffloat-store -g -O2 -MT PreparedPolygonContainsProperly.lo -MD -MP -MF .deps/PreparedPolygonContainsProperly.Tpo -c PreparedPolygonContainsProperly.cpp -fPIC -DPIC -o .libs/PreparedPolygonContainsProperly.o | |
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../include -I../../../include/geos -I../../../include -DGEOS_INLINE -pedantic -Wall -ansi -Wno-long-long -ffloat-store -g -O2 -MT PreparedPolygonContainsProperly.lo -MD -MP -MF .deps/PreparedPolygonContainsProperly.Tpo -c PreparedPolygonContainsProperly.cpp -o PreparedPolygonContainsProperly.o >/dev/null 2>&1 | |
mv -f .deps/PreparedPolygonContainsProperly.Tpo .deps/PreparedPolygonContainsProperly.Plo | |
/bin/bash ../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../include -I../../../include/geos -I../../../include -DGEOS_INLINE -pedantic -Wall -ansi -Wno-long-long -ffloat-store -g -O2 -MT PreparedPolygonCovers.lo -MD -MP -MF .deps/PreparedPolygonCovers.Tpo -c -o PreparedPolygonCovers.lo PreparedPolygonCovers.cpp | |
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../include -I../../../include/geos -I../../../include -DGEOS_INLINE -pedantic -Wall -ansi -Wno-long-long -ffloat-store -g -O2 -MT PreparedPolygonCovers.lo -MD -MP -MF .deps/PreparedPolygonCovers.Tpo -c PreparedPolygonCovers.cpp -fPIC -DPIC -o .libs/PreparedPolygonCovers.o | |
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../include -I../../../include/geos -I../../../include -DGEOS_INLINE -pedantic -Wall -ansi -Wno-long-long -ffloat-store -g -O2 -MT PreparedPolygonCovers.lo -MD -MP -MF .deps/PreparedPolygonCovers.Tpo -c PreparedPolygonCovers.cpp -o PreparedPolygonCovers.o >/dev/null 2>&1 | |
mv -f .deps/PreparedPolygonCovers.Tpo .deps/PreparedPolygonCovers.Plo | |
/bin/bash ../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../include -I../../../include/geos -I../../../include -DGEOS_INLINE -pedantic -Wall -ansi -Wno-long-long -ffloat-store -g -O2 -MT PreparedPolygon.lo -MD -MP -MF .deps/PreparedPolygon.Tpo -c -o PreparedPolygon.lo PreparedPolygon.cpp | |
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../include -I../../../include/geos -I../../../include -DGEOS_INLINE -pedantic -Wall -ansi -Wno-long-long -ffloat-store -g -O2 -MT PreparedPolygon.lo -MD -MP -MF .deps/PreparedPolygon.Tpo -c PreparedPolygon.cpp -fPIC -DPIC -o .libs/PreparedPolygon.o | |
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../include -I../../../include/geos -I../../../include -DGEOS_INLINE -pedantic -Wall -ansi -Wno-long-long -ffloat-store -g -O2 -MT PreparedPolygon.lo -MD -MP -MF .deps/PreparedPolygon.Tpo -c PreparedPolygon.cpp -o PreparedPolygon.o >/dev/null 2>&1 | |
mv -f .deps/PreparedPolygon.Tpo .deps/PreparedPolygon.Plo | |
/bin/bash ../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../include -I../../../include/geos -I../../../include -DGEOS_INLINE -pedantic -Wall -ansi -Wno-long-long -ffloat-store -g -O2 -MT PreparedPolygonIntersects.lo -MD -MP -MF .deps/PreparedPolygonIntersects.Tpo -c -o PreparedPolygonIntersects.lo PreparedPolygonIntersects.cpp | |
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../include -I../../../include/geos -I../../../include -DGEOS_INLINE -pedantic -Wall -ansi -Wno-long-long -ffloat-store -g -O2 -MT PreparedPolygonIntersects.lo -MD -MP -MF .deps/PreparedPolygonIntersects.Tpo -c PreparedPolygonIntersects.cpp -fPIC -DPIC -o .libs/PreparedPolygonIntersects.o | |
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../include -I../../../include/geos -I../../../include -DGEOS_INLINE -pedantic -Wall -ansi -Wno-long-long -ffloat-store -g -O2 -MT PreparedPolygonIntersects.lo -MD -MP -MF .deps/PreparedPolygonIntersects.Tpo -c PreparedPolygonIntersects.cpp -o PreparedPolygonIntersects.o >/dev/null 2>&1 | |
mv -f .deps/PreparedPolygonIntersects.Tpo .deps/PreparedPolygonIntersects.Plo | |
/bin/bash ../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../include -I../../../include/geos -I../../../include -DGEOS_INLINE -pedantic -Wall -ansi -Wno-long-long -ffloat-store -g -O2 -MT PreparedPolygonPredicate.lo -MD -MP -MF .deps/PreparedPolygonPredicate.Tpo -c -o PreparedPolygonPredicate.lo PreparedPolygonPredicate.cpp | |
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../include -I../../../include/geos -I../../../include -DGEOS_INLINE -pedantic -Wall -ansi -Wno-long-long -ffloat-store -g -O2 -MT PreparedPolygonPredicate.lo -MD -MP -MF .deps/PreparedPolygonPredicate.Tpo -c PreparedPolygonPredicate.cpp -fPIC -DPIC -o .libs/PreparedPolygonPredicate.o | |
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../include -I../../../include/geos -I../../../include -DGEOS_INLINE -pedantic -Wall -ansi -Wno-long-long -ffloat-store -g -O2 -MT PreparedPolygonPredicate.lo -MD -MP -MF .deps/PreparedPolygonPredicate.Tpo -c PreparedPolygonPredicate.cpp -o PreparedPolygonPredicate.o >/dev/null 2>&1 | |
mv -f .deps/PreparedPolygonPredicate.Tpo .deps/PreparedPolygonPredicate.Plo | |
/bin/bash ../../../libtool --tag=CXX --mode=link g++ -DGEOS_INLINE -pedantic -Wall -ansi -Wno-long-long -ffloat-store -g -O2 -o libgeomprep.la AbstractPreparedPolygonContains.lo BasicPreparedGeometry.lo PreparedGeometry.lo PreparedGeometryFactory.lo PreparedLineString.lo PreparedLineStringIntersects.lo PreparedPoint.lo PreparedPolygonContains.lo PreparedPolygonContainsProperly.lo PreparedPolygonCovers.lo PreparedPolygon.lo PreparedPolygonIntersects.lo PreparedPolygonPredicate.lo | |
libtool: link: ar cru .libs/libgeomprep.a .libs/AbstractPreparedPolygonContains.o .libs/BasicPreparedGeometry.o .libs/PreparedGeometry.o .libs/PreparedGeometryFactory.o .libs/PreparedLineString.o .libs/PreparedLineStringIntersects.o .libs/PreparedPoint.o .libs/PreparedPolygonContains.o .libs/PreparedPolygonContainsProperly.o .libs/PreparedPolygonCovers.o .libs/PreparedPolygon.o .libs/PreparedPolygonIntersects.o .libs/PreparedPolygonPredicate.o | |
libtool: link: ranlib .libs/libgeomprep.a | |
libtool: link: ( cd ".libs" && rm -f "libgeomprep.la" && ln -s "../libgeomprep.la" "libgeomprep.la" ) | |
make[3]: Leaving directory `/vagrant/archesproject/Install/geos-3.3.8/src/geom/prep' | |
make[3]: Entering directory `/vagrant/archesproject/Install/geos-3.3.8/src/geom' | |
/bin/bash ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../include -I../../include/geos -I../../include -DGEOS_INLINE -pedantic -Wall -ansi -Wno-long-long -ffloat-store -g -O2 -MT Coordinate.lo -MD -MP -MF .deps/Coordinate.Tpo -c -o Coordinate.lo Coordinate.cpp | |
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../include -I../../include/geos -I../../include -DGEOS_INLINE -pedantic -Wall -ansi -Wno-long-long -ffloat-store -g -O2 -MT Coordinate.lo -MD -MP -MF .deps/Coordinate.Tpo -c Coordinate.cpp -fPIC -DPIC -o .libs/Coordinate.o | |
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../include -I../../include/geos -I../../include -DGEOS_INLINE -pedantic -Wall -ansi -Wno-long-long -ffloat-store -g -O2 -MT Coordinate.lo -MD -MP -MF .deps/Coordinate.Tpo -c Coordinate.cpp -o Coordinate.o >/dev/null 2>&1 | |
mv -f .deps/Coordinate.Tpo .deps/Coordinate.Plo | |
/bin/bash ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../include -I../../include/geos -I../../include -DGEOS_INLINE -pedantic -Wall -ansi -Wno-long-long -ffloat-store -g -O2 -MT CoordinateSequence.lo -MD -MP -MF .deps/CoordinateSequence.Tpo -c -o CoordinateSequence.lo CoordinateSequence.cpp | |
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../include -I../../include/geos -I../../include -DGEOS_INLINE -pedantic -Wall -ansi -Wno-long-long -ffloat-store -g -O2 -MT CoordinateSequence.lo -MD -MP -MF .deps/CoordinateSequence.Tpo -c CoordinateSequence.cpp -fPIC -DPIC -o .libs/CoordinateSequence.o | |
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../include -I../../include/geos -I../../include -DGEOS_INLINE -pedantic -Wall -ansi -Wno-long-long -ffloat-store -g -O2 -MT CoordinateSequence.lo -MD -MP -MF .deps/CoordinateSequence.Tpo -c CoordinateSequence.cpp -o CoordinateSequence.o >/dev/null 2>&1 | |
mv -f .deps/CoordinateSequence.Tpo .deps/CoordinateSequence.Plo | |
/bin/bash ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../include -I../../include/geos -I../../include -DGEOS_INLINE -pedantic -Wall -ansi -Wno-long-long -ffloat-store -g -O2 -MT CoordinateSequenceFactory.lo -MD -MP -MF .deps/CoordinateSequenceFactory.Tpo -c -o CoordinateSequenceFactory.lo CoordinateSequenceFactory.cpp | |
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../include -I../../include/geos -I../../include -DGEOS_INLINE -pedantic -Wall -ansi -Wno-long-long -ffloat-store -g -O2 -MT CoordinateSequenceFactory.lo -MD -MP -MF .deps/CoordinateSequenceFactory.Tpo -c CoordinateSequenceFactory.cpp -fPIC -DPIC -o .libs/CoordinateSequenceFactory.o | |
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../include -I../../include/geos -I../../include -DGEOS_INLINE -pedantic -Wall -ansi -Wno-long-long -ffloat-store -g -O2 -MT CoordinateSequenceFactory.lo -MD -MP -MF .deps/CoordinateSequenceFactory.Tpo -c CoordinateSequenceFactory.cpp -o CoordinateSequenceFactory.o >/dev/null 2>&1 | |
mv -f .deps/CoordinateSequenceFactory.Tpo .deps/CoordinateSequenceFactory.Plo | |
/bin/bash ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../include -I../../include/geos -I../../include -DGEOS_INLINE -pedantic -Wall -ansi -Wno-long-long -ffloat-store -g -O2 -MT CoordinateArraySequence.lo -MD -MP -MF .deps/CoordinateArraySequence.Tpo -c -o CoordinateArraySequence.lo CoordinateArraySequence.cpp | |
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../include -I../../include/geos -I../../include -DGEOS_INLINE -pedantic -Wall -ansi -Wno-long-long -ffloat-store -g -O2 -MT CoordinateArraySequence.lo -MD -MP -MF .deps/CoordinateArraySequence.Tpo -c CoordinateArraySequence.cpp -fPIC -DPIC -o .libs/CoordinateArraySequence.o | |
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../include -I../../include/geos -I../../include -DGEOS_INLINE -pedantic -Wall -ansi -Wno-long-long -ffloat-store -g -O2 -MT CoordinateArraySequence.lo -MD -MP -MF .deps/CoordinateArraySequence.Tpo -c CoordinateArraySequence.cpp -o CoordinateArraySequence.o >/dev/null 2>&1 | |
mv -f .deps/CoordinateArraySequence.Tpo .deps/CoordinateArraySequence.Plo | |
/bin/bash ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../include -I../../include/geos -I../../include -DGEOS_INLINE -pedantic -Wall -ansi -Wno-long-long -ffloat-store -g -O2 -MT CoordinateArraySequenceFactory.lo -MD -MP -MF .deps/CoordinateArraySequenceFactory.Tpo -c -o CoordinateArraySequenceFactory.lo CoordinateArraySequenceFactory.cpp | |
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../include -I../../include/geos -I../../include -DGEOS_INLINE -pedantic -Wall -ansi -Wno-long-long -ffloat-store -g -O2 -MT CoordinateArraySequenceFactory.lo -MD -MP -MF .deps/CoordinateArraySequenceFactory.Tpo -c CoordinateArraySequenceFactory.cpp -fPIC -DPIC -o .libs/CoordinateArraySequenceFactory.o | |
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../include -I../../include/geos -I../../include -DGEOS_INLINE -pedantic -Wall -ansi -Wno-long-long -ffloat-store -g -O2 -MT CoordinateArraySequenceFactory.lo -MD -MP -MF .deps/CoordinateArraySequenceFactory.Tpo -c CoordinateArraySequenceFactory.cpp -o CoordinateArraySequenceFactory.o >/dev/null 2>&1 | |
mv -f .deps/CoordinateArraySequenceFactory.Tpo .deps/CoordinateArraySequenceFactory.Plo | |
/bin/bash ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../include -I../../include/geos -I../../include -DGEOS_INLINE -pedantic -Wall -ansi -Wno-long-long -ffloat-store -g -O2 -MT Dimension.lo -MD -MP -MF .deps/Dimension.Tpo -c -o Dimension.lo Dimension.cpp | |
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../include -I../../include/geos -I../../include -DGEOS_INLINE -pedantic -Wall -ansi -Wno-long-long -ffloat-store -g -O2 -MT Dimension.lo -MD -MP -MF .deps/Dimension.Tpo -c Dimension.cpp -fPIC -DPIC -o .libs/Dimension.o | |
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../include -I../../include/geos -I../../include -DGEOS_INLINE -pedantic -Wall -ansi -Wno-long-long -ffloat-store -g -O2 -MT Dimension.lo -MD -MP -MF .deps/Dimension.Tpo -c Dimension.cpp -o Dimension.o >/dev/null 2>&1 | |
mv -f .deps/Dimension.Tpo .deps/Dimension.Plo | |
/bin/bash ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../include -I../../include/geos -I../../include -DGEOS_INLINE -pedantic -Wall -ansi -Wno-long-long -ffloat-store -g -O2 -MT Envelope.lo -MD -MP -MF .deps/Envelope.Tpo -c -o Envelope.lo Envelope.cpp | |
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../include -I../../include/geos -I../../include -DGEOS_INLINE -pedantic -Wall -ansi -Wno-long-long -ffloat-store -g -O2 -MT Envelope.lo -MD -MP -MF .deps/Envelope.Tpo -c Envelope.cpp -fPIC -DPIC -o .libs/Envelope.o | |
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../include -I../../include/geos -I../../include -DGEOS_INLINE -pedantic -Wall -ansi -Wno-long-long -ffloat-store -g -O2 -MT Envelope.lo -MD -MP -MF .deps/Envelope.Tpo -c Envelope.cpp -o Envelope.o >/dev/null 2>&1 | |
mv -f .deps/Envelope.Tpo .deps/Envelope.Plo | |
/bin/bash ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../include -I../../include/geos -I../../include -DGEOS_INLINE -pedantic -Wall -ansi -Wno-long-long -ffloat-store -g -O2 -MT Geometry.lo -MD -MP -MF .deps/Geometry.Tpo -c -o Geometry.lo Geometry.cpp | |
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../include -I../../include/geos -I../../include -DGEOS_INLINE -pedantic -Wall -ansi -Wno-long-long -ffloat-store -g -O2 -MT Geometry.lo -MD -MP -MF .deps/Geometry.Tpo -c Geometry.cpp -fPIC -DPIC -o .libs/Geometry.o | |
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../include -I../../include/geos -I../../include -DGEOS_INLINE -pedantic -Wall -ansi -Wno-long-long -ffloat-store -g -O2 -MT Geometry.lo -MD -MP -MF .deps/Geometry.Tpo -c Geometry.cpp -o Geometry.o >/dev/null 2>&1 | |
mv -f .deps/Geometry.Tpo .deps/Geometry.Plo | |
/bin/bash ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../include -I../../include/geos -I../../include -DGEOS_INLINE -pedantic -Wall -ansi -Wno-long-long -ffloat-store -g -O2 -MT GeometryList.lo -MD -MP -MF .deps/GeometryList.Tpo -c -o GeometryList.lo GeometryList.cpp | |
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../include -I../../include/geos -I../../include -DGEOS_INLINE -pedantic -Wall -ansi -Wno-long-long -ffloat-store -g -O2 -MT GeometryList.lo -MD -MP -MF .deps/GeometryList.Tpo -c GeometryList.cpp -fPIC -DPIC -o .libs/GeometryList.o | |
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../include -I../../include/geos -I../../include -DGEOS_INLINE -pedantic -Wall -ansi -Wno-long-long -ffloat-store -g -O2 -MT GeometryList.lo -MD -MP -MF .deps/GeometryList.Tpo -c GeometryList.cpp -o GeometryList.o >/dev/null 2>&1 | |
mv -f .deps/GeometryList.Tpo .deps/GeometryList.Plo | |
/bin/bash ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../include -I../../include/geos -I../../include -DGEOS_INLINE -pedantic -Wall -ansi -Wno-long-long -ffloat-store -g -O2 -MT GeometryCollection.lo -MD -MP -MF .deps/GeometryCollection.Tpo -c -o GeometryCollection.lo GeometryCollection.cpp | |
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../include -I../../include/geos -I../../include -DGEOS_INLINE -pedantic -Wall -ansi -Wno-long-long -ffloat-store -g -O2 -MT GeometryCollection.lo -MD -MP -MF .deps/GeometryCollection.Tpo -c GeometryCollection.cpp -fPIC -DPIC -o .libs/GeometryCollection.o | |
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../include -I../../include/geos -I../../include -DGEOS_INLINE -pedantic -Wall -ansi -Wno-long-long -ffloat-store -g -O2 -MT GeometryCollection.lo -MD -MP -MF .deps/GeometryCollection.Tpo -c GeometryCollection.cpp -o GeometryCollection.o >/dev/null 2>&1 | |
mv -f .deps/GeometryCollection.Tpo .deps/GeometryCollection.Plo | |
/bin/bash ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../include -I../../include/geos -I../../include -DGEOS_INLINE -pedantic -Wall -ansi -Wno-long-long -ffloat-store -g -O2 -MT GeometryComponentFilter.lo -MD -MP -MF .deps/GeometryComponentFilter.Tpo -c -o GeometryComponentFilter.lo GeometryComponentFilter.cpp | |
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../include -I../../include/geos -I../../include -DGEOS_INLINE -pedantic -Wall -ansi -Wno-long-long -ffloat-store -g -O2 -MT GeometryComponentFilter.lo -MD -MP -MF .deps/GeometryComponentFilter.Tpo -c GeometryComponentFilter.cpp -fPIC -DPIC -o .libs/GeometryComponentFilter.o | |
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../include -I../../include/geos -I../../include -DGEOS_INLINE -pedantic -Wall -ansi -Wno-long-long -ffloat-store -g -O2 -MT GeometryComponentFilter.lo -MD -MP -MF .deps/GeometryComponentFilter.Tpo -c GeometryComponentFilter.cpp -o GeometryComponentFilter.o >/dev/null 2>&1 | |
mv -f .deps/GeometryComponentFilter.Tpo .deps/GeometryComponentFilter.Plo | |
/bin/bash ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../include -I../../include/geos -I../../include -DGEOS_INLINE -pedantic -Wall -ansi -Wno-long-long -ffloat-store -g -O2 -MT GeometryFactory.lo -MD -MP -MF .deps/GeometryFactory.Tpo -c -o GeometryFactory.lo GeometryFactory.cpp | |
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../include -I../../include/geos -I../../include -DGEOS_INLINE -pedantic -Wall -ansi -Wno-long-long -ffloat-store -g -O2 -MT GeometryFactory.lo -MD -MP -MF .deps/GeometryFactory.Tpo -c GeometryFactory.cpp -fPIC -DPIC -o .libs/GeometryFactory.o | |
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../include -I../../include/geos -I../../include -DGEOS_INLINE -pedantic -Wall -ansi -Wno-long-long -ffloat-store -g -O2 -MT GeometryFactory.lo -MD -MP -MF .deps/GeometryFactory.Tpo -c GeometryFactory.cpp -o GeometryFactory.o >/dev/null 2>&1 | |
mv -f .deps/GeometryFactory.Tpo .deps/GeometryFactory.Plo | |
/bin/bash ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../include -I../../include/geos -I../../include -DGEOS_INLINE -pedantic -Wall -ansi -Wno-long-long -ffloat-store -g -O2 -MT IntersectionMatrix.lo -MD -MP -MF .deps/IntersectionMatrix.Tpo -c -o IntersectionMatrix.lo IntersectionMatrix.cpp | |
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../include -I../../include/geos -I../../include -DGEOS_INLINE -pedantic -Wall -ansi -Wno-long-long -ffloat-store -g -O2 -MT IntersectionMatrix.lo -MD -MP -MF .deps/IntersectionMatrix.Tpo -c IntersectionMatrix.cpp -fPIC -DPIC -o .libs/IntersectionMatrix.o | |
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../include -I../../include/geos -I../../include -DGEOS_INLINE -pedantic -Wall -ansi -Wno-long-long -ffloat-store -g -O2 -MT IntersectionMatrix.lo -MD -MP -MF .deps/IntersectionMatrix.Tpo -c IntersectionMatrix.cpp -o IntersectionMatrix.o >/dev/null 2>&1 | |
mv -f .deps/IntersectionMatrix.Tpo .deps/IntersectionMatrix.Plo | |
/bin/bash ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../include -I../../include/geos -I../../include -DGEOS_INLINE -pedantic -Wall -ansi -Wno-long-long -ffloat-store -g -O2 -MT LinearRing.lo -MD -MP -MF .deps/LinearRing.Tpo -c -o LinearRing.lo LinearRing.cpp | |
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../include -I../../include/geos -I../../include -DGEOS_INLINE -pedantic -Wall -ansi -Wno-long-long -ffloat-store -g -O2 -MT LinearRing.lo -MD -MP -MF .deps/LinearRing.Tpo -c LinearRing.cpp -fPIC -DPIC -o .libs/LinearRing.o | |
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../include -I../../include/geos -I../../include -DGEOS_INLINE -pedantic -Wall -ansi -Wno-long-long -ffloat-store -g -O2 -MT LinearRing.lo -MD -MP -MF .deps/LinearRing.Tpo -c LinearRing.cpp -o LinearRing.o >/dev/null 2>&1 | |
mv -f .deps/LinearRing.Tpo .deps/LinearRing.Plo | |
/bin/bash ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../include -I../../include/geos -I../../include -DGEOS_INLINE -pedantic -Wall -ansi -Wno-long-long -ffloat-store -g -O2 -MT LineSegment.lo -MD -MP -MF .deps/LineSegment.Tpo -c -o LineSegment.lo LineSegment.cpp | |
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../include -I../../include/geos -I../../include -DGEOS_INLINE -pedantic -Wall -ansi -Wno-long-long -ffloat-store -g -O2 -MT LineSegment.lo -MD -MP -MF .deps/LineSegment.Tpo -c LineSegment.cpp -fPIC -DPIC -o .libs/LineSegment.o | |
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../include -I../../include/geos -I../../include -DGEOS_INLINE -pedantic -Wall -ansi -Wno-long-long -ffloat-store -g -O2 -MT LineSegment.lo -MD -MP -MF .deps/LineSegment.Tpo -c LineSegment.cpp -o LineSegment.o >/dev/null 2>&1 | |
mv -f .deps/LineSegment.Tpo .deps/LineSegment.Plo | |
/bin/bash ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../include -I../../include/geos -I../../include -DGEOS_INLINE -pedantic -Wall -ansi -Wno-long-long -ffloat-store -g -O2 -MT LineString.lo -MD -MP -MF .deps/LineString.Tpo -c -o LineString.lo LineString.cpp | |
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../include -I../../include/geos -I../../include -DGEOS_INLINE -pedantic -Wall -ansi -Wno-long-long -ffloat-store -g -O2 -MT LineString.lo -MD -MP -MF .deps/LineString.Tpo -c LineString.cpp -fPIC -DPIC -o .libs/LineString.o | |
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../include -I../../include/geos -I../../include -DGEOS_INLINE -pedantic -Wall -ansi -Wno-long-long -ffloat-store -g -O2 -MT LineString.lo -MD -MP -MF .deps/LineString.Tpo -c LineString.cpp -o LineString.o >/dev/null 2>&1 | |
mv -f .deps/LineString.Tpo .deps/LineString.Plo | |
/bin/bash ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../include -I../../include/geos -I../../include -DGEOS_INLINE -pedantic -Wall -ansi -Wno-long-long -ffloat-store -g -O2 -MT Location.lo -MD -MP -MF .deps/Location.Tpo -c -o Location.lo Location.cpp | |
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../include -I../../include/geos -I../../include -DGEOS_INLINE -pedantic -Wall -ansi -Wno-long-long -ffloat-store -g -O2 -MT Location.lo -MD -MP -MF .deps/Location.Tpo -c Location.cpp -fPIC -DPIC -o .libs/Location.o | |
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../include -I../../include/geos -I../../include -DGEOS_INLINE -pedantic -Wall -ansi -Wno-long-long -ffloat-store -g -O2 -MT Location.lo -MD -MP -MF .deps/Location.Tpo -c Location.cpp -o Location.o >/dev/null 2>&1 | |
mv -f .deps/Location.Tpo .deps/Location.Plo | |
/bin/bash ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../include -I../../include/geos -I../../include -DGEOS_INLINE -pedantic -Wall -ansi -Wno-long-long -ffloat-store -g -O2 -MT MultiLineString.lo -MD -MP -MF .deps/MultiLineString.Tpo -c -o MultiLineString.lo MultiLineString.cpp | |
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../include -I../../include/geos -I../../include -DGEOS_INLINE -pedantic -Wall -ansi -Wno-long-long -ffloat-store -g -O2 -MT MultiLineString.lo -MD -MP -MF .deps/MultiLineString.Tpo -c MultiLineString.cpp -fPIC -DPIC -o .libs/MultiLineString.o | |
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../include -I../../include/geos -I../../include -DGEOS_INLINE -pedantic -Wall -ansi -Wno-long-long -ffloat-store -g -O2 -MT MultiLineString.lo -MD -MP -MF .deps/MultiLineString.Tpo -c MultiLineString.cpp -o MultiLineString.o >/dev/null 2>&1 | |
mv -f .deps/MultiLineString.Tpo .deps/MultiLineString.Plo | |
/bin/bash ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../include -I../../include/geos -I../../include -DGEOS_INLINE -pedantic -Wall -ansi -Wno-long-long -ffloat-store -g -O2 -MT MultiPoint.lo -MD -MP -MF .deps/MultiPoint.Tpo -c -o MultiPoint.lo MultiPoint.cpp | |
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../include -I../../include/geos -I../../include -DGEOS_INLINE -pedantic -Wall -ansi -Wno-long-long -ffloat-store -g -O2 -MT MultiPoint.lo -MD -MP -MF .deps/MultiPoint.Tpo -c MultiPoint.cpp -fPIC -DPIC -o .libs/MultiPoint.o | |
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../include -I../../include/geos -I../../include -DGEOS_INLINE -pedantic -Wall -ansi -Wno-long-long -ffloat-store -g -O2 -MT MultiPoint.lo -MD -MP -MF .deps/MultiPoint.Tpo -c MultiPoint.cpp -o MultiPoint.o >/dev/null 2>&1 | |
mv -f .deps/MultiPoint.Tpo .deps/MultiPoint.Plo | |
/bin/bash ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../include -I../../include/geos -I../../include -DGEOS_INLINE -pedantic -Wall -ansi -Wno-long-long -ffloat-store -g -O2 -MT MultiPolygon.lo -MD -MP -MF .deps/MultiPolygon.Tpo -c -o MultiPolygon.lo MultiPolygon.cpp | |
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../include -I../../include/geos -I../../include -DGEOS_INLINE -pedantic -Wall -ansi -Wno-long-long -ffloat-store -g -O2 -MT MultiPolygon.lo -MD -MP -MF .deps/MultiPolygon.Tpo -c MultiPolygon.cpp -fPIC -DPIC -o .libs/MultiPolygon.o | |
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../include -I../../include/geos -I../../include -DGEOS_INLINE -pedantic -Wall -ansi -Wno-long-long -ffloat-store -g -O2 -MT MultiPolygon.lo -MD -MP -MF .deps/MultiPolygon.Tpo -c MultiPolygon.cpp -o MultiPolygon.o >/dev/null 2>&1 | |
mv -f .deps/MultiPolygon.Tpo .deps/MultiPolygon.Plo | |
/bin/bash ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../include -I../../include/geos -I../../include -DGEOS_INLINE -pedantic -Wall -ansi -Wno-long-long -ffloat-store -g -O2 -MT Point.lo -MD -MP -MF .deps/Point.Tpo -c -o Point.lo Point.cpp | |
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../include -I../../include/geos -I../../include -DGEOS_INLINE -pedantic -Wall -ansi -Wno-long-long -ffloat-store -g -O2 -MT Point.lo -MD -MP -MF .deps/Point.Tpo -c Point.cpp -fPIC -DPIC -o .libs/Point.o | |
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../include -I../../include/geos -I../../include -DGEOS_INLINE -pedantic -Wall -ansi -Wno-long-long -ffloat-store -g -O2 -MT Point.lo -MD -MP -MF .deps/Point.Tpo -c Point.cpp -o Point.o >/dev/null 2>&1 | |
mv -f .deps/Point.Tpo .deps/Point.Plo | |
/bin/bash ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../include -I../../include/geos -I../../include -DGEOS_INLINE -pedantic -Wall -ansi -Wno-long-long -ffloat-store -g -O2 -MT Polygon.lo -MD -MP -MF .deps/Polygon.Tpo -c -o Polygon.lo Polygon.cpp | |
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../include -I../../include/geos -I../../include -DGEOS_INLINE -pedantic -Wall -ansi -Wno-long-long -ffloat-store -g -O2 -MT Polygon.lo -MD -MP -MF .deps/Polygon.Tpo -c Polygon.cpp -fPIC -DPIC -o .libs/Polygon.o | |
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../include -I../../include/geos -I../../include -DGEOS_INLINE -pedantic -Wall -ansi -Wno-long-long -ffloat-store -g -O2 -MT Polygon.lo -MD -MP -MF .deps/Polygon.Tpo -c Polygon.cpp -o Polygon.o >/dev/null 2>&1 | |
mv -f .deps/Polygon.Tpo .deps/Polygon.Plo | |
/bin/bash ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../include -I../../include/geos -I../../include -DGEOS_INLINE -pedantic -Wall -ansi -Wno-long-long -ffloat-store -g -O2 -MT PrecisionModel.lo -MD -MP -MF .deps/PrecisionModel.Tpo -c -o PrecisionModel.lo PrecisionModel.cpp | |
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../include -I../../include/geos -I../../include -DGEOS_INLINE -pedantic -Wall -ansi -Wno-long-long -ffloat-store -g -O2 -MT PrecisionModel.lo -MD -MP -MF .deps/PrecisionModel.Tpo -c PrecisionModel.cpp -fPIC -DPIC -o .libs/PrecisionModel.o | |
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../include -I../../include/geos -I../../include -DGEOS_INLINE -pedantic -Wall -ansi -Wno-long-long -ffloat-store -g -O2 -MT PrecisionModel.lo -MD -MP -MF .deps/PrecisionModel.Tpo -c PrecisionModel.cpp -o PrecisionModel.o >/dev/null 2>&1 | |
mv -f .deps/PrecisionModel.Tpo .deps/PrecisionModel.Plo | |
/bin/bash ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../include -I../../include/geos -I../../include -DGEOS_INLINE -pedantic -Wall -ansi -Wno-long-long -ffloat-store -g -O2 -MT Triangle.lo -MD -MP -MF .deps/Triangle.Tpo -c -o Triangle.lo Triangle.cpp | |
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../include -I../../include/geos -I../../include -DGEOS_INLINE -pedantic -Wall -ansi -Wno-long-long -ffloat-store -g -O2 -MT Triangle.lo -MD -MP -MF .deps/Triangle.Tpo -c Triangle.cpp -fPIC -DPIC -o .libs/Triangle.o | |
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../include -I../../include/geos -I../../include -DGEOS_INLINE -pedantic -Wall -ansi -Wno-long-long -ffloat-store -g -O2 -MT Triangle.lo -MD -MP -MF .deps/Triangle.Tpo -c Triangle.cpp -o Triangle.o >/dev/null 2>&1 | |
mv -f .deps/Triangle.Tpo .deps/Triangle.Plo | |
/bin/bash ../../libtool --tag=CXX --mode=link g++ -DGEOS_INLINE -pedantic -Wall -ansi -Wno-long-long -ffloat-store -g -O2 -o libgeom.la Coordinate.lo CoordinateSequence.lo CoordinateSequenceFactory.lo CoordinateArraySequence.lo CoordinateArraySequenceFactory.lo Dimension.lo Envelope.lo Geometry.lo GeometryList.lo GeometryCollection.lo GeometryComponentFilter.lo GeometryFactory.lo IntersectionMatrix.lo LinearRing.lo LineSegment.lo LineString.lo Location.lo MultiLineString.lo MultiPoint.lo MultiPolygon.lo Point.lo Polygon.lo PrecisionModel.lo Triangle.lo util/libgeomutil.la prep/libgeomprep.la | |
libtool: link: (cd .libs/libgeom.lax/libgeomutil.a && ar x "/vagrant/archesproject/Install/geos-3.3.8/src/geom/util/.libs/libgeomutil.a") | |
libtool: link: (cd .libs/libgeom.lax/libgeomprep.a && ar x "/vagrant/archesproject/Install/geos-3.3.8/src/geom/prep/.libs/libgeomprep.a") | |
libtool: link: ar cru .libs/libgeom.a .libs/Coordinate.o .libs/CoordinateSequence.o .libs/CoordinateSequenceFactory.o .libs/CoordinateArraySequence.o .libs/CoordinateArraySequenceFactory.o .libs/Dimension.o .libs/Envelope.o .libs/Geometry.o .libs/GeometryList.o .libs/GeometryCollection.o .libs/GeometryComponentFilter.o .libs/GeometryFactory.o .libs/IntersectionMatrix.o .libs/LinearRing.o .libs/LineSegment.o .libs/LineString.o .libs/Location.o .libs/MultiLineString.o .libs/MultiPoint.o .libs/MultiPolygon.o .libs/Point.o .libs/Polygon.o .libs/PrecisionModel.o .libs/Triangle.o .libs/libgeom.lax/libgeomutil.a/ComponentCoordinateExtracter.o .libs/libgeom.lax/libgeomutil.a/CoordinateOperation.o .libs/libgeom.lax/libgeomutil.a/GeometryCombiner.o .libs/libgeom.lax/libgeomutil.a/GeometryEditor.o .libs/libgeom.lax/libgeomutil.a/GeometryTransformer.o .libs/libgeom.lax/libgeomutil.a/ShortCircuitedGeometryVisitor.o .libs/libgeom.lax/libgeomutil.a/SineStarFactory.o .libs/libgeom.lax/libgeomprep.a/AbstractPreparedPolygonContains.o .libs/libgeom.lax/libgeomprep.a/BasicPreparedGeometry.o .libs/libgeom.lax/libgeomprep.a/PreparedGeometry.o .libs/libgeom.lax/libgeomprep.a/PreparedGeometryFactory.o .libs/libgeom.lax/libgeomprep.a/PreparedLineString.o .libs/libgeom.lax/libgeomprep.a/PreparedLineStringIntersects.o .libs/libgeom.lax/libgeomprep.a/PreparedPoint.o .libs/libgeom.lax/libgeomprep.a/PreparedPolygon.o .libs/libgeom.lax/libgeomprep.a/PreparedPolygonContains.o .libs/libgeom.lax/libgeomprep.a/PreparedPolygonContainsProperly.o .libs/libgeom.lax/libgeomprep.a/PreparedPolygonCovers.o .libs/libgeom.lax/libgeomprep.a/PreparedPolygonIntersects.o .libs/libgeom.lax/libgeomprep.a/PreparedPolygonPredicate.o | |
libtool: link: ranlib .libs/libgeom.a | |
libtool: link: rm -fr .libs/libgeom.lax | |
libtool: link: ( cd ".libs" && rm -f "libgeom.la" && ln -s "../libgeom.la" "libgeom.la" ) | |
make[3]: Leaving directory `/vagrant/archesproject/Install/geos-3.3.8/src/geom' | |
make[2]: Leaving directory `/vagrant/archesproject/Install/geos-3.3.8/src/geom' | |
Making all in index | |
make[2]: Entering directory `/vagrant/archesproject/Install/geos-3.3.8/src/index' | |
Making all in bintree | |
make[3]: Entering directory `/vagrant/archesproject/Install/geos-3.3.8/src/index/bintree' | |
/bin/bash ../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../include -I../../../include/geos -I../../../include -DGEOS_INLINE -pedantic -Wall -ansi -Wno-long-long -ffloat-store -g -O2 -MT Bintree.lo -MD -MP -MF .deps/Bintree.Tpo -c -o Bintree.lo Bintree.cpp | |
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../include -I../../../include/geos -I../../../include -DGEOS_INLINE -pedantic -Wall -ansi -Wno-long-long -ffloat-store -g -O2 -MT Bintree.lo -MD -MP -MF .deps/Bintree.Tpo -c Bintree.cpp -fPIC -DPIC -o .libs/Bintree.o | |
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../include -I../../../include/geos -I../../../include -DGEOS_INLINE -pedantic -Wall -ansi -Wno-long-long -ffloat-store -g -O2 -MT Bintree.lo -MD -MP -MF .deps/Bintree.Tpo -c Bintree.cpp -o Bintree.o >/dev/null 2>&1 | |
mv -f .deps/Bintree.Tpo .deps/Bintree.Plo | |
/bin/bash ../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../include -I../../../include/geos -I../../../include -DGEOS_INLINE -pedantic -Wall -ansi -Wno-long-long -ffloat-store -g -O2 -MT Interval.lo -MD -MP -MF .deps/Interval.Tpo -c -o Interval.lo Interval.cpp | |
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../include -I../../../include/geos -I../../../include -DGEOS_INLINE -pedantic -Wall -ansi -Wno-long-long -ffloat-store -g -O2 -MT Interval.lo -MD -MP -MF .deps/Interval.Tpo -c Interval.cpp -fPIC -DPIC -o .libs/Interval.o | |
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../include -I../../../include/geos -I../../../include -DGEOS_INLINE -pedantic -Wall -ansi -Wno-long-long -ffloat-store -g -O2 -MT Interval.lo -MD -MP -MF .deps/Interval.Tpo -c Interval.cpp -o Interval.o >/dev/null 2>&1 | |
mv -f .deps/Interval.Tpo .deps/Interval.Plo | |
/bin/bash ../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../include -I../../../include/geos -I../../../include -DGEOS_INLINE -pedantic -Wall -ansi -Wno-long-long -ffloat-store -g -O2 -MT Node.lo -MD -MP -MF .deps/Node.Tpo -c -o Node.lo Node.cpp | |
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../include -I../../../include/geos -I../../../include -DGEOS_INLINE -pedantic -Wall -ansi -Wno-long-long -ffloat-store -g -O2 -MT Node.lo -MD -MP -MF .deps/Node.Tpo -c Node.cpp -fPIC -DPIC -o .libs/Node.o | |
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../include -I../../../include/geos -I../../../include -DGEOS_INLINE -pedantic -Wall -ansi -Wno-long-long -ffloat-store -g -O2 -MT Node.lo -MD -MP -MF .deps/Node.Tpo -c Node.cpp -o Node.o >/dev/null 2>&1 | |
mv -f .deps/Node.Tpo .deps/Node.Plo | |
/bin/bash ../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../include -I../../../include/geos -I../../../include -DGEOS_INLINE -pedantic -Wall -ansi -Wno-long-long -ffloat-store -g -O2 -MT Key.lo -MD -MP -MF .deps/Key.Tpo -c -o Key.lo Key.cpp | |
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../include -I../../../include/geos -I../../../include -DGEOS_INLINE -pedantic -Wall -ansi -Wno-long-long -ffloat-store -g -O2 -MT Key.lo -MD -MP -MF .deps/Key.Tpo -c Key.cpp -fPIC -DPIC -o .libs/Key.o | |
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../include -I../../../include/geos -I../../../include -DGEOS_INLINE -pedantic -Wall -ansi -Wno-long-long -ffloat-store -g -O2 -MT Key.lo -MD -MP -MF .deps/Key.Tpo -c Key.cpp -o Key.o >/dev/null 2>&1 | |
mv -f .deps/Key.Tpo .deps/Key.Plo | |
/bin/bash ../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../include -I../../../include/geos -I../../../include -DGEOS_INLINE -pedantic -Wall -ansi -Wno-long-long -ffloat-store -g -O2 -MT NodeBase.lo -MD -MP -MF .deps/NodeBase.Tpo -c -o NodeBase.lo NodeBase.cpp | |
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../include -I../../../include/geos -I../../../include -DGEOS_INLINE -pedantic -Wall -ansi -Wno-long-long -ffloat-store -g -O2 -MT NodeBase.lo -MD -MP -MF .deps/NodeBase.Tpo -c NodeBase.cpp -fPIC -DPIC -o .libs/NodeBase.o | |
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../include -I../../../include/geos -I../../../include -DGEOS_INLINE -pedantic -Wall -ansi -Wno-long-long -ffloat-store -g -O2 -MT NodeBase.lo -MD -MP -MF .deps/NodeBase.Tpo -c NodeBase.cpp -o NodeBase.o >/dev/null 2>&1 | |
mv -f .deps/NodeBase.Tpo .deps/NodeBase.Plo | |
/bin/bash ../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../include -I../../../include/geos -I../../../include -DGEOS_INLINE -pedantic -Wall -ansi -Wno-long-long -ffloat-store -g -O2 -MT Root.lo -MD -MP -MF .deps/Root.Tpo -c -o Root.lo Root.cpp | |
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../include -I../../../include/geos -I../../../include -DGEOS_INLINE -pedantic -Wall -ansi -Wno-long-long -ffloat-store -g -O2 -MT Root.lo -MD -MP -MF .deps/Root.Tpo -c Root.cpp -fPIC -DPIC -o .libs/Root.o | |
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../include -I../../../include/geos -I../../../include -DGEOS_INLINE -pedantic -Wall -ansi -Wno-long-long -ffloat-store -g -O2 -MT Root.lo -MD -MP -MF .deps/Root.Tpo -c Root.cpp -o Root.o >/dev/null 2>&1 | |
mv -f .deps/Root.Tpo .deps/Root.Plo | |
/bin/bash ../../../libtool --tag=CXX --mode=link g++ -DGEOS_INLINE -pedantic -Wall -ansi -Wno-long-long -ffloat-store -g -O2 -o libindexbintree.la Bintree.lo Interval.lo Node.lo Key.lo NodeBase.lo Root.lo | |
libtool: link: ar cru .libs/libindexbintree.a .libs/Bintree.o .libs/Interval.o .libs/Node.o .libs/Key.o .libs/NodeBase.o .libs/Root.o | |
libtool: link: ranlib .libs/libindexbintree.a | |
libtool: link: ( cd ".libs" && rm -f "libindexbintree.la" && ln -s "../libindexbintree.la" "libindexbintree.la" ) | |
make[3]: Leaving directory `/vagrant/archesproject/Install/geos-3.3.8/src/index/bintree' | |
Making all in chain | |
make[3]: Entering directory `/vagrant/archesproject/Install/geos-3.3.8/src/index/chain' | |
/bin/bash ../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../include -I../../../include/geos -I../../../include -DGEOS_INLINE -pedantic -Wall -ansi -Wno-long-long -ffloat-store -g -O2 -MT MonotoneChain.lo -MD -MP -MF .deps/MonotoneChain.Tpo -c -o MonotoneChain.lo MonotoneChain.cpp | |
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../include -I../../../include/geos -I../../../include -DGEOS_INLINE -pedantic -Wall -ansi -Wno-long-long -ffloat-store -g -O2 -MT MonotoneChain.lo -MD -MP -MF .deps/MonotoneChain.Tpo -c MonotoneChain.cpp -fPIC -DPIC -o .libs/MonotoneChain.o | |
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../include -I../../../include/geos -I../../../include -DGEOS_INLINE -pedantic -Wall -ansi -Wno-long-long -ffloat-store -g -O2 -MT MonotoneChain.lo -MD -MP -MF .deps/MonotoneChain.Tpo -c MonotoneChain.cpp -o MonotoneChain.o >/dev/null 2>&1 | |
mv -f .deps/MonotoneChain.Tpo .deps/MonotoneChain.Plo | |
/bin/bash ../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../include -I../../../include/geos -I../../../include -DGEOS_INLINE -pedantic -Wall -ansi -Wno-long-long -ffloat-store -g -O2 -MT MonotoneChainBuilder.lo -MD -MP -MF .deps/MonotoneChainBuilder.Tpo -c -o MonotoneChainBuilder.lo MonotoneChainBuilder.cpp | |
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../include -I../../../include/geos -I../../../include -DGEOS_INLINE -pedantic -Wall -ansi -Wno-long-long -ffloat-store -g -O2 -MT MonotoneChainBuilder.lo -MD -MP -MF .deps/MonotoneChainBuilder.Tpo -c MonotoneChainBuilder.cpp -fPIC -DPIC -o .libs/MonotoneChainBuilder.o | |
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../include -I../../../include/geos -I../../../include -DGEOS_INLINE -pedantic -Wall -ansi -Wno-long-long -ffloat-store -g -O2 -MT MonotoneChainBuilder.lo -MD -MP -MF .deps/MonotoneChainBuilder.Tpo -c MonotoneChainBuilder.cpp -o MonotoneChainBuilder.o >/dev/null 2>&1 | |
mv -f .deps/MonotoneChainBuilder.Tpo .deps/MonotoneChainBuilder.Plo | |
/bin/bash ../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../include -I../../../include/geos -I../../../include -DGEOS_INLINE -pedantic -Wall -ansi -Wno-long-long -ffloat-store -g -O2 -MT MonotoneChainOverlapAction.lo -MD -MP -MF .deps/MonotoneChainOverlapAction.Tpo -c -o MonotoneChainOverlapAction.lo MonotoneChainOverlapAction.cpp | |
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../include -I../../../include/geos -I../../../include -DGEOS_INLINE -pedantic -Wall -ansi -Wno-long-long -ffloat-store -g -O2 -MT MonotoneChainOverlapAction.lo -MD -MP -MF .deps/MonotoneChainOverlapAction.Tpo -c MonotoneChainOverlapAction.cpp -fPIC -DPIC -o .libs/MonotoneChainOverlapAction.o | |
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../include -I../../../include/geos -I../../../include -DGEOS_INLINE -pedantic -Wall -ansi -Wno-long-long -ffloat-store -g -O2 -MT MonotoneChainOverlapAction.lo -MD -MP -MF .deps/MonotoneChainOverlapAction.Tpo -c MonotoneChainOverlapAction.cpp -o MonotoneChainOverlapAction.o >/dev/null 2>&1 | |
mv -f .deps/MonotoneChainOverlapAction.Tpo .deps/MonotoneChainOverlapAction.Plo | |
/bin/bash ../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../include -I../../../include/geos -I../../../include -DGEOS_INLINE -pedantic -Wall -ansi -Wno-long-long -ffloat-store -g -O2 -MT MonotoneChainSelectAction.lo -MD -MP -MF .deps/MonotoneChainSelectAction.Tpo -c -o MonotoneChainSelectAction.lo MonotoneChainSelectAction.cpp | |
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../include -I../../../include/geos -I../../../include -DGEOS_INLINE -pedantic -Wall -ansi -Wno-long-long -ffloat-store -g -O2 -MT MonotoneChainSelectAction.lo -MD -MP -MF .deps/MonotoneChainSelectAction.Tpo -c MonotoneChainSelectAction.cpp -fPIC -DPIC -o .libs/MonotoneChainSelectAction.o | |
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../include -I../../../include/geos -I../../../include -DGEOS_INLINE -pedantic -Wall -ansi -Wno-long-long -ffloat-store -g -O2 -MT MonotoneChainSelectAction.lo -MD -MP -MF .deps/MonotoneChainSelectAction.Tpo -c MonotoneChainSelectAction.cpp -o MonotoneChainSelectAction.o >/dev/null 2>&1 | |
mv -f .deps/MonotoneChainSelectAction.Tpo .deps/MonotoneChainSelectAction.Plo | |
/bin/bash ../../../libtool --tag=CXX --mode=link g++ -DGEOS_INLINE -pedantic -Wall -ansi -Wno-long-long -ffloat-store -g -O2 -o libindexchain.la MonotoneChain.lo MonotoneChainBuilder.lo MonotoneChainOverlapAction.lo MonotoneChainSelectAction.lo | |
libtool: link: ar cru .libs/libindexchain.a .libs/MonotoneChain.o .libs/MonotoneChainBuilder.o .libs/MonotoneChainOverlapAction.o .libs/MonotoneChainSelectAction.o | |
libtool: link: ranlib .libs/libindexchain.a | |
libtool: link: ( cd ".libs" && rm -f "libindexchain.la" && ln -s "../libindexchain.la" "libindexchain.la" ) | |
make[3]: Leaving directory `/vagrant/archesproject/Install/geos-3.3.8/src/index/chain' | |
Making all in intervalrtree | |
make[3]: Entering directory `/vagrant/archesproject/Install/geos-3.3.8/src/index/intervalrtree' | |
/bin/bash ../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../include -I../../../include/geos -I../../../include -DGEOS_INLINE -pedantic -Wall -ansi -Wno-long-long -ffloat-store -g -O2 -MT IntervalRTreeBranchNode.lo -MD -MP -MF .deps/IntervalRTreeBranchNode.Tpo -c -o IntervalRTreeBranchNode.lo IntervalRTreeBranchNode.cpp | |
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../include -I../../../include/geos -I../../../include -DGEOS_INLINE -pedantic -Wall -ansi -Wno-long-long -ffloat-store -g -O2 -MT IntervalRTreeBranchNode.lo -MD -MP -MF .deps/IntervalRTreeBranchNode.Tpo -c IntervalRTreeBranchNode.cpp -fPIC -DPIC -o .libs/IntervalRTreeBranchNode.o | |
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../include -I../../../include/geos -I../../../include -DGEOS_INLINE -pedantic -Wall -ansi -Wno-long-long -ffloat-store -g -O2 -MT IntervalRTreeBranchNode.lo -MD -MP -MF .deps/IntervalRTreeBranchNode.Tpo -c IntervalRTreeBranchNode.cpp -o IntervalRTreeBranchNode.o >/dev/null 2>&1 | |
mv -f .deps/IntervalRTreeBranchNode.Tpo .deps/IntervalRTreeBranchNode.Plo | |
/bin/bash ../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../include -I../../../include/geos -I../../../include -DGEOS_INLINE -pedantic -Wall -ansi -Wno-long-long -ffloat-store -g -O2 -MT IntervalRTreeLeafNode.lo -MD -MP -MF .deps/IntervalRTreeLeafNode.Tpo -c -o IntervalRTreeLeafNode.lo IntervalRTreeLeafNode.cpp | |
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../include -I../../../include/geos -I../../../include -DGEOS_INLINE -pedantic -Wall -ansi -Wno-long-long -ffloat-store -g -O2 -MT IntervalRTreeLeafNode.lo -MD -MP -MF .deps/IntervalRTreeLeafNode.Tpo -c IntervalRTreeLeafNode.cpp -fPIC -DPIC -o .libs/IntervalRTreeLeafNode.o | |
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../include -I../../../include/geos -I../../../include -DGEOS_INLINE -pedantic -Wall -ansi -Wno-long-long -ffloat-store -g -O2 -MT IntervalRTreeLeafNode.lo -MD -MP -MF .deps/IntervalRTreeLeafNode.Tpo -c IntervalRTreeLeafNode.cpp -o IntervalRTreeLeafNode.o >/dev/null 2>&1 | |
mv -f .deps/IntervalRTreeLeafNode.Tpo .deps/IntervalRTreeLeafNode.Plo | |
/bin/bash ../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../include -I../../../include/geos -I../../../include -DGEOS_INLINE -pedantic -Wall -ansi -Wno-long-long -ffloat-store -g -O2 -MT IntervalRTreeNode.lo -MD -MP -MF .deps/IntervalRTreeNode.Tpo -c -o IntervalRTreeNode.lo IntervalRTreeNode.cpp | |
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../include -I../../../include/geos -I../../../include -DGEOS_INLINE -pedantic -Wall -ansi -Wno-long-long -ffloat-store -g -O2 -MT IntervalRTreeNode.lo -MD -MP -MF .deps/IntervalRTreeNode.Tpo -c IntervalRTreeNode.cpp -fPIC -DPIC -o .libs/IntervalRTreeNode.o | |
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../include -I../../../include/geos -I../../../include -DGEOS_INLINE -pedantic -Wall -ansi -Wno-long-long -ffloat-store -g -O2 -MT IntervalRTreeNode.lo -MD -MP -MF .deps/IntervalRTreeNode.Tpo -c IntervalRTreeNode.cpp -o IntervalRTreeNode.o >/dev/null 2>&1 | |
mv -f .deps/IntervalRTreeNode.Tpo .deps/IntervalRTreeNode.Plo | |
/bin/bash ../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../include -I../../../include/geos -I../../../include -DGEOS_INLINE -pedantic -Wall -ansi -Wno-long-long -ffloat-store -g -O2 -MT SortedPackedIntervalRTree.lo -MD -MP -MF .deps/SortedPackedIntervalRTree.Tpo -c -o SortedPackedIntervalRTree.lo SortedPackedIntervalRTree.cpp | |
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../include -I../../../include/geos -I../../../include -DGEOS_INLINE -pedantic -Wall -ansi -Wno-long-long -ffloat-store -g -O2 -MT SortedPackedIntervalRTree.lo -MD -MP -MF .deps/SortedPackedIntervalRTree.Tpo -c SortedPackedIntervalRTree.cpp -fPIC -DPIC -o .libs/SortedPackedIntervalRTree.o | |
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../include -I../../../include/geos -I../../../include -DGEOS_INLINE -pedantic -Wall -ansi -Wno-long-long -ffloat-store -g -O2 -MT SortedPackedIntervalRTree.lo -MD -MP -MF .deps/SortedPackedIntervalRTree.Tpo -c SortedPackedIntervalRTree.cpp -o SortedPackedIntervalRTree.o >/dev/null 2>&1 | |
mv -f .deps/SortedPackedIntervalRTree.Tpo .deps/SortedPackedIntervalRTree.Plo | |
/bin/bash ../../../libtool --tag=CXX --mode=link g++ -DGEOS_INLINE -pedantic -Wall -ansi -Wno-long-long -ffloat-store -g -O2 -o libintervalrtree.la IntervalRTreeBranchNode.lo IntervalRTreeLeafNode.lo IntervalRTreeNode.lo SortedPackedIntervalRTree.lo | |
libtool: link: ar cru .libs/libintervalrtree.a .libs/IntervalRTreeBranchNode.o .libs/IntervalRTreeLeafNode.o .libs/IntervalRTreeNode.o .libs/SortedPackedIntervalRTree.o | |
libtool: link: ranlib .libs/libintervalrtree.a | |
libtool: link: ( cd ".libs" && rm -f "libintervalrtree.la" && ln -s "../libintervalrtree.la" "libintervalrtree.la" ) | |
make[3]: Leaving directory `/vagrant/archesproject/Install/geos-3.3.8/src/index/intervalrtree' | |
Making all in quadtree | |
make[3]: Entering directory `/vagrant/archesproject/Install/geos-3.3.8/src/index/quadtree' | |
/bin/bash ../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../include -I../../../include/geos -I../../../include -DGEOS_INLINE -pedantic -Wall -ansi -Wno-long-long -ffloat-store -g -O2 -MT DoubleBits.lo -MD -MP -MF .deps/DoubleBits.Tpo -c -o DoubleBits.lo DoubleBits.cpp | |
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../include -I../../../include/geos -I../../../include -DGEOS_INLINE -pedantic -Wall -ansi -Wno-long-long -ffloat-store -g -O2 -MT DoubleBits.lo -MD -MP -MF .deps/DoubleBits.Tpo -c DoubleBits.cpp -fPIC -DPIC -o .libs/DoubleBits.o | |
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../include -I../../../include/geos -I../../../include -DGEOS_INLINE -pedantic -Wall -ansi -Wno-long-long -ffloat-store -g -O2 -MT DoubleBits.lo -MD -MP -MF .deps/DoubleBits.Tpo -c DoubleBits.cpp -o DoubleBits.o >/dev/null 2>&1 | |
mv -f .deps/DoubleBits.Tpo .deps/DoubleBits.Plo | |
/bin/bash ../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../include -I../../../include/geos -I../../../include -DGEOS_INLINE -pedantic -Wall -ansi -Wno-long-long -ffloat-store -g -O2 -MT IntervalSize.lo -MD -MP -MF .deps/IntervalSize.Tpo -c -o IntervalSize.lo IntervalSize.cpp | |
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../include -I../../../include/geos -I../../../include -DGEOS_INLINE -pedantic -Wall -ansi -Wno-long-long -ffloat-store -g -O2 -MT IntervalSize.lo -MD -MP -MF .deps/IntervalSize.Tpo -c IntervalSize.cpp -fPIC -DPIC -o .libs/IntervalSize.o | |
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../include -I../../../include/geos -I../../../include -DGEOS_INLINE -pedantic -Wall -ansi -Wno-long-long -ffloat-store -g -O2 -MT IntervalSize.lo -MD -MP -MF .deps/IntervalSize.Tpo -c IntervalSize.cpp -o IntervalSize.o >/dev/null 2>&1 | |
mv -f .deps/IntervalSize.Tpo .deps/IntervalSize.Plo | |
/bin/bash ../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../include -I../../../include/geos -I../../../include -DGEOS_INLINE -pedantic -Wall -ansi -Wno-long-long -ffloat-store -g -O2 -MT Quadtree.lo -MD -MP -MF .deps/Quadtree.Tpo -c -o Quadtree.lo Quadtree.cpp | |
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../include -I../../../include/geos -I../../../include -DGEOS_INLINE -pedantic -Wall -ansi -Wno-long-long -ffloat-store -g -O2 -MT Quadtree.lo -MD -MP -MF .deps/Quadtree.Tpo -c Quadtree.cpp -fPIC -DPIC -o .libs/Quadtree.o | |
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../include -I../../../include/geos -I../../../include -DGEOS_INLINE -pedantic -Wall -ansi -Wno-long-long -ffloat-store -g -O2 -MT Quadtree.lo -MD -MP -MF .deps/Quadtree.Tpo -c Quadtree.cpp -o Quadtree.o >/dev/null 2>&1 | |
mv -f .deps/Quadtree.Tpo .deps/Quadtree.Plo | |
/bin/bash ../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../include -I../../../include/geos -I../../../include -DGEOS_INLINE -pedantic -Wall -ansi -Wno-long-long -ffloat-store -g -O2 -MT Key.lo -MD -MP -MF .deps/Key.Tpo -c -o Key.lo Key.cpp | |
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../include -I../../../include/geos -I../../../include -DGEOS_INLINE -pedantic -Wall -ansi -Wno-long-long -ffloat-store -g -O2 -MT Key.lo -MD -MP -MF .deps/Key.Tpo -c Key.cpp -fPIC -DPIC -o .libs/Key.o | |
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../include -I../../../include/geos -I../../../include -DGEOS_INLINE -pedantic -Wall -ansi -Wno-long-long -ffloat-store -g -O2 -MT Key.lo -MD -MP -MF .deps/Key.Tpo -c Key.cpp -o Key.o >/dev/null 2>&1 | |
mv -f .deps/Key.Tpo .deps/Key.Plo | |
/bin/bash ../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../include -I../../../include/geos -I../../../include -DGEOS_INLINE -pedantic -Wall -ansi -Wno-long-long -ffloat-store -g -O2 -MT Node.lo -MD -MP -MF .deps/Node.Tpo -c -o Node.lo Node.cpp | |
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../include -I../../../include/geos -I../../../include -DGEOS_INLINE -pedantic -Wall -ansi -Wno-long-long -ffloat-store -g -O2 -MT Node.lo -MD -MP -MF .deps/Node.Tpo -c Node.cpp -fPIC -DPIC -o .libs/Node.o | |
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../include -I../../../include/geos -I../../../include -DGEOS_INLINE -pedantic -Wall -ansi -Wno-long-long -ffloat-store -g -O2 -MT Node.lo -MD -MP -MF .deps/Node.Tpo -c Node.cpp -o Node.o >/dev/null 2>&1 | |
mv -f .deps/Node.Tpo .deps/Node.Plo | |
/bin/bash ../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../include -I../../../include/geos -I../../../include -DGEOS_INLINE -pedantic -Wall -ansi -Wno-long-long -ffloat-store -g -O2 -MT NodeBase.lo -MD -MP -MF .deps/NodeBase.Tpo -c -o NodeBase.lo NodeBase.cpp | |
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../include -I../../../include/geos -I../../../include -DGEOS_INLINE -pedantic -Wall -ansi -Wno-long-long -ffloat-store -g -O2 -MT NodeBase.lo -MD -MP -MF .deps/NodeBase.Tpo -c NodeBase.cpp -fPIC -DPIC -o .libs/NodeBase.o | |
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../include -I../../../include/geos -I../../../include -DGEOS_INLINE -pedantic -Wall -ansi -Wno-long-long -ffloat-store -g -O2 -MT NodeBase.lo -MD -MP -MF .deps/NodeBase.Tpo -c NodeBase.cpp -o NodeBase.o >/dev/null 2>&1 | |
mv -f .deps/NodeBase.Tpo .deps/NodeBase.Plo | |
/bin/bash ../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../include -I../../../include/geos -I../../../include -DGEOS_INLINE -pedantic -Wall -ansi -Wno-long-long -ffloat-store -g -O2 -MT Root.lo -MD -MP -MF .deps/Root.Tpo -c -o Root.lo Root.cpp | |
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../include -I../../../include/geos -I../../../include -DGEOS_INLINE -pedantic -Wall -ansi -Wno-long-long -ffloat-store -g -O2 -MT Root.lo -MD -MP -MF .deps/Root.Tpo -c Root.cpp -fPIC -DPIC -o .libs/Root.o | |
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../include -I../../../include/geos -I../../../include -DGEOS_INLINE -pedantic -Wall -ansi -Wno-long-long -ffloat-store -g -O2 -MT Root.lo -MD -MP -MF .deps/Root.Tpo -c Root.cpp -o Root.o >/dev/null 2>&1 | |
mv -f .deps/Root.Tpo .deps/Root.Plo | |
/bin/bash ../../../libtool --tag=CXX --mode=link g++ -DGEOS_INLINE -pedantic -Wall -ansi -Wno-long-long -ffloat-store -g -O2 -o libindexquadtree.la DoubleBits.lo IntervalSize.lo Quadtree.lo Key.lo Node.lo NodeBase.lo Root.lo | |
libtool: link: ar cru .libs/libindexquadtree.a .libs/DoubleBits.o .libs/IntervalSize.o .libs/Quadtree.o .libs/Key.o .libs/Node.o .libs/NodeBase.o .libs/Root.o | |
libtool: link: ranlib .libs/libindexquadtree.a | |
libtool: link: ( cd ".libs" && rm -f "libindexquadtree.la" && ln -s "../libindexquadtree.la" "libindexquadtree.la" ) | |
make[3]: Leaving directory `/vagrant/archesproject/Install/geos-3.3.8/src/index/quadtree' | |
Making all in strtree | |
make[3]: Entering directory `/vagrant/archesproject/Install/geos-3.3.8/src/index/strtree' | |
/bin/bash ../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../include -I../../../include/geos -I../../../include -DGEOS_INLINE -pedantic -Wall -ansi -Wno-long-long -ffloat-store -g -O2 -MT AbstractNode.lo -MD -MP -MF .deps/AbstractNode.Tpo -c -o AbstractNode.lo AbstractNode.cpp | |
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../include -I../../../include/geos -I../../../include -DGEOS_INLINE -pedantic -Wall -ansi -Wno-long-long -ffloat-store -g -O2 -MT AbstractNode.lo -MD -MP -MF .deps/AbstractNode.Tpo -c AbstractNode.cpp -fPIC -DPIC -o .libs/AbstractNode.o | |
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../include -I../../../include/geos -I../../../include -DGEOS_INLINE -pedantic -Wall -ansi -Wno-long-long -ffloat-store -g -O2 -MT AbstractNode.lo -MD -MP -MF .deps/AbstractNode.Tpo -c AbstractNode.cpp -o AbstractNode.o >/dev/null 2>&1 | |
mv -f .deps/AbstractNode.Tpo .deps/AbstractNode.Plo | |
/bin/bash ../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../include -I../../../include/geos -I../../../include -DGEOS_INLINE -pedantic -Wall -ansi -Wno-long-long -ffloat-store -g -O2 -MT AbstractSTRtree.lo -MD -MP -MF .deps/AbstractSTRtree.Tpo -c -o AbstractSTRtree.lo AbstractSTRtree.cpp | |
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../include -I../../../include/geos -I../../../include -DGEOS_INLINE -pedantic -Wall -ansi -Wno-long-long -ffloat-store -g -O2 -MT AbstractSTRtree.lo -MD -MP -MF .deps/AbstractSTRtree.Tpo -c AbstractSTRtree.cpp -fPIC -DPIC -o .libs/AbstractSTRtree.o | |
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../include -I../../../include/geos -I../../../include -DGEOS_INLINE -pedantic -Wall -ansi -Wno-long-long -ffloat-store -g -O2 -MT AbstractSTRtree.lo -MD -MP -MF .deps/AbstractSTRtree.Tpo -c AbstractSTRtree.cpp -o AbstractSTRtree.o >/dev/null 2>&1 | |
mv -f .deps/AbstractSTRtree.Tpo .deps/AbstractSTRtree.Plo | |
/bin/bash ../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../include -I../../../include/geos -I../../../include -DGEOS_INLINE -pedantic -Wall -ansi -Wno-long-long -ffloat-store -g -O2 -MT Interval.lo -MD -MP -MF .deps/Interval.Tpo -c -o Interval.lo Interval.cpp | |
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../include -I../../../include/geos -I../../../include -DGEOS_INLINE -pedantic -Wall -ansi -Wno-long-long -ffloat-store -g -O2 -MT Interval.lo -MD -MP -MF .deps/Interval.Tpo -c Interval.cpp -fPIC -DPIC -o .libs/Interval.o | |
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../include -I../../../include/geos -I../../../include -DGEOS_INLINE -pedantic -Wall -ansi -Wno-long-long -ffloat-store -g -O2 -MT Interval.lo -MD -MP -MF .deps/Interval.Tpo -c Interval.cpp -o Interval.o >/dev/null 2>&1 | |
mv -f .deps/Interval.Tpo .deps/Interval.Plo | |
/bin/bash ../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../include -I../../../include/geos -I../../../include -DGEOS_INLINE -pedantic -Wall -ansi -Wno-long-long -ffloat-store -g -O2 -MT ItemBoundable.lo -MD -MP -MF .deps/ItemBoundable.Tpo -c -o ItemBoundable.lo ItemBoundable.cpp | |
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../include -I../../../include/geos -I../../../include -DGEOS_INLINE -pedantic -Wall -ansi -Wno-long-long -ffloat-store -g -O2 -MT ItemBoundable.lo -MD -MP -MF .deps/ItemBoundable.Tpo -c ItemBoundable.cpp -fPIC -DPIC -o .libs/ItemBoundable.o | |
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../include -I../../../include/geos -I../../../include -DGEOS_INLINE -pedantic -Wall -ansi -Wno-long-long -ffloat-store -g -O2 -MT ItemBoundable.lo -MD -MP -MF .deps/ItemBoundable.Tpo -c ItemBoundable.cpp -o ItemBoundable.o >/dev/null 2>&1 | |
mv -f .deps/ItemBoundable.Tpo .deps/ItemBoundable.Plo | |
/bin/bash ../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../include -I../../../include/geos -I../../../include -DGEOS_INLINE -pedantic -Wall -ansi -Wno-long-long -ffloat-store -g -O2 -MT SIRtree.lo -MD -MP -MF .deps/SIRtree.Tpo -c -o SIRtree.lo SIRtree.cpp | |
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../include -I../../../include/geos -I../../../include -DGEOS_INLINE -pedantic -Wall -ansi -Wno-long-long -ffloat-store -g -O2 -MT SIRtree.lo -MD -MP -MF .deps/SIRtree.Tpo -c SIRtree.cpp -fPIC -DPIC -o .libs/SIRtree.o | |
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../include -I../../../include/geos -I../../../include -DGEOS_INLINE -pedantic -Wall -ansi -Wno-long-long -ffloat-store -g -O2 -MT SIRtree.lo -MD -MP -MF .deps/SIRtree.Tpo -c SIRtree.cpp -o SIRtree.o >/dev/null 2>&1 | |
mv -f .deps/SIRtree.Tpo .deps/SIRtree.Plo | |
/bin/bash ../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../include -I../../../include/geos -I../../../include -DGEOS_INLINE -pedantic -Wall -ansi -Wno-long-long -ffloat-store -g -O2 -MT STRtree.lo -MD -MP -MF .deps/STRtree.Tpo -c -o STRtree.lo STRtree.cpp | |
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../include -I../../../include/geos -I../../../include -DGEOS_INLINE -pedantic -Wall -ansi -Wno-long-long -ffloat-store -g -O2 -MT STRtree.lo -MD -MP -MF .deps/STRtree.Tpo -c STRtree.cpp -fPIC -DPIC -o .libs/STRtree.o | |
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../include -I../../../include/geos -I../../../include -DGEOS_INLINE -pedantic -Wall -ansi -Wno-long-long -ffloat-store -g -O2 -MT STRtree.lo -MD -MP -MF .deps/STRtree.Tpo -c STRtree.cpp -o STRtree.o >/dev/null 2>&1 | |
mv -f .deps/STRtree.Tpo .deps/STRtree.Plo | |
/bin/bash ../../../libtool --tag=CXX --mode=link g++ -DGEOS_INLINE -pedantic -Wall -ansi -Wno-long-long -ffloat-store -g -O2 -o libindexstrtree.la AbstractNode.lo AbstractSTRtree.lo Interval.lo ItemBoundable.lo SIRtree.lo STRtree.lo | |
libtool: link: ar cru .libs/libindexstrtree.a .libs/AbstractNode.o .libs/AbstractSTRtree.o .libs/Interval.o .libs/ItemBoundable.o .libs/SIRtree.o .libs/STRtree.o | |
libtool: link: ranlib .libs/libindexstrtree.a | |
libtool: link: ( cd ".libs" && rm -f "libindexstrtree.la" && ln -s "../libindexstrtree.la" "libindexstrtree.la" ) | |
make[3]: Leaving directory `/vagrant/archesproject/Install/geos-3.3.8/src/index/strtree' | |
Making all in sweepline | |
make[3]: Entering directory `/vagrant/archesproject/Install/geos-3.3.8/src/index/sweepline' | |
/bin/bash ../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../include -I../../../include/geos -I../../../include -DGEOS_INLINE -pedantic -Wall -ansi -Wno-long-long -ffloat-store -g -O2 -MT SweepLineEvent.lo -MD -MP -MF .deps/SweepLineEvent.Tpo -c -o SweepLineEvent.lo SweepLineEvent.cpp | |
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../include -I../../../include/geos -I../../../include -DGEOS_INLINE -pedantic -Wall -ansi -Wno-long-long -ffloat-store -g -O2 -MT SweepLineEvent.lo -MD -MP -MF .deps/SweepLineEvent.Tpo -c SweepLineEvent.cpp -fPIC -DPIC -o .libs/SweepLineEvent.o | |
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../include -I../../../include/geos -I../../../include -DGEOS_INLINE -pedantic -Wall -ansi -Wno-long-long -ffloat-store -g -O2 -MT SweepLineEvent.lo -MD -MP -MF .deps/SweepLineEvent.Tpo -c SweepLineEvent.cpp -o SweepLineEvent.o >/dev/null 2>&1 | |
mv -f .deps/SweepLineEvent.Tpo .deps/SweepLineEvent.Plo | |
/bin/bash ../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../include -I../../../include/geos -I../../../include -DGEOS_INLINE -pedantic -Wall -ansi -Wno-long-long -ffloat-store -g -O2 -MT SweepLineIndex.lo -MD -MP -MF .deps/SweepLineIndex.Tpo -c -o SweepLineIndex.lo SweepLineIndex.cpp | |
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../include -I../../../include/geos -I../../../include -DGEOS_INLINE -pedantic -Wall -ansi -Wno-long-long -ffloat-store -g -O2 -MT SweepLineIndex.lo -MD -MP -MF .deps/SweepLineIndex.Tpo -c SweepLineIndex.cpp -fPIC -DPIC -o .libs/SweepLineIndex.o | |
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../include -I../../../include/geos -I../../../include -DGEOS_INLINE -pedantic -Wall -ansi -Wno-long-long -ffloat-store -g -O2 -MT SweepLineIndex.lo -MD -MP -MF .deps/SweepLineIndex.Tpo -c SweepLineIndex.cpp -o SweepLineIndex.o >/dev/null 2>&1 | |
mv -f .deps/SweepLineIndex.Tpo .deps/SweepLineIndex.Plo | |
/bin/bash ../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../include -I../../../include/geos -I../../../include -DGEOS_INLINE -pedantic -Wall -ansi -Wno-long-long -ffloat-store -g -O2 -MT SweepLineInterval.lo -MD -MP -MF .deps/SweepLineInterval.Tpo -c -o SweepLineInterval.lo SweepLineInterval.cpp | |
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../include -I../../../include/geos -I../../../include -DGEOS_INLINE -pedantic -Wall -ansi -Wno-long-long -ffloat-store -g -O2 -MT SweepLineInterval.lo -MD -MP -MF .deps/SweepLineInterval.Tpo -c SweepLineInterval.cpp -fPIC -DPIC -o .libs/SweepLineInterval.o | |
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../include -I../../../include/geos -I../../../include -DGEOS_INLINE -pedantic -Wall -ansi -Wno-long-long -ffloat-store -g -O2 -MT SweepLineInterval.lo -MD -MP -MF .deps/SweepLineInterval.Tpo -c SweepLineInterval.cpp -o SweepLineInterval.o >/dev/null 2>&1 | |
mv -f .deps/SweepLineInterval.Tpo .deps/SweepLineInterval.Plo | |
/bin/bash ../../../libtool --tag=CXX --mode=link g++ -DGEOS_INLINE -pedantic -Wall -ansi -Wno-long-long -ffloat-store -g -O2 -o libindexsweepline.la SweepLineEvent.lo SweepLineIndex.lo SweepLineInterval.lo | |
libtool: link: ar cru .libs/libindexsweepline.a .libs/SweepLineEvent.o .libs/SweepLineIndex.o .libs/SweepLineInterval.o | |
libtool: link: ranlib .libs/libindexsweepline.a | |
libtool: link: ( cd ".libs" && rm -f "libindexsweepline.la" && ln -s "../libindexsweepline.la" "libindexsweepline.la" ) | |
make[3]: Leaving directory `/vagrant/archesproject/Install/geos-3.3.8/src/index/sweepline' | |
make[3]: Entering directory `/vagrant/archesproject/Install/geos-3.3.8/src/index' | |
/bin/bash ../../libtool --tag=CC --mode=link gcc -pedantic -Wall -ansi -Wno-long-long -ffloat-store -g -O2 -o libindex.la bintree/libindexbintree.la chain/libindexchain.la intervalrtree/libintervalrtree.la quadtree/libindexquadtree.la strtree/libindexstrtree.la sweepline/libindexsweepline.la | |
libtool: link: (cd .libs/libindex.lax/libindexbintree.a && ar x "/vagrant/archesproject/Install/geos-3.3.8/src/index/bintree/.libs/libindexbintree.a") | |
libtool: link: (cd .libs/libindex.lax/libindexchain.a && ar x "/vagrant/archesproject/Install/geos-3.3.8/src/index/chain/.libs/libindexchain.a") | |
libtool: link: (cd .libs/libindex.lax/libintervalrtree.a && ar x "/vagrant/archesproject/Install/geos-3.3.8/src/index/intervalrtree/.libs/libintervalrtree.a") | |
libtool: link: (cd .libs/libindex.lax/libindexquadtree.a && ar x "/vagrant/archesproject/Install/geos-3.3.8/src/index/quadtree/.libs/libindexquadtree.a") | |
libtool: link: (cd .libs/libindex.lax/libindexstrtree.a && ar x "/vagrant/archesproject/Install/geos-3.3.8/src/index/strtree/.libs/libindexstrtree.a") | |
libtool: link: (cd .libs/libindex.lax/libindexsweepline.a && ar x "/vagrant/archesproject/Install/geos-3.3.8/src/index/sweepline/.libs/libindexsweepline.a") | |
copying selected object files to avoid basename conflicts... | |
libtool: link: ln .libs/libindex.lax/libindexquadtree.a/Key.o .libs/libindex.lax/lt1-Key.o || cp .libs/libindex.lax/libindexquadtree.a/Key.o .libs/libindex.lax/lt1-Key.o | |
ln: failed to create hard link `.libs/libindex.lax/lt1-Key.o' => `.libs/libindex.lax/libindexquadtree.a/Key.o': Operation not permitted | |
libtool: link: ln .libs/libindex.lax/libindexquadtree.a/Node.o .libs/libindex.lax/lt2-Node.o || cp .libs/libindex.lax/libindexquadtree.a/Node.o .libs/libindex.lax/lt2-Node.o | |
ln: failed to create hard link `.libs/libindex.lax/lt2-Node.o' => `.libs/libindex.lax/libindexquadtree.a/Node.o': Operation not permitted | |
libtool: link: ln .libs/libindex.lax/libindexquadtree.a/NodeBase.o .libs/libindex.lax/lt3-NodeBase.o || cp .libs/libindex.lax/libindexquadtree.a/NodeBase.o .libs/libindex.lax/lt3-NodeBase.o | |
ln: failed to create hard link `.libs/libindex.lax/lt3-NodeBase.o' => `.libs/libindex.lax/libindexquadtree.a/NodeBase.o': Operation not permitted | |
libtool: link: ln .libs/libindex.lax/libindexquadtree.a/Root.o .libs/libindex.lax/lt4-Root.o || cp .libs/libindex.lax/libindexquadtree.a/Root.o .libs/libindex.lax/lt4-Root.o | |
ln: failed to create hard link `.libs/libindex.lax/lt4-Root.o' => `.libs/libindex.lax/libindexquadtree.a/Root.o': Operation not permitted | |
libtool: link: ln .libs/libindex.lax/libindexstrtree.a/Interval.o .libs/libindex.lax/lt5-Interval.o || cp .libs/libindex.lax/libindexstrtree.a/Interval.o .libs/libindex.lax/lt5-Interval.o | |
ln: failed to create hard link `.libs/libindex.lax/lt5-Interval.o' => `.libs/libindex.lax/libindexstrtree.a/Interval.o': Operation not permitted | |
libtool: link: ar cru .libs/libindex.a .libs/libindex.lax/libindexbintree.a/Bintree.o .libs/libindex.lax/libindexbintree.a/Interval.o .libs/libindex.lax/libindexbintree.a/Key.o .libs/libindex.lax/libindexbintree.a/Node.o .libs/libindex.lax/libindexbintree.a/NodeBase.o .libs/libindex.lax/libindexbintree.a/Root.o .libs/libindex.lax/libindexchain.a/MonotoneChain.o .libs/libindex.lax/libindexchain.a/MonotoneChainBuilder.o .libs/libindex.lax/libindexchain.a/MonotoneChainOverlapAction.o .libs/libindex.lax/libindexchain.a/MonotoneChainSelectAction.o .libs/libindex.lax/libintervalrtree.a/IntervalRTreeBranchNode.o .libs/libindex.lax/libintervalrtree.a/IntervalRTreeLeafNode.o .libs/libindex.lax/libintervalrtree.a/IntervalRTreeNode.o .libs/libindex.lax/libintervalrtree.a/SortedPackedIntervalRTree.o .libs/libindex.lax/libindexquadtree.a/DoubleBits.o .libs/libindex.lax/libindexquadtree.a/IntervalSize.o .libs/libindex.lax/lt1-Key.o .libs/libindex.lax/lt2-Node.o .libs/libindex.lax/lt3-NodeBase.o .libs/libindex.lax/libindexquadtree.a/Quadtree.o .libs/libindex.lax/lt4-Root.o .libs/libindex.lax/libindexstrtree.a/AbstractNode.o .libs/libindex.lax/libindexstrtree.a/AbstractSTRtree.o .libs/libindex.lax/lt5-Interval.o .libs/libindex.lax/libindexstrtree.a/ItemBoundable.o .libs/libindex.lax/libindexstrtree.a/SIRtree.o .libs/libindex.lax/libindexstrtree.a/STRtree.o .libs/libindex.lax/libindexsweepline.a/SweepLineEvent.o .libs/libindex.lax/libindexsweepline.a/SweepLineIndex.o .libs/libindex.lax/libindexsweepline.a/SweepLineInterval.o | |
libtool: link: ranlib .libs/libindex.a | |
libtool: link: rm -fr .libs/libindex.lax .libs/libindex.lax | |
libtool: link: ( cd ".libs" && rm -f "libindex.la" && ln -s "../libindex.la" "libindex.la" ) | |
make[3]: Leaving directory `/vagrant/archesproject/Install/geos-3.3.8/src/index' | |
make[2]: Leaving directory `/vagrant/archesproject/Install/geos-3.3.8/src/index' | |
Making all in io | |
make[2]: Entering directory `/vagrant/archesproject/Install/geos-3.3.8/src/io' | |
/bin/bash ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../include -I../../include/geos -I../../include -DGEOS_INLINE -pedantic -Wall -ansi -Wno-long-long -ffloat-store -g -O2 -MT ParseException.lo -MD -MP -MF .deps/ParseException.Tpo -c -o ParseException.lo ParseException.cpp | |
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../include -I../../include/geos -I../../include -DGEOS_INLINE -pedantic -Wall -ansi -Wno-long-long -ffloat-store -g -O2 -MT ParseException.lo -MD -MP -MF .deps/ParseException.Tpo -c ParseException.cpp -fPIC -DPIC -o .libs/ParseException.o | |
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../include -I../../include/geos -I../../include -DGEOS_INLINE -pedantic -Wall -ansi -Wno-long-long -ffloat-store -g -O2 -MT ParseException.lo -MD -MP -MF .deps/ParseException.Tpo -c ParseException.cpp -o ParseException.o >/dev/null 2>&1 | |
mv -f .deps/ParseException.Tpo .deps/ParseException.Plo | |
/bin/bash ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../include -I../../include/geos -I../../include -DGEOS_INLINE -pedantic -Wall -ansi -Wno-long-long -ffloat-store -g -O2 -MT StringTokenizer.lo -MD -MP -MF .deps/StringTokenizer.Tpo -c -o StringTokenizer.lo StringTokenizer.cpp | |
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../include -I../../include/geos -I../../include -DGEOS_INLINE -pedantic -Wall -ansi -Wno-long-long -ffloat-store -g -O2 -MT StringTokenizer.lo -MD -MP -MF .deps/StringTokenizer.Tpo -c StringTokenizer.cpp -fPIC -DPIC -o .libs/StringTokenizer.o | |
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../include -I../../include/geos -I../../include -DGEOS_INLINE -pedantic -Wall -ansi -Wno-long-long -ffloat-store -g -O2 -MT StringTokenizer.lo -MD -MP -MF .deps/StringTokenizer.Tpo -c StringTokenizer.cpp -o StringTokenizer.o >/dev/null 2>&1 | |
mv -f .deps/StringTokenizer.Tpo .deps/StringTokenizer.Plo | |
/bin/bash ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../include -I../../include/geos -I../../include -DGEOS_INLINE -pedantic -Wall -ansi -Wno-long-long -ffloat-store -g -O2 -MT ByteOrderDataInStream.lo -MD -MP -MF .deps/ByteOrderDataInStream.Tpo -c -o ByteOrderDataInStream.lo ByteOrderDataInStream.cpp | |
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../include -I../../include/geos -I../../include -DGEOS_INLINE -pedantic -Wall -ansi -Wno-long-long -ffloat-store -g -O2 -MT ByteOrderDataInStream.lo -MD -MP -MF .deps/ByteOrderDataInStream.Tpo -c ByteOrderDataInStream.cpp -fPIC -DPIC -o .libs/ByteOrderDataInStream.o | |
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../include -I../../include/geos -I../../include -DGEOS_INLINE -pedantic -Wall -ansi -Wno-long-long -ffloat-store -g -O2 -MT ByteOrderDataInStream.lo -MD -MP -MF .deps/ByteOrderDataInStream.Tpo -c ByteOrderDataInStream.cpp -o ByteOrderDataInStream.o >/dev/null 2>&1 | |
mv -f .deps/ByteOrderDataInStream.Tpo .deps/ByteOrderDataInStream.Plo | |
/bin/bash ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../include -I../../include/geos -I../../include -DGEOS_INLINE -pedantic -Wall -ansi -Wno-long-long -ffloat-store -g -O2 -MT ByteOrderValues.lo -MD -MP -MF .deps/ByteOrderValues.Tpo -c -o ByteOrderValues.lo ByteOrderValues.cpp | |
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../include -I../../include/geos -I../../include -DGEOS_INLINE -pedantic -Wall -ansi -Wno-long-long -ffloat-store -g -O2 -MT ByteOrderValues.lo -MD -MP -MF .deps/ByteOrderValues.Tpo -c ByteOrderValues.cpp -fPIC -DPIC -o .libs/ByteOrderValues.o | |
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../include -I../../include/geos -I../../include -DGEOS_INLINE -pedantic -Wall -ansi -Wno-long-long -ffloat-store -g -O2 -MT ByteOrderValues.lo -MD -MP -MF .deps/ByteOrderValues.Tpo -c ByteOrderValues.cpp -o ByteOrderValues.o >/dev/null 2>&1 | |
mv -f .deps/ByteOrderValues.Tpo .deps/ByteOrderValues.Plo | |
/bin/bash ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../include -I../../include/geos -I../../include -DGEOS_INLINE -pedantic -Wall -ansi -Wno-long-long -ffloat-store -g -O2 -MT WKTReader.lo -MD -MP -MF .deps/WKTReader.Tpo -c -o WKTReader.lo WKTReader.cpp | |
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../include -I../../include/geos -I../../include -DGEOS_INLINE -pedantic -Wall -ansi -Wno-long-long -ffloat-store -g -O2 -MT WKTReader.lo -MD -MP -MF .deps/WKTReader.Tpo -c WKTReader.cpp -fPIC -DPIC -o .libs/WKTReader.o | |
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../include -I../../include/geos -I../../include -DGEOS_INLINE -pedantic -Wall -ansi -Wno-long-long -ffloat-store -g -O2 -MT WKTReader.lo -MD -MP -MF .deps/WKTReader.Tpo -c WKTReader.cpp -o WKTReader.o >/dev/null 2>&1 | |
mv -f .deps/WKTReader.Tpo .deps/WKTReader.Plo | |
/bin/bash ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../include -I../../include/geos -I../../include -DGEOS_INLINE -pedantic -Wall -ansi -Wno-long-long -ffloat-store -g -O2 -MT WKTWriter.lo -MD -MP -MF .deps/WKTWriter.Tpo -c -o WKTWriter.lo WKTWriter.cpp | |
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../include -I../../include/geos -I../../include -DGEOS_INLINE -pedantic -Wall -ansi -Wno-long-long -ffloat-store -g -O2 -MT WKTWriter.lo -MD -MP -MF .deps/WKTWriter.Tpo -c WKTWriter.cpp -fPIC -DPIC -o .libs/WKTWriter.o | |
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../include -I../../include/geos -I../../include -DGEOS_INLINE -pedantic -Wall -ansi -Wno-long-long -ffloat-store -g -O2 -MT WKTWriter.lo -MD -MP -MF .deps/WKTWriter.Tpo -c WKTWriter.cpp -o WKTWriter.o >/dev/null 2>&1 | |
mv -f .deps/WKTWriter.Tpo .deps/WKTWriter.Plo | |
/bin/bash ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../include -I../../include/geos -I../../include -DGEOS_INLINE -pedantic -Wall -ansi -Wno-long-long -ffloat-store -g -O2 -MT WKBReader.lo -MD -MP -MF .deps/WKBReader.Tpo -c -o WKBReader.lo WKBReader.cpp | |
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../include -I../../include/geos -I../../include -DGEOS_INLINE -pedantic -Wall -ansi -Wno-long-long -ffloat-store -g -O2 -MT WKBReader.lo -MD -MP -MF .deps/WKBReader.Tpo -c WKBReader.cpp -fPIC -DPIC -o .libs/WKBReader.o | |
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../include -I../../include/geos -I../../include -DGEOS_INLINE -pedantic -Wall -ansi -Wno-long-long -ffloat-store -g -O2 -MT WKBReader.lo -MD -MP -MF .deps/WKBReader.Tpo -c WKBReader.cpp -o WKBReader.o >/dev/null 2>&1 | |
mv -f .deps/WKBReader.Tpo .deps/WKBReader.Plo | |
/bin/bash ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../include -I../../include/geos -I../../include -DGEOS_INLINE -pedantic -Wall -ansi -Wno-long-long -ffloat-store -g -O2 -MT WKBWriter.lo -MD -MP -MF .deps/WKBWriter.Tpo -c -o WKBWriter.lo WKBWriter.cpp | |
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../include -I../../include/geos -I../../include -DGEOS_INLINE -pedantic -Wall -ansi -Wno-long-long -ffloat-store -g -O2 -MT WKBWriter.lo -MD -MP -MF .deps/WKBWriter.Tpo -c WKBWriter.cpp -fPIC -DPIC -o .libs/WKBWriter.o | |
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../include -I../../include/geos -I../../include -DGEOS_INLINE -pedantic -Wall -ansi -Wno-long-long -ffloat-store -g -O2 -MT WKBWriter.lo -MD -MP -MF .deps/WKBWriter.Tpo -c WKBWriter.cpp -o WKBWriter.o >/dev/null 2>&1 | |
mv -f .deps/WKBWriter.Tpo .deps/WKBWriter.Plo | |
/bin/bash ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../include -I../../include/geos -I../../include -DGEOS_INLINE -pedantic -Wall -ansi -Wno-long-long -ffloat-store -g -O2 -MT Writer.lo -MD -MP -MF .deps/Writer.Tpo -c -o Writer.lo Writer.cpp | |
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../include -I../../include/geos -I../../include -DGEOS_INLINE -pedantic -Wall -ansi -Wno-long-long -ffloat-store -g -O2 -MT Writer.lo -MD -MP -MF .deps/Writer.Tpo -c Writer.cpp -fPIC -DPIC -o .libs/Writer.o | |
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../include -I../../include/geos -I../../include -DGEOS_INLINE -pedantic -Wall -ansi -Wno-long-long -ffloat-store -g -O2 -MT Writer.lo -MD -MP -MF .deps/Writer.Tpo -c Writer.cpp -o Writer.o >/dev/null 2>&1 | |
mv -f .deps/Writer.Tpo .deps/Writer.Plo | |
/bin/bash ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../include -I../../include/geos -I../../include -DGEOS_INLINE -pedantic -Wall -ansi -Wno-long-long -ffloat-store -g -O2 -MT Unload.lo -MD -MP -MF .deps/Unload.Tpo -c -o Unload.lo Unload.cpp | |
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../include -I../../include/geos -I../../include -DGEOS_INLINE -pedantic -Wall -ansi -Wno-long-long -ffloat-store -g -O2 -MT Unload.lo -MD -MP -MF .deps/Unload.Tpo -c Unload.cpp -fPIC -DPIC -o .libs/Unload.o | |
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../include -I../../include/geos -I../../include -DGEOS_INLINE -pedantic -Wall -ansi -Wno-long-long -ffloat-store -g -O2 -MT Unload.lo -MD -MP -MF .deps/Unload.Tpo -c Unload.cpp -o Unload.o >/dev/null 2>&1 | |
mv -f .deps/Unload.Tpo .deps/Unload.Plo | |
/bin/bash ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../include -I../../include/geos -I../../include -DGEOS_INLINE -pedantic -Wall -ansi -Wno-long-long -ffloat-store -g -O2 -MT CLocalizer.lo -MD -MP -MF .deps/CLocalizer.Tpo -c -o CLocalizer.lo CLocalizer.cpp | |
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../include -I../../include/geos -I../../include -DGEOS_INLINE -pedantic -Wall -ansi -Wno-long-long -ffloat-store -g -O2 -MT CLocalizer.lo -MD -MP -MF .deps/CLocalizer.Tpo -c CLocalizer.cpp -fPIC -DPIC -o .libs/CLocalizer.o | |
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../include -I../../include/geos -I../../include -DGEOS_INLINE -pedantic -Wall -ansi -Wno-long-long -ffloat-store -g -O2 -MT CLocalizer.lo -MD -MP -MF .deps/CLocalizer.Tpo -c CLocalizer.cpp -o CLocalizer.o >/dev/null 2>&1 | |
mv -f .deps/CLocalizer.Tpo .deps/CLocalizer.Plo | |
/bin/bash ../../libtool --tag=CXX --mode=link g++ -DGEOS_INLINE -pedantic -Wall -ansi -Wno-long-long -ffloat-store -g -O2 -o libio.la ParseException.lo StringTokenizer.lo ByteOrderDataInStream.lo ByteOrderValues.lo WKTReader.lo WKTWriter.lo WKBReader.lo WKBWriter.lo Writer.lo Unload.lo CLocalizer.lo | |
libtool: link: ar cru .libs/libio.a .libs/ParseException.o .libs/StringTokenizer.o .libs/ByteOrderDataInStream.o .libs/ByteOrderValues.o .libs/WKTReader.o .libs/WKTWriter.o .libs/WKBReader.o .libs/WKBWriter.o .libs/Writer.o .libs/Unload.o .libs/CLocalizer.o | |
libtool: link: ranlib .libs/libio.a | |
libtool: link: ( cd ".libs" && rm -f "libio.la" && ln -s "../libio.la" "libio.la" ) | |
make[2]: Leaving directory `/vagrant/archesproject/Install/geos-3.3.8/src/io' | |
Making all in linearref | |
make[2]: Entering directory `/vagrant/archesproject/Install/geos-3.3.8/src/linearref' | |
/bin/bash ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../include -I../../include/geos -I../../include -DGEOS_INLINE -pedantic -Wall -ansi -Wno-long-long -ffloat-store -g -O2 -MT ExtractLineByLocation.lo -MD -MP -MF .deps/ExtractLineByLocation.Tpo -c -o ExtractLineByLocation.lo ExtractLineByLocation.cpp | |
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../include -I../../include/geos -I../../include -DGEOS_INLINE -pedantic -Wall -ansi -Wno-long-long -ffloat-store -g -O2 -MT ExtractLineByLocation.lo -MD -MP -MF .deps/ExtractLineByLocation.Tpo -c ExtractLineByLocation.cpp -fPIC -DPIC -o .libs/ExtractLineByLocation.o | |
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../include -I../../include/geos -I../../include -DGEOS_INLINE -pedantic -Wall -ansi -Wno-long-long -ffloat-store -g -O2 -MT ExtractLineByLocation.lo -MD -MP -MF .deps/ExtractLineByLocation.Tpo -c ExtractLineByLocation.cpp -o ExtractLineByLocation.o >/dev/null 2>&1 | |
mv -f .deps/ExtractLineByLocation.Tpo .deps/ExtractLineByLocation.Plo | |
/bin/bash ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../include -I../../include/geos -I../../include -DGEOS_INLINE -pedantic -Wall -ansi -Wno-long-long -ffloat-store -g -O2 -MT LengthIndexedLine.lo -MD -MP -MF .deps/LengthIndexedLine.Tpo -c -o LengthIndexedLine.lo LengthIndexedLine.cpp | |
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../include -I../../include/geos -I../../include -DGEOS_INLINE -pedantic -Wall -ansi -Wno-long-long -ffloat-store -g -O2 -MT LengthIndexedLine.lo -MD -MP -MF .deps/LengthIndexedLine.Tpo -c LengthIndexedLine.cpp -fPIC -DPIC -o .libs/LengthIndexedLine.o | |
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../include -I../../include/geos -I../../include -DGEOS_INLINE -pedantic -Wall -ansi -Wno-long-long -ffloat-store -g -O2 -MT LengthIndexedLine.lo -MD -MP -MF .deps/LengthIndexedLine.Tpo -c LengthIndexedLine.cpp -o LengthIndexedLine.o >/dev/null 2>&1 | |
mv -f .deps/LengthIndexedLine.Tpo .deps/LengthIndexedLine.Plo | |
/bin/bash ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../include -I../../include/geos -I../../include -DGEOS_INLINE -pedantic -Wall -ansi -Wno-long-long -ffloat-store -g -O2 -MT LengthIndexOfPoint.lo -MD -MP -MF .deps/LengthIndexOfPoint.Tpo -c -o LengthIndexOfPoint.lo LengthIndexOfPoint.cpp | |
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../include -I../../include/geos -I../../include -DGEOS_INLINE -pedantic -Wall -ansi -Wno-long-long -ffloat-store -g -O2 -MT LengthIndexOfPoint.lo -MD -MP -MF .deps/LengthIndexOfPoint.Tpo -c LengthIndexOfPoint.cpp -fPIC -DPIC -o .libs/LengthIndexOfPoint.o | |
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../include -I../../include/geos -I../../include -DGEOS_INLINE -pedantic -Wall -ansi -Wno-long-long -ffloat-store -g -O2 -MT LengthIndexOfPoint.lo -MD -MP -MF .deps/LengthIndexOfPoint.Tpo -c LengthIndexOfPoint.cpp -o LengthIndexOfPoint.o >/dev/null 2>&1 | |
mv -f .deps/LengthIndexOfPoint.Tpo .deps/LengthIndexOfPoint.Plo | |
/bin/bash ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../include -I../../include/geos -I../../include -DGEOS_INLINE -pedantic -Wall -ansi -Wno-long-long -ffloat-store -g -O2 -MT LengthLocationMap.lo -MD -MP -MF .deps/LengthLocationMap.Tpo -c -o LengthLocationMap.lo LengthLocationMap.cpp | |
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../include -I../../include/geos -I../../include -DGEOS_INLINE -pedantic -Wall -ansi -Wno-long-long -ffloat-store -g -O2 -MT LengthLocationMap.lo -MD -MP -MF .deps/LengthLocationMap.Tpo -c LengthLocationMap.cpp -fPIC -DPIC -o .libs/LengthLocationMap.o | |
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../include -I../../include/geos -I../../include -DGEOS_INLINE -pedantic -Wall -ansi -Wno-long-long -ffloat-store -g -O2 -MT LengthLocationMap.lo -MD -MP -MF .deps/LengthLocationMap.Tpo -c LengthLocationMap.cpp -o LengthLocationMap.o >/dev/null 2>&1 | |
mv -f .deps/LengthLocationMap.Tpo .deps/LengthLocationMap.Plo | |
/bin/bash ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../include -I../../include/geos -I../../include -DGEOS_INLINE -pedantic -Wall -ansi -Wno-long-long -ffloat-store -g -O2 -MT LinearIterator.lo -MD -MP -MF .deps/LinearIterator.Tpo -c -o LinearIterator.lo LinearIterator.cpp | |
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../include -I../../include/geos -I../../include -DGEOS_INLINE -pedantic -Wall -ansi -Wno-long-long -ffloat-store -g -O2 -MT LinearIterator.lo -MD -MP -MF .deps/LinearIterator.Tpo -c LinearIterator.cpp -fPIC -DPIC -o .libs/LinearIterator.o | |
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../include -I../../include/geos -I../../include -DGEOS_INLINE -pedantic -Wall -ansi -Wno-long-long -ffloat-store -g -O2 -MT LinearIterator.lo -MD -MP -MF .deps/LinearIterator.Tpo -c LinearIterator.cpp -o LinearIterator.o >/dev/null 2>&1 | |
mv -f .deps/LinearIterator.Tpo .deps/LinearIterator.Plo | |
/bin/bash ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../include -I../../include/geos -I../../include -DGEOS_INLINE -pedantic -Wall -ansi -Wno-long-long -ffloat-store -g -O2 -MT LinearGeometryBuilder.lo -MD -MP -MF .deps/LinearGeometryBuilder.Tpo -c -o LinearGeometryBuilder.lo LinearGeometryBuilder.cpp | |
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../include -I../../include/geos -I../../include -DGEOS_INLINE -pedantic -Wall -ansi -Wno-long-long -ffloat-store -g -O2 -MT LinearGeometryBuilder.lo -MD -MP -MF .deps/LinearGeometryBuilder.Tpo -c LinearGeometryBuilder.cpp -fPIC -DPIC -o .libs/LinearGeometryBuilder.o | |
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../include -I../../include/geos -I../../include -DGEOS_INLINE -pedantic -Wall -ansi -Wno-long-long -ffloat-store -g -O2 -MT LinearGeometryBuilder.lo -MD -MP -MF .deps/LinearGeometryBuilder.Tpo -c LinearGeometryBuilder.cpp -o LinearGeometryBuilder.o >/dev/null 2>&1 | |
mv -f .deps/LinearGeometryBuilder.Tpo .deps/LinearGeometryBuilder.Plo | |
/bin/bash ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../include -I../../include/geos -I../../include -DGEOS_INLINE -pedantic -Wall -ansi -Wno-long-long -ffloat-store -g -O2 -MT LinearLocation.lo -MD -MP -MF .deps/LinearLocation.Tpo -c -o LinearLocation.lo LinearLocation.cpp | |
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../include -I../../include/geos -I../../include -DGEOS_INLINE -pedantic -Wall -ansi -Wno-long-long -ffloat-store -g -O2 -MT LinearLocation.lo -MD -MP -MF .deps/LinearLocation.Tpo -c LinearLocation.cpp -fPIC -DPIC -o .libs/LinearLocation.o | |
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../include -I../../include/geos -I../../include -DGEOS_INLINE -pedantic -Wall -ansi -Wno-long-long -ffloat-store -g -O2 -MT LinearLocation.lo -MD -MP -MF .deps/LinearLocation.Tpo -c LinearLocation.cpp -o LinearLocation.o >/dev/null 2>&1 | |
mv -f .deps/LinearLocation.Tpo .deps/LinearLocation.Plo | |
/bin/bash ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../include -I../../include/geos -I../../include -DGEOS_INLINE -pedantic -Wall -ansi -Wno-long-long -ffloat-store -g -O2 -MT LocationIndexOfLine.lo -MD -MP -MF .deps/LocationIndexOfLine.Tpo -c -o LocationIndexOfLine.lo LocationIndexOfLine.cpp | |
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../include -I../../include/geos -I../../include -DGEOS_INLINE -pedantic -Wall -ansi -Wno-long-long -ffloat-store -g -O2 -MT LocationIndexOfLine.lo -MD -MP -MF .deps/LocationIndexOfLine.Tpo -c LocationIndexOfLine.cpp -fPIC -DPIC -o .libs/LocationIndexOfLine.o | |
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../include -I../../include/geos -I../../include -DGEOS_INLINE -pedantic -Wall -ansi -Wno-long-long -ffloat-store -g -O2 -MT LocationIndexOfLine.lo -MD -MP -MF .deps/LocationIndexOfLine.Tpo -c LocationIndexOfLine.cpp -o LocationIndexOfLine.o >/dev/null 2>&1 | |
mv -f .deps/LocationIndexOfLine.Tpo .deps/LocationIndexOfLine.Plo | |
/bin/bash ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../include -I../../include/geos -I../../include -DGEOS_INLINE -pedantic -Wall -ansi -Wno-long-long -ffloat-store -g -O2 -MT LocationIndexOfPoint.lo -MD -MP -MF .deps/LocationIndexOfPoint.Tpo -c -o LocationIndexOfPoint.lo LocationIndexOfPoint.cpp | |
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../include -I../../include/geos -I../../include -DGEOS_INLINE -pedantic -Wall -ansi -Wno-long-long -ffloat-store -g -O2 -MT LocationIndexOfPoint.lo -MD -MP -MF .deps/LocationIndexOfPoint.Tpo -c LocationIndexOfPoint.cpp -fPIC -DPIC -o .libs/LocationIndexOfPoint.o | |
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../include -I../../include/geos -I../../include -DGEOS_INLINE -pedantic -Wall -ansi -Wno-long-long -ffloat-store -g -O2 -MT LocationIndexOfPoint.lo -MD -MP -MF .deps/LocationIndexOfPoint.Tpo -c LocationIndexOfPoint.cpp -o LocationIndexOfPoint.o >/dev/null 2>&1 | |
mv -f .deps/LocationIndexOfPoint.Tpo .deps/LocationIndexOfPoint.Plo | |
/bin/bash ../../libtool --tag=CXX --mode=link g++ -DGEOS_INLINE -pedantic -Wall -ansi -Wno-long-long -ffloat-store -g -O2 -o liblinearref.la ExtractLineByLocation.lo LengthIndexedLine.lo LengthIndexOfPoint.lo LengthLocationMap.lo LinearIterator.lo LinearGeometryBuilder.lo LinearLocation.lo LocationIndexOfLine.lo LocationIndexOfPoint.lo | |
libtool: link: ar cru .libs/liblinearref.a .libs/ExtractLineByLocation.o .libs/LengthIndexedLine.o .libs/LengthIndexOfPoint.o .libs/LengthLocationMap.o .libs/LinearIterator.o .libs/LinearGeometryBuilder.o .libs/LinearLocation.o .libs/LocationIndexOfLine.o .libs/LocationIndexOfPoint.o | |
libtool: link: ranlib .libs/liblinearref.a | |
libtool: link: ( cd ".libs" && rm -f "liblinearref.la" && ln -s "../liblinearref.la" "liblinearref.la" ) | |
make[2]: Leaving directory `/vagrant/archesproject/Install/geos-3.3.8/src/linearref' | |
Making all in noding | |
make[2]: Entering directory `/vagrant/archesproject/Install/geos-3.3.8/src/noding' | |
Making all in snapround | |
make[3]: Entering directory `/vagrant/archesproject/Install/geos-3.3.8/src/noding/snapround' | |
make[4]: Entering directory `/vagrant/archesproject/Install/geos-3.3.8/src/noding/snapround' | |
/bin/bash ../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../include -I../../../include/geos -I../../../include -DGEOS_INLINE -pedantic -Wall -ansi -Wno-long-long -ffloat-store -g -O2 -MT HotPixel.lo -MD -MP -MF .deps/HotPixel.Tpo -c -o HotPixel.lo HotPixel.cpp | |
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../include -I../../../include/geos -I../../../include -DGEOS_INLINE -pedantic -Wall -ansi -Wno-long-long -ffloat-store -g -O2 -MT HotPixel.lo -MD -MP -MF .deps/HotPixel.Tpo -c HotPixel.cpp -fPIC -DPIC -o .libs/HotPixel.o | |
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../include -I../../../include/geos -I../../../include -DGEOS_INLINE -pedantic -Wall -ansi -Wno-long-long -ffloat-store -g -O2 -MT HotPixel.lo -MD -MP -MF .deps/HotPixel.Tpo -c HotPixel.cpp -o HotPixel.o >/dev/null 2>&1 | |
mv -f .deps/HotPixel.Tpo .deps/HotPixel.Plo | |
/bin/bash ../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../include -I../../../include/geos -I../../../include -DGEOS_INLINE -pedantic -Wall -ansi -Wno-long-long -ffloat-store -g -O2 -MT MCIndexPointSnapper.lo -MD -MP -MF .deps/MCIndexPointSnapper.Tpo -c -o MCIndexPointSnapper.lo MCIndexPointSnapper.cpp | |
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../include -I../../../include/geos -I../../../include -DGEOS_INLINE -pedantic -Wall -ansi -Wno-long-long -ffloat-store -g -O2 -MT MCIndexPointSnapper.lo -MD -MP -MF .deps/MCIndexPointSnapper.Tpo -c MCIndexPointSnapper.cpp -fPIC -DPIC -o .libs/MCIndexPointSnapper.o | |
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../include -I../../../include/geos -I../../../include -DGEOS_INLINE -pedantic -Wall -ansi -Wno-long-long -ffloat-store -g -O2 -MT MCIndexPointSnapper.lo -MD -MP -MF .deps/MCIndexPointSnapper.Tpo -c MCIndexPointSnapper.cpp -o MCIndexPointSnapper.o >/dev/null 2>&1 | |
mv -f .deps/MCIndexPointSnapper.Tpo .deps/MCIndexPointSnapper.Plo | |
/bin/bash ../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../include -I../../../include/geos -I../../../include -DGEOS_INLINE -pedantic -Wall -ansi -Wno-long-long -ffloat-store -g -O2 -MT MCIndexSnapRounder.lo -MD -MP -MF .deps/MCIndexSnapRounder.Tpo -c -o MCIndexSnapRounder.lo MCIndexSnapRounder.cpp | |
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../include -I../../../include/geos -I../../../include -DGEOS_INLINE -pedantic -Wall -ansi -Wno-long-long -ffloat-store -g -O2 -MT MCIndexSnapRounder.lo -MD -MP -MF .deps/MCIndexSnapRounder.Tpo -c MCIndexSnapRounder.cpp -fPIC -DPIC -o .libs/MCIndexSnapRounder.o | |
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../include -I../../../include/geos -I../../../include -DGEOS_INLINE -pedantic -Wall -ansi -Wno-long-long -ffloat-store -g -O2 -MT MCIndexSnapRounder.lo -MD -MP -MF .deps/MCIndexSnapRounder.Tpo -c MCIndexSnapRounder.cpp -o MCIndexSnapRounder.o >/dev/null 2>&1 | |
mv -f .deps/MCIndexSnapRounder.Tpo .deps/MCIndexSnapRounder.Plo | |
/bin/bash ../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../include -I../../../include/geos -I../../../include -DGEOS_INLINE -pedantic -Wall -ansi -Wno-long-long -ffloat-store -g -O2 -MT SimpleSnapRounder.lo -MD -MP -MF .deps/SimpleSnapRounder.Tpo -c -o SimpleSnapRounder.lo SimpleSnapRounder.cpp | |
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../include -I../../../include/geos -I../../../include -DGEOS_INLINE -pedantic -Wall -ansi -Wno-long-long -ffloat-store -g -O2 -MT SimpleSnapRounder.lo -MD -MP -MF .deps/SimpleSnapRounder.Tpo -c SimpleSnapRounder.cpp -fPIC -DPIC -o .libs/SimpleSnapRounder.o | |
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../include -I../../../include/geos -I../../../include -DGEOS_INLINE -pedantic -Wall -ansi -Wno-long-long -ffloat-store -g -O2 -MT SimpleSnapRounder.lo -MD -MP -MF .deps/SimpleSnapRounder.Tpo -c SimpleSnapRounder.cpp -o SimpleSnapRounder.o >/dev/null 2>&1 | |
mv -f .deps/SimpleSnapRounder.Tpo .deps/SimpleSnapRounder.Plo | |
/bin/bash ../../../libtool --tag=CXX --mode=link g++ -DGEOS_INLINE -pedantic -Wall -ansi -Wno-long-long -ffloat-store -g -O2 -o libsnapround.la HotPixel.lo MCIndexPointSnapper.lo MCIndexSnapRounder.lo SimpleSnapRounder.lo | |
libtool: link: ar cru .libs/libsnapround.a .libs/HotPixel.o .libs/MCIndexPointSnapper.o .libs/MCIndexSnapRounder.o .libs/SimpleSnapRounder.o | |
libtool: link: ranlib .libs/libsnapround.a | |
libtool: link: ( cd ".libs" && rm -f "libsnapround.la" && ln -s "../libsnapround.la" "libsnapround.la" ) | |
make[4]: Leaving directory `/vagrant/archesproject/Install/geos-3.3.8/src/noding/snapround' | |
make[3]: Leaving directory `/vagrant/archesproject/Install/geos-3.3.8/src/noding/snapround' | |
make[3]: Entering directory `/vagrant/archesproject/Install/geos-3.3.8/src/noding' | |
/bin/bash ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../include -I../../include/geos -I../../include -DGEOS_INLINE -pedantic -Wall -ansi -Wno-long-long -ffloat-store -g -O2 -MT BasicSegmentString.lo -MD -MP -MF .deps/BasicSegmentString.Tpo -c -o BasicSegmentString.lo BasicSegmentString.cpp | |
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../include -I../../include/geos -I../../include -DGEOS_INLINE -pedantic -Wall -ansi -Wno-long-long -ffloat-store -g -O2 -MT BasicSegmentString.lo -MD -MP -MF .deps/BasicSegmentString.Tpo -c BasicSegmentString.cpp -fPIC -DPIC -o .libs/BasicSegmentString.o | |
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../include -I../../include/geos -I../../include -DGEOS_INLINE -pedantic -Wall -ansi -Wno-long-long -ffloat-store -g -O2 -MT BasicSegmentString.lo -MD -MP -MF .deps/BasicSegmentString.Tpo -c BasicSegmentString.cpp -o BasicSegmentString.o >/dev/null 2>&1 | |
mv -f .deps/BasicSegmentString.Tpo .deps/BasicSegmentString.Plo | |
/bin/bash ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../include -I../../include/geos -I../../include -DGEOS_INLINE -pedantic -Wall -ansi -Wno-long-long -ffloat-store -g -O2 -MT FastNodingValidator.lo -MD -MP -MF .deps/FastNodingValidator.Tpo -c -o FastNodingValidator.lo FastNodingValidator.cpp | |
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../include -I../../include/geos -I../../include -DGEOS_INLINE -pedantic -Wall -ansi -Wno-long-long -ffloat-store -g -O2 -MT FastNodingValidator.lo -MD -MP -MF .deps/FastNodingValidator.Tpo -c FastNodingValidator.cpp -fPIC -DPIC -o .libs/FastNodingValidator.o | |
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../include -I../../include/geos -I../../include -DGEOS_INLINE -pedantic -Wall -ansi -Wno-long-long -ffloat-store -g -O2 -MT FastNodingValidator.lo -MD -MP -MF .deps/FastNodingValidator.Tpo -c FastNodingValidator.cpp -o FastNodingValidator.o >/dev/null 2>&1 | |
mv -f .deps/FastNodingValidator.Tpo .deps/FastNodingValidator.Plo | |
/bin/bash ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../include -I../../include/geos -I../../include -DGEOS_INLINE -pedantic -Wall -ansi -Wno-long-long -ffloat-store -g -O2 -MT FastSegmentSetIntersectionFinder.lo -MD -MP -MF .deps/FastSegmentSetIntersectionFinder.Tpo -c -o FastSegmentSetIntersectionFinder.lo FastSegmentSetIntersectionFinder.cpp | |
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../include -I../../include/geos -I../../include -DGEOS_INLINE -pedantic -Wall -ansi -Wno-long-long -ffloat-store -g -O2 -MT FastSegmentSetIntersectionFinder.lo -MD -MP -MF .deps/FastSegmentSetIntersectionFinder.Tpo -c FastSegmentSetIntersectionFinder.cpp -fPIC -DPIC -o .libs/FastSegmentSetIntersectionFinder.o | |
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../include -I../../include/geos -I../../include -DGEOS_INLINE -pedantic -Wall -ansi -Wno-long-long -ffloat-store -g -O2 -MT FastSegmentSetIntersectionFinder.lo -MD -MP -MF .deps/FastSegmentSetIntersectionFinder.Tpo -c FastSegmentSetIntersectionFinder.cpp -o FastSegmentSetIntersectionFinder.o >/dev/null 2>&1 | |
mv -f .deps/FastSegmentSetIntersectionFinder.Tpo .deps/FastSegmentSetIntersectionFinder.Plo | |
/bin/bash ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../include -I../../include/geos -I../../include -DGEOS_INLINE -pedantic -Wall -ansi -Wno-long-long -ffloat-store -g -O2 -MT IntersectionAdder.lo -MD -MP -MF .deps/IntersectionAdder.Tpo -c -o IntersectionAdder.lo IntersectionAdder.cpp | |
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../include -I../../include/geos -I../../include -DGEOS_INLINE -pedantic -Wall -ansi -Wno-long-long -ffloat-store -g -O2 -MT IntersectionAdder.lo -MD -MP -MF .deps/IntersectionAdder.Tpo -c IntersectionAdder.cpp -fPIC -DPIC -o .libs/IntersectionAdder.o | |
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../include -I../../include/geos -I../../include -DGEOS_INLINE -pedantic -Wall -ansi -Wno-long-long -ffloat-store -g -O2 -MT IntersectionAdder.lo -MD -MP -MF .deps/IntersectionAdder.Tpo -c IntersectionAdder.cpp -o IntersectionAdder.o >/dev/null 2>&1 | |
mv -f .deps/IntersectionAdder.Tpo .deps/IntersectionAdder.Plo | |
/bin/bash ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../include -I../../include/geos -I../../include -DGEOS_INLINE -pedantic -Wall -ansi -Wno-long-long -ffloat-store -g -O2 -MT IntersectionFinderAdder.lo -MD -MP -MF .deps/IntersectionFinderAdder.Tpo -c -o IntersectionFinderAdder.lo IntersectionFinderAdder.cpp | |
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../include -I../../include/geos -I../../include -DGEOS_INLINE -pedantic -Wall -ansi -Wno-long-long -ffloat-store -g -O2 -MT IntersectionFinderAdder.lo -MD -MP -MF .deps/IntersectionFinderAdder.Tpo -c IntersectionFinderAdder.cpp -fPIC -DPIC -o .libs/IntersectionFinderAdder.o | |
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../include -I../../include/geos -I../../include -DGEOS_INLINE -pedantic -Wall -ansi -Wno-long-long -ffloat-store -g -O2 -MT IntersectionFinderAdder.lo -MD -MP -MF .deps/IntersectionFinderAdder.Tpo -c IntersectionFinderAdder.cpp -o IntersectionFinderAdder.o >/dev/null 2>&1 | |
mv -f .deps/IntersectionFinderAdder.Tpo .deps/IntersectionFinderAdder.Plo | |
/bin/bash ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../include -I../../include/geos -I../../include -DGEOS_INLINE -pedantic -Wall -ansi -Wno-long-long -ffloat-store -g -O2 -MT IteratedNoder.lo -MD -MP -MF .deps/IteratedNoder.Tpo -c -o IteratedNoder.lo IteratedNoder.cpp | |
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../include -I../../include/geos -I../../include -DGEOS_INLINE -pedantic -Wall -ansi -Wno-long-long -ffloat-store -g -O2 -MT IteratedNoder.lo -MD -MP -MF .deps/IteratedNoder.Tpo -c IteratedNoder.cpp -fPIC -DPIC -o .libs/IteratedNoder.o | |
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../include -I../../include/geos -I../../include -DGEOS_INLINE -pedantic -Wall -ansi -Wno-long-long -ffloat-store -g -O2 -MT IteratedNoder.lo -MD -MP -MF .deps/IteratedNoder.Tpo -c IteratedNoder.cpp -o IteratedNoder.o >/dev/null 2>&1 | |
mv -f .deps/IteratedNoder.Tpo .deps/IteratedNoder.Plo | |
/bin/bash ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../include -I../../include/geos -I../../include -DGEOS_INLINE -pedantic -Wall -ansi -Wno-long-long -ffloat-store -g -O2 -MT MCIndexNoder.lo -MD -MP -MF .deps/MCIndexNoder.Tpo -c -o MCIndexNoder.lo MCIndexNoder.cpp | |
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../include -I../../include/geos -I../../include -DGEOS_INLINE -pedantic -Wall -ansi -Wno-long-long -ffloat-store -g -O2 -MT MCIndexNoder.lo -MD -MP -MF .deps/MCIndexNoder.Tpo -c MCIndexNoder.cpp -fPIC -DPIC -o .libs/MCIndexNoder.o | |
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../include -I../../include/geos -I../../include -DGEOS_INLINE -pedantic -Wall -ansi -Wno-long-long -ffloat-store -g -O2 -MT MCIndexNoder.lo -MD -MP -MF .deps/MCIndexNoder.Tpo -c MCIndexNoder.cpp -o MCIndexNoder.o >/dev/null 2>&1 | |
mv -f .deps/MCIndexNoder.Tpo .deps/MCIndexNoder.Plo | |
/bin/bash ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../include -I../../include/geos -I../../include -DGEOS_INLINE -pedantic -Wall -ansi -Wno-long-long -ffloat-store -g -O2 -MT MCIndexSegmentSetMutualIntersector.lo -MD -MP -MF .deps/MCIndexSegmentSetMutualIntersector.Tpo -c -o MCIndexSegmentSetMutualIntersector.lo MCIndexSegmentSetMutualIntersector.cpp | |
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../include -I../../include/geos -I../../include -DGEOS_INLINE -pedantic -Wall -ansi -Wno-long-long -ffloat-store -g -O2 -MT MCIndexSegmentSetMutualIntersector.lo -MD -MP -MF .deps/MCIndexSegmentSetMutualIntersector.Tpo -c MCIndexSegmentSetMutualIntersector.cpp -fPIC -DPIC -o .libs/MCIndexSegmentSetMutualIntersector.o | |
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../include -I../../include/geos -I../../include -DGEOS_INLINE -pedantic -Wall -ansi -Wno-long-long -ffloat-store -g -O2 -MT MCIndexSegmentSetMutualIntersector.lo -MD -MP -MF .deps/MCIndexSegmentSetMutualIntersector.Tpo -c MCIndexSegmentSetMutualIntersector.cpp -o MCIndexSegmentSetMutualIntersector.o >/dev/null 2>&1 | |
mv -f .deps/MCIndexSegmentSetMutualIntersector.Tpo .deps/MCIndexSegmentSetMutualIntersector.Plo | |
/bin/bash ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../include -I../../include/geos -I../../include -DGEOS_INLINE -pedantic -Wall -ansi -Wno-long-long -ffloat-store -g -O2 -MT NodedSegmentString.lo -MD -MP -MF .deps/NodedSegmentString.Tpo -c -o NodedSegmentString.lo NodedSegmentString.cpp | |
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../include -I../../include/geos -I../../include -DGEOS_INLINE -pedantic -Wall -ansi -Wno-long-long -ffloat-store -g -O2 -MT NodedSegmentString.lo -MD -MP -MF .deps/NodedSegmentString.Tpo -c NodedSegmentString.cpp -fPIC -DPIC -o .libs/NodedSegmentString.o | |
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../include -I../../include/geos -I../../include -DGEOS_INLINE -pedantic -Wall -ansi -Wno-long-long -ffloat-store -g -O2 -MT NodedSegmentString.lo -MD -MP -MF .deps/NodedSegmentString.Tpo -c NodedSegmentString.cpp -o NodedSegmentString.o >/dev/null 2>&1 | |
mv -f .deps/NodedSegmentString.Tpo .deps/NodedSegmentString.Plo | |
/bin/bash ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../include -I../../include/geos -I../../include -DGEOS_INLINE -pedantic -Wall -ansi -Wno-long-long -ffloat-store -g -O2 -MT NodingValidator.lo -MD -MP -MF .deps/NodingValidator.Tpo -c -o NodingValidator.lo NodingValidator.cpp | |
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../include -I../../include/geos -I../../include -DGEOS_INLINE -pedantic -Wall -ansi -Wno-long-long -ffloat-store -g -O2 -MT NodingValidator.lo -MD -MP -MF .deps/NodingValidator.Tpo -c NodingValidator.cpp -fPIC -DPIC -o .libs/NodingValidator.o | |
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../include -I../../include/geos -I../../include -DGEOS_INLINE -pedantic -Wall -ansi -Wno-long-long -ffloat-store -g -O2 -MT NodingValidator.lo -MD -MP -MF .deps/NodingValidator.Tpo -c NodingValidator.cpp -o NodingValidator.o >/dev/null 2>&1 | |
mv -f .deps/NodingValidator.Tpo .deps/NodingValidator.Plo | |
/bin/bash ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../include -I../../include/geos -I../../include -DGEOS_INLINE -pedantic -Wall -ansi -Wno-long-long -ffloat-store -g -O2 -MT Octant.lo -MD -MP -MF .deps/Octant.Tpo -c -o Octant.lo Octant.cpp | |
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../include -I../../include/geos -I../../include -DGEOS_INLINE -pedantic -Wall -ansi -Wno-long-long -ffloat-store -g -O2 -MT Octant.lo -MD -MP -MF .deps/Octant.Tpo -c Octant.cpp -fPIC -DPIC -o .libs/Octant.o | |
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../include -I../../include/geos -I../../include -DGEOS_INLINE -pedantic -Wall -ansi -Wno-long-long -ffloat-store -g -O2 -MT Octant.lo -MD -MP -MF .deps/Octant.Tpo -c Octant.cpp -o Octant.o >/dev/null 2>&1 | |
mv -f .deps/Octant.Tpo .deps/Octant.Plo | |
/bin/bash ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../include -I../../include/geos -I../../include -DGEOS_INLINE -pedantic -Wall -ansi -Wno-long-long -ffloat-store -g -O2 -MT OrientedCoordinateArray.lo -MD -MP -MF .deps/OrientedCoordinateArray.Tpo -c -o OrientedCoordinateArray.lo OrientedCoordinateArray.cpp | |
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../include -I../../include/geos -I../../include -DGEOS_INLINE -pedantic -Wall -ansi -Wno-long-long -ffloat-store -g -O2 -MT OrientedCoordinateArray.lo -MD -MP -MF .deps/OrientedCoordinateArray.Tpo -c OrientedCoordinateArray.cpp -fPIC -DPIC -o .libs/OrientedCoordinateArray.o | |
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../include -I../../include/geos -I../../include -DGEOS_INLINE -pedantic -Wall -ansi -Wno-long-long -ffloat-store -g -O2 -MT OrientedCoordinateArray.lo -MD -MP -MF .deps/OrientedCoordinateArray.Tpo -c OrientedCoordinateArray.cpp -o OrientedCoordinateArray.o >/dev/null 2>&1 | |
mv -f .deps/OrientedCoordinateArray.Tpo .deps/OrientedCoordinateArray.Plo | |
/bin/bash ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../include -I../../include/geos -I../../include -DGEOS_INLINE -pedantic -Wall -ansi -Wno-long-long -ffloat-store -g -O2 -MT ScaledNoder.lo -MD -MP -MF .deps/ScaledNoder.Tpo -c -o ScaledNoder.lo ScaledNoder.cpp | |
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../include -I../../include/geos -I../../include -DGEOS_INLINE -pedantic -Wall -ansi -Wno-long-long -ffloat-store -g -O2 -MT ScaledNoder.lo -MD -MP -MF .deps/ScaledNoder.Tpo -c ScaledNoder.cpp -fPIC -DPIC -o .libs/ScaledNoder.o | |
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../include -I../../include/geos -I../../include -DGEOS_INLINE -pedantic -Wall -ansi -Wno-long-long -ffloat-store -g -O2 -MT ScaledNoder.lo -MD -MP -MF .deps/ScaledNoder.Tpo -c ScaledNoder.cpp -o ScaledNoder.o >/dev/null 2>&1 | |
mv -f .deps/ScaledNoder.Tpo .deps/ScaledNoder.Plo | |
/bin/bash ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../include -I../../include/geos -I../../include -DGEOS_INLINE -pedantic -Wall -ansi -Wno-long-long -ffloat-store -g -O2 -MT SegmentIntersectionDetector.lo -MD -MP -MF .deps/SegmentIntersectionDetector.Tpo -c -o SegmentIntersectionDetector.lo SegmentIntersectionDetector.cpp | |
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../include -I../../include/geos -I../../include -DGEOS_INLINE -pedantic -Wall -ansi -Wno-long-long -ffloat-store -g -O2 -MT SegmentIntersectionDetector.lo -MD -MP -MF .deps/SegmentIntersectionDetector.Tpo -c SegmentIntersectionDetector.cpp -fPIC -DPIC -o .libs/SegmentIntersectionDetector.o | |
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../include -I../../include/geos -I../../include -DGEOS_INLINE -pedantic -Wall -ansi -Wno-long-long -ffloat-store -g -O2 -MT SegmentIntersectionDetector.lo -MD -MP -MF .deps/SegmentIntersectionDetector.Tpo -c SegmentIntersectionDetector.cpp -o SegmentIntersectionDetector.o >/dev/null 2>&1 | |
mv -f .deps/SegmentIntersectionDetector.Tpo .deps/SegmentIntersectionDetector.Plo | |
/bin/bash ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../include -I../../include/geos -I../../include -DGEOS_INLINE -pedantic -Wall -ansi -Wno-long-long -ffloat-store -g -O2 -MT SegmentNode.lo -MD -MP -MF .deps/SegmentNode.Tpo -c -o SegmentNode.lo SegmentNode.cpp | |
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../include -I../../include/geos -I../../include -DGEOS_INLINE -pedantic -Wall -ansi -Wno-long-long -ffloat-store -g -O2 -MT SegmentNode.lo -MD -MP -MF .deps/SegmentNode.Tpo -c SegmentNode.cpp -fPIC -DPIC -o .libs/SegmentNode.o | |
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../include -I../../include/geos -I../../include -DGEOS_INLINE -pedantic -Wall -ansi -Wno-long-long -ffloat-store -g -O2 -MT SegmentNode.lo -MD -MP -MF .deps/SegmentNode.Tpo -c SegmentNode.cpp -o SegmentNode.o >/dev/null 2>&1 | |
mv -f .deps/SegmentNode.Tpo .deps/SegmentNode.Plo | |
/bin/bash ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../include -I../../include/geos -I../../include -DGEOS_INLINE -pedantic -Wall -ansi -Wno-long-long -ffloat-store -g -O2 -MT SegmentNodeList.lo -MD -MP -MF .deps/SegmentNodeList.Tpo -c -o SegmentNodeList.lo SegmentNodeList.cpp | |
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../include -I../../include/geos -I../../include -DGEOS_INLINE -pedantic -Wall -ansi -Wno-long-long -ffloat-store -g -O2 -MT SegmentNodeList.lo -MD -MP -MF .deps/SegmentNodeList.Tpo -c SegmentNodeList.cpp -fPIC -DPIC -o .libs/SegmentNodeList.o | |
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../include -I../../include/geos -I../../include -DGEOS_INLINE -pedantic -Wall -ansi -Wno-long-long -ffloat-store -g -O2 -MT SegmentNodeList.lo -MD -MP -MF .deps/SegmentNodeList.Tpo -c SegmentNodeList.cpp -o SegmentNodeList.o >/dev/null 2>&1 | |
mv -f .deps/SegmentNodeList.Tpo .deps/SegmentNodeList.Plo | |
/bin/bash ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../include -I../../include/geos -I../../include -DGEOS_INLINE -pedantic -Wall -ansi -Wno-long-long -ffloat-store -g -O2 -MT SegmentString.lo -MD -MP -MF .deps/SegmentString.Tpo -c -o SegmentString.lo SegmentString.cpp | |
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../include -I../../include/geos -I../../include -DGEOS_INLINE -pedantic -Wall -ansi -Wno-long-long -ffloat-store -g -O2 -MT SegmentString.lo -MD -MP -MF .deps/SegmentString.Tpo -c SegmentString.cpp -fPIC -DPIC -o .libs/SegmentString.o | |
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../include -I../../include/geos -I../../include -DGEOS_INLINE -pedantic -Wall -ansi -Wno-long-long -ffloat-store -g -O2 -MT SegmentString.lo -MD -MP -MF .deps/SegmentString.Tpo -c SegmentString.cpp -o SegmentString.o >/dev/null 2>&1 | |
mv -f .deps/SegmentString.Tpo .deps/SegmentString.Plo | |
/bin/bash ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../include -I../../include/geos -I../../include -DGEOS_INLINE -pedantic -Wall -ansi -Wno-long-long -ffloat-store -g -O2 -MT SegmentStringUtil.lo -MD -MP -MF .deps/SegmentStringUtil.Tpo -c -o SegmentStringUtil.lo SegmentStringUtil.cpp | |
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../include -I../../include/geos -I../../include -DGEOS_INLINE -pedantic -Wall -ansi -Wno-long-long -ffloat-store -g -O2 -MT SegmentStringUtil.lo -MD -MP -MF .deps/SegmentStringUtil.Tpo -c SegmentStringUtil.cpp -fPIC -DPIC -o .libs/SegmentStringUtil.o | |
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../include -I../../include/geos -I../../include -DGEOS_INLINE -pedantic -Wall -ansi -Wno-long-long -ffloat-store -g -O2 -MT SegmentStringUtil.lo -MD -MP -MF .deps/SegmentStringUtil.Tpo -c SegmentStringUtil.cpp -o SegmentStringUtil.o >/dev/null 2>&1 | |
mv -f .deps/SegmentStringUtil.Tpo .deps/SegmentStringUtil.Plo | |
/bin/bash ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../include -I../../include/geos -I../../include -DGEOS_INLINE -pedantic -Wall -ansi -Wno-long-long -ffloat-store -g -O2 -MT SimpleNoder.lo -MD -MP -MF .deps/SimpleNoder.Tpo -c -o SimpleNoder.lo SimpleNoder.cpp | |
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../include -I../../include/geos -I../../include -DGEOS_INLINE -pedantic -Wall -ansi -Wno-long-long -ffloat-store -g -O2 -MT SimpleNoder.lo -MD -MP -MF .deps/SimpleNoder.Tpo -c SimpleNoder.cpp -fPIC -DPIC -o .libs/SimpleNoder.o | |
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../include -I../../include/geos -I../../include -DGEOS_INLINE -pedantic -Wall -ansi -Wno-long-long -ffloat-store -g -O2 -MT SimpleNoder.lo -MD -MP -MF .deps/SimpleNoder.Tpo -c SimpleNoder.cpp -o SimpleNoder.o >/dev/null 2>&1 | |
mv -f .deps/SimpleNoder.Tpo .deps/SimpleNoder.Plo | |
/bin/bash ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../include -I../../include/geos -I../../include -DGEOS_INLINE -pedantic -Wall -ansi -Wno-long-long -ffloat-store -g -O2 -MT SingleInteriorIntersectionFinder.lo -MD -MP -MF .deps/SingleInteriorIntersectionFinder.Tpo -c -o SingleInteriorIntersectionFinder.lo SingleInteriorIntersectionFinder.cpp | |
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../include -I../../include/geos -I../../include -DGEOS_INLINE -pedantic -Wall -ansi -Wno-long-long -ffloat-store -g -O2 -MT SingleInteriorIntersectionFinder.lo -MD -MP -MF .deps/SingleInteriorIntersectionFinder.Tpo -c SingleInteriorIntersectionFinder.cpp -fPIC -DPIC -o .libs/SingleInteriorIntersectionFinder.o | |
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../include -I../../include/geos -I../../include -DGEOS_INLINE -pedantic -Wall -ansi -Wno-long-long -ffloat-store -g -O2 -MT SingleInteriorIntersectionFinder.lo -MD -MP -MF .deps/SingleInteriorIntersectionFinder.Tpo -c SingleInteriorIntersectionFinder.cpp -o SingleInteriorIntersectionFinder.o >/dev/null 2>&1 | |
mv -f .deps/SingleInteriorIntersectionFinder.Tpo .deps/SingleInteriorIntersectionFinder.Plo | |
/bin/bash ../../libtool --tag=CXX --mode=link g++ -DGEOS_INLINE -pedantic -Wall -ansi -Wno-long-long -ffloat-store -g -O2 -o libnoding.la BasicSegmentString.lo FastNodingValidator.lo FastSegmentSetIntersectionFinder.lo IntersectionAdder.lo IntersectionFinderAdder.lo IteratedNoder.lo MCIndexNoder.lo MCIndexSegmentSetMutualIntersector.lo NodedSegmentString.lo NodingValidator.lo Octant.lo OrientedCoordinateArray.lo ScaledNoder.lo SegmentIntersectionDetector.lo SegmentNode.lo SegmentNodeList.lo SegmentString.lo SegmentStringUtil.lo SimpleNoder.lo SingleInteriorIntersectionFinder.lo snapround/libsnapround.la | |
libtool: link: (cd .libs/libnoding.lax/libsnapround.a && ar x "/vagrant/archesproject/Install/geos-3.3.8/src/noding/snapround/.libs/libsnapround.a") | |
libtool: link: ar cru .libs/libnoding.a .libs/BasicSegmentString.o .libs/FastNodingValidator.o .libs/FastSegmentSetIntersectionFinder.o .libs/IntersectionAdder.o .libs/IntersectionFinderAdder.o .libs/IteratedNoder.o .libs/MCIndexNoder.o .libs/MCIndexSegmentSetMutualIntersector.o .libs/NodedSegmentString.o .libs/NodingValidator.o .libs/Octant.o .libs/OrientedCoordinateArray.o .libs/ScaledNoder.o .libs/SegmentIntersectionDetector.o .libs/SegmentNode.o .libs/SegmentNodeList.o .libs/SegmentString.o .libs/SegmentStringUtil.o .libs/SimpleNoder.o .libs/SingleInteriorIntersectionFinder.o .libs/libnoding.lax/libsnapround.a/HotPixel.o .libs/libnoding.lax/libsnapround.a/MCIndexPointSnapper.o .libs/libnoding.lax/libsnapround.a/MCIndexSnapRounder.o .libs/libnoding.lax/libsnapround.a/SimpleSnapRounder.o | |
libtool: link: ranlib .libs/libnoding.a | |
libtool: link: rm -fr .libs/libnoding.lax | |
libtool: link: ( cd ".libs" && rm -f "libnoding.la" && ln -s "../libnoding.la" "libnoding.la" ) | |
make[3]: Leaving directory `/vagrant/archesproject/Install/geos-3.3.8/src/noding' | |
make[2]: Leaving directory `/vagrant/archesproject/Install/geos-3.3.8/src/noding' | |
Making all in operation | |
make[2]: Entering directory `/vagrant/archesproject/Install/geos-3.3.8/src/operation' | |
Making all in buffer | |
make[3]: Entering directory `/vagrant/archesproject/Install/geos-3.3.8/src/operation/buffer' | |
make[4]: Entering directory `/vagrant/archesproject/Install/geos-3.3.8/src/operation/buffer' | |
/bin/bash ../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../include -I../../../include/geos -I../../../include -DGEOS_INLINE -pedantic -Wall -ansi -Wno-long-long -ffloat-store -g -O2 -MT BufferBuilder.lo -MD -MP -MF .deps/BufferBuilder.Tpo -c -o BufferBuilder.lo BufferBuilder.cpp | |
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../include -I../../../include/geos -I../../../include -DGEOS_INLINE -pedantic -Wall -ansi -Wno-long-long -ffloat-store -g -O2 -MT BufferBuilder.lo -MD -MP -MF .deps/BufferBuilder.Tpo -c BufferBuilder.cpp -fPIC -DPIC -o .libs/BufferBuilder.o | |
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../include -I../../../include/geos -I../../../include -DGEOS_INLINE -pedantic -Wall -ansi -Wno-long-long -ffloat-store -g -O2 -MT BufferBuilder.lo -MD -MP -MF .deps/BufferBuilder.Tpo -c BufferBuilder.cpp -o BufferBuilder.o >/dev/null 2>&1 | |
mv -f .deps/BufferBuilder.Tpo .deps/BufferBuilder.Plo | |
/bin/bash ../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../include -I../../../include/geos -I../../../include -DGEOS_INLINE -pedantic -Wall -ansi -Wno-long-long -ffloat-store -g -O2 -MT BufferInputLineSimplifier.lo -MD -MP -MF .deps/BufferInputLineSimplifier.Tpo -c -o BufferInputLineSimplifier.lo BufferInputLineSimplifier.cpp | |
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../include -I../../../include/geos -I../../../include -DGEOS_INLINE -pedantic -Wall -ansi -Wno-long-long -ffloat-store -g -O2 -MT BufferInputLineSimplifier.lo -MD -MP -MF .deps/BufferInputLineSimplifier.Tpo -c BufferInputLineSimplifier.cpp -fPIC -DPIC -o .libs/BufferInputLineSimplifier.o | |
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../include -I../../../include/geos -I../../../include -DGEOS_INLINE -pedantic -Wall -ansi -Wno-long-long -ffloat-store -g -O2 -MT BufferInputLineSimplifier.lo -MD -MP -MF .deps/BufferInputLineSimplifier.Tpo -c BufferInputLineSimplifier.cpp -o BufferInputLineSimplifier.o >/dev/null 2>&1 | |
mv -f .deps/BufferInputLineSimplifier.Tpo .deps/BufferInputLineSimplifier.Plo | |
/bin/bash ../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../include -I../../../include/geos -I../../../include -DGEOS_INLINE -pedantic -Wall -ansi -Wno-long-long -ffloat-store -g -O2 -MT BufferOp.lo -MD -MP -MF .deps/BufferOp.Tpo -c -o BufferOp.lo BufferOp.cpp | |
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../include -I../../../include/geos -I../../../include -DGEOS_INLINE -pedantic -Wall -ansi -Wno-long-long -ffloat-store -g -O2 -MT BufferOp.lo -MD -MP -MF .deps/BufferOp.Tpo -c BufferOp.cpp -fPIC -DPIC -o .libs/BufferOp.o | |
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../include -I../../../include/geos -I../../../include -DGEOS_INLINE -pedantic -Wall -ansi -Wno-long-long -ffloat-store -g -O2 -MT BufferOp.lo -MD -MP -MF .deps/BufferOp.Tpo -c BufferOp.cpp -o BufferOp.o >/dev/null 2>&1 | |
mv -f .deps/BufferOp.Tpo .deps/BufferOp.Plo | |
/bin/bash ../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../include -I../../../include/geos -I../../../include -DGEOS_INLINE -pedantic -Wall -ansi -Wno-long-long -ffloat-store -g -O2 -MT BufferParameters.lo -MD -MP -MF .deps/BufferParameters.Tpo -c -o BufferParameters.lo BufferParameters.cpp | |
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../include -I../../../include/geos -I../../../include -DGEOS_INLINE -pedantic -Wall -ansi -Wno-long-long -ffloat-store -g -O2 -MT BufferParameters.lo -MD -MP -MF .deps/BufferParameters.Tpo -c BufferParameters.cpp -fPIC -DPIC -o .libs/BufferParameters.o | |
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../include -I../../../include/geos -I../../../include -DGEOS_INLINE -pedantic -Wall -ansi -Wno-long-long -ffloat-store -g -O2 -MT BufferParameters.lo -MD -MP -MF .deps/BufferParameters.Tpo -c BufferParameters.cpp -o BufferParameters.o >/dev/null 2>&1 | |
mv -f .deps/BufferParameters.Tpo .deps/BufferParameters.Plo | |
/bin/bash ../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../include -I../../../include/geos -I../../../include -DGEOS_INLINE -pedantic -Wall -ansi -Wno-long-long -ffloat-store -g -O2 -MT BufferSubgraph.lo -MD -MP -MF .deps/BufferSubgraph.Tpo -c -o BufferSubgraph.lo BufferSubgraph.cpp | |
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../include -I../../../include/geos -I../../../include -DGEOS_INLINE -pedantic -Wall -ansi -Wno-long-long -ffloat-store -g -O2 -MT BufferSubgraph.lo -MD -MP -MF .deps/BufferSubgraph.Tpo -c BufferSubgraph.cpp -fPIC -DPIC -o .libs/BufferSubgraph.o | |
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../include -I../../../include/geos -I../../../include -DGEOS_INLINE -pedantic -Wall -ansi -Wno-long-long -ffloat-store -g -O2 -MT BufferSubgraph.lo -MD -MP -MF .deps/BufferSubgraph.Tpo -c BufferSubgraph.cpp -o BufferSubgraph.o >/dev/null 2>&1 | |
mv -f .deps/BufferSubgraph.Tpo .deps/BufferSubgraph.Plo | |
/bin/bash ../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../include -I../../../include/geos -I../../../include -DGEOS_INLINE -pedantic -Wall -ansi -Wno-long-long -ffloat-store -g -O2 -MT OffsetCurveBuilder.lo -MD -MP -MF .deps/OffsetCurveBuilder.Tpo -c -o OffsetCurveBuilder.lo OffsetCurveBuilder.cpp | |
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../include -I../../../include/geos -I../../../include -DGEOS_INLINE -pedantic -Wall -ansi -Wno-long-long -ffloat-store -g -O2 -MT OffsetCurveBuilder.lo -MD -MP -MF .deps/OffsetCurveBuilder.Tpo -c OffsetCurveBuilder.cpp -fPIC -DPIC -o .libs/OffsetCurveBuilder.o | |
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../include -I../../../include/geos -I../../../include -DGEOS_INLINE -pedantic -Wall -ansi -Wno-long-long -ffloat-store -g -O2 -MT OffsetCurveBuilder.lo -MD -MP -MF .deps/OffsetCurveBuilder.Tpo -c OffsetCurveBuilder.cpp -o OffsetCurveBuilder.o >/dev/null 2>&1 | |
mv -f .deps/OffsetCurveBuilder.Tpo .deps/OffsetCurveBuilder.Plo | |
/bin/bash ../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../include -I../../../include/geos -I../../../include -DGEOS_INLINE -pedantic -Wall -ansi -Wno-long-long -ffloat-store -g -O2 -MT OffsetCurveSetBuilder.lo -MD -MP -MF .deps/OffsetCurveSetBuilder.Tpo -c -o OffsetCurveSetBuilder.lo OffsetCurveSetBuilder.cpp | |
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../include -I../../../include/geos -I../../../include -DGEOS_INLINE -pedantic -Wall -ansi -Wno-long-long -ffloat-store -g -O2 -MT OffsetCurveSetBuilder.lo -MD -MP -MF .deps/OffsetCurveSetBuilder.Tpo -c OffsetCurveSetBuilder.cpp -fPIC -DPIC -o .libs/OffsetCurveSetBuilder.o | |
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../include -I../../../include/geos -I../../../include -DGEOS_INLINE -pedantic -Wall -ansi -Wno-long-long -ffloat-store -g -O2 -MT OffsetCurveSetBuilder.lo -MD -MP -MF .deps/OffsetCurveSetBuilder.Tpo -c OffsetCurveSetBuilder.cpp -o OffsetCurveSetBuilder.o >/dev/null 2>&1 | |
mv -f .deps/OffsetCurveSetBuilder.Tpo .deps/OffsetCurveSetBuilder.Plo | |
/bin/bash ../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../include -I../../../include/geos -I../../../include -DGEOS_INLINE -pedantic -Wall -ansi -Wno-long-long -ffloat-store -g -O2 -MT OffsetSegmentGenerator.lo -MD -MP -MF .deps/OffsetSegmentGenerator.Tpo -c -o OffsetSegmentGenerator.lo OffsetSegmentGenerator.cpp | |
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../include -I../../../include/geos -I../../../include -DGEOS_INLINE -pedantic -Wall -ansi -Wno-long-long -ffloat-store -g -O2 -MT OffsetSegmentGenerator.lo -MD -MP -MF .deps/OffsetSegmentGenerator.Tpo -c OffsetSegmentGenerator.cpp -fPIC -DPIC -o .libs/OffsetSegmentGenerator.o | |
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../include -I../../../include/geos -I../../../include -DGEOS_INLINE -pedantic -Wall -ansi -Wno-long-long -ffloat-store -g -O2 -MT OffsetSegmentGenerator.lo -MD -MP -MF .deps/OffsetSegmentGenerator.Tpo -c OffsetSegmentGenerator.cpp -o OffsetSegmentGenerator.o >/dev/null 2>&1 | |
mv -f .deps/OffsetSegmentGenerator.Tpo .deps/OffsetSegmentGenerator.Plo | |
/bin/bash ../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../include -I../../../include/geos -I../../../include -DGEOS_INLINE -pedantic -Wall -ansi -Wno-long-long -ffloat-store -g -O2 -MT RightmostEdgeFinder.lo -MD -MP -MF .deps/RightmostEdgeFinder.Tpo -c -o RightmostEdgeFinder.lo RightmostEdgeFinder.cpp | |
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../include -I../../../include/geos -I../../../include -DGEOS_INLINE -pedantic -Wall -ansi -Wno-long-long -ffloat-store -g -O2 -MT RightmostEdgeFinder.lo -MD -MP -MF .deps/RightmostEdgeFinder.Tpo -c RightmostEdgeFinder.cpp -fPIC -DPIC -o .libs/RightmostEdgeFinder.o | |
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../include -I../../../include/geos -I../../../include -DGEOS_INLINE -pedantic -Wall -ansi -Wno-long-long -ffloat-store -g -O2 -MT RightmostEdgeFinder.lo -MD -MP -MF .deps/RightmostEdgeFinder.Tpo -c RightmostEdgeFinder.cpp -o RightmostEdgeFinder.o >/dev/null 2>&1 | |
mv -f .deps/RightmostEdgeFinder.Tpo .deps/RightmostEdgeFinder.Plo | |
/bin/bash ../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../include -I../../../include/geos -I../../../include -DGEOS_INLINE -pedantic -Wall -ansi -Wno-long-long -ffloat-store -g -O2 -MT SubgraphDepthLocater.lo -MD -MP -MF .deps/SubgraphDepthLocater.Tpo -c -o SubgraphDepthLocater.lo SubgraphDepthLocater.cpp | |
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../include -I../../../include/geos -I../../../include -DGEOS_INLINE -pedantic -Wall -ansi -Wno-long-long -ffloat-store -g -O2 -MT SubgraphDepthLocater.lo -MD -MP -MF .deps/SubgraphDepthLocater.Tpo -c SubgraphDepthLocater.cpp -fPIC -DPIC -o .libs/SubgraphDepthLocater.o | |
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../include -I../../../include/geos -I../../../include -DGEOS_INLINE -pedantic -Wall -ansi -Wno-long-long -ffloat-store -g -O2 -MT SubgraphDepthLocater.lo -MD -MP -MF .deps/SubgraphDepthLocater.Tpo -c SubgraphDepthLocater.cpp -o SubgraphDepthLocater.o >/dev/null 2>&1 | |
mv -f .deps/SubgraphDepthLocater.Tpo .deps/SubgraphDepthLocater.Plo | |
/bin/bash ../../../libtool --tag=CXX --mode=link g++ -DGEOS_INLINE -pedantic -Wall -ansi -Wno-long-long -ffloat-store -g -O2 -o libopbuffer.la BufferBuilder.lo BufferInputLineSimplifier.lo BufferOp.lo BufferParameters.lo BufferSubgraph.lo OffsetCurveBuilder.lo OffsetCurveSetBuilder.lo OffsetSegmentGenerator.lo RightmostEdgeFinder.lo SubgraphDepthLocater.lo | |
libtool: link: ar cru .libs/libopbuffer.a .libs/BufferBuilder.o .libs/BufferInputLineSimplifier.o .libs/BufferOp.o .libs/BufferParameters.o .libs/BufferSubgraph.o .libs/OffsetCurveBuilder.o .libs/OffsetCurveSetBuilder.o .libs/OffsetSegmentGenerator.o .libs/RightmostEdgeFinder.o .libs/SubgraphDepthLocater.o | |
libtool: link: ranlib .libs/libopbuffer.a | |
libtool: link: ( cd ".libs" && rm -f "libopbuffer.la" && ln -s "../libopbuffer.la" "libopbuffer.la" ) | |
make[4]: Leaving directory `/vagrant/archesproject/Install/geos-3.3.8/src/operation/buffer' | |
make[3]: Leaving directory `/vagrant/archesproject/Install/geos-3.3.8/src/operation/buffer' | |
Making all in distance | |
make[3]: Entering directory `/vagrant/archesproject/Install/geos-3.3.8/src/operation/distance' | |
make[4]: Entering directory `/vagrant/archesproject/Install/geos-3.3.8/src/operation/distance' | |
/bin/bash ../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../include -I../../../include/geos -I../../../include -DGEOS_INLINE -pedantic -Wall -ansi -Wno-long-long -ffloat-store -g -O2 -MT ConnectedElementLocationFilter.lo -MD -MP -MF .deps/ConnectedElementLocationFilter.Tpo -c -o ConnectedElementLocationFilter.lo ConnectedElementLocationFilter.cpp | |
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../include -I../../../include/geos -I../../../include -DGEOS_INLINE -pedantic -Wall -ansi -Wno-long-long -ffloat-store -g -O2 -MT ConnectedElementLocationFilter.lo -MD -MP -MF .deps/ConnectedElementLocationFilter.Tpo -c ConnectedElementLocationFilter.cpp -fPIC -DPIC -o .libs/ConnectedElementLocationFilter.o | |
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../include -I../../../include/geos -I../../../include -DGEOS_INLINE -pedantic -Wall -ansi -Wno-long-long -ffloat-store -g -O2 -MT ConnectedElementLocationFilter.lo -MD -MP -MF .deps/ConnectedElementLocationFilter.Tpo -c ConnectedElementLocationFilter.cpp -o ConnectedElementLocationFilter.o >/dev/null 2>&1 | |
mv -f .deps/ConnectedElementLocationFilter.Tpo .deps/ConnectedElementLocationFilter.Plo | |
/bin/bash ../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../include -I../../../include/geos -I../../../include -DGEOS_INLINE -pedantic -Wall -ansi -Wno-long-long -ffloat-store -g -O2 -MT ConnectedElementPointFilter.lo -MD -MP -MF .deps/ConnectedElementPointFilter.Tpo -c -o ConnectedElementPointFilter.lo ConnectedElementPointFilter.cpp | |
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../include -I../../../include/geos -I../../../include -DGEOS_INLINE -pedantic -Wall -ansi -Wno-long-long -ffloat-store -g -O2 -MT ConnectedElementPointFilter.lo -MD -MP -MF .deps/ConnectedElementPointFilter.Tpo -c ConnectedElementPointFilter.cpp -fPIC -DPIC -o .libs/ConnectedElementPointFilter.o | |
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../include -I../../../include/geos -I../../../include -DGEOS_INLINE -pedantic -Wall -ansi -Wno-long-long -ffloat-store -g -O2 -MT ConnectedElementPointFilter.lo -MD -MP -MF .deps/ConnectedElementPointFilter.Tpo -c ConnectedElementPointFilter.cpp -o ConnectedElementPointFilter.o >/dev/null 2>&1 | |
mv -f .deps/ConnectedElementPointFilter.Tpo .deps/ConnectedElementPointFilter.Plo | |
/bin/bash ../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../include -I../../../include/geos -I../../../include -DGEOS_INLINE -pedantic -Wall -ansi -Wno-long-long -ffloat-store -g -O2 -MT DistanceOp.lo -MD -MP -MF .deps/DistanceOp.Tpo -c -o DistanceOp.lo DistanceOp.cpp | |
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../include -I../../../include/geos -I../../../include -DGEOS_INLINE -pedantic -Wall -ansi -Wno-long-long -ffloat-store -g -O2 -MT DistanceOp.lo -MD -MP -MF .deps/DistanceOp.Tpo -c DistanceOp.cpp -fPIC -DPIC -o .libs/DistanceOp.o | |
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../include -I../../../include/geos -I../../../include -DGEOS_INLINE -pedantic -Wall -ansi -Wno-long-long -ffloat-store -g -O2 -MT DistanceOp.lo -MD -MP -MF .deps/DistanceOp.Tpo -c DistanceOp.cpp -o DistanceOp.o >/dev/null 2>&1 | |
mv -f .deps/DistanceOp.Tpo .deps/DistanceOp.Plo | |
/bin/bash ../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../include -I../../../include/geos -I../../../include -DGEOS_INLINE -pedantic -Wall -ansi -Wno-long-long -ffloat-store -g -O2 -MT GeometryLocation.lo -MD -MP -MF .deps/GeometryLocation.Tpo -c -o GeometryLocation.lo GeometryLocation.cpp | |
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../include -I../../../include/geos -I../../../include -DGEOS_INLINE -pedantic -Wall -ansi -Wno-long-long -ffloat-store -g -O2 -MT GeometryLocation.lo -MD -MP -MF .deps/GeometryLocation.Tpo -c GeometryLocation.cpp -fPIC -DPIC -o .libs/GeometryLocation.o | |
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../include -I../../../include/geos -I../../../include -DGEOS_INLINE -pedantic -Wall -ansi -Wno-long-long -ffloat-store -g -O2 -MT GeometryLocation.lo -MD -MP -MF .deps/GeometryLocation.Tpo -c GeometryLocation.cpp -o GeometryLocation.o >/dev/null 2>&1 | |
mv -f .deps/GeometryLocation.Tpo .deps/GeometryLocation.Plo | |
/bin/bash ../../../libtool --tag=CXX --mode=link g++ -DGEOS_INLINE -pedantic -Wall -ansi -Wno-long-long -ffloat-store -g -O2 -o libopdistance.la ConnectedElementLocationFilter.lo ConnectedElementPointFilter.lo DistanceOp.lo GeometryLocation.lo | |
libtool: link: ar cru .libs/libopdistance.a .libs/ConnectedElementLocationFilter.o .libs/ConnectedElementPointFilter.o .libs/DistanceOp.o .libs/GeometryLocation.o | |
libtool: link: ranlib .libs/libopdistance.a | |
libtool: link: ( cd ".libs" && rm -f "libopdistance.la" && ln -s "../libopdistance.la" "libopdistance.la" ) | |
make[4]: Leaving directory `/vagrant/archesproject/Install/geos-3.3.8/src/operation/distance' | |
make[3]: Leaving directory `/vagrant/archesproject/Install/geos-3.3.8/src/operation/distance' | |
Making all in linemerge | |
make[3]: Entering directory `/vagrant/archesproject/Install/geos-3.3.8/src/operation/linemerge' | |
make[4]: Entering directory `/vagrant/archesproject/Install/geos-3.3.8/src/operation/linemerge' | |
/bin/bash ../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../include -I../../../include/geos -I../../../include -DGEOS_INLINE -pedantic -Wall -ansi -Wno-long-long -ffloat-store -g -O2 -MT EdgeString.lo -MD -MP -MF .deps/EdgeString.Tpo -c -o EdgeString.lo EdgeString.cpp | |
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../include -I../../../include/geos -I../../../include -DGEOS_INLINE -pedantic -Wall -ansi -Wno-long-long -ffloat-store -g -O2 -MT EdgeString.lo -MD -MP -MF .deps/EdgeString.Tpo -c EdgeString.cpp -fPIC -DPIC -o .libs/EdgeString.o | |
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../include -I../../../include/geos -I../../../include -DGEOS_INLINE -pedantic -Wall -ansi -Wno-long-long -ffloat-store -g -O2 -MT EdgeString.lo -MD -MP -MF .deps/EdgeString.Tpo -c EdgeString.cpp -o EdgeString.o >/dev/null 2>&1 | |
mv -f .deps/EdgeString.Tpo .deps/EdgeString.Plo | |
/bin/bash ../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../include -I../../../include/geos -I../../../include -DGEOS_INLINE -pedantic -Wall -ansi -Wno-long-long -ffloat-store -g -O2 -MT LineMergeDirectedEdge.lo -MD -MP -MF .deps/LineMergeDirectedEdge.Tpo -c -o LineMergeDirectedEdge.lo LineMergeDirectedEdge.cpp | |
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../include -I../../../include/geos -I../../../include -DGEOS_INLINE -pedantic -Wall -ansi -Wno-long-long -ffloat-store -g -O2 -MT LineMergeDirectedEdge.lo -MD -MP -MF .deps/LineMergeDirectedEdge.Tpo -c LineMergeDirectedEdge.cpp -fPIC -DPIC -o .libs/LineMergeDirectedEdge.o | |
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../include -I../../../include/geos -I../../../include -DGEOS_INLINE -pedantic -Wall -ansi -Wno-long-long -ffloat-store -g -O2 -MT LineMergeDirectedEdge.lo -MD -MP -MF .deps/LineMergeDirectedEdge.Tpo -c LineMergeDirectedEdge.cpp -o LineMergeDirectedEdge.o >/dev/null 2>&1 | |
mv -f .deps/LineMergeDirectedEdge.Tpo .deps/LineMergeDirectedEdge.Plo | |
/bin/bash ../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../include -I../../../include/geos -I../../../include -DGEOS_INLINE -pedantic -Wall -ansi -Wno-long-long -ffloat-store -g -O2 -MT LineMergeEdge.lo -MD -MP -MF .deps/LineMergeEdge.Tpo -c -o LineMergeEdge.lo LineMergeEdge.cpp | |
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../include -I../../../include/geos -I../../../include -DGEOS_INLINE -pedantic -Wall -ansi -Wno-long-long -ffloat-store -g -O2 -MT LineMergeEdge.lo -MD -MP -MF .deps/LineMergeEdge.Tpo -c LineMergeEdge.cpp -fPIC -DPIC -o .libs/LineMergeEdge.o | |
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../include -I../../../include/geos -I../../../include -DGEOS_INLINE -pedantic -Wall -ansi -Wno-long-long -ffloat-store -g -O2 -MT LineMergeEdge.lo -MD -MP -MF .deps/LineMergeEdge.Tpo -c LineMergeEdge.cpp -o LineMergeEdge.o >/dev/null 2>&1 | |
mv -f .deps/LineMergeEdge.Tpo .deps/LineMergeEdge.Plo | |
/bin/bash ../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../include -I../../../include/geos -I../../../include -DGEOS_INLINE -pedantic -Wall -ansi -Wno-long-long -ffloat-store -g -O2 -MT LineMergeGraph.lo -MD -MP -MF .deps/LineMergeGraph.Tpo -c -o LineMergeGraph.lo LineMergeGraph.cpp | |
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../include -I../../../include/geos -I../../../include -DGEOS_INLINE -pedantic -Wall -ansi -Wno-long-long -ffloat-store -g -O2 -MT LineMergeGraph.lo -MD -MP -MF .deps/LineMergeGraph.Tpo -c LineMergeGraph.cpp -fPIC -DPIC -o .libs/LineMergeGraph.o | |
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../include -I../../../include/geos -I../../../include -DGEOS_INLINE -pedantic -Wall -ansi -Wno-long-long -ffloat-store -g -O2 -MT LineMergeGraph.lo -MD -MP -MF .deps/LineMergeGraph.Tpo -c LineMergeGraph.cpp -o LineMergeGraph.o >/dev/null 2>&1 | |
mv -f .deps/LineMergeGraph.Tpo .deps/LineMergeGraph.Plo | |
/bin/bash ../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../include -I../../../include/geos -I../../../include -DGEOS_INLINE -pedantic -Wall -ansi -Wno-long-long -ffloat-store -g -O2 -MT LineMerger.lo -MD -MP -MF .deps/LineMerger.Tpo -c -o LineMerger.lo LineMerger.cpp | |
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../include -I../../../include/geos -I../../../include -DGEOS_INLINE -pedantic -Wall -ansi -Wno-long-long -ffloat-store -g -O2 -MT LineMerger.lo -MD -MP -MF .deps/LineMerger.Tpo -c LineMerger.cpp -fPIC -DPIC -o .libs/LineMerger.o | |
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../include -I../../../include/geos -I../../../include -DGEOS_INLINE -pedantic -Wall -ansi -Wno-long-long -ffloat-store -g -O2 -MT LineMerger.lo -MD -MP -MF .deps/LineMerger.Tpo -c LineMerger.cpp -o LineMerger.o >/dev/null 2>&1 | |
mv -f .deps/LineMerger.Tpo .deps/LineMerger.Plo | |
/bin/bash ../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../include -I../../../include/geos -I../../../include -DGEOS_INLINE -pedantic -Wall -ansi -Wno-long-long -ffloat-store -g -O2 -MT LineSequencer.lo -MD -MP -MF .deps/LineSequencer.Tpo -c -o LineSequencer.lo LineSequencer.cpp | |
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../include -I../../../include/geos -I../../../include -DGEOS_INLINE -pedantic -Wall -ansi -Wno-long-long -ffloat-store -g -O2 -MT LineSequencer.lo -MD -MP -MF .deps/LineSequencer.Tpo -c LineSequencer.cpp -fPIC -DPIC -o .libs/LineSequencer.o | |
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../include -I../../../include/geos -I../../../include -DGEOS_INLINE -pedantic -Wall -ansi -Wno-long-long -ffloat-store -g -O2 -MT LineSequencer.lo -MD -MP -MF .deps/LineSequencer.Tpo -c LineSequencer.cpp -o LineSequencer.o >/dev/null 2>&1 | |
mv -f .deps/LineSequencer.Tpo .deps/LineSequencer.Plo | |
/bin/bash ../../../libtool --tag=CXX --mode=link g++ -DGEOS_INLINE -pedantic -Wall -ansi -Wno-long-long -ffloat-store -g -O2 -o liboplinemerge.la EdgeString.lo LineMergeDirectedEdge.lo LineMergeEdge.lo LineMergeGraph.lo LineMerger.lo LineSequencer.lo | |
libtool: link: ar cru .libs/liboplinemerge.a .libs/EdgeString.o .libs/LineMergeDirectedEdge.o .libs/LineMergeEdge.o .libs/LineMergeGraph.o .libs/LineMerger.o .libs/LineSequencer.o | |
libtool: link: ranlib .libs/liboplinemerge.a | |
libtool: link: ( cd ".libs" && rm -f "liboplinemerge.la" && ln -s "../liboplinemerge.la" "liboplinemerge.la" ) | |
make[4]: Leaving directory `/vagrant/archesproject/Install/geos-3.3.8/src/operation/linemerge' | |
make[3]: Leaving directory `/vagrant/archesproject/Install/geos-3.3.8/src/operation/linemerge' | |
Making all in overlay | |
make[3]: Entering directory `/vagrant/archesproject/Install/geos-3.3.8/src/operation/overlay' | |
make[4]: Entering directory `/vagrant/archesproject/Install/geos-3.3.8/src/operation/overlay' | |
/bin/bash ../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../include -I../../../include/geos -I../../../include -DGEOS_INLINE -pedantic -Wall -ansi -Wno-long-long -ffloat-store -g -O2 -MT EdgeSetNoder.lo -MD -MP -MF .deps/EdgeSetNoder.Tpo -c -o EdgeSetNoder.lo EdgeSetNoder.cpp | |
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../include -I../../../include/geos -I../../../include -DGEOS_INLINE -pedantic -Wall -ansi -Wno-long-long -ffloat-store -g -O2 -MT EdgeSetNoder.lo -MD -MP -MF .deps/EdgeSetNoder.Tpo -c EdgeSetNoder.cpp -fPIC -DPIC -o .libs/EdgeSetNoder.o | |
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../include -I../../../include/geos -I../../../include -DGEOS_INLINE -pedantic -Wall -ansi -Wno-long-long -ffloat-store -g -O2 -MT EdgeSetNoder.lo -MD -MP -MF .deps/EdgeSetNoder.Tpo -c EdgeSetNoder.cpp -o EdgeSetNoder.o >/dev/null 2>&1 | |
mv -f .deps/EdgeSetNoder.Tpo .deps/EdgeSetNoder.Plo | |
/bin/bash ../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../include -I../../../include/geos -I../../../include -DGEOS_INLINE -pedantic -Wall -ansi -Wno-long-long -ffloat-store -g -O2 -MT ElevationMatrixCell.lo -MD -MP -MF .deps/ElevationMatrixCell.Tpo -c -o ElevationMatrixCell.lo ElevationMatrixCell.cpp | |
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../include -I../../../include/geos -I../../../include -DGEOS_INLINE -pedantic -Wall -ansi -Wno-long-long -ffloat-store -g -O2 -MT ElevationMatrixCell.lo -MD -MP -MF .deps/ElevationMatrixCell.Tpo -c ElevationMatrixCell.cpp -fPIC -DPIC -o .libs/ElevationMatrixCell.o | |
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../include -I../../../include/geos -I../../../include -DGEOS_INLINE -pedantic -Wall -ansi -Wno-long-long -ffloat-store -g -O2 -MT ElevationMatrixCell.lo -MD -MP -MF .deps/ElevationMatrixCell.Tpo -c ElevationMatrixCell.cpp -o ElevationMatrixCell.o >/dev/null 2>&1 | |
mv -f .deps/ElevationMatrixCell.Tpo .deps/ElevationMatrixCell.Plo | |
/bin/bash ../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../include -I../../../include/geos -I../../../include -DGEOS_INLINE -pedantic -Wall -ansi -Wno-long-long -ffloat-store -g -O2 -MT ElevationMatrix.lo -MD -MP -MF .deps/ElevationMatrix.Tpo -c -o ElevationMatrix.lo ElevationMatrix.cpp | |
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../include -I../../../include/geos -I../../../include -DGEOS_INLINE -pedantic -Wall -ansi -Wno-long-long -ffloat-store -g -O2 -MT ElevationMatrix.lo -MD -MP -MF .deps/ElevationMatrix.Tpo -c ElevationMatrix.cpp -fPIC -DPIC -o .libs/ElevationMatrix.o | |
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../include -I../../../include/geos -I../../../include -DGEOS_INLINE -pedantic -Wall -ansi -Wno-long-long -ffloat-store -g -O2 -MT ElevationMatrix.lo -MD -MP -MF .deps/ElevationMatrix.Tpo -c ElevationMatrix.cpp -o ElevationMatrix.o >/dev/null 2>&1 | |
mv -f .deps/ElevationMatrix.Tpo .deps/ElevationMatrix.Plo | |
/bin/bash ../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../include -I../../../include/geos -I../../../include -DGEOS_INLINE -pedantic -Wall -ansi -Wno-long-long -ffloat-store -g -O2 -MT LineBuilder.lo -MD -MP -MF .deps/LineBuilder.Tpo -c -o LineBuilder.lo LineBuilder.cpp | |
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../include -I../../../include/geos -I../../../include -DGEOS_INLINE -pedantic -Wall -ansi -Wno-long-long -ffloat-store -g -O2 -MT LineBuilder.lo -MD -MP -MF .deps/LineBuilder.Tpo -c LineBuilder.cpp -fPIC -DPIC -o .libs/LineBuilder.o | |
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../include -I../../../include/geos -I../../../include -DGEOS_INLINE -pedantic -Wall -ansi -Wno-long-long -ffloat-store -g -O2 -MT LineBuilder.lo -MD -MP -MF .deps/LineBuilder.Tpo -c LineBuilder.cpp -o LineBuilder.o >/dev/null 2>&1 | |
mv -f .deps/LineBuilder.Tpo .deps/LineBuilder.Plo | |
/bin/bash ../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../include -I../../../include/geos -I../../../include -DGEOS_INLINE -pedantic -Wall -ansi -Wno-long-long -ffloat-store -g -O2 -MT MaximalEdgeRing.lo -MD -MP -MF .deps/MaximalEdgeRing.Tpo -c -o MaximalEdgeRing.lo MaximalEdgeRing.cpp | |
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../include -I../../../include/geos -I../../../include -DGEOS_INLINE -pedantic -Wall -ansi -Wno-long-long -ffloat-store -g -O2 -MT MaximalEdgeRing.lo -MD -MP -MF .deps/MaximalEdgeRing.Tpo -c MaximalEdgeRing.cpp -fPIC -DPIC -o .libs/MaximalEdgeRing.o | |
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../include -I../../../include/geos -I../../../include -DGEOS_INLINE -pedantic -Wall -ansi -Wno-long-long -ffloat-store -g -O2 -MT MaximalEdgeRing.lo -MD -MP -MF .deps/MaximalEdgeRing.Tpo -c MaximalEdgeRing.cpp -o MaximalEdgeRing.o >/dev/null 2>&1 | |
mv -f .deps/MaximalEdgeRing.Tpo .deps/MaximalEdgeRing.Plo | |
/bin/bash ../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../include -I../../../include/geos -I../../../include -DGEOS_INLINE -pedantic -Wall -ansi -Wno-long-long -ffloat-store -g -O2 -MT MinimalEdgeRing.lo -MD -MP -MF .deps/MinimalEdgeRing.Tpo -c -o MinimalEdgeRing.lo MinimalEdgeRing.cpp | |
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../include -I../../../include/geos -I../../../include -DGEOS_INLINE -pedantic -Wall -ansi -Wno-long-long -ffloat-store -g -O2 -MT MinimalEdgeRing.lo -MD -MP -MF .deps/MinimalEdgeRing.Tpo -c MinimalEdgeRing.cpp -fPIC -DPIC -o .libs/MinimalEdgeRing.o | |
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../include -I../../../include/geos -I../../../include -DGEOS_INLINE -pedantic -Wall -ansi -Wno-long-long -ffloat-store -g -O2 -MT MinimalEdgeRing.lo -MD -MP -MF .deps/MinimalEdgeRing.Tpo -c MinimalEdgeRing.cpp -o MinimalEdgeRing.o >/dev/null 2>&1 | |
mv -f .deps/MinimalEdgeRing.Tpo .deps/MinimalEdgeRing.Plo | |
/bin/bash ../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../include -I../../../include/geos -I../../../include -DGEOS_INLINE -pedantic -Wall -ansi -Wno-long-long -ffloat-store -g -O2 -MT OverlayNodeFactory.lo -MD -MP -MF .deps/OverlayNodeFactory.Tpo -c -o OverlayNodeFactory.lo OverlayNodeFactory.cpp | |
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../include -I../../../include/geos -I../../../include -DGEOS_INLINE -pedantic -Wall -ansi -Wno-long-long -ffloat-store -g -O2 -MT OverlayNodeFactory.lo -MD -MP -MF .deps/OverlayNodeFactory.Tpo -c OverlayNodeFactory.cpp -fPIC -DPIC -o .libs/OverlayNodeFactory.o | |
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../include -I../../../include/geos -I../../../include -DGEOS_INLINE -pedantic -Wall -ansi -Wno-long-long -ffloat-store -g -O2 -MT OverlayNodeFactory.lo -MD -MP -MF .deps/OverlayNodeFactory.Tpo -c OverlayNodeFactory.cpp -o OverlayNodeFactory.o >/dev/null 2>&1 | |
mv -f .deps/OverlayNodeFactory.Tpo .deps/OverlayNodeFactory.Plo | |
/bin/bash ../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../include -I../../../include/geos -I../../../include -DGEOS_INLINE -pedantic -Wall -ansi -Wno-long-long -ffloat-store -g -O2 -MT OverlayOp.lo -MD -MP -MF .deps/OverlayOp.Tpo -c -o OverlayOp.lo OverlayOp.cpp | |
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../include -I../../../include/geos -I../../../include -DGEOS_INLINE -pedantic -Wall -ansi -Wno-long-long -ffloat-store -g -O2 -MT OverlayOp.lo -MD -MP -MF .deps/OverlayOp.Tpo -c OverlayOp.cpp -fPIC -DPIC -o .libs/OverlayOp.o | |
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../include -I../../../include/geos -I../../../include -DGEOS_INLINE -pedantic -Wall -ansi -Wno-long-long -ffloat-store -g -O2 -MT OverlayOp.lo -MD -MP -MF .deps/OverlayOp.Tpo -c OverlayOp.cpp -o OverlayOp.o >/dev/null 2>&1 | |
mv -f .deps/OverlayOp.Tpo .deps/OverlayOp.Plo | |
/bin/bash ../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../include -I../../../include/geos -I../../../include -DGEOS_INLINE -pedantic -Wall -ansi -Wno-long-long -ffloat-store -g -O2 -MT PointBuilder.lo -MD -MP -MF .deps/PointBuilder.Tpo -c -o PointBuilder.lo PointBuilder.cpp | |
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../include -I../../../include/geos -I../../../include -DGEOS_INLINE -pedantic -Wall -ansi -Wno-long-long -ffloat-store -g -O2 -MT PointBuilder.lo -MD -MP -MF .deps/PointBuilder.Tpo -c PointBuilder.cpp -fPIC -DPIC -o .libs/PointBuilder.o | |
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../include -I../../../include/geos -I../../../include -DGEOS_INLINE -pedantic -Wall -ansi -Wno-long-long -ffloat-store -g -O2 -MT PointBuilder.lo -MD -MP -MF .deps/PointBuilder.Tpo -c PointBuilder.cpp -o PointBuilder.o >/dev/null 2>&1 | |
mv -f .deps/PointBuilder.Tpo .deps/PointBuilder.Plo | |
/bin/bash ../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../include -I../../../include/geos -I../../../include -DGEOS_INLINE -pedantic -Wall -ansi -Wno-long-long -ffloat-store -g -O2 -MT PolygonBuilder.lo -MD -MP -MF .deps/PolygonBuilder.Tpo -c -o PolygonBuilder.lo PolygonBuilder.cpp | |
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../include -I../../../include/geos -I../../../include -DGEOS_INLINE -pedantic -Wall -ansi -Wno-long-long -ffloat-store -g -O2 -MT PolygonBuilder.lo -MD -MP -MF .deps/PolygonBuilder.Tpo -c PolygonBuilder.cpp -fPIC -DPIC -o .libs/PolygonBuilder.o | |
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../include -I../../../include/geos -I../../../include -DGEOS_INLINE -pedantic -Wall -ansi -Wno-long-long -ffloat-store -g -O2 -MT PolygonBuilder.lo -MD -MP -MF .deps/PolygonBuilder.Tpo -c PolygonBuilder.cpp -o PolygonBuilder.o >/dev/null 2>&1 | |
mv -f .deps/PolygonBuilder.Tpo .deps/PolygonBuilder.Plo | |
/bin/bash ../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../include -I../../../include/geos -I../../../include -DGEOS_INLINE -pedantic -Wall -ansi -Wno-long-long -ffloat-store -g -O2 -MT GeometrySnapper.lo -MD -MP -MF .deps/GeometrySnapper.Tpo -c -o GeometrySnapper.lo `test -f 'snap/GeometrySnapper.cpp' || echo './'`snap/GeometrySnapper.cpp | |
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../include -I../../../include/geos -I../../../include -DGEOS_INLINE -pedantic -Wall -ansi -Wno-long-long -ffloat-store -g -O2 -MT GeometrySnapper.lo -MD -MP -MF .deps/GeometrySnapper.Tpo -c snap/GeometrySnapper.cpp -fPIC -DPIC -o .libs/GeometrySnapper.o | |
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../include -I../../../include/geos -I../../../include -DGEOS_INLINE -pedantic -Wall -ansi -Wno-long-long -ffloat-store -g -O2 -MT GeometrySnapper.lo -MD -MP -MF .deps/GeometrySnapper.Tpo -c snap/GeometrySnapper.cpp -o GeometrySnapper.o >/dev/null 2>&1 | |
mv -f .deps/GeometrySnapper.Tpo .deps/GeometrySnapper.Plo | |
/bin/bash ../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../include -I../../../include/geos -I../../../include -DGEOS_INLINE -pedantic -Wall -ansi -Wno-long-long -ffloat-store -g -O2 -MT LineStringSnapper.lo -MD -MP -MF .deps/LineStringSnapper.Tpo -c -o LineStringSnapper.lo `test -f 'snap/LineStringSnapper.cpp' || echo './'`snap/LineStringSnapper.cpp | |
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../include -I../../../include/geos -I../../../include -DGEOS_INLINE -pedantic -Wall -ansi -Wno-long-long -ffloat-store -g -O2 -MT LineStringSnapper.lo -MD -MP -MF .deps/LineStringSnapper.Tpo -c snap/LineStringSnapper.cpp -fPIC -DPIC -o .libs/LineStringSnapper.o | |
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../include -I../../../include/geos -I../../../include -DGEOS_INLINE -pedantic -Wall -ansi -Wno-long-long -ffloat-store -g -O2 -MT LineStringSnapper.lo -MD -MP -MF .deps/LineStringSnapper.Tpo -c snap/LineStringSnapper.cpp -o LineStringSnapper.o >/dev/null 2>&1 | |
mv -f .deps/LineStringSnapper.Tpo .deps/LineStringSnapper.Plo | |
/bin/bash ../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../include -I../../../include/geos -I../../../include -DGEOS_INLINE -pedantic -Wall -ansi -Wno-long-long -ffloat-store -g -O2 -MT SnapOverlayOp.lo -MD -MP -MF .deps/SnapOverlayOp.Tpo -c -o SnapOverlayOp.lo `test -f 'snap/SnapOverlayOp.cpp' || echo './'`snap/SnapOverlayOp.cpp | |
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../include -I../../../include/geos -I../../../include -DGEOS_INLINE -pedantic -Wall -ansi -Wno-long-long -ffloat-store -g -O2 -MT SnapOverlayOp.lo -MD -MP -MF .deps/SnapOverlayOp.Tpo -c snap/SnapOverlayOp.cpp -fPIC -DPIC -o .libs/SnapOverlayOp.o | |
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../include -I../../../include/geos -I../../../include -DGEOS_INLINE -pedantic -Wall -ansi -Wno-long-long -ffloat-store -g -O2 -MT SnapOverlayOp.lo -MD -MP -MF .deps/SnapOverlayOp.Tpo -c snap/SnapOverlayOp.cpp -o SnapOverlayOp.o >/dev/null 2>&1 | |
mv -f .deps/SnapOverlayOp.Tpo .deps/SnapOverlayOp.Plo | |
/bin/bash ../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../include -I../../../include/geos -I../../../include -DGEOS_INLINE -pedantic -Wall -ansi -Wno-long-long -ffloat-store -g -O2 -MT SnapIfNeededOverlayOp.lo -MD -MP -MF .deps/SnapIfNeededOverlayOp.Tpo -c -o SnapIfNeededOverlayOp.lo `test -f 'snap/SnapIfNeededOverlayOp.cpp' || echo './'`snap/SnapIfNeededOverlayOp.cpp | |
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../include -I../../../include/geos -I../../../include -DGEOS_INLINE -pedantic -Wall -ansi -Wno-long-long -ffloat-store -g -O2 -MT SnapIfNeededOverlayOp.lo -MD -MP -MF .deps/SnapIfNeededOverlayOp.Tpo -c snap/SnapIfNeededOverlayOp.cpp -fPIC -DPIC -o .libs/SnapIfNeededOverlayOp.o | |
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../include -I../../../include/geos -I../../../include -DGEOS_INLINE -pedantic -Wall -ansi -Wno-long-long -ffloat-store -g -O2 -MT SnapIfNeededOverlayOp.lo -MD -MP -MF .deps/SnapIfNeededOverlayOp.Tpo -c snap/SnapIfNeededOverlayOp.cpp -o SnapIfNeededOverlayOp.o >/dev/null 2>&1 | |
mv -f .deps/SnapIfNeededOverlayOp.Tpo .deps/SnapIfNeededOverlayOp.Plo | |
/bin/bash ../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../include -I../../../include/geos -I../../../include -DGEOS_INLINE -pedantic -Wall -ansi -Wno-long-long -ffloat-store -g -O2 -MT FuzzyPointLocator.lo -MD -MP -MF .deps/FuzzyPointLocator.Tpo -c -o FuzzyPointLocator.lo `test -f 'validate/FuzzyPointLocator.cpp' || echo './'`validate/FuzzyPointLocator.cpp | |
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../include -I../../../include/geos -I../../../include -DGEOS_INLINE -pedantic -Wall -ansi -Wno-long-long -ffloat-store -g -O2 -MT FuzzyPointLocator.lo -MD -MP -MF .deps/FuzzyPointLocator.Tpo -c validate/FuzzyPointLocator.cpp -fPIC -DPIC -o .libs/FuzzyPointLocator.o | |
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../include -I../../../include/geos -I../../../include -DGEOS_INLINE -pedantic -Wall -ansi -Wno-long-long -ffloat-store -g -O2 -MT FuzzyPointLocator.lo -MD -MP -MF .deps/FuzzyPointLocator.Tpo -c validate/FuzzyPointLocator.cpp -o FuzzyPointLocator.o >/dev/null 2>&1 | |
mv -f .deps/FuzzyPointLocator.Tpo .deps/FuzzyPointLocator.Plo | |
/bin/bash ../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../include -I../../../include/geos -I../../../include -DGEOS_INLINE -pedantic -Wall -ansi -Wno-long-long -ffloat-store -g -O2 -MT OffsetPointGenerator.lo -MD -MP -MF .deps/OffsetPointGenerator.Tpo -c -o OffsetPointGenerator.lo `test -f 'validate/OffsetPointGenerator.cpp' || echo './'`validate/OffsetPointGenerator.cpp | |
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../include -I../../../include/geos -I../../../include -DGEOS_INLINE -pedantic -Wall -ansi -Wno-long-long -ffloat-store -g -O2 -MT OffsetPointGenerator.lo -MD -MP -MF .deps/OffsetPointGenerator.Tpo -c validate/OffsetPointGenerator.cpp -fPIC -DPIC -o .libs/OffsetPointGenerator.o | |
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../include -I../../../include/geos -I../../../include -DGEOS_INLINE -pedantic -Wall -ansi -Wno-long-long -ffloat-store -g -O2 -MT OffsetPointGenerator.lo -MD -MP -MF .deps/OffsetPointGenerator.Tpo -c validate/OffsetPointGenerator.cpp -o OffsetPointGenerator.o >/dev/null 2>&1 | |
mv -f .deps/OffsetPointGenerator.Tpo .deps/OffsetPointGenerator.Plo | |
/bin/bash ../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../include -I../../../include/geos -I../../../include -DGEOS_INLINE -pedantic -Wall -ansi -Wno-long-long -ffloat-store -g -O2 -MT OverlayResultValidator.lo -MD -MP -MF .deps/OverlayResultValidator.Tpo -c -o OverlayResultValidator.lo `test -f 'validate/OverlayResultValidator.cpp' || echo './'`validate/OverlayResultValidator.cpp | |
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../include -I../../../include/geos -I../../../include -DGEOS_INLINE -pedantic -Wall -ansi -Wno-long-long -ffloat-store -g -O2 -MT OverlayResultValidator.lo -MD -MP -MF .deps/OverlayResultValidator.Tpo -c validate/OverlayResultValidator.cpp -fPIC -DPIC -o .libs/OverlayResultValidator.o | |
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../include -I../../../include/geos -I../../../include -DGEOS_INLINE -pedantic -Wall -ansi -Wno-long-long -ffloat-store -g -O2 -MT OverlayResultValidator.lo -MD -MP -MF .deps/OverlayResultValidator.Tpo -c validate/OverlayResultValidator.cpp -o OverlayResultValidator.o >/dev/null 2>&1 | |
mv -f .deps/OverlayResultValidator.Tpo .deps/OverlayResultValidator.Plo | |
/bin/bash ../../../libtool --tag=CXX --mode=link g++ -DGEOS_INLINE -pedantic -Wall -ansi -Wno-long-long -ffloat-store -g -O2 -o libopoverlay.la EdgeSetNoder.lo ElevationMatrixCell.lo ElevationMatrix.lo LineBuilder.lo MaximalEdgeRing.lo MinimalEdgeRing.lo OverlayNodeFactory.lo OverlayOp.lo PointBuilder.lo PolygonBuilder.lo GeometrySnapper.lo LineStringSnapper.lo SnapOverlayOp.lo SnapIfNeededOverlayOp.lo FuzzyPointLocator.lo OffsetPointGenerator.lo OverlayResultValidator.lo | |
libtool: link: ar cru .libs/libopoverlay.a .libs/EdgeSetNoder.o .libs/ElevationMatrixCell.o .libs/ElevationMatrix.o .libs/LineBuilder.o .libs/MaximalEdgeRing.o .libs/MinimalEdgeRing.o .libs/OverlayNodeFactory.o .libs/OverlayOp.o .libs/PointBuilder.o .libs/PolygonBuilder.o .libs/GeometrySnapper.o .libs/LineStringSnapper.o .libs/SnapOverlayOp.o .libs/SnapIfNeededOverlayOp.o .libs/FuzzyPointLocator.o .libs/OffsetPointGenerator.o .libs/OverlayResultValidator.o | |
libtool: link: ranlib .libs/libopoverlay.a | |
libtool: link: ( cd ".libs" && rm -f "libopoverlay.la" && ln -s "../libopoverlay.la" "libopoverlay.la" ) | |
make[4]: Leaving directory `/vagrant/archesproject/Install/geos-3.3.8/src/operation/overlay' | |
make[3]: Leaving directory `/vagrant/archesproject/Install/geos-3.3.8/src/operation/overlay' | |
Making all in polygonize | |
make[3]: Entering directory `/vagrant/archesproject/Install/geos-3.3.8/src/operation/polygonize' | |
make[4]: Entering directory `/vagrant/archesproject/Install/geos-3.3.8/src/operation/polygonize' | |
/bin/bash ../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../include -I../../../include/geos -I../../../include -DGEOS_INLINE -pedantic -Wall -ansi -Wno-long-long -ffloat-store -g -O2 -MT PolygonizeDirectedEdge.lo -MD -MP -MF .deps/PolygonizeDirectedEdge.Tpo -c -o PolygonizeDirectedEdge.lo PolygonizeDirectedEdge.cpp | |
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../include -I../../../include/geos -I../../../include -DGEOS_INLINE -pedantic -Wall -ansi -Wno-long-long -ffloat-store -g -O2 -MT PolygonizeDirectedEdge.lo -MD -MP -MF .deps/PolygonizeDirectedEdge.Tpo -c PolygonizeDirectedEdge.cpp -fPIC -DPIC -o .libs/PolygonizeDirectedEdge.o | |
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../include -I../../../include/geos -I../../../include -DGEOS_INLINE -pedantic -Wall -ansi -Wno-long-long -ffloat-store -g -O2 -MT PolygonizeDirectedEdge.lo -MD -MP -MF .deps/PolygonizeDirectedEdge.Tpo -c PolygonizeDirectedEdge.cpp -o PolygonizeDirectedEdge.o >/dev/null 2>&1 | |
mv -f .deps/PolygonizeDirectedEdge.Tpo .deps/PolygonizeDirectedEdge.Plo | |
/bin/bash ../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../include -I../../../include/geos -I../../../include -DGEOS_INLINE -pedantic -Wall -ansi -Wno-long-long -ffloat-store -g -O2 -MT PolygonizeEdge.lo -MD -MP -MF .deps/PolygonizeEdge.Tpo -c -o PolygonizeEdge.lo PolygonizeEdge.cpp | |
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../include -I../../../include/geos -I../../../include -DGEOS_INLINE -pedantic -Wall -ansi -Wno-long-long -ffloat-store -g -O2 -MT PolygonizeEdge.lo -MD -MP -MF .deps/PolygonizeEdge.Tpo -c PolygonizeEdge.cpp -fPIC -DPIC -o .libs/PolygonizeEdge.o | |
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../include -I../../../include/geos -I../../../include -DGEOS_INLINE -pedantic -Wall -ansi -Wno-long-long -ffloat-store -g -O2 -MT PolygonizeEdge.lo -MD -MP -MF .deps/PolygonizeEdge.Tpo -c PolygonizeEdge.cpp -o PolygonizeEdge.o >/dev/null 2>&1 | |
mv -f .deps/PolygonizeEdge.Tpo .deps/PolygonizeEdge.Plo | |
/bin/bash ../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../include -I../../../include/geos -I../../../include -DGEOS_INLINE -pedantic -Wall -ansi -Wno-long-long -ffloat-store -g -O2 -MT PolygonizeGraph.lo -MD -MP -MF .deps/PolygonizeGraph.Tpo -c -o PolygonizeGraph.lo PolygonizeGraph.cpp | |
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../include -I../../../include/geos -I../../../include -DGEOS_INLINE -pedantic -Wall -ansi -Wno-long-long -ffloat-store -g -O2 -MT PolygonizeGraph.lo -MD -MP -MF .deps/PolygonizeGraph.Tpo -c PolygonizeGraph.cpp -fPIC -DPIC -o .libs/PolygonizeGraph.o | |
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../include -I../../../include/geos -I../../../include -DGEOS_INLINE -pedantic -Wall -ansi -Wno-long-long -ffloat-store -g -O2 -MT PolygonizeGraph.lo -MD -MP -MF .deps/PolygonizeGraph.Tpo -c PolygonizeGraph.cpp -o PolygonizeGraph.o >/dev/null 2>&1 | |
mv -f .deps/PolygonizeGraph.Tpo .deps/PolygonizeGraph.Plo | |
/bin/bash ../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../include -I../../../include/geos -I../../../include -DGEOS_INLINE -pedantic -Wall -ansi -Wno-long-long -ffloat-store -g -O2 -MT Polygonizer.lo -MD -MP -MF .deps/Polygonizer.Tpo -c -o Polygonizer.lo Polygonizer.cpp | |
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../include -I../../../include/geos -I../../../include -DGEOS_INLINE -pedantic -Wall -ansi -Wno-long-long -ffloat-store -g -O2 -MT Polygonizer.lo -MD -MP -MF .deps/Polygonizer.Tpo -c Polygonizer.cpp -fPIC -DPIC -o .libs/Polygonizer.o | |
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../include -I../../../include/geos -I../../../include -DGEOS_INLINE -pedantic -Wall -ansi -Wno-long-long -ffloat-store -g -O2 -MT Polygonizer.lo -MD -MP -MF .deps/Polygonizer.Tpo -c Polygonizer.cpp -o Polygonizer.o >/dev/null 2>&1 | |
mv -f .deps/Polygonizer.Tpo .deps/Polygonizer.Plo | |
/bin/bash ../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../include -I../../../include/geos -I../../../include -DGEOS_INLINE -pedantic -Wall -ansi -Wno-long-long -ffloat-store -g -O2 -MT EdgeRing.lo -MD -MP -MF .deps/EdgeRing.Tpo -c -o EdgeRing.lo EdgeRing.cpp | |
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../include -I../../../include/geos -I../../../include -DGEOS_INLINE -pedantic -Wall -ansi -Wno-long-long -ffloat-store -g -O2 -MT EdgeRing.lo -MD -MP -MF .deps/EdgeRing.Tpo -c EdgeRing.cpp -fPIC -DPIC -o .libs/EdgeRing.o | |
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../include -I../../../include/geos -I../../../include -DGEOS_INLINE -pedantic -Wall -ansi -Wno-long-long -ffloat-store -g -O2 -MT EdgeRing.lo -MD -MP -MF .deps/EdgeRing.Tpo -c EdgeRing.cpp -o EdgeRing.o >/dev/null 2>&1 | |
mv -f .deps/EdgeRing.Tpo .deps/EdgeRing.Plo | |
/bin/bash ../../../libtool --tag=CXX --mode=link g++ -DGEOS_INLINE -pedantic -Wall -ansi -Wno-long-long -ffloat-store -g -O2 -o liboppolygonize.la PolygonizeDirectedEdge.lo PolygonizeEdge.lo PolygonizeGraph.lo Polygonizer.lo EdgeRing.lo | |
libtool: link: ar cru .libs/liboppolygonize.a .libs/PolygonizeDirectedEdge.o .libs/PolygonizeEdge.o .libs/PolygonizeGraph.o .libs/Polygonizer.o .libs/EdgeRing.o | |
libtool: link: ranlib .libs/liboppolygonize.a | |
libtool: link: ( cd ".libs" && rm -f "liboppolygonize.la" && ln -s "../liboppolygonize.la" "liboppolygonize.la" ) | |
make[4]: Leaving directory `/vagrant/archesproject/Install/geos-3.3.8/src/operation/polygonize' | |
make[3]: Leaving directory `/vagrant/archesproject/Install/geos-3.3.8/src/operation/polygonize' | |
Making all in predicate | |
make[3]: Entering directory `/vagrant/archesproject/Install/geos-3.3.8/src/operation/predicate' | |
/bin/bash ../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../include -I../../../include/geos -I../../../include -DGEOS_INLINE -pedantic -Wall -ansi -Wno-long-long -ffloat-store -g -O2 -MT RectangleIntersects.lo -MD -MP -MF .deps/RectangleIntersects.Tpo -c -o RectangleIntersects.lo RectangleIntersects.cpp | |
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../include -I../../../include/geos -I../../../include -DGEOS_INLINE -pedantic -Wall -ansi -Wno-long-long -ffloat-store -g -O2 -MT RectangleIntersects.lo -MD -MP -MF .deps/RectangleIntersects.Tpo -c RectangleIntersects.cpp -fPIC -DPIC -o .libs/RectangleIntersects.o | |
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../include -I../../../include/geos -I../../../include -DGEOS_INLINE -pedantic -Wall -ansi -Wno-long-long -ffloat-store -g -O2 -MT RectangleIntersects.lo -MD -MP -MF .deps/RectangleIntersects.Tpo -c RectangleIntersects.cpp -o RectangleIntersects.o >/dev/null 2>&1 | |
mv -f .deps/RectangleIntersects.Tpo .deps/RectangleIntersects.Plo | |
/bin/bash ../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../include -I../../../include/geos -I../../../include -DGEOS_INLINE -pedantic -Wall -ansi -Wno-long-long -ffloat-store -g -O2 -MT RectangleContains.lo -MD -MP -MF .deps/RectangleContains.Tpo -c -o RectangleContains.lo RectangleContains.cpp | |
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../include -I../../../include/geos -I../../../include -DGEOS_INLINE -pedantic -Wall -ansi -Wno-long-long -ffloat-store -g -O2 -MT RectangleContains.lo -MD -MP -MF .deps/RectangleContains.Tpo -c RectangleContains.cpp -fPIC -DPIC -o .libs/RectangleContains.o | |
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../include -I../../../include/geos -I../../../include -DGEOS_INLINE -pedantic -Wall -ansi -Wno-long-long -ffloat-store -g -O2 -MT RectangleContains.lo -MD -MP -MF .deps/RectangleContains.Tpo -c RectangleContains.cpp -o RectangleContains.o >/dev/null 2>&1 | |
mv -f .deps/RectangleContains.Tpo .deps/RectangleContains.Plo | |
/bin/bash ../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../include -I../../../include/geos -I../../../include -DGEOS_INLINE -pedantic -Wall -ansi -Wno-long-long -ffloat-store -g -O2 -MT SegmentIntersectionTester.lo -MD -MP -MF .deps/SegmentIntersectionTester.Tpo -c -o SegmentIntersectionTester.lo SegmentIntersectionTester.cpp | |
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../include -I../../../include/geos -I../../../include -DGEOS_INLINE -pedantic -Wall -ansi -Wno-long-long -ffloat-store -g -O2 -MT SegmentIntersectionTester.lo -MD -MP -MF .deps/SegmentIntersectionTester.Tpo -c SegmentIntersectionTester.cpp -fPIC -DPIC -o .libs/SegmentIntersectionTester.o | |
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../include -I../../../include/geos -I../../../include -DGEOS_INLINE -pedantic -Wall -ansi -Wno-long-long -ffloat-store -g -O2 -MT SegmentIntersectionTester.lo -MD -MP -MF .deps/SegmentIntersectionTester.Tpo -c SegmentIntersectionTester.cpp -o SegmentIntersectionTester.o >/dev/null 2>&1 | |
mv -f .deps/SegmentIntersectionTester.Tpo .deps/SegmentIntersectionTester.Plo | |
/bin/bash ../../../libtool --tag=CXX --mode=link g++ -DGEOS_INLINE -pedantic -Wall -ansi -Wno-long-long -ffloat-store -g -O2 -o liboppredicate.la RectangleIntersects.lo RectangleContains.lo SegmentIntersectionTester.lo | |
libtool: link: ar cru .libs/liboppredicate.a .libs/RectangleIntersects.o .libs/RectangleContains.o .libs/SegmentIntersectionTester.o | |
libtool: link: ranlib .libs/liboppredicate.a | |
libtool: link: ( cd ".libs" && rm -f "liboppredicate.la" && ln -s "../liboppredicate.la" "liboppredicate.la" ) | |
make[3]: Leaving directory `/vagrant/archesproject/Install/geos-3.3.8/src/operation/predicate' | |
Making all in relate | |
make[3]: Entering directory `/vagrant/archesproject/Install/geos-3.3.8/src/operation/relate' | |
make[4]: Entering directory `/vagrant/archesproject/Install/geos-3.3.8/src/operation/relate' | |
/bin/bash ../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../include -I../../../include/geos -I../../../include -DGEOS_INLINE -pedantic -Wall -ansi -Wno-long-long -ffloat-store -g -O2 -MT EdgeEndBuilder.lo -MD -MP -MF .deps/EdgeEndBuilder.Tpo -c -o EdgeEndBuilder.lo EdgeEndBuilder.cpp | |
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../include -I../../../include/geos -I../../../include -DGEOS_INLINE -pedantic -Wall -ansi -Wno-long-long -ffloat-store -g -O2 -MT EdgeEndBuilder.lo -MD -MP -MF .deps/EdgeEndBuilder.Tpo -c EdgeEndBuilder.cpp -fPIC -DPIC -o .libs/EdgeEndBuilder.o | |
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../include -I../../../include/geos -I../../../include -DGEOS_INLINE -pedantic -Wall -ansi -Wno-long-long -ffloat-store -g -O2 -MT EdgeEndBuilder.lo -MD -MP -MF .deps/EdgeEndBuilder.Tpo -c EdgeEndBuilder.cpp -o EdgeEndBuilder.o >/dev/null 2>&1 | |
mv -f .deps/EdgeEndBuilder.Tpo .deps/EdgeEndBuilder.Plo | |
/bin/bash ../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../include -I../../../include/geos -I../../../include -DGEOS_INLINE -pedantic -Wall -ansi -Wno-long-long -ffloat-store -g -O2 -MT EdgeEndBundle.lo -MD -MP -MF .deps/EdgeEndBundle.Tpo -c -o EdgeEndBundle.lo EdgeEndBundle.cpp | |
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../include -I../../../include/geos -I../../../include -DGEOS_INLINE -pedantic -Wall -ansi -Wno-long-long -ffloat-store -g -O2 -MT EdgeEndBundle.lo -MD -MP -MF .deps/EdgeEndBundle.Tpo -c EdgeEndBundle.cpp -fPIC -DPIC -o .libs/EdgeEndBundle.o | |
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../include -I../../../include/geos -I../../../include -DGEOS_INLINE -pedantic -Wall -ansi -Wno-long-long -ffloat-store -g -O2 -MT EdgeEndBundle.lo -MD -MP -MF .deps/EdgeEndBundle.Tpo -c EdgeEndBundle.cpp -o EdgeEndBundle.o >/dev/null 2>&1 | |
mv -f .deps/EdgeEndBundle.Tpo .deps/EdgeEndBundle.Plo | |
/bin/bash ../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../include -I../../../include/geos -I../../../include -DGEOS_INLINE -pedantic -Wall -ansi -Wno-long-long -ffloat-store -g -O2 -MT EdgeEndBundleStar.lo -MD -MP -MF .deps/EdgeEndBundleStar.Tpo -c -o EdgeEndBundleStar.lo EdgeEndBundleStar.cpp | |
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../include -I../../../include/geos -I../../../include -DGEOS_INLINE -pedantic -Wall -ansi -Wno-long-long -ffloat-store -g -O2 -MT EdgeEndBundleStar.lo -MD -MP -MF .deps/EdgeEndBundleStar.Tpo -c EdgeEndBundleStar.cpp -fPIC -DPIC -o .libs/EdgeEndBundleStar.o | |
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../include -I../../../include/geos -I../../../include -DGEOS_INLINE -pedantic -Wall -ansi -Wno-long-long -ffloat-store -g -O2 -MT EdgeEndBundleStar.lo -MD -MP -MF .deps/EdgeEndBundleStar.Tpo -c EdgeEndBundleStar.cpp -o EdgeEndBundleStar.o >/dev/null 2>&1 | |
mv -f .deps/EdgeEndBundleStar.Tpo .deps/EdgeEndBundleStar.Plo | |
/bin/bash ../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../include -I../../../include/geos -I../../../include -DGEOS_INLINE -pedantic -Wall -ansi -Wno-long-long -ffloat-store -g -O2 -MT RelateComputer.lo -MD -MP -MF .deps/RelateComputer.Tpo -c -o RelateComputer.lo RelateComputer.cpp | |
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../include -I../../../include/geos -I../../../include -DGEOS_INLINE -pedantic -Wall -ansi -Wno-long-long -ffloat-store -g -O2 -MT RelateComputer.lo -MD -MP -MF .deps/RelateComputer.Tpo -c RelateComputer.cpp -fPIC -DPIC -o .libs/RelateComputer.o | |
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../include -I../../../include/geos -I../../../include -DGEOS_INLINE -pedantic -Wall -ansi -Wno-long-long -ffloat-store -g -O2 -MT RelateComputer.lo -MD -MP -MF .deps/RelateComputer.Tpo -c RelateComputer.cpp -o RelateComputer.o >/dev/null 2>&1 | |
mv -f .deps/RelateComputer.Tpo .deps/RelateComputer.Plo | |
/bin/bash ../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../include -I../../../include/geos -I../../../include -DGEOS_INLINE -pedantic -Wall -ansi -Wno-long-long -ffloat-store -g -O2 -MT RelateNode.lo -MD -MP -MF .deps/RelateNode.Tpo -c -o RelateNode.lo RelateNode.cpp | |
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../include -I../../../include/geos -I../../../include -DGEOS_INLINE -pedantic -Wall -ansi -Wno-long-long -ffloat-store -g -O2 -MT RelateNode.lo -MD -MP -MF .deps/RelateNode.Tpo -c RelateNode.cpp -fPIC -DPIC -o .libs/RelateNode.o | |
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../include -I../../../include/geos -I../../../include -DGEOS_INLINE -pedantic -Wall -ansi -Wno-long-long -ffloat-store -g -O2 -MT RelateNode.lo -MD -MP -MF .deps/RelateNode.Tpo -c RelateNode.cpp -o RelateNode.o >/dev/null 2>&1 | |
mv -f .deps/RelateNode.Tpo .deps/RelateNode.Plo | |
/bin/bash ../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../include -I../../../include/geos -I../../../include -DGEOS_INLINE -pedantic -Wall -ansi -Wno-long-long -ffloat-store -g -O2 -MT RelateNodeFactory.lo -MD -MP -MF .deps/RelateNodeFactory.Tpo -c -o RelateNodeFactory.lo RelateNodeFactory.cpp | |
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../include -I../../../include/geos -I../../../include -DGEOS_INLINE -pedantic -Wall -ansi -Wno-long-long -ffloat-store -g -O2 -MT RelateNodeFactory.lo -MD -MP -MF .deps/RelateNodeFactory.Tpo -c RelateNodeFactory.cpp -fPIC -DPIC -o .libs/RelateNodeFactory.o | |
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../include -I../../../include/geos -I../../../include -DGEOS_INLINE -pedantic -Wall -ansi -Wno-long-long -ffloat-store -g -O2 -MT RelateNodeFactory.lo -MD -MP -MF .deps/RelateNodeFactory.Tpo -c RelateNodeFactory.cpp -o RelateNodeFactory.o >/dev/null 2>&1 | |
mv -f .deps/RelateNodeFactory.Tpo .deps/RelateNodeFactory.Plo | |
/bin/bash ../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../include -I../../../include/geos -I../../../include -DGEOS_INLINE -pedantic -Wall -ansi -Wno-long-long -ffloat-store -g -O2 -MT RelateNodeGraph.lo -MD -MP -MF .deps/RelateNodeGraph.Tpo -c -o RelateNodeGraph.lo RelateNodeGraph.cpp | |
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../include -I../../../include/geos -I../../../include -DGEOS_INLINE -pedantic -Wall -ansi -Wno-long-long -ffloat-store -g -O2 -MT RelateNodeGraph.lo -MD -MP -MF .deps/RelateNodeGraph.Tpo -c RelateNodeGraph.cpp -fPIC -DPIC -o .libs/RelateNodeGraph.o | |
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../include -I../../../include/geos -I../../../include -DGEOS_INLINE -pedantic -Wall -ansi -Wno-long-long -ffloat-store -g -O2 -MT RelateNodeGraph.lo -MD -MP -MF .deps/RelateNodeGraph.Tpo -c RelateNodeGraph.cpp -o RelateNodeGraph.o >/dev/null 2>&1 | |
mv -f .deps/RelateNodeGraph.Tpo .deps/RelateNodeGraph.Plo | |
/bin/bash ../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../include -I../../../include/geos -I../../../include -DGEOS_INLINE -pedantic -Wall -ansi -Wno-long-long -ffloat-store -g -O2 -MT RelateOp.lo -MD -MP -MF .deps/RelateOp.Tpo -c -o RelateOp.lo RelateOp.cpp | |
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../include -I../../../include/geos -I../../../include -DGEOS_INLINE -pedantic -Wall -ansi -Wno-long-long -ffloat-store -g -O2 -MT RelateOp.lo -MD -MP -MF .deps/RelateOp.Tpo -c RelateOp.cpp -fPIC -DPIC -o .libs/RelateOp.o | |
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../include -I../../../include/geos -I../../../include -DGEOS_INLINE -pedantic -Wall -ansi -Wno-long-long -ffloat-store -g -O2 -MT RelateOp.lo -MD -MP -MF .deps/RelateOp.Tpo -c RelateOp.cpp -o RelateOp.o >/dev/null 2>&1 | |
mv -f .deps/RelateOp.Tpo .deps/RelateOp.Plo | |
/bin/bash ../../../libtool --tag=CXX --mode=link g++ -DGEOS_INLINE -pedantic -Wall -ansi -Wno-long-long -ffloat-store -g -O2 -o liboprelate.la EdgeEndBuilder.lo EdgeEndBundle.lo EdgeEndBundleStar.lo RelateComputer.lo RelateNode.lo RelateNodeFactory.lo RelateNodeGraph.lo RelateOp.lo | |
libtool: link: ar cru .libs/liboprelate.a .libs/EdgeEndBuilder.o .libs/EdgeEndBundle.o .libs/EdgeEndBundleStar.o .libs/RelateComputer.o .libs/RelateNode.o .libs/RelateNodeFactory.o .libs/RelateNodeGraph.o .libs/RelateOp.o | |
libtool: link: ranlib .libs/liboprelate.a | |
libtool: link: ( cd ".libs" && rm -f "liboprelate.la" && ln -s "../liboprelate.la" "liboprelate.la" ) | |
make[4]: Leaving directory `/vagrant/archesproject/Install/geos-3.3.8/src/operation/relate' | |
make[3]: Leaving directory `/vagrant/archesproject/Install/geos-3.3.8/src/operation/relate' | |
Making all in union | |
make[3]: Entering directory `/vagrant/archesproject/Install/geos-3.3.8/src/operation/union' | |
make[4]: Entering directory `/vagrant/archesproject/Install/geos-3.3.8/src/operation/union' | |
/bin/bash ../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../include -I../../../include/geos -I../../../include -DGEOS_INLINE -pedantic -Wall -ansi -Wno-long-long -ffloat-store -g -O2 -MT CascadedPolygonUnion.lo -MD -MP -MF .deps/CascadedPolygonUnion.Tpo -c -o CascadedPolygonUnion.lo CascadedPolygonUnion.cpp | |
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../include -I../../../include/geos -I../../../include -DGEOS_INLINE -pedantic -Wall -ansi -Wno-long-long -ffloat-store -g -O2 -MT CascadedPolygonUnion.lo -MD -MP -MF .deps/CascadedPolygonUnion.Tpo -c CascadedPolygonUnion.cpp -fPIC -DPIC -o .libs/CascadedPolygonUnion.o | |
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../include -I../../../include/geos -I../../../include -DGEOS_INLINE -pedantic -Wall -ansi -Wno-long-long -ffloat-store -g -O2 -MT CascadedPolygonUnion.lo -MD -MP -MF .deps/CascadedPolygonUnion.Tpo -c CascadedPolygonUnion.cpp -o CascadedPolygonUnion.o >/dev/null 2>&1 | |
mv -f .deps/CascadedPolygonUnion.Tpo .deps/CascadedPolygonUnion.Plo | |
/bin/bash ../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../include -I../../../include/geos -I../../../include -DGEOS_INLINE -pedantic -Wall -ansi -Wno-long-long -ffloat-store -g -O2 -MT CascadedUnion.lo -MD -MP -MF .deps/CascadedUnion.Tpo -c -o CascadedUnion.lo CascadedUnion.cpp | |
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../include -I../../../include/geos -I../../../include -DGEOS_INLINE -pedantic -Wall -ansi -Wno-long-long -ffloat-store -g -O2 -MT CascadedUnion.lo -MD -MP -MF .deps/CascadedUnion.Tpo -c CascadedUnion.cpp -fPIC -DPIC -o .libs/CascadedUnion.o | |
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../include -I../../../include/geos -I../../../include -DGEOS_INLINE -pedantic -Wall -ansi -Wno-long-long -ffloat-store -g -O2 -MT CascadedUnion.lo -MD -MP -MF .deps/CascadedUnion.Tpo -c CascadedUnion.cpp -o CascadedUnion.o >/dev/null 2>&1 | |
mv -f .deps/CascadedUnion.Tpo .deps/CascadedUnion.Plo | |
/bin/bash ../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../include -I../../../include/geos -I../../../include -DGEOS_INLINE -pedantic -Wall -ansi -Wno-long-long -ffloat-store -g -O2 -MT PointGeometryUnion.lo -MD -MP -MF .deps/PointGeometryUnion.Tpo -c -o PointGeometryUnion.lo PointGeometryUnion.cpp | |
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../include -I../../../include/geos -I../../../include -DGEOS_INLINE -pedantic -Wall -ansi -Wno-long-long -ffloat-store -g -O2 -MT PointGeometryUnion.lo -MD -MP -MF .deps/PointGeometryUnion.Tpo -c PointGeometryUnion.cpp -fPIC -DPIC -o .libs/PointGeometryUnion.o | |
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../include -I../../../include/geos -I../../../include -DGEOS_INLINE -pedantic -Wall -ansi -Wno-long-long -ffloat-store -g -O2 -MT PointGeometryUnion.lo -MD -MP -MF .deps/PointGeometryUnion.Tpo -c PointGeometryUnion.cpp -o PointGeometryUnion.o >/dev/null 2>&1 | |
mv -f .deps/PointGeometryUnion.Tpo .deps/PointGeometryUnion.Plo | |
/bin/bash ../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../include -I../../../include/geos -I../../../include -DGEOS_INLINE -pedantic -Wall -ansi -Wno-long-long -ffloat-store -g -O2 -MT UnaryUnionOp.lo -MD -MP -MF .deps/UnaryUnionOp.Tpo -c -o UnaryUnionOp.lo UnaryUnionOp.cpp | |
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../include -I../../../include/geos -I../../../include -DGEOS_INLINE -pedantic -Wall -ansi -Wno-long-long -ffloat-store -g -O2 -MT UnaryUnionOp.lo -MD -MP -MF .deps/UnaryUnionOp.Tpo -c UnaryUnionOp.cpp -fPIC -DPIC -o .libs/UnaryUnionOp.o | |
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../include -I../../../include/geos -I../../../include -DGEOS_INLINE -pedantic -Wall -ansi -Wno-long-long -ffloat-store -g -O2 -MT UnaryUnionOp.lo -MD -MP -MF .deps/UnaryUnionOp.Tpo -c UnaryUnionOp.cpp -o UnaryUnionOp.o >/dev/null 2>&1 | |
mv -f .deps/UnaryUnionOp.Tpo .deps/UnaryUnionOp.Plo | |
/bin/bash ../../../libtool --tag=CXX --mode=link g++ -DGEOS_INLINE -pedantic -Wall -ansi -Wno-long-long -ffloat-store -g -O2 -o libopunion.la CascadedPolygonUnion.lo CascadedUnion.lo PointGeometryUnion.lo UnaryUnionOp.lo | |
libtool: link: ar cru .libs/libopunion.a .libs/CascadedPolygonUnion.o .libs/CascadedUnion.o .libs/PointGeometryUnion.o .libs/UnaryUnionOp.o | |
libtool: link: ranlib .libs/libopunion.a | |
libtool: link: ( cd ".libs" && rm -f "libopunion.la" && ln -s "../libopunion.la" "libopunion.la" ) | |
make[4]: Leaving directory `/vagrant/archesproject/Install/geos-3.3.8/src/operation/union' | |
make[3]: Leaving directory `/vagrant/archesproject/Install/geos-3.3.8/src/operation/union' | |
Making all in sharedpaths | |
make[3]: Entering directory `/vagrant/archesproject/Install/geos-3.3.8/src/operation/sharedpaths' | |
make[4]: Entering directory `/vagrant/archesproject/Install/geos-3.3.8/src/operation/sharedpaths' | |
/bin/bash ../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../include -I../../../include/geos -I../../../include -DGEOS_INLINE -pedantic -Wall -ansi -Wno-long-long -ffloat-store -g -O2 -MT SharedPathsOp.lo -MD -MP -MF .deps/SharedPathsOp.Tpo -c -o SharedPathsOp.lo SharedPathsOp.cpp | |
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../include -I../../../include/geos -I../../../include -DGEOS_INLINE -pedantic -Wall -ansi -Wno-long-long -ffloat-store -g -O2 -MT SharedPathsOp.lo -MD -MP -MF .deps/SharedPathsOp.Tpo -c SharedPathsOp.cpp -fPIC -DPIC -o .libs/SharedPathsOp.o | |
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../include -I../../../include/geos -I../../../include -DGEOS_INLINE -pedantic -Wall -ansi -Wno-long-long -ffloat-store -g -O2 -MT SharedPathsOp.lo -MD -MP -MF .deps/SharedPathsOp.Tpo -c SharedPathsOp.cpp -o SharedPathsOp.o >/dev/null 2>&1 | |
mv -f .deps/SharedPathsOp.Tpo .deps/SharedPathsOp.Plo | |
/bin/bash ../../../libtool --tag=CXX --mode=link g++ -DGEOS_INLINE -pedantic -Wall -ansi -Wno-long-long -ffloat-store -g -O2 -o libopsharedpaths.la SharedPathsOp.lo | |
libtool: link: ar cru .libs/libopsharedpaths.a .libs/SharedPathsOp.o | |
libtool: link: ranlib .libs/libopsharedpaths.a | |
libtool: link: ( cd ".libs" && rm -f "libopsharedpaths.la" && ln -s "../libopsharedpaths.la" "libopsharedpaths.la" ) | |
make[4]: Leaving directory `/vagrant/archesproject/Install/geos-3.3.8/src/operation/sharedpaths' | |
make[3]: Leaving directory `/vagrant/archesproject/Install/geos-3.3.8/src/operation/sharedpaths' | |
Making all in valid | |
make[3]: Entering directory `/vagrant/archesproject/Install/geos-3.3.8/src/operation/valid' | |
make[4]: Entering directory `/vagrant/archesproject/Install/geos-3.3.8/src/operation/valid' | |
/bin/bash ../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../include -I../../../include/geos -I../../../include -DGEOS_INLINE -pedantic -Wall -ansi -Wno-long-long -ffloat-store -g -O2 -MT ConnectedInteriorTester.lo -MD -MP -MF .deps/ConnectedInteriorTester.Tpo -c -o ConnectedInteriorTester.lo ConnectedInteriorTester.cpp | |
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../include -I../../../include/geos -I../../../include -DGEOS_INLINE -pedantic -Wall -ansi -Wno-long-long -ffloat-store -g -O2 -MT ConnectedInteriorTester.lo -MD -MP -MF .deps/ConnectedInteriorTester.Tpo -c ConnectedInteriorTester.cpp -fPIC -DPIC -o .libs/ConnectedInteriorTester.o | |
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../include -I../../../include/geos -I../../../include -DGEOS_INLINE -pedantic -Wall -ansi -Wno-long-long -ffloat-store -g -O2 -MT ConnectedInteriorTester.lo -MD -MP -MF .deps/ConnectedInteriorTester.Tpo -c ConnectedInteriorTester.cpp -o ConnectedInteriorTester.o >/dev/null 2>&1 | |
mv -f .deps/ConnectedInteriorTester.Tpo .deps/ConnectedInteriorTester.Plo | |
/bin/bash ../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../include -I../../../include/geos -I../../../include -DGEOS_INLINE -pedantic -Wall -ansi -Wno-long-long -ffloat-store -g -O2 -MT ConsistentAreaTester.lo -MD -MP -MF .deps/ConsistentAreaTester.Tpo -c -o ConsistentAreaTester.lo ConsistentAreaTester.cpp | |
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../include -I../../../include/geos -I../../../include -DGEOS_INLINE -pedantic -Wall -ansi -Wno-long-long -ffloat-store -g -O2 -MT ConsistentAreaTester.lo -MD -MP -MF .deps/ConsistentAreaTester.Tpo -c ConsistentAreaTester.cpp -fPIC -DPIC -o .libs/ConsistentAreaTester.o | |
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../include -I../../../include/geos -I../../../include -DGEOS_INLINE -pedantic -Wall -ansi -Wno-long-long -ffloat-store -g -O2 -MT ConsistentAreaTester.lo -MD -MP -MF .deps/ConsistentAreaTester.Tpo -c ConsistentAreaTester.cpp -o ConsistentAreaTester.o >/dev/null 2>&1 | |
mv -f .deps/ConsistentAreaTester.Tpo .deps/ConsistentAreaTester.Plo | |
/bin/bash ../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../include -I../../../include/geos -I../../../include -DGEOS_INLINE -pedantic -Wall -ansi -Wno-long-long -ffloat-store -g -O2 -MT IsValidOp.lo -MD -MP -MF .deps/IsValidOp.Tpo -c -o IsValidOp.lo IsValidOp.cpp | |
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../include -I../../../include/geos -I../../../include -DGEOS_INLINE -pedantic -Wall -ansi -Wno-long-long -ffloat-store -g -O2 -MT IsValidOp.lo -MD -MP -MF .deps/IsValidOp.Tpo -c IsValidOp.cpp -fPIC -DPIC -o .libs/IsValidOp.o | |
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../include -I../../../include/geos -I../../../include -DGEOS_INLINE -pedantic -Wall -ansi -Wno-long-long -ffloat-store -g -O2 -MT IsValidOp.lo -MD -MP -MF .deps/IsValidOp.Tpo -c IsValidOp.cpp -o IsValidOp.o >/dev/null 2>&1 | |
mv -f .deps/IsValidOp.Tpo .deps/IsValidOp.Plo | |
/bin/bash ../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../include -I../../../include/geos -I../../../include -DGEOS_INLINE -pedantic -Wall -ansi -Wno-long-long -ffloat-store -g -O2 -MT QuadtreeNestedRingTester.lo -MD -MP -MF .deps/QuadtreeNestedRingTester.Tpo -c -o QuadtreeNestedRingTester.lo QuadtreeNestedRingTester.cpp | |
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../include -I../../../include/geos -I../../../include -DGEOS_INLINE -pedantic -Wall -ansi -Wno-long-long -ffloat-store -g -O2 -MT QuadtreeNestedRingTester.lo -MD -MP -MF .deps/QuadtreeNestedRingTester.Tpo -c QuadtreeNestedRingTester.cpp -fPIC -DPIC -o .libs/QuadtreeNestedRingTester.o | |
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../include -I../../../include/geos -I../../../include -DGEOS_INLINE -pedantic -Wall -ansi -Wno-long-long -ffloat-store -g -O2 -MT QuadtreeNestedRingTester.lo -MD -MP -MF .deps/QuadtreeNestedRingTester.Tpo -c QuadtreeNestedRingTester.cpp -o QuadtreeNestedRingTester.o >/dev/null 2>&1 | |
mv -f .deps/QuadtreeNestedRingTester.Tpo .deps/QuadtreeNestedRingTester.Plo | |
/bin/bash ../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../include -I../../../include/geos -I../../../include -DGEOS_INLINE -pedantic -Wall -ansi -Wno-long-long -ffloat-store -g -O2 -MT RepeatedPointTester.lo -MD -MP -MF .deps/RepeatedPointTester.Tpo -c -o RepeatedPointTester.lo RepeatedPointTester.cpp | |
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../include -I../../../include/geos -I../../../include -DGEOS_INLINE -pedantic -Wall -ansi -Wno-long-long -ffloat-store -g -O2 -MT RepeatedPointTester.lo -MD -MP -MF .deps/RepeatedPointTester.Tpo -c RepeatedPointTester.cpp -fPIC -DPIC -o .libs/RepeatedPointTester.o | |
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../include -I../../../include/geos -I../../../include -DGEOS_INLINE -pedantic -Wall -ansi -Wno-long-long -ffloat-store -g -O2 -MT RepeatedPointTester.lo -MD -MP -MF .deps/RepeatedPointTester.Tpo -c RepeatedPointTester.cpp -o RepeatedPointTester.o >/dev/null 2>&1 | |
mv -f .deps/RepeatedPointTester.Tpo .deps/RepeatedPointTester.Plo | |
/bin/bash ../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../include -I../../../include/geos -I../../../include -DGEOS_INLINE -pedantic -Wall -ansi -Wno-long-long -ffloat-store -g -O2 -MT SimpleNestedRingTester.lo -MD -MP -MF .deps/SimpleNestedRingTester.Tpo -c -o SimpleNestedRingTester.lo SimpleNestedRingTester.cpp | |
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../include -I../../../include/geos -I../../../include -DGEOS_INLINE -pedantic -Wall -ansi -Wno-long-long -ffloat-store -g -O2 -MT SimpleNestedRingTester.lo -MD -MP -MF .deps/SimpleNestedRingTester.Tpo -c SimpleNestedRingTester.cpp -fPIC -DPIC -o .libs/SimpleNestedRingTester.o | |
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../include -I../../../include/geos -I../../../include -DGEOS_INLINE -pedantic -Wall -ansi -Wno-long-long -ffloat-store -g -O2 -MT SimpleNestedRingTester.lo -MD -MP -MF .deps/SimpleNestedRingTester.Tpo -c SimpleNestedRingTester.cpp -o SimpleNestedRingTester.o >/dev/null 2>&1 | |
mv -f .deps/SimpleNestedRingTester.Tpo .deps/SimpleNestedRingTester.Plo | |
/bin/bash ../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../include -I../../../include/geos -I../../../include -DGEOS_INLINE -pedantic -Wall -ansi -Wno-long-long -ffloat-store -g -O2 -MT SweeplineNestedRingTester.lo -MD -MP -MF .deps/SweeplineNestedRingTester.Tpo -c -o SweeplineNestedRingTester.lo SweeplineNestedRingTester.cpp | |
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../include -I../../../include/geos -I../../../include -DGEOS_INLINE -pedantic -Wall -ansi -Wno-long-long -ffloat-store -g -O2 -MT SweeplineNestedRingTester.lo -MD -MP -MF .deps/SweeplineNestedRingTester.Tpo -c SweeplineNestedRingTester.cpp -fPIC -DPIC -o .libs/SweeplineNestedRingTester.o | |
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../include -I../../../include/geos -I../../../include -DGEOS_INLINE -pedantic -Wall -ansi -Wno-long-long -ffloat-store -g -O2 -MT SweeplineNestedRingTester.lo -MD -MP -MF .deps/SweeplineNestedRingTester.Tpo -c SweeplineNestedRingTester.cpp -o SweeplineNestedRingTester.o >/dev/null 2>&1 | |
mv -f .deps/SweeplineNestedRingTester.Tpo .deps/SweeplineNestedRingTester.Plo | |
/bin/bash ../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../include -I../../../include/geos -I../../../include -DGEOS_INLINE -pedantic -Wall -ansi -Wno-long-long -ffloat-store -g -O2 -MT TopologyValidationError.lo -MD -MP -MF .deps/TopologyValidationError.Tpo -c -o TopologyValidationError.lo TopologyValidationError.cpp | |
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../include -I../../../include/geos -I../../../include -DGEOS_INLINE -pedantic -Wall -ansi -Wno-long-long -ffloat-store -g -O2 -MT TopologyValidationError.lo -MD -MP -MF .deps/TopologyValidationError.Tpo -c TopologyValidationError.cpp -fPIC -DPIC -o .libs/TopologyValidationError.o | |
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../include -I../../../include/geos -I../../../include -DGEOS_INLINE -pedantic -Wall -ansi -Wno-long-long -ffloat-store -g -O2 -MT TopologyValidationError.lo -MD -MP -MF .deps/TopologyValidationError.Tpo -c TopologyValidationError.cpp -o TopologyValidationError.o >/dev/null 2>&1 | |
mv -f .deps/TopologyValidationError.Tpo .deps/TopologyValidationError.Plo | |
/bin/bash ../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../include -I../../../include/geos -I../../../include -DGEOS_INLINE -pedantic -Wall -ansi -Wno-long-long -ffloat-store -g -O2 -MT IndexedNestedRingTester.lo -MD -MP -MF .deps/IndexedNestedRingTester.Tpo -c -o IndexedNestedRingTester.lo IndexedNestedRingTester.cpp | |
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../include -I../../../include/geos -I../../../include -DGEOS_INLINE -pedantic -Wall -ansi -Wno-long-long -ffloat-store -g -O2 -MT IndexedNestedRingTester.lo -MD -MP -MF .deps/IndexedNestedRingTester.Tpo -c IndexedNestedRingTester.cpp -fPIC -DPIC -o .libs/IndexedNestedRingTester.o | |
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../include -I../../../include/geos -I../../../include -DGEOS_INLINE -pedantic -Wall -ansi -Wno-long-long -ffloat-store -g -O2 -MT IndexedNestedRingTester.lo -MD -MP -MF .deps/IndexedNestedRingTester.Tpo -c IndexedNestedRingTester.cpp -o IndexedNestedRingTester.o >/dev/null 2>&1 | |
mv -f .deps/IndexedNestedRingTester.Tpo .deps/IndexedNestedRingTester.Plo | |
/bin/bash ../../../libtool --tag=CXX --mode=link g++ -DGEOS_INLINE -pedantic -Wall -ansi -Wno-long-long -ffloat-store -g -O2 -o libopvalid.la ConnectedInteriorTester.lo ConsistentAreaTester.lo IsValidOp.lo QuadtreeNestedRingTester.lo RepeatedPointTester.lo SimpleNestedRingTester.lo SweeplineNestedRingTester.lo TopologyValidationError.lo IndexedNestedRingTester.lo | |
libtool: link: ar cru .libs/libopvalid.a .libs/ConnectedInteriorTester.o .libs/ConsistentAreaTester.o .libs/IsValidOp.o .libs/QuadtreeNestedRingTester.o .libs/RepeatedPointTester.o .libs/SimpleNestedRingTester.o .libs/SweeplineNestedRingTester.o .libs/TopologyValidationError.o .libs/IndexedNestedRingTester.o | |
libtool: link: ranlib .libs/libopvalid.a | |
libtool: link: ( cd ".libs" && rm -f "libopvalid.la" && ln -s "../libopvalid.la" "libopvalid.la" ) | |
make[4]: Leaving directory `/vagrant/archesproject/Install/geos-3.3.8/src/operation/valid' | |
make[3]: Leaving directory `/vagrant/archesproject/Install/geos-3.3.8/src/operation/valid' | |
make[3]: Entering directory `/vagrant/archesproject/Install/geos-3.3.8/src/operation' | |
/bin/bash ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../include -I../../include/geos -I../../include -DGEOS_INLINE -pedantic -Wall -ansi -Wno-long-long -ffloat-store -g -O2 -MT GeometryGraphOperation.lo -MD -MP -MF .deps/GeometryGraphOperation.Tpo -c -o GeometryGraphOperation.lo GeometryGraphOperation.cpp | |
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../include -I../../include/geos -I../../include -DGEOS_INLINE -pedantic -Wall -ansi -Wno-long-long -ffloat-store -g -O2 -MT GeometryGraphOperation.lo -MD -MP -MF .deps/GeometryGraphOperation.Tpo -c GeometryGraphOperation.cpp -fPIC -DPIC -o .libs/GeometryGraphOperation.o | |
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../include -I../../include/geos -I../../include -DGEOS_INLINE -pedantic -Wall -ansi -Wno-long-long -ffloat-store -g -O2 -MT GeometryGraphOperation.lo -MD -MP -MF .deps/GeometryGraphOperation.Tpo -c GeometryGraphOperation.cpp -o GeometryGraphOperation.o >/dev/null 2>&1 | |
mv -f .deps/GeometryGraphOperation.Tpo .deps/GeometryGraphOperation.Plo | |
/bin/bash ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../include -I../../include/geos -I../../include -DGEOS_INLINE -pedantic -Wall -ansi -Wno-long-long -ffloat-store -g -O2 -MT IsSimpleOp.lo -MD -MP -MF .deps/IsSimpleOp.Tpo -c -o IsSimpleOp.lo IsSimpleOp.cpp | |
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../include -I../../include/geos -I../../include -DGEOS_INLINE -pedantic -Wall -ansi -Wno-long-long -ffloat-store -g -O2 -MT IsSimpleOp.lo -MD -MP -MF .deps/IsSimpleOp.Tpo -c IsSimpleOp.cpp -fPIC -DPIC -o .libs/IsSimpleOp.o | |
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../include -I../../include/geos -I../../include -DGEOS_INLINE -pedantic -Wall -ansi -Wno-long-long -ffloat-store -g -O2 -MT IsSimpleOp.lo -MD -MP -MF .deps/IsSimpleOp.Tpo -c IsSimpleOp.cpp -o IsSimpleOp.o >/dev/null 2>&1 | |
mv -f .deps/IsSimpleOp.Tpo .deps/IsSimpleOp.Plo | |
/bin/bash ../../libtool --tag=CXX --mode=link g++ -DGEOS_INLINE -pedantic -Wall -ansi -Wno-long-long -ffloat-store -g -O2 -o liboperation.la GeometryGraphOperation.lo IsSimpleOp.lo buffer/libopbuffer.la distance/libopdistance.la linemerge/liboplinemerge.la overlay/libopoverlay.la polygonize/liboppolygonize.la predicate/liboppredicate.la relate/liboprelate.la union/libopunion.la valid/libopvalid.la sharedpaths/libopsharedpaths.la | |
libtool: link: (cd .libs/liboperation.lax/libopbuffer.a && ar x "/vagrant/archesproject/Install/geos-3.3.8/src/operation/buffer/.libs/libopbuffer.a") | |
libtool: link: (cd .libs/liboperation.lax/libopdistance.a && ar x "/vagrant/archesproject/Install/geos-3.3.8/src/operation/distance/.libs/libopdistance.a") | |
libtool: link: (cd .libs/liboperation.lax/liboplinemerge.a && ar x "/vagrant/archesproject/Install/geos-3.3.8/src/operation/linemerge/.libs/liboplinemerge.a") | |
libtool: link: (cd .libs/liboperation.lax/libopoverlay.a && ar x "/vagrant/archesproject/Install/geos-3.3.8/src/operation/overlay/.libs/libopoverlay.a") | |
libtool: link: (cd .libs/liboperation.lax/liboppolygonize.a && ar x "/vagrant/archesproject/Install/geos-3.3.8/src/operation/polygonize/.libs/liboppolygonize.a") | |
libtool: link: (cd .libs/liboperation.lax/liboppredicate.a && ar x "/vagrant/archesproject/Install/geos-3.3.8/src/operation/predicate/.libs/liboppredicate.a") | |
libtool: link: (cd .libs/liboperation.lax/liboprelate.a && ar x "/vagrant/archesproject/Install/geos-3.3.8/src/operation/relate/.libs/liboprelate.a") | |
libtool: link: (cd .libs/liboperation.lax/libopunion.a && ar x "/vagrant/archesproject/Install/geos-3.3.8/src/operation/union/.libs/libopunion.a") | |
libtool: link: (cd .libs/liboperation.lax/libopvalid.a && ar x "/vagrant/archesproject/Install/geos-3.3.8/src/operation/valid/.libs/libopvalid.a") | |
libtool: link: (cd .libs/liboperation.lax/libopsharedpaths.a && ar x "/vagrant/archesproject/Install/geos-3.3.8/src/operation/sharedpaths/.libs/libopsharedpaths.a") | |
libtool: link: ar cru .libs/liboperation.a .libs/GeometryGraphOperation.o .libs/IsSimpleOp.o .libs/liboperation.lax/libopbuffer.a/BufferBuilder.o .libs/liboperation.lax/libopbuffer.a/BufferInputLineSimplifier.o .libs/liboperation.lax/libopbuffer.a/BufferOp.o .libs/liboperation.lax/libopbuffer.a/BufferParameters.o .libs/liboperation.lax/libopbuffer.a/BufferSubgraph.o .libs/liboperation.lax/libopbuffer.a/OffsetCurveBuilder.o .libs/liboperation.lax/libopbuffer.a/OffsetCurveSetBuilder.o .libs/liboperation.lax/libopbuffer.a/OffsetSegmentGenerator.o .libs/liboperation.lax/libopbuffer.a/RightmostEdgeFinder.o .libs/liboperation.lax/libopbuffer.a/SubgraphDepthLocater.o .libs/liboperation.lax/libopdistance.a/ConnectedElementLocationFilter.o .libs/liboperation.lax/libopdistance.a/ConnectedElementPointFilter.o .libs/liboperation.lax/libopdistance.a/DistanceOp.o .libs/liboperation.lax/libopdistance.a/GeometryLocation.o .libs/liboperation.lax/liboplinemerge.a/EdgeString.o .libs/liboperation.lax/liboplinemerge.a/LineMergeDirectedEdge.o .libs/liboperation.lax/liboplinemerge.a/LineMergeEdge.o .libs/liboperation.lax/liboplinemerge.a/LineMergeGraph.o .libs/liboperation.lax/liboplinemerge.a/LineMerger.o .libs/liboperation.lax/liboplinemerge.a/LineSequencer.o .libs/liboperation.lax/libopoverlay.a/EdgeSetNoder.o .libs/liboperation.lax/libopoverlay.a/ElevationMatrix.o .libs/liboperation.lax/libopoverlay.a/ElevationMatrixCell.o .libs/liboperation.lax/libopoverlay.a/FuzzyPointLocator.o .libs/liboperation.lax/libopoverlay.a/GeometrySnapper.o .libs/liboperation.lax/libopoverlay.a/LineBuilder.o .libs/liboperation.lax/libopoverlay.a/LineStringSnapper.o .libs/liboperation.lax/libopoverlay.a/MaximalEdgeRing.o .libs/liboperation.lax/libopoverlay.a/MinimalEdgeRing.o .libs/liboperation.lax/libopoverlay.a/OffsetPointGenerator.o .libs/liboperation.lax/libopoverlay.a/OverlayNodeFactory.o .libs/liboperation.lax/libopoverlay.a/OverlayOp.o .libs/liboperation.lax/libopoverlay.a/OverlayResultValidator.o .libs/liboperation.lax/libopoverlay.a/PointBuilder.o .libs/liboperation.lax/libopoverlay.a/PolygonBuilder.o .libs/liboperation.lax/libopoverlay.a/SnapIfNeededOverlayOp.o .libs/liboperation.lax/libopoverlay.a/SnapOverlayOp.o .libs/liboperation.lax/liboppolygonize.a/EdgeRing.o .libs/liboperation.lax/liboppolygonize.a/PolygonizeDirectedEdge.o .libs/liboperation.lax/liboppolygonize.a/PolygonizeEdge.o .libs/liboperation.lax/liboppolygonize.a/PolygonizeGraph.o .libs/liboperation.lax/liboppolygonize.a/Polygonizer.o .libs/liboperation.lax/liboppredicate.a/RectangleContains.o .libs/liboperation.lax/liboppredicate.a/RectangleIntersects.o .libs/liboperation.lax/liboppredicate.a/SegmentIntersectionTester.o .libs/liboperation.lax/liboprelate.a/EdgeEndBuilder.o .libs/liboperation.lax/liboprelate.a/EdgeEndBundle.o .libs/liboperation.lax/liboprelate.a/EdgeEndBundleStar.o .libs/liboperation.lax/liboprelate.a/RelateComputer.o .libs/liboperation.lax/liboprelate.a/RelateNode.o .libs/liboperation.lax/liboprelate.a/RelateNodeFactory.o .libs/liboperation.lax/liboprelate.a/RelateNodeGraph.o .libs/liboperation.lax/liboprelate.a/RelateOp.o .libs/liboperation.lax/libopunion.a/CascadedPolygonUnion.o .libs/liboperation.lax/libopunion.a/CascadedUnion.o .libs/liboperation.lax/libopunion.a/PointGeometryUnion.o .libs/liboperation.lax/libopunion.a/UnaryUnionOp.o .libs/liboperation.lax/libopvalid.a/ConnectedInteriorTester.o .libs/liboperation.lax/libopvalid.a/ConsistentAreaTester.o .libs/liboperation.lax/libopvalid.a/IndexedNestedRingTester.o .libs/liboperation.lax/libopvalid.a/IsValidOp.o .libs/liboperation.lax/libopvalid.a/QuadtreeNestedRingTester.o .libs/liboperation.lax/libopvalid.a/RepeatedPointTester.o .libs/liboperation.lax/libopvalid.a/SimpleNestedRingTester.o .libs/liboperation.lax/libopvalid.a/SweeplineNestedRingTester.o .libs/liboperation.lax/libopvalid.a/TopologyValidationError.o .libs/liboperation.lax/libopsharedpaths.a/SharedPathsOp.o | |
libtool: link: ranlib .libs/liboperation.a | |
libtool: link: rm -fr .libs/liboperation.lax | |
libtool: link: ( cd ".libs" && rm -f "liboperation.la" && ln -s "../liboperation.la" "liboperation.la" ) | |
make[3]: Leaving directory `/vagrant/archesproject/Install/geos-3.3.8/src/operation' | |
make[2]: Leaving directory `/vagrant/archesproject/Install/geos-3.3.8/src/operation' | |
Making all in planargraph | |
make[2]: Entering directory `/vagrant/archesproject/Install/geos-3.3.8/src/planargraph' | |
make[3]: Entering directory `/vagrant/archesproject/Install/geos-3.3.8/src/planargraph' | |
/bin/bash ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../include -I../../include/geos -I../../include -DGEOS_INLINE -pedantic -Wall -ansi -Wno-long-long -ffloat-store -g -O2 -MT DirectedEdge.lo -MD -MP -MF .deps/DirectedEdge.Tpo -c -o DirectedEdge.lo DirectedEdge.cpp | |
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../include -I../../include/geos -I../../include -DGEOS_INLINE -pedantic -Wall -ansi -Wno-long-long -ffloat-store -g -O2 -MT DirectedEdge.lo -MD -MP -MF .deps/DirectedEdge.Tpo -c DirectedEdge.cpp -fPIC -DPIC -o .libs/DirectedEdge.o | |
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../include -I../../include/geos -I../../include -DGEOS_INLINE -pedantic -Wall -ansi -Wno-long-long -ffloat-store -g -O2 -MT DirectedEdge.lo -MD -MP -MF .deps/DirectedEdge.Tpo -c DirectedEdge.cpp -o DirectedEdge.o >/dev/null 2>&1 | |
mv -f .deps/DirectedEdge.Tpo .deps/DirectedEdge.Plo | |
/bin/bash ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../include -I../../include/geos -I../../include -DGEOS_INLINE -pedantic -Wall -ansi -Wno-long-long -ffloat-store -g -O2 -MT DirectedEdgeStar.lo -MD -MP -MF .deps/DirectedEdgeStar.Tpo -c -o DirectedEdgeStar.lo DirectedEdgeStar.cpp | |
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../include -I../../include/geos -I../../include -DGEOS_INLINE -pedantic -Wall -ansi -Wno-long-long -ffloat-store -g -O2 -MT DirectedEdgeStar.lo -MD -MP -MF .deps/DirectedEdgeStar.Tpo -c DirectedEdgeStar.cpp -fPIC -DPIC -o .libs/DirectedEdgeStar.o | |
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../include -I../../include/geos -I../../include -DGEOS_INLINE -pedantic -Wall -ansi -Wno-long-long -ffloat-store -g -O2 -MT DirectedEdgeStar.lo -MD -MP -MF .deps/DirectedEdgeStar.Tpo -c DirectedEdgeStar.cpp -o DirectedEdgeStar.o >/dev/null 2>&1 | |
mv -f .deps/DirectedEdgeStar.Tpo .deps/DirectedEdgeStar.Plo | |
/bin/bash ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../include -I../../include/geos -I../../include -DGEOS_INLINE -pedantic -Wall -ansi -Wno-long-long -ffloat-store -g -O2 -MT Edge.lo -MD -MP -MF .deps/Edge.Tpo -c -o Edge.lo Edge.cpp | |
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../include -I../../include/geos -I../../include -DGEOS_INLINE -pedantic -Wall -ansi -Wno-long-long -ffloat-store -g -O2 -MT Edge.lo -MD -MP -MF .deps/Edge.Tpo -c Edge.cpp -fPIC -DPIC -o .libs/Edge.o | |
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../include -I../../include/geos -I../../include -DGEOS_INLINE -pedantic -Wall -ansi -Wno-long-long -ffloat-store -g -O2 -MT Edge.lo -MD -MP -MF .deps/Edge.Tpo -c Edge.cpp -o Edge.o >/dev/null 2>&1 | |
mv -f .deps/Edge.Tpo .deps/Edge.Plo | |
/bin/bash ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../include -I../../include/geos -I../../include -DGEOS_INLINE -pedantic -Wall -ansi -Wno-long-long -ffloat-store -g -O2 -MT Node.lo -MD -MP -MF .deps/Node.Tpo -c -o Node.lo Node.cpp | |
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../include -I../../include/geos -I../../include -DGEOS_INLINE -pedantic -Wall -ansi -Wno-long-long -ffloat-store -g -O2 -MT Node.lo -MD -MP -MF .deps/Node.Tpo -c Node.cpp -fPIC -DPIC -o .libs/Node.o | |
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../include -I../../include/geos -I../../include -DGEOS_INLINE -pedantic -Wall -ansi -Wno-long-long -ffloat-store -g -O2 -MT Node.lo -MD -MP -MF .deps/Node.Tpo -c Node.cpp -o Node.o >/dev/null 2>&1 | |
mv -f .deps/Node.Tpo .deps/Node.Plo | |
/bin/bash ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../include -I../../include/geos -I../../include -DGEOS_INLINE -pedantic -Wall -ansi -Wno-long-long -ffloat-store -g -O2 -MT NodeMap.lo -MD -MP -MF .deps/NodeMap.Tpo -c -o NodeMap.lo NodeMap.cpp | |
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../include -I../../include/geos -I../../include -DGEOS_INLINE -pedantic -Wall -ansi -Wno-long-long -ffloat-store -g -O2 -MT NodeMap.lo -MD -MP -MF .deps/NodeMap.Tpo -c NodeMap.cpp -fPIC -DPIC -o .libs/NodeMap.o | |
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../include -I../../include/geos -I../../include -DGEOS_INLINE -pedantic -Wall -ansi -Wno-long-long -ffloat-store -g -O2 -MT NodeMap.lo -MD -MP -MF .deps/NodeMap.Tpo -c NodeMap.cpp -o NodeMap.o >/dev/null 2>&1 | |
mv -f .deps/NodeMap.Tpo .deps/NodeMap.Plo | |
/bin/bash ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../include -I../../include/geos -I../../include -DGEOS_INLINE -pedantic -Wall -ansi -Wno-long-long -ffloat-store -g -O2 -MT PlanarGraph.lo -MD -MP -MF .deps/PlanarGraph.Tpo -c -o PlanarGraph.lo PlanarGraph.cpp | |
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../include -I../../include/geos -I../../include -DGEOS_INLINE -pedantic -Wall -ansi -Wno-long-long -ffloat-store -g -O2 -MT PlanarGraph.lo -MD -MP -MF .deps/PlanarGraph.Tpo -c PlanarGraph.cpp -fPIC -DPIC -o .libs/PlanarGraph.o | |
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../include -I../../include/geos -I../../include -DGEOS_INLINE -pedantic -Wall -ansi -Wno-long-long -ffloat-store -g -O2 -MT PlanarGraph.lo -MD -MP -MF .deps/PlanarGraph.Tpo -c PlanarGraph.cpp -o PlanarGraph.o >/dev/null 2>&1 | |
mv -f .deps/PlanarGraph.Tpo .deps/PlanarGraph.Plo | |
/bin/bash ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../include -I../../include/geos -I../../include -DGEOS_INLINE -pedantic -Wall -ansi -Wno-long-long -ffloat-store -g -O2 -MT Subgraph.lo -MD -MP -MF .deps/Subgraph.Tpo -c -o Subgraph.lo Subgraph.cpp | |
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../include -I../../include/geos -I../../include -DGEOS_INLINE -pedantic -Wall -ansi -Wno-long-long -ffloat-store -g -O2 -MT Subgraph.lo -MD -MP -MF .deps/Subgraph.Tpo -c Subgraph.cpp -fPIC -DPIC -o .libs/Subgraph.o | |
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../include -I../../include/geos -I../../include -DGEOS_INLINE -pedantic -Wall -ansi -Wno-long-long -ffloat-store -g -O2 -MT Subgraph.lo -MD -MP -MF .deps/Subgraph.Tpo -c Subgraph.cpp -o Subgraph.o >/dev/null 2>&1 | |
mv -f .deps/Subgraph.Tpo .deps/Subgraph.Plo | |
/bin/bash ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../include -I../../include/geos -I../../include -DGEOS_INLINE -pedantic -Wall -ansi -Wno-long-long -ffloat-store -g -O2 -MT ConnectedSubgraphFinder.lo -MD -MP -MF .deps/ConnectedSubgraphFinder.Tpo -c -o ConnectedSubgraphFinder.lo `test -f 'algorithm/ConnectedSubgraphFinder.cpp' || echo './'`algorithm/ConnectedSubgraphFinder.cpp | |
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../include -I../../include/geos -I../../include -DGEOS_INLINE -pedantic -Wall -ansi -Wno-long-long -ffloat-store -g -O2 -MT ConnectedSubgraphFinder.lo -MD -MP -MF .deps/ConnectedSubgraphFinder.Tpo -c algorithm/ConnectedSubgraphFinder.cpp -fPIC -DPIC -o .libs/ConnectedSubgraphFinder.o | |
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../include -I../../include/geos -I../../include -DGEOS_INLINE -pedantic -Wall -ansi -Wno-long-long -ffloat-store -g -O2 -MT ConnectedSubgraphFinder.lo -MD -MP -MF .deps/ConnectedSubgraphFinder.Tpo -c algorithm/ConnectedSubgraphFinder.cpp -o ConnectedSubgraphFinder.o >/dev/null 2>&1 | |
mv -f .deps/ConnectedSubgraphFinder.Tpo .deps/ConnectedSubgraphFinder.Plo | |
/bin/bash ../../libtool --tag=CXX --mode=link g++ -DGEOS_INLINE -pedantic -Wall -ansi -Wno-long-long -ffloat-store -g -O2 -o libplanargraph.la DirectedEdge.lo DirectedEdgeStar.lo Edge.lo Node.lo NodeMap.lo PlanarGraph.lo Subgraph.lo ConnectedSubgraphFinder.lo | |
libtool: link: ar cru .libs/libplanargraph.a .libs/DirectedEdge.o .libs/DirectedEdgeStar.o .libs/Edge.o .libs/Node.o .libs/NodeMap.o .libs/PlanarGraph.o .libs/Subgraph.o .libs/ConnectedSubgraphFinder.o | |
libtool: link: ranlib .libs/libplanargraph.a | |
libtool: link: ( cd ".libs" && rm -f "libplanargraph.la" && ln -s "../libplanargraph.la" "libplanargraph.la" ) | |
make[3]: Leaving directory `/vagrant/archesproject/Install/geos-3.3.8/src/planargraph' | |
make[2]: Leaving directory `/vagrant/archesproject/Install/geos-3.3.8/src/planargraph' | |
Making all in geomgraph | |
make[2]: Entering directory `/vagrant/archesproject/Install/geos-3.3.8/src/geomgraph' | |
Making all in index | |
make[3]: Entering directory `/vagrant/archesproject/Install/geos-3.3.8/src/geomgraph/index' | |
/bin/bash ../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../include -I../../../include/geos -I../../../include -DGEOS_INLINE -pedantic -Wall -ansi -Wno-long-long -ffloat-store -g -O2 -MT MonotoneChainEdge.lo -MD -MP -MF .deps/MonotoneChainEdge.Tpo -c -o MonotoneChainEdge.lo MonotoneChainEdge.cpp | |
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../include -I../../../include/geos -I../../../include -DGEOS_INLINE -pedantic -Wall -ansi -Wno-long-long -ffloat-store -g -O2 -MT MonotoneChainEdge.lo -MD -MP -MF .deps/MonotoneChainEdge.Tpo -c MonotoneChainEdge.cpp -fPIC -DPIC -o .libs/MonotoneChainEdge.o | |
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../include -I../../../include/geos -I../../../include -DGEOS_INLINE -pedantic -Wall -ansi -Wno-long-long -ffloat-store -g -O2 -MT MonotoneChainEdge.lo -MD -MP -MF .deps/MonotoneChainEdge.Tpo -c MonotoneChainEdge.cpp -o MonotoneChainEdge.o >/dev/null 2>&1 | |
mv -f .deps/MonotoneChainEdge.Tpo .deps/MonotoneChainEdge.Plo | |
/bin/bash ../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../include -I../../../include/geos -I../../../include -DGEOS_INLINE -pedantic -Wall -ansi -Wno-long-long -ffloat-store -g -O2 -MT MonotoneChainIndexer.lo -MD -MP -MF .deps/MonotoneChainIndexer.Tpo -c -o MonotoneChainIndexer.lo MonotoneChainIndexer.cpp | |
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../include -I../../../include/geos -I../../../include -DGEOS_INLINE -pedantic -Wall -ansi -Wno-long-long -ffloat-store -g -O2 -MT MonotoneChainIndexer.lo -MD -MP -MF .deps/MonotoneChainIndexer.Tpo -c MonotoneChainIndexer.cpp -fPIC -DPIC -o .libs/MonotoneChainIndexer.o | |
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../include -I../../../include/geos -I../../../include -DGEOS_INLINE -pedantic -Wall -ansi -Wno-long-long -ffloat-store -g -O2 -MT MonotoneChainIndexer.lo -MD -MP -MF .deps/MonotoneChainIndexer.Tpo -c MonotoneChainIndexer.cpp -o MonotoneChainIndexer.o >/dev/null 2>&1 | |
mv -f .deps/MonotoneChainIndexer.Tpo .deps/MonotoneChainIndexer.Plo | |
/bin/bash ../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../include -I../../../include/geos -I../../../include -DGEOS_INLINE -pedantic -Wall -ansi -Wno-long-long -ffloat-store -g -O2 -MT SegmentIntersector.lo -MD -MP -MF .deps/SegmentIntersector.Tpo -c -o SegmentIntersector.lo SegmentIntersector.cpp | |
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../include -I../../../include/geos -I../../../include -DGEOS_INLINE -pedantic -Wall -ansi -Wno-long-long -ffloat-store -g -O2 -MT SegmentIntersector.lo -MD -MP -MF .deps/SegmentIntersector.Tpo -c SegmentIntersector.cpp -fPIC -DPIC -o .libs/SegmentIntersector.o | |
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../include -I../../../include/geos -I../../../include -DGEOS_INLINE -pedantic -Wall -ansi -Wno-long-long -ffloat-store -g -O2 -MT SegmentIntersector.lo -MD -MP -MF .deps/SegmentIntersector.Tpo -c SegmentIntersector.cpp -o SegmentIntersector.o >/dev/null 2>&1 | |
mv -f .deps/SegmentIntersector.Tpo .deps/SegmentIntersector.Plo | |
/bin/bash ../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../include -I../../../include/geos -I../../../include -DGEOS_INLINE -pedantic -Wall -ansi -Wno-long-long -ffloat-store -g -O2 -MT SimpleEdgeSetIntersector.lo -MD -MP -MF .deps/SimpleEdgeSetIntersector.Tpo -c -o SimpleEdgeSetIntersector.lo SimpleEdgeSetIntersector.cpp | |
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../include -I../../../include/geos -I../../../include -DGEOS_INLINE -pedantic -Wall -ansi -Wno-long-long -ffloat-store -g -O2 -MT SimpleEdgeSetIntersector.lo -MD -MP -MF .deps/SimpleEdgeSetIntersector.Tpo -c SimpleEdgeSetIntersector.cpp -fPIC -DPIC -o .libs/SimpleEdgeSetIntersector.o | |
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../include -I../../../include/geos -I../../../include -DGEOS_INLINE -pedantic -Wall -ansi -Wno-long-long -ffloat-store -g -O2 -MT SimpleEdgeSetIntersector.lo -MD -MP -MF .deps/SimpleEdgeSetIntersector.Tpo -c SimpleEdgeSetIntersector.cpp -o SimpleEdgeSetIntersector.o >/dev/null 2>&1 | |
mv -f .deps/SimpleEdgeSetIntersector.Tpo .deps/SimpleEdgeSetIntersector.Plo | |
/bin/bash ../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../include -I../../../include/geos -I../../../include -DGEOS_INLINE -pedantic -Wall -ansi -Wno-long-long -ffloat-store -g -O2 -MT SimpleMCSweepLineIntersector.lo -MD -MP -MF .deps/SimpleMCSweepLineIntersector.Tpo -c -o SimpleMCSweepLineIntersector.lo SimpleMCSweepLineIntersector.cpp | |
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../include -I../../../include/geos -I../../../include -DGEOS_INLINE -pedantic -Wall -ansi -Wno-long-long -ffloat-store -g -O2 -MT SimpleMCSweepLineIntersector.lo -MD -MP -MF .deps/SimpleMCSweepLineIntersector.Tpo -c SimpleMCSweepLineIntersector.cpp -fPIC -DPIC -o .libs/SimpleMCSweepLineIntersector.o | |
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../include -I../../../include/geos -I../../../include -DGEOS_INLINE -pedantic -Wall -ansi -Wno-long-long -ffloat-store -g -O2 -MT SimpleMCSweepLineIntersector.lo -MD -MP -MF .deps/SimpleMCSweepLineIntersector.Tpo -c SimpleMCSweepLineIntersector.cpp -o SimpleMCSweepLineIntersector.o >/dev/null 2>&1 | |
mv -f .deps/SimpleMCSweepLineIntersector.Tpo .deps/SimpleMCSweepLineIntersector.Plo | |
/bin/bash ../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../include -I../../../include/geos -I../../../include -DGEOS_INLINE -pedantic -Wall -ansi -Wno-long-long -ffloat-store -g -O2 -MT SimpleSweepLineIntersector.lo -MD -MP -MF .deps/SimpleSweepLineIntersector.Tpo -c -o SimpleSweepLineIntersector.lo SimpleSweepLineIntersector.cpp | |
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../include -I../../../include/geos -I../../../include -DGEOS_INLINE -pedantic -Wall -ansi -Wno-long-long -ffloat-store -g -O2 -MT SimpleSweepLineIntersector.lo -MD -MP -MF .deps/SimpleSweepLineIntersector.Tpo -c SimpleSweepLineIntersector.cpp -fPIC -DPIC -o .libs/SimpleSweepLineIntersector.o | |
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../include -I../../../include/geos -I../../../include -DGEOS_INLINE -pedantic -Wall -ansi -Wno-long-long -ffloat-store -g -O2 -MT SimpleSweepLineIntersector.lo -MD -MP -MF .deps/SimpleSweepLineIntersector.Tpo -c SimpleSweepLineIntersector.cpp -o SimpleSweepLineIntersector.o >/dev/null 2>&1 | |
mv -f .deps/SimpleSweepLineIntersector.Tpo .deps/SimpleSweepLineIntersector.Plo | |
/bin/bash ../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../include -I../../../include/geos -I../../../include -DGEOS_INLINE -pedantic -Wall -ansi -Wno-long-long -ffloat-store -g -O2 -MT SweepLineEvent.lo -MD -MP -MF .deps/SweepLineEvent.Tpo -c -o SweepLineEvent.lo SweepLineEvent.cpp | |
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../include -I../../../include/geos -I../../../include -DGEOS_INLINE -pedantic -Wall -ansi -Wno-long-long -ffloat-store -g -O2 -MT SweepLineEvent.lo -MD -MP -MF .deps/SweepLineEvent.Tpo -c SweepLineEvent.cpp -fPIC -DPIC -o .libs/SweepLineEvent.o | |
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../include -I../../../include/geos -I../../../include -DGEOS_INLINE -pedantic -Wall -ansi -Wno-long-long -ffloat-store -g -O2 -MT SweepLineEvent.lo -MD -MP -MF .deps/SweepLineEvent.Tpo -c SweepLineEvent.cpp -o SweepLineEvent.o >/dev/null 2>&1 | |
mv -f .deps/SweepLineEvent.Tpo .deps/SweepLineEvent.Plo | |
/bin/bash ../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../include -I../../../include/geos -I../../../include -DGEOS_INLINE -pedantic -Wall -ansi -Wno-long-long -ffloat-store -g -O2 -MT SweepLineSegment.lo -MD -MP -MF .deps/SweepLineSegment.Tpo -c -o SweepLineSegment.lo SweepLineSegment.cpp | |
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../include -I../../../include/geos -I../../../include -DGEOS_INLINE -pedantic -Wall -ansi -Wno-long-long -ffloat-store -g -O2 -MT SweepLineSegment.lo -MD -MP -MF .deps/SweepLineSegment.Tpo -c SweepLineSegment.cpp -fPIC -DPIC -o .libs/SweepLineSegment.o | |
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../include -I../../../include/geos -I../../../include -DGEOS_INLINE -pedantic -Wall -ansi -Wno-long-long -ffloat-store -g -O2 -MT SweepLineSegment.lo -MD -MP -MF .deps/SweepLineSegment.Tpo -c SweepLineSegment.cpp -o SweepLineSegment.o >/dev/null 2>&1 | |
mv -f .deps/SweepLineSegment.Tpo .deps/SweepLineSegment.Plo | |
/bin/bash ../../../libtool --tag=CXX --mode=link g++ -DGEOS_INLINE -pedantic -Wall -ansi -Wno-long-long -ffloat-store -g -O2 -o libgeomgraphindex.la MonotoneChainEdge.lo MonotoneChainIndexer.lo SegmentIntersector.lo SimpleEdgeSetIntersector.lo SimpleMCSweepLineIntersector.lo SimpleSweepLineIntersector.lo SweepLineEvent.lo SweepLineSegment.lo | |
libtool: link: ar cru .libs/libgeomgraphindex.a .libs/MonotoneChainEdge.o .libs/MonotoneChainIndexer.o .libs/SegmentIntersector.o .libs/SimpleEdgeSetIntersector.o .libs/SimpleMCSweepLineIntersector.o .libs/SimpleSweepLineIntersector.o .libs/SweepLineEvent.o .libs/SweepLineSegment.o | |
libtool: link: ranlib .libs/libgeomgraphindex.a | |
libtool: link: ( cd ".libs" && rm -f "libgeomgraphindex.la" && ln -s "../libgeomgraphindex.la" "libgeomgraphindex.la" ) | |
make[3]: Leaving directory `/vagrant/archesproject/Install/geos-3.3.8/src/geomgraph/index' | |
make[3]: Entering directory `/vagrant/archesproject/Install/geos-3.3.8/src/geomgraph' | |
/bin/bash ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../include -I../../include/geos -I../../include -DGEOS_INLINE -pedantic -Wall -ansi -Wno-long-long -ffloat-store -g -O2 -MT Depth.lo -MD -MP -MF .deps/Depth.Tpo -c -o Depth.lo Depth.cpp | |
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../include -I../../include/geos -I../../include -DGEOS_INLINE -pedantic -Wall -ansi -Wno-long-long -ffloat-store -g -O2 -MT Depth.lo -MD -MP -MF .deps/Depth.Tpo -c Depth.cpp -fPIC -DPIC -o .libs/Depth.o | |
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../include -I../../include/geos -I../../include -DGEOS_INLINE -pedantic -Wall -ansi -Wno-long-long -ffloat-store -g -O2 -MT Depth.lo -MD -MP -MF .deps/Depth.Tpo -c Depth.cpp -o Depth.o >/dev/null 2>&1 | |
mv -f .deps/Depth.Tpo .deps/Depth.Plo | |
/bin/bash ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../include -I../../include/geos -I../../include -DGEOS_INLINE -pedantic -Wall -ansi -Wno-long-long -ffloat-store -g -O2 -MT DirectedEdge.lo -MD -MP -MF .deps/DirectedEdge.Tpo -c -o DirectedEdge.lo DirectedEdge.cpp | |
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../include -I../../include/geos -I../../include -DGEOS_INLINE -pedantic -Wall -ansi -Wno-long-long -ffloat-store -g -O2 -MT DirectedEdge.lo -MD -MP -MF .deps/DirectedEdge.Tpo -c DirectedEdge.cpp -fPIC -DPIC -o .libs/DirectedEdge.o | |
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../include -I../../include/geos -I../../include -DGEOS_INLINE -pedantic -Wall -ansi -Wno-long-long -ffloat-store -g -O2 -MT DirectedEdge.lo -MD -MP -MF .deps/DirectedEdge.Tpo -c DirectedEdge.cpp -o DirectedEdge.o >/dev/null 2>&1 | |
mv -f .deps/DirectedEdge.Tpo .deps/DirectedEdge.Plo | |
/bin/bash ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../include -I../../include/geos -I../../include -DGEOS_INLINE -pedantic -Wall -ansi -Wno-long-long -ffloat-store -g -O2 -MT DirectedEdgeStar.lo -MD -MP -MF .deps/DirectedEdgeStar.Tpo -c -o DirectedEdgeStar.lo DirectedEdgeStar.cpp | |
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../include -I../../include/geos -I../../include -DGEOS_INLINE -pedantic -Wall -ansi -Wno-long-long -ffloat-store -g -O2 -MT DirectedEdgeStar.lo -MD -MP -MF .deps/DirectedEdgeStar.Tpo -c DirectedEdgeStar.cpp -fPIC -DPIC -o .libs/DirectedEdgeStar.o | |
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../include -I../../include/geos -I../../include -DGEOS_INLINE -pedantic -Wall -ansi -Wno-long-long -ffloat-store -g -O2 -MT DirectedEdgeStar.lo -MD -MP -MF .deps/DirectedEdgeStar.Tpo -c DirectedEdgeStar.cpp -o DirectedEdgeStar.o >/dev/null 2>&1 | |
mv -f .deps/DirectedEdgeStar.Tpo .deps/DirectedEdgeStar.Plo | |
/bin/bash ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../include -I../../include/geos -I../../include -DGEOS_INLINE -pedantic -Wall -ansi -Wno-long-long -ffloat-store -g -O2 -MT Edge.lo -MD -MP -MF .deps/Edge.Tpo -c -o Edge.lo Edge.cpp | |
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../include -I../../include/geos -I../../include -DGEOS_INLINE -pedantic -Wall -ansi -Wno-long-long -ffloat-store -g -O2 -MT Edge.lo -MD -MP -MF .deps/Edge.Tpo -c Edge.cpp -fPIC -DPIC -o .libs/Edge.o | |
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../include -I../../include/geos -I../../include -DGEOS_INLINE -pedantic -Wall -ansi -Wno-long-long -ffloat-store -g -O2 -MT Edge.lo -MD -MP -MF .deps/Edge.Tpo -c Edge.cpp -o Edge.o >/dev/null 2>&1 | |
mv -f .deps/Edge.Tpo .deps/Edge.Plo | |
/bin/bash ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../include -I../../include/geos -I../../include -DGEOS_INLINE -pedantic -Wall -ansi -Wno-long-long -ffloat-store -g -O2 -MT EdgeEnd.lo -MD -MP -MF .deps/EdgeEnd.Tpo -c -o EdgeEnd.lo EdgeEnd.cpp | |
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../include -I../../include/geos -I../../include -DGEOS_INLINE -pedantic -Wall -ansi -Wno-long-long -ffloat-store -g -O2 -MT EdgeEnd.lo -MD -MP -MF .deps/EdgeEnd.Tpo -c EdgeEnd.cpp -fPIC -DPIC -o .libs/EdgeEnd.o | |
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../include -I../../include/geos -I../../include -DGEOS_INLINE -pedantic -Wall -ansi -Wno-long-long -ffloat-store -g -O2 -MT EdgeEnd.lo -MD -MP -MF .deps/EdgeEnd.Tpo -c EdgeEnd.cpp -o EdgeEnd.o >/dev/null 2>&1 | |
mv -f .deps/EdgeEnd.Tpo .deps/EdgeEnd.Plo | |
/bin/bash ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../include -I../../include/geos -I../../include -DGEOS_INLINE -pedantic -Wall -ansi -Wno-long-long -ffloat-store -g -O2 -MT EdgeEndStar.lo -MD -MP -MF .deps/EdgeEndStar.Tpo -c -o EdgeEndStar.lo EdgeEndStar.cpp | |
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../include -I../../include/geos -I../../include -DGEOS_INLINE -pedantic -Wall -ansi -Wno-long-long -ffloat-store -g -O2 -MT EdgeEndStar.lo -MD -MP -MF .deps/EdgeEndStar.Tpo -c EdgeEndStar.cpp -fPIC -DPIC -o .libs/EdgeEndStar.o | |
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../include -I../../include/geos -I../../include -DGEOS_INLINE -pedantic -Wall -ansi -Wno-long-long -ffloat-store -g -O2 -MT EdgeEndStar.lo -MD -MP -MF .deps/EdgeEndStar.Tpo -c EdgeEndStar.cpp -o EdgeEndStar.o >/dev/null 2>&1 | |
mv -f .deps/EdgeEndStar.Tpo .deps/EdgeEndStar.Plo | |
/bin/bash ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../include -I../../include/geos -I../../include -DGEOS_INLINE -pedantic -Wall -ansi -Wno-long-long -ffloat-store -g -O2 -MT EdgeIntersectionList.lo -MD -MP -MF .deps/EdgeIntersectionList.Tpo -c -o EdgeIntersectionList.lo EdgeIntersectionList.cpp | |
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../include -I../../include/geos -I../../include -DGEOS_INLINE -pedantic -Wall -ansi -Wno-long-long -ffloat-store -g -O2 -MT EdgeIntersectionList.lo -MD -MP -MF .deps/EdgeIntersectionList.Tpo -c EdgeIntersectionList.cpp -fPIC -DPIC -o .libs/EdgeIntersectionList.o | |
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../include -I../../include/geos -I../../include -DGEOS_INLINE -pedantic -Wall -ansi -Wno-long-long -ffloat-store -g -O2 -MT EdgeIntersectionList.lo -MD -MP -MF .deps/EdgeIntersectionList.Tpo -c EdgeIntersectionList.cpp -o EdgeIntersectionList.o >/dev/null 2>&1 | |
mv -f .deps/EdgeIntersectionList.Tpo .deps/EdgeIntersectionList.Plo | |
/bin/bash ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../include -I../../include/geos -I../../include -DGEOS_INLINE -pedantic -Wall -ansi -Wno-long-long -ffloat-store -g -O2 -MT EdgeNodingValidator.lo -MD -MP -MF .deps/EdgeNodingValidator.Tpo -c -o EdgeNodingValidator.lo EdgeNodingValidator.cpp | |
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../include -I../../include/geos -I../../include -DGEOS_INLINE -pedantic -Wall -ansi -Wno-long-long -ffloat-store -g -O2 -MT EdgeNodingValidator.lo -MD -MP -MF .deps/EdgeNodingValidator.Tpo -c EdgeNodingValidator.cpp -fPIC -DPIC -o .libs/EdgeNodingValidator.o | |
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../include -I../../include/geos -I../../include -DGEOS_INLINE -pedantic -Wall -ansi -Wno-long-long -ffloat-store -g -O2 -MT EdgeNodingValidator.lo -MD -MP -MF .deps/EdgeNodingValidator.Tpo -c EdgeNodingValidator.cpp -o EdgeNodingValidator.o >/dev/null 2>&1 | |
mv -f .deps/EdgeNodingValidator.Tpo .deps/EdgeNodingValidator.Plo | |
/bin/bash ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../include -I../../include/geos -I../../include -DGEOS_INLINE -pedantic -Wall -ansi -Wno-long-long -ffloat-store -g -O2 -MT EdgeList.lo -MD -MP -MF .deps/EdgeList.Tpo -c -o EdgeList.lo EdgeList.cpp | |
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../include -I../../include/geos -I../../include -DGEOS_INLINE -pedantic -Wall -ansi -Wno-long-long -ffloat-store -g -O2 -MT EdgeList.lo -MD -MP -MF .deps/EdgeList.Tpo -c EdgeList.cpp -fPIC -DPIC -o .libs/EdgeList.o | |
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../include -I../../include/geos -I../../include -DGEOS_INLINE -pedantic -Wall -ansi -Wno-long-long -ffloat-store -g -O2 -MT EdgeList.lo -MD -MP -MF .deps/EdgeList.Tpo -c EdgeList.cpp -o EdgeList.o >/dev/null 2>&1 | |
mv -f .deps/EdgeList.Tpo .deps/EdgeList.Plo | |
/bin/bash ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../include -I../../include/geos -I../../include -DGEOS_INLINE -pedantic -Wall -ansi -Wno-long-long -ffloat-store -g -O2 -MT EdgeRing.lo -MD -MP -MF .deps/EdgeRing.Tpo -c -o EdgeRing.lo EdgeRing.cpp | |
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../include -I../../include/geos -I../../include -DGEOS_INLINE -pedantic -Wall -ansi -Wno-long-long -ffloat-store -g -O2 -MT EdgeRing.lo -MD -MP -MF .deps/EdgeRing.Tpo -c EdgeRing.cpp -fPIC -DPIC -o .libs/EdgeRing.o | |
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../include -I../../include/geos -I../../include -DGEOS_INLINE -pedantic -Wall -ansi -Wno-long-long -ffloat-store -g -O2 -MT EdgeRing.lo -MD -MP -MF .deps/EdgeRing.Tpo -c EdgeRing.cpp -o EdgeRing.o >/dev/null 2>&1 | |
mv -f .deps/EdgeRing.Tpo .deps/EdgeRing.Plo | |
/bin/bash ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../include -I../../include/geos -I../../include -DGEOS_INLINE -pedantic -Wall -ansi -Wno-long-long -ffloat-store -g -O2 -MT GeometryGraph.lo -MD -MP -MF .deps/GeometryGraph.Tpo -c -o GeometryGraph.lo GeometryGraph.cpp | |
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../include -I../../include/geos -I../../include -DGEOS_INLINE -pedantic -Wall -ansi -Wno-long-long -ffloat-store -g -O2 -MT GeometryGraph.lo -MD -MP -MF .deps/GeometryGraph.Tpo -c GeometryGraph.cpp -fPIC -DPIC -o .libs/GeometryGraph.o | |
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../include -I../../include/geos -I../../include -DGEOS_INLINE -pedantic -Wall -ansi -Wno-long-long -ffloat-store -g -O2 -MT GeometryGraph.lo -MD -MP -MF .deps/GeometryGraph.Tpo -c GeometryGraph.cpp -o GeometryGraph.o >/dev/null 2>&1 | |
mv -f .deps/GeometryGraph.Tpo .deps/GeometryGraph.Plo | |
/bin/bash ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../include -I../../include/geos -I../../include -DGEOS_INLINE -pedantic -Wall -ansi -Wno-long-long -ffloat-store -g -O2 -MT GraphComponent.lo -MD -MP -MF .deps/GraphComponent.Tpo -c -o GraphComponent.lo GraphComponent.cpp | |
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../include -I../../include/geos -I../../include -DGEOS_INLINE -pedantic -Wall -ansi -Wno-long-long -ffloat-store -g -O2 -MT GraphComponent.lo -MD -MP -MF .deps/GraphComponent.Tpo -c GraphComponent.cpp -fPIC -DPIC -o .libs/GraphComponent.o | |
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../include -I../../include/geos -I../../include -DGEOS_INLINE -pedantic -Wall -ansi -Wno-long-long -ffloat-store -g -O2 -MT GraphComponent.lo -MD -MP -MF .deps/GraphComponent.Tpo -c GraphComponent.cpp -o GraphComponent.o >/dev/null 2>&1 | |
mv -f .deps/GraphComponent.Tpo .deps/GraphComponent.Plo | |
/bin/bash ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../include -I../../include/geos -I../../include -DGEOS_INLINE -pedantic -Wall -ansi -Wno-long-long -ffloat-store -g -O2 -MT Label.lo -MD -MP -MF .deps/Label.Tpo -c -o Label.lo Label.cpp | |
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../include -I../../include/geos -I../../include -DGEOS_INLINE -pedantic -Wall -ansi -Wno-long-long -ffloat-store -g -O2 -MT Label.lo -MD -MP -MF .deps/Label.Tpo -c Label.cpp -fPIC -DPIC -o .libs/Label.o | |
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../include -I../../include/geos -I../../include -DGEOS_INLINE -pedantic -Wall -ansi -Wno-long-long -ffloat-store -g -O2 -MT Label.lo -MD -MP -MF .deps/Label.Tpo -c Label.cpp -o Label.o >/dev/null 2>&1 | |
mv -f .deps/Label.Tpo .deps/Label.Plo | |
/bin/bash ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../include -I../../include/geos -I../../include -DGEOS_INLINE -pedantic -Wall -ansi -Wno-long-long -ffloat-store -g -O2 -MT Node.lo -MD -MP -MF .deps/Node.Tpo -c -o Node.lo Node.cpp | |
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../include -I../../include/geos -I../../include -DGEOS_INLINE -pedantic -Wall -ansi -Wno-long-long -ffloat-store -g -O2 -MT Node.lo -MD -MP -MF .deps/Node.Tpo -c Node.cpp -fPIC -DPIC -o .libs/Node.o | |
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../include -I../../include/geos -I../../include -DGEOS_INLINE -pedantic -Wall -ansi -Wno-long-long -ffloat-store -g -O2 -MT Node.lo -MD -MP -MF .deps/Node.Tpo -c Node.cpp -o Node.o >/dev/null 2>&1 | |
mv -f .deps/Node.Tpo .deps/Node.Plo | |
/bin/bash ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../include -I../../include/geos -I../../include -DGEOS_INLINE -pedantic -Wall -ansi -Wno-long-long -ffloat-store -g -O2 -MT NodeFactory.lo -MD -MP -MF .deps/NodeFactory.Tpo -c -o NodeFactory.lo NodeFactory.cpp | |
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../include -I../../include/geos -I../../include -DGEOS_INLINE -pedantic -Wall -ansi -Wno-long-long -ffloat-store -g -O2 -MT NodeFactory.lo -MD -MP -MF .deps/NodeFactory.Tpo -c NodeFactory.cpp -fPIC -DPIC -o .libs/NodeFactory.o | |
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../include -I../../include/geos -I../../include -DGEOS_INLINE -pedantic -Wall -ansi -Wno-long-long -ffloat-store -g -O2 -MT NodeFactory.lo -MD -MP -MF .deps/NodeFactory.Tpo -c NodeFactory.cpp -o NodeFactory.o >/dev/null 2>&1 | |
mv -f .deps/NodeFactory.Tpo .deps/NodeFactory.Plo | |
/bin/bash ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../include -I../../include/geos -I../../include -DGEOS_INLINE -pedantic -Wall -ansi -Wno-long-long -ffloat-store -g -O2 -MT NodeMap.lo -MD -MP -MF .deps/NodeMap.Tpo -c -o NodeMap.lo NodeMap.cpp | |
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../include -I../../include/geos -I../../include -DGEOS_INLINE -pedantic -Wall -ansi -Wno-long-long -ffloat-store -g -O2 -MT NodeMap.lo -MD -MP -MF .deps/NodeMap.Tpo -c NodeMap.cpp -fPIC -DPIC -o .libs/NodeMap.o | |
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../include -I../../include/geos -I../../include -DGEOS_INLINE -pedantic -Wall -ansi -Wno-long-long -ffloat-store -g -O2 -MT NodeMap.lo -MD -MP -MF .deps/NodeMap.Tpo -c NodeMap.cpp -o NodeMap.o >/dev/null 2>&1 | |
mv -f .deps/NodeMap.Tpo .deps/NodeMap.Plo | |
/bin/bash ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../include -I../../include/geos -I../../include -DGEOS_INLINE -pedantic -Wall -ansi -Wno-long-long -ffloat-store -g -O2 -MT PlanarGraph.lo -MD -MP -MF .deps/PlanarGraph.Tpo -c -o PlanarGraph.lo PlanarGraph.cpp | |
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../include -I../../include/geos -I../../include -DGEOS_INLINE -pedantic -Wall -ansi -Wno-long-long -ffloat-store -g -O2 -MT PlanarGraph.lo -MD -MP -MF .deps/PlanarGraph.Tpo -c PlanarGraph.cpp -fPIC -DPIC -o .libs/PlanarGraph.o | |
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../include -I../../include/geos -I../../include -DGEOS_INLINE -pedantic -Wall -ansi -Wno-long-long -ffloat-store -g -O2 -MT PlanarGraph.lo -MD -MP -MF .deps/PlanarGraph.Tpo -c PlanarGraph.cpp -o PlanarGraph.o >/dev/null 2>&1 | |
mv -f .deps/PlanarGraph.Tpo .deps/PlanarGraph.Plo | |
/bin/bash ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../include -I../../include/geos -I../../include -DGEOS_INLINE -pedantic -Wall -ansi -Wno-long-long -ffloat-store -g -O2 -MT Position.lo -MD -MP -MF .deps/Position.Tpo -c -o Position.lo Position.cpp | |
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../include -I../../include/geos -I../../include -DGEOS_INLINE -pedantic -Wall -ansi -Wno-long-long -ffloat-store -g -O2 -MT Position.lo -MD -MP -MF .deps/Position.Tpo -c Position.cpp -fPIC -DPIC -o .libs/Position.o | |
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../include -I../../include/geos -I../../include -DGEOS_INLINE -pedantic -Wall -ansi -Wno-long-long -ffloat-store -g -O2 -MT Position.lo -MD -MP -MF .deps/Position.Tpo -c Position.cpp -o Position.o >/dev/null 2>&1 | |
mv -f .deps/Position.Tpo .deps/Position.Plo | |
/bin/bash ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../include -I../../include/geos -I../../include -DGEOS_INLINE -pedantic -Wall -ansi -Wno-long-long -ffloat-store -g -O2 -MT Quadrant.lo -MD -MP -MF .deps/Quadrant.Tpo -c -o Quadrant.lo Quadrant.cpp | |
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../include -I../../include/geos -I../../include -DGEOS_INLINE -pedantic -Wall -ansi -Wno-long-long -ffloat-store -g -O2 -MT Quadrant.lo -MD -MP -MF .deps/Quadrant.Tpo -c Quadrant.cpp -fPIC -DPIC -o .libs/Quadrant.o | |
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../include -I../../include/geos -I../../include -DGEOS_INLINE -pedantic -Wall -ansi -Wno-long-long -ffloat-store -g -O2 -MT Quadrant.lo -MD -MP -MF .deps/Quadrant.Tpo -c Quadrant.cpp -o Quadrant.o >/dev/null 2>&1 | |
mv -f .deps/Quadrant.Tpo .deps/Quadrant.Plo | |
/bin/bash ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../include -I../../include/geos -I../../include -DGEOS_INLINE -pedantic -Wall -ansi -Wno-long-long -ffloat-store -g -O2 -MT TopologyLocation.lo -MD -MP -MF .deps/TopologyLocation.Tpo -c -o TopologyLocation.lo TopologyLocation.cpp | |
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../include -I../../include/geos -I../../include -DGEOS_INLINE -pedantic -Wall -ansi -Wno-long-long -ffloat-store -g -O2 -MT TopologyLocation.lo -MD -MP -MF .deps/TopologyLocation.Tpo -c TopologyLocation.cpp -fPIC -DPIC -o .libs/TopologyLocation.o | |
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../include -I../../include/geos -I../../include -DGEOS_INLINE -pedantic -Wall -ansi -Wno-long-long -ffloat-store -g -O2 -MT TopologyLocation.lo -MD -MP -MF .deps/TopologyLocation.Tpo -c TopologyLocation.cpp -o TopologyLocation.o >/dev/null 2>&1 | |
mv -f .deps/TopologyLocation.Tpo .deps/TopologyLocation.Plo | |
/bin/bash ../../libtool --tag=CXX --mode=link g++ -DGEOS_INLINE -pedantic -Wall -ansi -Wno-long-long -ffloat-store -g -O2 -o libgeomgraph.la Depth.lo DirectedEdge.lo DirectedEdgeStar.lo Edge.lo EdgeEnd.lo EdgeEndStar.lo EdgeIntersectionList.lo EdgeNodingValidator.lo EdgeList.lo EdgeRing.lo GeometryGraph.lo GraphComponent.lo Label.lo Node.lo NodeFactory.lo NodeMap.lo PlanarGraph.lo Position.lo Quadrant.lo TopologyLocation.lo index/libgeomgraphindex.la | |
libtool: link: (cd .libs/libgeomgraph.lax/libgeomgraphindex.a && ar x "/vagrant/archesproject/Install/geos-3.3.8/src/geomgraph/index/.libs/libgeomgraphindex.a") | |
libtool: link: ar cru .libs/libgeomgraph.a .libs/Depth.o .libs/DirectedEdge.o .libs/DirectedEdgeStar.o .libs/Edge.o .libs/EdgeEnd.o .libs/EdgeEndStar.o .libs/EdgeIntersectionList.o .libs/EdgeNodingValidator.o .libs/EdgeList.o .libs/EdgeRing.o .libs/GeometryGraph.o .libs/GraphComponent.o .libs/Label.o .libs/Node.o .libs/NodeFactory.o .libs/NodeMap.o .libs/PlanarGraph.o .libs/Position.o .libs/Quadrant.o .libs/TopologyLocation.o .libs/libgeomgraph.lax/libgeomgraphindex.a/MonotoneChainEdge.o .libs/libgeomgraph.lax/libgeomgraphindex.a/MonotoneChainIndexer.o .libs/libgeomgraph.lax/libgeomgraphindex.a/SegmentIntersector.o .libs/libgeomgraph.lax/libgeomgraphindex.a/SimpleEdgeSetIntersector.o .libs/libgeomgraph.lax/libgeomgraphindex.a/SimpleMCSweepLineIntersector.o .libs/libgeomgraph.lax/libgeomgraphindex.a/SimpleSweepLineIntersector.o .libs/libgeomgraph.lax/libgeomgraphindex.a/SweepLineEvent.o .libs/libgeomgraph.lax/libgeomgraphindex.a/SweepLineSegment.o | |
libtool: link: ranlib .libs/libgeomgraph.a | |
libtool: link: rm -fr .libs/libgeomgraph.lax | |
libtool: link: ( cd ".libs" && rm -f "libgeomgraph.la" && ln -s "../libgeomgraph.la" "libgeomgraph.la" ) | |
make[3]: Leaving directory `/vagrant/archesproject/Install/geos-3.3.8/src/geomgraph' | |
make[2]: Leaving directory `/vagrant/archesproject/Install/geos-3.3.8/src/geomgraph' | |
Making all in precision | |
make[2]: Entering directory `/vagrant/archesproject/Install/geos-3.3.8/src/precision' | |
make[3]: Entering directory `/vagrant/archesproject/Install/geos-3.3.8/src/precision' | |
/bin/bash ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../include -I../../include/geos -I../../include -DGEOS_INLINE -pedantic -Wall -ansi -Wno-long-long -ffloat-store -g -O2 -MT CommonBits.lo -MD -MP -MF .deps/CommonBits.Tpo -c -o CommonBits.lo CommonBits.cpp | |
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../include -I../../include/geos -I../../include -DGEOS_INLINE -pedantic -Wall -ansi -Wno-long-long -ffloat-store -g -O2 -MT CommonBits.lo -MD -MP -MF .deps/CommonBits.Tpo -c CommonBits.cpp -fPIC -DPIC -o .libs/CommonBits.o | |
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../include -I../../include/geos -I../../include -DGEOS_INLINE -pedantic -Wall -ansi -Wno-long-long -ffloat-store -g -O2 -MT CommonBits.lo -MD -MP -MF .deps/CommonBits.Tpo -c CommonBits.cpp -o CommonBits.o >/dev/null 2>&1 | |
mv -f .deps/CommonBits.Tpo .deps/CommonBits.Plo | |
/bin/bash ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../include -I../../include/geos -I../../include -DGEOS_INLINE -pedantic -Wall -ansi -Wno-long-long -ffloat-store -g -O2 -MT CommonBitsOp.lo -MD -MP -MF .deps/CommonBitsOp.Tpo -c -o CommonBitsOp.lo CommonBitsOp.cpp | |
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../include -I../../include/geos -I../../include -DGEOS_INLINE -pedantic -Wall -ansi -Wno-long-long -ffloat-store -g -O2 -MT CommonBitsOp.lo -MD -MP -MF .deps/CommonBitsOp.Tpo -c CommonBitsOp.cpp -fPIC -DPIC -o .libs/CommonBitsOp.o | |
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../include -I../../include/geos -I../../include -DGEOS_INLINE -pedantic -Wall -ansi -Wno-long-long -ffloat-store -g -O2 -MT CommonBitsOp.lo -MD -MP -MF .deps/CommonBitsOp.Tpo -c CommonBitsOp.cpp -o CommonBitsOp.o >/dev/null 2>&1 | |
mv -f .deps/CommonBitsOp.Tpo .deps/CommonBitsOp.Plo | |
/bin/bash ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../include -I../../include/geos -I../../include -DGEOS_INLINE -pedantic -Wall -ansi -Wno-long-long -ffloat-store -g -O2 -MT CommonBitsRemover.lo -MD -MP -MF .deps/CommonBitsRemover.Tpo -c -o CommonBitsRemover.lo CommonBitsRemover.cpp | |
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../include -I../../include/geos -I../../include -DGEOS_INLINE -pedantic -Wall -ansi -Wno-long-long -ffloat-store -g -O2 -MT CommonBitsRemover.lo -MD -MP -MF .deps/CommonBitsRemover.Tpo -c CommonBitsRemover.cpp -fPIC -DPIC -o .libs/CommonBitsRemover.o | |
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../include -I../../include/geos -I../../include -DGEOS_INLINE -pedantic -Wall -ansi -Wno-long-long -ffloat-store -g -O2 -MT CommonBitsRemover.lo -MD -MP -MF .deps/CommonBitsRemover.Tpo -c CommonBitsRemover.cpp -o CommonBitsRemover.o >/dev/null 2>&1 | |
mv -f .deps/CommonBitsRemover.Tpo .deps/CommonBitsRemover.Plo | |
/bin/bash ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../include -I../../include/geos -I../../include -DGEOS_INLINE -pedantic -Wall -ansi -Wno-long-long -ffloat-store -g -O2 -MT EnhancedPrecisionOp.lo -MD -MP -MF .deps/EnhancedPrecisionOp.Tpo -c -o EnhancedPrecisionOp.lo EnhancedPrecisionOp.cpp | |
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../include -I../../include/geos -I../../include -DGEOS_INLINE -pedantic -Wall -ansi -Wno-long-long -ffloat-store -g -O2 -MT EnhancedPrecisionOp.lo -MD -MP -MF .deps/EnhancedPrecisionOp.Tpo -c EnhancedPrecisionOp.cpp -fPIC -DPIC -o .libs/EnhancedPrecisionOp.o | |
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../include -I../../include/geos -I../../include -DGEOS_INLINE -pedantic -Wall -ansi -Wno-long-long -ffloat-store -g -O2 -MT EnhancedPrecisionOp.lo -MD -MP -MF .deps/EnhancedPrecisionOp.Tpo -c EnhancedPrecisionOp.cpp -o EnhancedPrecisionOp.o >/dev/null 2>&1 | |
mv -f .deps/EnhancedPrecisionOp.Tpo .deps/EnhancedPrecisionOp.Plo | |
/bin/bash ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../include -I../../include/geos -I../../include -DGEOS_INLINE -pedantic -Wall -ansi -Wno-long-long -ffloat-store -g -O2 -MT SimpleGeometryPrecisionReducer.lo -MD -MP -MF .deps/SimpleGeometryPrecisionReducer.Tpo -c -o SimpleGeometryPrecisionReducer.lo SimpleGeometryPrecisionReducer.cpp | |
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../include -I../../include/geos -I../../include -DGEOS_INLINE -pedantic -Wall -ansi -Wno-long-long -ffloat-store -g -O2 -MT SimpleGeometryPrecisionReducer.lo -MD -MP -MF .deps/SimpleGeometryPrecisionReducer.Tpo -c SimpleGeometryPrecisionReducer.cpp -fPIC -DPIC -o .libs/SimpleGeometryPrecisionReducer.o | |
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../include -I../../include/geos -I../../include -DGEOS_INLINE -pedantic -Wall -ansi -Wno-long-long -ffloat-store -g -O2 -MT SimpleGeometryPrecisionReducer.lo -MD -MP -MF .deps/SimpleGeometryPrecisionReducer.Tpo -c SimpleGeometryPrecisionReducer.cpp -o SimpleGeometryPrecisionReducer.o >/dev/null 2>&1 | |
mv -f .deps/SimpleGeometryPrecisionReducer.Tpo .deps/SimpleGeometryPrecisionReducer.Plo | |
/bin/bash ../../libtool --tag=CXX --mode=link g++ -DGEOS_INLINE -pedantic -Wall -ansi -Wno-long-long -ffloat-store -g -O2 -o libprecision.la CommonBits.lo CommonBitsOp.lo CommonBitsRemover.lo EnhancedPrecisionOp.lo SimpleGeometryPrecisionReducer.lo | |
libtool: link: ar cru .libs/libprecision.a .libs/CommonBits.o .libs/CommonBitsOp.o .libs/CommonBitsRemover.o .libs/EnhancedPrecisionOp.o .libs/SimpleGeometryPrecisionReducer.o | |
libtool: link: ranlib .libs/libprecision.a | |
libtool: link: ( cd ".libs" && rm -f "libprecision.la" && ln -s "../libprecision.la" "libprecision.la" ) | |
make[3]: Leaving directory `/vagrant/archesproject/Install/geos-3.3.8/src/precision' | |
make[2]: Leaving directory `/vagrant/archesproject/Install/geos-3.3.8/src/precision' | |
Making all in simplify | |
make[2]: Entering directory `/vagrant/archesproject/Install/geos-3.3.8/src/simplify' | |
make[3]: Entering directory `/vagrant/archesproject/Install/geos-3.3.8/src/simplify' | |
/bin/bash ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../include -I../../include/geos -I../../include -DGEOS_INLINE -pedantic -Wall -ansi -Wno-long-long -ffloat-store -g -O2 -MT DouglasPeuckerLineSimplifier.lo -MD -MP -MF .deps/DouglasPeuckerLineSimplifier.Tpo -c -o DouglasPeuckerLineSimplifier.lo DouglasPeuckerLineSimplifier.cpp | |
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../include -I../../include/geos -I../../include -DGEOS_INLINE -pedantic -Wall -ansi -Wno-long-long -ffloat-store -g -O2 -MT DouglasPeuckerLineSimplifier.lo -MD -MP -MF .deps/DouglasPeuckerLineSimplifier.Tpo -c DouglasPeuckerLineSimplifier.cpp -fPIC -DPIC -o .libs/DouglasPeuckerLineSimplifier.o | |
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../include -I../../include/geos -I../../include -DGEOS_INLINE -pedantic -Wall -ansi -Wno-long-long -ffloat-store -g -O2 -MT DouglasPeuckerLineSimplifier.lo -MD -MP -MF .deps/DouglasPeuckerLineSimplifier.Tpo -c DouglasPeuckerLineSimplifier.cpp -o DouglasPeuckerLineSimplifier.o >/dev/null 2>&1 | |
mv -f .deps/DouglasPeuckerLineSimplifier.Tpo .deps/DouglasPeuckerLineSimplifier.Plo | |
/bin/bash ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../include -I../../include/geos -I../../include -DGEOS_INLINE -pedantic -Wall -ansi -Wno-long-long -ffloat-store -g -O2 -MT DouglasPeuckerSimplifier.lo -MD -MP -MF .deps/DouglasPeuckerSimplifier.Tpo -c -o DouglasPeuckerSimplifier.lo DouglasPeuckerSimplifier.cpp | |
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../include -I../../include/geos -I../../include -DGEOS_INLINE -pedantic -Wall -ansi -Wno-long-long -ffloat-store -g -O2 -MT DouglasPeuckerSimplifier.lo -MD -MP -MF .deps/DouglasPeuckerSimplifier.Tpo -c DouglasPeuckerSimplifier.cpp -fPIC -DPIC -o .libs/DouglasPeuckerSimplifier.o | |
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../include -I../../include/geos -I../../include -DGEOS_INLINE -pedantic -Wall -ansi -Wno-long-long -ffloat-store -g -O2 -MT DouglasPeuckerSimplifier.lo -MD -MP -MF .deps/DouglasPeuckerSimplifier.Tpo -c DouglasPeuckerSimplifier.cpp -o DouglasPeuckerSimplifier.o >/dev/null 2>&1 | |
mv -f .deps/DouglasPeuckerSimplifier.Tpo .deps/DouglasPeuckerSimplifier.Plo | |
/bin/bash ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../include -I../../include/geos -I../../include -DGEOS_INLINE -pedantic -Wall -ansi -Wno-long-long -ffloat-store -g -O2 -MT LineSegmentIndex.lo -MD -MP -MF .deps/LineSegmentIndex.Tpo -c -o LineSegmentIndex.lo LineSegmentIndex.cpp | |
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../include -I../../include/geos -I../../include -DGEOS_INLINE -pedantic -Wall -ansi -Wno-long-long -ffloat-store -g -O2 -MT LineSegmentIndex.lo -MD -MP -MF .deps/LineSegmentIndex.Tpo -c LineSegmentIndex.cpp -fPIC -DPIC -o .libs/LineSegmentIndex.o | |
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../include -I../../include/geos -I../../include -DGEOS_INLINE -pedantic -Wall -ansi -Wno-long-long -ffloat-store -g -O2 -MT LineSegmentIndex.lo -MD -MP -MF .deps/LineSegmentIndex.Tpo -c LineSegmentIndex.cpp -o LineSegmentIndex.o >/dev/null 2>&1 | |
mv -f .deps/LineSegmentIndex.Tpo .deps/LineSegmentIndex.Plo | |
/bin/bash ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../include -I../../include/geos -I../../include -DGEOS_INLINE -pedantic -Wall -ansi -Wno-long-long -ffloat-store -g -O2 -MT TaggedLineSegment.lo -MD -MP -MF .deps/TaggedLineSegment.Tpo -c -o TaggedLineSegment.lo TaggedLineSegment.cpp | |
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../include -I../../include/geos -I../../include -DGEOS_INLINE -pedantic -Wall -ansi -Wno-long-long -ffloat-store -g -O2 -MT TaggedLineSegment.lo -MD -MP -MF .deps/TaggedLineSegment.Tpo -c TaggedLineSegment.cpp -fPIC -DPIC -o .libs/TaggedLineSegment.o | |
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../include -I../../include/geos -I../../include -DGEOS_INLINE -pedantic -Wall -ansi -Wno-long-long -ffloat-store -g -O2 -MT TaggedLineSegment.lo -MD -MP -MF .deps/TaggedLineSegment.Tpo -c TaggedLineSegment.cpp -o TaggedLineSegment.o >/dev/null 2>&1 | |
mv -f .deps/TaggedLineSegment.Tpo .deps/TaggedLineSegment.Plo | |
/bin/bash ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../include -I../../include/geos -I../../include -DGEOS_INLINE -pedantic -Wall -ansi -Wno-long-long -ffloat-store -g -O2 -MT TaggedLineString.lo -MD -MP -MF .deps/TaggedLineString.Tpo -c -o TaggedLineString.lo TaggedLineString.cpp | |
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../include -I../../include/geos -I../../include -DGEOS_INLINE -pedantic -Wall -ansi -Wno-long-long -ffloat-store -g -O2 -MT TaggedLineString.lo -MD -MP -MF .deps/TaggedLineString.Tpo -c TaggedLineString.cpp -fPIC -DPIC -o .libs/TaggedLineString.o | |
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../include -I../../include/geos -I../../include -DGEOS_INLINE -pedantic -Wall -ansi -Wno-long-long -ffloat-store -g -O2 -MT TaggedLineString.lo -MD -MP -MF .deps/TaggedLineString.Tpo -c TaggedLineString.cpp -o TaggedLineString.o >/dev/null 2>&1 | |
mv -f .deps/TaggedLineString.Tpo .deps/TaggedLineString.Plo | |
/bin/bash ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../include -I../../include/geos -I../../include -DGEOS_INLINE -pedantic -Wall -ansi -Wno-long-long -ffloat-store -g -O2 -MT TaggedLineStringSimplifier.lo -MD -MP -MF .deps/TaggedLineStringSimplifier.Tpo -c -o TaggedLineStringSimplifier.lo TaggedLineStringSimplifier.cpp | |
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../include -I../../include/geos -I../../include -DGEOS_INLINE -pedantic -Wall -ansi -Wno-long-long -ffloat-store -g -O2 -MT TaggedLineStringSimplifier.lo -MD -MP -MF .deps/TaggedLineStringSimplifier.Tpo -c TaggedLineStringSimplifier.cpp -fPIC -DPIC -o .libs/TaggedLineStringSimplifier.o | |
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../include -I../../include/geos -I../../include -DGEOS_INLINE -pedantic -Wall -ansi -Wno-long-long -ffloat-store -g -O2 -MT TaggedLineStringSimplifier.lo -MD -MP -MF .deps/TaggedLineStringSimplifier.Tpo -c TaggedLineStringSimplifier.cpp -o TaggedLineStringSimplifier.o >/dev/null 2>&1 | |
mv -f .deps/TaggedLineStringSimplifier.Tpo .deps/TaggedLineStringSimplifier.Plo | |
/bin/bash ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../include -I../../include/geos -I../../include -DGEOS_INLINE -pedantic -Wall -ansi -Wno-long-long -ffloat-store -g -O2 -MT TaggedLinesSimplifier.lo -MD -MP -MF .deps/TaggedLinesSimplifier.Tpo -c -o TaggedLinesSimplifier.lo TaggedLinesSimplifier.cpp | |
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../include -I../../include/geos -I../../include -DGEOS_INLINE -pedantic -Wall -ansi -Wno-long-long -ffloat-store -g -O2 -MT TaggedLinesSimplifier.lo -MD -MP -MF .deps/TaggedLinesSimplifier.Tpo -c TaggedLinesSimplifier.cpp -fPIC -DPIC -o .libs/TaggedLinesSimplifier.o | |
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../include -I../../include/geos -I../../include -DGEOS_INLINE -pedantic -Wall -ansi -Wno-long-long -ffloat-store -g -O2 -MT TaggedLinesSimplifier.lo -MD -MP -MF .deps/TaggedLinesSimplifier.Tpo -c TaggedLinesSimplifier.cpp -o TaggedLinesSimplifier.o >/dev/null 2>&1 | |
mv -f .deps/TaggedLinesSimplifier.Tpo .deps/TaggedLinesSimplifier.Plo | |
/bin/bash ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../include -I../../include/geos -I../../include -DGEOS_INLINE -pedantic -Wall -ansi -Wno-long-long -ffloat-store -g -O2 -MT TopologyPreservingSimplifier.lo -MD -MP -MF .deps/TopologyPreservingSimplifier.Tpo -c -o TopologyPreservingSimplifier.lo TopologyPreservingSimplifier.cpp | |
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../include -I../../include/geos -I../../include -DGEOS_INLINE -pedantic -Wall -ansi -Wno-long-long -ffloat-store -g -O2 -MT TopologyPreservingSimplifier.lo -MD -MP -MF .deps/TopologyPreservingSimplifier.Tpo -c TopologyPreservingSimplifier.cpp -fPIC -DPIC -o .libs/TopologyPreservingSimplifier.o | |
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../include -I../../include/geos -I../../include -DGEOS_INLINE -pedantic -Wall -ansi -Wno-long-long -ffloat-store -g -O2 -MT TopologyPreservingSimplifier.lo -MD -MP -MF .deps/TopologyPreservingSimplifier.Tpo -c TopologyPreservingSimplifier.cpp -o TopologyPreservingSimplifier.o >/dev/null 2>&1 | |
mv -f .deps/TopologyPreservingSimplifier.Tpo .deps/TopologyPreservingSimplifier.Plo | |
/bin/bash ../../libtool --tag=CXX --mode=link g++ -DGEOS_INLINE -pedantic -Wall -ansi -Wno-long-long -ffloat-store -g -O2 -o libsimplify.la DouglasPeuckerLineSimplifier.lo DouglasPeuckerSimplifier.lo LineSegmentIndex.lo TaggedLineSegment.lo TaggedLineString.lo TaggedLineStringSimplifier.lo TaggedLinesSimplifier.lo TopologyPreservingSimplifier.lo | |
libtool: link: ar cru .libs/libsimplify.a .libs/DouglasPeuckerLineSimplifier.o .libs/DouglasPeuckerSimplifier.o .libs/LineSegmentIndex.o .libs/TaggedLineSegment.o .libs/TaggedLineString.o .libs/TaggedLineStringSimplifier.o .libs/TaggedLinesSimplifier.o .libs/TopologyPreservingSimplifier.o | |
libtool: link: ranlib .libs/libsimplify.a | |
libtool: link: ( cd ".libs" && rm -f "libsimplify.la" && ln -s "../libsimplify.la" "libsimplify.la" ) | |
make[3]: Leaving directory `/vagrant/archesproject/Install/geos-3.3.8/src/simplify' | |
make[2]: Leaving directory `/vagrant/archesproject/Install/geos-3.3.8/src/simplify' | |
Making all in util | |
make[2]: Entering directory `/vagrant/archesproject/Install/geos-3.3.8/src/util' | |
make[3]: Entering directory `/vagrant/archesproject/Install/geos-3.3.8/src/util' | |
/bin/bash ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../include -I../../include/geos -I../../include -DGEOS_INLINE -pedantic -Wall -ansi -Wno-long-long -ffloat-store -g -O2 -MT Assert.lo -MD -MP -MF .deps/Assert.Tpo -c -o Assert.lo Assert.cpp | |
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../include -I../../include/geos -I../../include -DGEOS_INLINE -pedantic -Wall -ansi -Wno-long-long -ffloat-store -g -O2 -MT Assert.lo -MD -MP -MF .deps/Assert.Tpo -c Assert.cpp -fPIC -DPIC -o .libs/Assert.o | |
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../include -I../../include/geos -I../../include -DGEOS_INLINE -pedantic -Wall -ansi -Wno-long-long -ffloat-store -g -O2 -MT Assert.lo -MD -MP -MF .deps/Assert.Tpo -c Assert.cpp -o Assert.o >/dev/null 2>&1 | |
mv -f .deps/Assert.Tpo .deps/Assert.Plo | |
/bin/bash ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../include -I../../include/geos -I../../include -DGEOS_INLINE -pedantic -Wall -ansi -Wno-long-long -ffloat-store -g -O2 -MT GeometricShapeFactory.lo -MD -MP -MF .deps/GeometricShapeFactory.Tpo -c -o GeometricShapeFactory.lo GeometricShapeFactory.cpp | |
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../include -I../../include/geos -I../../include -DGEOS_INLINE -pedantic -Wall -ansi -Wno-long-long -ffloat-store -g -O2 -MT GeometricShapeFactory.lo -MD -MP -MF .deps/GeometricShapeFactory.Tpo -c GeometricShapeFactory.cpp -fPIC -DPIC -o .libs/GeometricShapeFactory.o | |
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../include -I../../include/geos -I../../include -DGEOS_INLINE -pedantic -Wall -ansi -Wno-long-long -ffloat-store -g -O2 -MT GeometricShapeFactory.lo -MD -MP -MF .deps/GeometricShapeFactory.Tpo -c GeometricShapeFactory.cpp -o GeometricShapeFactory.o >/dev/null 2>&1 | |
mv -f .deps/GeometricShapeFactory.Tpo .deps/GeometricShapeFactory.Plo | |
/bin/bash ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../include -I../../include/geos -I../../include -DGEOS_INLINE -pedantic -Wall -ansi -Wno-long-long -ffloat-store -g -O2 -MT math.lo -MD -MP -MF .deps/math.Tpo -c -o math.lo math.cpp | |
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../include -I../../include/geos -I../../include -DGEOS_INLINE -pedantic -Wall -ansi -Wno-long-long -ffloat-store -g -O2 -MT math.lo -MD -MP -MF .deps/math.Tpo -c math.cpp -fPIC -DPIC -o .libs/math.o | |
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../include -I../../include/geos -I../../include -DGEOS_INLINE -pedantic -Wall -ansi -Wno-long-long -ffloat-store -g -O2 -MT math.lo -MD -MP -MF .deps/math.Tpo -c math.cpp -o math.o >/dev/null 2>&1 | |
mv -f .deps/math.Tpo .deps/math.Plo | |
/bin/bash ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../include -I../../include/geos -I../../include -DGEOS_INLINE -pedantic -Wall -ansi -Wno-long-long -ffloat-store -g -O2 -MT Profiler.lo -MD -MP -MF .deps/Profiler.Tpo -c -o Profiler.lo Profiler.cpp | |
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../include -I../../include/geos -I../../include -DGEOS_INLINE -pedantic -Wall -ansi -Wno-long-long -ffloat-store -g -O2 -MT Profiler.lo -MD -MP -MF .deps/Profiler.Tpo -c Profiler.cpp -fPIC -DPIC -o .libs/Profiler.o | |
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../include -I../../include/geos -I../../include -DGEOS_INLINE -pedantic -Wall -ansi -Wno-long-long -ffloat-store -g -O2 -MT Profiler.lo -MD -MP -MF .deps/Profiler.Tpo -c Profiler.cpp -o Profiler.o >/dev/null 2>&1 | |
mv -f .deps/Profiler.Tpo .deps/Profiler.Plo | |
/bin/bash ../../libtool --tag=CXX --mode=link g++ -DGEOS_INLINE -pedantic -Wall -ansi -Wno-long-long -ffloat-store -g -O2 -o libutil.la Assert.lo GeometricShapeFactory.lo math.lo Profiler.lo | |
libtool: link: ar cru .libs/libutil.a .libs/Assert.o .libs/GeometricShapeFactory.o .libs/math.o .libs/Profiler.o | |
libtool: link: ranlib .libs/libutil.a | |
libtool: link: ( cd ".libs" && rm -f "libutil.la" && ln -s "../libutil.la" "libutil.la" ) | |
make[3]: Leaving directory `/vagrant/archesproject/Install/geos-3.3.8/src/util' | |
make[2]: Leaving directory `/vagrant/archesproject/Install/geos-3.3.8/src/util' | |
make[2]: Entering directory `/vagrant/archesproject/Install/geos-3.3.8/src' | |
/bin/bash ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../include -I../include/geos -I../include -DGEOS_INLINE -pedantic -Wall -ansi -Wno-long-long -ffloat-store -g -O2 -MT inlines.lo -MD -MP -MF .deps/inlines.Tpo -c -o inlines.lo inlines.cpp | |
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../include -I../include/geos -I../include -DGEOS_INLINE -pedantic -Wall -ansi -Wno-long-long -ffloat-store -g -O2 -MT inlines.lo -MD -MP -MF .deps/inlines.Tpo -c inlines.cpp -fPIC -DPIC -o .libs/inlines.o | |
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../include -I../include/geos -I../include -DGEOS_INLINE -pedantic -Wall -ansi -Wno-long-long -ffloat-store -g -O2 -MT inlines.lo -MD -MP -MF .deps/inlines.Tpo -c inlines.cpp -o inlines.o >/dev/null 2>&1 | |
mv -f .deps/inlines.Tpo .deps/inlines.Plo | |
/bin/bash ../libtool --tag=CXX --mode=link g++ -DGEOS_INLINE -pedantic -Wall -ansi -Wno-long-long -ffloat-store -g -O2 -release 3.3.8 -no-undefined -o libgeos.la -rpath /usr/local/lib inlines.lo algorithm/libalgorithm.la geom/libgeom.la geomgraph/libgeomgraph.la index/libindex.la io/libio.la linearref/liblinearref.la noding/libnoding.la operation/liboperation.la planargraph/libplanargraph.la precision/libprecision.la simplify/libsimplify.la util/libutil.la | |
libtool: link: g++ -fPIC -DPIC -shared -nostdlib /usr/lib/gcc/i686-linux-gnu/4.6/../../../i386-linux-gnu/crti.o /usr/lib/gcc/i686-linux-gnu/4.6/crtbeginS.o .libs/inlines.o -Wl,--whole-archive algorithm/.libs/libalgorithm.a geom/.libs/libgeom.a geomgraph/.libs/libgeomgraph.a index/.libs/libindex.a io/.libs/libio.a linearref/.libs/liblinearref.a noding/.libs/libnoding.a operation/.libs/liboperation.a planargraph/.libs/libplanargraph.a precision/.libs/libprecision.a simplify/.libs/libsimplify.a util/.libs/libutil.a -Wl,--no-whole-archive -L/usr/lib/gcc/i686-linux-gnu/4.6 -L/usr/lib/gcc/i686-linux-gnu/4.6/../../../i386-linux-gnu -L/usr/lib/gcc/i686-linux-gnu/4.6/../../../../lib -L/lib/i386-linux-gnu -L/lib/../lib -L/usr/lib/i386-linux-gnu -L/usr/lib/../lib -L/usr/lib/gcc/i686-linux-gnu/4.6/../../.. -lstdc++ -lm -lc -lgcc_s /usr/lib/gcc/i686-linux-gnu/4.6/crtendS.o /usr/lib/gcc/i686-linux-gnu/4.6/../../../i386-linux-gnu/crtn.o -O2 -Wl,-soname -Wl,libgeos-3.3.8.so -o .libs/libgeos-3.3.8.so | |
libtool: link: (cd ".libs" && rm -f "libgeos.so" && ln -s "libgeos-3.3.8.so" "libgeos.so") | |
libtool: link: (cd .libs/libgeos.lax/libalgorithm.a && ar x "/vagrant/archesproject/Install/geos-3.3.8/src/algorithm/.libs/libalgorithm.a") | |
libtool: link: (cd .libs/libgeos.lax/libgeom.a && ar x "/vagrant/archesproject/Install/geos-3.3.8/src/geom/.libs/libgeom.a") | |
libtool: link: (cd .libs/libgeos.lax/libgeomgraph.a && ar x "/vagrant/archesproject/Install/geos-3.3.8/src/geomgraph/.libs/libgeomgraph.a") | |
libtool: link: (cd .libs/libgeos.lax/libindex.a && ar x "/vagrant/archesproject/Install/geos-3.3.8/src/index/.libs/libindex.a") | |
libtool: link: (cd .libs/libgeos.lax/libio.a && ar x "/vagrant/archesproject/Install/geos-3.3.8/src/io/.libs/libio.a") | |
libtool: link: (cd .libs/libgeos.lax/liblinearref.a && ar x "/vagrant/archesproject/Install/geos-3.3.8/src/linearref/.libs/liblinearref.a") | |
libtool: link: (cd .libs/libgeos.lax/libnoding.a && ar x "/vagrant/archesproject/Install/geos-3.3.8/src/noding/.libs/libnoding.a") | |
libtool: link: (cd .libs/libgeos.lax/liboperation.a && ar x "/vagrant/archesproject/Install/geos-3.3.8/src/operation/.libs/liboperation.a") | |
libtool: link: (cd .libs/libgeos.lax/libplanargraph.a && ar x "/vagrant/archesproject/Install/geos-3.3.8/src/planargraph/.libs/libplanargraph.a") | |
libtool: link: (cd .libs/libgeos.lax/libprecision.a && ar x "/vagrant/archesproject/Install/geos-3.3.8/src/precision/.libs/libprecision.a") | |
libtool: link: (cd .libs/libgeos.lax/libsimplify.a && ar x "/vagrant/archesproject/Install/geos-3.3.8/src/simplify/.libs/libsimplify.a") | |
libtool: link: (cd .libs/libgeos.lax/libutil.a && ar x "/vagrant/archesproject/Install/geos-3.3.8/src/util/.libs/libutil.a") | |
copying selected object files to avoid basename conflicts... | |
libtool: link: ln .libs/libgeos.lax/libindex.a/Node.o .libs/libgeos.lax/lt1-Node.o || cp .libs/libgeos.lax/libindex.a/Node.o .libs/libgeos.lax/lt1-Node.o | |
ln: failed to create hard link `.libs/libgeos.lax/lt1-Node.o' => `.libs/libgeos.lax/libindex.a/Node.o': Operation not permitted | |
libtool: link: ln .libs/libgeos.lax/libindex.a/SweepLineEvent.o .libs/libgeos.lax/lt2-SweepLineEvent.o || cp .libs/libgeos.lax/libindex.a/SweepLineEvent.o .libs/libgeos.lax/lt2-SweepLineEvent.o | |
ln: failed to create hard link `.libs/libgeos.lax/lt2-SweepLineEvent.o' => `.libs/libgeos.lax/libindex.a/SweepLineEvent.o': Operation not permitted | |
libtool: link: ln .libs/libgeos.lax/liboperation.a/EdgeRing.o .libs/libgeos.lax/lt3-EdgeRing.o || cp .libs/libgeos.lax/liboperation.a/EdgeRing.o .libs/libgeos.lax/lt3-EdgeRing.o | |
ln: failed to create hard link `.libs/libgeos.lax/lt3-EdgeRing.o' => `.libs/libgeos.lax/liboperation.a/EdgeRing.o': Operation not permitted | |
libtool: link: ln .libs/libgeos.lax/libplanargraph.a/DirectedEdge.o .libs/libgeos.lax/lt4-DirectedEdge.o || cp .libs/libgeos.lax/libplanargraph.a/DirectedEdge.o .libs/libgeos.lax/lt4-DirectedEdge.o | |
ln: failed to create hard link `.libs/libgeos.lax/lt4-DirectedEdge.o' => `.libs/libgeos.lax/libplanargraph.a/DirectedEdge.o': Operation not permitted | |
libtool: link: ln .libs/libgeos.lax/libplanargraph.a/DirectedEdgeStar.o .libs/libgeos.lax/lt5-DirectedEdgeStar.o || cp .libs/libgeos.lax/libplanargraph.a/DirectedEdgeStar.o .libs/libgeos.lax/lt5-DirectedEdgeStar.o | |
ln: failed to create hard link `.libs/libgeos.lax/lt5-DirectedEdgeStar.o' => `.libs/libgeos.lax/libplanargraph.a/DirectedEdgeStar.o': Operation not permitted | |
libtool: link: ln .libs/libgeos.lax/libplanargraph.a/Edge.o .libs/libgeos.lax/lt6-Edge.o || cp .libs/libgeos.lax/libplanargraph.a/Edge.o .libs/libgeos.lax/lt6-Edge.o | |
ln: failed to create hard link `.libs/libgeos.lax/lt6-Edge.o' => `.libs/libgeos.lax/libplanargraph.a/Edge.o': Operation not permitted | |
libtool: link: ln .libs/libgeos.lax/libplanargraph.a/Node.o .libs/libgeos.lax/lt7-Node.o || cp .libs/libgeos.lax/libplanargraph.a/Node.o .libs/libgeos.lax/lt7-Node.o | |
ln: failed to create hard link `.libs/libgeos.lax/lt7-Node.o' => `.libs/libgeos.lax/libplanargraph.a/Node.o': Operation not permitted | |
libtool: link: ln .libs/libgeos.lax/libplanargraph.a/NodeMap.o .libs/libgeos.lax/lt8-NodeMap.o || cp .libs/libgeos.lax/libplanargraph.a/NodeMap.o .libs/libgeos.lax/lt8-NodeMap.o | |
ln: failed to create hard link `.libs/libgeos.lax/lt8-NodeMap.o' => `.libs/libgeos.lax/libplanargraph.a/NodeMap.o': Operation not permitted | |
libtool: link: ln .libs/libgeos.lax/libplanargraph.a/PlanarGraph.o .libs/libgeos.lax/lt9-PlanarGraph.o || cp .libs/libgeos.lax/libplanargraph.a/PlanarGraph.o .libs/libgeos.lax/lt9-PlanarGraph.o | |
ln: failed to create hard link `.libs/libgeos.lax/lt9-PlanarGraph.o' => `.libs/libgeos.lax/libplanargraph.a/PlanarGraph.o': Operation not permitted | |
libtool: link: ar cru .libs/libgeos.a inlines.o .libs/libgeos.lax/libalgorithm.a/Angle.o .libs/libgeos.lax/libalgorithm.a/BoundaryNodeRule.o .libs/libgeos.lax/libalgorithm.a/CGAlgorithms.o .libs/libgeos.lax/libalgorithm.a/CentroidArea.o .libs/libgeos.lax/libalgorithm.a/CentroidLine.o .libs/libgeos.lax/libalgorithm.a/CentroidPoint.o .libs/libgeos.lax/libalgorithm.a/ConvexHull.o .libs/libgeos.lax/libalgorithm.a/DiscreteHausdorffDistance.o .libs/libgeos.lax/libalgorithm.a/DistanceToPoint.o .libs/libgeos.lax/libalgorithm.a/HCoordinate.o .libs/libgeos.lax/libalgorithm.a/IndexedPointInAreaLocator.o .libs/libgeos.lax/libalgorithm.a/InteriorPointArea.o .libs/libgeos.lax/libalgorithm.a/InteriorPointLine.o .libs/libgeos.lax/libalgorithm.a/InteriorPointPoint.o .libs/libgeos.lax/libalgorithm.a/LineIntersector.o .libs/libgeos.lax/libalgorithm.a/MCPointInRing.o .libs/libgeos.lax/libalgorithm.a/MinimumDiameter.o .libs/libgeos.lax/libalgorithm.a/NotRepresentableException.o .libs/libgeos.lax/libalgorithm.a/PointLocator.o .libs/libgeos.lax/libalgorithm.a/PointOnGeometryLocator.o .libs/libgeos.lax/libalgorithm.a/RayCrossingCounter.o .libs/libgeos.lax/libalgorithm.a/RobustDeterminant.o .libs/libgeos.lax/libalgorithm.a/SIRtreePointInRing.o .libs/libgeos.lax/libalgorithm.a/SimplePointInAreaLocator.o .libs/libgeos.lax/libalgorithm.a/SimplePointInRing.o .libs/libgeos.lax/libgeom.a/AbstractPreparedPolygonContains.o .libs/libgeos.lax/libgeom.a/BasicPreparedGeometry.o .libs/libgeos.lax/libgeom.a/ComponentCoordinateExtracter.o .libs/libgeos.lax/libgeom.a/Coordinate.o .libs/libgeos.lax/libgeom.a/CoordinateArraySequence.o .libs/libgeos.lax/libgeom.a/CoordinateArraySequenceFactory.o .libs/libgeos.lax/libgeom.a/CoordinateOperation.o .libs/libgeos.lax/libgeom.a/CoordinateSequence.o .libs/libgeos.lax/libgeom.a/CoordinateSequenceFactory.o .libs/libgeos.lax/libgeom.a/Dimension.o .libs/libgeos.lax/libgeom.a/Envelope.o .libs/libgeos.lax/libgeom.a/Geometry.o .libs/libgeos.lax/libgeom.a/GeometryCollection.o .libs/libgeos.lax/libgeom.a/GeometryCombiner.o .libs/libgeos.lax/libgeom.a/GeometryComponentFilter.o .libs/libgeos.lax/libgeom.a/GeometryEditor.o .libs/libgeos.lax/libgeom.a/GeometryFactory.o .libs/libgeos.lax/libgeom.a/GeometryList.o .libs/libgeos.lax/libgeom.a/GeometryTransformer.o .libs/libgeos.lax/libgeom.a/IntersectionMatrix.o .libs/libgeos.lax/libgeom.a/LineSegment.o .libs/libgeos.lax/libgeom.a/LineString.o .libs/libgeos.lax/libgeom.a/LinearRing.o .libs/libgeos.lax/libgeom.a/Location.o .libs/libgeos.lax/libgeom.a/MultiLineString.o .libs/libgeos.lax/libgeom.a/MultiPoint.o .libs/libgeos.lax/libgeom.a/MultiPolygon.o .libs/libgeos.lax/libgeom.a/Point.o .libs/libgeos.lax/libgeom.a/Polygon.o .libs/libgeos.lax/libgeom.a/PrecisionModel.o .libs/libgeos.lax/libgeom.a/PreparedGeometry.o .libs/libgeos.lax/libgeom.a/PreparedGeometryFactory.o .libs/libgeos.lax/libgeom.a/PreparedLineString.o .libs/libgeos.lax/libgeom.a/PreparedLineStringIntersects.o .libs/libgeos.lax/libgeom.a/PreparedPoint.o .libs/libgeos.lax/libgeom.a/PreparedPolygon.o .libs/libgeos.lax/libgeom.a/PreparedPolygonContains.o .libs/libgeos.lax/libgeom.a/PreparedPolygonContainsProperly.o .libs/libgeos.lax/libgeom.a/PreparedPolygonCovers.o .libs/libgeos.lax/libgeom.a/PreparedPolygonIntersects.o .libs/libgeos.lax/libgeom.a/PreparedPolygonPredicate.o .libs/libgeos.lax/libgeom.a/ShortCircuitedGeometryVisitor.o .libs/libgeos.lax/libgeom.a/SineStarFactory.o .libs/libgeos.lax/libgeom.a/Triangle.o .libs/libgeos.lax/libgeomgraph.a/Depth.o .libs/libgeos.lax/libgeomgraph.a/DirectedEdge.o .libs/libgeos.lax/libgeomgraph.a/DirectedEdgeStar.o .libs/libgeos.lax/libgeomgraph.a/Edge.o .libs/libgeos.lax/libgeomgraph.a/EdgeEnd.o .libs/libgeos.lax/libgeomgraph.a/EdgeEndStar.o .libs/libgeos.lax/libgeomgraph.a/EdgeIntersectionList.o .libs/libgeos.lax/libgeomgraph.a/EdgeList.o .libs/libgeos.lax/libgeomgraph.a/EdgeNodingValidator.o .libs/libgeos.lax/libgeomgraph.a/EdgeRing.o .libs/libgeos.lax/libgeomgraph.a/GeometryGraph.o .libs/libgeos.lax/libgeomgraph.a/GraphComponent.o .libs/libgeos.lax/libgeomgraph.a/Label.o .libs/libgeos.lax/libgeomgraph.a/MonotoneChainEdge.o .libs/libgeos.lax/libgeomgraph.a/MonotoneChainIndexer.o .libs/libgeos.lax/libgeomgraph.a/Node.o .libs/libgeos.lax/libgeomgraph.a/NodeFactory.o .libs/libgeos.lax/libgeomgraph.a/NodeMap.o .libs/libgeos.lax/libgeomgraph.a/PlanarGraph.o .libs/libgeos.lax/libgeomgraph.a/Position.o .libs/libgeos.lax/libgeomgraph.a/Quadrant.o .libs/libgeos.lax/libgeomgraph.a/SegmentIntersector.o .libs/libgeos.lax/libgeomgraph.a/SimpleEdgeSetIntersector.o .libs/libgeos.lax/libgeomgraph.a/SimpleMCSweepLineIntersector.o .libs/libgeos.lax/libgeomgraph.a/SimpleSweepLineIntersector.o .libs/libgeos.lax/libgeomgraph.a/SweepLineEvent.o .libs/libgeos.lax/libgeomgraph.a/SweepLineSegment.o .libs/libgeos.lax/libgeomgraph.a/TopologyLocation.o .libs/libgeos.lax/libindex.a/AbstractNode.o .libs/libgeos.lax/libindex.a/AbstractSTRtree.o .libs/libgeos.lax/libindex.a/Bintree.o .libs/libgeos.lax/libindex.a/DoubleBits.o .libs/libgeos.lax/libindex.a/Interval.o .libs/libgeos.lax/libindex.a/IntervalRTreeBranchNode.o .libs/libgeos.lax/libindex.a/IntervalRTreeLeafNode.o .libs/libgeos.lax/libindex.a/IntervalRTreeNode.o .libs/libgeos.lax/libindex.a/IntervalSize.o .libs/libgeos.lax/libindex.a/ItemBoundable.o .libs/libgeos.lax/libindex.a/Key.o .libs/libgeos.lax/libindex.a/MonotoneChain.o .libs/libgeos.lax/libindex.a/MonotoneChainBuilder.o .libs/libgeos.lax/libindex.a/MonotoneChainOverlapAction.o .libs/libgeos.lax/libindex.a/MonotoneChainSelectAction.o .libs/libgeos.lax/lt1-Node.o .libs/libgeos.lax/libindex.a/NodeBase.o .libs/libgeos.lax/libindex.a/Quadtree.o .libs/libgeos.lax/libindex.a/Root.o .libs/libgeos.lax/libindex.a/SIRtree.o .libs/libgeos.lax/libindex.a/STRtree.o .libs/libgeos.lax/libindex.a/SortedPackedIntervalRTree.o .libs/libgeos.lax/lt2-SweepLineEvent.o .libs/libgeos.lax/libindex.a/SweepLineIndex.o .libs/libgeos.lax/libindex.a/SweepLineInterval.o .libs/libgeos.lax/libindex.a/lt1-Key.o .libs/libgeos.lax/libindex.a/lt2-Node.o .libs/libgeos.lax/libindex.a/lt3-NodeBase.o .libs/libgeos.lax/libindex.a/lt4-Root.o .libs/libgeos.lax/libindex.a/lt5-Interval.o .libs/libgeos.lax/libio.a/ByteOrderDataInStream.o .libs/libgeos.lax/libio.a/ByteOrderValues.o .libs/libgeos.lax/libio.a/CLocalizer.o .libs/libgeos.lax/libio.a/ParseException.o .libs/libgeos.lax/libio.a/StringTokenizer.o .libs/libgeos.lax/libio.a/Unload.o .libs/libgeos.lax/libio.a/WKBReader.o .libs/libgeos.lax/libio.a/WKBWriter.o .libs/libgeos.lax/libio.a/WKTReader.o .libs/libgeos.lax/libio.a/WKTWriter.o .libs/libgeos.lax/libio.a/Writer.o .libs/libgeos.lax/liblinearref.a/ExtractLineByLocation.o .libs/libgeos.lax/liblinearref.a/LengthIndexOfPoint.o .libs/libgeos.lax/liblinearref.a/LengthIndexedLine.o .libs/libgeos.lax/liblinearref.a/LengthLocationMap.o .libs/libgeos.lax/liblinearref.a/LinearGeometryBuilder.o .libs/libgeos.lax/liblinearref.a/LinearIterator.o .libs/libgeos.lax/liblinearref.a/LinearLocation.o .libs/libgeos.lax/liblinearref.a/LocationIndexOfLine.o .libs/libgeos.lax/liblinearref.a/LocationIndexOfPoint.o .libs/libgeos.lax/libnoding.a/BasicSegmentString.o .libs/libgeos.lax/libnoding.a/FastNodingValidator.o .libs/libgeos.lax/libnoding.a/FastSegmentSetIntersectionFinder.o .libs/libgeos.lax/libnoding.a/HotPixel.o .libs/libgeos.lax/libnoding.a/IntersectionAdder.o .libs/libgeos.lax/libnoding.a/IntersectionFinderAdder.o .libs/libgeos.lax/libnoding.a/IteratedNoder.o .libs/libgeos.lax/libnoding.a/MCIndexNoder.o .libs/libgeos.lax/libnoding.a/MCIndexPointSnapper.o .libs/libgeos.lax/libnoding.a/MCIndexSegmentSetMutualIntersector.o .libs/libgeos.lax/libnoding.a/MCIndexSnapRounder.o .libs/libgeos.lax/libnoding.a/NodedSegmentString.o .libs/libgeos.lax/libnoding.a/NodingValidator.o .libs/libgeos.lax/libnoding.a/Octant.o .libs/libgeos.lax/libnoding.a/OrientedCoordinateArray.o .libs/libgeos.lax/libnoding.a/ScaledNoder.o .libs/libgeos.lax/libnoding.a/SegmentIntersectionDetector.o .libs/libgeos.lax/libnoding.a/SegmentNode.o .libs/libgeos.lax/libnoding.a/SegmentNodeList.o .libs/libgeos.lax/libnoding.a/SegmentString.o .libs/libgeos.lax/libnoding.a/SegmentStringUtil.o .libs/libgeos.lax/libnoding.a/SimpleNoder.o .libs/libgeos.lax/libnoding.a/SimpleSnapRounder.o .libs/libgeos.lax/libnoding.a/SingleInteriorIntersectionFinder.o .libs/libgeos.lax/liboperation.a/BufferBuilder.o .libs/libgeos.lax/liboperation.a/BufferInputLineSimplifier.o .libs/libgeos.lax/liboperation.a/BufferOp.o .libs/libgeos.lax/liboperation.a/BufferParameters.o .libs/libgeos.lax/liboperation.a/BufferSubgraph.o .libs/libgeos.lax/liboperation.a/CascadedPolygonUnion.o .libs/libgeos.lax/liboperation.a/CascadedUnion.o .libs/libgeos.lax/liboperation.a/ConnectedElementLocationFilter.o .libs/libgeos.lax/liboperation.a/ConnectedElementPointFilter.o .libs/libgeos.lax/liboperation.a/ConnectedInteriorTester.o .libs/libgeos.lax/liboperation.a/ConsistentAreaTester.o .libs/libgeos.lax/liboperation.a/DistanceOp.o .libs/libgeos.lax/liboperation.a/EdgeEndBuilder.o .libs/libgeos.lax/liboperation.a/EdgeEndBundle.o .libs/libgeos.lax/liboperation.a/EdgeEndBundleStar.o .libs/libgeos.lax/lt3-EdgeRing.o .libs/libgeos.lax/liboperation.a/EdgeSetNoder.o .libs/libgeos.lax/liboperation.a/EdgeString.o .libs/libgeos.lax/liboperation.a/ElevationMatrix.o .libs/libgeos.lax/liboperation.a/ElevationMatrixCell.o .libs/libgeos.lax/liboperation.a/FuzzyPointLocator.o .libs/libgeos.lax/liboperation.a/GeometryGraphOperation.o .libs/libgeos.lax/liboperation.a/GeometryLocation.o .libs/libgeos.lax/liboperation.a/GeometrySnapper.o .libs/libgeos.lax/liboperation.a/IndexedNestedRingTester.o .libs/libgeos.lax/liboperation.a/IsSimpleOp.o .libs/libgeos.lax/liboperation.a/IsValidOp.o .libs/libgeos.lax/liboperation.a/LineBuilder.o .libs/libgeos.lax/liboperation.a/LineMergeDirectedEdge.o .libs/libgeos.lax/liboperation.a/LineMergeEdge.o .libs/libgeos.lax/liboperation.a/LineMergeGraph.o .libs/libgeos.lax/liboperation.a/LineMerger.o .libs/libgeos.lax/liboperation.a/LineSequencer.o .libs/libgeos.lax/liboperation.a/LineStringSnapper.o .libs/libgeos.lax/liboperation.a/MaximalEdgeRing.o .libs/libgeos.lax/liboperation.a/MinimalEdgeRing.o .libs/libgeos.lax/liboperation.a/OffsetCurveBuilder.o .libs/libgeos.lax/liboperation.a/OffsetCurveSetBuilder.o .libs/libgeos.lax/liboperation.a/OffsetPointGenerator.o .libs/libgeos.lax/liboperation.a/OffsetSegmentGenerator.o .libs/libgeos.lax/liboperation.a/OverlayNodeFactory.o .libs/libgeos.lax/liboperation.a/OverlayOp.o .libs/libgeos.lax/liboperation.a/OverlayResultValidator.o .libs/libgeos.lax/liboperation.a/PointBuilder.o .libs/libgeos.lax/liboperation.a/PointGeometryUnion.o .libs/libgeos.lax/liboperation.a/PolygonBuilder.o .libs/libgeos.lax/liboperation.a/PolygonizeDirectedEdge.o .libs/libgeos.lax/liboperation.a/PolygonizeEdge.o .libs/libgeos.lax/liboperation.a/PolygonizeGraph.o .libs/libgeos.lax/liboperation.a/Polygonizer.o .libs/libgeos.lax/liboperation.a/QuadtreeNestedRingTester.o .libs/libgeos.lax/liboperation.a/RectangleContains.o .libs/libgeos.lax/liboperation.a/RectangleIntersects.o .libs/libgeos.lax/liboperation.a/RelateComputer.o .libs/libgeos.lax/liboperation.a/RelateNode.o .libs/libgeos.lax/liboperation.a/RelateNodeFactory.o .libs/libgeos.lax/liboperation.a/RelateNodeGraph.o .libs/libgeos.lax/liboperation.a/RelateOp.o .libs/libgeos.lax/liboperation.a/RepeatedPointTester.o .libs/libgeos.lax/liboperation.a/RightmostEdgeFinder.o .libs/libgeos.lax/liboperation.a/SegmentIntersectionTester.o .libs/libgeos.lax/liboperation.a/SharedPathsOp.o .libs/libgeos.lax/liboperation.a/SimpleNestedRingTester.o .libs/libgeos.lax/liboperation.a/SnapIfNeededOverlayOp.o .libs/libgeos.lax/liboperation.a/SnapOverlayOp.o .libs/libgeos.lax/liboperation.a/SubgraphDepthLocater.o .libs/libgeos.lax/liboperation.a/SweeplineNestedRingTester.o .libs/libgeos.lax/liboperation.a/TopologyValidationError.o .libs/libgeos.lax/liboperation.a/UnaryUnionOp.o .libs/libgeos.lax/libplanargraph.a/ConnectedSubgraphFinder.o .libs/libgeos.lax/lt4-DirectedEdge.o .libs/libgeos.lax/lt5-DirectedEdgeStar.o .libs/libgeos.lax/lt6-Edge.o .libs/libgeos.lax/lt7-Node.o .libs/libgeos.lax/lt8-NodeMap.o .libs/libgeos.lax/lt9-PlanarGraph.o .libs/libgeos.lax/libplanargraph.a/Subgraph.o .libs/libgeos.lax/libprecision.a/CommonBits.o .libs/libgeos.lax/libprecision.a/CommonBitsOp.o .libs/libgeos.lax/libprecision.a/CommonBitsRemover.o .libs/libgeos.lax/libprecision.a/EnhancedPrecisionOp.o .libs/libgeos.lax/libprecision.a/SimpleGeometryPrecisionReducer.o .libs/libgeos.lax/libsimplify.a/DouglasPeuckerLineSimplifier.o .libs/libgeos.lax/libsimplify.a/DouglasPeuckerSimplifier.o .libs/libgeos.lax/libsimplify.a/LineSegmentIndex.o .libs/libgeos.lax/libsimplify.a/TaggedLineSegment.o .libs/libgeos.lax/libsimplify.a/TaggedLineString.o .libs/libgeos.lax/libsimplify.a/TaggedLineStringSimplifier.o .libs/libgeos.lax/libsimplify.a/TaggedLinesSimplifier.o .libs/libgeos.lax/libsimplify.a/TopologyPreservingSimplifier.o .libs/libgeos.lax/libutil.a/Assert.o .libs/libgeos.lax/libutil.a/GeometricShapeFactory.o .libs/libgeos.lax/libutil.a/Profiler.o .libs/libgeos.lax/libutil.a/math.o | |
libtool: link: ranlib .libs/libgeos.a | |
libtool: link: rm -fr .libs/libgeos.lax .libs/libgeos.lax | |
libtool: link: ( cd ".libs" && rm -f "libgeos.la" && ln -s "../libgeos.la" "libgeos.la" ) | |
make[2]: Leaving directory `/vagrant/archesproject/Install/geos-3.3.8/src' | |
make[1]: Leaving directory `/vagrant/archesproject/Install/geos-3.3.8/src' | |
Making all in capi | |
make[1]: Entering directory `/vagrant/archesproject/Install/geos-3.3.8/capi' | |
/bin/bash ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../include -I../include/geos -I../include -DGEOS_CAPI_VERSION='"3.3.8-CAPI-1.7.8"' -DGEOS_JTS_PORT='"1.12.0"' -DGEOS_INLINE -pedantic -Wall -ansi -Wno-long-long -ffloat-store -g -O2 -MT libgeos_c_la-geos_c.lo -MD -MP -MF .deps/libgeos_c_la-geos_c.Tpo -c -o libgeos_c_la-geos_c.lo `test -f 'geos_c.cpp' || echo './'`geos_c.cpp | |
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../include -I../include/geos -I../include -DGEOS_CAPI_VERSION=\"3.3.8-CAPI-1.7.8\" -DGEOS_JTS_PORT=\"1.12.0\" -DGEOS_INLINE -pedantic -Wall -ansi -Wno-long-long -ffloat-store -g -O2 -MT libgeos_c_la-geos_c.lo -MD -MP -MF .deps/libgeos_c_la-geos_c.Tpo -c geos_c.cpp -fPIC -DPIC -o .libs/libgeos_c_la-geos_c.o | |
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../include -I../include/geos -I../include -DGEOS_CAPI_VERSION=\"3.3.8-CAPI-1.7.8\" -DGEOS_JTS_PORT=\"1.12.0\" -DGEOS_INLINE -pedantic -Wall -ansi -Wno-long-long -ffloat-store -g -O2 -MT libgeos_c_la-geos_c.lo -MD -MP -MF .deps/libgeos_c_la-geos_c.Tpo -c geos_c.cpp -o libgeos_c_la-geos_c.o >/dev/null 2>&1 | |
mv -f .deps/libgeos_c_la-geos_c.Tpo .deps/libgeos_c_la-geos_c.Plo | |
/bin/bash ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../include -I../include/geos -I../include -DGEOS_CAPI_VERSION='"3.3.8-CAPI-1.7.8"' -DGEOS_JTS_PORT='"1.12.0"' -DGEOS_INLINE -pedantic -Wall -ansi -Wno-long-long -ffloat-store -g -O2 -MT libgeos_c_la-geos_ts_c.lo -MD -MP -MF .deps/libgeos_c_la-geos_ts_c.Tpo -c -o libgeos_c_la-geos_ts_c.lo `test -f 'geos_ts_c.cpp' || echo './'`geos_ts_c.cpp | |
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../include -I../include/geos -I../include -DGEOS_CAPI_VERSION=\"3.3.8-CAPI-1.7.8\" -DGEOS_JTS_PORT=\"1.12.0\" -DGEOS_INLINE -pedantic -Wall -ansi -Wno-long-long -ffloat-store -g -O2 -MT libgeos_c_la-geos_ts_c.lo -MD -MP -MF .deps/libgeos_c_la-geos_ts_c.Tpo -c geos_ts_c.cpp -fPIC -DPIC -o .libs/libgeos_c_la-geos_ts_c.o | |
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../include -I../include/geos -I../include -DGEOS_CAPI_VERSION=\"3.3.8-CAPI-1.7.8\" -DGEOS_JTS_PORT=\"1.12.0\" -DGEOS_INLINE -pedantic -Wall -ansi -Wno-long-long -ffloat-store -g -O2 -MT libgeos_c_la-geos_ts_c.lo -MD -MP -MF .deps/libgeos_c_la-geos_ts_c.Tpo -c geos_ts_c.cpp -o libgeos_c_la-geos_ts_c.o >/dev/null 2>&1 | |
mv -f .deps/libgeos_c_la-geos_ts_c.Tpo .deps/libgeos_c_la-geos_ts_c.Plo | |
/bin/bash ../libtool --tag=CXX --mode=link g++ -DGEOS_INLINE -pedantic -Wall -ansi -Wno-long-long -ffloat-store -g -O2 -version-info 8:8:7 -no-undefined -o libgeos_c.la -rpath /usr/local/lib libgeos_c_la-geos_c.lo libgeos_c_la-geos_ts_c.lo ../src/libgeos.la | |
libtool: link: g++ -fPIC -DPIC -shared -nostdlib /usr/lib/gcc/i686-linux-gnu/4.6/../../../i386-linux-gnu/crti.o /usr/lib/gcc/i686-linux-gnu/4.6/crtbeginS.o .libs/libgeos_c_la-geos_c.o .libs/libgeos_c_la-geos_ts_c.o -Wl,-rpath -Wl,/vagrant/archesproject/Install/geos-3.3.8/src/.libs ../src/.libs/libgeos.so -L/usr/lib/gcc/i686-linux-gnu/4.6 -L/usr/lib/gcc/i686-linux-gnu/4.6/../../../i386-linux-gnu -L/usr/lib/gcc/i686-linux-gnu/4.6/../../../../lib -L/lib/i386-linux-gnu -L/lib/../lib -L/usr/lib/i386-linux-gnu -L/usr/lib/../lib -L/usr/lib/gcc/i686-linux-gnu/4.6/../../.. -lstdc++ -lm -lc -lgcc_s /usr/lib/gcc/i686-linux-gnu/4.6/crtendS.o /usr/lib/gcc/i686-linux-gnu/4.6/../../../i386-linux-gnu/crtn.o -O2 -Wl,-soname -Wl,libgeos_c.so.1 -o .libs/libgeos_c.so.1.7.8 | |
libtool: link: (cd ".libs" && rm -f "libgeos_c.so.1" && ln -s "libgeos_c.so.1.7.8" "libgeos_c.so.1") | |
libtool: link: (cd ".libs" && rm -f "libgeos_c.so" && ln -s "libgeos_c.so.1.7.8" "libgeos_c.so") | |
libtool: link: ar cru .libs/libgeos_c.a libgeos_c_la-geos_c.o libgeos_c_la-geos_ts_c.o | |
libtool: link: ranlib .libs/libgeos_c.a | |
libtool: link: ( cd ".libs" && rm -f "libgeos_c.la" && ln -s "../libgeos_c.la" "libgeos_c.la" ) | |
make[1]: Leaving directory `/vagrant/archesproject/Install/geos-3.3.8/capi' | |
Making all in doc | |
make[1]: Entering directory `/vagrant/archesproject/Install/geos-3.3.8/doc' | |
g++ -DHAVE_CONFIG_H -I. -I../include -I../include/geos -I../include -DGEOS_INLINE -pedantic -Wall -ansi -Wno-long-long -ffloat-store -g -O2 -MT example.o -MD -MP -MF .deps/example.Tpo -c -o example.o example.cpp | |
mv -f .deps/example.Tpo .deps/example.Po | |
/bin/bash ../libtool --tag=CXX --mode=link g++ -DGEOS_INLINE -pedantic -Wall -ansi -Wno-long-long -ffloat-store -g -O2 -o example example.o ../src/libgeos.la ../src/libgeos.la | |
libtool: link: g++ -DGEOS_INLINE -pedantic -Wall -ansi -Wno-long-long -ffloat-store -g -O2 -o .libs/example example.o ../src/.libs/libgeos.so | |
make[1]: Leaving directory `/vagrant/archesproject/Install/geos-3.3.8/doc' | |
Making all in macros | |
make[1]: Entering directory `/vagrant/archesproject/Install/geos-3.3.8/macros' | |
make[1]: Nothing to be done for `all'. | |
make[1]: Leaving directory `/vagrant/archesproject/Install/geos-3.3.8/macros' | |
Making all in swig | |
make[1]: Entering directory `/vagrant/archesproject/Install/geos-3.3.8/swig' | |
make[2]: Entering directory `/vagrant/archesproject/Install/geos-3.3.8/swig' | |
make[2]: Nothing to be done for `all-am'. | |
make[2]: Leaving directory `/vagrant/archesproject/Install/geos-3.3.8/swig' | |
make[1]: Leaving directory `/vagrant/archesproject/Install/geos-3.3.8/swig' | |
Making all in php | |
make[1]: Entering directory `/vagrant/archesproject/Install/geos-3.3.8/php' | |
make[2]: Entering directory `/vagrant/archesproject/Install/geos-3.3.8/php' | |
make[2]: Nothing to be done for `all-am'. | |
make[2]: Leaving directory `/vagrant/archesproject/Install/geos-3.3.8/php' | |
make[1]: Leaving directory `/vagrant/archesproject/Install/geos-3.3.8/php' | |
Making all in tests | |
make[1]: Entering directory `/vagrant/archesproject/Install/geos-3.3.8/tests' | |
Making all in bigtest | |
make[2]: Entering directory `/vagrant/archesproject/Install/geos-3.3.8/tests/bigtest' | |
make[2]: Nothing to be done for `all'. | |
make[2]: Leaving directory `/vagrant/archesproject/Install/geos-3.3.8/tests/bigtest' | |
Making all in xmltester | |
make[2]: Entering directory `/vagrant/archesproject/Install/geos-3.3.8/tests/xmltester' | |
g++ -DHAVE_CONFIG_H -I. -I../../include -I../../include/geos -I../../include -I../../src/io/tinyxml -DTIXML_USE_STL -DGEOS_INLINE -pedantic -Wall -ansi -Wno-long-long -ffloat-store -g -O2 -MT SimpleWKTTester.o -MD -MP -MF .deps/SimpleWKTTester.Tpo -c -o SimpleWKTTester.o SimpleWKTTester.cpp | |
mv -f .deps/SimpleWKTTester.Tpo .deps/SimpleWKTTester.Po | |
/bin/bash ../../libtool --tag=CXX --mode=link g++ -DGEOS_INLINE -pedantic -Wall -ansi -Wno-long-long -ffloat-store -g -O2 -o SimpleWKTTester SimpleWKTTester.o ../../src/libgeos.la ../../src/libgeos.la | |
libtool: link: g++ -DGEOS_INLINE -pedantic -Wall -ansi -Wno-long-long -ffloat-store -g -O2 -o .libs/SimpleWKTTester SimpleWKTTester.o ../../src/.libs/libgeos.so | |
g++ -DHAVE_CONFIG_H -I. -I../../include -I../../include/geos -I../../include -I../../src/io/tinyxml -DTIXML_USE_STL -DGEOS_INLINE -pedantic -Wall -ansi -Wno-long-long -ffloat-store -g -O2 -MT XMLTester.o -MD -MP -MF .deps/XMLTester.Tpo -c -o XMLTester.o XMLTester.cpp | |
mv -f .deps/XMLTester.Tpo .deps/XMLTester.Po | |
g++ -DHAVE_CONFIG_H -I. -I../../include -I../../include/geos -I../../include -I../../src/io/tinyxml -DTIXML_USE_STL -DGEOS_INLINE -pedantic -Wall -ansi -Wno-long-long -ffloat-store -g -O2 -MT tinyxml.o -MD -MP -MF .deps/tinyxml.Tpo -c -o tinyxml.o `test -f 'tinyxml/tinyxml.cpp' || echo './'`tinyxml/tinyxml.cpp | |
mv -f .deps/tinyxml.Tpo .deps/tinyxml.Po | |
g++ -DHAVE_CONFIG_H -I. -I../../include -I../../include/geos -I../../include -I../../src/io/tinyxml -DTIXML_USE_STL -DGEOS_INLINE -pedantic -Wall -ansi -Wno-long-long -ffloat-store -g -O2 -MT tinystr.o -MD -MP -MF .deps/tinystr.Tpo -c -o tinystr.o `test -f 'tinyxml/tinystr.cpp' || echo './'`tinyxml/tinystr.cpp | |
mv -f .deps/tinystr.Tpo .deps/tinystr.Po | |
g++ -DHAVE_CONFIG_H -I. -I../../include -I../../include/geos -I../../include -I../../src/io/tinyxml -DTIXML_USE_STL -DGEOS_INLINE -pedantic -Wall -ansi -Wno-long-long -ffloat-store -g -O2 -MT tinyxmlerror.o -MD -MP -MF .deps/tinyxmlerror.Tpo -c -o tinyxmlerror.o `test -f 'tinyxml/tinyxmlerror.cpp' || echo './'`tinyxml/tinyxmlerror.cpp | |
mv -f .deps/tinyxmlerror.Tpo .deps/tinyxmlerror.Po | |
g++ -DHAVE_CONFIG_H -I. -I../../include -I../../include/geos -I../../include -I../../src/io/tinyxml -DTIXML_USE_STL -DGEOS_INLINE -pedantic -Wall -ansi -Wno-long-long -ffloat-store -g -O2 -MT tinyxmlparser.o -MD -MP -MF .deps/tinyxmlparser.Tpo -c -o tinyxmlparser.o `test -f 'tinyxml/tinyxmlparser.cpp' || echo './'`tinyxml/tinyxmlparser.cpp | |
mv -f .deps/tinyxmlparser.Tpo .deps/tinyxmlparser.Po | |
g++ -DHAVE_CONFIG_H -I. -I../../include -I../../include/geos -I../../include -I../../src/io/tinyxml -DTIXML_USE_STL -DGEOS_INLINE -pedantic -Wall -ansi -Wno-long-long -ffloat-store -g -O2 -MT BufferResultMatcher.o -MD -MP -MF .deps/BufferResultMatcher.Tpo -c -o BufferResultMatcher.o BufferResultMatcher.cpp | |
mv -f .deps/BufferResultMatcher.Tpo .deps/BufferResultMatcher.Po | |
g++ -DHAVE_CONFIG_H -I. -I../../include -I../../include/geos -I../../include -I../../src/io/tinyxml -DTIXML_USE_STL -DGEOS_INLINE -pedantic -Wall -ansi -Wno-long-long -ffloat-store -g -O2 -MT SingleSidedBufferResultMatcher.o -MD -MP -MF .deps/SingleSidedBufferResultMatcher.Tpo -c -o SingleSidedBufferResultMatcher.o SingleSidedBufferResultMatcher.cpp | |
mv -f .deps/SingleSidedBufferResultMatcher.Tpo .deps/SingleSidedBufferResultMatcher.Po | |
/bin/bash ../../libtool --tag=CXX --mode=link g++ -DGEOS_INLINE -pedantic -Wall -ansi -Wno-long-long -ffloat-store -g -O2 -o XMLTester XMLTester.o tinyxml.o tinystr.o tinyxmlerror.o tinyxmlparser.o BufferResultMatcher.o SingleSidedBufferResultMatcher.o ../../src/libgeos.la ../../src/libgeos.la | |
libtool: link: g++ -DGEOS_INLINE -pedantic -Wall -ansi -Wno-long-long -ffloat-store -g -O2 -o .libs/XMLTester XMLTester.o tinyxml.o tinystr.o tinyxmlerror.o tinyxmlparser.o BufferResultMatcher.o SingleSidedBufferResultMatcher.o ../../src/.libs/libgeos.so | |
make[2]: Leaving directory `/vagrant/archesproject/Install/geos-3.3.8/tests/xmltester' | |
Making all in unit | |
make[2]: Entering directory `/vagrant/archesproject/Install/geos-3.3.8/tests/unit' | |
make[2]: Nothing to be done for `all'. | |
make[2]: Leaving directory `/vagrant/archesproject/Install/geos-3.3.8/tests/unit' | |
Making all in perf | |
make[2]: Entering directory `/vagrant/archesproject/Install/geos-3.3.8/tests/perf' | |
Making all in operation | |
make[3]: Entering directory `/vagrant/archesproject/Install/geos-3.3.8/tests/perf/operation' | |
Making all in buffer | |
make[4]: Entering directory `/vagrant/archesproject/Install/geos-3.3.8/tests/perf/operation/buffer' | |
g++ -DHAVE_CONFIG_H -I. -I../../../../include -I../../../../include/geos -I../../../../include -I../../../../src/io/markup -DGEOS_INLINE -pedantic -Wall -ansi -Wno-long-long -ffloat-store -g -O2 -MT IteratedBufferStressTest.o -MD -MP -MF .deps/IteratedBufferStressTest.Tpo -c -o IteratedBufferStressTest.o IteratedBufferStressTest.cpp | |
mv -f .deps/IteratedBufferStressTest.Tpo .deps/IteratedBufferStressTest.Po | |
/bin/bash ../../../../libtool --tag=CXX --mode=link g++ -DGEOS_INLINE -pedantic -Wall -ansi -Wno-long-long -ffloat-store -g -O2 -o IteratedBufferStressTest IteratedBufferStressTest.o ../../../../src/libgeos.la ../../../../src/libgeos.la | |
libtool: link: g++ -DGEOS_INLINE -pedantic -Wall -ansi -Wno-long-long -ffloat-store -g -O2 -o .libs/IteratedBufferStressTest IteratedBufferStressTest.o ../../../../src/.libs/libgeos.so | |
make[4]: Leaving directory `/vagrant/archesproject/Install/geos-3.3.8/tests/perf/operation/buffer' | |
Making all in predicate | |
make[4]: Entering directory `/vagrant/archesproject/Install/geos-3.3.8/tests/perf/operation/predicate' | |
g++ -DHAVE_CONFIG_H -I. -I../../../../include -I../../../../include/geos -I../../../../include -I../../../../src/io/markup -DGEOS_INLINE -pedantic -Wall -ansi -Wno-long-long -ffloat-store -g -O2 -MT RectangleIntersectsPerfTest.o -MD -MP -MF .deps/RectangleIntersectsPerfTest.Tpo -c -o RectangleIntersectsPerfTest.o RectangleIntersectsPerfTest.cpp | |
mv -f .deps/RectangleIntersectsPerfTest.Tpo .deps/RectangleIntersectsPerfTest.Po | |
/bin/bash ../../../../libtool --tag=CXX --mode=link g++ -DGEOS_INLINE -pedantic -Wall -ansi -Wno-long-long -ffloat-store -g -O2 -o RectangleIntersectsPerfTest RectangleIntersectsPerfTest.o ../../../../src/libgeos.la ../../../../src/libgeos.la | |
libtool: link: g++ -DGEOS_INLINE -pedantic -Wall -ansi -Wno-long-long -ffloat-store -g -O2 -o .libs/RectangleIntersectsPerfTest RectangleIntersectsPerfTest.o ../../../../src/.libs/libgeos.so | |
make[4]: Leaving directory `/vagrant/archesproject/Install/geos-3.3.8/tests/perf/operation/predicate' | |
make[4]: Entering directory `/vagrant/archesproject/Install/geos-3.3.8/tests/perf/operation' | |
make[4]: Nothing to be done for `all-am'. | |
make[4]: Leaving directory `/vagrant/archesproject/Install/geos-3.3.8/tests/perf/operation' | |
make[3]: Leaving directory `/vagrant/archesproject/Install/geos-3.3.8/tests/perf/operation' | |
Making all in capi | |
make[3]: Entering directory `/vagrant/archesproject/Install/geos-3.3.8/tests/perf/capi' | |
make[3]: Nothing to be done for `all'. | |
make[3]: Leaving directory `/vagrant/archesproject/Install/geos-3.3.8/tests/perf/capi' | |
make[3]: Entering directory `/vagrant/archesproject/Install/geos-3.3.8/tests/perf' | |
make[3]: Nothing to be done for `all-am'. | |
make[3]: Leaving directory `/vagrant/archesproject/Install/geos-3.3.8/tests/perf' | |
make[2]: Leaving directory `/vagrant/archesproject/Install/geos-3.3.8/tests/perf' | |
Making all in geostest | |
make[2]: Entering directory `/vagrant/archesproject/Install/geos-3.3.8/tests/geostest' | |
make[2]: Nothing to be done for `all'. | |
make[2]: Leaving directory `/vagrant/archesproject/Install/geos-3.3.8/tests/geostest' | |
Making all in thread | |
make[2]: Entering directory `/vagrant/archesproject/Install/geos-3.3.8/tests/thread' | |
make[2]: Nothing to be done for `all'. | |
make[2]: Leaving directory `/vagrant/archesproject/Install/geos-3.3.8/tests/thread' | |
make[2]: Entering directory `/vagrant/archesproject/Install/geos-3.3.8/tests' | |
make[2]: Nothing to be done for `all-am'. | |
make[2]: Leaving directory `/vagrant/archesproject/Install/geos-3.3.8/tests' | |
make[1]: Leaving directory `/vagrant/archesproject/Install/geos-3.3.8/tests' | |
Making all in tools | |
make[1]: Entering directory `/vagrant/archesproject/Install/geos-3.3.8/tools' | |
make[1]: Nothing to be done for `all'. | |
make[1]: Leaving directory `/vagrant/archesproject/Install/geos-3.3.8/tools' | |
make[1]: Entering directory `/vagrant/archesproject/Install/geos-3.3.8' | |
make[1]: Nothing to be done for `all-am'. | |
make[1]: Leaving directory `/vagrant/archesproject/Install/geos-3.3.8' | |
Making install in include | |
make[1]: Entering directory `/vagrant/archesproject/Install/geos-3.3.8/include' | |
Making install in geos | |
make[2]: Entering directory `/vagrant/archesproject/Install/geos-3.3.8/include/geos' | |
Making install in algorithm | |
make[3]: Entering directory `/vagrant/archesproject/Install/geos-3.3.8/include/geos/algorithm' | |
Making install in locate | |
make[4]: Entering directory `/vagrant/archesproject/Install/geos-3.3.8/include/geos/algorithm/locate' | |
make[5]: Entering directory `/vagrant/archesproject/Install/geos-3.3.8/include/geos/algorithm/locate' | |
make[6]: Entering directory `/vagrant/archesproject/Install/geos-3.3.8/include/geos/algorithm/locate' | |
make[6]: Nothing to be done for `install-exec-am'. | |
test -z "/usr/local/include/geos/algorithm/locate" || /bin/mkdir -p "/usr/local/include/geos/algorithm/locate" | |
/usr/bin/install -c -m 644 IndexedPointInAreaLocator.h PointOnGeometryLocator.h SimplePointInAreaLocator.h '/usr/local/include/geos/algorithm/locate' | |
make[6]: Leaving directory `/vagrant/archesproject/Install/geos-3.3.8/include/geos/algorithm/locate' | |
make[5]: Leaving directory `/vagrant/archesproject/Install/geos-3.3.8/include/geos/algorithm/locate' | |
make[4]: Leaving directory `/vagrant/archesproject/Install/geos-3.3.8/include/geos/algorithm/locate' | |
Making install in distance | |
make[4]: Entering directory `/vagrant/archesproject/Install/geos-3.3.8/include/geos/algorithm/distance' | |
make[5]: Entering directory `/vagrant/archesproject/Install/geos-3.3.8/include/geos/algorithm/distance' | |
make[6]: Entering directory `/vagrant/archesproject/Install/geos-3.3.8/include/geos/algorithm/distance' | |
make[6]: Nothing to be done for `install-exec-am'. | |
test -z "/usr/local/include/geos/algorithm/distance" || /bin/mkdir -p "/usr/local/include/geos/algorithm/distance" | |
/usr/bin/install -c -m 644 DiscreteHausdorffDistance.h DistanceToPoint.h PointPairDistance.h '/usr/local/include/geos/algorithm/distance' | |
make[6]: Leaving directory `/vagrant/archesproject/Install/geos-3.3.8/include/geos/algorithm/distance' | |
make[5]: Leaving directory `/vagrant/archesproject/Install/geos-3.3.8/include/geos/algorithm/distance' | |
make[4]: Leaving directory `/vagrant/archesproject/Install/geos-3.3.8/include/geos/algorithm/distance' | |
make[4]: Entering directory `/vagrant/archesproject/Install/geos-3.3.8/include/geos/algorithm' | |
make[5]: Entering directory `/vagrant/archesproject/Install/geos-3.3.8/include/geos/algorithm' | |
make[5]: Nothing to be done for `install-exec-am'. | |
test -z "/usr/local/include/geos/algorithm" || /bin/mkdir -p "/usr/local/include/geos/algorithm" | |
/usr/bin/install -c -m 644 Angle.h BoundaryNodeRule.h CentralEndpointIntersector.h CentroidArea.h CentroidLine.h CentroidPoint.h CGAlgorithms.h ConvexHull.h ConvexHull.inl HCoordinate.h InteriorPointArea.h InteriorPointLine.h InteriorPointPoint.h LineIntersector.h MCPointInRing.h MinimumDiameter.h NotRepresentableException.h PointInRing.h PointLocator.h RayCrossingCounter.h RobustDeterminant.h SimplePointInRing.h SIRtreePointInRing.h '/usr/local/include/geos/algorithm' | |
make[5]: Leaving directory `/vagrant/archesproject/Install/geos-3.3.8/include/geos/algorithm' | |
make[4]: Leaving directory `/vagrant/archesproject/Install/geos-3.3.8/include/geos/algorithm' | |
make[3]: Leaving directory `/vagrant/archesproject/Install/geos-3.3.8/include/geos/algorithm' | |
Making install in geom | |
make[3]: Entering directory `/vagrant/archesproject/Install/geos-3.3.8/include/geos/geom' | |
Making install in util | |
make[4]: Entering directory `/vagrant/archesproject/Install/geos-3.3.8/include/geos/geom/util' | |
make[5]: Entering directory `/vagrant/archesproject/Install/geos-3.3.8/include/geos/geom/util' | |
make[5]: Nothing to be done for `install-exec-am'. | |
test -z "/usr/local/include/geos/geom/util" || /bin/mkdir -p "/usr/local/include/geos/geom/util" | |
/usr/bin/install -c -m 644 ComponentCoordinateExtracter.h CoordinateOperation.h GeometryCombiner.h GeometryEditor.h GeometryEditorOperation.h GeometryExtracter.h GeometryTransformer.h LinearComponentExtracter.h PointExtracter.h PolygonExtracter.h ShortCircuitedGeometryVisitor.h SineStarFactory.h '/usr/local/include/geos/geom/util' | |
make[5]: Leaving directory `/vagrant/archesproject/Install/geos-3.3.8/include/geos/geom/util' | |
make[4]: Leaving directory `/vagrant/archesproject/Install/geos-3.3.8/include/geos/geom/util' | |
Making install in prep | |
make[4]: Entering directory `/vagrant/archesproject/Install/geos-3.3.8/include/geos/geom/prep' | |
make[5]: Entering directory `/vagrant/archesproject/Install/geos-3.3.8/include/geos/geom/prep' | |
make[5]: Nothing to be done for `install-exec-am'. | |
test -z "/usr/local/include/geos/geom/prep" || /bin/mkdir -p "/usr/local/include/geos/geom/prep" | |
/usr/bin/install -c -m 644 AbstractPreparedPolygonContains.h BasicPreparedGeometry.h PreparedGeometryFactory.h PreparedGeometry.h PreparedLineString.h PreparedLineStringIntersects.h PreparedPoint.h PreparedPolygonContains.h PreparedPolygonContainsProperly.h PreparedPolygonCovers.h PreparedPolygon.h PreparedPolygonIntersects.h PreparedPolygonPredicate.h '/usr/local/include/geos/geom/prep' | |
make[5]: Leaving directory `/vagrant/archesproject/Install/geos-3.3.8/include/geos/geom/prep' | |
make[4]: Leaving directory `/vagrant/archesproject/Install/geos-3.3.8/include/geos/geom/prep' | |
make[4]: Entering directory `/vagrant/archesproject/Install/geos-3.3.8/include/geos/geom' | |
make[5]: Entering directory `/vagrant/archesproject/Install/geos-3.3.8/include/geos/geom' | |
make[5]: Nothing to be done for `install-exec-am'. | |
test -z "/usr/local/include/geos/geom" || /bin/mkdir -p "/usr/local/include/geos/geom" | |
/usr/bin/install -c -m 644 BinaryOp.h CoordinateArraySequenceFactory.h CoordinateArraySequenceFactory.inl CoordinateArraySequence.h CoordinateFilter.h Coordinate.h Coordinate.inl CoordinateList.h CoordinateSequenceFactory.h CoordinateSequenceFilter.h CoordinateSequence.h Dimension.h Envelope.h Envelope.inl GeometryCollection.h GeometryCollection.inl GeometryComponentFilter.h GeometryFactory.h GeometryFactory.inl GeometryFilter.h Geometry.h GeometryList.h IntersectionMatrix.h LinearRing.h LineSegment.h LineSegment.inl LineString.h Location.h MultiLineString.h MultiLineString.inl MultiPoint.h MultiPolygon.h MultiPolygon.inl Point.h Polygon.h PrecisionModel.h PrecisionModel.inl Triangle.h Puntal.h Lineal.h '/usr/local/include/geos/geom' | |
/usr/bin/install -c -m 644 Polygonal.h '/usr/local/include/geos/geom' | |
make[5]: Leaving directory `/vagrant/archesproject/Install/geos-3.3.8/include/geos/geom' | |
make[4]: Leaving directory `/vagrant/archesproject/Install/geos-3.3.8/include/geos/geom' | |
make[3]: Leaving directory `/vagrant/archesproject/Install/geos-3.3.8/include/geos/geom' | |
Making install in geomgraph | |
make[3]: Entering directory `/vagrant/archesproject/Install/geos-3.3.8/include/geos/geomgraph' | |
Making install in index | |
make[4]: Entering directory `/vagrant/archesproject/Install/geos-3.3.8/include/geos/geomgraph/index' | |
make[5]: Entering directory `/vagrant/archesproject/Install/geos-3.3.8/include/geos/geomgraph/index' | |
make[5]: Nothing to be done for `install-exec-am'. | |
test -z "/usr/local/include/geos/geomgraph/index" || /bin/mkdir -p "/usr/local/include/geos/geomgraph/index" | |
/usr/bin/install -c -m 644 EdgeSetIntersector.h MonotoneChain.h MonotoneChainEdge.h MonotoneChainIndexer.h SegmentIntersector.h SimpleEdgeSetIntersector.h SimpleMCSweepLineIntersector.h SimpleSweepLineIntersector.h SweepLineEvent.h SweepLineEventObj.h SweepLineSegment.h '/usr/local/include/geos/geomgraph/index' | |
make[5]: Leaving directory `/vagrant/archesproject/Install/geos-3.3.8/include/geos/geomgraph/index' | |
make[4]: Leaving directory `/vagrant/archesproject/Install/geos-3.3.8/include/geos/geomgraph/index' | |
make[4]: Entering directory `/vagrant/archesproject/Install/geos-3.3.8/include/geos/geomgraph' | |
make[5]: Entering directory `/vagrant/archesproject/Install/geos-3.3.8/include/geos/geomgraph' | |
make[5]: Nothing to be done for `install-exec-am'. | |
test -z "/usr/local/include/geos/geomgraph" || /bin/mkdir -p "/usr/local/include/geos/geomgraph" | |
/usr/bin/install -c -m 644 Depth.h DirectedEdge.h DirectedEdge.inl DirectedEdgeStar.h EdgeEnd.h EdgeEndStar.h Edge.h EdgeIntersection.h EdgeIntersectionList.h EdgeList.h EdgeNodingValidator.h EdgeRing.h GeometryGraph.h GeometryGraph.inl GraphComponent.h Label.h NodeFactory.h Node.h NodeMap.h PlanarGraph.h Position.h Quadrant.h TopologyLocation.h '/usr/local/include/geos/geomgraph' | |
make[5]: Leaving directory `/vagrant/archesproject/Install/geos-3.3.8/include/geos/geomgraph' | |
make[4]: Leaving directory `/vagrant/archesproject/Install/geos-3.3.8/include/geos/geomgraph' | |
make[3]: Leaving directory `/vagrant/archesproject/Install/geos-3.3.8/include/geos/geomgraph' | |
Making install in index | |
make[3]: Entering directory `/vagrant/archesproject/Install/geos-3.3.8/include/geos/index' | |
Making install in intervalrtree | |
make[4]: Entering directory `/vagrant/archesproject/Install/geos-3.3.8/include/geos/index/intervalrtree' | |
make[5]: Entering directory `/vagrant/archesproject/Install/geos-3.3.8/include/geos/index/intervalrtree' | |
make[6]: Entering directory `/vagrant/archesproject/Install/geos-3.3.8/include/geos/index/intervalrtree' | |
make[6]: Nothing to be done for `install-exec-am'. | |
test -z "/usr/local/include/geos/index/intervalrtree" || /bin/mkdir -p "/usr/local/include/geos/index/intervalrtree" | |
/usr/bin/install -c -m 644 IntervalRTreeBranchNode.h IntervalRTreeLeafNode.h IntervalRTreeNode.h SortedPackedIntervalRTree.h '/usr/local/include/geos/index/intervalrtree' | |
make[6]: Leaving directory `/vagrant/archesproject/Install/geos-3.3.8/include/geos/index/intervalrtree' | |
make[5]: Leaving directory `/vagrant/archesproject/Install/geos-3.3.8/include/geos/index/intervalrtree' | |
make[4]: Leaving directory `/vagrant/archesproject/Install/geos-3.3.8/include/geos/index/intervalrtree' | |
Making install in sweepline | |
make[4]: Entering directory `/vagrant/archesproject/Install/geos-3.3.8/include/geos/index/sweepline' | |
make[5]: Entering directory `/vagrant/archesproject/Install/geos-3.3.8/include/geos/index/sweepline' | |
make[6]: Entering directory `/vagrant/archesproject/Install/geos-3.3.8/include/geos/index/sweepline' | |
make[6]: Nothing to be done for `install-exec-am'. | |
test -z "/usr/local/include/geos/index/sweepline" || /bin/mkdir -p "/usr/local/include/geos/index/sweepline" | |
/usr/bin/install -c -m 644 SweepLineEvent.h SweepLineIndex.h SweepLineInterval.h SweepLineOverlapAction.h '/usr/local/include/geos/index/sweepline' | |
make[6]: Leaving directory `/vagrant/archesproject/Install/geos-3.3.8/include/geos/index/sweepline' | |
make[5]: Leaving directory `/vagrant/archesproject/Install/geos-3.3.8/include/geos/index/sweepline' | |
make[4]: Leaving directory `/vagrant/archesproject/Install/geos-3.3.8/include/geos/index/sweepline' | |
Making install in strtree | |
make[4]: Entering directory `/vagrant/archesproject/Install/geos-3.3.8/include/geos/index/strtree' | |
make[5]: Entering directory `/vagrant/archesproject/Install/geos-3.3.8/include/geos/index/strtree' | |
make[6]: Entering directory `/vagrant/archesproject/Install/geos-3.3.8/include/geos/index/strtree' | |
make[6]: Nothing to be done for `install-exec-am'. | |
test -z "/usr/local/include/geos/index/strtree" || /bin/mkdir -p "/usr/local/include/geos/index/strtree" | |
/usr/bin/install -c -m 644 AbstractNode.h AbstractSTRtree.h Boundable.h Interval.h ItemBoundable.h SIRtree.h STRtree.h '/usr/local/include/geos/index/strtree' | |
make[6]: Leaving directory `/vagrant/archesproject/Install/geos-3.3.8/include/geos/index/strtree' | |
make[5]: Leaving directory `/vagrant/archesproject/Install/geos-3.3.8/include/geos/index/strtree' | |
make[4]: Leaving directory `/vagrant/archesproject/Install/geos-3.3.8/include/geos/index/strtree' | |
Making install in quadtree | |
make[4]: Entering directory `/vagrant/archesproject/Install/geos-3.3.8/include/geos/index/quadtree' | |
make[5]: Entering directory `/vagrant/archesproject/Install/geos-3.3.8/include/geos/index/quadtree' | |
make[6]: Entering directory `/vagrant/archesproject/Install/geos-3.3.8/include/geos/index/quadtree' | |
make[6]: Nothing to be done for `install-exec-am'. | |
test -z "/usr/local/include/geos/index/quadtree" || /bin/mkdir -p "/usr/local/include/geos/index/quadtree" | |
/usr/bin/install -c -m 644 DoubleBits.h IntervalSize.h Key.h NodeBase.h Node.h Quadtree.h Root.h '/usr/local/include/geos/index/quadtree' | |
make[6]: Leaving directory `/vagrant/archesproject/Install/geos-3.3.8/include/geos/index/quadtree' | |
make[5]: Leaving directory `/vagrant/archesproject/Install/geos-3.3.8/include/geos/index/quadtree' | |
make[4]: Leaving directory `/vagrant/archesproject/Install/geos-3.3.8/include/geos/index/quadtree' | |
Making install in bintree | |
make[4]: Entering directory `/vagrant/archesproject/Install/geos-3.3.8/include/geos/index/bintree' | |
make[5]: Entering directory `/vagrant/archesproject/Install/geos-3.3.8/include/geos/index/bintree' | |
make[6]: Entering directory `/vagrant/archesproject/Install/geos-3.3.8/include/geos/index/bintree' | |
make[6]: Nothing to be done for `install-exec-am'. | |
test -z "/usr/local/include/geos/index/bintree" || /bin/mkdir -p "/usr/local/include/geos/index/bintree" | |
/usr/bin/install -c -m 644 Bintree.h Interval.h Key.h NodeBase.h Node.h Root.h '/usr/local/include/geos/index/bintree' | |
make[6]: Leaving directory `/vagrant/archesproject/Install/geos-3.3.8/include/geos/index/bintree' | |
make[5]: Leaving directory `/vagrant/archesproject/Install/geos-3.3.8/include/geos/index/bintree' | |
make[4]: Leaving directory `/vagrant/archesproject/Install/geos-3.3.8/include/geos/index/bintree' | |
Making install in chain | |
make[4]: Entering directory `/vagrant/archesproject/Install/geos-3.3.8/include/geos/index/chain' | |
make[5]: Entering directory `/vagrant/archesproject/Install/geos-3.3.8/include/geos/index/chain' | |
make[6]: Entering directory `/vagrant/archesproject/Install/geos-3.3.8/include/geos/index/chain' | |
make[6]: Nothing to be done for `install-exec-am'. | |
test -z "/usr/local/include/geos/index/chain" || /bin/mkdir -p "/usr/local/include/geos/index/chain" | |
/usr/bin/install -c -m 644 MonotoneChain.h MonotoneChainBuilder.h MonotoneChainOverlapAction.h MonotoneChainSelectAction.h '/usr/local/include/geos/index/chain' | |
make[6]: Leaving directory `/vagrant/archesproject/Install/geos-3.3.8/include/geos/index/chain' | |
make[5]: Leaving directory `/vagrant/archesproject/Install/geos-3.3.8/include/geos/index/chain' | |
make[4]: Leaving directory `/vagrant/archesproject/Install/geos-3.3.8/include/geos/index/chain' | |
make[4]: Entering directory `/vagrant/archesproject/Install/geos-3.3.8/include/geos/index' | |
make[5]: Entering directory `/vagrant/archesproject/Install/geos-3.3.8/include/geos/index' | |
make[5]: Nothing to be done for `install-exec-am'. | |
test -z "/usr/local/include/geos/index" || /bin/mkdir -p "/usr/local/include/geos/index" | |
/usr/bin/install -c -m 644 ItemVisitor.h SpatialIndex.h '/usr/local/include/geos/index' | |
make[5]: Leaving directory `/vagrant/archesproject/Install/geos-3.3.8/include/geos/index' | |
make[4]: Leaving directory `/vagrant/archesproject/Install/geos-3.3.8/include/geos/index' | |
make[3]: Leaving directory `/vagrant/archesproject/Install/geos-3.3.8/include/geos/index' | |
Making install in io | |
make[3]: Entering directory `/vagrant/archesproject/Install/geos-3.3.8/include/geos/io' | |
make[4]: Entering directory `/vagrant/archesproject/Install/geos-3.3.8/include/geos/io' | |
make[5]: Entering directory `/vagrant/archesproject/Install/geos-3.3.8/include/geos/io' | |
make[5]: Nothing to be done for `install-exec-am'. | |
test -z "/usr/local/include/geos/io" || /bin/mkdir -p "/usr/local/include/geos/io" | |
/usr/bin/install -c -m 644 ByteOrderDataInStream.h ByteOrderDataInStream.inl ByteOrderValues.h CLocalizer.h ParseException.h StringTokenizer.h WKBConstants.h WKBReader.h WKBWriter.h WKTReader.h WKTReader.inl WKTWriter.h Writer.h '/usr/local/include/geos/io' | |
make[5]: Leaving directory `/vagrant/archesproject/Install/geos-3.3.8/include/geos/io' | |
make[4]: Leaving directory `/vagrant/archesproject/Install/geos-3.3.8/include/geos/io' | |
make[3]: Leaving directory `/vagrant/archesproject/Install/geos-3.3.8/include/geos/io' | |
Making install in linearref | |
make[3]: Entering directory `/vagrant/archesproject/Install/geos-3.3.8/include/geos/linearref' | |
make[4]: Entering directory `/vagrant/archesproject/Install/geos-3.3.8/include/geos/linearref' | |
make[4]: Nothing to be done for `install-exec-am'. | |
test -z "/usr/local/include/geos/algorithm" || /bin/mkdir -p "/usr/local/include/geos/algorithm" | |
/usr/bin/install -c -m 644 ExtractLineByLocation.h LengthIndexedLine.h LengthIndexOfPoint.h LengthLocationMap.h LinearIterator.h LinearGeometryBuilder.h LinearLocation.h LocationIndexOfLine.h LocationIndexOfPoint.h '/usr/local/include/geos/algorithm' | |
make[4]: Leaving directory `/vagrant/archesproject/Install/geos-3.3.8/include/geos/linearref' | |
make[3]: Leaving directory `/vagrant/archesproject/Install/geos-3.3.8/include/geos/linearref' | |
Making install in noding | |
make[3]: Entering directory `/vagrant/archesproject/Install/geos-3.3.8/include/geos/noding' | |
Making install in snapround | |
make[4]: Entering directory `/vagrant/archesproject/Install/geos-3.3.8/include/geos/noding/snapround' | |
make[5]: Entering directory `/vagrant/archesproject/Install/geos-3.3.8/include/geos/noding/snapround' | |
make[5]: Nothing to be done for `install-exec-am'. | |
test -z "/usr/local/include/geos/noding/snapround" || /bin/mkdir -p "/usr/local/include/geos/noding/snapround" | |
/usr/bin/install -c -m 644 HotPixel.h HotPixel.inl MCIndexPointSnapper.h MCIndexSnapRounder.h SimpleSnapRounder.h '/usr/local/include/geos/noding/snapround' | |
make[5]: Leaving directory `/vagrant/archesproject/Install/geos-3.3.8/include/geos/noding/snapround' | |
make[4]: Leaving directory `/vagrant/archesproject/Install/geos-3.3.8/include/geos/noding/snapround' | |
make[4]: Entering directory `/vagrant/archesproject/Install/geos-3.3.8/include/geos/noding' | |
make[5]: Entering directory `/vagrant/archesproject/Install/geos-3.3.8/include/geos/noding' | |
make[5]: Nothing to be done for `install-exec-am'. | |
test -z "/usr/local/include/geos/noding" || /bin/mkdir -p "/usr/local/include/geos/noding" | |
/usr/bin/install -c -m 644 BasicSegmentString.h FastNodingValidator.h FastSegmentSetIntersectionFinder.h IntersectionAdder.h IntersectionFinderAdder.h IteratedNoder.h MCIndexNoder.h MCIndexNoder.inl MCIndexSegmentSetMutualIntersector.h NodableSegmentString.h NodedSegmentString.h Noder.h NodingValidator.h Octant.h OrientedCoordinateArray.h ScaledNoder.h SegmentIntersectionDetector.h SegmentIntersector.h SegmentNode.h SegmentNodeList.h SegmentPointComparator.h SegmentSetMutualIntersector.h SegmentString.h SegmentString.inl SegmentStringUtil.h SimpleNoder.h SingleInteriorIntersectionFinder.h SinglePassNoder.h '/usr/local/include/geos/noding' | |
make[5]: Leaving directory `/vagrant/archesproject/Install/geos-3.3.8/include/geos/noding' | |
make[4]: Leaving directory `/vagrant/archesproject/Install/geos-3.3.8/include/geos/noding' | |
make[3]: Leaving directory `/vagrant/archesproject/Install/geos-3.3.8/include/geos/noding' | |
Making install in operation | |
make[3]: Entering directory `/vagrant/archesproject/Install/geos-3.3.8/include/geos/operation' | |
Making install in buffer | |
make[4]: Entering directory `/vagrant/archesproject/Install/geos-3.3.8/include/geos/operation/buffer' | |
make[5]: Entering directory `/vagrant/archesproject/Install/geos-3.3.8/include/geos/operation/buffer' | |
make[5]: Nothing to be done for `install-exec-am'. | |
test -z "/usr/local/include/geos/operation/buffer" || /bin/mkdir -p "/usr/local/include/geos/operation/buffer" | |
/usr/bin/install -c -m 644 BufferBuilder.h BufferOp.h BufferParameters.h BufferSubgraph.h OffsetCurveBuilder.h OffsetCurveSetBuilder.h OffsetSegmentGenerator.h OffsetSegmentString.h RightmostEdgeFinder.h SubgraphDepthLocater.h '/usr/local/include/geos/operation/buffer' | |
make[5]: Leaving directory `/vagrant/archesproject/Install/geos-3.3.8/include/geos/operation/buffer' | |
make[4]: Leaving directory `/vagrant/archesproject/Install/geos-3.3.8/include/geos/operation/buffer' | |
Making install in distance | |
make[4]: Entering directory `/vagrant/archesproject/Install/geos-3.3.8/include/geos/operation/distance' | |
make[5]: Entering directory `/vagrant/archesproject/Install/geos-3.3.8/include/geos/operation/distance' | |
make[5]: Nothing to be done for `install-exec-am'. | |
test -z "/usr/local/include/geos/operation/distance" || /bin/mkdir -p "/usr/local/include/geos/operation/distance" | |
/usr/bin/install -c -m 644 ConnectedElementLocationFilter.h ConnectedElementPointFilter.h DistanceOp.h GeometryLocation.h '/usr/local/include/geos/operation/distance' | |
make[5]: Leaving directory `/vagrant/archesproject/Install/geos-3.3.8/include/geos/operation/distance' | |
make[4]: Leaving directory `/vagrant/archesproject/Install/geos-3.3.8/include/geos/operation/distance' | |
Making install in linemerge | |
make[4]: Entering directory `/vagrant/archesproject/Install/geos-3.3.8/include/geos/operation/linemerge' | |
make[5]: Entering directory `/vagrant/archesproject/Install/geos-3.3.8/include/geos/operation/linemerge' | |
make[5]: Nothing to be done for `install-exec-am'. | |
test -z "/usr/local/include/geos/operation/linemerge" || /bin/mkdir -p "/usr/local/include/geos/operation/linemerge" | |
/usr/bin/install -c -m 644 EdgeString.h LineMergeDirectedEdge.h LineMergeEdge.h LineMergeGraph.h LineMerger.h LineSequencer.h '/usr/local/include/geos/operation/linemerge' | |
make[5]: Leaving directory `/vagrant/archesproject/Install/geos-3.3.8/include/geos/operation/linemerge' | |
make[4]: Leaving directory `/vagrant/archesproject/Install/geos-3.3.8/include/geos/operation/linemerge' | |
Making install in overlay | |
make[4]: Entering directory `/vagrant/archesproject/Install/geos-3.3.8/include/geos/operation/overlay' | |
Making install in snap | |
make[5]: Entering directory `/vagrant/archesproject/Install/geos-3.3.8/include/geos/operation/overlay/snap' | |
make[6]: Entering directory `/vagrant/archesproject/Install/geos-3.3.8/include/geos/operation/overlay/snap' | |
make[6]: Nothing to be done for `install-exec-am'. | |
test -z "/usr/local/include/geos/operation/overlay/snap" || /bin/mkdir -p "/usr/local/include/geos/operation/overlay/snap" | |
/usr/bin/install -c -m 644 GeometrySnapper.h LineStringSnapper.h SnapIfNeededOverlayOp.h SnapOverlayOp.h '/usr/local/include/geos/operation/overlay/snap' | |
make[6]: Leaving directory `/vagrant/archesproject/Install/geos-3.3.8/include/geos/operation/overlay/snap' | |
make[5]: Leaving directory `/vagrant/archesproject/Install/geos-3.3.8/include/geos/operation/overlay/snap' | |
make[5]: Entering directory `/vagrant/archesproject/Install/geos-3.3.8/include/geos/operation/overlay' | |
make[6]: Entering directory `/vagrant/archesproject/Install/geos-3.3.8/include/geos/operation/overlay' | |
make[6]: Nothing to be done for `install-exec-am'. | |
test -z "/usr/local/include/geos/operation/overlay" || /bin/mkdir -p "/usr/local/include/geos/operation/overlay" | |
/usr/bin/install -c -m 644 EdgeSetNoder.h ElevationMatrixCell.h ElevationMatrix.h LineBuilder.h MaximalEdgeRing.h MinimalEdgeRing.h MinimalEdgeRing.inl OverlayNodeFactory.h OverlayOp.h PointBuilder.h PolygonBuilder.h validate/FuzzyPointLocator.h validate/OffsetPointGenerator.h validate/OverlayResultValidator.h '/usr/local/include/geos/operation/overlay' | |
make[6]: Leaving directory `/vagrant/archesproject/Install/geos-3.3.8/include/geos/operation/overlay' | |
make[5]: Leaving directory `/vagrant/archesproject/Install/geos-3.3.8/include/geos/operation/overlay' | |
make[4]: Leaving directory `/vagrant/archesproject/Install/geos-3.3.8/include/geos/operation/overlay' | |
Making install in polygonize | |
make[4]: Entering directory `/vagrant/archesproject/Install/geos-3.3.8/include/geos/operation/polygonize' | |
make[5]: Entering directory `/vagrant/archesproject/Install/geos-3.3.8/include/geos/operation/polygonize' | |
make[5]: Nothing to be done for `install-exec-am'. | |
test -z "/usr/local/include/geos/operation/polygonize" || /bin/mkdir -p "/usr/local/include/geos/operation/polygonize" | |
/usr/bin/install -c -m 644 EdgeRing.h PolygonizeDirectedEdge.h PolygonizeEdge.h PolygonizeGraph.h Polygonizer.h '/usr/local/include/geos/operation/polygonize' | |
make[5]: Leaving directory `/vagrant/archesproject/Install/geos-3.3.8/include/geos/operation/polygonize' | |
make[4]: Leaving directory `/vagrant/archesproject/Install/geos-3.3.8/include/geos/operation/polygonize' | |
Making install in predicate | |
make[4]: Entering directory `/vagrant/archesproject/Install/geos-3.3.8/include/geos/operation/predicate' | |
make[5]: Entering directory `/vagrant/archesproject/Install/geos-3.3.8/include/geos/operation/predicate' | |
make[5]: Nothing to be done for `install-exec-am'. | |
test -z "/usr/local/include/geos/operation/predicate" || /bin/mkdir -p "/usr/local/include/geos/operation/predicate" | |
/usr/bin/install -c -m 644 RectangleContains.h RectangleIntersects.h SegmentIntersectionTester.h '/usr/local/include/geos/operation/predicate' | |
make[5]: Leaving directory `/vagrant/archesproject/Install/geos-3.3.8/include/geos/operation/predicate' | |
make[4]: Leaving directory `/vagrant/archesproject/Install/geos-3.3.8/include/geos/operation/predicate' | |
Making install in relate | |
make[4]: Entering directory `/vagrant/archesproject/Install/geos-3.3.8/include/geos/operation/relate' | |
make[5]: Entering directory `/vagrant/archesproject/Install/geos-3.3.8/include/geos/operation/relate' | |
make[5]: Nothing to be done for `install-exec-am'. | |
test -z "/usr/local/include/geos/operation/relate" || /bin/mkdir -p "/usr/local/include/geos/operation/relate" | |
/usr/bin/install -c -m 644 EdgeEndBuilder.h EdgeEndBundle.h EdgeEndBundleStar.h RelateComputer.h RelateNodeFactory.h RelateNodeGraph.h RelateNode.h RelateOp.h '/usr/local/include/geos/operation/relate' | |
make[5]: Leaving directory `/vagrant/archesproject/Install/geos-3.3.8/include/geos/operation/relate' | |
make[4]: Leaving directory `/vagrant/archesproject/Install/geos-3.3.8/include/geos/operation/relate' | |
Making install in union | |
make[4]: Entering directory `/vagrant/archesproject/Install/geos-3.3.8/include/geos/operation/union' | |
make[5]: Entering directory `/vagrant/archesproject/Install/geos-3.3.8/include/geos/operation/union' | |
make[5]: Nothing to be done for `install-exec-am'. | |
test -z "/usr/local/include/geos/operation/union" || /bin/mkdir -p "/usr/local/include/geos/operation/union" | |
/usr/bin/install -c -m 644 CascadedPolygonUnion.h CascadedUnion.h GeometryListHolder.h PointGeometryUnion.h UnaryUnionOp.h '/usr/local/include/geos/operation/union' | |
make[5]: Leaving directory `/vagrant/archesproject/Install/geos-3.3.8/include/geos/operation/union' | |
make[4]: Leaving directory `/vagrant/archesproject/Install/geos-3.3.8/include/geos/operation/union' | |
Making install in sharedpaths | |
make[4]: Entering directory `/vagrant/archesproject/Install/geos-3.3.8/include/geos/operation/sharedpaths' | |
make[5]: Entering directory `/vagrant/archesproject/Install/geos-3.3.8/include/geos/operation/sharedpaths' | |
make[5]: Nothing to be done for `install-exec-am'. | |
test -z "/usr/local/include/geos/operation/sharedpaths" || /bin/mkdir -p "/usr/local/include/geos/operation/sharedpaths" | |
/usr/bin/install -c -m 644 SharedPathsOp.h '/usr/local/include/geos/operation/sharedpaths' | |
make[5]: Leaving directory `/vagrant/archesproject/Install/geos-3.3.8/include/geos/operation/sharedpaths' | |
make[4]: Leaving directory `/vagrant/archesproject/Install/geos-3.3.8/include/geos/operation/sharedpaths' | |
Making install in valid | |
make[4]: Entering directory `/vagrant/archesproject/Install/geos-3.3.8/include/geos/operation/valid' | |
make[5]: Entering directory `/vagrant/archesproject/Install/geos-3.3.8/include/geos/operation/valid' | |
make[5]: Nothing to be done for `install-exec-am'. | |
test -z "/usr/local/include/geos/operation/valid" || /bin/mkdir -p "/usr/local/include/geos/operation/valid" | |
/usr/bin/install -c -m 644 ConnectedInteriorTester.h ConsistentAreaTester.h IsValidOp.h QuadtreeNestedRingTester.h RepeatedPointTester.h SimpleNestedRingTester.h SweeplineNestedRingTester.h TopologyValidationError.h '/usr/local/include/geos/operation/valid' | |
make[5]: Leaving directory `/vagrant/archesproject/Install/geos-3.3.8/include/geos/operation/valid' | |
make[4]: Leaving directory `/vagrant/archesproject/Install/geos-3.3.8/include/geos/operation/valid' | |
make[4]: Entering directory `/vagrant/archesproject/Install/geos-3.3.8/include/geos/operation' | |
make[5]: Entering directory `/vagrant/archesproject/Install/geos-3.3.8/include/geos/operation' | |
make[5]: Nothing to be done for `install-exec-am'. | |
test -z "/usr/local/include/geos/operation" || /bin/mkdir -p "/usr/local/include/geos/operation" | |
/usr/bin/install -c -m 644 GeometryGraphOperation.h IsSimpleOp.h '/usr/local/include/geos/operation' | |
make[5]: Leaving directory `/vagrant/archesproject/Install/geos-3.3.8/include/geos/operation' | |
make[4]: Leaving directory `/vagrant/archesproject/Install/geos-3.3.8/include/geos/operation' | |
make[3]: Leaving directory `/vagrant/archesproject/Install/geos-3.3.8/include/geos/operation' | |
Making install in planargraph | |
make[3]: Entering directory `/vagrant/archesproject/Install/geos-3.3.8/include/geos/planargraph' | |
Making install in algorithm | |
make[4]: Entering directory `/vagrant/archesproject/Install/geos-3.3.8/include/geos/planargraph/algorithm' | |
make[5]: Entering directory `/vagrant/archesproject/Install/geos-3.3.8/include/geos/planargraph/algorithm' | |
make[5]: Nothing to be done for `install-exec-am'. | |
test -z "/usr/local/include/geos/planargraph/algorithm" || /bin/mkdir -p "/usr/local/include/geos/planargraph/algorithm" | |
/usr/bin/install -c -m 644 ConnectedSubgraphFinder.h '/usr/local/include/geos/planargraph/algorithm' | |
make[5]: Leaving directory `/vagrant/archesproject/Install/geos-3.3.8/include/geos/planargraph/algorithm' | |
make[4]: Leaving directory `/vagrant/archesproject/Install/geos-3.3.8/include/geos/planargraph/algorithm' | |
make[4]: Entering directory `/vagrant/archesproject/Install/geos-3.3.8/include/geos/planargraph' | |
make[5]: Entering directory `/vagrant/archesproject/Install/geos-3.3.8/include/geos/planargraph' | |
make[5]: Nothing to be done for `install-exec-am'. | |
test -z "/usr/local/include/geos/planargraph" || /bin/mkdir -p "/usr/local/include/geos/planargraph" | |
/usr/bin/install -c -m 644 DirectedEdge.h DirectedEdgeStar.h Edge.h GraphComponent.h Node.h NodeMap.h PlanarGraph.h Subgraph.h '/usr/local/include/geos/planargraph' | |
make[5]: Leaving directory `/vagrant/archesproject/Install/geos-3.3.8/include/geos/planargraph' | |
make[4]: Leaving directory `/vagrant/archesproject/Install/geos-3.3.8/include/geos/planargraph' | |
make[3]: Leaving directory `/vagrant/archesproject/Install/geos-3.3.8/include/geos/planargraph' | |
Making install in precision | |
make[3]: Entering directory `/vagrant/archesproject/Install/geos-3.3.8/include/geos/precision' | |
make[4]: Entering directory `/vagrant/archesproject/Install/geos-3.3.8/include/geos/precision' | |
make[4]: Nothing to be done for `install-exec-am'. | |
test -z "/usr/local/include/geos/precision" || /bin/mkdir -p "/usr/local/include/geos/precision" | |
/usr/bin/install -c -m 644 CommonBits.h CommonBitsOp.h CommonBitsRemover.h EnhancedPrecisionOp.h SimpleGeometryPrecisionReducer.h '/usr/local/include/geos/precision' | |
make[4]: Leaving directory `/vagrant/archesproject/Install/geos-3.3.8/include/geos/precision' | |
make[3]: Leaving directory `/vagrant/archesproject/Install/geos-3.3.8/include/geos/precision' | |
Making install in simplify | |
make[3]: Entering directory `/vagrant/archesproject/Install/geos-3.3.8/include/geos/simplify' | |
make[4]: Entering directory `/vagrant/archesproject/Install/geos-3.3.8/include/geos/simplify' | |
make[5]: Entering directory `/vagrant/archesproject/Install/geos-3.3.8/include/geos/simplify' | |
make[5]: Nothing to be done for `install-exec-am'. | |
test -z "/usr/local/include/geos/simplify" || /bin/mkdir -p "/usr/local/include/geos/simplify" | |
/usr/bin/install -c -m 644 DouglasPeuckerLineSimplifier.h DouglasPeuckerSimplifier.h LineSegmentIndex.h TaggedLineSegment.h TaggedLinesSimplifier.h TaggedLineString.h TaggedLineStringSimplifier.h TopologyPreservingSimplifier.h '/usr/local/include/geos/simplify' | |
make[5]: Leaving directory `/vagrant/archesproject/Install/geos-3.3.8/include/geos/simplify' | |
make[4]: Leaving directory `/vagrant/archesproject/Install/geos-3.3.8/include/geos/simplify' | |
make[3]: Leaving directory `/vagrant/archesproject/Install/geos-3.3.8/include/geos/simplify' | |
Making install in util | |
make[3]: Entering directory `/vagrant/archesproject/Install/geos-3.3.8/include/geos/util' | |
make[4]: Entering directory `/vagrant/archesproject/Install/geos-3.3.8/include/geos/util' | |
make[4]: Nothing to be done for `install-exec-am'. | |
test -z "/usr/local/include/geos/util" || /bin/mkdir -p "/usr/local/include/geos/util" | |
/usr/bin/install -c -m 644 Assert.h AssertionFailedException.h CoordinateArrayFilter.h GeometricShapeFactory.h GEOSException.h IllegalArgumentException.h IllegalStateException.h math.h Machine.h TopologyException.h UniqueCoordinateArrayFilter.h UnsupportedOperationException.h '/usr/local/include/geos/util' | |
make[4]: Leaving directory `/vagrant/archesproject/Install/geos-3.3.8/include/geos/util' | |
make[3]: Leaving directory `/vagrant/archesproject/Install/geos-3.3.8/include/geos/util' | |
make[3]: Entering directory `/vagrant/archesproject/Install/geos-3.3.8/include/geos' | |
make[4]: Entering directory `/vagrant/archesproject/Install/geos-3.3.8/include/geos' | |
make[4]: Nothing to be done for `install-exec-am'. | |
test -z "/usr/local/include/geos" || /bin/mkdir -p "/usr/local/include/geos" | |
/usr/bin/install -c -m 644 export.h geomgraph.h geomgraphindex.h geom.h geomUtil.h geosAlgorithm.h indexBintree.h indexChain.h indexQuadtree.h indexStrtree.h indexSweepline.h inline.h io.h noding.h nodingSnapround.h opBuffer.h opDistance.h operation.h opLinemerge.h opOverlay.h opPolygonize.h opPredicate.h opRelate.h opValid.h planargraph.h platform.h precision.h profiler.h spatialIndex.h timeval.h unload.h util.h version.h '/usr/local/include/geos' | |
make[4]: Leaving directory `/vagrant/archesproject/Install/geos-3.3.8/include/geos' | |
make[3]: Leaving directory `/vagrant/archesproject/Install/geos-3.3.8/include/geos' | |
make[2]: Leaving directory `/vagrant/archesproject/Install/geos-3.3.8/include/geos' | |
make[2]: Entering directory `/vagrant/archesproject/Install/geos-3.3.8/include' | |
make[3]: Entering directory `/vagrant/archesproject/Install/geos-3.3.8/include' | |
make[3]: Nothing to be done for `install-exec-am'. | |
test -z "/usr/local/include" || /bin/mkdir -p "/usr/local/include" | |
/usr/bin/install -c -m 644 geos.h '/usr/local/include' | |
make[3]: Leaving directory `/vagrant/archesproject/Install/geos-3.3.8/include' | |
make[2]: Leaving directory `/vagrant/archesproject/Install/geos-3.3.8/include' | |
make[1]: Leaving directory `/vagrant/archesproject/Install/geos-3.3.8/include' | |
Making install in src | |
make[1]: Entering directory `/vagrant/archesproject/Install/geos-3.3.8/src' | |
Making install in algorithm | |
make[2]: Entering directory `/vagrant/archesproject/Install/geos-3.3.8/src/algorithm' | |
Making install in locate | |
make[3]: Entering directory `/vagrant/archesproject/Install/geos-3.3.8/src/algorithm/locate' | |
make[4]: Entering directory `/vagrant/archesproject/Install/geos-3.3.8/src/algorithm/locate' | |
make[5]: Entering directory `/vagrant/archesproject/Install/geos-3.3.8/src/algorithm/locate' | |
make[5]: Nothing to be done for `install-exec-am'. | |
make[5]: Nothing to be done for `install-data-am'. | |
make[5]: Leaving directory `/vagrant/archesproject/Install/geos-3.3.8/src/algorithm/locate' | |
make[4]: Leaving directory `/vagrant/archesproject/Install/geos-3.3.8/src/algorithm/locate' | |
make[3]: Leaving directory `/vagrant/archesproject/Install/geos-3.3.8/src/algorithm/locate' | |
Making install in distance | |
make[3]: Entering directory `/vagrant/archesproject/Install/geos-3.3.8/src/algorithm/distance' | |
make[4]: Entering directory `/vagrant/archesproject/Install/geos-3.3.8/src/algorithm/distance' | |
make[5]: Entering directory `/vagrant/archesproject/Install/geos-3.3.8/src/algorithm/distance' | |
make[5]: Nothing to be done for `install-exec-am'. | |
make[5]: Nothing to be done for `install-data-am'. | |
make[5]: Leaving directory `/vagrant/archesproject/Install/geos-3.3.8/src/algorithm/distance' | |
make[4]: Leaving directory `/vagrant/archesproject/Install/geos-3.3.8/src/algorithm/distance' | |
make[3]: Leaving directory `/vagrant/archesproject/Install/geos-3.3.8/src/algorithm/distance' | |
make[3]: Entering directory `/vagrant/archesproject/Install/geos-3.3.8/src/algorithm' | |
make[4]: Entering directory `/vagrant/archesproject/Install/geos-3.3.8/src/algorithm' | |
make[4]: Nothing to be done for `install-exec-am'. | |
make[4]: Nothing to be done for `install-data-am'. | |
make[4]: Leaving directory `/vagrant/archesproject/Install/geos-3.3.8/src/algorithm' | |
make[3]: Leaving directory `/vagrant/archesproject/Install/geos-3.3.8/src/algorithm' | |
make[2]: Leaving directory `/vagrant/archesproject/Install/geos-3.3.8/src/algorithm' | |
Making install in geom | |
make[2]: Entering directory `/vagrant/archesproject/Install/geos-3.3.8/src/geom' | |
Making install in util | |
make[3]: Entering directory `/vagrant/archesproject/Install/geos-3.3.8/src/geom/util' | |
make[4]: Entering directory `/vagrant/archesproject/Install/geos-3.3.8/src/geom/util' | |
make[4]: Nothing to be done for `install-exec-am'. | |
make[4]: Nothing to be done for `install-data-am'. | |
make[4]: Leaving directory `/vagrant/archesproject/Install/geos-3.3.8/src/geom/util' | |
make[3]: Leaving directory `/vagrant/archesproject/Install/geos-3.3.8/src/geom/util' | |
Making install in prep | |
make[3]: Entering directory `/vagrant/archesproject/Install/geos-3.3.8/src/geom/prep' | |
make[4]: Entering directory `/vagrant/archesproject/Install/geos-3.3.8/src/geom/prep' | |
make[4]: Nothing to be done for `install-exec-am'. | |
make[4]: Nothing to be done for `install-data-am'. | |
make[4]: Leaving directory `/vagrant/archesproject/Install/geos-3.3.8/src/geom/prep' | |
make[3]: Leaving directory `/vagrant/archesproject/Install/geos-3.3.8/src/geom/prep' | |
make[3]: Entering directory `/vagrant/archesproject/Install/geos-3.3.8/src/geom' | |
make[4]: Entering directory `/vagrant/archesproject/Install/geos-3.3.8/src/geom' | |
make[4]: Nothing to be done for `install-exec-am'. | |
make[4]: Nothing to be done for `install-data-am'. | |
make[4]: Leaving directory `/vagrant/archesproject/Install/geos-3.3.8/src/geom' | |
make[3]: Leaving directory `/vagrant/archesproject/Install/geos-3.3.8/src/geom' | |
make[2]: Leaving directory `/vagrant/archesproject/Install/geos-3.3.8/src/geom' | |
Making install in index | |
make[2]: Entering directory `/vagrant/archesproject/Install/geos-3.3.8/src/index' | |
Making install in bintree | |
make[3]: Entering directory `/vagrant/archesproject/Install/geos-3.3.8/src/index/bintree' | |
make[4]: Entering directory `/vagrant/archesproject/Install/geos-3.3.8/src/index/bintree' | |
make[4]: Nothing to be done for `install-exec-am'. | |
make[4]: Nothing to be done for `install-data-am'. | |
make[4]: Leaving directory `/vagrant/archesproject/Install/geos-3.3.8/src/index/bintree' | |
make[3]: Leaving directory `/vagrant/archesproject/Install/geos-3.3.8/src/index/bintree' | |
Making install in chain | |
make[3]: Entering directory `/vagrant/archesproject/Install/geos-3.3.8/src/index/chain' | |
make[4]: Entering directory `/vagrant/archesproject/Install/geos-3.3.8/src/index/chain' | |
make[4]: Nothing to be done for `install-exec-am'. | |
make[4]: Nothing to be done for `install-data-am'. | |
make[4]: Leaving directory `/vagrant/archesproject/Install/geos-3.3.8/src/index/chain' | |
make[3]: Leaving directory `/vagrant/archesproject/Install/geos-3.3.8/src/index/chain' | |
Making install in intervalrtree | |
make[3]: Entering directory `/vagrant/archesproject/Install/geos-3.3.8/src/index/intervalrtree' | |
make[4]: Entering directory `/vagrant/archesproject/Install/geos-3.3.8/src/index/intervalrtree' | |
make[4]: Nothing to be done for `install-exec-am'. | |
make[4]: Nothing to be done for `install-data-am'. | |
make[4]: Leaving directory `/vagrant/archesproject/Install/geos-3.3.8/src/index/intervalrtree' | |
make[3]: Leaving directory `/vagrant/archesproject/Install/geos-3.3.8/src/index/intervalrtree' | |
Making install in quadtree | |
make[3]: Entering directory `/vagrant/archesproject/Install/geos-3.3.8/src/index/quadtree' | |
make[4]: Entering directory `/vagrant/archesproject/Install/geos-3.3.8/src/index/quadtree' | |
make[4]: Nothing to be done for `install-exec-am'. | |
make[4]: Nothing to be done for `install-data-am'. | |
make[4]: Leaving directory `/vagrant/archesproject/Install/geos-3.3.8/src/index/quadtree' | |
make[3]: Leaving directory `/vagrant/archesproject/Install/geos-3.3.8/src/index/quadtree' | |
Making install in strtree | |
make[3]: Entering directory `/vagrant/archesproject/Install/geos-3.3.8/src/index/strtree' | |
make[4]: Entering directory `/vagrant/archesproject/Install/geos-3.3.8/src/index/strtree' | |
make[4]: Nothing to be done for `install-exec-am'. | |
make[4]: Nothing to be done for `install-data-am'. | |
make[4]: Leaving directory `/vagrant/archesproject/Install/geos-3.3.8/src/index/strtree' | |
make[3]: Leaving directory `/vagrant/archesproject/Install/geos-3.3.8/src/index/strtree' | |
Making install in sweepline | |
make[3]: Entering directory `/vagrant/archesproject/Install/geos-3.3.8/src/index/sweepline' | |
make[4]: Entering directory `/vagrant/archesproject/Install/geos-3.3.8/src/index/sweepline' | |
make[4]: Nothing to be done for `install-exec-am'. | |
make[4]: Nothing to be done for `install-data-am'. | |
make[4]: Leaving directory `/vagrant/archesproject/Install/geos-3.3.8/src/index/sweepline' | |
make[3]: Leaving directory `/vagrant/archesproject/Install/geos-3.3.8/src/index/sweepline' | |
make[3]: Entering directory `/vagrant/archesproject/Install/geos-3.3.8/src/index' | |
make[4]: Entering directory `/vagrant/archesproject/Install/geos-3.3.8/src/index' | |
make[4]: Nothing to be done for `install-exec-am'. | |
make[4]: Nothing to be done for `install-data-am'. | |
make[4]: Leaving directory `/vagrant/archesproject/Install/geos-3.3.8/src/index' | |
make[3]: Leaving directory `/vagrant/archesproject/Install/geos-3.3.8/src/index' | |
make[2]: Leaving directory `/vagrant/archesproject/Install/geos-3.3.8/src/index' | |
Making install in io | |
make[2]: Entering directory `/vagrant/archesproject/Install/geos-3.3.8/src/io' | |
make[3]: Entering directory `/vagrant/archesproject/Install/geos-3.3.8/src/io' | |
make[3]: Nothing to be done for `install-exec-am'. | |
make[3]: Nothing to be done for `install-data-am'. | |
make[3]: Leaving directory `/vagrant/archesproject/Install/geos-3.3.8/src/io' | |
make[2]: Leaving directory `/vagrant/archesproject/Install/geos-3.3.8/src/io' | |
Making install in linearref | |
make[2]: Entering directory `/vagrant/archesproject/Install/geos-3.3.8/src/linearref' | |
make[3]: Entering directory `/vagrant/archesproject/Install/geos-3.3.8/src/linearref' | |
make[3]: Nothing to be done for `install-exec-am'. | |
make[3]: Nothing to be done for `install-data-am'. | |
make[3]: Leaving directory `/vagrant/archesproject/Install/geos-3.3.8/src/linearref' | |
make[2]: Leaving directory `/vagrant/archesproject/Install/geos-3.3.8/src/linearref' | |
Making install in noding | |
make[2]: Entering directory `/vagrant/archesproject/Install/geos-3.3.8/src/noding' | |
Making install in snapround | |
make[3]: Entering directory `/vagrant/archesproject/Install/geos-3.3.8/src/noding/snapround' | |
make[4]: Entering directory `/vagrant/archesproject/Install/geos-3.3.8/src/noding/snapround' | |
make[5]: Entering directory `/vagrant/archesproject/Install/geos-3.3.8/src/noding/snapround' | |
make[5]: Nothing to be done for `install-exec-am'. | |
make[5]: Nothing to be done for `install-data-am'. | |
make[5]: Leaving directory `/vagrant/archesproject/Install/geos-3.3.8/src/noding/snapround' | |
make[4]: Leaving directory `/vagrant/archesproject/Install/geos-3.3.8/src/noding/snapround' | |
make[3]: Leaving directory `/vagrant/archesproject/Install/geos-3.3.8/src/noding/snapround' | |
make[3]: Entering directory `/vagrant/archesproject/Install/geos-3.3.8/src/noding' | |
make[4]: Entering directory `/vagrant/archesproject/Install/geos-3.3.8/src/noding' | |
make[4]: Nothing to be done for `install-exec-am'. | |
make[4]: Nothing to be done for `install-data-am'. | |
make[4]: Leaving directory `/vagrant/archesproject/Install/geos-3.3.8/src/noding' | |
make[3]: Leaving directory `/vagrant/archesproject/Install/geos-3.3.8/src/noding' | |
make[2]: Leaving directory `/vagrant/archesproject/Install/geos-3.3.8/src/noding' | |
Making install in operation | |
make[2]: Entering directory `/vagrant/archesproject/Install/geos-3.3.8/src/operation' | |
Making install in buffer | |
make[3]: Entering directory `/vagrant/archesproject/Install/geos-3.3.8/src/operation/buffer' | |
make[4]: Entering directory `/vagrant/archesproject/Install/geos-3.3.8/src/operation/buffer' | |
make[5]: Entering directory `/vagrant/archesproject/Install/geos-3.3.8/src/operation/buffer' | |
make[5]: Nothing to be done for `install-exec-am'. | |
make[5]: Nothing to be done for `install-data-am'. | |
make[5]: Leaving directory `/vagrant/archesproject/Install/geos-3.3.8/src/operation/buffer' | |
make[4]: Leaving directory `/vagrant/archesproject/Install/geos-3.3.8/src/operation/buffer' | |
make[3]: Leaving directory `/vagrant/archesproject/Install/geos-3.3.8/src/operation/buffer' | |
Making install in distance | |
make[3]: Entering directory `/vagrant/archesproject/Install/geos-3.3.8/src/operation/distance' | |
make[4]: Entering directory `/vagrant/archesproject/Install/geos-3.3.8/src/operation/distance' | |
make[5]: Entering directory `/vagrant/archesproject/Install/geos-3.3.8/src/operation/distance' | |
make[5]: Nothing to be done for `install-exec-am'. | |
make[5]: Nothing to be done for `install-data-am'. | |
make[5]: Leaving directory `/vagrant/archesproject/Install/geos-3.3.8/src/operation/distance' | |
make[4]: Leaving directory `/vagrant/archesproject/Install/geos-3.3.8/src/operation/distance' | |
make[3]: Leaving directory `/vagrant/archesproject/Install/geos-3.3.8/src/operation/distance' | |
Making install in linemerge | |
make[3]: Entering directory `/vagrant/archesproject/Install/geos-3.3.8/src/operation/linemerge' | |
make[4]: Entering directory `/vagrant/archesproject/Install/geos-3.3.8/src/operation/linemerge' | |
make[5]: Entering directory `/vagrant/archesproject/Install/geos-3.3.8/src/operation/linemerge' | |
make[5]: Nothing to be done for `install-exec-am'. | |
make[5]: Nothing to be done for `install-data-am'. | |
make[5]: Leaving directory `/vagrant/archesproject/Install/geos-3.3.8/src/operation/linemerge' | |
make[4]: Leaving directory `/vagrant/archesproject/Install/geos-3.3.8/src/operation/linemerge' | |
make[3]: Leaving directory `/vagrant/archesproject/Install/geos-3.3.8/src/operation/linemerge' | |
Making install in overlay | |
make[3]: Entering directory `/vagrant/archesproject/Install/geos-3.3.8/src/operation/overlay' | |
make[4]: Entering directory `/vagrant/archesproject/Install/geos-3.3.8/src/operation/overlay' | |
make[5]: Entering directory `/vagrant/archesproject/Install/geos-3.3.8/src/operation/overlay' | |
make[5]: Nothing to be done for `install-exec-am'. | |
make[5]: Nothing to be done for `install-data-am'. | |
make[5]: Leaving directory `/vagrant/archesproject/Install/geos-3.3.8/src/operation/overlay' | |
make[4]: Leaving directory `/vagrant/archesproject/Install/geos-3.3.8/src/operation/overlay' | |
make[3]: Leaving directory `/vagrant/archesproject/Install/geos-3.3.8/src/operation/overlay' | |
Making install in polygonize | |
make[3]: Entering directory `/vagrant/archesproject/Install/geos-3.3.8/src/operation/polygonize' | |
make[4]: Entering directory `/vagrant/archesproject/Install/geos-3.3.8/src/operation/polygonize' | |
make[5]: Entering directory `/vagrant/archesproject/Install/geos-3.3.8/src/operation/polygonize' | |
make[5]: Nothing to be done for `install-exec-am'. | |
make[5]: Nothing to be done for `install-data-am'. | |
make[5]: Leaving directory `/vagrant/archesproject/Install/geos-3.3.8/src/operation/polygonize' | |
make[4]: Leaving directory `/vagrant/archesproject/Install/geos-3.3.8/src/operation/polygonize' | |
make[3]: Leaving directory `/vagrant/archesproject/Install/geos-3.3.8/src/operation/polygonize' | |
Making install in predicate | |
make[3]: Entering directory `/vagrant/archesproject/Install/geos-3.3.8/src/operation/predicate' | |
make[4]: Entering directory `/vagrant/archesproject/Install/geos-3.3.8/src/operation/predicate' | |
make[4]: Nothing to be done for `install-exec-am'. | |
make[4]: Nothing to be done for `install-data-am'. | |
make[4]: Leaving directory `/vagrant/archesproject/Install/geos-3.3.8/src/operation/predicate' | |
make[3]: Leaving directory `/vagrant/archesproject/Install/geos-3.3.8/src/operation/predicate' | |
Making install in relate | |
make[3]: Entering directory `/vagrant/archesproject/Install/geos-3.3.8/src/operation/relate' | |
make[4]: Entering directory `/vagrant/archesproject/Install/geos-3.3.8/src/operation/relate' | |
make[5]: Entering directory `/vagrant/archesproject/Install/geos-3.3.8/src/operation/relate' | |
make[5]: Nothing to be done for `install-exec-am'. | |
make[5]: Nothing to be done for `install-data-am'. | |
make[5]: Leaving directory `/vagrant/archesproject/Install/geos-3.3.8/src/operation/relate' | |
make[4]: Leaving directory `/vagrant/archesproject/Install/geos-3.3.8/src/operation/relate' | |
make[3]: Leaving directory `/vagrant/archesproject/Install/geos-3.3.8/src/operation/relate' | |
Making install in union | |
make[3]: Entering directory `/vagrant/archesproject/Install/geos-3.3.8/src/operation/union' | |
make[4]: Entering directory `/vagrant/archesproject/Install/geos-3.3.8/src/operation/union' | |
make[5]: Entering directory `/vagrant/archesproject/Install/geos-3.3.8/src/operation/union' | |
make[5]: Nothing to be done for `install-exec-am'. | |
make[5]: Nothing to be done for `install-data-am'. | |
make[5]: Leaving directory `/vagrant/archesproject/Install/geos-3.3.8/src/operation/union' | |
make[4]: Leaving directory `/vagrant/archesproject/Install/geos-3.3.8/src/operation/union' | |
make[3]: Leaving directory `/vagrant/archesproject/Install/geos-3.3.8/src/operation/union' | |
Making install in sharedpaths | |
make[3]: Entering directory `/vagrant/archesproject/Install/geos-3.3.8/src/operation/sharedpaths' | |
make[4]: Entering directory `/vagrant/archesproject/Install/geos-3.3.8/src/operation/sharedpaths' | |
make[5]: Entering directory `/vagrant/archesproject/Install/geos-3.3.8/src/operation/sharedpaths' | |
make[5]: Nothing to be done for `install-exec-am'. | |
make[5]: Nothing to be done for `install-data-am'. | |
make[5]: Leaving directory `/vagrant/archesproject/Install/geos-3.3.8/src/operation/sharedpaths' | |
make[4]: Leaving directory `/vagrant/archesproject/Install/geos-3.3.8/src/operation/sharedpaths' | |
make[3]: Leaving directory `/vagrant/archesproject/Install/geos-3.3.8/src/operation/sharedpaths' | |
Making install in valid | |
make[3]: Entering directory `/vagrant/archesproject/Install/geos-3.3.8/src/operation/valid' | |
make[4]: Entering directory `/vagrant/archesproject/Install/geos-3.3.8/src/operation/valid' | |
make[5]: Entering directory `/vagrant/archesproject/Install/geos-3.3.8/src/operation/valid' | |
make[5]: Nothing to be done for `install-exec-am'. | |
make[5]: Nothing to be done for `install-data-am'. | |
make[5]: Leaving directory `/vagrant/archesproject/Install/geos-3.3.8/src/operation/valid' | |
make[4]: Leaving directory `/vagrant/archesproject/Install/geos-3.3.8/src/operation/valid' | |
make[3]: Leaving directory `/vagrant/archesproject/Install/geos-3.3.8/src/operation/valid' | |
make[3]: Entering directory `/vagrant/archesproject/Install/geos-3.3.8/src/operation' | |
make[4]: Entering directory `/vagrant/archesproject/Install/geos-3.3.8/src/operation' | |
make[4]: Nothing to be done for `install-exec-am'. | |
make[4]: Nothing to be done for `install-data-am'. | |
make[4]: Leaving directory `/vagrant/archesproject/Install/geos-3.3.8/src/operation' | |
make[3]: Leaving directory `/vagrant/archesproject/Install/geos-3.3.8/src/operation' | |
make[2]: Leaving directory `/vagrant/archesproject/Install/geos-3.3.8/src/operation' | |
Making install in planargraph | |
make[2]: Entering directory `/vagrant/archesproject/Install/geos-3.3.8/src/planargraph' | |
make[3]: Entering directory `/vagrant/archesproject/Install/geos-3.3.8/src/planargraph' | |
make[4]: Entering directory `/vagrant/archesproject/Install/geos-3.3.8/src/planargraph' | |
make[4]: Nothing to be done for `install-exec-am'. | |
make[4]: Nothing to be done for `install-data-am'. | |
make[4]: Leaving directory `/vagrant/archesproject/Install/geos-3.3.8/src/planargraph' | |
make[3]: Leaving directory `/vagrant/archesproject/Install/geos-3.3.8/src/planargraph' | |
make[2]: Leaving directory `/vagrant/archesproject/Install/geos-3.3.8/src/planargraph' | |
Making install in geomgraph | |
make[2]: Entering directory `/vagrant/archesproject/Install/geos-3.3.8/src/geomgraph' | |
Making install in index | |
make[3]: Entering directory `/vagrant/archesproject/Install/geos-3.3.8/src/geomgraph/index' | |
make[4]: Entering directory `/vagrant/archesproject/Install/geos-3.3.8/src/geomgraph/index' | |
make[4]: Nothing to be done for `install-exec-am'. | |
make[4]: Nothing to be done for `install-data-am'. | |
make[4]: Leaving directory `/vagrant/archesproject/Install/geos-3.3.8/src/geomgraph/index' | |
make[3]: Leaving directory `/vagrant/archesproject/Install/geos-3.3.8/src/geomgraph/index' | |
make[3]: Entering directory `/vagrant/archesproject/Install/geos-3.3.8/src/geomgraph' | |
make[4]: Entering directory `/vagrant/archesproject/Install/geos-3.3.8/src/geomgraph' | |
make[4]: Nothing to be done for `install-exec-am'. | |
make[4]: Nothing to be done for `install-data-am'. | |
make[4]: Leaving directory `/vagrant/archesproject/Install/geos-3.3.8/src/geomgraph' | |
make[3]: Leaving directory `/vagrant/archesproject/Install/geos-3.3.8/src/geomgraph' | |
make[2]: Leaving directory `/vagrant/archesproject/Install/geos-3.3.8/src/geomgraph' | |
Making install in precision | |
make[2]: Entering directory `/vagrant/archesproject/Install/geos-3.3.8/src/precision' | |
make[3]: Entering directory `/vagrant/archesproject/Install/geos-3.3.8/src/precision' | |
make[4]: Entering directory `/vagrant/archesproject/Install/geos-3.3.8/src/precision' | |
make[4]: Nothing to be done for `install-exec-am'. | |
make[4]: Nothing to be done for `install-data-am'. | |
make[4]: Leaving directory `/vagrant/archesproject/Install/geos-3.3.8/src/precision' | |
make[3]: Leaving directory `/vagrant/archesproject/Install/geos-3.3.8/src/precision' | |
make[2]: Leaving directory `/vagrant/archesproject/Install/geos-3.3.8/src/precision' | |
Making install in simplify | |
make[2]: Entering directory `/vagrant/archesproject/Install/geos-3.3.8/src/simplify' | |
make[3]: Entering directory `/vagrant/archesproject/Install/geos-3.3.8/src/simplify' | |
make[4]: Entering directory `/vagrant/archesproject/Install/geos-3.3.8/src/simplify' | |
make[4]: Nothing to be done for `install-exec-am'. | |
make[4]: Nothing to be done for `install-data-am'. | |
make[4]: Leaving directory `/vagrant/archesproject/Install/geos-3.3.8/src/simplify' | |
make[3]: Leaving directory `/vagrant/archesproject/Install/geos-3.3.8/src/simplify' | |
make[2]: Leaving directory `/vagrant/archesproject/Install/geos-3.3.8/src/simplify' | |
Making install in util | |
make[2]: Entering directory `/vagrant/archesproject/Install/geos-3.3.8/src/util' | |
make[3]: Entering directory `/vagrant/archesproject/Install/geos-3.3.8/src/util' | |
make[4]: Entering directory `/vagrant/archesproject/Install/geos-3.3.8/src/util' | |
make[4]: Nothing to be done for `install-exec-am'. | |
make[4]: Nothing to be done for `install-data-am'. | |
make[4]: Leaving directory `/vagrant/archesproject/Install/geos-3.3.8/src/util' | |
make[3]: Leaving directory `/vagrant/archesproject/Install/geos-3.3.8/src/util' | |
make[2]: Leaving directory `/vagrant/archesproject/Install/geos-3.3.8/src/util' | |
make[2]: Entering directory `/vagrant/archesproject/Install/geos-3.3.8/src' | |
make[3]: Entering directory `/vagrant/archesproject/Install/geos-3.3.8/src' | |
test -z "/usr/local/lib" || /bin/mkdir -p "/usr/local/lib" | |
/bin/bash ../libtool --mode=install /usr/bin/install -c libgeos.la '/usr/local/lib' | |
libtool: install: /usr/bin/install -c .libs/libgeos-3.3.8.so /usr/local/lib/libgeos-3.3.8.so | |
libtool: install: (cd /usr/local/lib && { ln -s -f libgeos-3.3.8.so libgeos.so || { rm -f libgeos.so && ln -s libgeos-3.3.8.so libgeos.so; }; }) | |
libtool: install: /usr/bin/install -c .libs/libgeos.lai /usr/local/lib/libgeos.la | |
libtool: install: /usr/bin/install -c .libs/libgeos.a /usr/local/lib/libgeos.a | |
libtool: install: chmod 644 /usr/local/lib/libgeos.a | |
libtool: install: ranlib /usr/local/lib/libgeos.a | |
libtool: finish: PATH="/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/sbin" ldconfig -n /usr/local/lib | |
---------------------------------------------------------------------- | |
Libraries have been installed in: | |
/usr/local/lib | |
If you ever happen to want to link against installed libraries | |
in a given directory, LIBDIR, you must either use libtool, and | |
specify the full pathname of the library, or use the `-LLIBDIR' | |
flag during linking and do at least one of the following: | |
- add LIBDIR to the `LD_LIBRARY_PATH' environment variable | |
during execution | |
- add LIBDIR to the `LD_RUN_PATH' environment variable | |
during linking | |
- use the `-Wl,-rpath -Wl,LIBDIR' linker flag | |
- have your system administrator add LIBDIR to `/etc/ld.so.conf' | |
See any operating system documentation about shared libraries for | |
more information, such as the ld(1) and ld.so(8) manual pages. | |
---------------------------------------------------------------------- | |
make[3]: Nothing to be done for `install-data-am'. | |
make[3]: Leaving directory `/vagrant/archesproject/Install/geos-3.3.8/src' | |
make[2]: Leaving directory `/vagrant/archesproject/Install/geos-3.3.8/src' | |
make[1]: Leaving directory `/vagrant/archesproject/Install/geos-3.3.8/src' | |
Making install in capi | |
make[1]: Entering directory `/vagrant/archesproject/Install/geos-3.3.8/capi' | |
make[2]: Entering directory `/vagrant/archesproject/Install/geos-3.3.8/capi' | |
test -z "/usr/local/lib" || /bin/mkdir -p "/usr/local/lib" | |
/bin/bash ../libtool --mode=install /usr/bin/install -c libgeos_c.la '/usr/local/lib' | |
libtool: install: warning: relinking `libgeos_c.la' | |
libtool: install: (cd /vagrant/archesproject/Install/geos-3.3.8/capi; /bin/bash /vagrant/archesproject/Install/geos-3.3.8/libtool --tag CXX --mode=relink g++ -DGEOS_INLINE -pedantic -Wall -ansi -Wno-long-long -ffloat-store -g -O2 -version-info 8:8:7 -no-undefined -o libgeos_c.la -rpath /usr/local/lib libgeos_c_la-geos_c.lo libgeos_c_la-geos_ts_c.lo ../src/libgeos.la ) | |
libtool: relink: g++ -fPIC -DPIC -shared -nostdlib /usr/lib/gcc/i686-linux-gnu/4.6/../../../i386-linux-gnu/crti.o /usr/lib/gcc/i686-linux-gnu/4.6/crtbeginS.o .libs/libgeos_c_la-geos_c.o .libs/libgeos_c_la-geos_ts_c.o -L/usr/local/lib -lgeos -L/usr/lib/gcc/i686-linux-gnu/4.6 -L/usr/lib/gcc/i686-linux-gnu/4.6/../../../i386-linux-gnu -L/usr/lib/gcc/i686-linux-gnu/4.6/../../../../lib -L/lib/i386-linux-gnu -L/lib/../lib -L/usr/lib/i386-linux-gnu -L/usr/lib/../lib -L/usr/lib/gcc/i686-linux-gnu/4.6/../../.. -lstdc++ -lm -lc -lgcc_s /usr/lib/gcc/i686-linux-gnu/4.6/crtendS.o /usr/lib/gcc/i686-linux-gnu/4.6/../../../i386-linux-gnu/crtn.o -O2 -Wl,-soname -Wl,libgeos_c.so.1 -o .libs/libgeos_c.so.1.7.8 | |
libtool: install: /usr/bin/install -c .libs/libgeos_c.so.1.7.8T /usr/local/lib/libgeos_c.so.1.7.8 | |
libtool: install: (cd /usr/local/lib && { ln -s -f libgeos_c.so.1.7.8 libgeos_c.so.1 || { rm -f libgeos_c.so.1 && ln -s libgeos_c.so.1.7.8 libgeos_c.so.1; }; }) | |
libtool: install: (cd /usr/local/lib && { ln -s -f libgeos_c.so.1.7.8 libgeos_c.so || { rm -f libgeos_c.so && ln -s libgeos_c.so.1.7.8 libgeos_c.so; }; }) | |
libtool: install: /usr/bin/install -c .libs/libgeos_c.lai /usr/local/lib/libgeos_c.la | |
libtool: install: /usr/bin/install -c .libs/libgeos_c.a /usr/local/lib/libgeos_c.a | |
libtool: install: chmod 644 /usr/local/lib/libgeos_c.a | |
libtool: install: ranlib /usr/local/lib/libgeos_c.a | |
libtool: finish: PATH="/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/sbin" ldconfig -n /usr/local/lib | |
---------------------------------------------------------------------- | |
Libraries have been installed in: | |
/usr/local/lib | |
If you ever happen to want to link against installed libraries | |
in a given directory, LIBDIR, you must either use libtool, and | |
specify the full pathname of the library, or use the `-LLIBDIR' | |
flag during linking and do at least one of the following: | |
- add LIBDIR to the `LD_LIBRARY_PATH' environment variable | |
during execution | |
- add LIBDIR to the `LD_RUN_PATH' environment variable | |
during linking | |
- use the `-Wl,-rpath -Wl,LIBDIR' linker flag | |
- have your system administrator add LIBDIR to `/etc/ld.so.conf' | |
See any operating system documentation about shared libraries for | |
more information, such as the ld(1) and ld.so(8) manual pages. | |
---------------------------------------------------------------------- | |
test -z "/usr/local/include" || /bin/mkdir -p "/usr/local/include" | |
/usr/bin/install -c -m 644 geos_c.h '/usr/local/include' | |
make[2]: Leaving directory `/vagrant/archesproject/Install/geos-3.3.8/capi' | |
make[1]: Leaving directory `/vagrant/archesproject/Install/geos-3.3.8/capi' | |
Making install in doc | |
make[1]: Entering directory `/vagrant/archesproject/Install/geos-3.3.8/doc' | |
make[2]: Entering directory `/vagrant/archesproject/Install/geos-3.3.8/doc' | |
make[2]: Nothing to be done for `install-exec-am'. | |
make[2]: Nothing to be done for `install-data-am'. | |
make[2]: Leaving directory `/vagrant/archesproject/Install/geos-3.3.8/doc' | |
make[1]: Leaving directory `/vagrant/archesproject/Install/geos-3.3.8/doc' | |
Making install in macros | |
make[1]: Entering directory `/vagrant/archesproject/Install/geos-3.3.8/macros' | |
make[2]: Entering directory `/vagrant/archesproject/Install/geos-3.3.8/macros' | |
make[2]: Nothing to be done for `install-exec-am'. | |
make[2]: Nothing to be done for `install-data-am'. | |
make[2]: Leaving directory `/vagrant/archesproject/Install/geos-3.3.8/macros' | |
make[1]: Leaving directory `/vagrant/archesproject/Install/geos-3.3.8/macros' | |
Making install in swig | |
make[1]: Entering directory `/vagrant/archesproject/Install/geos-3.3.8/swig' | |
make[2]: Entering directory `/vagrant/archesproject/Install/geos-3.3.8/swig' | |
make[3]: Entering directory `/vagrant/archesproject/Install/geos-3.3.8/swig' | |
make[3]: Nothing to be done for `install-exec-am'. | |
make[3]: Nothing to be done for `install-data-am'. | |
make[3]: Leaving directory `/vagrant/archesproject/Install/geos-3.3.8/swig' | |
make[2]: Leaving directory `/vagrant/archesproject/Install/geos-3.3.8/swig' | |
make[1]: Leaving directory `/vagrant/archesproject/Install/geos-3.3.8/swig' | |
Making install in php | |
make[1]: Entering directory `/vagrant/archesproject/Install/geos-3.3.8/php' | |
make[2]: Entering directory `/vagrant/archesproject/Install/geos-3.3.8/php' | |
make[3]: Entering directory `/vagrant/archesproject/Install/geos-3.3.8/php' | |
test -z "/usr/local/lib/geos" || /bin/mkdir -p "/usr/local/lib/geos" | |
make[3]: Nothing to be done for `install-data-am'. | |
make[3]: Leaving directory `/vagrant/archesproject/Install/geos-3.3.8/php' | |
make[2]: Leaving directory `/vagrant/archesproject/Install/geos-3.3.8/php' | |
make[1]: Leaving directory `/vagrant/archesproject/Install/geos-3.3.8/php' | |
Making install in tests | |
make[1]: Entering directory `/vagrant/archesproject/Install/geos-3.3.8/tests' | |
Making install in bigtest | |
make[2]: Entering directory `/vagrant/archesproject/Install/geos-3.3.8/tests/bigtest' | |
make[3]: Entering directory `/vagrant/archesproject/Install/geos-3.3.8/tests/bigtest' | |
make[3]: Nothing to be done for `install-exec-am'. | |
make[3]: Nothing to be done for `install-data-am'. | |
make[3]: Leaving directory `/vagrant/archesproject/Install/geos-3.3.8/tests/bigtest' | |
make[2]: Leaving directory `/vagrant/archesproject/Install/geos-3.3.8/tests/bigtest' | |
Making install in xmltester | |
make[2]: Entering directory `/vagrant/archesproject/Install/geos-3.3.8/tests/xmltester' | |
make[3]: Entering directory `/vagrant/archesproject/Install/geos-3.3.8/tests/xmltester' | |
make[3]: Nothing to be done for `install-exec-am'. | |
make[3]: Nothing to be done for `install-data-am'. | |
make[3]: Leaving directory `/vagrant/archesproject/Install/geos-3.3.8/tests/xmltester' | |
make[2]: Leaving directory `/vagrant/archesproject/Install/geos-3.3.8/tests/xmltester' | |
Making install in unit | |
make[2]: Entering directory `/vagrant/archesproject/Install/geos-3.3.8/tests/unit' | |
make[3]: Entering directory `/vagrant/archesproject/Install/geos-3.3.8/tests/unit' | |
make[3]: Nothing to be done for `install-exec-am'. | |
make[3]: Nothing to be done for `install-data-am'. | |
make[3]: Leaving directory `/vagrant/archesproject/Install/geos-3.3.8/tests/unit' | |
make[2]: Leaving directory `/vagrant/archesproject/Install/geos-3.3.8/tests/unit' | |
Making install in perf | |
make[2]: Entering directory `/vagrant/archesproject/Install/geos-3.3.8/tests/perf' | |
Making install in operation | |
make[3]: Entering directory `/vagrant/archesproject/Install/geos-3.3.8/tests/perf/operation' | |
Making install in buffer | |
make[4]: Entering directory `/vagrant/archesproject/Install/geos-3.3.8/tests/perf/operation/buffer' | |
make[5]: Entering directory `/vagrant/archesproject/Install/geos-3.3.8/tests/perf/operation/buffer' | |
make[5]: Nothing to be done for `install-exec-am'. | |
make[5]: Nothing to be done for `install-data-am'. | |
make[5]: Leaving directory `/vagrant/archesproject/Install/geos-3.3.8/tests/perf/operation/buffer' | |
make[4]: Leaving directory `/vagrant/archesproject/Install/geos-3.3.8/tests/perf/operation/buffer' | |
Making install in predicate | |
make[4]: Entering directory `/vagrant/archesproject/Install/geos-3.3.8/tests/perf/operation/predicate' | |
make[5]: Entering directory `/vagrant/archesproject/Install/geos-3.3.8/tests/perf/operation/predicate' | |
make[5]: Nothing to be done for `install-exec-am'. | |
make[5]: Nothing to be done for `install-data-am'. | |
make[5]: Leaving directory `/vagrant/archesproject/Install/geos-3.3.8/tests/perf/operation/predicate' | |
make[4]: Leaving directory `/vagrant/archesproject/Install/geos-3.3.8/tests/perf/operation/predicate' | |
make[4]: Entering directory `/vagrant/archesproject/Install/geos-3.3.8/tests/perf/operation' | |
make[5]: Entering directory `/vagrant/archesproject/Install/geos-3.3.8/tests/perf/operation' | |
make[5]: Nothing to be done for `install-exec-am'. | |
make[5]: Nothing to be done for `install-data-am'. | |
make[5]: Leaving directory `/vagrant/archesproject/Install/geos-3.3.8/tests/perf/operation' | |
make[4]: Leaving directory `/vagrant/archesproject/Install/geos-3.3.8/tests/perf/operation' | |
make[3]: Leaving directory `/vagrant/archesproject/Install/geos-3.3.8/tests/perf/operation' | |
Making install in capi | |
make[3]: Entering directory `/vagrant/archesproject/Install/geos-3.3.8/tests/perf/capi' | |
make[4]: Entering directory `/vagrant/archesproject/Install/geos-3.3.8/tests/perf/capi' | |
make[4]: Nothing to be done for `install-exec-am'. | |
make[4]: Nothing to be done for `install-data-am'. | |
make[4]: Leaving directory `/vagrant/archesproject/Install/geos-3.3.8/tests/perf/capi' | |
make[3]: Leaving directory `/vagrant/archesproject/Install/geos-3.3.8/tests/perf/capi' | |
make[3]: Entering directory `/vagrant/archesproject/Install/geos-3.3.8/tests/perf' | |
make[4]: Entering directory `/vagrant/archesproject/Install/geos-3.3.8/tests/perf' | |
make[4]: Nothing to be done for `install-exec-am'. | |
make[4]: Nothing to be done for `install-data-am'. | |
make[4]: Leaving directory `/vagrant/archesproject/Install/geos-3.3.8/tests/perf' | |
make[3]: Leaving directory `/vagrant/archesproject/Install/geos-3.3.8/tests/perf' | |
make[2]: Leaving directory `/vagrant/archesproject/Install/geos-3.3.8/tests/perf' | |
Making install in geostest | |
make[2]: Entering directory `/vagrant/archesproject/Install/geos-3.3.8/tests/geostest' | |
make[3]: Entering directory `/vagrant/archesproject/Install/geos-3.3.8/tests/geostest' | |
make[3]: Nothing to be done for `install-exec-am'. | |
make[3]: Nothing to be done for `install-data-am'. | |
make[3]: Leaving directory `/vagrant/archesproject/Install/geos-3.3.8/tests/geostest' | |
make[2]: Leaving directory `/vagrant/archesproject/Install/geos-3.3.8/tests/geostest' | |
Making install in thread | |
make[2]: Entering directory `/vagrant/archesproject/Install/geos-3.3.8/tests/thread' | |
make[3]: Entering directory `/vagrant/archesproject/Install/geos-3.3.8/tests/thread' | |
make[3]: Nothing to be done for `install-exec-am'. | |
make[3]: Nothing to be done for `install-data-am'. | |
make[3]: Leaving directory `/vagrant/archesproject/Install/geos-3.3.8/tests/thread' | |
make[2]: Leaving directory `/vagrant/archesproject/Install/geos-3.3.8/tests/thread' | |
make[2]: Entering directory `/vagrant/archesproject/Install/geos-3.3.8/tests' | |
make[3]: Entering directory `/vagrant/archesproject/Install/geos-3.3.8/tests' | |
make[3]: Nothing to be done for `install-exec-am'. | |
make[3]: Nothing to be done for `install-data-am'. | |
make[3]: Leaving directory `/vagrant/archesproject/Install/geos-3.3.8/tests' | |
make[2]: Leaving directory `/vagrant/archesproject/Install/geos-3.3.8/tests' | |
make[1]: Leaving directory `/vagrant/archesproject/Install/geos-3.3.8/tests' | |
Making install in tools | |
make[1]: Entering directory `/vagrant/archesproject/Install/geos-3.3.8/tools' | |
make[2]: Entering directory `/vagrant/archesproject/Install/geos-3.3.8/tools' | |
test -z "/usr/local/bin" || /bin/mkdir -p "/usr/local/bin" | |
/usr/bin/install -c geos-config '/usr/local/bin' | |
make[2]: Nothing to be done for `install-data-am'. | |
make[2]: Leaving directory `/vagrant/archesproject/Install/geos-3.3.8/tools' | |
make[1]: Leaving directory `/vagrant/archesproject/Install/geos-3.3.8/tools' | |
make[1]: Entering directory `/vagrant/archesproject/Install/geos-3.3.8' | |
make[2]: Entering directory `/vagrant/archesproject/Install/geos-3.3.8' | |
make[2]: Nothing to be done for `install-exec-am'. | |
make[2]: Nothing to be done for `install-data-am'. | |
make[2]: Leaving directory `/vagrant/archesproject/Install/geos-3.3.8' | |
make[1]: Leaving directory `/vagrant/archesproject/Install/geos-3.3.8' | |
--2014-04-07 18:17:41-- http://download.osgeo.org/postgis/source/postgis-2.0.3.tar.gz | |
Resolving download.osgeo.org (download.osgeo.org)... 140.211.15.132 | |
Connecting to download.osgeo.org (download.osgeo.org)|140.211.15.132|:80... connected. | |
HTTP request sent, awaiting response... 200 OK | |
Length: 5581619 (5.3M) [application/x-gzip] | |
Saving to: `postgis-2.0.3.tar.gz' | |
0K .......... .......... .......... .......... .......... 0% 230K 24s | |
50K .......... .......... .......... .......... .......... 1% 457K 18s | |
100K .......... .......... .......... .......... .......... 2% 403K 16s | |
150K .......... .......... .......... .......... .......... 3% 173K 19s | |
200K .......... .......... .......... .......... .......... 4% 4.12M 16s | |
250K .......... .......... .......... .......... .......... 5% 530K 15s | |
300K .......... .......... .......... .......... .......... 6% 1.41M 13s | |
350K .......... .......... .......... .......... .......... 7% 296K 13s | |
400K .......... .......... .......... .......... .......... 8% 1.14M 12s | |
450K .......... .......... .......... .......... .......... 9% 291K 13s | |
500K .......... .......... .......... .......... .......... 10% 496K 12s | |
550K .......... .......... .......... .......... .......... 11% 964K 11s | |
600K .......... .......... .......... .......... .......... 11% 470K 11s | |
650K .......... .......... .......... .......... .......... 12% 492K 11s | |
700K .......... .......... .......... .......... .......... 13% 757K 11s | |
750K .......... .......... .......... .......... .......... 14% 470K 10s | |
800K .......... .......... .......... .......... .......... 15% 450K 10s | |
850K .......... .......... .......... .......... .......... 16% 472K 10s | |
900K .......... .......... .......... .......... .......... 17% 464K 10s | |
950K .......... .......... .......... .......... .......... 18% 1.81M 10s | |
1000K .......... .......... .......... .......... .......... 19% 496K 9s | |
1050K .......... .......... .......... .......... .......... 20% 504K 9s | |
1100K .......... .......... .......... .......... .......... 21% 525K 9s | |
1150K .......... .......... .......... .......... .......... 22% 513K 9s | |
1200K .......... .......... .......... .......... .......... 22% 1.78M 9s | |
1250K .......... .......... .......... .......... .......... 23% 470K 9s | |
1300K .......... .......... .......... .......... .......... 24% 500K 8s | |
1350K .......... .......... .......... .......... .......... 25% 579K 8s | |
1400K .......... .......... .......... .......... .......... 26% 213K 9s | |
1450K .......... .......... .......... .......... .......... 27% 15.6M 8s | |
1500K .......... .......... .......... .......... .......... 28% 483K 8s | |
1550K .......... .......... .......... .......... .......... 29% 268K 8s | |
1600K .......... .......... .......... .......... .......... 30% 487K 8s | |
1650K .......... .......... .......... .......... .......... 31% 440K 8s | |
1700K .......... .......... .......... .......... .......... 32% 433K 8s | |
1750K .......... .......... .......... .......... .......... 33% 238K 8s | |
1800K .......... .......... .......... .......... .......... 33% 410K 8s | |
1850K .......... .......... .......... .......... .......... 34% 446K 8s | |
1900K .......... .......... .......... .......... .......... 35% 241K 8s | |
1950K .......... .......... .......... .......... .......... 36% 492K 8s | |
2000K .......... .......... .......... .......... .......... 37% 240K 8s | |
2050K .......... .......... .......... .......... .......... 38% 406K 8s | |
2100K .......... .......... .......... .......... .......... 39% 265K 8s | |
2150K .......... .......... .......... .......... .......... 40% 274K 8s | |
2200K .......... .......... .......... .......... .......... 41% 407K 8s | |
2250K .......... .......... .......... .......... .......... 42% 277K 8s | |
2300K .......... .......... .......... .......... .......... 43% 377K 7s | |
2350K .......... .......... .......... .......... .......... 44% 312K 7s | |
2400K .......... .......... .......... .......... .......... 44% 355K 7s | |
2450K .......... .......... .......... .......... .......... 45% 303K 7s | |
2500K .......... .......... .......... .......... .......... 46% 266K 7s | |
2550K .......... .......... .......... .......... .......... 47% 478K 7s | |
2600K .......... .......... .......... .......... .......... 48% 291K 7s | |
2650K .......... .......... .......... .......... .......... 49% 251K 7s | |
2700K .......... .......... .......... .......... .......... 50% 487K 7s | |
2750K .......... .......... .......... .......... .......... 51% 251K 7s | |
2800K .......... .......... .......... .......... .......... 52% 506K 7s | |
2850K .......... .......... .......... .......... .......... 53% 166K 7s | |
2900K .......... .......... .......... .......... .......... 54% 467K 6s | |
2950K .......... .......... .......... .......... .......... 55% 272K 6s | |
3000K .......... .......... .......... .......... .......... 55% 478K 6s | |
3050K .......... .......... .......... .......... .......... 56% 258K 6s | |
3100K .......... .......... .......... .......... .......... 57% 478K 6s | |
3150K .......... .......... .......... .......... .......... 58% 231K 6s | |
3200K .......... .......... .......... .......... .......... 59% 462K 6s | |
3250K .......... .......... .......... .......... .......... 60% 256K 6s | |
3300K .......... .......... .......... .......... .......... 61% 245K 6s | |
3350K .......... .......... .......... .......... .......... 62% 247K 5s | |
3400K .......... .......... .......... .......... .......... 63% 250K 5s | |
3450K .......... .......... .......... .......... .......... 64% 422K 5s | |
3500K .......... .......... .......... .......... .......... 65% 246K 5s | |
3550K .......... .......... .......... .......... .......... 66% 233K 5s | |
3600K .......... .......... .......... .......... .......... 66% 214K 5s | |
3650K .......... .......... .......... .......... .......... 67% 237K 5s | |
3700K .......... .......... .......... .......... .......... 68% 163K 5s | |
3750K .......... .......... .......... .......... .......... 69% 493K 5s | |
3800K .......... .......... .......... .......... .......... 70% 171K 5s | |
3850K .......... .......... .......... .......... .......... 71% 206K 4s | |
3900K .......... .......... .......... .......... .......... 72% 163K 4s | |
3950K .......... .......... .......... .......... .......... 73% 229K 4s | |
4000K .......... .......... .......... .......... .......... 74% 165K 4s | |
4050K .......... .......... .......... .......... .......... 75% 181K 4s | |
4100K .......... .......... .......... .......... .......... 76% 274K 4s | |
4150K .......... .......... .......... .......... .......... 77% 161K 4s | |
4200K .......... .......... .......... .......... .......... 77% 427K 4s | |
4250K .......... .......... .......... .......... .......... 78% 233K 4s | |
4300K .......... .......... .......... .......... .......... 79% 214K 3s | |
4350K .......... .......... .......... .......... .......... 80% 165K 3s | |
4400K .......... .......... .......... .......... .......... 81% 232K 3s | |
4450K .......... .......... .......... .......... .......... 82% 226K 3s | |
4500K .......... .......... .......... .......... .......... 83% 225K 3s | |
4550K .......... .......... .......... .......... .......... 84% 245K 3s | |
4600K .......... .......... .......... .......... .......... 85% 233K 3s | |
4650K .......... .......... .......... .......... .......... 86% 231K 2s | |
4700K .......... .......... .......... .......... .......... 87% 504K 2s | |
4750K .......... .......... .......... .......... .......... 88% 241K 2s | |
4800K .......... .......... .......... .......... .......... 88% 253K 2s | |
4850K .......... .......... .......... .......... .......... 89% 413K 2s | |
4900K .......... .......... .......... .......... .......... 90% 156K 2s | |
4950K .......... .......... .......... .......... .......... 91% 433K 1s | |
5000K .......... .......... .......... .......... .......... 92% 232K 1s | |
5050K .......... .......... .......... .......... .......... 93% 217K 1s | |
5100K .......... .......... .......... .......... .......... 94% 156K 1s | |
5150K .......... .......... .......... .......... .......... 95% 234K 1s | |
5200K .......... .......... .......... .......... .......... 96% 448K 1s | |
5250K .......... .......... .......... .......... .......... 97% 336K 0s | |
5300K .......... .......... .......... .......... .......... 98% 323K 0s | |
5350K .......... .......... .......... .......... .......... 99% 463K 0s | |
5400K .......... .......... .......... .......... .......... 99% 437K 0s | |
5450K 100% 1526G=18s | |
2014-04-07 18:17:59 (309 KB/s) - `postgis-2.0.3.tar.gz' saved [5581619/5581619] | |
postgis-2.0.3/ | |
postgis-2.0.3/postgis/ | |
postgis-2.0.3/postgis/DEBUG | |
postgis-2.0.3/postgis/lwgeom_triggers.c | |
postgis-2.0.3/postgis/uninstall_legacy.sql.in.c | |
postgis-2.0.3/postgis/Makefile.in | |
postgis-2.0.3/postgis/lwgeom_box.c | |
postgis-2.0.3/postgis/geography_inout.c | |
postgis-2.0.3/postgis/lwgeom_sqlmm.c | |
postgis-2.0.3/postgis/lwgeom_in_geojson.c | |
postgis-2.0.3/postgis/lwgeom_geos.c | |
postgis-2.0.3/postgis/uninstall_long_xact.sql.in.c | |
postgis-2.0.3/postgis/lwgeom_btree.c | |
postgis-2.0.3/postgis/legacy_gist.sql.in | |
postgis-2.0.3/postgis/Makefile.pgxs | |
postgis-2.0.3/postgis/lwgeom_geos.h | |
postgis-2.0.3/postgis/long_xact.sql.in.c | |
postgis-2.0.3/postgis/lwgeom_functions_basic.c | |
postgis-2.0.3/postgis/geometry_estimate.c | |
postgis-2.0.3/postgis/lwgeom_geos_prepared.c | |
postgis-2.0.3/postgis/lwgeom_rtree.c | |
postgis-2.0.3/postgis/lwgeom_export.c | |
postgis-2.0.3/postgis/lwgeom_geos_prepared.h | |
postgis-2.0.3/postgis/gserialized_typmod.c | |
postgis-2.0.3/postgis/lwgeom_rtree.h | |
postgis-2.0.3/postgis/lwgeom_export.h | |
postgis-2.0.3/postgis/lwgeom_functions_lrs.c | |
postgis-2.0.3/postgis/lwgeom_accum.c | |
postgis-2.0.3/postgis/sqldefines.h | |
postgis-2.0.3/postgis/geography_btree.c | |
postgis-2.0.3/postgis/lwgeom_functions_analytic.c | |
postgis-2.0.3/postgis/sqldefines.h.in | |
postgis-2.0.3/postgis/legacy.sql.in.c | |
postgis-2.0.3/postgis/lwgeom_inout.c | |
postgis-2.0.3/postgis/geometry_inout.c | |
postgis-2.0.3/postgis/gserialized_gist_nd.c | |
postgis-2.0.3/postgis/lwgeom_geos_clean.c | |
postgis-2.0.3/postgis/postgis_drop_after.sql | |
postgis-2.0.3/postgis/lwgeom_functions_analytic.h | |
postgis-2.0.3/postgis/postgis_drop_before.sql | |
postgis-2.0.3/postgis/README | |
postgis-2.0.3/postgis/lwgeom_cache.c | |
postgis-2.0.3/postgis/legacy_minimal.sql.in.c | |
postgis-2.0.3/postgis/gserialized_gist_2d.c | |
postgis-2.0.3/postgis/long_xact.c | |
postgis-2.0.3/postgis/lwgeom_dump.c | |
postgis-2.0.3/postgis/lwgeom_in_gml.c | |
postgis-2.0.3/postgis/geography_estimate.c | |
postgis-2.0.3/postgis/lwgeom_geos_relatematch.c | |
postgis-2.0.3/postgis/uninstall_geography.sql.in.c | |
postgis-2.0.3/postgis/lwgeom_cache.h | |
postgis-2.0.3/postgis/lwgeom_ogc.c | |
postgis-2.0.3/postgis/lwgeom_in_kml.c | |
postgis-2.0.3/postgis/TODO | |
postgis-2.0.3/postgis/lwgeom_transform.c | |
postgis-2.0.3/postgis/uninstall_sqlmm.sql.in.c | |
postgis-2.0.3/postgis/lwgeom_spheroid.c | |
postgis-2.0.3/postgis/geography.sql.in.c | |
postgis-2.0.3/postgis/lwgeom_box3d.c | |
postgis-2.0.3/postgis/geography.h | |
postgis-2.0.3/postgis/geography_measurement.c | |
postgis-2.0.3/postgis/postgis.sql.in.c | |
postgis-2.0.3/postgis/postgis_module.c | |
postgis-2.0.3/config.rpath | |
postgis-2.0.3/extensions/ | |
postgis-2.0.3/extensions/postgis_topology/ | |
postgis-2.0.3/extensions/postgis_topology/sql/ | |
postgis-2.0.3/extensions/postgis_topology/sql_bits/ | |
postgis-2.0.3/extensions/postgis_topology/sql_bits/mark_editable_objects.sql.in | |
postgis-2.0.3/extensions/postgis_topology/sql_bits/remove_from_extension.sql.in | |
postgis-2.0.3/extensions/postgis_topology/sql_bits/topology--unpackaged.sql.in | |
postgis-2.0.3/extensions/postgis_topology/doc/ | |
postgis-2.0.3/extensions/postgis_topology/doc/postgis.md | |
postgis-2.0.3/extensions/postgis_topology/Makefile.in | |
postgis-2.0.3/extensions/postgis_topology/postgis_topology.control.in | |
postgis-2.0.3/extensions/postgis_topology/META.json | |
postgis-2.0.3/extensions/postgis_topology/postgis_topology.control | |
postgis-2.0.3/extensions/postgis/ | |
postgis-2.0.3/extensions/postgis/sql/ | |
postgis-2.0.3/extensions/postgis/sql_bits/ | |
postgis-2.0.3/extensions/postgis/sql_bits/mark_editable_objects.sql.in | |
postgis-2.0.3/extensions/postgis/sql_bits/remove_from_extension.sql.in | |
postgis-2.0.3/extensions/postgis/sql_bits/postgis--unpackaged.sql.in | |
postgis-2.0.3/extensions/postgis/doc/ | |
postgis-2.0.3/extensions/postgis/doc/postgis.md | |
postgis-2.0.3/extensions/postgis/Makefile.in | |
postgis-2.0.3/extensions/postgis/postgis.control.in | |
postgis-2.0.3/extensions/postgis/META.json | |
postgis-2.0.3/extensions/postgis/postgis.control | |
postgis-2.0.3/extensions/postgis_extension_helper.sql | |
postgis-2.0.3/extensions/Makefile.in | |
postgis-2.0.3/extensions/compute_srid_contiguous_ranges.sql | |
postgis-2.0.3/extensions/upgradeable_versions.mk | |
postgis-2.0.3/extensions/postgis_extension_helper_uninstall.sql | |
postgis-2.0.3/extensions/README | |
postgis-2.0.3/extensions/make_unpackaged.sql | |
postgis-2.0.3/spatial_ref_sys.sql | |
postgis-2.0.3/raster/ | |
postgis-2.0.3/raster/test/ | |
postgis-2.0.3/raster/test/core/ | |
postgis-2.0.3/raster/test/core/Makefile.in | |
postgis-2.0.3/raster/test/core/check.h | |
postgis-2.0.3/raster/test/core/testwkb.c | |
postgis-2.0.3/raster/test/core/testapi.c | |
postgis-2.0.3/raster/test/regress/ | |
postgis-2.0.3/raster/test/regress/loader/ | |
postgis-2.0.3/raster/test/regress/loader/Basic.sql.expected | |
postgis-2.0.3/raster/test/regress/loader/Tiled10x10.opts | |
postgis-2.0.3/raster/test/regress/loader/testraster.tif | |
postgis-2.0.3/raster/test/regress/loader/Tiled10x10Copy-post.sh | |
postgis-2.0.3/raster/test/regress/loader/Tiled10x10Copy-pre.sh | |
postgis-2.0.3/raster/test/regress/loader/Tiled10x10-post.sh | |
postgis-2.0.3/raster/test/regress/loader/BasicCopy.select.sql | |
postgis-2.0.3/raster/test/regress/loader/Tiled10x10-pre.sh | |
postgis-2.0.3/raster/test/regress/loader/BasicCopy.select.expected | |
postgis-2.0.3/raster/test/regress/loader/Basic.select.sql | |
postgis-2.0.3/raster/test/regress/loader/Basic.select.expected | |
postgis-2.0.3/raster/test/regress/loader/BasicCopy.opts | |
postgis-2.0.3/raster/test/regress/loader/Tiled10x10Copy.select.sql | |
postgis-2.0.3/raster/test/regress/loader/Tiled10x10Copy.select.expected | |
postgis-2.0.3/raster/test/regress/loader/Tiled10x10.select.sql | |
postgis-2.0.3/raster/test/regress/loader/BasicCopy-post.sh | |
postgis-2.0.3/raster/test/regress/loader/Tiled10x10.select.expected | |
postgis-2.0.3/raster/test/regress/loader/BasicCopy-pre.sh | |
postgis-2.0.3/raster/test/regress/loader/BasicCopy.sql.expected | |
postgis-2.0.3/raster/test/regress/loader/Tiled10x10Copy.opts | |
postgis-2.0.3/raster/test/regress/loader/Basic-post.sh | |
postgis-2.0.3/raster/test/regress/loader/Basic-pre.sh | |
postgis-2.0.3/raster/test/regress/rt_pixelsize.sql | |
postgis-2.0.3/raster/test/regress/rt_mapalgebraexpr_expected | |
postgis-2.0.3/raster/test/regress/rt_set_band_properties_expected | |
postgis-2.0.3/raster/test/regress/rt_spatial_relationship.sql | |
postgis-2.0.3/raster/test/regress/rt_mapalgebrafctngb.sql | |
postgis-2.0.3/raster/test/regress/bug_test_car5.sql | |
postgis-2.0.3/raster/test/regress/check_gdal_expected | |
postgis-2.0.3/raster/test/regress/rt_bytea_expected | |
postgis-2.0.3/raster/test/regress/rt_union.sql | |
postgis-2.0.3/raster/test/regress/rt_overlap_expected | |
postgis-2.0.3/raster/test/regress/rt_addband_expected | |
postgis-2.0.3/raster/test/regress/tickets.sql | |
postgis-2.0.3/raster/test/regress/bug_test_car5_expected | |
postgis-2.0.3/raster/test/regress/rt_bytea.sql | |
postgis-2.0.3/raster/test/regress/rt_intersection.sql | |
postgis-2.0.3/raster/test/regress/rt_dimensions.sql | |
postgis-2.0.3/raster/test/regress/rt_same_expected | |
postgis-2.0.3/raster/test/regress/rt_asjpeg.sql | |
postgis-2.0.3/raster/test/regress/check_raster_columns_expected | |
postgis-2.0.3/raster/test/regress/rt_mapalgebrafct_expected | |
postgis-2.0.3/raster/test/regress/drop_rt_mapalgebra_test.sql | |
postgis-2.0.3/raster/test/regress/drop_rt_properties_test.sql | |
postgis-2.0.3/raster/test/regress/rt_valuepercent_expected | |
postgis-2.0.3/raster/test/regress/rt_intersects.sql | |
postgis-2.0.3/raster/test/regress/tickets_expected | |
postgis-2.0.3/raster/test/regress/rt_valuecount.sql | |
postgis-2.0.3/raster/test/regress/create_rt_band_properties_test_expected | |
postgis-2.0.3/raster/test/regress/rt_utility_expected | |
postgis-2.0.3/raster/test/regress/rt_upperleft_expected | |
postgis-2.0.3/raster/test/regress/rt_set_properties_expected | |
postgis-2.0.3/raster/test/regress/rt_contain.sql | |
postgis-2.0.3/raster/test/regress/rt_asjpeg_expected | |
postgis-2.0.3/raster/test/regress/rt_histogram.sql | |
postgis-2.0.3/raster/test/regress/box3d_expected | |
postgis-2.0.3/raster/test/regress/check_gdal.sql | |
postgis-2.0.3/raster/test/regress/create_rt_mapalgebra_test_expected | |
postgis-2.0.3/raster/test/regress/rt_spatial_relationship_expected | |
postgis-2.0.3/raster/test/regress/rt_overright.sql | |
postgis-2.0.3/raster/test/regress/rt_left_expected | |
postgis-2.0.3/raster/test/regress/rt_rotation_expected | |
postgis-2.0.3/raster/test/regress/create_rt_empty_raster_test_expected | |
postgis-2.0.3/raster/test/regress/testgdalraster | |
postgis-2.0.3/raster/test/regress/rt_overbelow_expected | |
postgis-2.0.3/raster/test/regress/rt_contained_expected | |
postgis-2.0.3/raster/test/regress/rt_overabove.sql | |
postgis-2.0.3/raster/test/regress/rt_count.sql | |
postgis-2.0.3/raster/test/regress/rt_intersection_expected | |
postgis-2.0.3/raster/test/regress/rt_georeference.sql | |
postgis-2.0.3/raster/test/regress/rt_mapalgebraexpr.sql | |
postgis-2.0.3/raster/test/regress/rt_below_expected | |
postgis-2.0.3/raster/test/regress/rt_overright_expected | |
postgis-2.0.3/raster/test/regress/rt_summarystats_expected | |
postgis-2.0.3/raster/test/regress/rt_right_expected | |
postgis-2.0.3/raster/test/regress/drop_rt_mapalgebra_test_expected | |
postgis-2.0.3/raster/test/regress/rt_overbelow.sql | |
postgis-2.0.3/raster/test/regress/rt_contained.sql | |
postgis-2.0.3/raster/test/regress/rt_set_properties.sql | |
postgis-2.0.3/raster/test/regress/create_rt_gist_test_expected | |
postgis-2.0.3/raster/test/regress/rt_georeference_expected | |
postgis-2.0.3/raster/test/regress/rt_summarystats.sql | |
postgis-2.0.3/raster/test/regress/rt_reclass_expected | |
postgis-2.0.3/raster/test/regress/rt_hasnoband_expected | |
postgis-2.0.3/raster/test/regress/rt_bandmetadata_expected | |
postgis-2.0.3/raster/test/regress/rt_mapalgebrafctngb_userfunc.sql | |
postgis-2.0.3/raster/test/regress/README | |
postgis-2.0.3/raster/test/regress/rt_io_expected | |
postgis-2.0.3/raster/test/regress/rt_reclass.sql | |
postgis-2.0.3/raster/test/regress/rt_rotation.sql | |
postgis-2.0.3/raster/test/regress/create_rt_band_properties_test.sql | |
postgis-2.0.3/raster/test/regress/run_test.in | |
postgis-2.0.3/raster/test/regress/rt_quantile_expected | |
postgis-2.0.3/raster/test/regress/rt_intersects_expected | |
postgis-2.0.3/raster/test/regress/rt_aspng.sql | |
postgis-2.0.3/raster/test/regress/rt_resample.sql | |
postgis-2.0.3/raster/test/regress/box3d.sql | |
postgis-2.0.3/raster/test/regress/rt_union_expected | |
postgis-2.0.3/raster/test/regress/rt_mapalgebrafctngb_userfunc_expected | |
postgis-2.0.3/raster/test/regress/rt_addband.sql | |
postgis-2.0.3/raster/test/regress/rt_isempty_expected | |
postgis-2.0.3/raster/test/regress/rt_contain_expected | |
postgis-2.0.3/raster/test/regress/Makefile.in | |
postgis-2.0.3/raster/test/regress/rt_mapalgebraexpr_2raster_expected | |
postgis-2.0.3/raster/test/regress/rt_band_properties.sql | |
postgis-2.0.3/raster/test/regress/rt_metadata.sql | |
postgis-2.0.3/raster/test/regress/rt_same.sql | |
postgis-2.0.3/raster/test/regress/rt_overleft.sql | |
postgis-2.0.3/raster/test/regress/rt_left.sql | |
postgis-2.0.3/raster/test/regress/rt_dimensions_expected | |
postgis-2.0.3/raster/test/regress/rt_mapalgebraexpr_2raster.sql | |
postgis-2.0.3/raster/test/regress/rt_valuepercent.sql | |
postgis-2.0.3/raster/test/regress/check_raster_overviews.sql | |
postgis-2.0.3/raster/test/regress/drop_rt_empty_raster_test.sql | |
postgis-2.0.3/raster/test/regress/drop_rt_band_properties_test.sql | |
postgis-2.0.3/raster/test/regress/rt_samealignment_expected | |
postgis-2.0.3/raster/test/regress/rt_io.sql | |
postgis-2.0.3/raster/test/regress/rt_overlap.sql | |
postgis-2.0.3/raster/test/regress/rt_clip_expected | |
postgis-2.0.3/raster/test/regress/create_rt_mapalgebra_test.sql | |
postgis-2.0.3/raster/test/regress/rt_mapalgebrafct_2raster_expected | |
postgis-2.0.3/raster/test/regress/create_rt_properties_test.sql | |
postgis-2.0.3/raster/test/regress/rt_pixelvalue.sql | |
postgis-2.0.3/raster/test/regress/rt_samealignment.sql | |
postgis-2.0.3/raster/test/regress/check_raster_overviews_expected | |
postgis-2.0.3/raster/test/regress/drop_rt_empty_raster_test_expected | |
postgis-2.0.3/raster/test/regress/drop_rt_mapalgebrafctngb_test_expected | |
postgis-2.0.3/raster/test/regress/create_rt_utility_test.sql | |
postgis-2.0.3/raster/test/regress/rt_band_expected | |
postgis-2.0.3/raster/test/regress/check_raster_columns.sql | |
postgis-2.0.3/raster/test/regress/rt_mapalgebrafct.sql | |
postgis-2.0.3/raster/test/regress/drop_rt_gist_test.sql | |
postgis-2.0.3/raster/test/regress/rt_set_band_properties.sql | |
postgis-2.0.3/raster/test/regress/rt_astiff_expected | |
postgis-2.0.3/raster/test/regress/rt_asgdalraster_expected | |
postgis-2.0.3/raster/test/regress/create_rt_mapalgebrafctngb_test.sql | |
postgis-2.0.3/raster/test/regress/rt_band.sql | |
postgis-2.0.3/raster/test/regress/testgdalraster_expected | |
postgis-2.0.3/raster/test/regress/rt_valuecount_expected | |
postgis-2.0.3/raster/test/regress/rt_overleft_expected | |
postgis-2.0.3/raster/test/regress/rt_scale_expected | |
postgis-2.0.3/raster/test/regress/rt_count_expected | |
postgis-2.0.3/raster/test/regress/rt_overabove_expected | |
postgis-2.0.3/raster/test/regress/rt_astiff.sql | |
postgis-2.0.3/raster/test/regress/rt_asgdalraster.sql | |
postgis-2.0.3/raster/test/regress/drop_rt_gist_test_expected | |
postgis-2.0.3/raster/test/regress/rt_right.sql | |
postgis-2.0.3/raster/test/regress/rt_above_expected | |
postgis-2.0.3/raster/test/regress/rt_histogram_expected | |
postgis-2.0.3/raster/test/regress/rt_quantile.sql | |
postgis-2.0.3/raster/test/regress/create_rt_mapalgebrafctngb_test_expected | |
postgis-2.0.3/raster/test/regress/rt_clip.sql | |
postgis-2.0.3/raster/test/regress/rt_isempty.sql | |
postgis-2.0.3/raster/test/regress/rt_above.sql | |
postgis-2.0.3/raster/test/regress/rt_hasnoband.sql | |
postgis-2.0.3/raster/test/regress/create_rt_empty_raster_test.sql | |
postgis-2.0.3/raster/test/regress/rt_pixelvalue_expected | |
postgis-2.0.3/raster/test/regress/create_rt_properties_test_expected | |
postgis-2.0.3/raster/test/regress/rt_mapalgebrafctngb_expected | |
postgis-2.0.3/raster/test/regress/rt_utility.sql | |
postgis-2.0.3/raster/test/regress/rt_bandmetadata.sql | |
postgis-2.0.3/raster/test/regress/rt_asraster_expected | |
postgis-2.0.3/raster/test/regress/rt_below.sql | |
postgis-2.0.3/raster/test/regress/rt_asraster.sql | |
postgis-2.0.3/raster/test/regress/drop_rt_band_properties_test_expected | |
postgis-2.0.3/raster/test/regress/rt_scale.sql | |
postgis-2.0.3/raster/test/regress/create_rt_gist_test.sql | |
postgis-2.0.3/raster/test/regress/rt_mapalgebrafct_2raster.sql | |
postgis-2.0.3/raster/test/regress/rt_resample_expected | |
postgis-2.0.3/raster/test/regress/rt_aspng_expected | |
postgis-2.0.3/raster/test/regress/rt_pixelsize_expected | |
postgis-2.0.3/raster/test/regress/drop_rt_mapalgebrafctngb_test.sql | |
postgis-2.0.3/raster/test/regress/drop_rt_properties_test_expected | |
postgis-2.0.3/raster/test/regress/rt_metadata_expected | |
postgis-2.0.3/raster/test/regress/rt_band_properties_expected | |
postgis-2.0.3/raster/test/regress/testgdalraster.test | |
postgis-2.0.3/raster/test/regress/rt_upperleft.sql | |
postgis-2.0.3/raster/test/Makefile.in | |
postgis-2.0.3/raster/macros/ | |
postgis-2.0.3/raster/macros/ac_proj4_version.m4 | |
postgis-2.0.3/raster/doc/ | |
postgis-2.0.3/raster/doc/doxygen.cfg.in | |
postgis-2.0.3/raster/doc/RFC2-WellKnownBinaryFormat | |
postgis-2.0.3/raster/doc/RFC1-SerializedFormat | |
postgis-2.0.3/raster/NEWS | |
postgis-2.0.3/raster/raster_config.h.in | |
postgis-2.0.3/raster/Makefile.in | |
postgis-2.0.3/raster/loader/ | |
postgis-2.0.3/raster/loader/raster2pgsql.h | |
postgis-2.0.3/raster/loader/Makefile.in | |
postgis-2.0.3/raster/loader/raster2pgsql.c | |
postgis-2.0.3/raster/DEBUG | |
postgis-2.0.3/raster/scripts/ | |
postgis-2.0.3/raster/scripts/python/ | |
postgis-2.0.3/raster/scripts/python/rtreader.py | |
postgis-2.0.3/raster/scripts/python/raster2pgsql.py | |
postgis-2.0.3/raster/scripts/python/Makefile.rt.sample | |
postgis-2.0.3/raster/scripts/python/genraster.py | |
postgis-2.0.3/raster/scripts/python/ovdump.py | |
postgis-2.0.3/raster/scripts/python/Makefile.in | |
postgis-2.0.3/raster/scripts/python/rtpixdump.py | |
postgis-2.0.3/raster/scripts/python/rtgdalraster.py | |
postgis-2.0.3/raster/scripts/python/pixval.py | |
postgis-2.0.3/raster/scripts/python/rtrowdump.py | |
postgis-2.0.3/raster/scripts/python/window.py | |
postgis-2.0.3/raster/scripts/plpgsql/ | |
postgis-2.0.3/raster/scripts/plpgsql/st_setvalues.sql | |
postgis-2.0.3/raster/scripts/plpgsql/st_createindexraster.sql | |
postgis-2.0.3/raster/scripts/plpgsql/st_addband.sql | |
postgis-2.0.3/raster/scripts/plpgsql/st_mapalgebra_optimized.sql | |
postgis-2.0.3/raster/scripts/plpgsql/st_mapalgebrafctngb.sql | |
postgis-2.0.3/raster/scripts/plpgsql/st_asraster.sql | |
postgis-2.0.3/raster/scripts/plpgsql/st_areaweightedsummarystats.sql | |
postgis-2.0.3/raster/scripts/plpgsql/st_clip.sql | |
postgis-2.0.3/raster/scripts/plpgsql/st_deleteband.sql | |
postgis-2.0.3/raster/scripts/plpgsql/st_union.sql | |
postgis-2.0.3/raster/scripts/plpgsql/st_setarray.sql | |
postgis-2.0.3/raster/scripts/plpgsql/st_summarystatsagg.sql | |
postgis-2.0.3/raster/scripts/plpgsql/st_mapalgebra.sql | |
postgis-2.0.3/raster/scripts/plpgsql/st_multibandmapalgebra.sql | |
postgis-2.0.3/raster/scripts/plpgsql/st_reclass.sql | |
postgis-2.0.3/raster/scripts/plpgsql/st_histogram.sql | |
postgis-2.0.3/raster/scripts/plpgsql/st_tile.sql | |
postgis-2.0.3/raster/scripts/plpgsql/_MapAlgebraParts.sql | |
postgis-2.0.3/raster/scripts/plpgsql/st_pixelaspolygons.sql | |
postgis-2.0.3/raster/scripts/plpgsql/st_querytables.sql | |
postgis-2.0.3/raster/scripts/plpgsql/st_pixelaspoints.sql | |
postgis-2.0.3/raster/scripts/plpgsql/st_splittable.sql | |
postgis-2.0.3/raster/scripts/plpgsql/readme.txt | |
postgis-2.0.3/raster/scripts/plpgsql/st_geomextent2rastercoord.sql | |
postgis-2.0.3/raster/scripts/Makefile.in | |
postgis-2.0.3/raster/rt_pg/ | |
postgis-2.0.3/raster/rt_pg/rtpostgis_upgrade_cleanup.sql.in.c | |
postgis-2.0.3/raster/rt_pg/rt_pg.h | |
postgis-2.0.3/raster/rt_pg/Makefile.in | |
postgis-2.0.3/raster/rt_pg/rtpostgis.sql.in.c | |
postgis-2.0.3/raster/rt_pg/rtpostgis_drop.sql.in.c | |
postgis-2.0.3/raster/rt_pg/rtpostgis_legacy.sql.in.c | |
postgis-2.0.3/raster/rt_pg/rt_pg.c | |
postgis-2.0.3/raster/rt_pg/Makefile.pgxs | |
postgis-2.0.3/raster/rt_core/ | |
postgis-2.0.3/raster/rt_core/rt_api.c | |
postgis-2.0.3/raster/rt_core/Makefile.in | |
postgis-2.0.3/raster/rt_core/rt_api.h | |
postgis-2.0.3/raster/Version.config | |
postgis-2.0.3/raster/CREDITS | |
postgis-2.0.3/raster/install-sh | |
postgis-2.0.3/GNUmakefile.in | |
postgis-2.0.3/CREDITS | |
postgis-2.0.3/doc/ | |
postgis-2.0.3/doc/html/ | |
postgis-2.0.3/doc/html/images/ | |
postgis-2.0.3/doc/html/images/st_clip01.png | |
postgis-2.0.3/doc/html/images/st_crosses-math.gif | |
postgis-2.0.3/doc/html/images/st_clip02.png | |
postgis-2.0.3/doc/html/images/st_clip03.png | |
postgis-2.0.3/doc/html/images/st_mapalgebraexpr01.png | |
postgis-2.0.3/doc/html/images/st_clip04.png | |
postgis-2.0.3/doc/html/images/st_mapalgebraexpr02.png | |
postgis-2.0.3/doc/html/images/st_clip05.png | |
postgis-2.0.3/doc/html/images/warning.png | |
postgis-2.0.3/doc/html/images/matrix_autocast.png | |
postgis-2.0.3/doc/html/images/PostGIS_logo.png | |
postgis-2.0.3/doc/html/images/check.png | |
postgis-2.0.3/doc/html/images/important.png | |
postgis-2.0.3/doc/html/images/st_mapalgebrafct2_01.png | |
postgis-2.0.3/doc/html/images/st_mapalgebrafct2_02.png | |
postgis-2.0.3/doc/html/images/st_mapalgebraexpr2_01.png | |
postgis-2.0.3/doc/html/images/st_mapalgebraexpr2_02.png | |
postgis-2.0.3/doc/html/images/st_mapalgebraexpr2_04.png | |
postgis-2.0.3/doc/html/images/st_mapalgebraexpr2_05.png | |
postgis-2.0.3/doc/html/images/st_mapalgebraexpr2_06.png | |
postgis-2.0.3/doc/html/images/st_mapalgebraexpr2_07.png | |
postgis-2.0.3/doc/html/images/st_mapalgebraexpr2_08.png | |
postgis-2.0.3/doc/html/images/st_asraster01.png | |
postgis-2.0.3/doc/html/images/tip.png | |
postgis-2.0.3/doc/html/images/st_asraster02.png | |
postgis-2.0.3/doc/html/images/osgeo_logo.png | |
postgis-2.0.3/doc/html/images/matrix_transform.png | |
postgis-2.0.3/doc/html/images/raster_xscale_yscale_xskew_yskew.png | |
postgis-2.0.3/doc/html/images/caution.png | |
postgis-2.0.3/doc/html/images/ccbysa.png | |
postgis-2.0.3/doc/html/images/note.png | |
postgis-2.0.3/doc/html/images/st_band01.png | |
postgis-2.0.3/doc/html/images/st_band02.png | |
postgis-2.0.3/doc/html/images/matrix_checkmark.png | |
postgis-2.0.3/doc/html/images/st_band03.png | |
postgis-2.0.3/doc/html/images/st_resample01.png | |
postgis-2.0.3/doc/html/images/st_resample02.png | |
postgis-2.0.3/doc/html/images/st_rescale01.png | |
postgis-2.0.3/doc/html/images/st_mapalgebrafctngb01.png | |
postgis-2.0.3/doc/html/images/st_rescale02.png | |
postgis-2.0.3/doc/html/images/rt_st_transform01.png | |
postgis-2.0.3/doc/html/images/st_mapalgebrafctngb02.png | |
postgis-2.0.3/doc/html/images/rt_st_transform02.png | |
postgis-2.0.3/doc/html/images/st_touches-math.gif | |
postgis-2.0.3/doc/html/images/rt_st_transform03.png | |
postgis-2.0.3/doc/html/image_src/ | |
postgis-2.0.3/doc/html/image_src/Makefile | |
postgis-2.0.3/doc/html/image_src/de9im13.wkt | |
postgis-2.0.3/doc/html/image_src/st_sharedpaths01.wkt | |
postgis-2.0.3/doc/html/image_src/st_line_interpolate_point01.wkt | |
postgis-2.0.3/doc/html/image_src/st_sharedpaths02.wkt | |
postgis-2.0.3/doc/html/image_src/Makefile.in | |
postgis-2.0.3/doc/html/image_src/st_crosses01.wkt | |
postgis-2.0.3/doc/html/image_src/st_crosses02.wkt | |
postgis-2.0.3/doc/html/image_src/st_shortestline01.wkt | |
postgis-2.0.3/doc/html/image_src/st_crosses03.wkt | |
postgis-2.0.3/doc/html/image_src/st_shortestline02.wkt | |
postgis-2.0.3/doc/html/image_src/st_crosses04.wkt | |
postgis-2.0.3/doc/html/image_src/st_issimple01.wkt | |
postgis-2.0.3/doc/html/image_src/st_issimple02.wkt | |
postgis-2.0.3/doc/html/image_src/st_line_substring01.wkt | |
postgis-2.0.3/doc/html/image_src/st_convexhull01.wkt | |
postgis-2.0.3/doc/html/image_src/st_issimple03.wkt | |
postgis-2.0.3/doc/html/image_src/st_issimple04.wkt | |
postgis-2.0.3/doc/html/image_src/st_buildarea01.wkt | |
postgis-2.0.3/doc/html/image_src/st_issimple05.wkt | |
postgis-2.0.3/doc/html/image_src/st_buildarea02.wkt | |
postgis-2.0.3/doc/html/image_src/st_issimple06.wkt | |
postgis-2.0.3/doc/html/image_src/st_isvalid01.wkt | |
postgis-2.0.3/doc/html/image_src/st_issimple07.wkt | |
postgis-2.0.3/doc/html/image_src/st_isvalid02.wkt | |
postgis-2.0.3/doc/html/image_src/generator.c | |
postgis-2.0.3/doc/html/image_src/st_isvalid03.wkt | |
postgis-2.0.3/doc/html/image_src/st_isvalid04.wkt | |
postgis-2.0.3/doc/html/image_src/st_isvalid05.wkt | |
postgis-2.0.3/doc/html/image_src/st_isvalid06.wkt | |
postgis-2.0.3/doc/html/image_src/st_isvalid07.wkt | |
postgis-2.0.3/doc/html/image_src/st_within01.wkt | |
postgis-2.0.3/doc/html/image_src/st_dumppoints01.wkt | |
postgis-2.0.3/doc/html/image_src/st_isvalid08.wkt | |
postgis-2.0.3/doc/html/image_src/st_isvalid09.wkt | |
postgis-2.0.3/doc/html/image_src/st_concavehull01.wkt | |
postgis-2.0.3/doc/html/image_src/st_concavehull02.wkt | |
postgis-2.0.3/doc/html/image_src/st_concavehull03.wkt | |
postgis-2.0.3/doc/html/image_src/st_concavehull04.wkt | |
postgis-2.0.3/doc/html/image_src/st_concavehull05.wkt | |
postgis-2.0.3/doc/html/image_src/st_concavehull06.wkt | |
postgis-2.0.3/doc/html/image_src/st_concavehull07.wkt | |
postgis-2.0.3/doc/html/image_src/st_concavehull08.wkt | |
postgis-2.0.3/doc/html/image_src/st_azimuth01.wkt | |
postgis-2.0.3/doc/html/image_src/st_azimuth02.wkt | |
postgis-2.0.3/doc/html/image_src/st_symdifference01.wkt | |
postgis-2.0.3/doc/html/image_src/st_symdifference02.wkt | |
postgis-2.0.3/doc/html/image_src/st_difference01.wkt | |
postgis-2.0.3/doc/html/image_src/st_overlaps01.wkt | |
postgis-2.0.3/doc/html/image_src/st_offsetcurve01.wkt | |
postgis-2.0.3/doc/html/image_src/st_overlaps02.wkt | |
postgis-2.0.3/doc/html/image_src/st_offsetcurve02.wkt | |
postgis-2.0.3/doc/html/image_src/st_overlaps03.wkt | |
postgis-2.0.3/doc/html/image_src/st_offsetcurve03.wkt | |
postgis-2.0.3/doc/html/image_src/st_offsetcurve04.wkt | |
postgis-2.0.3/doc/html/image_src/st_offsetcurve05.wkt | |
postgis-2.0.3/doc/html/image_src/st_offsetcurve06.wkt | |
postgis-2.0.3/doc/html/image_src/st_snap01.wkt | |
postgis-2.0.3/doc/html/image_src/st_snap02.wkt | |
postgis-2.0.3/doc/html/image_src/st_snap03.wkt | |
postgis-2.0.3/doc/html/image_src/st_snap04.wkt | |
postgis-2.0.3/doc/html/image_src/st_snap05.wkt | |
postgis-2.0.3/doc/html/image_src/st_longestline01.wkt | |
postgis-2.0.3/doc/html/image_src/st_longestline02.wkt | |
postgis-2.0.3/doc/html/image_src/st_azimuthmath.sql | |
postgis-2.0.3/doc/html/image_src/st_longestline03.wkt | |
postgis-2.0.3/doc/html/image_src/styles.c | |
postgis-2.0.3/doc/html/image_src/st_split01.wkt | |
postgis-2.0.3/doc/html/image_src/st_split02.wkt | |
postgis-2.0.3/doc/html/image_src/st_split03.wkt | |
postgis-2.0.3/doc/html/image_src/st_split04.wkt | |
postgis-2.0.3/doc/html/image_src/styles.h | |
postgis-2.0.3/doc/html/image_src/st_linecrossingdirection01.wkt | |
postgis-2.0.3/doc/html/image_src/de9im01.wkt | |
postgis-2.0.3/doc/html/image_src/st_linecrossingdirection02.wkt | |
postgis-2.0.3/doc/html/image_src/de9im02.wkt | |
postgis-2.0.3/doc/html/image_src/st_linecrossingdirection03.wkt | |
postgis-2.0.3/doc/html/image_src/de9im03.wkt | |
postgis-2.0.3/doc/html/image_src/st_linecrossingdirection04.wkt | |
postgis-2.0.3/doc/html/image_src/de9im04.wkt | |
postgis-2.0.3/doc/html/image_src/de9im05.wkt | |
postgis-2.0.3/doc/html/image_src/de9im06.wkt | |
postgis-2.0.3/doc/html/image_src/de9im07.wkt | |
postgis-2.0.3/doc/html/image_src/st_centroid01.wkt | |
postgis-2.0.3/doc/html/image_src/de9im08.wkt | |
postgis-2.0.3/doc/html/image_src/st_centroid02.wkt | |
postgis-2.0.3/doc/html/image_src/de9im09.wkt | |
postgis-2.0.3/doc/html/image_src/st_buffer01.wkt | |
postgis-2.0.3/doc/html/image_src/st_centroid03.wkt | |
postgis-2.0.3/doc/html/image_src/st_buffer02.wkt | |
postgis-2.0.3/doc/html/image_src/st_centroid04.wkt | |
postgis-2.0.3/doc/html/image_src/st_touches01.wkt | |
postgis-2.0.3/doc/html/image_src/st_buffer03.wkt | |
postgis-2.0.3/doc/html/image_src/st_touches02.wkt | |
postgis-2.0.3/doc/html/image_src/st_buffer04.wkt | |
postgis-2.0.3/doc/html/image_src/st_touches03.wkt | |
postgis-2.0.3/doc/html/image_src/st_buffer05.wkt | |
postgis-2.0.3/doc/html/image_src/st_touches04.wkt | |
postgis-2.0.3/doc/html/image_src/st_contains01.wkt | |
postgis-2.0.3/doc/html/image_src/st_buffer06.wkt | |
postgis-2.0.3/doc/html/image_src/st_touches05.wkt | |
postgis-2.0.3/doc/html/image_src/st_contains02.wkt | |
postgis-2.0.3/doc/html/image_src/st_buffer07.wkt | |
postgis-2.0.3/doc/html/image_src/st_touches06.wkt | |
postgis-2.0.3/doc/html/image_src/st_contains03.wkt | |
postgis-2.0.3/doc/html/image_src/st_buffer08.wkt | |
postgis-2.0.3/doc/html/image_src/st_contains04.wkt | |
postgis-2.0.3/doc/html/image_src/st_contains05.wkt | |
postgis-2.0.3/doc/html/image_src/st_contains06.wkt | |
postgis-2.0.3/doc/html/image_src/st_minimumboundingcircle01.wkt | |
postgis-2.0.3/doc/html/image_src/st_closestpoint01.wkt | |
postgis-2.0.3/doc/html/image_src/st_closestpoint02.wkt | |
postgis-2.0.3/doc/html/image_src/styles.conf | |
postgis-2.0.3/doc/html/image_src/de9im10.wkt | |
postgis-2.0.3/doc/html/image_src/de9im11.wkt | |
postgis-2.0.3/doc/html/image_src/de9im12.wkt | |
postgis-2.0.3/doc/html/style.css | |
postgis-2.0.3/doc/man/ | |
postgis-2.0.3/doc/man/pgsql2shp.1 | |
postgis-2.0.3/doc/man/shp2pgsql.1 | |
postgis-2.0.3/doc/README | |
postgis-2.0.3/doc/introduction.xml | |
postgis-2.0.3/doc/Makefile.in | |
postgis-2.0.3/doc/ZMSgeoms.txt | |
postgis-2.0.3/doc/bnf-wkt.txt | |
postgis-2.0.3/doc/release_notes.xml | |
postgis-2.0.3/doc/reference_management.xml | |
postgis-2.0.3/doc/using_raster_dataman.xml | |
postgis-2.0.3/doc/reference.xml | |
postgis-2.0.3/doc/xmlformat.conf | |
postgis-2.0.3/doc/extras_historytable.xml | |
postgis-2.0.3/doc/reference_type.xml | |
postgis-2.0.3/doc/extras_topology.xml | |
postgis-2.0.3/doc/reference_constructor.xml | |
postgis-2.0.3/doc/xsl/ | |
postgis-2.0.3/doc/xsl/topology_gardentest.sql.xsl | |
postgis-2.0.3/doc/xsl/postgis_comments.sql.xsl | |
postgis-2.0.3/doc/xsl/postgis_gardentest_subset.sql.xsl | |
postgis-2.0.3/doc/xsl/topology_cheatsheet.html.xsl | |
postgis-2.0.3/doc/xsl/raster_gardentest.sql.xsl | |
postgis-2.0.3/doc/xsl/topology_comments.sql.xsl | |
postgis-2.0.3/doc/xsl/raster_cheatsheet.html.xsl | |
postgis-2.0.3/doc/xsl/postgis_aggs_mm.xml.xsl | |
postgis-2.0.3/doc/xsl/tiger_geocoder_cheatsheet.html.xsl | |
postgis-2.0.3/doc/xsl/post_gis_day_cards.html.xsl | |
postgis-2.0.3/doc/xsl/raster_comments.sql.xsl | |
postgis-2.0.3/doc/xsl/tiger_geocoder_comments.sql.xsl | |
postgis-2.0.3/doc/xsl/postgis_gardentest.sql.xsl | |
postgis-2.0.3/doc/xsl/postgis_cheatsheet.html.xsl | |
postgis-2.0.3/doc/extras_tigergeocoder.xml | |
postgis-2.0.3/doc/template.xml | |
postgis-2.0.3/doc/rfc/ | |
postgis-2.0.3/doc/rfc/postgis_rfc_02.txt | |
postgis-2.0.3/doc/rfc/postgis_rfc_03.txt | |
postgis-2.0.3/doc/rfc/postgis_rfc_04.txt | |
postgis-2.0.3/doc/rfc/postgis_rfc_03_sheet.txt | |
postgis-2.0.3/doc/reference_exception.xml | |
postgis-2.0.3/doc/reference_raster.xml | |
postgis-2.0.3/doc/reference_lrs.xml | |
postgis-2.0.3/doc/reference_accessor.xml | |
postgis-2.0.3/doc/doxygen.cfg.in | |
postgis-2.0.3/doc/using_postgis_dataman.xml | |
postgis-2.0.3/doc/faq_raster.xml | |
postgis-2.0.3/doc/postgis.xml | |
postgis-2.0.3/doc/reference_processing.xml | |
postgis-2.0.3/doc/using_postgis_app.xml | |
postgis-2.0.3/doc/performance_tips.xml | |
postgis-2.0.3/doc/installation.xml | |
postgis-2.0.3/doc/reference_transaction.xml | |
postgis-2.0.3/doc/reference_editor.xml | |
postgis-2.0.3/doc/geography.txt | |
postgis-2.0.3/doc/bnf-wkb.txt | |
postgis-2.0.3/doc/extras.xml | |
postgis-2.0.3/doc/Makefile.comments.in | |
postgis-2.0.3/doc/faq.xml | |
postgis-2.0.3/doc/Makefile | |
postgis-2.0.3/doc/reference_operator.xml | |
postgis-2.0.3/doc/reference_misc.xml | |
postgis-2.0.3/doc/reporting.xml | |
postgis-2.0.3/doc/reference_output.xml | |
postgis-2.0.3/doc/reference_measure.xml | |
postgis-2.0.3/doc/Makefile.comments | |
postgis-2.0.3/doc/postgis_comments.sql | |
postgis-2.0.3/doc/raster_comments.sql | |
postgis-2.0.3/doc/topology_comments.sql | |
postgis-2.0.3/doc/tiger_geocoder_comments.sql | |
postgis-2.0.3/libpgcommon/ | |
postgis-2.0.3/libpgcommon/cunit/ | |
postgis-2.0.3/libpgcommon/cunit/Makefile.in | |
postgis-2.0.3/libpgcommon/pgsql_compat.h | |
postgis-2.0.3/libpgcommon/lwgeom_pg.c | |
postgis-2.0.3/libpgcommon/Makefile.in | |
postgis-2.0.3/libpgcommon/lwgeom_pg.h | |
postgis-2.0.3/libpgcommon/lwgeom_transform.c | |
postgis-2.0.3/libpgcommon/gserialized_gist.c | |
postgis-2.0.3/libpgcommon/lwgeom_transform.h | |
postgis-2.0.3/libpgcommon/common.h | |
postgis-2.0.3/libpgcommon/gserialized_gist.h | |
postgis-2.0.3/config.guess | |
postgis-2.0.3/LICENSE.TXT | |
postgis-2.0.3/STYLE | |
postgis-2.0.3/configure.ac | |
postgis-2.0.3/extras/ | |
postgis-2.0.3/extras/ogc_test_suite/ | |
postgis-2.0.3/extras/ogc_test_suite/3_cleanup.sql | |
postgis-2.0.3/extras/ogc_test_suite/2_queries.sql | |
postgis-2.0.3/extras/ogc_test_suite/Makefile | |
postgis-2.0.3/extras/ogc_test_suite/README | |
postgis-2.0.3/extras/ogc_test_suite/1_schema.sql | |
postgis-2.0.3/extras/tiger_geocoder/ | |
postgis-2.0.3/extras/tiger_geocoder/tiger_2006andbefore/ | |
postgis-2.0.3/extras/tiger_geocoder/tiger_2006andbefore/normalize/ | |
postgis-2.0.3/extras/tiger_geocoder/tiger_2006andbefore/normalize/location_extract_countysub_exact.sql | |
postgis-2.0.3/extras/tiger_geocoder/tiger_2006andbefore/normalize/location_extract.sql | |
postgis-2.0.3/extras/tiger_geocoder/tiger_2006andbefore/normalize/location_extract_countysub_fuzzy.sql | |
postgis-2.0.3/extras/tiger_geocoder/tiger_2006andbefore/normalize/normalize_address.sql | |
postgis-2.0.3/extras/tiger_geocoder/tiger_2006andbefore/normalize/count_words.sql | |
postgis-2.0.3/extras/tiger_geocoder/tiger_2006andbefore/normalize/location_extract_place_exact.sql | |
postgis-2.0.3/extras/tiger_geocoder/tiger_2006andbefore/normalize/state_extract.sql | |
postgis-2.0.3/extras/tiger_geocoder/tiger_2006andbefore/normalize/end_soundex.sql | |
postgis-2.0.3/extras/tiger_geocoder/tiger_2006andbefore/normalize/location_extract_place_fuzzy.sql | |
postgis-2.0.3/extras/tiger_geocoder/tiger_2006andbefore/normalize/pprint_addy.sql | |
postgis-2.0.3/extras/tiger_geocoder/tiger_2006andbefore/normalize/get_last_words.sql | |
postgis-2.0.3/extras/tiger_geocoder/tiger_2006andbefore/orig/ | |
postgis-2.0.3/extras/tiger_geocoder/tiger_2006andbefore/orig/tiger_geocoder.sql | |
postgis-2.0.3/extras/tiger_geocoder/tiger_2006andbefore/utility/ | |
postgis-2.0.3/extras/tiger_geocoder/tiger_2006andbefore/utility/utmzone.sql | |
postgis-2.0.3/extras/tiger_geocoder/tiger_2006andbefore/utility/levenshtein_ignore_case.sql | |
postgis-2.0.3/extras/tiger_geocoder/tiger_2006andbefore/utility/nullable_levenshtein.sql | |
postgis-2.0.3/extras/tiger_geocoder/tiger_2006andbefore/utility/cull_null.sql | |
postgis-2.0.3/extras/tiger_geocoder/tiger_2006andbefore/geocode/ | |
postgis-2.0.3/extras/tiger_geocoder/tiger_2006andbefore/geocode/rate_attributes.sql | |
postgis-2.0.3/extras/tiger_geocoder/tiger_2006andbefore/geocode/geocode_address_place_exact.sql | |
postgis-2.0.3/extras/tiger_geocoder/tiger_2006andbefore/geocode/geocode.sql | |
postgis-2.0.3/extras/tiger_geocoder/tiger_2006andbefore/geocode/geocode_address_place_fuzzy.sql | |
postgis-2.0.3/extras/tiger_geocoder/tiger_2006andbefore/geocode/geocode_zip.sql | |
postgis-2.0.3/extras/tiger_geocoder/tiger_2006andbefore/geocode/geocode_address_countysub_exact.sql | |
postgis-2.0.3/extras/tiger_geocoder/tiger_2006andbefore/geocode/geocode_address.sql | |
postgis-2.0.3/extras/tiger_geocoder/tiger_2006andbefore/geocode/geocode_address_state.sql | |
postgis-2.0.3/extras/tiger_geocoder/tiger_2006andbefore/geocode/includes_address.sql | |
postgis-2.0.3/extras/tiger_geocoder/tiger_2006andbefore/geocode/geocode_address_countysub_fuzzy.sql | |
postgis-2.0.3/extras/tiger_geocoder/tiger_2006andbefore/geocode/geocode_address_zip.sql | |
postgis-2.0.3/extras/tiger_geocoder/tiger_2006andbefore/geocode/geocode_get_point.sql | |
postgis-2.0.3/extras/tiger_geocoder/tiger_2006andbefore/geocode/geocode_location.sql | |
postgis-2.0.3/extras/tiger_geocoder/tiger_2006andbefore/geocode/interpolate_from_address.sql | |
postgis-2.0.3/extras/tiger_geocoder/tiger_2006andbefore/import/ | |
postgis-2.0.3/extras/tiger_geocoder/tiger_2006andbefore/import/load_tiger.sh | |
postgis-2.0.3/extras/tiger_geocoder/tiger_2006andbefore/import/tigerpoly2.py | |
postgis-2.0.3/extras/tiger_geocoder/tiger_2006andbefore/import/newdb.sh | |
postgis-2.0.3/extras/tiger_geocoder/tiger_2006andbefore/import/tigerimport.sh | |
postgis-2.0.3/extras/tiger_geocoder/tiger_2006andbefore/INSTALL | |
postgis-2.0.3/extras/tiger_geocoder/tiger_2006andbefore/tables/ | |
postgis-2.0.3/extras/tiger_geocoder/tiger_2006andbefore/tables/roads_local.sql | |
postgis-2.0.3/extras/tiger_geocoder/tiger_2006andbefore/tables/lookup_tables.sql | |
postgis-2.0.3/extras/tiger_geocoder/tiger_2006andbefore/tables/tiger_geocode_roads.sql | |
postgis-2.0.3/extras/tiger_geocoder/tiger_2006andbefore/create_geocode.sql | |
postgis-2.0.3/extras/tiger_geocoder/tiger_2006andbefore/README | |
postgis-2.0.3/extras/tiger_geocoder/tiger_2010/ | |
postgis-2.0.3/extras/tiger_geocoder/tiger_2010/legacy_import/ | |
postgis-2.0.3/extras/tiger_geocoder/tiger_2010/legacy_import/tiger2008/ | |
postgis-2.0.3/extras/tiger_geocoder/tiger_2010/legacy_import/tiger2008/import_tiger_shps.sh | |
postgis-2.0.3/extras/tiger_geocoder/tiger_2010/utility/ | |
postgis-2.0.3/extras/tiger_geocoder/tiger_2010/utility/utmzone.sql | |
postgis-2.0.3/extras/tiger_geocoder/tiger_2010/utility/levenshtein_ignore_case.sql | |
postgis-2.0.3/extras/tiger_geocoder/tiger_2010/utility/nullable_levenshtein.sql | |
postgis-2.0.3/extras/tiger_geocoder/tiger_2010/utility/cull_null.sql | |
postgis-2.0.3/extras/tiger_geocoder/tiger_2010/census_loader.sql | |
postgis-2.0.3/extras/tiger_geocoder/tiger_2010/create_geocode.sql | |
postgis-2.0.3/extras/tiger_geocoder/tiger_2010/README | |
postgis-2.0.3/extras/tiger_geocoder/tiger_2010/create_geocode.bat | |
postgis-2.0.3/extras/tiger_geocoder/tiger_2010/normalize/ | |
postgis-2.0.3/extras/tiger_geocoder/tiger_2010/normalize/location_extract_countysub_exact.sql | |
postgis-2.0.3/extras/tiger_geocoder/tiger_2010/normalize/location_extract.sql | |
postgis-2.0.3/extras/tiger_geocoder/tiger_2010/normalize/location_extract_countysub_fuzzy.sql | |
postgis-2.0.3/extras/tiger_geocoder/tiger_2010/normalize/normalize_address.sql | |
postgis-2.0.3/extras/tiger_geocoder/tiger_2010/normalize/count_words.sql | |
postgis-2.0.3/extras/tiger_geocoder/tiger_2010/normalize/location_extract_place_exact.sql | |
postgis-2.0.3/extras/tiger_geocoder/tiger_2010/normalize/state_extract.sql | |
postgis-2.0.3/extras/tiger_geocoder/tiger_2010/normalize/end_soundex.sql | |
postgis-2.0.3/extras/tiger_geocoder/tiger_2010/normalize/location_extract_place_fuzzy.sql | |
postgis-2.0.3/extras/tiger_geocoder/tiger_2010/normalize/pprint_addy.sql | |
postgis-2.0.3/extras/tiger_geocoder/tiger_2010/normalize/get_last_words.sql | |
postgis-2.0.3/extras/tiger_geocoder/tiger_2010/geocode/ | |
postgis-2.0.3/extras/tiger_geocoder/tiger_2010/geocode/rate_attributes.sql | |
postgis-2.0.3/extras/tiger_geocoder/tiger_2010/geocode/geocode.sql | |
postgis-2.0.3/extras/tiger_geocoder/tiger_2010/geocode/census_tracts_functions.sql | |
postgis-2.0.3/extras/tiger_geocoder/tiger_2010/geocode/other_helper_functions.sql | |
postgis-2.0.3/extras/tiger_geocoder/tiger_2010/geocode/geocode_address.sql | |
postgis-2.0.3/extras/tiger_geocoder/tiger_2010/geocode/geocode_intersection.sql | |
postgis-2.0.3/extras/tiger_geocoder/tiger_2010/geocode/includes_address.sql | |
postgis-2.0.3/extras/tiger_geocoder/tiger_2010/geocode/geocode_location.sql | |
postgis-2.0.3/extras/tiger_geocoder/tiger_2010/geocode/interpolate_from_address.sql | |
postgis-2.0.3/extras/tiger_geocoder/tiger_2010/geocode/reverse_geocode.sql | |
postgis-2.0.3/extras/tiger_geocoder/tiger_2010/tiger_loader.sql | |
postgis-2.0.3/extras/tiger_geocoder/tiger_2010/regress/ | |
postgis-2.0.3/extras/tiger_geocoder/tiger_2010/regress/geocode_regress | |
postgis-2.0.3/extras/tiger_geocoder/tiger_2010/regress/normalize_address_regress | |
postgis-2.0.3/extras/tiger_geocoder/tiger_2010/regress/regress.sql | |
postgis-2.0.3/extras/tiger_geocoder/tiger_2010/regress/reverse_geocode_regress.sql | |
postgis-2.0.3/extras/tiger_geocoder/tiger_2010/regress/reverse_geocode_regress | |
postgis-2.0.3/extras/tiger_geocoder/tiger_2010/regress/geocode_regress.sql | |
postgis-2.0.3/extras/tiger_geocoder/tiger_2010/regress/normalize_address_regress.sql | |
postgis-2.0.3/extras/tiger_geocoder/tiger_2010/create_geocode.sh | |
postgis-2.0.3/extras/tiger_geocoder/tiger_2010/upgrade_geocoder.bat | |
postgis-2.0.3/extras/tiger_geocoder/tiger_2010/tables/ | |
postgis-2.0.3/extras/tiger_geocoder/tiger_2010/tables/lookup_tables_2010.sql | |
postgis-2.0.3/extras/tiger_geocoder/tiger_2010/upgrade_geocoder.sh | |
postgis-2.0.3/extras/tiger_geocoder/tiger_2010/topology/ | |
postgis-2.0.3/extras/tiger_geocoder/tiger_2010/topology/tiger_topology_loader.sql | |
postgis-2.0.3/extras/tiger_geocoder/tiger_2010/topology/README | |
postgis-2.0.3/extras/tiger_geocoder/tiger_2010/upgrade_geocode.sql | |
postgis-2.0.3/extras/tiger_geocoder/README | |
postgis-2.0.3/extras/wkb_reader/ | |
postgis-2.0.3/extras/wkb_reader/readwkb.c | |
postgis-2.0.3/extras/wkb_reader/printwkb.c | |
postgis-2.0.3/extras/wkb_reader/wkbtest.h | |
postgis-2.0.3/extras/wkb_reader/Makefile | |
postgis-2.0.3/extras/wkb_reader/README | |
postgis-2.0.3/extras/history_table/ | |
postgis-2.0.3/extras/history_table/history_table.sql | |
postgis-2.0.3/extras/history_table/README | |
postgis-2.0.3/extras/WFS_locks/ | |
postgis-2.0.3/extras/WFS_locks/WFS_locks.c | |
postgis-2.0.3/extras/WFS_locks/Makefile | |
postgis-2.0.3/extras/WFS_locks/README | |
postgis-2.0.3/extras/WFS_locks/WFS_locks.sql.in | |
postgis-2.0.3/extras/WFS_locks/test.sql | |
postgis-2.0.3/extras/template_gis/ | |
postgis-2.0.3/extras/template_gis/createdb.postgis.1 | |
postgis-2.0.3/extras/template_gis/profile | |
postgis-2.0.3/extras/template_gis/rmtemplate_gis.in | |
postgis-2.0.3/extras/template_gis/mktemplate_gis.sh.in | |
postgis-2.0.3/extras/template_gis/mktemplate_gis.1 | |
postgis-2.0.3/extras/template_gis/createdb.postgis.in | |
postgis-2.0.3/extras/template_gis/mktemplate_gis.in | |
postgis-2.0.3/extras/template_gis/postgres_lib.sh.in | |
postgis-2.0.3/extras/template_gis/rmtemplate_gis.sh.in | |
postgis-2.0.3/extras/template_gis/rmtemplate_gis.1 | |
postgis-2.0.3/extras/template_gis/Makefile | |
postgis-2.0.3/extras/template_gis/README | |
postgis-2.0.3/extras/template_gis/postgis_env.sh.in | |
postgis-2.0.3/extras/rpm/ | |
postgis-2.0.3/extras/rpm/patches/ | |
postgis-2.0.3/extras/rpm/patches/filter-requires-perl-Pg.sh | |
postgis-2.0.3/extras/rpm/patches/postgis-javamakefile.patch | |
postgis-2.0.3/extras/rpm/patches/postgis-configure.patch | |
postgis-2.0.3/extras/rpm/spec/ | |
postgis-2.0.3/extras/rpm/spec/postgis.spec | |
postgis-2.0.3/extras/rpm/README | |
postgis-2.0.3/topology/ | |
postgis-2.0.3/topology/sql/ | |
postgis-2.0.3/topology/sql/query/ | |
postgis-2.0.3/topology/sql/query/GetNodeEdges.sql.in.c | |
postgis-2.0.3/topology/sql/query/getfacebypoint.sql.in.c | |
postgis-2.0.3/topology/sql/query/GetRingEdges.sql.in.c | |
postgis-2.0.3/topology/sql/query/getedgebypoint.sql.in.c | |
postgis-2.0.3/topology/sql/query/getnodebypoint.sql.in.c | |
postgis-2.0.3/topology/sql/manage/ | |
postgis-2.0.3/topology/sql/manage/CopyTopology.sql.in.c | |
postgis-2.0.3/topology/sql/manage/ManageHelper.sql.in.c | |
postgis-2.0.3/topology/sql/manage/TopologySummary.sql.in.c | |
postgis-2.0.3/topology/sql/gml.sql.in.c | |
postgis-2.0.3/topology/sql/polygonize.sql.in.c | |
postgis-2.0.3/topology/sql/topoelement/ | |
postgis-2.0.3/topology/sql/topoelement/topoelement_agg.sql.in.c | |
postgis-2.0.3/topology/sql/predicates.sql.in.c | |
postgis-2.0.3/topology/sql/topogeometry/ | |
postgis-2.0.3/topology/sql/topogeometry/totopogeom.sql.in.c | |
postgis-2.0.3/topology/sql/topogeometry/type.sql.in.c | |
postgis-2.0.3/topology/sql/populate.sql.in.c | |
postgis-2.0.3/topology/sql/sqlmm.sql.in.c | |
postgis-2.0.3/topology/test/ | |
postgis-2.0.3/topology/test/regress/ | |
postgis-2.0.3/topology/test/regress/polygonize_expected | |
postgis-2.0.3/topology/test/regress/topogeo_addlinestring.sql | |
postgis-2.0.3/topology/test/regress/st_newedgessplit.sql | |
postgis-2.0.3/topology/test/regress/droptopology_expected | |
postgis-2.0.3/topology/test/regress/st_addedgemodface_expected | |
postgis-2.0.3/topology/test/regress/validatetopology.sql | |
postgis-2.0.3/topology/test/regress/topoelementarray_agg_expected | |
postgis-2.0.3/topology/test/regress/topo2.5d_expected | |
postgis-2.0.3/topology/test/regress/st_remedgemodface.sql | |
postgis-2.0.3/topology/test/regress/getnodeedges.sql | |
postgis-2.0.3/topology/test/regress/topogeometry_type.sql | |
postgis-2.0.3/topology/test/regress/st_addedgenewfaces.sql | |
postgis-2.0.3/topology/test/regress/layertrigger.sql | |
postgis-2.0.3/topology/test/regress/droptopology.sql | |
postgis-2.0.3/topology/test/regress/getfacebypoint.sql | |
postgis-2.0.3/topology/test/regress/st_getfacegeometry_expected | |
postgis-2.0.3/topology/test/regress/st_modedgeheal.sql | |
postgis-2.0.3/topology/test/regress/copytopology.sql | |
postgis-2.0.3/topology/test/regress/getringedges.sql | |
postgis-2.0.3/topology/test/regress/st_remedgenewface.sql | |
postgis-2.0.3/topology/test/regress/validatetopology_expected | |
postgis-2.0.3/topology/test/regress/st_newedgeheal.sql | |
postgis-2.0.3/topology/test/regress/topoelement_expected | |
postgis-2.0.3/topology/test/regress/topogeometry_type_expected | |
postgis-2.0.3/topology/test/regress/addface2.5d_expected | |
postgis-2.0.3/topology/test/regress/addface_expected | |
postgis-2.0.3/topology/test/regress/getedgebypoint_expected | |
postgis-2.0.3/topology/test/regress/topogeo_addpolygon.sql | |
postgis-2.0.3/topology/test/regress/st_addisoedge.sql | |
postgis-2.0.3/topology/test/regress/addnode.sql | |
postgis-2.0.3/topology/test/regress/st_newedgeheal_expected | |
postgis-2.0.3/topology/test/regress/st_addisonode_expected | |
postgis-2.0.3/topology/test/regress/topogeo_addlinestring_expected | |
postgis-2.0.3/topology/test/regress/st_newedgessplit_expected | |
postgis-2.0.3/topology/test/regress/st_createtopogeo.sql | |
postgis-2.0.3/topology/test/regress/addtopogeometrycolumn_expected | |
postgis-2.0.3/topology/test/regress/legacy_predicate_expected | |
postgis-2.0.3/topology/test/regress/topoelementarray_agg.sql | |
postgis-2.0.3/topology/test/regress/getedgebypoint.sql | |
postgis-2.0.3/topology/test/regress/legacy_invalid.sql | |
postgis-2.0.3/topology/test/regress/st_changeedgegeom_expected | |
postgis-2.0.3/topology/test/regress/sqlmm_expected | |
postgis-2.0.3/topology/test/regress/totopogeom_expected | |
postgis-2.0.3/topology/test/regress/gml.sql | |
postgis-2.0.3/topology/test/regress/st_getfacegeometry.sql | |
postgis-2.0.3/topology/test/regress/addnode_expected | |
postgis-2.0.3/topology/test/regress/st_addisoedge_expected | |
postgis-2.0.3/topology/test/regress/st_addedgenewfaces_expected | |
postgis-2.0.3/topology/test/regress/createtopology_expected | |
postgis-2.0.3/topology/test/regress/st_modedgesplit.sql | |
postgis-2.0.3/topology/test/regress/getfacebypoint_expected | |
postgis-2.0.3/topology/test/regress/sqlmm.sql | |
postgis-2.0.3/topology/test/regress/st_createtopogeo_expected | |
postgis-2.0.3/topology/test/regress/st_remedgenewface_expected | |
postgis-2.0.3/topology/test/regress/getringedges_expected | |
postgis-2.0.3/topology/test/regress/copytopology_expected | |
postgis-2.0.3/topology/test/regress/legacy_invalid_expected | |
postgis-2.0.3/topology/test/regress/topogeo_addpoint.sql | |
postgis-2.0.3/topology/test/regress/polygonize.sql | |
postgis-2.0.3/topology/test/regress/st_getfaceedges_expected | |
postgis-2.0.3/topology/test/regress/addedge_expected | |
postgis-2.0.3/topology/test/regress/addface2.5d.sql | |
postgis-2.0.3/topology/test/regress/legacy_validate_expected | |
postgis-2.0.3/topology/test/regress/st_modedgesplit_expected | |
postgis-2.0.3/topology/test/regress/legacy_query_expected | |
postgis-2.0.3/topology/test/regress/legacy_validate.sql | |
postgis-2.0.3/topology/test/regress/addedge.sql | |
postgis-2.0.3/topology/test/regress/topogeo_addpoint_expected | |
postgis-2.0.3/topology/test/regress/layertrigger_expected | |
postgis-2.0.3/topology/test/regress/legacy_predicate.sql | |
postgis-2.0.3/topology/test/regress/addtopogeometrycolumn.sql | |
postgis-2.0.3/topology/test/regress/gettopogeomelements.sql | |
postgis-2.0.3/topology/test/regress/st_modedgeheal_expected | |
postgis-2.0.3/topology/test/regress/st_changeedgegeom.sql | |
postgis-2.0.3/topology/test/regress/legacy_query.sql | |
postgis-2.0.3/topology/test/regress/getnodebypoint.sql | |
postgis-2.0.3/topology/test/regress/topoelement.sql | |
postgis-2.0.3/topology/test/regress/totopogeom.sql | |
postgis-2.0.3/topology/test/regress/createtopology.sql | |
postgis-2.0.3/topology/test/regress/createtopogeom_expected | |
postgis-2.0.3/topology/test/regress/st_addedgemodface.sql | |
postgis-2.0.3/topology/test/regress/gml_expected | |
postgis-2.0.3/topology/test/regress/addface.sql | |
postgis-2.0.3/topology/test/regress/gettopogeomelements_expected | |
postgis-2.0.3/topology/test/regress/topo2.5d.sql | |
postgis-2.0.3/topology/test/regress/st_getfaceedges.sql | |
postgis-2.0.3/topology/test/regress/createtopogeom.sql | |
postgis-2.0.3/topology/test/regress/getnodebypoint_expected | |
postgis-2.0.3/topology/test/regress/st_addisonode.sql | |
postgis-2.0.3/topology/test/regress/topogeo_addpolygon_expected | |
postgis-2.0.3/topology/test/regress/getnodeedges_expected | |
postgis-2.0.3/topology/test/regress/st_remedgemodface_expected | |
postgis-2.0.3/topology/test/edit_topology.sql | |
postgis-2.0.3/topology/test/invalid_topology.sql | |
postgis-2.0.3/topology/test/query_features.sql | |
postgis-2.0.3/topology/test/validate_topology.sql | |
postgis-2.0.3/topology/test/cache_geometries.sql | |
postgis-2.0.3/topology/test/predicates.sql.in | |
postgis-2.0.3/topology/test/load_features.sql | |
postgis-2.0.3/topology/test/hierarchy.sql | |
postgis-2.0.3/topology/test/Makefile | |
postgis-2.0.3/topology/test/load_topology.sql.in | |
postgis-2.0.3/topology/test/more_features.sql | |
postgis-2.0.3/topology/ER/ | |
postgis-2.0.3/topology/ER/topology.fig | |
postgis-2.0.3/topology/ER/Makefile | |
postgis-2.0.3/topology/topology.sql.in.c | |
postgis-2.0.3/topology/Makefile.in | |
postgis-2.0.3/topology/TODO | |
postgis-2.0.3/topology/topology_drop_after.sql.in.c | |
postgis-2.0.3/topology/topology_drop_before.sql.in.c | |
postgis-2.0.3/topology/README | |
postgis-2.0.3/java/ | |
postgis-2.0.3/java/ejb2/ | |
postgis-2.0.3/java/ejb2/lib/ | |
postgis-2.0.3/java/ejb2/lib/commonlib/ | |
postgis-2.0.3/java/ejb2/lib/xdocletlib/ | |
postgis-2.0.3/java/ejb2/lib/compiletimelib/ | |
postgis-2.0.3/java/ejb2/src/ | |
postgis-2.0.3/java/ejb2/src/com/ | |
postgis-2.0.3/java/ejb2/src/com/geodetix/ | |
postgis-2.0.3/java/ejb2/src/com/geodetix/geo/ | |
postgis-2.0.3/java/ejb2/src/com/geodetix/geo/ejb/ | |
postgis-2.0.3/java/ejb2/src/com/geodetix/geo/ejb/GeometryBean.java | |
postgis-2.0.3/java/ejb2/src/com/geodetix/geo/ejb/GeometryFacadeBean.java | |
postgis-2.0.3/java/ejb2/src/com/geodetix/geo/dao/ | |
postgis-2.0.3/java/ejb2/src/com/geodetix/geo/dao/PostGisGeometryDAO.java | |
postgis-2.0.3/java/ejb2/src/com/geodetix/geo/dao/PostGisGeometryDAOImpl.java | |
postgis-2.0.3/java/ejb2/src/com/geodetix/geo/client/ | |
postgis-2.0.3/java/ejb2/src/com/geodetix/geo/client/Client.java | |
postgis-2.0.3/java/ejb2/src/com/geodetix/geo/exception/ | |
postgis-2.0.3/java/ejb2/src/com/geodetix/geo/exception/ApplicationGeoLayerException.java | |
postgis-2.0.3/java/ejb2/CHANGES | |
postgis-2.0.3/java/ejb2/COPYING_LGPL | |
postgis-2.0.3/java/ejb2/resources/ | |
postgis-2.0.3/java/ejb2/resources/jndi/ | |
postgis-2.0.3/java/ejb2/resources/jndi/jndi.properties | |
postgis-2.0.3/java/ejb2/resources/application.xml | |
postgis-2.0.3/java/ejb2/resources/build.properties | |
postgis-2.0.3/java/ejb2/resources/postgis-ejb2-ds.xml | |
postgis-2.0.3/java/ejb2/COPYING | |
postgis-2.0.3/java/ejb2/prepare-jboss.xml | |
postgis-2.0.3/java/ejb2/README | |
postgis-2.0.3/java/ejb2/build.xml | |
postgis-2.0.3/java/jdbc/ | |
postgis-2.0.3/java/jdbc/stubs/ | |
postgis-2.0.3/java/jdbc/stubs/org/ | |
postgis-2.0.3/java/jdbc/stubs/org/postgresql/ | |
postgis-2.0.3/java/jdbc/stubs/org/postgresql/Connection.java | |
postgis-2.0.3/java/jdbc/stubs/org/postgresql/PGConnection.java | |
postgis-2.0.3/java/jdbc/stubs/LICENSE | |
postgis-2.0.3/java/jdbc/src/ | |
postgis-2.0.3/java/jdbc/src/org/ | |
postgis-2.0.3/java/jdbc/src/org/postgresql/ | |
postgis-2.0.3/java/jdbc/src/org/postgresql/driverconfig.properties | |
postgis-2.0.3/java/jdbc/src/org/postgis/ | |
postgis-2.0.3/java/jdbc/src/org/postgis/binary/ | |
postgis-2.0.3/java/jdbc/src/org/postgis/binary/BinaryParser.java | |
postgis-2.0.3/java/jdbc/src/org/postgis/binary/BinaryWriter.java | |
postgis-2.0.3/java/jdbc/src/org/postgis/binary/ValueSetter.java | |
postgis-2.0.3/java/jdbc/src/org/postgis/binary/ValueGetter.java | |
postgis-2.0.3/java/jdbc/src/org/postgis/binary/ByteSetter.java | |
postgis-2.0.3/java/jdbc/src/org/postgis/binary/ByteGetter.java | |
postgis-2.0.3/java/jdbc/src/org/postgis/java2d/ | |
postgis-2.0.3/java/jdbc/src/org/postgis/java2d/ShapeBinaryParser.java | |
postgis-2.0.3/java/jdbc/src/org/postgis/java2d/PGShapeGeometry.java | |
postgis-2.0.3/java/jdbc/src/org/postgis/java2d/Java2DWrapper.java | |
postgis-2.0.3/java/jdbc/src/org/postgis/DriverWrapperLW.java | |
postgis-2.0.3/java/jdbc/src/org/postgis/version.properties | |
postgis-2.0.3/java/jdbc/src/org/postgis/MultiPolygon.java | |
postgis-2.0.3/java/jdbc/src/org/postgis/MultiPoint.java | |
postgis-2.0.3/java/jdbc/src/org/postgis/PGbox2d.java | |
postgis-2.0.3/java/jdbc/src/org/postgis/PGbox3d.java | |
postgis-2.0.3/java/jdbc/src/org/postgis/GeometryCollection.java | |
postgis-2.0.3/java/jdbc/src/org/postgis/PGboxbase.java | |
postgis-2.0.3/java/jdbc/src/org/postgis/DriverWrapperAutoprobe.java | |
postgis-2.0.3/java/jdbc/src/org/postgis/LineString.java | |
postgis-2.0.3/java/jdbc/src/org/postgis/ComposedGeom.java | |
postgis-2.0.3/java/jdbc/src/org/postgis/PGgeometry.java | |
postgis-2.0.3/java/jdbc/src/org/postgis/Version.java | |
postgis-2.0.3/java/jdbc/src/org/postgis/PGgeometryLW.java | |
postgis-2.0.3/java/jdbc/src/org/postgis/Polygon.java | |
postgis-2.0.3/java/jdbc/src/org/postgis/MultiLineString.java | |
postgis-2.0.3/java/jdbc/src/org/postgis/Point.java | |
postgis-2.0.3/java/jdbc/src/org/postgis/LinearRing.java | |
postgis-2.0.3/java/jdbc/src/org/postgis/Geometry.java | |
postgis-2.0.3/java/jdbc/src/org/postgis/PointComposedGeom.java | |
postgis-2.0.3/java/jdbc/src/org/postgis/DriverWrapper.java | |
postgis-2.0.3/java/jdbc/src/examples/ | |
postgis-2.0.3/java/jdbc/src/examples/Test.java | |
postgis-2.0.3/java/jdbc/src/examples/TestBoxes.java | |
postgis-2.0.3/java/jdbc/src/examples/TestServer.java | |
postgis-2.0.3/java/jdbc/src/examples/TestJava2d.java | |
postgis-2.0.3/java/jdbc/src/examples/VersionPrinter.java | |
postgis-2.0.3/java/jdbc/src/examples/TestParser.java | |
postgis-2.0.3/java/jdbc/src/examples/TestAutoregister.java | |
postgis-2.0.3/java/jdbc/jtssrc/ | |
postgis-2.0.3/java/jdbc/jtssrc/org/ | |
postgis-2.0.3/java/jdbc/jtssrc/org/postgis/ | |
postgis-2.0.3/java/jdbc/jtssrc/org/postgis/jts/ | |
postgis-2.0.3/java/jdbc/jtssrc/org/postgis/jts/JTSShape.java | |
postgis-2.0.3/java/jdbc/jtssrc/org/postgis/jts/JtsWrapper.java | |
postgis-2.0.3/java/jdbc/jtssrc/org/postgis/jts/JtsBinaryParser.java | |
postgis-2.0.3/java/jdbc/jtssrc/org/postgis/jts/JtsBinaryWriter.java | |
postgis-2.0.3/java/jdbc/jtssrc/org/postgis/jts/JtsGisWrapper.java | |
postgis-2.0.3/java/jdbc/jtssrc/org/postgis/jts/JtsGeometry.java | |
postgis-2.0.3/java/jdbc/jtssrc/examples/ | |
postgis-2.0.3/java/jdbc/jtssrc/examples/JtsTestParser.java | |
postgis-2.0.3/java/jdbc/jtssrc/pom.xml | |
postgis-2.0.3/java/jdbc/Makefile.in | |
postgis-2.0.3/java/jdbc/todo.txt | |
postgis-2.0.3/java/jdbc/COPYING_LGPL | |
postgis-2.0.3/java/jdbc/Makefile | |
postgis-2.0.3/java/jdbc/pom.xml | |
postgis-2.0.3/java/jdbc/README | |
postgis-2.0.3/java/jdbc/build.xml | |
postgis-2.0.3/java/ejb3/ | |
postgis-2.0.3/java/ejb3/jboss/ | |
postgis-2.0.3/java/ejb3/jboss/ingest-service.xml | |
postgis-2.0.3/java/ejb3/jboss/geodata-ds.xml | |
postgis-2.0.3/java/ejb3/.classpath | |
postgis-2.0.3/java/ejb3/src/ | |
postgis-2.0.3/java/ejb3/src/META-INF/ | |
postgis-2.0.3/java/ejb3/src/META-INF/persistence.xml | |
postgis-2.0.3/java/ejb3/src/org/ | |
postgis-2.0.3/java/ejb3/src/org/postgis/ | |
postgis-2.0.3/java/ejb3/src/org/postgis/ejb/ | |
postgis-2.0.3/java/ejb3/src/org/postgis/ejb/mdb/ | |
postgis-2.0.3/java/ejb3/src/org/postgis/ejb/mdb/IngestMDB.java | |
postgis-2.0.3/java/ejb3/src/org/postgis/ejb/UserBeanRemote.java | |
postgis-2.0.3/java/ejb3/src/org/postgis/ejb/PersonEntity.java | |
postgis-2.0.3/java/ejb3/src/org/postgis/ejb/UserBean.java | |
postgis-2.0.3/java/ejb3/src/org/postgis/hibernate/ | |
postgis-2.0.3/java/ejb3/src/org/postgis/hibernate/WithinExpression.java | |
postgis-2.0.3/java/ejb3/src/org/postgis/hibernate/IntersectsExpression.java | |
postgis-2.0.3/java/ejb3/src/org/postgis/hibernate/GeometryType.java | |
postgis-2.0.3/java/ejb3/src/org/postgis/hibernate/ContainsExpression.java | |
postgis-2.0.3/java/ejb3/src/org/postgis/hibernate/PostGISDialect.java | |
postgis-2.0.3/java/ejb3/src/jndi.properties | |
postgis-2.0.3/java/ejb3/.project | |
postgis-2.0.3/java/ejb3/EJB3Spatial.odt | |
postgis-2.0.3/java/ejb3/.settings/ | |
postgis-2.0.3/java/ejb3/.settings/org.eclipse.jdt.core.prefs | |
postgis-2.0.3/java/ejb3/ejb3spatial.pdf | |
postgis-2.0.3/java/ejb3/README.txt | |
postgis-2.0.3/java/ejb3/build.xml | |
postgis-2.0.3/java/Makefile | |
postgis-2.0.3/TODO | |
postgis-2.0.3/COPYING | |
postgis-2.0.3/config.sub | |
postgis-2.0.3/astyle.sh | |
postgis-2.0.3/autogen.sh | |
postgis-2.0.3/liblwgeom/ | |
postgis-2.0.3/liblwgeom/cunit/ | |
postgis-2.0.3/liblwgeom/cunit/cu_clean.c | |
postgis-2.0.3/liblwgeom/cunit/cu_in_wkb.c | |
postgis-2.0.3/liblwgeom/cunit/cu_out_wkb.c | |
postgis-2.0.3/liblwgeom/cunit/cu_out_kml.c | |
postgis-2.0.3/liblwgeom/cunit/Makefile.in | |
postgis-2.0.3/liblwgeom/cunit/cu_tester.h | |
postgis-2.0.3/liblwgeom/cunit/cu_libgeom.c | |
postgis-2.0.3/liblwgeom/cunit/cu_geodetic_data.h | |
postgis-2.0.3/liblwgeom/cunit/cu_ptarray.c | |
postgis-2.0.3/liblwgeom/cunit/cu_geodetic.c | |
postgis-2.0.3/liblwgeom/cunit/cu_measures.c | |
postgis-2.0.3/liblwgeom/cunit/cu_out_x3d.c | |
postgis-2.0.3/liblwgeom/cunit/README | |
postgis-2.0.3/liblwgeom/cunit/cu_node.c | |
postgis-2.0.3/liblwgeom/cunit/cu_out_svg.c | |
postgis-2.0.3/liblwgeom/cunit/cu_algorithm.c | |
postgis-2.0.3/liblwgeom/cunit/cu_buildarea.c | |
postgis-2.0.3/liblwgeom/cunit/cu_surface.c | |
postgis-2.0.3/liblwgeom/cunit/cu_out_geojson.c | |
postgis-2.0.3/liblwgeom/cunit/cu_misc.c | |
postgis-2.0.3/liblwgeom/cunit/cu_in_wkt.c | |
postgis-2.0.3/liblwgeom/cunit/cu_split.c | |
postgis-2.0.3/liblwgeom/cunit/cu_out_wkt.c | |
postgis-2.0.3/liblwgeom/cunit/cu_print.c | |
postgis-2.0.3/liblwgeom/cunit/cu_geos.c | |
postgis-2.0.3/liblwgeom/cunit/cu_surface.h | |
postgis-2.0.3/liblwgeom/cunit/cu_stringbuffer.c | |
postgis-2.0.3/liblwgeom/cunit/cu_homogenize.c | |
postgis-2.0.3/liblwgeom/cunit/cu_out_gml.c | |
postgis-2.0.3/liblwgeom/cunit/cu_tester.c | |
postgis-2.0.3/liblwgeom/lwcollection.c | |
postgis-2.0.3/liblwgeom/lwout_geojson.c | |
postgis-2.0.3/liblwgeom/lwout_wkt.c | |
postgis-2.0.3/liblwgeom/lwprint.c | |
postgis-2.0.3/liblwgeom/Makefile.in | |
postgis-2.0.3/liblwgeom/lwmpoly.c | |
postgis-2.0.3/liblwgeom/lwmcurve.c | |
postgis-2.0.3/liblwgeom/lwin_wkt_lex.c | |
postgis-2.0.3/liblwgeom/lwin_wkb.c | |
postgis-2.0.3/liblwgeom/lwgeom_geos_node.c | |
postgis-2.0.3/liblwgeom/lwsegmentize.c | |
postgis-2.0.3/liblwgeom/lwin_wkt_parse.y | |
postgis-2.0.3/liblwgeom/lwin_wkt_lex.l | |
postgis-2.0.3/liblwgeom/lwspheroid.c | |
postgis-2.0.3/liblwgeom/lwgeom_geos_split.c | |
postgis-2.0.3/liblwgeom/lwgeom_api.c | |
postgis-2.0.3/liblwgeom/lwlinearreferencing.c | |
postgis-2.0.3/liblwgeom/lwline.c | |
postgis-2.0.3/liblwgeom/lwpoint.c | |
postgis-2.0.3/liblwgeom/g_serialized.txt | |
postgis-2.0.3/liblwgeom/g_box.c | |
postgis-2.0.3/liblwgeom/lwin_wkt.c | |
postgis-2.0.3/liblwgeom/stringbuffer.c | |
postgis-2.0.3/liblwgeom/g_serialized.c | |
postgis-2.0.3/liblwgeom/libtgeom.c | |
postgis-2.0.3/liblwgeom/lwin_wkt.h | |
postgis-2.0.3/liblwgeom/stringbuffer.h | |
postgis-2.0.3/liblwgeom/lwmline.c | |
postgis-2.0.3/liblwgeom/libtgeom.h | |
postgis-2.0.3/liblwgeom/lwout_gml.c | |
postgis-2.0.3/liblwgeom/vsprintf.c | |
postgis-2.0.3/liblwgeom/measures3d.c | |
postgis-2.0.3/liblwgeom/lwout_kml.c | |
postgis-2.0.3/liblwgeom/measures3d.h | |
postgis-2.0.3/liblwgeom/lwutil.c | |
postgis-2.0.3/liblwgeom/g_util.c | |
postgis-2.0.3/liblwgeom/measures.c | |
postgis-2.0.3/liblwgeom/lwcompound.c | |
postgis-2.0.3/liblwgeom/lwout_x3d.c | |
postgis-2.0.3/liblwgeom/measures.h | |
postgis-2.0.3/liblwgeom/lwtin.c | |
postgis-2.0.3/liblwgeom/lwgeom_log.h | |
postgis-2.0.3/liblwgeom/lwtree.c | |
postgis-2.0.3/liblwgeom/snprintf.c | |
postgis-2.0.3/liblwgeom/lwgeom_geos.c | |
postgis-2.0.3/liblwgeom/lwtree.h | |
postgis-2.0.3/liblwgeom/lwmpoint.c | |
postgis-2.0.3/liblwgeom/lwpsurface.c | |
postgis-2.0.3/liblwgeom/lwgeom_geos.h | |
postgis-2.0.3/liblwgeom/box2d.c | |
postgis-2.0.3/liblwgeom/lwalgorithm.c | |
postgis-2.0.3/liblwgeom/lwout_svg.c | |
postgis-2.0.3/liblwgeom/lwgeom.c | |
postgis-2.0.3/liblwgeom/liblwgeom.h.in | |
postgis-2.0.3/liblwgeom/lwcurvepoly.c | |
postgis-2.0.3/liblwgeom/lwgeom_debug.c | |
postgis-2.0.3/liblwgeom/lwhomogenize.c | |
postgis-2.0.3/liblwgeom/lwmsurface.c | |
postgis-2.0.3/liblwgeom/lwtriangle.c | |
postgis-2.0.3/liblwgeom/lwgeom_geos_clean.c | |
postgis-2.0.3/liblwgeom/lwcircstring.c | |
postgis-2.0.3/liblwgeom/lwout_wkb.c | |
postgis-2.0.3/liblwgeom/liblwgeom_internal.h | |
postgis-2.0.3/liblwgeom/ptarray.c | |
postgis-2.0.3/liblwgeom/lwgeom_transform.c | |
postgis-2.0.3/liblwgeom/lwpoly.c | |
postgis-2.0.3/liblwgeom/lwgeodetic.c | |
postgis-2.0.3/liblwgeom/lwin_wkt_parse.c | |
postgis-2.0.3/liblwgeom/lwgeodetic.h | |
postgis-2.0.3/liblwgeom/lwin_wkt_parse.h | |
postgis-2.0.3/NEWS | |
postgis-2.0.3/Makefile | |
postgis-2.0.3/macros/ | |
postgis-2.0.3/macros/libtool.m4 | |
postgis-2.0.3/macros/ltoptions.m4 | |
postgis-2.0.3/macros/intlmacosx.m4 | |
postgis-2.0.3/macros/lib-link.m4 | |
postgis-2.0.3/macros/lib-prefix.m4 | |
postgis-2.0.3/macros/gtk-2.0.m4 | |
postgis-2.0.3/macros/lib-ld.m4 | |
postgis-2.0.3/macros/gettext.m4 | |
postgis-2.0.3/macros/intltool.m4 | |
postgis-2.0.3/macros/intldir.m4 | |
postgis-2.0.3/macros/ac_proj4_version.m4 | |
postgis-2.0.3/macros/codeset.m4 | |
postgis-2.0.3/macros/intl.m4 | |
postgis-2.0.3/macros/progtest.m4 | |
postgis-2.0.3/macros/nls.m4 | |
postgis-2.0.3/macros/iconv.m4 | |
postgis-2.0.3/macros/po.m4 | |
postgis-2.0.3/macros/ltsugar.m4 | |
postgis-2.0.3/macros/ltversion.m4 | |
postgis-2.0.3/macros/lt~obsolete.m4 | |
postgis-2.0.3/utils/ | |
postgis-2.0.3/utils/read_scripts_version.pl | |
postgis-2.0.3/utils/Makefile.in | |
postgis-2.0.3/utils/svn_repo_revision.pl | |
postgis-2.0.3/utils/test_estimation.pl | |
postgis-2.0.3/utils/test_joinestimation.pl | |
postgis-2.0.3/utils/postgis_restore.pl.in | |
postgis-2.0.3/utils/test_geography_estimation.pl | |
postgis-2.0.3/utils/test_geography_joinestimation.pl | |
postgis-2.0.3/utils/postgis_proc_upgrade.pl | |
postgis-2.0.3/utils/README | |
postgis-2.0.3/utils/profile_intersects.pl | |
postgis-2.0.3/utils/uninstall_script | |
postgis-2.0.3/utils/create_undef.pl | |
postgis-2.0.3/README.postgis | |
postgis-2.0.3/ChangeLog | |
postgis-2.0.3/authors.svn | |
postgis-2.0.3/Version.config | |
postgis-2.0.3/MIGRATION | |
postgis-2.0.3/loader/ | |
postgis-2.0.3/loader/cunit/ | |
postgis-2.0.3/loader/cunit/cu_pgsql2shp.h | |
postgis-2.0.3/loader/cunit/cu_shp2pgsql.h | |
postgis-2.0.3/loader/cunit/Makefile.in | |
postgis-2.0.3/loader/cunit/cu_tester.h | |
postgis-2.0.3/loader/cunit/cu_pgsql2shp.c | |
postgis-2.0.3/loader/cunit/cu_shp2pgsql.c | |
postgis-2.0.3/loader/cunit/map.txt | |
postgis-2.0.3/loader/cunit/cu_tester.c | |
postgis-2.0.3/loader/image/ | |
postgis-2.0.3/loader/image/icon_source.svg | |
postgis-2.0.3/loader/image/warn.png | |
postgis-2.0.3/loader/image/good.png | |
postgis-2.0.3/loader/image/error.png | |
postgis-2.0.3/loader/README.pgsql2shp | |
postgis-2.0.3/loader/README.shp2pgsql | |
postgis-2.0.3/loader/shapefil.h | |
postgis-2.0.3/loader/Makefile.in | |
postgis-2.0.3/loader/po/ | |
postgis-2.0.3/loader/getopt.c | |
postgis-2.0.3/loader/shpcommon.c | |
postgis-2.0.3/loader/shp2pgsql-gui.c | |
postgis-2.0.3/loader/getopt.h | |
postgis-2.0.3/loader/shpcommon.h | |
postgis-2.0.3/loader/shp2pgsql-core.c | |
postgis-2.0.3/loader/pgsql2shp-core.c | |
postgis-2.0.3/loader/shpopen.c | |
postgis-2.0.3/loader/dbfopen.c | |
postgis-2.0.3/loader/pgsql2shp-core.h | |
postgis-2.0.3/loader/shp2pgsql-core.h | |
postgis-2.0.3/loader/TODO | |
postgis-2.0.3/loader/shp2pgsql-gui.rc | |
postgis-2.0.3/loader/pgsql2shp-cli.c | |
postgis-2.0.3/loader/shp2pgsql-cli.c | |
postgis-2.0.3/loader/README.txt | |
postgis-2.0.3/loader/README.i18n | |
postgis-2.0.3/loader/safileio.c | |
postgis-2.0.3/loader/shp2pgsql-gui.ico | |
postgis-2.0.3/install-sh | |
postgis-2.0.3/regress/ | |
postgis-2.0.3/regress/loader/ | |
postgis-2.0.3/regress/loader/Polygon.shp.expected | |
postgis-2.0.3/regress/loader/Latin1.dbf | |
postgis-2.0.3/regress/loader/MultiPointZ-w.select.expected | |
postgis-2.0.3/regress/loader/Latin1.opts | |
postgis-2.0.3/regress/loader/MultiPoint.select.expected | |
postgis-2.0.3/regress/loader/ArcM-G.select.expected | |
postgis-2.0.3/regress/loader/TSTIPolygon.shp.expected | |
postgis-2.0.3/regress/loader/Arc.shp | |
postgis-2.0.3/regress/loader/Arc.shp.expected | |
postgis-2.0.3/regress/loader/ArcM.select.sql | |
postgis-2.0.3/regress/loader/PointZ.select.sql | |
postgis-2.0.3/regress/loader/PointZ-G.shp.expected | |
postgis-2.0.3/regress/loader/PointWithSchema.dbf | |
postgis-2.0.3/regress/loader/TSIPolygon.shp | |
postgis-2.0.3/regress/loader/PointZ-w.select.expected | |
postgis-2.0.3/regress/loader/Arc.shx | |
postgis-2.0.3/regress/loader/TSIPolygon.shx | |
postgis-2.0.3/regress/loader/ReprojectPtsGeog-pre.sql | |
postgis-2.0.3/regress/loader/Polygon-w.select.expected | |
postgis-2.0.3/regress/loader/PolygonZ.shp | |
postgis-2.0.3/regress/loader/NoTransPoint.select.sql | |
postgis-2.0.3/regress/loader/ReprojectPts.shp | |
postgis-2.0.3/regress/loader/PointZ.dbf | |
postgis-2.0.3/regress/loader/MultiPoint-G.shp.expected | |
postgis-2.0.3/regress/loader/Arc.select.sql | |
postgis-2.0.3/regress/loader/Polygon.dbf | |
postgis-2.0.3/regress/loader/PolygonZ.shx | |
postgis-2.0.3/regress/loader/PolygonM.select.expected | |
postgis-2.0.3/regress/loader/Arc-G.shp.expected | |
postgis-2.0.3/regress/loader/Point.shp | |
postgis-2.0.3/regress/loader/PointM.select.sql | |
postgis-2.0.3/regress/loader/Arc.select.expected | |
postgis-2.0.3/regress/loader/ReprojectPts.shx | |
postgis-2.0.3/regress/loader/TSIPolygon.select.expected | |
postgis-2.0.3/regress/loader/NoTransPoint.shp | |
postgis-2.0.3/regress/loader/ArcZ.shp | |
postgis-2.0.3/regress/loader/PointWithSchema.opts | |
postgis-2.0.3/regress/loader/Point.shx | |
postgis-2.0.3/regress/loader/PointM.shp | |
postgis-2.0.3/regress/loader/NoTransPoint.shx | |
postgis-2.0.3/regress/loader/PolygonZ.select.expected | |
postgis-2.0.3/regress/loader/ArcZ.shx | |
postgis-2.0.3/regress/loader/ArcM.select.expected | |
postgis-2.0.3/regress/loader/MultiToSinglePoint.dbf | |
postgis-2.0.3/regress/loader/ArcM-w.select.expected | |
postgis-2.0.3/regress/loader/Latin1.select.expected | |
postgis-2.0.3/regress/loader/ReprojectPts-w.select.expected | |
postgis-2.0.3/regress/loader/TSTPolygon.opts | |
postgis-2.0.3/regress/loader/PointM.shx | |
postgis-2.0.3/regress/loader/Point.select.expected | |
postgis-2.0.3/regress/loader/NotReallyMultiPoint.select.sql | |
postgis-2.0.3/regress/loader/ArcM.shp.expected | |
postgis-2.0.3/regress/loader/MultiPointM.dbf | |
postgis-2.0.3/regress/loader/TSTPolygon.shp | |
postgis-2.0.3/regress/loader/ArcZ.select.expected | |
postgis-2.0.3/regress/loader/ReprojectPtsGeog.dbf | |
postgis-2.0.3/regress/loader/PolygonM-G.shp.expected | |
postgis-2.0.3/regress/loader/TSTPolygon.shx | |
postgis-2.0.3/regress/loader/PointWithSchema.select.expected | |
postgis-2.0.3/regress/loader/TSTIPolygon.shp | |
postgis-2.0.3/regress/loader/PointWithSchema-post.sql | |
postgis-2.0.3/regress/loader/NotReallyMultiPoint.shp | |
postgis-2.0.3/regress/loader/NoTransPoint.shp.expected | |
postgis-2.0.3/regress/loader/TSTIPolygon.shx | |
postgis-2.0.3/regress/loader/MultiPoint.shp.expected | |
postgis-2.0.3/regress/loader/NotReallyMultiPoint.shx | |
postgis-2.0.3/regress/loader/PointM.shp.expected | |
postgis-2.0.3/regress/loader/TSIPolygon.shp.expected | |
postgis-2.0.3/regress/loader/ReprojectPts.select.sql | |
postgis-2.0.3/regress/loader/ArcZ-G.select.expected | |
postgis-2.0.3/regress/loader/MultiToSinglePoint.shp.expected | |
postgis-2.0.3/regress/loader/Latin1.select.sql | |
postgis-2.0.3/regress/loader/ReprojectPts-pre.sql | |
postgis-2.0.3/regress/loader/MultiPoint-G.select.expected | |
postgis-2.0.3/regress/loader/ReprojectPts.opts | |
postgis-2.0.3/regress/loader/TSTIPolygon.select.expected | |
postgis-2.0.3/regress/loader/ReprojectPtsGeog.opts | |
postgis-2.0.3/regress/loader/MultiPointZ.select.sql | |
postgis-2.0.3/regress/loader/MultiPointM.shp.expected | |
postgis-2.0.3/regress/loader/TSTIPolygon.opts | |
postgis-2.0.3/regress/loader/MultiToSinglePoint.select.sql | |
postgis-2.0.3/regress/loader/MultiPointZ.shp | |
postgis-2.0.3/regress/loader/NotReallyMultiPoint.shp.expected | |
postgis-2.0.3/regress/loader/ArcZ.shp.expected | |
postgis-2.0.3/regress/loader/TSIPolygon-w.select.expected | |
postgis-2.0.3/regress/loader/README | |
postgis-2.0.3/regress/loader/PolygonM.shp.expected | |
postgis-2.0.3/regress/loader/MultiPointM.select.sql | |
postgis-2.0.3/regress/loader/MultiPoint.shp | |
postgis-2.0.3/regress/loader/MultiPointM-G.shp.expected | |
postgis-2.0.3/regress/loader/MultiPointZ.shx | |
postgis-2.0.3/regress/loader/Arc.dbf | |
postgis-2.0.3/regress/loader/TSIPolygon.dbf | |
postgis-2.0.3/regress/loader/ReprojectPtsGeog.select.expected | |
postgis-2.0.3/regress/loader/ReprojectPts-post.sql | |
postgis-2.0.3/regress/loader/MultiPoint.shx | |
postgis-2.0.3/regress/loader/PolygonM-G.select.expected | |
postgis-2.0.3/regress/loader/ReprojectPtsGeog-post.sql | |
postgis-2.0.3/regress/loader/ReprojectPtsGeog-w.select.expected | |
postgis-2.0.3/regress/loader/PolygonZ.dbf | |
postgis-2.0.3/regress/loader/PointZ.shp.expected | |
postgis-2.0.3/regress/loader/ReprojectPts.dbf | |
postgis-2.0.3/regress/loader/ArcZ-w.select.expected | |
postgis-2.0.3/regress/loader/MultiPointM-G.select.expected | |
postgis-2.0.3/regress/loader/Point.dbf | |
postgis-2.0.3/regress/loader/MultiPoint-w.select.expected | |
postgis-2.0.3/regress/loader/MultiPointZ.shp.expected | |
postgis-2.0.3/regress/loader/NoTransPoint.dbf | |
postgis-2.0.3/regress/loader/ArcZ.dbf | |
postgis-2.0.3/regress/loader/PolygonM.shp | |
postgis-2.0.3/regress/loader/ArcM-G.shp.expected | |
postgis-2.0.3/regress/loader/PointM.dbf | |
postgis-2.0.3/regress/loader/Polygon.select.sql | |
postgis-2.0.3/regress/loader/Polygon-G.shp.expected | |
postgis-2.0.3/regress/loader/PolygonM.shx | |
postgis-2.0.3/regress/loader/TSTIPolygon.select.sql | |
postgis-2.0.3/regress/loader/PointM-G.select.expected | |
postgis-2.0.3/regress/loader/PolygonZ.shp.expected | |
postgis-2.0.3/regress/loader/ArcM.shp | |
postgis-2.0.3/regress/loader/TSTPolygon.dbf | |
postgis-2.0.3/regress/loader/TSTIPolygon-w.select.expected | |
postgis-2.0.3/regress/loader/MultiPoint.select.sql | |
postgis-2.0.3/regress/loader/NoTransPoint.opts | |
postgis-2.0.3/regress/loader/Point.shp.expected | |
postgis-2.0.3/regress/loader/PointWithSchema.select.sql | |
postgis-2.0.3/regress/loader/ArcM.shx | |
postgis-2.0.3/regress/loader/PointM-G.shp.expected | |
postgis-2.0.3/regress/loader/TSTIPolygon.dbf | |
postgis-2.0.3/regress/loader/PolygonM-w.select.expected | |
postgis-2.0.3/regress/loader/NotReallyMultiPoint.dbf | |
postgis-2.0.3/regress/loader/MultiToSinglePoint-w.select.expected | |
postgis-2.0.3/regress/loader/TSIPolygon.opts | |
postgis-2.0.3/regress/loader/MultiToSinglePoint.opts | |
postgis-2.0.3/regress/loader/PolygonZ.select.sql | |
postgis-2.0.3/regress/loader/PolygonZ-G.shp.expected | |
postgis-2.0.3/regress/loader/TSTPolygon.select.sql | |
postgis-2.0.3/regress/loader/PointWithSchema.shp | |
postgis-2.0.3/regress/loader/ReprojectPts.select.expected | |
postgis-2.0.3/regress/loader/MultiPointM-w.select.expected | |
postgis-2.0.3/regress/loader/Point.select.sql | |
postgis-2.0.3/regress/loader/Point-G.shp.expected | |
postgis-2.0.3/regress/loader/PointWithSchema.shx | |
postgis-2.0.3/regress/loader/Arc-G.select.expected | |
postgis-2.0.3/regress/loader/PointZ.shp | |
postgis-2.0.3/regress/loader/NoTransPoint.select.expected | |
postgis-2.0.3/regress/loader/Polygon.shp | |
postgis-2.0.3/regress/loader/NoTransPoint-w.select.expected | |
postgis-2.0.3/regress/loader/PolygonM.select.sql | |
postgis-2.0.3/regress/loader/PolygonZ-G.select.expected | |
postgis-2.0.3/regress/loader/PointZ.shx | |
postgis-2.0.3/regress/loader/PointM.select.expected | |
postgis-2.0.3/regress/loader/Polygon.shx | |
postgis-2.0.3/regress/loader/PointM-w.select.expected | |
postgis-2.0.3/regress/loader/MultiPointZ.dbf | |
postgis-2.0.3/regress/loader/Point-G.select.expected | |
postgis-2.0.3/regress/loader/MultiPoint.dbf | |
postgis-2.0.3/regress/loader/MultiPointZ-G.select.expected | |
postgis-2.0.3/regress/loader/TSTPolygon.select.expected | |
postgis-2.0.3/regress/loader/PointZ.select.expected | |
postgis-2.0.3/regress/loader/MultiToSinglePoint.shp | |
postgis-2.0.3/regress/loader/ReprojectPtsGeog.select.sql | |
postgis-2.0.3/regress/loader/TSTPolygon-w.select.expected | |
postgis-2.0.3/regress/loader/Polygon.select.expected | |
postgis-2.0.3/regress/loader/MultiToSinglePoint.shx | |
postgis-2.0.3/regress/loader/MultiPointM.shp | |
postgis-2.0.3/regress/loader/MultiPointZ-G.shp.expected | |
postgis-2.0.3/regress/loader/TSTPolygon.shp.expected | |
postgis-2.0.3/regress/loader/NotReallyMultiPoint.select.expected | |
postgis-2.0.3/regress/loader/ReprojectPtsGeog.shp | |
postgis-2.0.3/regress/loader/NotReallyMultiPoint-w.select.expected | |
postgis-2.0.3/regress/loader/MultiPointM.shx | |
postgis-2.0.3/regress/loader/TSIPolygon.select.sql | |
postgis-2.0.3/regress/loader/PointZ-G.select.expected | |
postgis-2.0.3/regress/loader/Arc-w.select.expected | |
postgis-2.0.3/regress/loader/MultiToSinglePoint.select.expected | |
postgis-2.0.3/regress/loader/ReprojectPtsGeog.shx | |
postgis-2.0.3/regress/loader/PointWithSchema-pre.sql | |
postgis-2.0.3/regress/loader/Polygon-G.select.expected | |
postgis-2.0.3/regress/loader/PolygonM.dbf | |
postgis-2.0.3/regress/loader/MultiPointM.select.expected | |
postgis-2.0.3/regress/loader/PolygonZ-w.select.expected | |
postgis-2.0.3/regress/loader/Point-w.select.expected | |
postgis-2.0.3/regress/loader/ArcZ.select.sql | |
postgis-2.0.3/regress/loader/ArcZ-G.shp.expected | |
postgis-2.0.3/regress/loader/ArcM.dbf | |
postgis-2.0.3/regress/loader/MultiPointZ.select.expected | |
postgis-2.0.3/regress/sql-mm-general.sql | |
postgis-2.0.3/regress/wkb.sql | |
postgis-2.0.3/regress/snap_expected | |
postgis-2.0.3/regress/remove_repeated_points_expected | |
postgis-2.0.3/regress/concave_hull_expected | |
postgis-2.0.3/regress/setpoint_expected | |
postgis-2.0.3/regress/sql-mm-serialize.sql | |
postgis-2.0.3/regress/sql-mm-curvepoly.sql | |
postgis-2.0.3/regress/out_geography_expected | |
postgis-2.0.3/regress/snap.sql | |
postgis-2.0.3/regress/long_xact_expected | |
postgis-2.0.3/regress/clean_expected | |
postgis-2.0.3/regress/out_geometry_expected | |
postgis-2.0.3/regress/wkt.sql | |
postgis-2.0.3/regress/tickets.sql | |
postgis-2.0.3/regress/relate_bnr.sql | |
postgis-2.0.3/regress/bestsrid.sql | |
postgis-2.0.3/regress/wmsservers.sql | |
postgis-2.0.3/regress/binary.sql | |
postgis-2.0.3/regress/dump_expected | |
postgis-2.0.3/regress/in_gml_expected | |
postgis-2.0.3/regress/tickets_expected | |
postgis-2.0.3/regress/unaryunion_expected | |
postgis-2.0.3/regress/regress_expected | |
postgis-2.0.3/regress/sql-mm-compoundcurve.sql | |
postgis-2.0.3/regress/empty.sql | |
postgis-2.0.3/regress/sql-mm-circularstring.sql | |
postgis-2.0.3/regress/dumppoints.sql | |
postgis-2.0.3/regress/wkb_expected | |
postgis-2.0.3/regress/regress_buffer_params.sql | |
postgis-2.0.3/regress/lwgeom_regress_expected | |
postgis-2.0.3/regress/node_expected | |
postgis-2.0.3/regress/out_geography.sql | |
postgis-2.0.3/regress/regress_lrs_expected | |
postgis-2.0.3/regress/sql-mm-serialize_expected | |
postgis-2.0.3/regress/empty_expected | |
postgis-2.0.3/regress/test_index_concurrency | |
postgis-2.0.3/regress/regress_proj_expected | |
postgis-2.0.3/regress/regress_buffer_params_expected | |
postgis-2.0.3/regress/sql-mm-multisurface_expected | |
postgis-2.0.3/regress/ctors.sql | |
postgis-2.0.3/regress/offsetcurve.sql | |
postgis-2.0.3/regress/isvalid_test | |
postgis-2.0.3/regress/regress_ogc_cover.sql | |
postgis-2.0.3/regress/run_test | |
postgis-2.0.3/regress/regress_management.sql | |
postgis-2.0.3/regress/in_geojson_expected | |
postgis-2.0.3/regress/simplify_expected | |
postgis-2.0.3/regress/summary_expected | |
postgis-2.0.3/regress/regress_bdpoly.sql | |
postgis-2.0.3/regress/lwgeom_regress.sql | |
postgis-2.0.3/regress/affine.sql | |
postgis-2.0.3/regress/regress_management_expected | |
postgis-2.0.3/regress/split.sql | |
postgis-2.0.3/regress/snaptogrid_expected | |
postgis-2.0.3/regress/relate_expected | |
postgis-2.0.3/regress/README | |
postgis-2.0.3/regress/remove_repeated_points.sql | |
postgis-2.0.3/regress/concave_hull.sql | |
postgis-2.0.3/regress/sql-mm-multicurve.sql | |
postgis-2.0.3/regress/wmsservers_expected | |
postgis-2.0.3/regress/regress_proj.sql | |
postgis-2.0.3/regress/unaryunion.sql | |
postgis-2.0.3/regress/regress_lots_of_nulls.sql | |
postgis-2.0.3/regress/relatematch_expected | |
postgis-2.0.3/regress/offsetcurve_expected | |
postgis-2.0.3/regress/isvaliddetail.sql | |
postgis-2.0.3/regress/polygonize_expected | |
postgis-2.0.3/regress/out_geometry.sql | |
postgis-2.0.3/regress/clean.sql | |
postgis-2.0.3/regress/Makefile.in | |
postgis-2.0.3/regress/regress_index_expected | |
postgis-2.0.3/regress/regress_ogc_expected | |
postgis-2.0.3/regress/wkt_expected | |
postgis-2.0.3/regress/regress_ogc_prep.sql | |
postgis-2.0.3/regress/relatematch.sql | |
postgis-2.0.3/regress/removepoint_expected | |
postgis-2.0.3/regress/simplify.sql | |
postgis-2.0.3/regress/relate_bnr_expected | |
postgis-2.0.3/regress/regress_index.sql | |
postgis-2.0.3/regress/isvaliddetail_expected | |
postgis-2.0.3/regress/setpoint.sql | |
postgis-2.0.3/regress/regress_bdpoly_expected | |
postgis-2.0.3/regress/measures_expected | |
postgis-2.0.3/regress/sql-mm-multisurface.sql | |
postgis-2.0.3/regress/regress.sql | |
postgis-2.0.3/regress/iscollection_expected | |
postgis-2.0.3/regress/relate.sql | |
postgis-2.0.3/regress/split_expected | |
postgis-2.0.3/regress/sql-mm-compoundcurve_expected | |
postgis-2.0.3/regress/regress_ogc_cover_expected | |
postgis-2.0.3/regress/sql-mm-multicurve_expected | |
postgis-2.0.3/regress/legacy_expected | |
postgis-2.0.3/regress/regress_lrs.sql | |
postgis-2.0.3/regress/in_kml_expected | |
postgis-2.0.3/regress/polyhedralsurface_expected | |
postgis-2.0.3/regress/typmod_expected | |
postgis-2.0.3/regress/hausdorff_expected | |
postgis-2.0.3/regress/dump.sql | |
postgis-2.0.3/regress/in_gml.sql | |
postgis-2.0.3/regress/in_kml.sql | |
postgis-2.0.3/regress/affine_expected | |
postgis-2.0.3/regress/postgis_type_name_expected | |
postgis-2.0.3/regress/regress_biginsert.sql | |
postgis-2.0.3/regress/hausdorff.sql | |
postgis-2.0.3/regress/measures.sql | |
postgis-2.0.3/regress/node.sql | |
postgis-2.0.3/regress/dumppoints_expected | |
postgis-2.0.3/regress/postgis_type_name.sql | |
postgis-2.0.3/regress/in_geojson.sql | |
postgis-2.0.3/regress/regress_lots_of_points.sql | |
postgis-2.0.3/regress/polygonize.sql | |
postgis-2.0.3/regress/bestsrid_expected | |
postgis-2.0.3/regress/legacy.sql | |
postgis-2.0.3/regress/sharedpaths.sql | |
postgis-2.0.3/regress/removepoint.sql | |
postgis-2.0.3/regress/snaptogrid.sql | |
postgis-2.0.3/regress/regress_ogc_prep_expected | |
postgis-2.0.3/regress/polyhedralsurface.sql | |
postgis-2.0.3/regress/typmod.sql | |
postgis-2.0.3/regress/ctors_expected | |
postgis-2.0.3/regress/regress_index_nulls.sql | |
postgis-2.0.3/regress/sql-mm-curvepoly_expected | |
postgis-2.0.3/regress/sql-mm-circularstring_expected | |
postgis-2.0.3/regress/iscollection.sql | |
postgis-2.0.3/regress/sharedpaths_expected | |
postgis-2.0.3/regress/summary.sql | |
postgis-2.0.3/regress/regress_index_nulls_expected | |
postgis-2.0.3/regress/regress_ogc.sql | |
postgis-2.0.3/regress/sql-mm-general_expected | |
postgis-2.0.3/regress/binary_expected | |
postgis-2.0.3/regress/long_xact.sql | |
postgis-2.0.3/ltmain.sh | |
postgis-2.0.3/postgis_config.h.in | |
postgis-2.0.3/aclocal.m4 | |
postgis-2.0.3/configure | |
postgis-2.0.3/postgis_svn_revision.h | |
postgis-2.0.3/libtool | |
checking build system type... i686-pc-linux-gnu | |
checking host system type... i686-pc-linux-gnu | |
checking how to print strings... printf | |
checking for gcc... gcc | |
checking whether the C compiler works... yes | |
checking for C compiler default output file name... a.out | |
checking for suffix of executables... | |
checking whether we are cross compiling... no | |
checking for suffix of object files... o | |
checking whether we are using the GNU C compiler... yes | |
checking whether gcc accepts -g... yes | |
checking for gcc option to accept ISO C89... none needed | |
checking for a sed that does not truncate output... /bin/sed | |
checking for grep that handles long lines and -e... /bin/grep | |
checking for egrep... /bin/grep -E | |
checking for fgrep... /bin/grep -F | |
checking for ld used by gcc... /usr/bin/ld | |
checking if the linker (/usr/bin/ld) is GNU ld... yes | |
checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B | |
checking the name lister (/usr/bin/nm -B) interface... BSD nm | |
checking whether ln -s works... yes | |
checking the maximum length of command line arguments... 1572864 | |
checking whether the shell understands some XSI constructs... yes | |
checking whether the shell understands "+="... yes | |
checking how to convert i686-pc-linux-gnu file names to i686-pc-linux-gnu format... func_convert_file_noop | |
checking how to convert i686-pc-linux-gnu file names to toolchain format... func_convert_file_noop | |
checking for /usr/bin/ld option to reload object files... -r | |
checking for objdump... objdump | |
checking how to recognize dependent libraries... pass_all | |
checking for dlltool... no | |
checking how to associate runtime and link libraries... printf %s\n | |
checking for ar... ar | |
checking for archiver @FILE support... @ | |
checking for strip... strip | |
checking for ranlib... ranlib | |
checking for gawk... no | |
checking for mawk... mawk | |
checking command to parse /usr/bin/nm -B output from gcc object... ok | |
checking for sysroot... no | |
checking for mt... mt | |
checking if mt is a manifest tool... no | |
checking how to run the C preprocessor... gcc -E | |
checking for ANSI C header files... yes | |
checking for sys/types.h... yes | |
checking for sys/stat.h... yes | |
checking for stdlib.h... yes | |
checking for string.h... yes | |
checking for memory.h... yes | |
checking for strings.h... yes | |
checking for inttypes.h... yes | |
checking for stdint.h... yes | |
checking for unistd.h... yes | |
checking for dlfcn.h... yes | |
checking for objdir... .libs | |
checking if gcc supports -fno-rtti -fno-exceptions... no | |
checking for gcc option to produce PIC... -fPIC -DPIC | |
checking if gcc PIC flag -fPIC -DPIC works... yes | |
checking if gcc static flag -static works... yes | |
checking if gcc supports -c -o file.o... yes | |
checking if gcc supports -c -o file.o... (cached) yes | |
checking whether the gcc linker (/usr/bin/ld) supports shared libraries... yes | |
checking whether -lc should be explicitly linked in... no | |
checking dynamic linker characteristics... GNU/Linux ld.so | |
checking how to hardcode library paths into programs... immediate | |
checking whether stripping libraries is possible... yes | |
checking if libtool supports shared libraries... yes | |
checking whether to build shared libraries... yes | |
checking whether to build static libraries... yes | |
checking for gcc... (cached) gcc | |
checking whether we are using the GNU C compiler... (cached) yes | |
checking whether gcc accepts -g... (cached) yes | |
checking for gcc option to accept ISO C89... (cached) none needed | |
checking how to run the C preprocessor... gcc -E | |
checking for g++... g++ | |
checking whether we are using the GNU C++ compiler... yes | |
checking whether g++ accepts -g... yes | |
checking how to run the C++ preprocessor... g++ -E | |
checking for ld used by g++... /usr/bin/ld | |
checking if the linker (/usr/bin/ld) is GNU ld... yes | |
checking whether the g++ linker (/usr/bin/ld) supports shared libraries... yes | |
checking for g++ option to produce PIC... -fPIC -DPIC | |
checking if g++ PIC flag -fPIC -DPIC works... yes | |
checking if g++ static flag -static works... yes | |
checking if g++ supports -c -o file.o... yes | |
checking if g++ supports -c -o file.o... (cached) yes | |
checking whether the g++ linker (/usr/bin/ld) supports shared libraries... yes | |
checking dynamic linker characteristics... (cached) GNU/Linux ld.so | |
checking how to hardcode library paths into programs... immediate | |
checking for ant... no | |
checking for cpp... /usr/bin/cpp | |
checking if g++ supports -Wall... yes | |
checking if g++ supports -Wmissing-prototypes... yes | |
checking if g++ supports -ffloat-store... yes | |
checking for flex... no | |
checking for lex... no | |
checking for bison... no | |
checking for byacc... no | |
checking ieeefp.h usability... no | |
checking ieeefp.h presence... no | |
checking for ieeefp.h... no | |
checking termios.h usability... yes | |
checking termios.h presence... yes | |
checking for termios.h... yes | |
checking for vasprintf... yes | |
checking for asprintf... yes | |
checking for _LARGEFILE_SOURCE value needed for large files... no | |
checking for perl... /usr/bin/perl | |
checking for convert... no | |
configure: WARNING: ImageMagick does not seem to be installed. Documentation cannot be built | |
checking for xsltproc... /usr/bin/xsltproc | |
checking for xmllint... no | |
configure: WARNING: xmllint is not installed so documentation cannot be checked | |
checking for dblatex... no | |
configure: WARNING: dblatex is not installed so PDF documentation cannot be built | |
checking CUnit/CUnit.h usability... no | |
checking CUnit/CUnit.h presence... no | |
checking for CUnit/CUnit.h... no | |
configure: WARNING: could not locate CUnit required for unit tests | |
checking iconv.h usability... yes | |
checking iconv.h presence... yes | |
checking for iconv.h... yes | |
checking for libiconv_open in -liconv... no | |
checking for iconv_open in -lc... yes | |
checking for iconvctl... no | |
checking for libiconvctl... no | |
checking for pg_config... /usr/bin/pg_config | |
checking PostgreSQL version... PostgreSQL 9.2.6 | |
checking libpq-fe.h usability... yes | |
checking libpq-fe.h presence... yes | |
checking for libpq-fe.h... yes | |
checking for PQserverVersion in -lpq... yes | |
checking for xml2-config... /usr/bin/xml2-config | |
checking libxml/tree.h usability... yes | |
checking libxml/tree.h presence... yes | |
checking for libxml/tree.h... yes | |
checking libxml/parser.h usability... yes | |
checking libxml/parser.h presence... yes | |
checking for libxml/parser.h... yes | |
checking libxml/xpath.h usability... yes | |
checking libxml/xpath.h presence... yes | |
checking for libxml/xpath.h... yes | |
checking libxml/xpathInternals.h usability... yes | |
checking libxml/xpathInternals.h presence... yes | |
checking for libxml/xpathInternals.h... yes | |
checking for xmlInitParser in -lxml2... yes | |
checking for geos-config... /usr/local/bin/geos-config | |
checking GEOS version... 3.3.8 | |
checking geos_c.h usability... yes | |
checking geos_c.h presence... yes | |
checking for geos_c.h... yes | |
checking for initGEOS in -lgeos_c... yes | |
checking whether make sets $(MAKE)... yes | |
checking for a BSD-compatible install... /usr/bin/install -c | |
checking for a thread-safe mkdir -p... /bin/mkdir -p | |
checking whether NLS is requested... yes | |
checking for msgfmt... no | |
checking for gmsgfmt... : | |
checking for xgettext... no | |
checking for msgmerge... no | |
checking for ld used by GCC... /usr/bin/ld | |
checking if the linker (/usr/bin/ld) is GNU ld... yes | |
checking for shared library run path origin... done | |
checking for CFPreferencesCopyAppValue... no | |
checking for CFLocaleCopyCurrent... no | |
checking for GNU gettext in libc... yes | |
checking whether to use NLS... yes | |
checking where the gettext function comes from... libc | |
checking proj_api.h usability... yes | |
checking proj_api.h presence... yes | |
checking for proj_api.h... yes | |
checking for pj_get_release in -lproj... yes | |
checking json/json.h usability... yes | |
checking json/json.h presence... yes | |
checking for json/json.h... yes | |
checking for json_object_get in -ljson... yes | |
TOPOLOGY: Topology support requested | |
RASTER: Raster support requested | |
checking for gdal-config... /usr/bin/gdal-config | |
checking for GDAL >= 1.6.0... found | |
checking gdal.h usability... yes | |
checking gdal.h presence... yes | |
checking for gdal.h... yes | |
checking ogr_api.h usability... yes | |
checking ogr_api.h presence... yes | |
checking for ogr_api.h... yes | |
checking cpl_conv.h usability... yes | |
checking cpl_conv.h presence... yes | |
checking for cpl_conv.h... yes | |
checking for library containing GDALAllRegister... none required | |
checking for library containing GDALFPolygonize... none required | |
enabling PostgreSQL extension support... | |
configure: creating ./config.status | |
config.status: creating GNUmakefile | |
config.status: creating extensions/Makefile | |
config.status: creating extensions/postgis/Makefile | |
config.status: creating extensions/postgis/postgis.control | |
config.status: creating extensions/postgis_topology/Makefile | |
config.status: creating extensions/postgis_topology/postgis_topology.control | |
config.status: creating liblwgeom/Makefile | |
config.status: creating liblwgeom/cunit/Makefile | |
config.status: creating liblwgeom/liblwgeom.h | |
config.status: creating libpgcommon/Makefile | |
config.status: creating libpgcommon/cunit/Makefile | |
config.status: creating postgis/Makefile | |
config.status: creating postgis/sqldefines.h | |
config.status: creating loader/Makefile | |
config.status: creating loader/cunit/Makefile | |
config.status: creating topology/Makefile | |
config.status: creating regress/Makefile | |
config.status: creating doc/Makefile | |
config.status: creating doc/Makefile.comments | |
config.status: creating doc/html/image_src/Makefile | |
config.status: creating utils/Makefile | |
config.status: creating java/jdbc/Makefile | |
config.status: creating raster/Makefile | |
config.status: creating raster/rt_core/Makefile | |
config.status: creating raster/rt_pg/Makefile | |
config.status: creating raster/loader/Makefile | |
config.status: creating raster/test/Makefile | |
config.status: creating raster/test/core/Makefile | |
config.status: creating raster/test/regress/Makefile | |
config.status: creating raster/scripts/Makefile | |
config.status: creating raster/scripts/python/Makefile | |
config.status: creating postgis_config.h | |
config.status: creating raster/raster_config.h | |
config.status: executing libtool commands | |
config.status: executing po-directories commands | |
PostGIS is now configured for i686-pc-linux-gnu | |
-------------- Compiler Info ------------- | |
C compiler: gcc -g -O2 | |
C++ compiler: g++ -g -O2 | |
SQL preprocessor: /usr/bin/cpp -traditional-cpp -P | |
-------------- Dependencies -------------- | |
GEOS config: /usr/local/bin/geos-config | |
GEOS version: 3.3.8 | |
GDAL config: /usr/bin/gdal-config | |
GDAL version: 1.10.0 | |
PostgreSQL config: /usr/bin/pg_config | |
PostgreSQL version: PostgreSQL 9.2.6 | |
PROJ4 version: 48 | |
Libxml2 config: /usr/bin/xml2-config | |
Libxml2 version: 2.8.0 | |
JSON-C support: yes | |
PostGIS debug level: 0 | |
Perl: /usr/bin/perl | |
--------------- Extensions --------------- | |
PostGIS Raster: enabled | |
PostGIS Topology: enabled | |
-------- Documentation Generation -------- | |
xsltproc: /usr/bin/xsltproc | |
xsl style sheets: /usr/share/xml/docbook/stylesheet/nwalsh | |
dblatex: | |
convert: | |
mathml2.dtd: /usr/share/xml/schema/w3c/mathml/dtd/mathml2.dtd | |
/usr/bin/perl utils/svn_repo_revision.pl | |
Can't fetch local revision (neither .svn nor .git found) | |
Not updating existing rev file at 11128 | |
for s in liblwgeom libpgcommon postgis regress raster topology loader utils extensions; do \ | |
echo "---- Making all in ${s}"; \ | |
make -C ${s} all || exit 1; \ | |
done; | |
---- Making all in liblwgeom | |
make[1]: Entering directory `/vagrant/archesproject/Install/postgis-2.0.3/liblwgeom' | |
/bin/bash ../libtool --mode=compile gcc -g -O2 -fPIC -DPIC -Wall -Wmissing-prototypes -I/usr/local/include -c -o stringbuffer.lo stringbuffer.c | |
libtool: compile: gcc -g -O2 -fPIC -DPIC -Wall -Wmissing-prototypes -I/usr/local/include -c stringbuffer.c -fPIC -DPIC -o .libs/stringbuffer.o | |
libtool: compile: gcc -g -O2 -fPIC -DPIC -Wall -Wmissing-prototypes -I/usr/local/include -c stringbuffer.c -o stringbuffer.o >/dev/null 2>&1 | |
/bin/bash ../libtool --mode=compile gcc -g -O2 -fPIC -DPIC -Wall -Wmissing-prototypes -I/usr/local/include -c -o measures.lo measures.c | |
libtool: compile: gcc -g -O2 -fPIC -DPIC -Wall -Wmissing-prototypes -I/usr/local/include -c measures.c -fPIC -DPIC -o .libs/measures.o | |
libtool: compile: gcc -g -O2 -fPIC -DPIC -Wall -Wmissing-prototypes -I/usr/local/include -c measures.c -o measures.o >/dev/null 2>&1 | |
/bin/bash ../libtool --mode=compile gcc -g -O2 -fPIC -DPIC -Wall -Wmissing-prototypes -I/usr/local/include -c -o measures3d.lo measures3d.c | |
libtool: compile: gcc -g -O2 -fPIC -DPIC -Wall -Wmissing-prototypes -I/usr/local/include -c measures3d.c -fPIC -DPIC -o .libs/measures3d.o | |
libtool: compile: gcc -g -O2 -fPIC -DPIC -Wall -Wmissing-prototypes -I/usr/local/include -c measures3d.c -o measures3d.o >/dev/null 2>&1 | |
/bin/bash ../libtool --mode=compile gcc -g -O2 -fPIC -DPIC -Wall -Wmissing-prototypes -I/usr/local/include -c -o box2d.lo box2d.c | |
libtool: compile: gcc -g -O2 -fPIC -DPIC -Wall -Wmissing-prototypes -I/usr/local/include -c box2d.c -fPIC -DPIC -o .libs/box2d.o | |
libtool: compile: gcc -g -O2 -fPIC -DPIC -Wall -Wmissing-prototypes -I/usr/local/include -c box2d.c -o box2d.o >/dev/null 2>&1 | |
/bin/bash ../libtool --mode=compile gcc -g -O2 -fPIC -DPIC -Wall -Wmissing-prototypes -I/usr/local/include -c -o ptarray.lo ptarray.c | |
libtool: compile: gcc -g -O2 -fPIC -DPIC -Wall -Wmissing-prototypes -I/usr/local/include -c ptarray.c -fPIC -DPIC -o .libs/ptarray.o | |
libtool: compile: gcc -g -O2 -fPIC -DPIC -Wall -Wmissing-prototypes -I/usr/local/include -c ptarray.c -o ptarray.o >/dev/null 2>&1 | |
/bin/bash ../libtool --mode=compile gcc -g -O2 -fPIC -DPIC -Wall -Wmissing-prototypes -I/usr/local/include -c -o lwgeom_api.lo lwgeom_api.c | |
libtool: compile: gcc -g -O2 -fPIC -DPIC -Wall -Wmissing-prototypes -I/usr/local/include -c lwgeom_api.c -fPIC -DPIC -o .libs/lwgeom_api.o | |
libtool: compile: gcc -g -O2 -fPIC -DPIC -Wall -Wmissing-prototypes -I/usr/local/include -c lwgeom_api.c -o lwgeom_api.o >/dev/null 2>&1 | |
/bin/bash ../libtool --mode=compile gcc -g -O2 -fPIC -DPIC -Wall -Wmissing-prototypes -I/usr/local/include -c -o lwgeom.lo lwgeom.c | |
libtool: compile: gcc -g -O2 -fPIC -DPIC -Wall -Wmissing-prototypes -I/usr/local/include -c lwgeom.c -fPIC -DPIC -o .libs/lwgeom.o | |
libtool: compile: gcc -g -O2 -fPIC -DPIC -Wall -Wmissing-prototypes -I/usr/local/include -c lwgeom.c -o lwgeom.o >/dev/null 2>&1 | |
/bin/bash ../libtool --mode=compile gcc -g -O2 -fPIC -DPIC -Wall -Wmissing-prototypes -I/usr/local/include -c -o lwpoint.lo lwpoint.c | |
libtool: compile: gcc -g -O2 -fPIC -DPIC -Wall -Wmissing-prototypes -I/usr/local/include -c lwpoint.c -fPIC -DPIC -o .libs/lwpoint.o | |
libtool: compile: gcc -g -O2 -fPIC -DPIC -Wall -Wmissing-prototypes -I/usr/local/include -c lwpoint.c -o lwpoint.o >/dev/null 2>&1 | |
/bin/bash ../libtool --mode=compile gcc -g -O2 -fPIC -DPIC -Wall -Wmissing-prototypes -I/usr/local/include -c -o lwline.lo lwline.c | |
libtool: compile: gcc -g -O2 -fPIC -DPIC -Wall -Wmissing-prototypes -I/usr/local/include -c lwline.c -fPIC -DPIC -o .libs/lwline.o | |
libtool: compile: gcc -g -O2 -fPIC -DPIC -Wall -Wmissing-prototypes -I/usr/local/include -c lwline.c -o lwline.o >/dev/null 2>&1 | |
/bin/bash ../libtool --mode=compile gcc -g -O2 -fPIC -DPIC -Wall -Wmissing-prototypes -I/usr/local/include -c -o lwpoly.lo lwpoly.c | |
libtool: compile: gcc -g -O2 -fPIC -DPIC -Wall -Wmissing-prototypes -I/usr/local/include -c lwpoly.c -fPIC -DPIC -o .libs/lwpoly.o | |
libtool: compile: gcc -g -O2 -fPIC -DPIC -Wall -Wmissing-prototypes -I/usr/local/include -c lwpoly.c -o lwpoly.o >/dev/null 2>&1 | |
/bin/bash ../libtool --mode=compile gcc -g -O2 -fPIC -DPIC -Wall -Wmissing-prototypes -I/usr/local/include -c -o lwtriangle.lo lwtriangle.c | |
libtool: compile: gcc -g -O2 -fPIC -DPIC -Wall -Wmissing-prototypes -I/usr/local/include -c lwtriangle.c -fPIC -DPIC -o .libs/lwtriangle.o | |
libtool: compile: gcc -g -O2 -fPIC -DPIC -Wall -Wmissing-prototypes -I/usr/local/include -c lwtriangle.c -o lwtriangle.o >/dev/null 2>&1 | |
/bin/bash ../libtool --mode=compile gcc -g -O2 -fPIC -DPIC -Wall -Wmissing-prototypes -I/usr/local/include -c -o lwmpoint.lo lwmpoint.c | |
libtool: compile: gcc -g -O2 -fPIC -DPIC -Wall -Wmissing-prototypes -I/usr/local/include -c lwmpoint.c -fPIC -DPIC -o .libs/lwmpoint.o | |
libtool: compile: gcc -g -O2 -fPIC -DPIC -Wall -Wmissing-prototypes -I/usr/local/include -c lwmpoint.c -o lwmpoint.o >/dev/null 2>&1 | |
/bin/bash ../libtool --mode=compile gcc -g -O2 -fPIC -DPIC -Wall -Wmissing-prototypes -I/usr/local/include -c -o lwmline.lo lwmline.c | |
libtool: compile: gcc -g -O2 -fPIC -DPIC -Wall -Wmissing-prototypes -I/usr/local/include -c lwmline.c -fPIC -DPIC -o .libs/lwmline.o | |
libtool: compile: gcc -g -O2 -fPIC -DPIC -Wall -Wmissing-prototypes -I/usr/local/include -c lwmline.c -o lwmline.o >/dev/null 2>&1 | |
/bin/bash ../libtool --mode=compile gcc -g -O2 -fPIC -DPIC -Wall -Wmissing-prototypes -I/usr/local/include -c -o lwmpoly.lo lwmpoly.c | |
libtool: compile: gcc -g -O2 -fPIC -DPIC -Wall -Wmissing-prototypes -I/usr/local/include -c lwmpoly.c -fPIC -DPIC -o .libs/lwmpoly.o | |
libtool: compile: gcc -g -O2 -fPIC -DPIC -Wall -Wmissing-prototypes -I/usr/local/include -c lwmpoly.c -o lwmpoly.o >/dev/null 2>&1 | |
/bin/bash ../libtool --mode=compile gcc -g -O2 -fPIC -DPIC -Wall -Wmissing-prototypes -I/usr/local/include -c -o lwcollection.lo lwcollection.c | |
libtool: compile: gcc -g -O2 -fPIC -DPIC -Wall -Wmissing-prototypes -I/usr/local/include -c lwcollection.c -fPIC -DPIC -o .libs/lwcollection.o | |
libtool: compile: gcc -g -O2 -fPIC -DPIC -Wall -Wmissing-prototypes -I/usr/local/include -c lwcollection.c -o lwcollection.o >/dev/null 2>&1 | |
/bin/bash ../libtool --mode=compile gcc -g -O2 -fPIC -DPIC -Wall -Wmissing-prototypes -I/usr/local/include -c -o lwcircstring.lo lwcircstring.c | |
libtool: compile: gcc -g -O2 -fPIC -DPIC -Wall -Wmissing-prototypes -I/usr/local/include -c lwcircstring.c -fPIC -DPIC -o .libs/lwcircstring.o | |
libtool: compile: gcc -g -O2 -fPIC -DPIC -Wall -Wmissing-prototypes -I/usr/local/include -c lwcircstring.c -o lwcircstring.o >/dev/null 2>&1 | |
/bin/bash ../libtool --mode=compile gcc -g -O2 -fPIC -DPIC -Wall -Wmissing-prototypes -I/usr/local/include -c -o lwcompound.lo lwcompound.c | |
libtool: compile: gcc -g -O2 -fPIC -DPIC -Wall -Wmissing-prototypes -I/usr/local/include -c lwcompound.c -fPIC -DPIC -o .libs/lwcompound.o | |
libtool: compile: gcc -g -O2 -fPIC -DPIC -Wall -Wmissing-prototypes -I/usr/local/include -c lwcompound.c -o lwcompound.o >/dev/null 2>&1 | |
/bin/bash ../libtool --mode=compile gcc -g -O2 -fPIC -DPIC -Wall -Wmissing-prototypes -I/usr/local/include -c -o lwcurvepoly.lo lwcurvepoly.c | |
libtool: compile: gcc -g -O2 -fPIC -DPIC -Wall -Wmissing-prototypes -I/usr/local/include -c lwcurvepoly.c -fPIC -DPIC -o .libs/lwcurvepoly.o | |
libtool: compile: gcc -g -O2 -fPIC -DPIC -Wall -Wmissing-prototypes -I/usr/local/include -c lwcurvepoly.c -o lwcurvepoly.o >/dev/null 2>&1 | |
/bin/bash ../libtool --mode=compile gcc -g -O2 -fPIC -DPIC -Wall -Wmissing-prototypes -I/usr/local/include -c -o lwmcurve.lo lwmcurve.c | |
libtool: compile: gcc -g -O2 -fPIC -DPIC -Wall -Wmissing-prototypes -I/usr/local/include -c lwmcurve.c -fPIC -DPIC -o .libs/lwmcurve.o | |
libtool: compile: gcc -g -O2 -fPIC -DPIC -Wall -Wmissing-prototypes -I/usr/local/include -c lwmcurve.c -o lwmcurve.o >/dev/null 2>&1 | |
/bin/bash ../libtool --mode=compile gcc -g -O2 -fPIC -DPIC -Wall -Wmissing-prototypes -I/usr/local/include -c -o lwmsurface.lo lwmsurface.c | |
libtool: compile: gcc -g -O2 -fPIC -DPIC -Wall -Wmissing-prototypes -I/usr/local/include -c lwmsurface.c -fPIC -DPIC -o .libs/lwmsurface.o | |
libtool: compile: gcc -g -O2 -fPIC -DPIC -Wall -Wmissing-prototypes -I/usr/local/include -c lwmsurface.c -o lwmsurface.o >/dev/null 2>&1 | |
/bin/bash ../libtool --mode=compile gcc -g -O2 -fPIC -DPIC -Wall -Wmissing-prototypes -I/usr/local/include -c -o lwpsurface.lo lwpsurface.c | |
libtool: compile: gcc -g -O2 -fPIC -DPIC -Wall -Wmissing-prototypes -I/usr/local/include -c lwpsurface.c -fPIC -DPIC -o .libs/lwpsurface.o | |
libtool: compile: gcc -g -O2 -fPIC -DPIC -Wall -Wmissing-prototypes -I/usr/local/include -c lwpsurface.c -o lwpsurface.o >/dev/null 2>&1 | |
/bin/bash ../libtool --mode=compile gcc -g -O2 -fPIC -DPIC -Wall -Wmissing-prototypes -I/usr/local/include -c -o lwtin.lo lwtin.c | |
libtool: compile: gcc -g -O2 -fPIC -DPIC -Wall -Wmissing-prototypes -I/usr/local/include -c lwtin.c -fPIC -DPIC -o .libs/lwtin.o | |
libtool: compile: gcc -g -O2 -fPIC -DPIC -Wall -Wmissing-prototypes -I/usr/local/include -c lwtin.c -o lwtin.o >/dev/null 2>&1 | |
/bin/bash ../libtool --mode=compile gcc -g -O2 -fPIC -DPIC -Wall -Wmissing-prototypes -I/usr/local/include -c -o lwout_wkb.lo lwout_wkb.c | |
libtool: compile: gcc -g -O2 -fPIC -DPIC -Wall -Wmissing-prototypes -I/usr/local/include -c lwout_wkb.c -fPIC -DPIC -o .libs/lwout_wkb.o | |
libtool: compile: gcc -g -O2 -fPIC -DPIC -Wall -Wmissing-prototypes -I/usr/local/include -c lwout_wkb.c -o lwout_wkb.o >/dev/null 2>&1 | |
/bin/bash ../libtool --mode=compile gcc -g -O2 -fPIC -DPIC -Wall -Wmissing-prototypes -I/usr/local/include -c -o lwin_wkb.lo lwin_wkb.c | |
libtool: compile: gcc -g -O2 -fPIC -DPIC -Wall -Wmissing-prototypes -I/usr/local/include -c lwin_wkb.c -fPIC -DPIC -o .libs/lwin_wkb.o | |
libtool: compile: gcc -g -O2 -fPIC -DPIC -Wall -Wmissing-prototypes -I/usr/local/include -c lwin_wkb.c -o lwin_wkb.o >/dev/null 2>&1 | |
/bin/bash ../libtool --mode=compile gcc -g -O2 -fPIC -DPIC -Wall -Wmissing-prototypes -I/usr/local/include -c -o lwout_wkt.lo lwout_wkt.c | |
libtool: compile: gcc -g -O2 -fPIC -DPIC -Wall -Wmissing-prototypes -I/usr/local/include -c lwout_wkt.c -fPIC -DPIC -o .libs/lwout_wkt.o | |
libtool: compile: gcc -g -O2 -fPIC -DPIC -Wall -Wmissing-prototypes -I/usr/local/include -c lwout_wkt.c -o lwout_wkt.o >/dev/null 2>&1 | |
/bin/bash ../libtool --mode=compile gcc -g -O2 -fPIC -DPIC -Wall -Wmissing-prototypes -I/usr/local/include -c -o lwin_wkt_parse.lo lwin_wkt_parse.c | |
libtool: compile: gcc -g -O2 -fPIC -DPIC -Wall -Wmissing-prototypes -I/usr/local/include -c lwin_wkt_parse.c -fPIC -DPIC -o .libs/lwin_wkt_parse.o | |
libtool: compile: gcc -g -O2 -fPIC -DPIC -Wall -Wmissing-prototypes -I/usr/local/include -c lwin_wkt_parse.c -o lwin_wkt_parse.o >/dev/null 2>&1 | |
/bin/bash ../libtool --mode=compile gcc -g -O2 -fPIC -DPIC -Wall -Wmissing-prototypes -I/usr/local/include -c -o lwin_wkt_lex.lo lwin_wkt_lex.c | |
libtool: compile: gcc -g -O2 -fPIC -DPIC -Wall -Wmissing-prototypes -I/usr/local/include -c lwin_wkt_lex.c -fPIC -DPIC -o .libs/lwin_wkt_lex.o | |
lwin_wkt_lex.c:1417:16: warning: 'input' defined but not used [-Wunused-function] | |
libtool: compile: gcc -g -O2 -fPIC -DPIC -Wall -Wmissing-prototypes -I/usr/local/include -c lwin_wkt_lex.c -o lwin_wkt_lex.o >/dev/null 2>&1 | |
/bin/bash ../libtool --mode=compile gcc -g -O2 -fPIC -DPIC -Wall -Wmissing-prototypes -I/usr/local/include -c -o lwin_wkt.lo lwin_wkt.c | |
libtool: compile: gcc -g -O2 -fPIC -DPIC -Wall -Wmissing-prototypes -I/usr/local/include -c lwin_wkt.c -fPIC -DPIC -o .libs/lwin_wkt.o | |
libtool: compile: gcc -g -O2 -fPIC -DPIC -Wall -Wmissing-prototypes -I/usr/local/include -c lwin_wkt.c -o lwin_wkt.o >/dev/null 2>&1 | |
/bin/bash ../libtool --mode=compile gcc -g -O2 -fPIC -DPIC -Wall -Wmissing-prototypes -I/usr/local/include -c -o lwutil.lo lwutil.c | |
libtool: compile: gcc -g -O2 -fPIC -DPIC -Wall -Wmissing-prototypes -I/usr/local/include -c lwutil.c -fPIC -DPIC -o .libs/lwutil.o | |
libtool: compile: gcc -g -O2 -fPIC -DPIC -Wall -Wmissing-prototypes -I/usr/local/include -c lwutil.c -o lwutil.o >/dev/null 2>&1 | |
/bin/bash ../libtool --mode=compile gcc -g -O2 -fPIC -DPIC -Wall -Wmissing-prototypes -I/usr/local/include -c -o lwhomogenize.lo lwhomogenize.c | |
libtool: compile: gcc -g -O2 -fPIC -DPIC -Wall -Wmissing-prototypes -I/usr/local/include -c lwhomogenize.c -fPIC -DPIC -o .libs/lwhomogenize.o | |
libtool: compile: gcc -g -O2 -fPIC -DPIC -Wall -Wmissing-prototypes -I/usr/local/include -c lwhomogenize.c -o lwhomogenize.o >/dev/null 2>&1 | |
/bin/bash ../libtool --mode=compile gcc -g -O2 -fPIC -DPIC -Wall -Wmissing-prototypes -I/usr/local/include -c -o lwalgorithm.lo lwalgorithm.c | |
libtool: compile: gcc -g -O2 -fPIC -DPIC -Wall -Wmissing-prototypes -I/usr/local/include -c lwalgorithm.c -fPIC -DPIC -o .libs/lwalgorithm.o | |
lwalgorithm.c: In function 'lwline_crossing_direction': | |
lwalgorithm.c:170:20: warning: variable 'rv' set but not used [-Wunused-but-set-variable] | |
libtool: compile: gcc -g -O2 -fPIC -DPIC -Wall -Wmissing-prototypes -I/usr/local/include -c lwalgorithm.c -o lwalgorithm.o >/dev/null 2>&1 | |
/bin/bash ../libtool --mode=compile gcc -g -O2 -fPIC -DPIC -Wall -Wmissing-prototypes -I/usr/local/include -c -o lwsegmentize.lo lwsegmentize.c | |
libtool: compile: gcc -g -O2 -fPIC -DPIC -Wall -Wmissing-prototypes -I/usr/local/include -c lwsegmentize.c -fPIC -DPIC -o .libs/lwsegmentize.o | |
lwsegmentize.c: In function 'lwcircle_segmentize': | |
lwsegmentize.c:168:6: warning: variable 'result' set but not used [-Wunused-but-set-variable] | |
libtool: compile: gcc -g -O2 -fPIC -DPIC -Wall -Wmissing-prototypes -I/usr/local/include -c lwsegmentize.c -o lwsegmentize.o >/dev/null 2>&1 | |
/bin/bash ../libtool --mode=compile gcc -g -O2 -fPIC -DPIC -Wall -Wmissing-prototypes -I/usr/local/include -c -o lwlinearreferencing.lo lwlinearreferencing.c | |
libtool: compile: gcc -g -O2 -fPIC -DPIC -Wall -Wmissing-prototypes -I/usr/local/include -c lwlinearreferencing.c -fPIC -DPIC -o .libs/lwlinearreferencing.o | |
lwlinearreferencing.c: In function 'lwline_clip_to_ordinate_range': | |
lwlinearreferencing.c:529:9: warning: variable 'rv' set but not used [-Wunused-but-set-variable] | |
libtool: compile: gcc -g -O2 -fPIC -DPIC -Wall -Wmissing-prototypes -I/usr/local/include -c lwlinearreferencing.c -o lwlinearreferencing.o >/dev/null 2>&1 | |
/bin/bash ../libtool --mode=compile gcc -g -O2 -fPIC -DPIC -Wall -Wmissing-prototypes -I/usr/local/include -c -o lwprint.lo lwprint.c | |
libtool: compile: gcc -g -O2 -fPIC -DPIC -Wall -Wmissing-prototypes -I/usr/local/include -c lwprint.c -fPIC -DPIC -o .libs/lwprint.o | |
libtool: compile: gcc -g -O2 -fPIC -DPIC -Wall -Wmissing-prototypes -I/usr/local/include -c lwprint.c -o lwprint.o >/dev/null 2>&1 | |
/bin/bash ../libtool --mode=compile gcc -g -O2 -fPIC -DPIC -Wall -Wmissing-prototypes -I/usr/local/include -c -o vsprintf.lo vsprintf.c | |
libtool: compile: gcc -g -O2 -fPIC -DPIC -Wall -Wmissing-prototypes -I/usr/local/include -c vsprintf.c -fPIC -DPIC -o .libs/vsprintf.o | |
libtool: compile: gcc -g -O2 -fPIC -DPIC -Wall -Wmissing-prototypes -I/usr/local/include -c vsprintf.c -o vsprintf.o >/dev/null 2>&1 | |
/bin/bash ../libtool --mode=compile gcc -g -O2 -fPIC -DPIC -Wall -Wmissing-prototypes -I/usr/local/include -c -o g_box.lo g_box.c | |
libtool: compile: gcc -g -O2 -fPIC -DPIC -Wall -Wmissing-prototypes -I/usr/local/include -c g_box.c -fPIC -DPIC -o .libs/g_box.o | |
libtool: compile: gcc -g -O2 -fPIC -DPIC -Wall -Wmissing-prototypes -I/usr/local/include -c g_box.c -o g_box.o >/dev/null 2>&1 | |
/bin/bash ../libtool --mode=compile gcc -g -O2 -fPIC -DPIC -Wall -Wmissing-prototypes -I/usr/local/include -c -o g_serialized.lo g_serialized.c | |
libtool: compile: gcc -g -O2 -fPIC -DPIC -Wall -Wmissing-prototypes -I/usr/local/include -c g_serialized.c -fPIC -DPIC -o .libs/g_serialized.o | |
libtool: compile: gcc -g -O2 -fPIC -DPIC -Wall -Wmissing-prototypes -I/usr/local/include -c g_serialized.c -o g_serialized.o >/dev/null 2>&1 | |
/bin/bash ../libtool --mode=compile gcc -g -O2 -fPIC -DPIC -Wall -Wmissing-prototypes -I/usr/local/include -c -o g_util.lo g_util.c | |
libtool: compile: gcc -g -O2 -fPIC -DPIC -Wall -Wmissing-prototypes -I/usr/local/include -c g_util.c -fPIC -DPIC -o .libs/g_util.o | |
libtool: compile: gcc -g -O2 -fPIC -DPIC -Wall -Wmissing-prototypes -I/usr/local/include -c g_util.c -o g_util.o >/dev/null 2>&1 | |
/bin/bash ../libtool --mode=compile gcc -g -O2 -fPIC -DPIC -Wall -Wmissing-prototypes -I/usr/local/include -c -o lwgeodetic.lo lwgeodetic.c | |
libtool: compile: gcc -g -O2 -fPIC -DPIC -Wall -Wmissing-prototypes -I/usr/local/include -c lwgeodetic.c -fPIC -DPIC -o .libs/lwgeodetic.o | |
lwgeodetic.c: In function 'ptarray_contains_point': | |
lwgeodetic.c:2884:13: warning: variable 'q' set but not used [-Wunused-but-set-variable] | |
libtool: compile: gcc -g -O2 -fPIC -DPIC -Wall -Wmissing-prototypes -I/usr/local/include -c lwgeodetic.c -o lwgeodetic.o >/dev/null 2>&1 | |
/bin/bash ../libtool --mode=compile gcc -g -O2 -fPIC -DPIC -Wall -Wmissing-prototypes -I/usr/local/include -c -o lwtree.lo lwtree.c | |
libtool: compile: gcc -g -O2 -fPIC -DPIC -Wall -Wmissing-prototypes -I/usr/local/include -c lwtree.c -fPIC -DPIC -o .libs/lwtree.o | |
libtool: compile: gcc -g -O2 -fPIC -DPIC -Wall -Wmissing-prototypes -I/usr/local/include -c lwtree.c -o lwtree.o >/dev/null 2>&1 | |
/bin/bash ../libtool --mode=compile gcc -g -O2 -fPIC -DPIC -Wall -Wmissing-prototypes -I/usr/local/include -c -o libtgeom.lo libtgeom.c | |
libtool: compile: gcc -g -O2 -fPIC -DPIC -Wall -Wmissing-prototypes -I/usr/local/include -c libtgeom.c -fPIC -DPIC -o .libs/libtgeom.o | |
libtool: compile: gcc -g -O2 -fPIC -DPIC -Wall -Wmissing-prototypes -I/usr/local/include -c libtgeom.c -o libtgeom.o >/dev/null 2>&1 | |
/bin/bash ../libtool --mode=compile gcc -g -O2 -fPIC -DPIC -Wall -Wmissing-prototypes -I/usr/local/include -c -o lwout_gml.lo lwout_gml.c | |
libtool: compile: gcc -g -O2 -fPIC -DPIC -Wall -Wmissing-prototypes -I/usr/local/include -c lwout_gml.c -fPIC -DPIC -o .libs/lwout_gml.o | |
libtool: compile: gcc -g -O2 -fPIC -DPIC -Wall -Wmissing-prototypes -I/usr/local/include -c lwout_gml.c -o lwout_gml.o >/dev/null 2>&1 | |
/bin/bash ../libtool --mode=compile gcc -g -O2 -fPIC -DPIC -Wall -Wmissing-prototypes -I/usr/local/include -c -o lwout_kml.lo lwout_kml.c | |
libtool: compile: gcc -g -O2 -fPIC -DPIC -Wall -Wmissing-prototypes -I/usr/local/include -c lwout_kml.c -fPIC -DPIC -o .libs/lwout_kml.o | |
libtool: compile: gcc -g -O2 -fPIC -DPIC -Wall -Wmissing-prototypes -I/usr/local/include -c lwout_kml.c -o lwout_kml.o >/dev/null 2>&1 | |
/bin/bash ../libtool --mode=compile gcc -g -O2 -fPIC -DPIC -Wall -Wmissing-prototypes -I/usr/local/include -c -o lwout_geojson.lo lwout_geojson.c | |
libtool: compile: gcc -g -O2 -fPIC -DPIC -Wall -Wmissing-prototypes -I/usr/local/include -c lwout_geojson.c -fPIC -DPIC -o .libs/lwout_geojson.o | |
lwout_geojson.c: In function 'lwgeom_to_geojson': | |
lwout_geojson.c:40:6: warning: variable 'rv' set but not used [-Wunused-but-set-variable] | |
libtool: compile: gcc -g -O2 -fPIC -DPIC -Wall -Wmissing-prototypes -I/usr/local/include -c lwout_geojson.c -o lwout_geojson.o >/dev/null 2>&1 | |
/bin/bash ../libtool --mode=compile gcc -g -O2 -fPIC -DPIC -Wall -Wmissing-prototypes -I/usr/local/include -c -o lwout_svg.lo lwout_svg.c | |
libtool: compile: gcc -g -O2 -fPIC -DPIC -Wall -Wmissing-prototypes -I/usr/local/include -c lwout_svg.c -fPIC -DPIC -o .libs/lwout_svg.o | |
libtool: compile: gcc -g -O2 -fPIC -DPIC -Wall -Wmissing-prototypes -I/usr/local/include -c lwout_svg.c -o lwout_svg.o >/dev/null 2>&1 | |
/bin/bash ../libtool --mode=compile gcc -g -O2 -fPIC -DPIC -Wall -Wmissing-prototypes -I/usr/local/include -c -o lwout_x3d.lo lwout_x3d.c | |
libtool: compile: gcc -g -O2 -fPIC -DPIC -Wall -Wmissing-prototypes -I/usr/local/include -c lwout_x3d.c -fPIC -DPIC -o .libs/lwout_x3d.o | |
lwout_x3d.c: In function 'asx3d3_poly_buf': | |
lwout_x3d.c:315:6: warning: variable 'dimension' set but not used [-Wunused-but-set-variable] | |
libtool: compile: gcc -g -O2 -fPIC -DPIC -Wall -Wmissing-prototypes -I/usr/local/include -c lwout_x3d.c -o lwout_x3d.o >/dev/null 2>&1 | |
/bin/bash ../libtool --mode=compile gcc -g -O2 -fPIC -DPIC -Wall -Wmissing-prototypes -I/usr/local/include -c -o lwgeom_debug.lo lwgeom_debug.c | |
libtool: compile: gcc -g -O2 -fPIC -DPIC -Wall -Wmissing-prototypes -I/usr/local/include -c lwgeom_debug.c -fPIC -DPIC -o .libs/lwgeom_debug.o | |
libtool: compile: gcc -g -O2 -fPIC -DPIC -Wall -Wmissing-prototypes -I/usr/local/include -c lwgeom_debug.c -o lwgeom_debug.o >/dev/null 2>&1 | |
/bin/bash ../libtool --mode=compile gcc -g -O2 -fPIC -DPIC -Wall -Wmissing-prototypes -I/usr/local/include -c -o lwgeom_geos.lo lwgeom_geos.c | |
libtool: compile: gcc -g -O2 -fPIC -DPIC -Wall -Wmissing-prototypes -I/usr/local/include -c lwgeom_geos.c -fPIC -DPIC -o .libs/lwgeom_geos.o | |
lwgeom_geos.c: In function 'ptarray_from_GEOSCoordSeq': | |
lwgeom_geos.c:55:20: warning: variable 'ptsize' set but not used [-Wunused-but-set-variable] | |
libtool: compile: gcc -g -O2 -fPIC -DPIC -Wall -Wmissing-prototypes -I/usr/local/include -c lwgeom_geos.c -o lwgeom_geos.o >/dev/null 2>&1 | |
/bin/bash ../libtool --mode=compile gcc -g -O2 -fPIC -DPIC -Wall -Wmissing-prototypes -I/usr/local/include -c -o lwgeom_geos_clean.lo lwgeom_geos_clean.c | |
libtool: compile: gcc -g -O2 -fPIC -DPIC -Wall -Wmissing-prototypes -I/usr/local/include -c lwgeom_geos_clean.c -fPIC -DPIC -o .libs/lwgeom_geos_clean.o | |
libtool: compile: gcc -g -O2 -fPIC -DPIC -Wall -Wmissing-prototypes -I/usr/local/include -c lwgeom_geos_clean.c -o lwgeom_geos_clean.o >/dev/null 2>&1 | |
/bin/bash ../libtool --mode=compile gcc -g -O2 -fPIC -DPIC -Wall -Wmissing-prototypes -I/usr/local/include -c -o lwgeom_geos_node.lo lwgeom_geos_node.c | |
libtool: compile: gcc -g -O2 -fPIC -DPIC -Wall -Wmissing-prototypes -I/usr/local/include -c lwgeom_geos_node.c -fPIC -DPIC -o .libs/lwgeom_geos_node.o | |
libtool: compile: gcc -g -O2 -fPIC -DPIC -Wall -Wmissing-prototypes -I/usr/local/include -c lwgeom_geos_node.c -o lwgeom_geos_node.o >/dev/null 2>&1 | |
/bin/bash ../libtool --mode=compile gcc -g -O2 -fPIC -DPIC -Wall -Wmissing-prototypes -I/usr/local/include -c -o lwgeom_geos_split.lo lwgeom_geos_split.c | |
libtool: compile: gcc -g -O2 -fPIC -DPIC -Wall -Wmissing-prototypes -I/usr/local/include -c lwgeom_geos_split.c -fPIC -DPIC -o .libs/lwgeom_geos_split.o | |
libtool: compile: gcc -g -O2 -fPIC -DPIC -Wall -Wmissing-prototypes -I/usr/local/include -c lwgeom_geos_split.c -o lwgeom_geos_split.o >/dev/null 2>&1 | |
/bin/bash ../libtool --mode=compile gcc -g -O2 -fPIC -DPIC -Wall -Wmissing-prototypes -I/usr/local/include -c -o lwgeom_transform.lo lwgeom_transform.c | |
libtool: compile: gcc -g -O2 -fPIC -DPIC -Wall -Wmissing-prototypes -I/usr/local/include -c lwgeom_transform.c -fPIC -DPIC -o .libs/lwgeom_transform.o | |
libtool: compile: gcc -g -O2 -fPIC -DPIC -Wall -Wmissing-prototypes -I/usr/local/include -c lwgeom_transform.c -o lwgeom_transform.o >/dev/null 2>&1 | |
/bin/bash ../libtool --mode=compile gcc -g -O2 -fPIC -DPIC -Wall -Wmissing-prototypes -I/usr/local/include -ffloat-store -c -o lwspheroid.lo lwspheroid.c | |
libtool: compile: gcc -g -O2 -fPIC -DPIC -Wall -Wmissing-prototypes -I/usr/local/include -ffloat-store -c lwspheroid.c -fPIC -DPIC -o .libs/lwspheroid.o | |
libtool: compile: gcc -g -O2 -fPIC -DPIC -Wall -Wmissing-prototypes -I/usr/local/include -ffloat-store -c lwspheroid.c -o lwspheroid.o >/dev/null 2>&1 | |
/bin/bash ../libtool --tag=CC --mode=link gcc -rpath /usr/local/lib stringbuffer.lo measures.lo measures3d.lo box2d.lo ptarray.lo lwgeom_api.lo lwgeom.lo lwpoint.lo lwline.lo lwpoly.lo lwtriangle.lo lwmpoint.lo lwmline.lo lwmpoly.lo lwcollection.lo lwcircstring.lo lwcompound.lo lwcurvepoly.lo lwmcurve.lo lwmsurface.lo lwpsurface.lo lwtin.lo lwout_wkb.lo lwin_wkb.lo lwout_wkt.lo lwin_wkt_parse.lo lwin_wkt_lex.lo lwin_wkt.lo lwutil.lo lwhomogenize.lo lwalgorithm.lo lwsegmentize.lo lwlinearreferencing.lo lwprint.lo vsprintf.lo g_box.lo g_serialized.lo g_util.lo lwgeodetic.lo lwtree.lo libtgeom.lo lwout_gml.lo lwout_kml.lo lwout_geojson.lo lwout_svg.lo lwout_x3d.lo lwgeom_debug.lo lwgeom_geos.lo lwgeom_geos_clean.lo lwgeom_geos_node.lo lwgeom_geos_split.lo lwgeom_transform.lo lwspheroid.lo -release 2.0.3 -L/usr/local/lib -lgeos_c -lproj -o liblwgeom.la | |
libtool: link: gcc -shared -fPIC -DPIC .libs/stringbuffer.o .libs/measures.o .libs/measures3d.o .libs/box2d.o .libs/ptarray.o .libs/lwgeom_api.o .libs/lwgeom.o .libs/lwpoint.o .libs/lwline.o .libs/lwpoly.o .libs/lwtriangle.o .libs/lwmpoint.o .libs/lwmline.o .libs/lwmpoly.o .libs/lwcollection.o .libs/lwcircstring.o .libs/lwcompound.o .libs/lwcurvepoly.o .libs/lwmcurve.o .libs/lwmsurface.o .libs/lwpsurface.o .libs/lwtin.o .libs/lwout_wkb.o .libs/lwin_wkb.o .libs/lwout_wkt.o .libs/lwin_wkt_parse.o .libs/lwin_wkt_lex.o .libs/lwin_wkt.o .libs/lwutil.o .libs/lwhomogenize.o .libs/lwalgorithm.o .libs/lwsegmentize.o .libs/lwlinearreferencing.o .libs/lwprint.o .libs/vsprintf.o .libs/g_box.o .libs/g_serialized.o .libs/g_util.o .libs/lwgeodetic.o .libs/lwtree.o .libs/libtgeom.o .libs/lwout_gml.o .libs/lwout_kml.o .libs/lwout_geojson.o .libs/lwout_svg.o .libs/lwout_x3d.o .libs/lwgeom_debug.o .libs/lwgeom_geos.o .libs/lwgeom_geos_clean.o .libs/lwgeom_geos_node.o .libs/lwgeom_geos_split.o .libs/lwgeom_transform.o .libs/lwspheroid.o -L/usr/local/lib /usr/local/lib/libgeos_c.so /usr/lib/libproj.so -Wl,-soname -Wl,liblwgeom-2.0.3.so -o .libs/liblwgeom-2.0.3.so | |
libtool: link: (cd ".libs" && rm -f "liblwgeom.so" && ln -s "liblwgeom-2.0.3.so" "liblwgeom.so") | |
libtool: link: ar cru .libs/liblwgeom.a stringbuffer.o measures.o measures3d.o box2d.o ptarray.o lwgeom_api.o lwgeom.o lwpoint.o lwline.o lwpoly.o lwtriangle.o lwmpoint.o lwmline.o lwmpoly.o lwcollection.o lwcircstring.o lwcompound.o lwcurvepoly.o lwmcurve.o lwmsurface.o lwpsurface.o lwtin.o lwout_wkb.o lwin_wkb.o lwout_wkt.o lwin_wkt_parse.o lwin_wkt_lex.o lwin_wkt.o lwutil.o lwhomogenize.o lwalgorithm.o lwsegmentize.o lwlinearreferencing.o lwprint.o vsprintf.o g_box.o g_serialized.o g_util.o lwgeodetic.o lwtree.o libtgeom.o lwout_gml.o lwout_kml.o lwout_geojson.o lwout_svg.o lwout_x3d.o lwgeom_debug.o lwgeom_geos.o lwgeom_geos_clean.o lwgeom_geos_node.o lwgeom_geos_split.o lwgeom_transform.o lwspheroid.o | |
libtool: link: ranlib .libs/liblwgeom.a | |
libtool: link: ( cd ".libs" && rm -f "liblwgeom.la" && ln -s "../liblwgeom.la" "liblwgeom.la" ) | |
make[1]: Leaving directory `/vagrant/archesproject/Install/postgis-2.0.3/liblwgeom' | |
---- Making all in libpgcommon | |
make[1]: Entering directory `/vagrant/archesproject/Install/postgis-2.0.3/libpgcommon' | |
gcc -g -O2 -I../liblwgeom -I/usr/include/postgresql/9.2/server -fPIC -DPIC -Wall -Wmissing-prototypes -c -o gserialized_gist.o gserialized_gist.c | |
gcc -g -O2 -I../liblwgeom -I/usr/include/postgresql/9.2/server -fPIC -DPIC -Wall -Wmissing-prototypes -c -o lwgeom_transform.o lwgeom_transform.c | |
gcc -g -O2 -I../liblwgeom -I/usr/include/postgresql/9.2/server -fPIC -DPIC -Wall -Wmissing-prototypes -c -o lwgeom_pg.o lwgeom_pg.c | |
ar rs libpgcommon.a gserialized_gist.o lwgeom_transform.o lwgeom_pg.o | |
ar: creating libpgcommon.a | |
make[1]: Leaving directory `/vagrant/archesproject/Install/postgis-2.0.3/libpgcommon' | |
---- Making all in postgis | |
make[1]: Entering directory `/vagrant/archesproject/Install/postgis-2.0.3/postgis' | |
/usr/bin/cpp -traditional-cpp -P -I../libpgcommon postgis.sql.in.c | grep -v '^#' > postgis.sql.in | |
sed 's,MODULE_PATHNAME,$libdir/postgis-2.0,g' postgis.sql.in >postgis.sql | |
/usr/bin/perl ../utils/create_undef.pl postgis.sql 92 > uninstall_postgis.sql | |
cat postgis_drop_before.sql postgis.sql postgis_drop_after.sql > postgis_upgrade_20_minor.sql.in | |
/usr/bin/perl ../utils/postgis_proc_upgrade.pl postgis_upgrade_20_minor.sql.in 2.0 > postgis_upgrade_20_minor.sql | |
/usr/bin/cpp -traditional-cpp -P -I../libpgcommon legacy.sql.in.c | grep -v '^#' > legacy.sql.in | |
sed 's,MODULE_PATHNAME,$libdir/postgis-2.0,g' legacy.sql.in >legacy.sql | |
/usr/bin/perl ../utils/create_undef.pl legacy.sql 92 > uninstall_legacy.sql | |
/usr/bin/cpp -traditional-cpp -P -I../libpgcommon legacy_minimal.sql.in.c | grep -v '^#' > legacy_minimal.sql.in | |
sed 's,MODULE_PATHNAME,$libdir/postgis-2.0,g' legacy_minimal.sql.in >legacy_minimal.sql | |
sed 's,MODULE_PATHNAME,$libdir/postgis-2.0,g' legacy_gist.sql.in >legacy_gist.sql | |
gcc -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Wformat-security -Werror=format-security -fPIC -pie -I/usr/include/mit-krb5 -DLINUX_OOM_ADJ=0 -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -g -fpic -I/usr/local/include -I/usr/include/libxml2 -I../liblwgeom -I../libpgcommon -I. -I./ -I/usr/include/postgresql/9.2/server -I/usr/include/postgresql/internal -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -I/usr/include/libxml2 -I/usr/include/tcl8.5 -c -o postgis_module.o postgis_module.c | |
gcc -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Wformat-security -Werror=format-security -fPIC -pie -I/usr/include/mit-krb5 -DLINUX_OOM_ADJ=0 -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -g -fpic -I/usr/local/include -I/usr/include/libxml2 -I../liblwgeom -I../libpgcommon -I. -I./ -I/usr/include/postgresql/9.2/server -I/usr/include/postgresql/internal -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -I/usr/include/libxml2 -I/usr/include/tcl8.5 -c -o lwgeom_accum.o lwgeom_accum.c | |
gcc -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Wformat-security -Werror=format-security -fPIC -pie -I/usr/include/mit-krb5 -DLINUX_OOM_ADJ=0 -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -g -fpic -I/usr/local/include -I/usr/include/libxml2 -I../liblwgeom -I../libpgcommon -I. -I./ -I/usr/include/postgresql/9.2/server -I/usr/include/postgresql/internal -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -I/usr/include/libxml2 -I/usr/include/tcl8.5 -c -o lwgeom_spheroid.o lwgeom_spheroid.c | |
gcc -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Wformat-security -Werror=format-security -fPIC -pie -I/usr/include/mit-krb5 -DLINUX_OOM_ADJ=0 -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -g -fpic -I/usr/local/include -I/usr/include/libxml2 -I../liblwgeom -I../libpgcommon -I. -I./ -I/usr/include/postgresql/9.2/server -I/usr/include/postgresql/internal -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -I/usr/include/libxml2 -I/usr/include/tcl8.5 -c -o lwgeom_ogc.o lwgeom_ogc.c | |
gcc -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Wformat-security -Werror=format-security -fPIC -pie -I/usr/include/mit-krb5 -DLINUX_OOM_ADJ=0 -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -g -fpic -I/usr/local/include -I/usr/include/libxml2 -I../liblwgeom -I../libpgcommon -I. -I./ -I/usr/include/postgresql/9.2/server -I/usr/include/postgresql/internal -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -I/usr/include/libxml2 -I/usr/include/tcl8.5 -c -o lwgeom_functions_analytic.o lwgeom_functions_analytic.c | |
lwgeom_functions_analytic.c: In function 'LWGEOM_line_interpolate_point': | |
lwgeom_functions_analytic.c:108:8: warning: assignment from incompatible pointer type [enabled by default] | |
lwgeom_functions_analytic.c:109:3: warning: passing argument 1 of 'lwpoint_as_lwgeom' from incompatible pointer type [enabled by default] | |
../liblwgeom/liblwgeom.h:594:16: note: expected 'const struct LWPOINT *' but argument is of type 'struct LWGEOM *' | |
lwgeom_functions_analytic.c: In function 'ptarray_grid': | |
lwgeom_functions_analytic.c:300:11: warning: variable 'opn' set but not used [-Wunused-but-set-variable] | |
lwgeom_functions_analytic.c: In function 'lwpoly_grid': | |
lwgeom_functions_analytic.c:376:9: warning: variable 'minvisiblearea' set but not used [-Wunused-but-set-variable] | |
lwgeom_functions_analytic.c: In function 'point_in_polygon': | |
lwgeom_functions_analytic.c:1180:14: warning: variable 'ring' set but not used [-Wunused-but-set-variable] | |
lwgeom_functions_analytic.c: In function 'point_in_multipolygon': | |
lwgeom_functions_analytic.c:1226:14: warning: variable 'ring' set but not used [-Wunused-but-set-variable] | |
gcc -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Wformat-security -Werror=format-security -fPIC -pie -I/usr/include/mit-krb5 -DLINUX_OOM_ADJ=0 -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -g -fpic -I/usr/local/include -I/usr/include/libxml2 -I../liblwgeom -I../libpgcommon -I. -I./ -I/usr/include/postgresql/9.2/server -I/usr/include/postgresql/internal -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -I/usr/include/libxml2 -I/usr/include/tcl8.5 -c -o lwgeom_inout.o lwgeom_inout.c | |
gcc -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Wformat-security -Werror=format-security -fPIC -pie -I/usr/include/mit-krb5 -DLINUX_OOM_ADJ=0 -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -g -fpic -I/usr/local/include -I/usr/include/libxml2 -I../liblwgeom -I../libpgcommon -I. -I./ -I/usr/include/postgresql/9.2/server -I/usr/include/postgresql/internal -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -I/usr/include/libxml2 -I/usr/include/tcl8.5 -c -o lwgeom_functions_basic.o lwgeom_functions_basic.c | |
gcc -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Wformat-security -Werror=format-security -fPIC -pie -I/usr/include/mit-krb5 -DLINUX_OOM_ADJ=0 -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -g -fpic -I/usr/local/include -I/usr/include/libxml2 -I../liblwgeom -I../libpgcommon -I. -I./ -I/usr/include/postgresql/9.2/server -I/usr/include/postgresql/internal -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -I/usr/include/libxml2 -I/usr/include/tcl8.5 -c -o lwgeom_btree.o lwgeom_btree.c | |
gcc -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Wformat-security -Werror=format-security -fPIC -pie -I/usr/include/mit-krb5 -DLINUX_OOM_ADJ=0 -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -g -fpic -I/usr/local/include -I/usr/include/libxml2 -I../liblwgeom -I../libpgcommon -I. -I./ -I/usr/include/postgresql/9.2/server -I/usr/include/postgresql/internal -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -I/usr/include/libxml2 -I/usr/include/tcl8.5 -c -o lwgeom_box.o lwgeom_box.c | |
gcc -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Wformat-security -Werror=format-security -fPIC -pie -I/usr/include/mit-krb5 -DLINUX_OOM_ADJ=0 -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -g -fpic -I/usr/local/include -I/usr/include/libxml2 -I../liblwgeom -I../libpgcommon -I. -I./ -I/usr/include/postgresql/9.2/server -I/usr/include/postgresql/internal -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -I/usr/include/libxml2 -I/usr/include/tcl8.5 -c -o lwgeom_box3d.o lwgeom_box3d.c | |
gcc -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Wformat-security -Werror=format-security -fPIC -pie -I/usr/include/mit-krb5 -DLINUX_OOM_ADJ=0 -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -g -fpic -I/usr/local/include -I/usr/include/libxml2 -I../liblwgeom -I../libpgcommon -I. -I./ -I/usr/include/postgresql/9.2/server -I/usr/include/postgresql/internal -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -I/usr/include/libxml2 -I/usr/include/tcl8.5 -c -o lwgeom_cache.o lwgeom_cache.c | |
gcc -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Wformat-security -Werror=format-security -fPIC -pie -I/usr/include/mit-krb5 -DLINUX_OOM_ADJ=0 -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -g -fpic -I/usr/local/include -I/usr/include/libxml2 -I../liblwgeom -I../libpgcommon -I. -I./ -I/usr/include/postgresql/9.2/server -I/usr/include/postgresql/internal -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -I/usr/include/libxml2 -I/usr/include/tcl8.5 -c -o lwgeom_geos.o lwgeom_geos.c | |
lwgeom_geos.c: In function 'pointonsurface': | |
lwgeom_geos.c:1534:7: warning: assignment from incompatible pointer type [enabled by default] | |
lwgeom_geos.c:1535:3: warning: passing argument 1 of 'lwpoint_as_lwgeom' from incompatible pointer type [enabled by default] | |
../liblwgeom/liblwgeom.h:594:16: note: expected 'const struct LWPOINT *' but argument is of type 'struct LWGEOM *' | |
lwgeom_geos.c: In function 'centroid': | |
lwgeom_geos.c:1593:7: warning: assignment from incompatible pointer type [enabled by default] | |
lwgeom_geos.c:1594:3: warning: passing argument 1 of 'lwpoint_as_lwgeom' from incompatible pointer type [enabled by default] | |
../liblwgeom/liblwgeom.h:594:16: note: expected 'const struct LWPOINT *' but argument is of type 'struct LWGEOM *' | |
gcc -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Wformat-security -Werror=format-security -fPIC -pie -I/usr/include/mit-krb5 -DLINUX_OOM_ADJ=0 -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -g -fpic -I/usr/local/include -I/usr/include/libxml2 -I../liblwgeom -I../libpgcommon -I. -I./ -I/usr/include/postgresql/9.2/server -I/usr/include/postgresql/internal -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -I/usr/include/libxml2 -I/usr/include/tcl8.5 -c -o lwgeom_geos_prepared.o lwgeom_geos_prepared.c | |
gcc -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Wformat-security -Werror=format-security -fPIC -pie -I/usr/include/mit-krb5 -DLINUX_OOM_ADJ=0 -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -g -fpic -I/usr/local/include -I/usr/include/libxml2 -I../liblwgeom -I../libpgcommon -I. -I./ -I/usr/include/postgresql/9.2/server -I/usr/include/postgresql/internal -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -I/usr/include/libxml2 -I/usr/include/tcl8.5 -c -o lwgeom_geos_clean.o lwgeom_geos_clean.c | |
gcc -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Wformat-security -Werror=format-security -fPIC -pie -I/usr/include/mit-krb5 -DLINUX_OOM_ADJ=0 -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -g -fpic -I/usr/local/include -I/usr/include/libxml2 -I../liblwgeom -I../libpgcommon -I. -I./ -I/usr/include/postgresql/9.2/server -I/usr/include/postgresql/internal -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -I/usr/include/libxml2 -I/usr/include/tcl8.5 -c -o lwgeom_geos_relatematch.o lwgeom_geos_relatematch.c | |
gcc -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Wformat-security -Werror=format-security -fPIC -pie -I/usr/include/mit-krb5 -DLINUX_OOM_ADJ=0 -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -g -fpic -I/usr/local/include -I/usr/include/libxml2 -I../liblwgeom -I../libpgcommon -I. -I./ -I/usr/include/postgresql/9.2/server -I/usr/include/postgresql/internal -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -I/usr/include/libxml2 -I/usr/include/tcl8.5 -c -o lwgeom_export.o lwgeom_export.c | |
lwgeom_export.c: In function 'LWGEOM_asX3D': | |
lwgeom_export.c:470:6: warning: variable 'is_dims' set but not used [-Wunused-but-set-variable] | |
lwgeom_export.c:469:6: warning: variable 'is_deegree' set but not used [-Wunused-but-set-variable] | |
gcc -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Wformat-security -Werror=format-security -fPIC -pie -I/usr/include/mit-krb5 -DLINUX_OOM_ADJ=0 -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -g -fpic -I/usr/local/include -I/usr/include/libxml2 -I../liblwgeom -I../libpgcommon -I. -I./ -I/usr/include/postgresql/9.2/server -I/usr/include/postgresql/internal -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -I/usr/include/libxml2 -I/usr/include/tcl8.5 -c -o lwgeom_in_gml.o lwgeom_in_gml.c | |
gcc -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Wformat-security -Werror=format-security -fPIC -pie -I/usr/include/mit-krb5 -DLINUX_OOM_ADJ=0 -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -g -fpic -I/usr/local/include -I/usr/include/libxml2 -I../liblwgeom -I../libpgcommon -I. -I./ -I/usr/include/postgresql/9.2/server -I/usr/include/postgresql/internal -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -I/usr/include/libxml2 -I/usr/include/tcl8.5 -c -o lwgeom_in_kml.o lwgeom_in_kml.c | |
lwgeom_in_kml.c: In function 'geom_from_kml': | |
lwgeom_in_kml.c:80:9: warning: operation on 'xmldoc' may be undefined [-Wsequence-point] | |
gcc -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Wformat-security -Werror=format-security -fPIC -pie -I/usr/include/mit-krb5 -DLINUX_OOM_ADJ=0 -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -g -fpic -I/usr/local/include -I/usr/include/libxml2 -I../liblwgeom -I../libpgcommon -I. -I./ -I/usr/include/postgresql/9.2/server -I/usr/include/postgresql/internal -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -I/usr/include/libxml2 -I/usr/include/tcl8.5 -c -o lwgeom_in_geojson.o lwgeom_in_geojson.c | |
lwgeom_in_geojson.c:477:7: warning: no previous prototype for 'postgis_libjson_version' [-Wmissing-prototypes] | |
lwgeom_in_geojson.c: In function 'geom_from_geojson': | |
lwgeom_in_geojson.c:499:6: warning: variable 'geojson_size' set but not used [-Wunused-but-set-variable] | |
gcc -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Wformat-security -Werror=format-security -fPIC -pie -I/usr/include/mit-krb5 -DLINUX_OOM_ADJ=0 -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -g -fpic -I/usr/local/include -I/usr/include/libxml2 -I../liblwgeom -I../libpgcommon -I. -I./ -I/usr/include/postgresql/9.2/server -I/usr/include/postgresql/internal -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -I/usr/include/libxml2 -I/usr/include/tcl8.5 -c -o lwgeom_triggers.o lwgeom_triggers.c | |
gcc -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Wformat-security -Werror=format-security -fPIC -pie -I/usr/include/mit-krb5 -DLINUX_OOM_ADJ=0 -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -g -fpic -I/usr/local/include -I/usr/include/libxml2 -I../liblwgeom -I../libpgcommon -I. -I./ -I/usr/include/postgresql/9.2/server -I/usr/include/postgresql/internal -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -I/usr/include/libxml2 -I/usr/include/tcl8.5 -c -o lwgeom_dump.o lwgeom_dump.c | |
gcc -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Wformat-security -Werror=format-security -fPIC -pie -I/usr/include/mit-krb5 -DLINUX_OOM_ADJ=0 -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -g -fpic -I/usr/local/include -I/usr/include/libxml2 -I../liblwgeom -I../libpgcommon -I. -I./ -I/usr/include/postgresql/9.2/server -I/usr/include/postgresql/internal -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -I/usr/include/libxml2 -I/usr/include/tcl8.5 -c -o lwgeom_functions_lrs.o lwgeom_functions_lrs.c | |
gcc -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Wformat-security -Werror=format-security -fPIC -pie -I/usr/include/mit-krb5 -DLINUX_OOM_ADJ=0 -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -g -fpic -I/usr/local/include -I/usr/include/libxml2 -I../liblwgeom -I../libpgcommon -I. -I./ -I/usr/include/postgresql/9.2/server -I/usr/include/postgresql/internal -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -I/usr/include/libxml2 -I/usr/include/tcl8.5 -c -o long_xact.o long_xact.c | |
gcc -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Wformat-security -Werror=format-security -fPIC -pie -I/usr/include/mit-krb5 -DLINUX_OOM_ADJ=0 -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -g -fpic -I/usr/local/include -I/usr/include/libxml2 -I../liblwgeom -I../libpgcommon -I. -I./ -I/usr/include/postgresql/9.2/server -I/usr/include/postgresql/internal -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -I/usr/include/libxml2 -I/usr/include/tcl8.5 -c -o lwgeom_sqlmm.o lwgeom_sqlmm.c | |
gcc -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Wformat-security -Werror=format-security -fPIC -pie -I/usr/include/mit-krb5 -DLINUX_OOM_ADJ=0 -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -g -fpic -I/usr/local/include -I/usr/include/libxml2 -I../liblwgeom -I../libpgcommon -I. -I./ -I/usr/include/postgresql/9.2/server -I/usr/include/postgresql/internal -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -I/usr/include/libxml2 -I/usr/include/tcl8.5 -c -o lwgeom_rtree.o lwgeom_rtree.c | |
gcc -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Wformat-security -Werror=format-security -fPIC -pie -I/usr/include/mit-krb5 -DLINUX_OOM_ADJ=0 -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -g -fpic -I/usr/local/include -I/usr/include/libxml2 -I../liblwgeom -I../libpgcommon -I. -I./ -I/usr/include/postgresql/9.2/server -I/usr/include/postgresql/internal -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -I/usr/include/libxml2 -I/usr/include/tcl8.5 -c -o lwgeom_transform.o lwgeom_transform.c | |
gcc -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Wformat-security -Werror=format-security -fPIC -pie -I/usr/include/mit-krb5 -DLINUX_OOM_ADJ=0 -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -g -fpic -I/usr/local/include -I/usr/include/libxml2 -I../liblwgeom -I../libpgcommon -I. -I./ -I/usr/include/postgresql/9.2/server -I/usr/include/postgresql/internal -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -I/usr/include/libxml2 -I/usr/include/tcl8.5 -c -o gserialized_typmod.o gserialized_typmod.c | |
gcc -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Wformat-security -Werror=format-security -fPIC -pie -I/usr/include/mit-krb5 -DLINUX_OOM_ADJ=0 -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -g -fpic -I/usr/local/include -I/usr/include/libxml2 -I../liblwgeom -I../libpgcommon -I. -I./ -I/usr/include/postgresql/9.2/server -I/usr/include/postgresql/internal -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -I/usr/include/libxml2 -I/usr/include/tcl8.5 -c -o gserialized_gist_2d.o gserialized_gist_2d.c | |
gcc -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Wformat-security -Werror=format-security -fPIC -pie -I/usr/include/mit-krb5 -DLINUX_OOM_ADJ=0 -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -g -fpic -I/usr/local/include -I/usr/include/libxml2 -I../liblwgeom -I../libpgcommon -I. -I./ -I/usr/include/postgresql/9.2/server -I/usr/include/postgresql/internal -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -I/usr/include/libxml2 -I/usr/include/tcl8.5 -c -o gserialized_gist_nd.o gserialized_gist_nd.c | |
gserialized_gist_nd.c: In function 'gserialized_gist_compress': | |
gserialized_gist_nd.c:588:17: warning: array subscript is above array bounds [-Warray-bounds] | |
gcc -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Wformat-security -Werror=format-security -fPIC -pie -I/usr/include/mit-krb5 -DLINUX_OOM_ADJ=0 -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -g -fpic -I/usr/local/include -I/usr/include/libxml2 -I../liblwgeom -I../libpgcommon -I. -I./ -I/usr/include/postgresql/9.2/server -I/usr/include/postgresql/internal -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -I/usr/include/libxml2 -I/usr/include/tcl8.5 -c -o geography_inout.o geography_inout.c | |
gcc -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Wformat-security -Werror=format-security -fPIC -pie -I/usr/include/mit-krb5 -DLINUX_OOM_ADJ=0 -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -g -fpic -I/usr/local/include -I/usr/include/libxml2 -I../liblwgeom -I../libpgcommon -I. -I./ -I/usr/include/postgresql/9.2/server -I/usr/include/postgresql/internal -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -I/usr/include/libxml2 -I/usr/include/tcl8.5 -c -o geography_btree.o geography_btree.c | |
geography_btree.c: In function 'geography_lt': | |
geography_btree.c:38:33: warning: array subscript is above array bounds [-Warray-bounds] | |
geography_btree.c:39:9: warning: array subscript is above array bounds [-Warray-bounds] | |
geography_btree.c:39:33: warning: array subscript is above array bounds [-Warray-bounds] | |
geography_btree.c:40:9: warning: array subscript is above array bounds [-Warray-bounds] | |
geography_btree.c:40:33: warning: array subscript is above array bounds [-Warray-bounds] | |
geography_btree.c:38:33: warning: array subscript is above array bounds [-Warray-bounds] | |
geography_btree.c:39:9: warning: array subscript is above array bounds [-Warray-bounds] | |
geography_btree.c:39:33: warning: array subscript is above array bounds [-Warray-bounds] | |
geography_btree.c:40:9: warning: array subscript is above array bounds [-Warray-bounds] | |
geography_btree.c:40:33: warning: array subscript is above array bounds [-Warray-bounds] | |
geography_btree.c: In function 'geography_le': | |
geography_btree.c:38:33: warning: array subscript is above array bounds [-Warray-bounds] | |
geography_btree.c:39:9: warning: array subscript is above array bounds [-Warray-bounds] | |
geography_btree.c:39:33: warning: array subscript is above array bounds [-Warray-bounds] | |
geography_btree.c:40:9: warning: array subscript is above array bounds [-Warray-bounds] | |
geography_btree.c:40:33: warning: array subscript is above array bounds [-Warray-bounds] | |
geography_btree.c:38:33: warning: array subscript is above array bounds [-Warray-bounds] | |
geography_btree.c:39:9: warning: array subscript is above array bounds [-Warray-bounds] | |
geography_btree.c:39:33: warning: array subscript is above array bounds [-Warray-bounds] | |
geography_btree.c:40:9: warning: array subscript is above array bounds [-Warray-bounds] | |
geography_btree.c:40:33: warning: array subscript is above array bounds [-Warray-bounds] | |
geography_btree.c: In function 'geography_gt': | |
geography_btree.c:38:33: warning: array subscript is above array bounds [-Warray-bounds] | |
geography_btree.c:39:9: warning: array subscript is above array bounds [-Warray-bounds] | |
geography_btree.c:39:33: warning: array subscript is above array bounds [-Warray-bounds] | |
geography_btree.c:40:9: warning: array subscript is above array bounds [-Warray-bounds] | |
geography_btree.c:40:33: warning: array subscript is above array bounds [-Warray-bounds] | |
geography_btree.c:38:33: warning: array subscript is above array bounds [-Warray-bounds] | |
geography_btree.c:39:9: warning: array subscript is above array bounds [-Warray-bounds] | |
geography_btree.c:39:33: warning: array subscript is above array bounds [-Warray-bounds] | |
geography_btree.c:40:9: warning: array subscript is above array bounds [-Warray-bounds] | |
geography_btree.c:40:33: warning: array subscript is above array bounds [-Warray-bounds] | |
geography_btree.c: In function 'geography_ge': | |
geography_btree.c:38:33: warning: array subscript is above array bounds [-Warray-bounds] | |
geography_btree.c:39:9: warning: array subscript is above array bounds [-Warray-bounds] | |
geography_btree.c:39:33: warning: array subscript is above array bounds [-Warray-bounds] | |
geography_btree.c:40:9: warning: array subscript is above array bounds [-Warray-bounds] | |
geography_btree.c:40:33: warning: array subscript is above array bounds [-Warray-bounds] | |
geography_btree.c:38:33: warning: array subscript is above array bounds [-Warray-bounds] | |
geography_btree.c:39:9: warning: array subscript is above array bounds [-Warray-bounds] | |
geography_btree.c:39:33: warning: array subscript is above array bounds [-Warray-bounds] | |
geography_btree.c:40:9: warning: array subscript is above array bounds [-Warray-bounds] | |
geography_btree.c:40:33: warning: array subscript is above array bounds [-Warray-bounds] | |
geography_btree.c: In function 'geography_eq': | |
geography_btree.c:38:33: warning: array subscript is above array bounds [-Warray-bounds] | |
geography_btree.c:39:9: warning: array subscript is above array bounds [-Warray-bounds] | |
geography_btree.c:39:33: warning: array subscript is above array bounds [-Warray-bounds] | |
geography_btree.c:40:9: warning: array subscript is above array bounds [-Warray-bounds] | |
geography_btree.c:40:33: warning: array subscript is above array bounds [-Warray-bounds] | |
geography_btree.c:38:33: warning: array subscript is above array bounds [-Warray-bounds] | |
geography_btree.c:39:9: warning: array subscript is above array bounds [-Warray-bounds] | |
geography_btree.c:39:33: warning: array subscript is above array bounds [-Warray-bounds] | |
geography_btree.c:40:9: warning: array subscript is above array bounds [-Warray-bounds] | |
geography_btree.c:40:33: warning: array subscript is above array bounds [-Warray-bounds] | |
geography_btree.c: In function 'geography_cmp': | |
geography_btree.c:38:33: warning: array subscript is above array bounds [-Warray-bounds] | |
geography_btree.c:39:9: warning: array subscript is above array bounds [-Warray-bounds] | |
geography_btree.c:39:33: warning: array subscript is above array bounds [-Warray-bounds] | |
geography_btree.c:40:9: warning: array subscript is above array bounds [-Warray-bounds] | |
geography_btree.c:40:33: warning: array subscript is above array bounds [-Warray-bounds] | |
geography_btree.c:38:33: warning: array subscript is above array bounds [-Warray-bounds] | |
geography_btree.c:39:9: warning: array subscript is above array bounds [-Warray-bounds] | |
geography_btree.c:39:33: warning: array subscript is above array bounds [-Warray-bounds] | |
geography_btree.c:40:9: warning: array subscript is above array bounds [-Warray-bounds] | |
geography_btree.c:40:33: warning: array subscript is above array bounds [-Warray-bounds] | |
gcc -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Wformat-security -Werror=format-security -fPIC -pie -I/usr/include/mit-krb5 -DLINUX_OOM_ADJ=0 -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -g -fpic -I/usr/local/include -I/usr/include/libxml2 -I../liblwgeom -I../libpgcommon -I. -I./ -I/usr/include/postgresql/9.2/server -I/usr/include/postgresql/internal -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -I/usr/include/libxml2 -I/usr/include/tcl8.5 -c -o geography_estimate.o geography_estimate.c | |
gcc -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Wformat-security -Werror=format-security -fPIC -pie -I/usr/include/mit-krb5 -DLINUX_OOM_ADJ=0 -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -g -fpic -I/usr/local/include -I/usr/include/libxml2 -I../liblwgeom -I../libpgcommon -I. -I./ -I/usr/include/postgresql/9.2/server -I/usr/include/postgresql/internal -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -I/usr/include/libxml2 -I/usr/include/tcl8.5 -c -o geography_measurement.o geography_measurement.c | |
geography_measurement.c: In function 'geography_distance': | |
geography_measurement.c:53:9: warning: variable 'tolerance' set but not used [-Wunused-but-set-variable] | |
geography_measurement.c: In function 'geography_bestsrid': | |
geography_measurement.c:502:13: warning: variable 'type2' set but not used [-Wunused-but-set-variable] | |
geography_measurement.c:502:6: warning: variable 'type1' set but not used [-Wunused-but-set-variable] | |
gcc -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Wformat-security -Werror=format-security -fPIC -pie -I/usr/include/mit-krb5 -DLINUX_OOM_ADJ=0 -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -g -fpic -I/usr/local/include -I/usr/include/libxml2 -I../liblwgeom -I../libpgcommon -I. -I./ -I/usr/include/postgresql/9.2/server -I/usr/include/postgresql/internal -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -I/usr/include/libxml2 -I/usr/include/tcl8.5 -c -o geometry_estimate.o geometry_estimate.c | |
geometry_estimate.c: In function 'estimate_selectivity': | |
geometry_estimate.c:401:20: warning: variable 'box_area' set but not used [-Wunused-but-set-variable] | |
geometry_estimate.c: In function 'compute_geometry_stats': | |
geometry_estimate.c:799:9: warning: variable 'cell_area' set but not used [-Wunused-but-set-variable] | |
gcc -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Wformat-security -Werror=format-security -fPIC -pie -I/usr/include/mit-krb5 -DLINUX_OOM_ADJ=0 -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -g -fpic -shared -o postgis-2.0.so postgis_module.o lwgeom_accum.o lwgeom_spheroid.o lwgeom_ogc.o lwgeom_functions_analytic.o lwgeom_inout.o lwgeom_functions_basic.o lwgeom_btree.o lwgeom_box.o lwgeom_box3d.o lwgeom_cache.o lwgeom_geos.o lwgeom_geos_prepared.o lwgeom_geos_clean.o lwgeom_geos_relatematch.o lwgeom_export.o lwgeom_in_gml.o lwgeom_in_kml.o lwgeom_in_geojson.o lwgeom_triggers.o lwgeom_dump.o lwgeom_functions_lrs.o long_xact.o lwgeom_sqlmm.o lwgeom_rtree.o lwgeom_transform.o gserialized_typmod.o gserialized_gist_2d.o gserialized_gist_nd.o geography_inout.o geography_btree.o geography_estimate.o geography_measurement.o geometry_estimate.o -L/usr/lib -Wl,-Bsymbolic-functions -Wl,-z,relro -Wl,-z,now -Wl,--as-needed -L/usr/lib/mit-krb5 -L/usr/lib/i386-linux-gnu/mit-krb5 -L/usr/lib/i386-linux-gnu -Wl,--as-needed ../liblwgeom/.libs/liblwgeom.a ../libpgcommon/libpgcommon.a -L/usr/local/lib -lgeos_c -lproj -ljson -L/usr/lib -lxml2 | |
make[1]: Leaving directory `/vagrant/archesproject/Install/postgis-2.0.3/postgis' | |
---- Making all in regress | |
make[1]: Entering directory `/vagrant/archesproject/Install/postgis-2.0.3/regress' | |
make[1]: Nothing to be done for `all'. | |
make[1]: Leaving directory `/vagrant/archesproject/Install/postgis-2.0.3/regress' | |
---- Making all in raster | |
make[1]: Entering directory `/vagrant/archesproject/Install/postgis-2.0.3/raster' | |
make -C rt_core | |
make[2]: Entering directory `/vagrant/archesproject/Install/postgis-2.0.3/raster/rt_core' | |
gcc -g -O2 -fPIC -DPIC -Wall -Wmissing-prototypes -I../../liblwgeom -I/usr/include/gdal -I/usr/local/include -c -o rt_api.o rt_api.c | |
rt_api.c: In function 'rt_band_get_histogram': | |
rt_api.c:2712:6: warning: variable 'user_minmax' set but not used [-Wunused-but-set-variable] | |
ar rs librtcore.a rt_api.o | |
ar: creating librtcore.a | |
make[2]: Leaving directory `/vagrant/archesproject/Install/postgis-2.0.3/raster/rt_core' | |
make -C rt_pg | |
make[2]: Entering directory `/vagrant/archesproject/Install/postgis-2.0.3/raster/rt_pg' | |
/usr/bin/cpp -traditional-cpp -P -I../../postgis/ -I../../ rtpostgis.sql.in.c | grep -v '^#' > rtpostgis.sql.in | |
sed 's,MODULE_PATHNAME,$libdir/rtpostgis-2.0,g' rtpostgis.sql.in >rtpostgis.sql | |
/usr/bin/cpp -traditional-cpp -P -I../../postgis/ -I../../ rtpostgis_drop.sql.in.c | grep -v '^#' > rtpostgis_drop.sql.in | |
sed 's,MODULE_PATHNAME,$libdir/rtpostgis-2.0,g' rtpostgis_drop.sql.in >rtpostgis_drop.sql | |
/usr/bin/cpp -traditional-cpp -P -I../../postgis/ -I../../ rtpostgis_upgrade_cleanup.sql.in.c | grep -v '^#' > rtpostgis_upgrade_cleanup.sql.in | |
sed 's,MODULE_PATHNAME,$libdir/rtpostgis-2.0,g' rtpostgis_upgrade_cleanup.sql.in >rtpostgis_upgrade_cleanup.sql | |
/usr/bin/perl -0777 -ne 's/^(CREATE|ALTER) (CAST|OPERATOR|TYPE|TABLE|SCHEMA|DOMAIN|TRIGGER).*?;//msg;print;' rtpostgis.sql > rtpostgis_upgrade.sql | |
cat rtpostgis_drop.sql rtpostgis_upgrade_cleanup.sql rtpostgis_upgrade.sql > rtpostgis_upgrade_20_minor.sql | |
/usr/bin/perl ../../utils/create_undef.pl rtpostgis.sql 92 > uninstall_rtpostgis.sql | |
/usr/bin/cpp -traditional-cpp -P -I../../postgis/ -I../../ rtpostgis_legacy.sql.in.c | grep -v '^#' > rtpostgis_legacy.sql.in | |
sed 's,MODULE_PATHNAME,$libdir/rtpostgis-2.0,g' rtpostgis_legacy.sql.in >rtpostgis_legacy.sql | |
gcc -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Wformat-security -Werror=format-security -fPIC -pie -I/usr/include/mit-krb5 -DLINUX_OOM_ADJ=0 -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -g -fpic -I/usr/local/include -I/usr/include/libxml2 "-I../../liblwgeom" -I/usr/include/gdal "-I../../libpgcommon" -I../rt_core -I. -I./ -I/usr/include/postgresql/9.2/server -I/usr/include/postgresql/internal -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -I/usr/include/libxml2 -I/usr/include/tcl8.5 -c -o rt_pg.o rt_pg.c | |
rt_pg.c: In function 'rt_pg_error': | |
rt_pg.c:10398:5: warning: function might be possible candidate for 'gnu_printf' format attribute [-Wmissing-format-attribute] | |
rt_pg.c:10398:5: warning: function might be possible candidate for 'gnu_printf' format attribute [-Wmissing-format-attribute] | |
gcc -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Wformat-security -Werror=format-security -fPIC -pie -I/usr/include/mit-krb5 -DLINUX_OOM_ADJ=0 -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -g -fpic -shared -o rtpostgis-2.0.so rt_pg.o -L/usr/lib -Wl,-Bsymbolic-functions -Wl,-z,relro -Wl,-z,now -Wl,--as-needed -L/usr/lib/mit-krb5 -L/usr/lib/i386-linux-gnu/mit-krb5 -L/usr/lib/i386-linux-gnu -Wl,--as-needed ../rt_core/librtcore.a ../../liblwgeom/.libs/liblwgeom.a ../../libpgcommon/libpgcommon.a -L/usr/lib -lgdal -L/usr/local/lib -lgeos_c -lproj -ljson -L/usr/lib -lxml2 | |
make[2]: Leaving directory `/vagrant/archesproject/Install/postgis-2.0.3/raster/rt_pg' | |
make -C loader | |
make[2]: Entering directory `/vagrant/archesproject/Install/postgis-2.0.3/raster/loader' | |
gcc -g -O2 -fPIC -DPIC -Wall -Wmissing-prototypes -I../rt_core -I../../liblwgeom -I/usr/include/postgresql -I/usr/include/gdal -I/usr/local/include -c raster2pgsql.c | |
/bin/bash ../../libtool --mode=link gcc -g -O2 -fPIC -DPIC -Wall -Wmissing-prototypes -I../rt_core -I../../liblwgeom -I/usr/include/postgresql -I/usr/include/gdal -I/usr/local/include raster2pgsql.o ../rt_core/librtcore.a ../rt_core/librtcore.a ../../liblwgeom/liblwgeom.la -L/usr/lib -lpq -L/usr/lib -lgdal -L/usr/local/lib -lgeos_c -lc -lm -o raster2pgsql | |
libtool: link: gcc -g -O2 -fPIC -DPIC -Wall -Wmissing-prototypes -I../rt_core -I../../liblwgeom -I/usr/include/postgresql -I/usr/include/gdal -I/usr/local/include raster2pgsql.o -o .libs/raster2pgsql ../rt_core/librtcore.a ../../liblwgeom/.libs/liblwgeom.so -L/usr/lib -lpq -lgdal -L/usr/local/lib /usr/local/lib/libgeos_c.so -lc -lm | |
make[2]: Leaving directory `/vagrant/archesproject/Install/postgis-2.0.3/raster/loader' | |
make -C rt_pg rtpostgis.sql | |
make[2]: Entering directory `/vagrant/archesproject/Install/postgis-2.0.3/raster/rt_pg' | |
make[2]: `rtpostgis.sql' is up to date. | |
make[2]: Leaving directory `/vagrant/archesproject/Install/postgis-2.0.3/raster/rt_pg' | |
make[1]: Leaving directory `/vagrant/archesproject/Install/postgis-2.0.3/raster' | |
---- Making all in topology | |
make[1]: Entering directory `/vagrant/archesproject/Install/postgis-2.0.3/topology' | |
/usr/bin/cpp -traditional-cpp -P topology.sql.in.c | grep -v '^#' > topology.sql.in | |
sed 's,MODULE_PATHNAME,$libdir/topology,g' topology.sql.in >topology.sql | |
/usr/bin/cpp -traditional-cpp -P topology_drop_before.sql.in.c | grep -v '^#' > topology_drop_before.sql.in | |
sed 's,MODULE_PATHNAME,$libdir/topology_drop_before,g' topology_drop_before.sql.in >topology_drop_before.sql | |
/usr/bin/perl -0777 -ne 's/^(CREATE|ALTER) (CAST|OPERATOR|TYPE|TABLE|SCHEMA|DOMAIN|TRIGGER).*?;//msg;print;' topology.sql > topology_upgrade.sql | |
/usr/bin/cpp -traditional-cpp -P topology_drop_after.sql.in.c | grep -v '^#' > topology_drop_after.sql.in | |
sed 's,MODULE_PATHNAME,$libdir/topology_drop_after,g' topology_drop_after.sql.in >topology_drop_after.sql | |
cat topology_drop_before.sql topology_upgrade.sql topology_drop_after.sql > topology_upgrade_20_minor.sql | |
/usr/bin/perl ../utils/create_undef.pl topology.sql 92 > uninstall_topology.sql | |
rm topology_drop_after.sql.in topology_drop_before.sql.in | |
make[1]: Leaving directory `/vagrant/archesproject/Install/postgis-2.0.3/topology' | |
---- Making all in loader | |
make[1]: Entering directory `/vagrant/archesproject/Install/postgis-2.0.3/loader' | |
gcc -g -O2 -fPIC -DPIC -Wall -Wmissing-prototypes -I. -I./ -I/usr/include/postgresql/9.2/server -I/usr/include/postgresql/internal -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -I/usr/include/libxml2 -I/usr/include/tcl8.5 -c -o shpopen.o shpopen.c | |
gcc -g -O2 -fPIC -DPIC -Wall -Wmissing-prototypes -I. -I./ -I/usr/include/postgresql/9.2/server -I/usr/include/postgresql/internal -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -I/usr/include/libxml2 -I/usr/include/tcl8.5 -c -o dbfopen.o dbfopen.c | |
gcc -g -O2 -fPIC -DPIC -Wall -Wmissing-prototypes -I. -I./ -I/usr/include/postgresql/9.2/server -I/usr/include/postgresql/internal -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -I/usr/include/libxml2 -I/usr/include/tcl8.5 -c -o getopt.o getopt.c | |
getopt.c: In function 'pgis_getopt': | |
getopt.c:71:3: warning: ignoring return value of 'write', declared with attribute warn_unused_result [-Wunused-result] | |
getopt.c:71:3: warning: ignoring return value of 'write', declared with attribute warn_unused_result [-Wunused-result] | |
getopt.c:71:3: warning: ignoring return value of 'write', declared with attribute warn_unused_result [-Wunused-result] | |
getopt.c:85:4: warning: ignoring return value of 'write', declared with attribute warn_unused_result [-Wunused-result] | |
getopt.c:85:4: warning: ignoring return value of 'write', declared with attribute warn_unused_result [-Wunused-result] | |
getopt.c:85:4: warning: ignoring return value of 'write', declared with attribute warn_unused_result [-Wunused-result] | |
gcc -g -O2 -fPIC -DPIC -Wall -Wmissing-prototypes -I. -I./ -I/usr/include/postgresql/9.2/server -I/usr/include/postgresql/internal -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -I/usr/include/libxml2 -I/usr/include/tcl8.5 -c -o shpcommon.o shpcommon.c | |
gcc -g -O2 -fPIC -DPIC -Wall -Wmissing-prototypes -I. -I./ -I/usr/include/postgresql/9.2/server -I/usr/include/postgresql/internal -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -I/usr/include/libxml2 -I/usr/include/tcl8.5 -c -o safileio.o safileio.c | |
gcc -g -O2 -fPIC -DPIC -Wall -Wmissing-prototypes -c shp2pgsql-core.c | |
gcc -g -O2 -fPIC -DPIC -Wall -Wmissing-prototypes -I. -I./ -I/usr/include/postgresql/9.2/server -I/usr/include/postgresql/internal -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -I/usr/include/libxml2 -I/usr/include/tcl8.5 -c -o shp2pgsql-cli.o shp2pgsql-cli.c | |
/bin/bash ../libtool --mode=link \ | |
gcc -g -O2 -fPIC -DPIC -Wall -Wmissing-prototypes shpopen.o dbfopen.o getopt.o shpcommon.o safileio.o shp2pgsql-core.o shp2pgsql-cli.o ../liblwgeom/liblwgeom.la -o shp2pgsql -lc | |
libtool: link: gcc -g -O2 -fPIC -DPIC -Wall -Wmissing-prototypes shpopen.o dbfopen.o getopt.o shpcommon.o safileio.o shp2pgsql-core.o shp2pgsql-cli.o -o .libs/shp2pgsql ../liblwgeom/.libs/liblwgeom.so -lc | |
gcc -g -O2 -fPIC -DPIC -Wall -Wmissing-prototypes -I/usr/include/postgresql -c pgsql2shp-core.c | |
pgsql2shp-core.c: In function 'projFileCreate': | |
pgsql2shp-core.c:710:9: warning: variable 'result' set but not used [-Wunused-but-set-variable] | |
gcc -g -O2 -fPIC -DPIC -Wall -Wmissing-prototypes -I/usr/include/postgresql -c pgsql2shp-cli.c | |
/bin/bash ../libtool --mode=link \ | |
gcc -g -O2 -fPIC -DPIC -Wall -Wmissing-prototypes shpopen.o dbfopen.o getopt.o shpcommon.o safileio.o pgsql2shp-core.o pgsql2shp-cli.o ../liblwgeom/liblwgeom.la -lc -L/usr/lib -lpq -o pgsql2shp | |
libtool: link: gcc -g -O2 -fPIC -DPIC -Wall -Wmissing-prototypes shpopen.o dbfopen.o getopt.o shpcommon.o safileio.o pgsql2shp-core.o pgsql2shp-cli.o -o .libs/pgsql2shp ../liblwgeom/.libs/liblwgeom.so -lc -L/usr/lib -lpq | |
make[1]: Leaving directory `/vagrant/archesproject/Install/postgis-2.0.3/loader' | |
---- Making all in utils | |
make[1]: Entering directory `/vagrant/archesproject/Install/postgis-2.0.3/utils' | |
Makefile:54: warning: overriding commands for target `uninstall' | |
/usr/lib/postgresql/9.2/lib/pgxs/src/makefiles/pgxs.mk:199: warning: ignoring old commands for target `uninstall' | |
Makefile:60: warning: overriding commands for target `clean' | |
/usr/lib/postgresql/9.2/lib/pgxs/src/makefiles/pgxs.mk:230: warning: ignoring old commands for target `clean' | |
sed 's,@SRID_MAXIMUM@,999999,g;s,@SRID_USER_MAXIMUM@,998999,' postgis_restore.pl.in >postgis_restore.pl | |
chmod +x postgis_restore.pl create_undef.pl svn_repo_revision.pl postgis_proc_upgrade.pl profile_intersects.pl test_estimation.pl test_joinestimation.pl | |
make[1]: Leaving directory `/vagrant/archesproject/Install/postgis-2.0.3/utils' | |
---- Making all in extensions | |
make[1]: Entering directory `/vagrant/archesproject/Install/postgis-2.0.3/extensions' | |
for DIR in postgis postgis_topology; do \ | |
echo "---- Making all in ${DIR}"; \ | |
make -C "${DIR}" all; \ | |
done | |
---- Making all in postgis | |
make[2]: Entering directory `/vagrant/archesproject/Install/postgis-2.0.3/extensions/postgis' | |
sed -e 's/BEGIN;//g' -e 's/COMMIT;//g' ../../postgis/postgis.sql > sql_bits/postgis.sql | |
cp ../../doc/postgis_comments.sql sql_bits/postgis_comments.sql | |
sed -e 's/BEGIN;//g' -e 's/COMMIT;//g' ../../raster/rt_pg/rtpostgis.sql > sql_bits/rtpostgis.sql | |
cp ../../doc/raster_comments.sql sql_bits/raster_comments.sql | |
sed -e 's/BEGIN;//g' -e 's/COMMIT;//g' ../../spatial_ref_sys.sql > sql_bits/spatial_ref_sys.sql | |
mkdir -p sql | |
cat sql_bits/postgis.sql sql_bits/postgis_comments.sql sql_bits/rtpostgis.sql sql_bits/mark_editable_objects.sql.in sql_bits/raster_comments.sql sql_bits/spatial_ref_sys.sql > sql/postgis.sql | |
mkdir -p sql | |
cp sql/postgis.sql sql/postgis--2.0.3.sql | |
mkdir -p sql | |
cp sql_bits/postgis--unpackaged.sql.in sql/postgis--unpackaged--2.0.3.sql | |
sed -e 's/BEGIN;//g' -e 's/COMMIT;//g' \ | |
-e '/^\(DROP\|CREATE\) \(CAST\).*;/d' \ | |
-e '/^\(DROP\|CREATE\) \(CAST\)/,/\;/d' \ | |
-e 's/DROP FUNCTION postgis_major_version_check();/ALTER EXTENSION postgis DROP FUNCTION postgis_major_version_check();DROP FUNCTION postgis_major_version_check();/g' \ | |
../../postgis/postgis_upgrade_20_minor.sql > sql_bits/postgis_upgrade_minor.sql | |
sed -e 's/BEGIN;//g' -e 's/COMMIT;//g' \ | |
-e 's/DROP FUNCTION _rename_raster_tables();/ALTER EXTENSION postgis DROP FUNCTION _rename_raster_tables();DROP FUNCTION _rename_raster_tables();/g' \ | |
-e 's/DROP FUNCTION _drop_st_samealignment();/ALTER EXTENSION postgis DROP FUNCTION _drop_st_samealignment();DROP FUNCTION _drop_st_samealignment();/g' \ | |
-e 's/DROP CAST\(.*\)/SELECT postgis_extension_drop_if_exists('\''postgis'\'', '\''DROP CAST \1'\'');DROP CAST \1/' \ | |
../../raster/rt_pg/rtpostgis_upgrade_20_minor.sql > sql_bits/rtpostgis_upgrade_20_minor.sql | |
cat ../postgis_extension_helper.sql sql_bits/remove_from_extension.sql.in ../../postgis/postgis_drop_before.sql sql_bits/postgis_upgrade_minor.sql sql_bits/rtpostgis_upgrade_20_minor.sql sql_bits/mark_editable_objects.sql.in ../../doc/raster_comments.sql ../../doc/postgis_comments.sql ../postgis_extension_helper_uninstall.sql > sql_bits/postgis_raster_upgrade_minor.sql | |
for OLD_VERSION in 2.0.0alpha1 2.0.0alpha2 2.0.0alpha3 2.0.0alpha4 2.0.0alpha5 2.0.0alpha6 2.0.0beta1 2.0.0beta2 2.0.0beta3 2.0.0beta4 2.0.0rc1 2.0.0rc2 2.0.0 2.0.1 2.0.2; do \ | |
cat sql_bits/postgis_raster_upgrade_minor.sql > sql/postgis--$OLD_VERSION--2.0.3.sql; \ | |
done | |
make[2]: Leaving directory `/vagrant/archesproject/Install/postgis-2.0.3/extensions/postgis' | |
---- Making all in postgis_topology | |
make[2]: Entering directory `/vagrant/archesproject/Install/postgis-2.0.3/extensions/postgis_topology' | |
sed -e 's/BEGIN;//g' -e 's/COMMIT;//g' -e '/^CREATE SCHEMA/d;' ../../topology/topology.sql > sql_bits/topology.sql | |
cp ../../doc/topology_comments.sql sql_bits/topology_comments.sql | |
mkdir -p sql | |
cat sql_bits/topology.sql sql_bits/mark_editable_objects.sql.in sql_bits/topology_comments.sql > sql/postgis_topology.sql | |
mkdir -p sql | |
cp sql/postgis_topology.sql sql/postgis_topology--2.0.3.sql | |
mkdir -p sql | |
cp sql_bits/topology--unpackaged.sql.in sql/postgis_topology--unpackaged--2.0.3.sql | |
sed -e 's/BEGIN;//g' -e 's/COMMIT;//g' -e '/^CREATE SCHEMA/d;' ../../topology/topology_upgrade_20_minor.sql > sql/topology_upgrade_minor.sql | |
for OLD_VERSION in 2.0.0alpha1 2.0.0alpha2 2.0.0alpha3 2.0.0alpha4 2.0.0alpha5 2.0.0alpha6 2.0.0beta1 2.0.0beta2 2.0.0beta3 2.0.0beta4 2.0.0rc1 2.0.0rc2 2.0.0 2.0.1 2.0.2; do \ | |
cat ../postgis_extension_helper.sql sql_bits/remove_from_extension.sql.in sql/topology_upgrade_minor.sql sql_bits/mark_editable_objects.sql.in sql_bits/topology_comments.sql ../postgis_extension_helper_uninstall.sql > sql/postgis_topology--$OLD_VERSION--2.0.3.sql; \ | |
done | |
make[2]: Leaving directory `/vagrant/archesproject/Install/postgis-2.0.3/extensions/postgis_topology' | |
make[1]: Leaving directory `/vagrant/archesproject/Install/postgis-2.0.3/extensions' | |
PostGIS was built successfully. Ready to install. | |
/usr/bin/perl utils/svn_repo_revision.pl | |
Can't fetch local revision (neither .svn nor .git found) | |
Not updating existing rev file at 11128 | |
for s in liblwgeom libpgcommon postgis regress raster topology loader utils extensions; do \ | |
echo "---- Making all in ${s}"; \ | |
make -C ${s} all || exit 1; \ | |
done; | |
---- Making all in liblwgeom | |
make[1]: Entering directory `/vagrant/archesproject/Install/postgis-2.0.3/liblwgeom' | |
make[1]: Nothing to be done for `all'. | |
make[1]: Leaving directory `/vagrant/archesproject/Install/postgis-2.0.3/liblwgeom' | |
---- Making all in libpgcommon | |
make[1]: Entering directory `/vagrant/archesproject/Install/postgis-2.0.3/libpgcommon' | |
make[1]: Nothing to be done for `all'. | |
make[1]: Leaving directory `/vagrant/archesproject/Install/postgis-2.0.3/libpgcommon' | |
---- Making all in postgis | |
make[1]: Entering directory `/vagrant/archesproject/Install/postgis-2.0.3/postgis' | |
make[1]: Nothing to be done for `all'. | |
make[1]: Leaving directory `/vagrant/archesproject/Install/postgis-2.0.3/postgis' | |
---- Making all in regress | |
make[1]: Entering directory `/vagrant/archesproject/Install/postgis-2.0.3/regress' | |
make[1]: Nothing to be done for `all'. | |
make[1]: Leaving directory `/vagrant/archesproject/Install/postgis-2.0.3/regress' | |
---- Making all in raster | |
make[1]: Entering directory `/vagrant/archesproject/Install/postgis-2.0.3/raster' | |
make -C rt_core | |
make[2]: Entering directory `/vagrant/archesproject/Install/postgis-2.0.3/raster/rt_core' | |
make[2]: Nothing to be done for `all'. | |
make[2]: Leaving directory `/vagrant/archesproject/Install/postgis-2.0.3/raster/rt_core' | |
make -C rt_pg | |
make[2]: Entering directory `/vagrant/archesproject/Install/postgis-2.0.3/raster/rt_pg' | |
make[2]: Nothing to be done for `all'. | |
make[2]: Leaving directory `/vagrant/archesproject/Install/postgis-2.0.3/raster/rt_pg' | |
make -C loader | |
make[2]: Entering directory `/vagrant/archesproject/Install/postgis-2.0.3/raster/loader' | |
make[2]: Nothing to be done for `all'. | |
make[2]: Leaving directory `/vagrant/archesproject/Install/postgis-2.0.3/raster/loader' | |
make -C rt_pg rtpostgis.sql | |
make[2]: Entering directory `/vagrant/archesproject/Install/postgis-2.0.3/raster/rt_pg' | |
make[2]: `rtpostgis.sql' is up to date. | |
make[2]: Leaving directory `/vagrant/archesproject/Install/postgis-2.0.3/raster/rt_pg' | |
make[1]: Leaving directory `/vagrant/archesproject/Install/postgis-2.0.3/raster' | |
---- Making all in topology | |
make[1]: Entering directory `/vagrant/archesproject/Install/postgis-2.0.3/topology' | |
make[1]: Nothing to be done for `all'. | |
make[1]: Leaving directory `/vagrant/archesproject/Install/postgis-2.0.3/topology' | |
---- Making all in loader | |
make[1]: Entering directory `/vagrant/archesproject/Install/postgis-2.0.3/loader' | |
make[1]: Nothing to be done for `all'. | |
make[1]: Leaving directory `/vagrant/archesproject/Install/postgis-2.0.3/loader' | |
---- Making all in utils | |
make[1]: Entering directory `/vagrant/archesproject/Install/postgis-2.0.3/utils' | |
Makefile:54: warning: overriding commands for target `uninstall' | |
/usr/lib/postgresql/9.2/lib/pgxs/src/makefiles/pgxs.mk:199: warning: ignoring old commands for target `uninstall' | |
Makefile:60: warning: overriding commands for target `clean' | |
/usr/lib/postgresql/9.2/lib/pgxs/src/makefiles/pgxs.mk:230: warning: ignoring old commands for target `clean' | |
chmod +x postgis_restore.pl create_undef.pl svn_repo_revision.pl postgis_proc_upgrade.pl profile_intersects.pl test_estimation.pl test_joinestimation.pl | |
make[1]: Leaving directory `/vagrant/archesproject/Install/postgis-2.0.3/utils' | |
---- Making all in extensions | |
make[1]: Entering directory `/vagrant/archesproject/Install/postgis-2.0.3/extensions' | |
for DIR in postgis postgis_topology; do \ | |
echo "---- Making all in ${DIR}"; \ | |
make -C "${DIR}" all; \ | |
done | |
---- Making all in postgis | |
make[2]: Entering directory `/vagrant/archesproject/Install/postgis-2.0.3/extensions/postgis' | |
for OLD_VERSION in 2.0.0alpha1 2.0.0alpha2 2.0.0alpha3 2.0.0alpha4 2.0.0alpha5 2.0.0alpha6 2.0.0beta1 2.0.0beta2 2.0.0beta3 2.0.0beta4 2.0.0rc1 2.0.0rc2 2.0.0 2.0.1 2.0.2; do \ | |
cat sql_bits/postgis_raster_upgrade_minor.sql > sql/postgis--$OLD_VERSION--2.0.3.sql; \ | |
done | |
make[2]: Leaving directory `/vagrant/archesproject/Install/postgis-2.0.3/extensions/postgis' | |
---- Making all in postgis_topology | |
make[2]: Entering directory `/vagrant/archesproject/Install/postgis-2.0.3/extensions/postgis_topology' | |
for OLD_VERSION in 2.0.0alpha1 2.0.0alpha2 2.0.0alpha3 2.0.0alpha4 2.0.0alpha5 2.0.0alpha6 2.0.0beta1 2.0.0beta2 2.0.0beta3 2.0.0beta4 2.0.0rc1 2.0.0rc2 2.0.0 2.0.1 2.0.2; do \ | |
cat ../postgis_extension_helper.sql sql_bits/remove_from_extension.sql.in sql/topology_upgrade_minor.sql sql_bits/mark_editable_objects.sql.in sql_bits/topology_comments.sql ../postgis_extension_helper_uninstall.sql > sql/postgis_topology--$OLD_VERSION--2.0.3.sql; \ | |
done | |
make[2]: Leaving directory `/vagrant/archesproject/Install/postgis-2.0.3/extensions/postgis_topology' | |
make[1]: Leaving directory `/vagrant/archesproject/Install/postgis-2.0.3/extensions' | |
PostGIS was built successfully. Ready to install. | |
make -C doc comments-install | |
make[1]: Entering directory `/vagrant/archesproject/Install/postgis-2.0.3/doc' | |
cat postgis.xml | sed -e "s/@@LAST_RELEASE_VERSION@@/2.0.3/g" -e "s/@@LAST_MINOR_VERSION@@/2.0/g" > postgis-out.xml | |
/usr/bin/xsltproc ./xsl/postgis_aggs_mm.xml.xsl postgis-out.xml > postgis_aggs_mm.xml | |
/usr/bin/xsltproc --novalid ./xsl/postgis_comments.sql.xsl postgis-out.xml > postgis_comments.sql | |
/usr/bin/xsltproc ./xsl/raster_comments.sql.xsl postgis-out.xml > raster_comments.sql | |
/usr/bin/xsltproc --novalid ./xsl/topology_comments.sql.xsl postgis-out.xml > topology_comments.sql | |
/usr/bin/xsltproc --novalid ./xsl/tiger_geocoder_comments.sql.xsl postgis-out.xml > tiger_geocoder_comments.sql | |
make -f Makefile.comments install | |
make[2]: Entering directory `/vagrant/archesproject/Install/postgis-2.0.3/doc' | |
/bin/mkdir -p '/usr/share/postgresql/9.2/contrib/postgis-2.0' | |
/bin/sh /usr/lib/postgresql/9.2/lib/pgxs/src/makefiles/../../config/install-sh -c -m 644 postgis_comments.sql raster_comments.sql topology_comments.sql '/usr/share/postgresql/9.2/contrib/postgis-2.0/' | |
make[2]: Leaving directory `/vagrant/archesproject/Install/postgis-2.0.3/doc' | |
make[1]: Leaving directory `/vagrant/archesproject/Install/postgis-2.0.3/doc' | |
for s in liblwgeom libpgcommon postgis regress raster topology loader utils extensions; do \ | |
echo "---- Making install in ${s}"; \ | |
make -C ${s} install || exit 1; \ | |
done; | |
---- Making install in liblwgeom | |
make[1]: Entering directory `/vagrant/archesproject/Install/postgis-2.0.3/liblwgeom' | |
/bin/bash ../libtool --mode=install /bin/bash ../install-sh liblwgeom.la "/usr/local/lib/liblwgeom.la" | |
libtool: install: /bin/bash ../install-sh .libs/liblwgeom-2.0.3.so /usr/local/lib/liblwgeom-2.0.3.so | |
libtool: install: (cd /usr/local/lib && { ln -s -f liblwgeom-2.0.3.so liblwgeom.so || { rm -f liblwgeom.so && ln -s liblwgeom-2.0.3.so liblwgeom.so; }; }) | |
libtool: install: /bin/bash ../install-sh .libs/liblwgeom.lai /usr/local/lib/liblwgeom.la | |
libtool: install: /bin/bash ../install-sh .libs/liblwgeom.a /usr/local/lib/liblwgeom.a | |
libtool: install: chmod 644 /usr/local/lib/liblwgeom.a | |
libtool: install: ranlib /usr/local/lib/liblwgeom.a | |
libtool: finish: PATH="/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/sbin" ldconfig -n /usr/local/lib | |
---------------------------------------------------------------------- | |
Libraries have been installed in: | |
/usr/local/lib | |
If you ever happen to want to link against installed libraries | |
in a given directory, LIBDIR, you must either use libtool, and | |
specify the full pathname of the library, or use the `-LLIBDIR' | |
flag during linking and do at least one of the following: | |
- add LIBDIR to the `LD_LIBRARY_PATH' environment variable | |
during execution | |
- add LIBDIR to the `LD_RUN_PATH' environment variable | |
during linking | |
- use the `-Wl,-rpath -Wl,LIBDIR' linker flag | |
- have your system administrator add LIBDIR to `/etc/ld.so.conf' | |
See any operating system documentation about shared libraries for | |
more information, such as the ld(1) and ld.so(8) manual pages. | |
---------------------------------------------------------------------- | |
/bin/bash ../install-sh liblwgeom.h "/usr/local/include/liblwgeom.h" | |
make[1]: Leaving directory `/vagrant/archesproject/Install/postgis-2.0.3/liblwgeom' | |
---- Making install in libpgcommon | |
make[1]: Entering directory `/vagrant/archesproject/Install/postgis-2.0.3/libpgcommon' | |
make[1]: Nothing to be done for `install'. | |
make[1]: Leaving directory `/vagrant/archesproject/Install/postgis-2.0.3/libpgcommon' | |
---- Making install in postgis | |
make[1]: Entering directory `/vagrant/archesproject/Install/postgis-2.0.3/postgis' | |
/bin/mkdir -p '/usr/lib/postgresql/9.2/lib' | |
/bin/mkdir -p '/usr/share/postgresql/9.2/contrib/postgis-2.0' | |
/bin/sh /usr/lib/postgresql/9.2/lib/pgxs/src/makefiles/../../config/install-sh -c -m 644 ../spatial_ref_sys.sql postgis.sql uninstall_postgis.sql postgis_upgrade_20_minor.sql legacy.sql uninstall_legacy.sql legacy_minimal.sql legacy_gist.sql '/usr/share/postgresql/9.2/contrib/postgis-2.0/' | |
/bin/sh /usr/lib/postgresql/9.2/lib/pgxs/src/makefiles/../../config/install-sh -c -m 755 postgis-2.0.so '/usr/lib/postgresql/9.2/lib/postgis-2.0.so' | |
make[1]: Leaving directory `/vagrant/archesproject/Install/postgis-2.0.3/postgis' | |
---- Making install in regress | |
make[1]: Entering directory `/vagrant/archesproject/Install/postgis-2.0.3/regress' | |
make[1]: Nothing to be done for `install'. | |
make[1]: Leaving directory `/vagrant/archesproject/Install/postgis-2.0.3/regress' | |
---- Making install in raster | |
make[1]: Entering directory `/vagrant/archesproject/Install/postgis-2.0.3/raster' | |
make -C rt_core | |
make[2]: Entering directory `/vagrant/archesproject/Install/postgis-2.0.3/raster/rt_core' | |
make[2]: Nothing to be done for `all'. | |
make[2]: Leaving directory `/vagrant/archesproject/Install/postgis-2.0.3/raster/rt_core' | |
make -C rt_pg | |
make[2]: Entering directory `/vagrant/archesproject/Install/postgis-2.0.3/raster/rt_pg' | |
make[2]: Nothing to be done for `all'. | |
make[2]: Leaving directory `/vagrant/archesproject/Install/postgis-2.0.3/raster/rt_pg' | |
make -C loader | |
make[2]: Entering directory `/vagrant/archesproject/Install/postgis-2.0.3/raster/loader' | |
make[2]: Nothing to be done for `all'. | |
make[2]: Leaving directory `/vagrant/archesproject/Install/postgis-2.0.3/raster/loader' | |
make -C rt_pg rtpostgis.sql | |
make[2]: Entering directory `/vagrant/archesproject/Install/postgis-2.0.3/raster/rt_pg' | |
make[2]: `rtpostgis.sql' is up to date. | |
make[2]: Leaving directory `/vagrant/archesproject/Install/postgis-2.0.3/raster/rt_pg' | |
make -C rt_pg install | |
make[2]: Entering directory `/vagrant/archesproject/Install/postgis-2.0.3/raster/rt_pg' | |
/bin/mkdir -p '/usr/lib/postgresql/9.2/lib' | |
/bin/mkdir -p '/usr/share/postgresql/9.2/contrib/postgis-2.0' | |
/bin/sh /usr/lib/postgresql/9.2/lib/pgxs/src/makefiles/../../config/install-sh -c -m 644 rtpostgis.sql rtpostgis_upgrade_20_minor.sql uninstall_rtpostgis.sql rtpostgis_legacy.sql '/usr/share/postgresql/9.2/contrib/postgis-2.0/' | |
/bin/sh /usr/lib/postgresql/9.2/lib/pgxs/src/makefiles/../../config/install-sh -c -m 755 rtpostgis-2.0.so '/usr/lib/postgresql/9.2/lib/rtpostgis-2.0.so' | |
make[2]: Leaving directory `/vagrant/archesproject/Install/postgis-2.0.3/raster/rt_pg' | |
make -C loader install | |
make[2]: Entering directory `/vagrant/archesproject/Install/postgis-2.0.3/raster/loader' | |
/bin/bash ../../libtool --mode=install /bin/bash ../../install-sh raster2pgsql "/usr/lib/postgresql/9.2/bin/raster2pgsql" | |
libtool: install: /bin/bash ../../install-sh .libs/raster2pgsql /usr/lib/postgresql/9.2/bin/raster2pgsql | |
make[2]: Leaving directory `/vagrant/archesproject/Install/postgis-2.0.3/raster/loader' | |
make -C scripts install | |
make[2]: Entering directory `/vagrant/archesproject/Install/postgis-2.0.3/raster/scripts' | |
make -C python | |
make[3]: Entering directory `/vagrant/archesproject/Install/postgis-2.0.3/raster/scripts/python' | |
make[3]: Nothing to be done for `all'. | |
make[3]: Leaving directory `/vagrant/archesproject/Install/postgis-2.0.3/raster/scripts/python' | |
make[2]: Leaving directory `/vagrant/archesproject/Install/postgis-2.0.3/raster/scripts' | |
make[1]: Leaving directory `/vagrant/archesproject/Install/postgis-2.0.3/raster' | |
---- Making install in topology | |
make[1]: Entering directory `/vagrant/archesproject/Install/postgis-2.0.3/topology' | |
/bin/mkdir -p '/usr/share/postgresql/9.2/contrib/postgis-2.0' | |
/bin/sh /usr/lib/postgresql/9.2/lib/pgxs/src/makefiles/../../config/install-sh -c -m 644 topology.sql topology_upgrade_20_minor.sql uninstall_topology.sql '/usr/share/postgresql/9.2/contrib/postgis-2.0/' | |
make[1]: Leaving directory `/vagrant/archesproject/Install/postgis-2.0.3/topology' | |
---- Making install in loader | |
make[1]: Entering directory `/vagrant/archesproject/Install/postgis-2.0.3/loader' | |
/bin/bash ../libtool --mode=install /bin/bash ../install-sh pgsql2shp "/usr/lib/postgresql/9.2/bin/pgsql2shp" | |
libtool: install: /bin/bash ../install-sh .libs/pgsql2shp /usr/lib/postgresql/9.2/bin/pgsql2shp | |
/bin/bash ../libtool --mode=install /bin/bash ../install-sh shp2pgsql "/usr/lib/postgresql/9.2/bin/shp2pgsql" | |
libtool: install: /bin/bash ../install-sh .libs/shp2pgsql /usr/lib/postgresql/9.2/bin/shp2pgsql | |
make[1]: Leaving directory `/vagrant/archesproject/Install/postgis-2.0.3/loader' | |
---- Making install in utils | |
make[1]: Entering directory `/vagrant/archesproject/Install/postgis-2.0.3/utils' | |
Makefile:54: warning: overriding commands for target `uninstall' | |
/usr/lib/postgresql/9.2/lib/pgxs/src/makefiles/pgxs.mk:199: warning: ignoring old commands for target `uninstall' | |
Makefile:60: warning: overriding commands for target `clean' | |
/usr/lib/postgresql/9.2/lib/pgxs/src/makefiles/pgxs.mk:230: warning: ignoring old commands for target `clean' | |
chmod +x postgis_restore.pl create_undef.pl svn_repo_revision.pl postgis_proc_upgrade.pl profile_intersects.pl test_estimation.pl test_joinestimation.pl | |
/bin/mkdir -p '/usr/share/postgresql/9.2/contrib/postgis-2.0' | |
/bin/bash ../install-sh -m 644 postgis_restore.pl '/usr/share/postgresql/9.2/contrib/postgis-2.0/' | |
mode=install /bin/bash ../install-sh postgis_restore.pl "/usr/share/postgresql/9.2/contrib/postgis-2.0/postgis_restore.pl" | |
make[1]: Leaving directory `/vagrant/archesproject/Install/postgis-2.0.3/utils' | |
---- Making install in extensions | |
make[1]: Entering directory `/vagrant/archesproject/Install/postgis-2.0.3/extensions' | |
for DIR in postgis postgis_topology; do \ | |
echo "---- Making install in ${DIR}"; \ | |
make -C "${DIR}" install; \ | |
done | |
---- Making install in postgis | |
make[2]: Entering directory `/vagrant/archesproject/Install/postgis-2.0.3/extensions/postgis' | |
cp ../../doc/postgis_comments.sql sql_bits/postgis_comments.sql | |
cp ../../doc/raster_comments.sql sql_bits/raster_comments.sql | |
mkdir -p sql | |
cat sql_bits/postgis.sql sql_bits/postgis_comments.sql sql_bits/rtpostgis.sql sql_bits/mark_editable_objects.sql.in sql_bits/raster_comments.sql sql_bits/spatial_ref_sys.sql > sql/postgis.sql | |
mkdir -p sql | |
cp sql/postgis.sql sql/postgis--2.0.3.sql | |
cat ../postgis_extension_helper.sql sql_bits/remove_from_extension.sql.in ../../postgis/postgis_drop_before.sql sql_bits/postgis_upgrade_minor.sql sql_bits/rtpostgis_upgrade_20_minor.sql sql_bits/mark_editable_objects.sql.in ../../doc/raster_comments.sql ../../doc/postgis_comments.sql ../postgis_extension_helper_uninstall.sql > sql_bits/postgis_raster_upgrade_minor.sql | |
for OLD_VERSION in 2.0.0alpha1 2.0.0alpha2 2.0.0alpha3 2.0.0alpha4 2.0.0alpha5 2.0.0alpha6 2.0.0beta1 2.0.0beta2 2.0.0beta3 2.0.0beta4 2.0.0rc1 2.0.0rc2 2.0.0 2.0.1 2.0.2; do \ | |
cat sql_bits/postgis_raster_upgrade_minor.sql > sql/postgis--$OLD_VERSION--2.0.3.sql; \ | |
done | |
/bin/mkdir -p '/usr/share/postgresql/9.2/extension' | |
/bin/mkdir -p '/usr/share/postgresql/9.2/extension' | |
/bin/sh /usr/lib/postgresql/9.2/lib/pgxs/src/makefiles/../../config/install-sh -c -m 644 postgis.control '/usr/share/postgresql/9.2/extension/' | |
/bin/sh /usr/lib/postgresql/9.2/lib/pgxs/src/makefiles/../../config/install-sh -c -m 644 sql/postgis--2.0.0--2.0.3.sql sql/postgis--2.0.0alpha1--2.0.3.sql sql/postgis--2.0.0alpha2--2.0.3.sql sql/postgis--2.0.0alpha3--2.0.3.sql sql/postgis--2.0.0alpha4--2.0.3.sql sql/postgis--2.0.0alpha5--2.0.3.sql sql/postgis--2.0.0alpha6--2.0.3.sql sql/postgis--2.0.0beta1--2.0.3.sql sql/postgis--2.0.0beta2--2.0.3.sql sql/postgis--2.0.0beta3--2.0.3.sql sql/postgis--2.0.0beta4--2.0.3.sql sql/postgis--2.0.0rc1--2.0.3.sql sql/postgis--2.0.0rc2--2.0.3.sql sql/postgis--2.0.1--2.0.3.sql sql/postgis--2.0.2--2.0.3.sql sql/postgis--2.0.3.sql sql/postgis--unpackaged--2.0.3.sql '/usr/share/postgresql/9.2/extension/' | |
make[2]: Leaving directory `/vagrant/archesproject/Install/postgis-2.0.3/extensions/postgis' | |
---- Making install in postgis_topology | |
make[2]: Entering directory `/vagrant/archesproject/Install/postgis-2.0.3/extensions/postgis_topology' | |
cp ../../doc/topology_comments.sql sql_bits/topology_comments.sql | |
mkdir -p sql | |
cat sql_bits/topology.sql sql_bits/mark_editable_objects.sql.in sql_bits/topology_comments.sql > sql/postgis_topology.sql | |
mkdir -p sql | |
cp sql/postgis_topology.sql sql/postgis_topology--2.0.3.sql | |
for OLD_VERSION in 2.0.0alpha1 2.0.0alpha2 2.0.0alpha3 2.0.0alpha4 2.0.0alpha5 2.0.0alpha6 2.0.0beta1 2.0.0beta2 2.0.0beta3 2.0.0beta4 2.0.0rc1 2.0.0rc2 2.0.0 2.0.1 2.0.2; do \ | |
cat ../postgis_extension_helper.sql sql_bits/remove_from_extension.sql.in sql/topology_upgrade_minor.sql sql_bits/mark_editable_objects.sql.in sql_bits/topology_comments.sql ../postgis_extension_helper_uninstall.sql > sql/postgis_topology--$OLD_VERSION--2.0.3.sql; \ | |
done | |
/bin/mkdir -p '/usr/share/postgresql/9.2/extension' | |
/bin/mkdir -p '/usr/share/postgresql/9.2/extension' | |
/bin/sh /usr/lib/postgresql/9.2/lib/pgxs/src/makefiles/../../config/install-sh -c -m 644 postgis_topology.control '/usr/share/postgresql/9.2/extension/' | |
/bin/sh /usr/lib/postgresql/9.2/lib/pgxs/src/makefiles/../../config/install-sh -c -m 644 sql/postgis_topology--2.0.0--2.0.3.sql sql/postgis_topology--2.0.0alpha1--2.0.3.sql sql/postgis_topology--2.0.0alpha2--2.0.3.sql sql/postgis_topology--2.0.0alpha3--2.0.3.sql sql/postgis_topology--2.0.0alpha4--2.0.3.sql sql/postgis_topology--2.0.0alpha5--2.0.3.sql sql/postgis_topology--2.0.0alpha6--2.0.3.sql sql/postgis_topology--2.0.0beta1--2.0.3.sql sql/postgis_topology--2.0.0beta2--2.0.3.sql sql/postgis_topology--2.0.0beta3--2.0.3.sql sql/postgis_topology--2.0.0beta4--2.0.3.sql sql/postgis_topology--2.0.0rc1--2.0.3.sql sql/postgis_topology--2.0.0rc2--2.0.3.sql sql/postgis_topology--2.0.1--2.0.3.sql sql/postgis_topology--2.0.2--2.0.3.sql sql/postgis_topology--2.0.3.sql sql/postgis_topology--unpackaged--2.0.3.sql '/usr/share/postgresql/9.2/extension/' | |
make[2]: Leaving directory `/vagrant/archesproject/Install/postgis-2.0.3/extensions/postgis_topology' | |
make[1]: Leaving directory `/vagrant/archesproject/Install/postgis-2.0.3/extensions' | |
make -C doc comments-install | |
make[1]: Entering directory `/vagrant/archesproject/Install/postgis-2.0.3/doc' | |
make -f Makefile.comments install | |
make[2]: Entering directory `/vagrant/archesproject/Install/postgis-2.0.3/doc' | |
/bin/mkdir -p '/usr/share/postgresql/9.2/contrib/postgis-2.0' | |
/bin/sh /usr/lib/postgresql/9.2/lib/pgxs/src/makefiles/../../config/install-sh -c -m 644 postgis_comments.sql raster_comments.sql topology_comments.sql '/usr/share/postgresql/9.2/contrib/postgis-2.0/' | |
make[2]: Leaving directory `/vagrant/archesproject/Install/postgis-2.0.3/doc' | |
make[1]: Leaving directory `/vagrant/archesproject/Install/postgis-2.0.3/doc' | |
CREATE EXTENSION | |
createlang: language "plpgsql" is already installed in database "template_postgis_20" | |
UPDATE 1 | |
SET | |
BEGIN | |
CREATE FUNCTION | |
CREATE FUNCTION | |
CREATE TYPE | |
CREATE FUNCTION | |
CREATE FUNCTION | |
CREATE FUNCTION | |
CREATE FUNCTION | |
CREATE FUNCTION | |
CREATE FUNCTION | |
CREATE FUNCTION | |
CREATE TYPE | |
CREATE FUNCTION | |
CREATE CAST | |
CREATE FUNCTION | |
CREATE FUNCTION | |
CREATE FUNCTION | |
CREATE FUNCTION | |
CREATE FUNCTION | |
CREATE FUNCTION | |
CREATE TYPE | |
CREATE FUNCTION | |
CREATE FUNCTION | |
CREATE TYPE | |
CREATE FUNCTION | |
CREATE FUNCTION | |
CREATE TYPE | |
CREATE FUNCTION | |
CREATE FUNCTION | |
CREATE TYPE | |
CREATE FUNCTION | |
CREATE FUNCTION | |
CREATE FUNCTION | |
CREATE FUNCTION | |
CREATE FUNCTION | |
CREATE FUNCTION | |
CREATE OPERATOR | |
CREATE OPERATOR | |
CREATE OPERATOR | |
CREATE OPERATOR | |
CREATE OPERATOR | |
CREATE OPERATOR CLASS | |
CREATE FUNCTION | |
CREATE FUNCTION | |
CREATE FUNCTION | |
CREATE FUNCTION | |
CREATE FUNCTION | |
CREATE FUNCTION | |
CREATE FUNCTION | |
CREATE FUNCTION | |
CREATE FUNCTION | |
CREATE FUNCTION | |
CREATE FUNCTION | |
CREATE OPERATOR | |
CREATE FUNCTION | |
CREATE OPERATOR | |
CREATE FUNCTION | |
CREATE FUNCTION | |
CREATE OPERATOR | |
CREATE OPERATOR | |
CREATE FUNCTION | |
CREATE FUNCTION | |
CREATE OPERATOR | |
CREATE OPERATOR | |
CREATE FUNCTION | |
CREATE OPERATOR | |
CREATE FUNCTION | |
CREATE OPERATOR | |
CREATE FUNCTION | |
CREATE OPERATOR | |
CREATE FUNCTION | |
CREATE OPERATOR | |
CREATE FUNCTION | |
CREATE OPERATOR | |
CREATE FUNCTION | |
CREATE OPERATOR | |
CREATE FUNCTION | |
CREATE OPERATOR | |
CREATE FUNCTION | |
CREATE OPERATOR | |
CREATE OPERATOR CLASS | |
CREATE FUNCTION | |
CREATE FUNCTION | |
CREATE FUNCTION | |
CREATE FUNCTION | |
CREATE FUNCTION | |
CREATE FUNCTION | |
CREATE FUNCTION | |
CREATE FUNCTION | |
CREATE OPERATOR | |
CREATE OPERATOR CLASS | |
CREATE FUNCTION | |
CREATE FUNCTION | |
CREATE FUNCTION | |
CREATE FUNCTION | |
CREATE FUNCTION | |
CREATE FUNCTION | |
CREATE FUNCTION | |
CREATE FUNCTION | |
CREATE FUNCTION | |
CREATE FUNCTION | |
CREATE FUNCTION | |
CREATE FUNCTION | |
CREATE FUNCTION | |
CREATE FUNCTION | |
CREATE FUNCTION | |
CREATE FUNCTION | |
CREATE FUNCTION | |
CREATE FUNCTION | |
CREATE FUNCTION | |
CREATE FUNCTION | |
CREATE FUNCTION | |
CREATE FUNCTION | |
CREATE FUNCTION | |
CREATE FUNCTION | |
CREATE FUNCTION | |
CREATE FUNCTION | |
CREATE FUNCTION | |
CREATE FUNCTION | |
CREATE FUNCTION | |
CREATE FUNCTION | |
CREATE FUNCTION | |
CREATE FUNCTION | |
CREATE FUNCTION | |
CREATE FUNCTION | |
CREATE FUNCTION | |
CREATE FUNCTION | |
CREATE FUNCTION | |
CREATE FUNCTION | |
CREATE FUNCTION | |
CREATE FUNCTION | |
CREATE FUNCTION | |
CREATE FUNCTION | |
CREATE FUNCTION | |
CREATE FUNCTION | |
CREATE FUNCTION | |
CREATE FUNCTION | |
CREATE FUNCTION | |
CREATE FUNCTION | |
CREATE FUNCTION | |
CREATE FUNCTION | |
CREATE FUNCTION | |
CREATE FUNCTION | |
CREATE FUNCTION | |
CREATE FUNCTION | |
CREATE FUNCTION | |
CREATE FUNCTION | |
CREATE FUNCTION | |
CREATE FUNCTION | |
CREATE FUNCTION | |
CREATE FUNCTION | |
CREATE FUNCTION | |
CREATE FUNCTION | |
CREATE FUNCTION | |
CREATE FUNCTION | |
CREATE FUNCTION | |
CREATE FUNCTION | |
CREATE FUNCTION | |
CREATE FUNCTION | |
CREATE FUNCTION | |
CREATE FUNCTION | |
CREATE FUNCTION | |
CREATE FUNCTION | |
CREATE FUNCTION | |
CREATE FUNCTION | |
CREATE FUNCTION | |
CREATE FUNCTION | |
CREATE FUNCTION | |
CREATE FUNCTION | |
CREATE FUNCTION | |
CREATE FUNCTION | |
CREATE FUNCTION | |
CREATE FUNCTION | |
CREATE FUNCTION | |
CREATE FUNCTION | |
CREATE FUNCTION | |
CREATE FUNCTION | |
CREATE FUNCTION | |
CREATE FUNCTION | |
CREATE FUNCTION | |
CREATE FUNCTION | |
CREATE FUNCTION | |
CREATE FUNCTION | |
CREATE FUNCTION | |
CREATE FUNCTION | |
CREATE FUNCTION | |
CREATE FUNCTION | |
CREATE FUNCTION | |
CREATE TYPE | |
CREATE FUNCTION | |
CREATE FUNCTION | |
CREATE FUNCTION | |
CREATE FUNCTION | |
CREATE TABLE | |
CREATE FUNCTION | |
CREATE FUNCTION | |
CREATE FUNCTION | |
CREATE FUNCTION | |
CREATE FUNCTION | |
CREATE FUNCTION | |
CREATE FUNCTION | |
CREATE FUNCTION | |
CREATE FUNCTION | |
CREATE FUNCTION | |
CREATE FUNCTION | |
CREATE FUNCTION | |
CREATE FUNCTION | |
CREATE FUNCTION | |
CREATE FUNCTION | |
CREATE FUNCTION | |
CREATE FUNCTION | |
CREATE FUNCTION | |
CREATE FUNCTION | |
CREATE FUNCTION | |
CREATE FUNCTION | |
CREATE FUNCTION | |
CREATE FUNCTION | |
CREATE FUNCTION | |
CREATE FUNCTION | |
CREATE FUNCTION | |
CREATE FUNCTION | |
CREATE FUNCTION | |
CREATE FUNCTION | |
CREATE FUNCTION | |
CREATE FUNCTION | |
CREATE FUNCTION | |
CREATE FUNCTION | |
CREATE FUNCTION | |
CREATE FUNCTION | |
CREATE FUNCTION | |
CREATE FUNCTION | |
CREATE FUNCTION | |
CREATE FUNCTION | |
CREATE FUNCTION | |
CREATE FUNCTION | |
CREATE FUNCTION | |
CREATE CAST | |
CREATE CAST | |
CREATE CAST | |
CREATE CAST | |
CREATE CAST | |
CREATE CAST | |
CREATE CAST | |
CREATE CAST | |
CREATE CAST | |
CREATE CAST | |
CREATE CAST | |
CREATE CAST | |
CREATE FUNCTION | |
CREATE FUNCTION | |
CREATE FUNCTION | |
CREATE FUNCTION | |
CREATE FUNCTION | |
CREATE FUNCTION | |
CREATE FUNCTION | |
CREATE FUNCTION | |
CREATE FUNCTION | |
CREATE FUNCTION | |
CREATE FUNCTION | |
CREATE FUNCTION | |
CREATE FUNCTION | |
CREATE FUNCTION | |
CREATE FUNCTION | |
CREATE FUNCTION | |
CREATE FUNCTION | |
CREATE FUNCTION | |
CREATE FUNCTION | |
CREATE FUNCTION | |
CREATE FUNCTION | |
CREATE FUNCTION | |
CREATE FUNCTION | |
CREATE TYPE | |
CREATE FUNCTION | |
CREATE FUNCTION | |
CREATE FUNCTION | |
CREATE FUNCTION | |
CREATE FUNCTION | |
CREATE FUNCTION | |
CREATE FUNCTION | |
CREATE FUNCTION | |
CREATE FUNCTION | |
CREATE FUNCTION | |
CREATE FUNCTION | |
CREATE FUNCTION | |
CREATE FUNCTION | |
CREATE FUNCTION | |
CREATE FUNCTION | |
CREATE FUNCTION | |
CREATE FUNCTION | |
CREATE FUNCTION | |
CREATE FUNCTION | |
CREATE FUNCTION | |
CREATE FUNCTION | |
CREATE AGGREGATE | |
CREATE AGGREGATE | |
CREATE FUNCTION | |
CREATE AGGREGATE | |
CREATE FUNCTION | |
CREATE AGGREGATE | |
CREATE FUNCTION | |
CREATE FUNCTION | |
CREATE TYPE | |
CREATE FUNCTION | |
CREATE FUNCTION | |
CREATE FUNCTION | |
CREATE FUNCTION | |
CREATE FUNCTION | |
CREATE FUNCTION | |
CREATE AGGREGATE | |
CREATE FUNCTION | |
CREATE AGGREGATE | |
CREATE AGGREGATE | |
CREATE AGGREGATE | |
CREATE AGGREGATE | |
CREATE FUNCTION | |
CREATE FUNCTION | |
CREATE FUNCTION | |
CREATE FUNCTION | |
CREATE FUNCTION | |
CREATE FUNCTION | |
CREATE FUNCTION | |
CREATE FUNCTION | |
CREATE FUNCTION | |
CREATE FUNCTION | |
CREATE FUNCTION | |
CREATE FUNCTION | |
CREATE FUNCTION | |
CREATE FUNCTION | |
CREATE FUNCTION | |
CREATE FUNCTION | |
CREATE FUNCTION | |
CREATE FUNCTION | |
CREATE FUNCTION | |
CREATE FUNCTION | |
CREATE FUNCTION | |
CREATE FUNCTION | |
CREATE FUNCTION | |
CREATE FUNCTION | |
CREATE FUNCTION | |
CREATE FUNCTION | |
CREATE FUNCTION | |
CREATE FUNCTION | |
CREATE FUNCTION | |
CREATE FUNCTION | |
CREATE FUNCTION | |
CREATE FUNCTION | |
CREATE FUNCTION | |
CREATE FUNCTION | |
CREATE FUNCTION | |
CREATE FUNCTION | |
CREATE FUNCTION | |
CREATE FUNCTION | |
CREATE FUNCTION | |
CREATE FUNCTION | |
CREATE FUNCTION | |
CREATE FUNCTION | |
CREATE FUNCTION | |
CREATE FUNCTION | |
CREATE FUNCTION | |
CREATE FUNCTION | |
CREATE FUNCTION | |
CREATE FUNCTION | |
CREATE FUNCTION | |
CREATE FUNCTION | |
CREATE FUNCTION | |
CREATE FUNCTION | |
CREATE FUNCTION | |
CREATE FUNCTION | |
CREATE FUNCTION | |
CREATE FUNCTION | |
CREATE FUNCTION | |
CREATE FUNCTION | |
CREATE FUNCTION | |
CREATE FUNCTION | |
CREATE FUNCTION | |
CREATE FUNCTION | |
CREATE FUNCTION | |
CREATE FUNCTION | |
CREATE FUNCTION | |
CREATE FUNCTION | |
CREATE FUNCTION | |
CREATE FUNCTION | |
CREATE FUNCTION | |
CREATE FUNCTION | |
CREATE FUNCTION | |
CREATE FUNCTION | |
CREATE FUNCTION | |
CREATE FUNCTION | |
CREATE FUNCTION | |
CREATE FUNCTION | |
CREATE FUNCTION | |
CREATE FUNCTION | |
CREATE FUNCTION | |
CREATE FUNCTION | |
CREATE FUNCTION | |
CREATE FUNCTION | |
CREATE FUNCTION | |
CREATE FUNCTION | |
CREATE FUNCTION | |
CREATE FUNCTION | |
CREATE FUNCTION | |
CREATE FUNCTION | |
CREATE FUNCTION | |
CREATE FUNCTION | |
CREATE FUNCTION | |
CREATE FUNCTION | |
CREATE FUNCTION | |
CREATE FUNCTION | |
CREATE FUNCTION | |
CREATE FUNCTION | |
CREATE FUNCTION | |
CREATE FUNCTION | |
CREATE FUNCTION | |
CREATE FUNCTION | |
CREATE FUNCTION | |
CREATE FUNCTION | |
CREATE FUNCTION | |
CREATE FUNCTION | |
CREATE FUNCTION | |
CREATE FUNCTION | |
CREATE FUNCTION | |
CREATE FUNCTION | |
CREATE FUNCTION | |
CREATE FUNCTION | |
CREATE FUNCTION | |
CREATE FUNCTION | |
CREATE FUNCTION | |
CREATE FUNCTION | |
CREATE FUNCTION | |
CREATE FUNCTION | |
CREATE FUNCTION | |
CREATE FUNCTION | |
CREATE FUNCTION | |
CREATE FUNCTION | |
CREATE FUNCTION | |
CREATE FUNCTION | |
CREATE FUNCTION | |
CREATE FUNCTION | |
CREATE FUNCTION | |
CREATE FUNCTION | |
CREATE FUNCTION | |
CREATE FUNCTION | |
CREATE FUNCTION | |
CREATE FUNCTION | |
CREATE FUNCTION | |
CREATE FUNCTION | |
CREATE FUNCTION | |
CREATE FUNCTION | |
CREATE FUNCTION | |
CREATE FUNCTION | |
CREATE FUNCTION | |
CREATE FUNCTION | |
CREATE FUNCTION | |
CREATE FUNCTION | |
CREATE FUNCTION | |
CREATE FUNCTION | |
CREATE FUNCTION | |
CREATE FUNCTION | |
CREATE FUNCTION | |
CREATE FUNCTION | |
CREATE FUNCTION | |
CREATE FUNCTION | |
CREATE FUNCTION | |
CREATE FUNCTION | |
CREATE FUNCTION | |
CREATE FUNCTION | |
CREATE FUNCTION | |
CREATE FUNCTION | |
CREATE FUNCTION | |
CREATE FUNCTION | |
CREATE FUNCTION | |
CREATE TYPE | |
CREATE FUNCTION | |
CREATE CAST | |
CREATE FUNCTION | |
CREATE FUNCTION | |
CREATE CAST | |
CREATE CAST | |
CREATE FUNCTION | |
CREATE FUNCTION | |
CREATE FUNCTION | |
CREATE FUNCTION | |
CREATE FUNCTION | |
CREATE FUNCTION | |
CREATE FUNCTION | |
CREATE FUNCTION | |
CREATE VIEW | |
CREATE FUNCTION | |
CREATE CAST | |
CREATE FUNCTION | |
CREATE CAST | |
CREATE FUNCTION | |
CREATE FUNCTION | |
CREATE FUNCTION | |
CREATE FUNCTION | |
CREATE FUNCTION | |
CREATE FUNCTION | |
CREATE FUNCTION | |
CREATE FUNCTION | |
CREATE FUNCTION | |
CREATE FUNCTION | |
CREATE OPERATOR | |
CREATE OPERATOR CLASS | |
CREATE FUNCTION | |
CREATE FUNCTION | |
CREATE FUNCTION | |
CREATE FUNCTION | |
CREATE FUNCTION | |
CREATE FUNCTION | |
CREATE OPERATOR | |
CREATE OPERATOR | |
CREATE OPERATOR | |
CREATE OPERATOR | |
CREATE OPERATOR | |
CREATE OPERATOR CLASS | |
CREATE FUNCTION | |
CREATE FUNCTION | |
CREATE FUNCTION | |
CREATE FUNCTION | |
CREATE FUNCTION | |
CREATE FUNCTION | |
CREATE FUNCTION | |
CREATE FUNCTION | |
CREATE FUNCTION | |
CREATE FUNCTION | |
CREATE FUNCTION | |
CREATE FUNCTION | |
CREATE FUNCTION | |
CREATE FUNCTION | |
CREATE FUNCTION | |
CREATE FUNCTION | |
CREATE FUNCTION | |
CREATE FUNCTION | |
CREATE FUNCTION | |
CREATE FUNCTION | |
CREATE FUNCTION | |
CREATE FUNCTION | |
CREATE FUNCTION | |
CREATE FUNCTION | |
CREATE FUNCTION | |
CREATE FUNCTION | |
CREATE FUNCTION | |
CREATE FUNCTION | |
CREATE FUNCTION | |
CREATE FUNCTION | |
CREATE FUNCTION | |
CREATE FUNCTION | |
CREATE FUNCTION | |
CREATE FUNCTION | |
CREATE FUNCTION | |
CREATE FUNCTION | |
CREATE FUNCTION | |
CREATE FUNCTION | |
CREATE FUNCTION | |
CREATE FUNCTION | |
CREATE FUNCTION | |
CREATE FUNCTION | |
CREATE FUNCTION | |
CREATE FUNCTION | |
CREATE FUNCTION | |
CREATE FUNCTION | |
CREATE FUNCTION | |
CREATE FUNCTION | |
CREATE FUNCTION | |
CREATE FUNCTION | |
CREATE FUNCTION | |
CREATE FUNCTION | |
CREATE FUNCTION | |
CREATE FUNCTION | |
CREATE FUNCTION | |
CREATE FUNCTION | |
CREATE VIEW | |
CREATE RULE | |
CREATE RULE | |
CREATE RULE | |
CREATE FUNCTION | |
CREATE FUNCTION | |
CREATE FUNCTION | |
CREATE FUNCTION | |
CREATE FUNCTION | |
CREATE FUNCTION | |
CREATE FUNCTION | |
CREATE FUNCTION | |
CREATE FUNCTION | |
CREATE FUNCTION | |
CREATE FUNCTION | |
CREATE FUNCTION | |
CREATE FUNCTION | |
CREATE FUNCTION | |
CREATE FUNCTION | |
CREATE FUNCTION | |
CREATE FUNCTION | |
CREATE FUNCTION | |
CREATE FUNCTION | |
CREATE FUNCTION | |
CREATE FUNCTION | |
CREATE FUNCTION | |
CREATE FUNCTION | |
CREATE FUNCTION | |
CREATE FUNCTION | |
CREATE FUNCTION | |
CREATE FUNCTION | |
CREATE FUNCTION | |
CREATE FUNCTION | |
COMMIT | |
BEGIN | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
COMMIT | |
ANALYZE | |
SET | |
BEGIN | |
CREATE FUNCTION | |
CREATE FUNCTION | |
CREATE TYPE | |
CREATE FUNCTION | |
CREATE FUNCTION | |
CREATE FUNCTION | |
CREATE FUNCTION | |
CREATE FUNCTION | |
CREATE FUNCTION | |
CREATE FUNCTION | |
CREATE FUNCTION | |
CREATE FUNCTION | |
CREATE FUNCTION | |
CREATE FUNCTION | |
CREATE FUNCTION | |
CREATE FUNCTION | |
CREATE FUNCTION | |
CREATE FUNCTION | |
CREATE FUNCTION | |
CREATE FUNCTION | |
CREATE FUNCTION | |
CREATE FUNCTION | |
CREATE FUNCTION | |
CREATE FUNCTION | |
CREATE FUNCTION | |
CREATE FUNCTION | |
CREATE FUNCTION | |
CREATE FUNCTION | |
CREATE FUNCTION | |
CREATE FUNCTION | |
CREATE FUNCTION | |
CREATE FUNCTION | |
CREATE FUNCTION | |
CREATE FUNCTION | |
CREATE FUNCTION | |
CREATE TYPE | |
CREATE FUNCTION | |
CREATE FUNCTION | |
CREATE FUNCTION | |
CREATE FUNCTION | |
CREATE FUNCTION | |
CREATE FUNCTION | |
CREATE FUNCTION | |
CREATE FUNCTION | |
CREATE FUNCTION | |
CREATE FUNCTION | |
CREATE FUNCTION | |
CREATE FUNCTION | |
CREATE FUNCTION | |
CREATE FUNCTION | |
CREATE FUNCTION | |
CREATE FUNCTION | |
CREATE FUNCTION | |
CREATE FUNCTION | |
CREATE FUNCTION | |
CREATE FUNCTION | |
CREATE FUNCTION | |
CREATE FUNCTION | |
CREATE FUNCTION | |
CREATE FUNCTION | |
CREATE FUNCTION | |
CREATE FUNCTION | |
CREATE FUNCTION | |
CREATE FUNCTION | |
CREATE TYPE | |
CREATE FUNCTION | |
CREATE FUNCTION | |
CREATE FUNCTION | |
CREATE FUNCTION | |
CREATE FUNCTION | |
CREATE FUNCTION | |
CREATE FUNCTION | |
CREATE FUNCTION | |
CREATE FUNCTION | |
CREATE FUNCTION | |
CREATE FUNCTION | |
CREATE FUNCTION | |
CREATE FUNCTION | |
CREATE FUNCTION | |
CREATE FUNCTION | |
CREATE FUNCTION | |
CREATE FUNCTION | |
CREATE FUNCTION | |
CREATE FUNCTION | |
CREATE FUNCTION | |
CREATE FUNCTION | |
CREATE FUNCTION | |
CREATE TYPE | |
CREATE FUNCTION | |
CREATE FUNCTION | |
CREATE FUNCTION | |
CREATE FUNCTION | |
CREATE FUNCTION | |
CREATE FUNCTION | |
CREATE FUNCTION | |
CREATE FUNCTION | |
CREATE FUNCTION | |
CREATE FUNCTION | |
CREATE FUNCTION | |
CREATE FUNCTION | |
CREATE FUNCTION | |
CREATE FUNCTION | |
CREATE FUNCTION | |
CREATE FUNCTION | |
CREATE FUNCTION | |
CREATE FUNCTION | |
CREATE FUNCTION | |
CREATE FUNCTION | |
CREATE FUNCTION | |
CREATE FUNCTION | |
CREATE FUNCTION | |
CREATE FUNCTION | |
CREATE FUNCTION | |
CREATE FUNCTION | |
CREATE FUNCTION | |
CREATE FUNCTION | |
CREATE FUNCTION | |
CREATE FUNCTION | |
CREATE FUNCTION | |
CREATE FUNCTION | |
CREATE FUNCTION | |
CREATE FUNCTION | |
CREATE TYPE | |
CREATE FUNCTION | |
CREATE FUNCTION | |
CREATE FUNCTION | |
CREATE FUNCTION | |
CREATE FUNCTION | |
CREATE FUNCTION | |
CREATE FUNCTION | |
CREATE FUNCTION | |
CREATE FUNCTION | |
CREATE FUNCTION | |
CREATE FUNCTION | |
CREATE FUNCTION | |
CREATE FUNCTION | |
CREATE FUNCTION | |
CREATE FUNCTION | |
CREATE FUNCTION | |
CREATE FUNCTION | |
CREATE FUNCTION | |
CREATE FUNCTION | |
CREATE FUNCTION | |
CREATE FUNCTION | |
CREATE FUNCTION | |
CREATE FUNCTION | |
CREATE FUNCTION | |
CREATE FUNCTION | |
CREATE FUNCTION | |
CREATE TYPE | |
CREATE FUNCTION | |
CREATE FUNCTION | |
CREATE FUNCTION | |
CREATE FUNCTION | |
CREATE FUNCTION | |
CREATE FUNCTION | |
CREATE FUNCTION | |
CREATE FUNCTION | |
CREATE FUNCTION | |
CREATE FUNCTION | |
CREATE FUNCTION | |
CREATE FUNCTION | |
CREATE FUNCTION | |
CREATE FUNCTION | |
CREATE FUNCTION | |
CREATE FUNCTION | |
CREATE FUNCTION | |
CREATE FUNCTION | |
CREATE FUNCTION | |
CREATE FUNCTION | |
CREATE FUNCTION | |
CREATE FUNCTION | |
CREATE FUNCTION | |
CREATE FUNCTION | |
CREATE FUNCTION | |
CREATE FUNCTION | |
CREATE FUNCTION | |
CREATE FUNCTION | |
CREATE FUNCTION | |
CREATE FUNCTION | |
CREATE FUNCTION | |
CREATE FUNCTION | |
CREATE FUNCTION | |
CREATE FUNCTION | |
CREATE FUNCTION | |
CREATE FUNCTION | |
CREATE FUNCTION | |
CREATE FUNCTION | |
CREATE FUNCTION | |
CREATE FUNCTION | |
CREATE FUNCTION | |
CREATE FUNCTION | |
CREATE FUNCTION | |
CREATE FUNCTION | |
CREATE FUNCTION | |
CREATE FUNCTION | |
CREATE FUNCTION | |
CREATE FUNCTION | |
CREATE FUNCTION | |
CREATE FUNCTION | |
CREATE FUNCTION | |
CREATE FUNCTION | |
CREATE FUNCTION | |
CREATE FUNCTION | |
CREATE FUNCTION | |
CREATE FUNCTION | |
CREATE FUNCTION | |
CREATE FUNCTION | |
CREATE FUNCTION | |
CREATE FUNCTION | |
CREATE FUNCTION | |
CREATE FUNCTION | |
CREATE FUNCTION | |
CREATE FUNCTION | |
CREATE FUNCTION | |
CREATE FUNCTION | |
CREATE FUNCTION | |
CREATE FUNCTION | |
CREATE FUNCTION | |
CREATE FUNCTION | |
CREATE FUNCTION | |
CREATE FUNCTION | |
CREATE FUNCTION | |
CREATE FUNCTION | |
CREATE FUNCTION | |
CREATE FUNCTION | |
CREATE FUNCTION | |
CREATE FUNCTION | |
CREATE FUNCTION | |
CREATE FUNCTION | |
CREATE FUNCTION | |
CREATE FUNCTION | |
CREATE FUNCTION | |
CREATE FUNCTION | |
CREATE FUNCTION | |
CREATE FUNCTION | |
CREATE FUNCTION | |
CREATE FUNCTION | |
CREATE FUNCTION | |
CREATE FUNCTION | |
CREATE FUNCTION | |
CREATE FUNCTION | |
CREATE FUNCTION | |
CREATE FUNCTION | |
CREATE FUNCTION | |
CREATE FUNCTION | |
CREATE FUNCTION | |
CREATE FUNCTION | |
CREATE FUNCTION | |
CREATE FUNCTION | |
CREATE FUNCTION | |
CREATE FUNCTION | |
CREATE FUNCTION | |
CREATE FUNCTION | |
CREATE TYPE | |
CREATE FUNCTION | |
CREATE FUNCTION | |
CREATE FUNCTION | |
CREATE FUNCTION | |
CREATE FUNCTION | |
CREATE FUNCTION | |
CREATE FUNCTION | |
CREATE FUNCTION | |
CREATE FUNCTION | |
CREATE FUNCTION | |
CREATE FUNCTION | |
CREATE FUNCTION | |
CREATE FUNCTION | |
CREATE FUNCTION | |
CREATE FUNCTION | |
CREATE FUNCTION | |
CREATE FUNCTION | |
CREATE FUNCTION | |
CREATE FUNCTION | |
CREATE CAST | |
CREATE CAST | |
CREATE CAST | |
CREATE FUNCTION | |
CREATE FUNCTION | |
CREATE FUNCTION | |
CREATE FUNCTION | |
CREATE FUNCTION | |
CREATE FUNCTION | |
CREATE FUNCTION | |
CREATE FUNCTION | |
CREATE FUNCTION | |
CREATE FUNCTION | |
CREATE FUNCTION | |
CREATE FUNCTION | |
CREATE FUNCTION | |
CREATE FUNCTION | |
CREATE FUNCTION | |
CREATE FUNCTION | |
CREATE OPERATOR | |
CREATE OPERATOR | |
CREATE OPERATOR | |
CREATE OPERATOR | |
CREATE OPERATOR | |
CREATE OPERATOR | |
CREATE OPERATOR | |
CREATE OPERATOR | |
CREATE OPERATOR | |
CREATE OPERATOR | |
CREATE OPERATOR | |
CREATE OPERATOR | |
CREATE OPERATOR | |
CREATE OPERATOR | |
CREATE OPERATOR | |
CREATE OPERATOR | |
CREATE FUNCTION | |
CREATE FUNCTION | |
CREATE FUNCTION | |
CREATE FUNCTION | |
CREATE FUNCTION | |
CREATE FUNCTION | |
CREATE FUNCTION | |
CREATE FUNCTION | |
CREATE FUNCTION | |
CREATE FUNCTION | |
CREATE FUNCTION | |
CREATE FUNCTION | |
CREATE FUNCTION | |
CREATE FUNCTION | |
CREATE FUNCTION | |
CREATE FUNCTION | |
CREATE FUNCTION | |
CREATE FUNCTION | |
CREATE FUNCTION | |
CREATE FUNCTION | |
CREATE FUNCTION | |
CREATE FUNCTION | |
CREATE FUNCTION | |
CREATE FUNCTION | |
CREATE FUNCTION | |
CREATE FUNCTION | |
CREATE FUNCTION | |
CREATE AGGREGATE | |
CREATE AGGREGATE | |
CREATE AGGREGATE | |
CREATE AGGREGATE | |
CREATE FUNCTION | |
CREATE FUNCTION | |
CREATE FUNCTION | |
CREATE FUNCTION | |
CREATE FUNCTION | |
CREATE FUNCTION | |
CREATE FUNCTION | |
CREATE FUNCTION | |
CREATE FUNCTION | |
CREATE FUNCTION | |
CREATE FUNCTION | |
CREATE FUNCTION | |
CREATE FUNCTION | |
CREATE FUNCTION | |
CREATE FUNCTION | |
CREATE FUNCTION | |
CREATE FUNCTION | |
CREATE FUNCTION | |
CREATE FUNCTION | |
CREATE FUNCTION | |
CREATE FUNCTION | |
CREATE FUNCTION | |
CREATE FUNCTION | |
CREATE FUNCTION | |
CREATE FUNCTION | |
CREATE FUNCTION | |
CREATE FUNCTION | |
CREATE FUNCTION | |
CREATE FUNCTION | |
CREATE FUNCTION | |
CREATE FUNCTION | |
CREATE FUNCTION | |
CREATE FUNCTION | |
CREATE FUNCTION | |
CREATE FUNCTION | |
CREATE FUNCTION | |
CREATE FUNCTION | |
CREATE FUNCTION | |
CREATE FUNCTION | |
CREATE FUNCTION | |
CREATE FUNCTION | |
CREATE FUNCTION | |
CREATE FUNCTION | |
CREATE FUNCTION | |
CREATE FUNCTION | |
CREATE FUNCTION | |
CREATE FUNCTION | |
CREATE FUNCTION | |
CREATE FUNCTION | |
CREATE VIEW | |
CREATE FUNCTION | |
CREATE FUNCTION | |
CREATE FUNCTION | |
CREATE FUNCTION | |
CREATE VIEW | |
CREATE FUNCTION | |
CREATE FUNCTION | |
CREATE FUNCTION | |
CREATE FUNCTION | |
COMMIT | |
GRANT | |
GRANT | |
GRANT | |
Reading package lists... | |
Building dependency tree... | |
Reading state information... | |
The following extra packages will be installed: | |
ca-certificates-java consolekit cryptsetup-bin dbus-x11 | |
dconf-gsettings-backend dconf-service fontconfig gconf-service | |
gconf-service-backend gconf2 gconf2-common gvfs gvfs-common gvfs-daemons | |
gvfs-libs hicolor-icon-theme icedtea-7-jre-jamvm java-common libasound2 | |
libasyncns0 libatasmart4 libatk-wrapper-java libatk-wrapper-java-jni | |
libatk1.0-0 libatk1.0-data libavahi-client3 libavahi-common-data | |
libavahi-common3 libavahi-glib1 libbonobo2-0 libbonobo2-common | |
libcairo-gobject2 libcairo2 libcanberra0 libck-connector0 libcryptsetup4 | |
libcups2 libdatrie1 libdconf0 libexpat1 libexpat1-dev libflac8 libfontenc1 | |
libgconf-2-4 libgconf2-4 libgdk-pixbuf2.0-0 libgdk-pixbuf2.0-common libgdu0 | |
libgl1-mesa-dri libgl1-mesa-glx libglapi-mesa libgnome-keyring-common | |
libgnome-keyring0 libgnome2-0 libgnome2-bin libgnome2-common libgnomevfs2-0 | |
libgnomevfs2-common libgtk-3-0 libgtk-3-bin libgtk-3-common libgtk2.0-0 | |
libgtk2.0-bin libgtk2.0-common libgudev-1.0-0 libice-dev libice6 | |
libidl-common libidl0 libllvm3.0 liblvm2app2.2 libnspr4 libnss3 libnss3-1d | |
libogg0 liborbit2 libpam-ck-connector libpango1.0-0 libpcsclite1 | |
libpixman-1-0 libpolkit-agent-1-0 libpolkit-backend-1-0 libpthread-stubs0 | |
libpthread-stubs0-dev libpulse0 libpython2.7 libsgutils2-2 libsm-dev libsm6 | |
libsndfile1 libtdb1 libthai-data libthai0 libvorbis0a libvorbisenc2 | |
libvorbisfile3 libx11-6 libx11-dev libx11-doc libx11-xcb1 libxau-dev libxaw7 | |
libxcb-glx0 libxcb-render0 libxcb-shape0 libxcb-shm0 libxcb1 libxcb1-dev | |
libxcomposite1 libxcursor1 libxdamage1 libxdmcp-dev libxfixes3 libxft2 | |
libxi6 libxinerama1 libxmu6 libxpm4 libxrandr2 libxrender1 libxt-dev libxt6 | |
libxtst6 libxv1 libxxf86dga1 libxxf86vm1 mtools openjdk-7-jre | |
openjdk-7-jre-headless policykit-1 policykit-1-gnome python python-minimal | |
python-pkg-resources python2.7 python2.7-dev python2.7-minimal | |
shared-mime-info sound-theme-freedesktop ttf-dejavu-extra tzdata tzdata-java | |
udisks x11-common x11-utils x11proto-core-dev x11proto-input-dev | |
x11proto-kb-dev xorg-sgml-doctools xtrans-dev | |
Suggested packages: | |
gconf-defaults-service gvfs-backends default-jre equivs libasound2-plugins | |
libasound2-python libbonobo2-bin libcanberra-gtk0 libcanberra-pulse | |
cups-common libglide3 gnome-keyring desktop-base libgnomevfs2-bin | |
libgnomevfs2-extra gamin fam gnome-mime-data librsvg2-common ttf-baekmuk | |
ttf-arphic-gbsn00lp ttf-arphic-bsmi00lp ttf-arphic-gkai00mp | |
ttf-arphic-bkai00mp pcscd pulseaudio sg3-utils libxcb-doc floppyd | |
openjdk-7-demo openjdk-7-source visualvm icedtea-7-plugin libnss-mdns | |
sun-java6-fonts fonts-ipafont-gothic fonts-ipafont-mincho ttf-wqy-microhei | |
ttf-wqy-zenhei ttf-indic-fonts-core ttf-telugu-fonts ttf-oriya-fonts | |
ttf-kannada-fonts ttf-bengali-fonts python-doc python-tk python-distribute | |
python-distribute-doc python2.7-doc binfmt-support xfsprogs reiserfsprogs | |
mdadm mesa-utils | |
The following NEW packages will be installed: | |
ca-certificates-java consolekit cryptsetup-bin dbus-x11 | |
dconf-gsettings-backend dconf-service fontconfig gconf-service | |
gconf-service-backend gconf2 gconf2-common gvfs gvfs-common gvfs-daemons | |
gvfs-libs hicolor-icon-theme icedtea-7-jre-jamvm java-common libasound2 | |
libasyncns0 libatasmart4 libatk-wrapper-java libatk-wrapper-java-jni | |
libatk1.0-0 libatk1.0-data libavahi-client3 libavahi-common-data | |
libavahi-common3 libavahi-glib1 libbonobo2-0 libbonobo2-common | |
libcairo-gobject2 libcairo2 libcanberra0 libck-connector0 libcryptsetup4 | |
libcups2 libdatrie1 libdconf0 libexpat1-dev libflac8 libfontenc1 | |
libgconf-2-4 libgconf2-4 libgdk-pixbuf2.0-0 libgdk-pixbuf2.0-common libgdu0 | |
libgl1-mesa-dri libgl1-mesa-glx libglapi-mesa libgnome-keyring-common | |
libgnome-keyring0 libgnome2-0 libgnome2-bin libgnome2-common libgnomevfs2-0 | |
libgnomevfs2-common libgtk-3-0 libgtk-3-bin libgtk-3-common libgtk2.0-0 | |
libgtk2.0-bin libgtk2.0-common libgudev-1.0-0 libice-dev libice6 | |
libidl-common libidl0 libllvm3.0 liblvm2app2.2 libnspr4 libnss3 libnss3-1d | |
libogg0 liborbit2 libpam-ck-connector libpango1.0-0 libpcsclite1 | |
libpixman-1-0 libpolkit-agent-1-0 libpolkit-backend-1-0 libpthread-stubs0 | |
libpthread-stubs0-dev libpulse0 libpython2.7 libsgutils2-2 libsm-dev libsm6 | |
libsndfile1 libtdb1 libthai-data libthai0 libvorbis0a libvorbisenc2 | |
libvorbisfile3 libx11-dev libx11-doc libx11-xcb1 libxau-dev libxaw7 | |
libxcb-glx0 libxcb-render0 libxcb-shape0 libxcb-shm0 libxcb1-dev | |
libxcomposite1 libxcursor1 libxdamage1 libxdmcp-dev libxfixes3 libxft2 | |
libxi6 libxinerama1 libxmu6 libxpm4 libxrandr2 libxrender1 libxt-dev libxt6 | |
libxtst6 libxv1 libxxf86dga1 libxxf86vm1 mtools openjdk-7-jdk openjdk-7-jre | |
openjdk-7-jre-headless policykit-1 policykit-1-gnome python-dev | |
python-pkg-resources python-setuptools python2.7-dev shared-mime-info | |
sound-theme-freedesktop ttf-dejavu-extra tzdata-java udisks x11-common | |
x11-utils x11proto-core-dev x11proto-input-dev x11proto-kb-dev | |
xorg-sgml-doctools xtrans-dev | |
The following packages will be upgraded: | |
libexpat1 libx11-6 libxcb1 python python-minimal python2.7 python2.7-minimal | |
tzdata | |
8 upgraded, 145 newly installed, 0 to remove and 140 not upgraded. | |
Need to get 133 MB of archives. | |
After this operation, 244 MB of additional disk space will be used. | |
Get:1 http://us.archive.ubuntu.com/ubuntu/ precise-updates/main python2.7 i386 2.7.3-0ubuntu3.5 [2,643 kB] | |
Get:2 http://us.archive.ubuntu.com/ubuntu/ precise-updates/main python2.7-minimal i386 2.7.3-0ubuntu3.5 [1,689 kB] | |
Get:3 http://us.archive.ubuntu.com/ubuntu/ precise-updates/main libexpat1 i386 2.0.1-7.2ubuntu1.1 [130 kB] | |
Get:4 http://us.archive.ubuntu.com/ubuntu/ precise-updates/main python-minimal i386 2.7.3-0ubuntu2.2 [29.2 kB] | |
Get:5 http://us.archive.ubuntu.com/ubuntu/ precise-updates/main python i386 2.7.3-0ubuntu2.2 [166 kB] | |
Get:6 http://us.archive.ubuntu.com/ubuntu/ precise-updates/main libxcb1 i386 1.8.1-1ubuntu0.2 [48.8 kB] | |
Get:7 http://us.archive.ubuntu.com/ubuntu/ precise-updates/main libx11-6 i386 2:1.4.99.1-0ubuntu2.2 [771 kB] | |
Get:8 http://us.archive.ubuntu.com/ubuntu/ precise-updates/main libasound2 i386 1.0.25-1ubuntu10.2 [431 kB] | |
Get:9 http://us.archive.ubuntu.com/ubuntu/ precise/main libasyncns0 i386 0.8-4 [12.9 kB] | |
Get:10 http://us.archive.ubuntu.com/ubuntu/ precise/main libatasmart4 i386 0.18-3 [28.0 kB] | |
Get:11 http://us.archive.ubuntu.com/ubuntu/ precise/main libatk1.0-data all 2.4.0-0ubuntu1 [12.7 kB] | |
Get:12 http://us.archive.ubuntu.com/ubuntu/ precise/main libatk1.0-0 i386 2.4.0-0ubuntu1 [58.7 kB] | |
Get:13 http://us.archive.ubuntu.com/ubuntu/ precise/main libgtk2.0-common all 2.24.10-0ubuntu6 [119 kB] | |
Get:14 http://us.archive.ubuntu.com/ubuntu/ precise-updates/main libpixman-1-0 i386 0.30.2-1ubuntu0.0.0.0.1 [259 kB] | |
Get:15 http://us.archive.ubuntu.com/ubuntu/ precise-updates/main libxcb-render0 i386 1.8.1-1ubuntu0.2 [14.2 kB] | |
Get:16 http://us.archive.ubuntu.com/ubuntu/ precise-updates/main libxcb-shm0 i386 1.8.1-1ubuntu0.2 [5,696 B] | |
Get:17 http://us.archive.ubuntu.com/ubuntu/ precise-updates/main libxrender1 i386 1:0.9.6-2ubuntu0.1 [20.4 kB] | |
Get:18 http://us.archive.ubuntu.com/ubuntu/ precise-updates/main libcairo2 i386 1.10.2-6.1ubuntu3 [490 kB] | |
Get:19 http://us.archive.ubuntu.com/ubuntu/ precise-updates/main libavahi-common-data i386 0.6.30-5ubuntu2.1 [21.3 kB] | |
Get:20 http://us.archive.ubuntu.com/ubuntu/ precise-updates/main libavahi-common3 i386 0.6.30-5ubuntu2.1 [26.1 kB] | |
Get:21 http://us.archive.ubuntu.com/ubuntu/ precise-updates/main libavahi-client3 i386 0.6.30-5ubuntu2.1 [30.1 kB] | |
Get:22 http://us.archive.ubuntu.com/ubuntu/ precise-updates/main libcups2 i386 1.5.3-0ubuntu8 [172 kB] | |
Get:23 http://us.archive.ubuntu.com/ubuntu/ precise/main libgdk-pixbuf2.0-common all 2.26.1-1 [7,818 B] | |
Get:24 http://us.archive.ubuntu.com/ubuntu/ precise/main libgdk-pixbuf2.0-0 i386 2.26.1-1 [194 kB] | |
Get:25 http://us.archive.ubuntu.com/ubuntu/ precise/main libthai-data all 0.1.16-3 [179 kB] | |
Get:26 http://us.archive.ubuntu.com/ubuntu/ precise/main libdatrie1 i386 0.2.5-3 [16.9 kB] | |
Get:27 http://us.archive.ubuntu.com/ubuntu/ precise/main libthai0 i386 0.1.16-3 [20.2 kB] | |
Get:28 http://us.archive.ubuntu.com/ubuntu/ precise/main libxft2 i386 2.2.0-3ubuntu2 [42.4 kB] | |
Get:29 http://us.archive.ubuntu.com/ubuntu/ precise-updates/main fontconfig i386 2.8.0-3ubuntu9.1 [154 kB] | |
Get:30 http://us.archive.ubuntu.com/ubuntu/ precise-updates/main libpango1.0-0 i386 1.30.0-0ubuntu3.1 [361 kB] | |
Get:31 http://us.archive.ubuntu.com/ubuntu/ precise/main libxcomposite1 i386 1:0.4.3-2build1 [7,634 B] | |
Get:32 http://us.archive.ubuntu.com/ubuntu/ precise-updates/main libxfixes3 i386 1:5.0-4ubuntu4.2 [12.3 kB] | |
Get:33 http://us.archive.ubuntu.com/ubuntu/ precise-updates/main libxcursor1 i386 1:1.1.12-1ubuntu0.1 [23.2 kB] | |
Get:34 http://us.archive.ubuntu.com/ubuntu/ precise/main libxdamage1 i386 1:1.1.3-2build1 [7,390 B] | |
Get:35 http://us.archive.ubuntu.com/ubuntu/ precise-updates/main libxi6 i386 2:1.7.1.901-1ubuntu1~precise1 [32.5 kB] | |
Get:36 http://us.archive.ubuntu.com/ubuntu/ precise-updates/main libxinerama1 i386 2:1.1.1-3ubuntu0.1 [8,188 B] | |
Get:37 http://us.archive.ubuntu.com/ubuntu/ precise-updates/main libxrandr2 i386 2:1.3.2-2ubuntu0.2 [17.5 kB] | |
Get:38 http://us.archive.ubuntu.com/ubuntu/ precise-updates/main shared-mime-info i386 1.0-0ubuntu4.1 [497 kB] | |
Get:39 http://us.archive.ubuntu.com/ubuntu/ precise/main libgtk2.0-0 i386 2.24.10-0ubuntu6 [2,681 kB] | |
Get:40 http://us.archive.ubuntu.com/ubuntu/ precise-updates/main libnspr4 i386 4.9.5-0ubuntu0.12.04.2 [144 kB] | |
Get:41 http://us.archive.ubuntu.com/ubuntu/ precise-updates/main libnss3 i386 3.15.4-0ubuntu0.12.04.2 [1,292 kB] | |
Get:42 http://us.archive.ubuntu.com/ubuntu/ precise-updates/main libnss3-1d i386 3.15.4-0ubuntu0.12.04.2 [13.4 kB] | |
Get:43 http://us.archive.ubuntu.com/ubuntu/ precise/main ca-certificates-java all 20110912ubuntu6 [8,186 B] | |
Get:44 http://us.archive.ubuntu.com/ubuntu/ precise-updates/main tzdata all 2014a-0ubuntu0.12.04 [448 kB] | |
Get:45 http://us.archive.ubuntu.com/ubuntu/ precise-updates/main tzdata-java all 2014a-0ubuntu0.12.04 [126 kB] | |
Get:46 http://us.archive.ubuntu.com/ubuntu/ precise/main java-common all 0.43ubuntu2 [61.7 kB] | |
Get:47 http://us.archive.ubuntu.com/ubuntu/ precise/main libpcsclite1 i386 1.7.4-2ubuntu2 [24.0 kB] | |
Get:48 http://us.archive.ubuntu.com/ubuntu/ precise-updates/universe openjdk-7-jre-headless i386 7u51-2.4.4-0ubuntu0.12.04.2 [44.0 MB] | |
Get:49 http://us.archive.ubuntu.com/ubuntu/ precise/main libogg0 i386 1.2.2~dfsg-1ubuntu1 [17.6 kB] | |
Get:50 http://us.archive.ubuntu.com/ubuntu/ precise/main libflac8 i386 1.2.1-6 [142 kB] | |
Get:51 http://us.archive.ubuntu.com/ubuntu/ precise/main libvorbis0a i386 1.3.2-1ubuntu3 [99.4 kB] | |
Get:52 http://us.archive.ubuntu.com/ubuntu/ precise/main libvorbisenc2 i386 1.3.2-1ubuntu3 [116 kB] | |
Get:53 http://us.archive.ubuntu.com/ubuntu/ precise/main libsndfile1 i386 1.0.25-4 [180 kB] | |
Get:54 http://us.archive.ubuntu.com/ubuntu/ precise-updates/main libpulse0 i386 1:1.1-0ubuntu15.4 [279 kB] | |
Get:55 http://us.archive.ubuntu.com/ubuntu/ precise-updates/main x11-common all 1:7.6+12ubuntu2 [52.0 kB] | |
Get:56 http://us.archive.ubuntu.com/ubuntu/ precise-updates/main libxtst6 i386 2:1.2.0-4ubuntu0.1 [13.9 kB] | |
Get:57 http://us.archive.ubuntu.com/ubuntu/ precise-updates/main libglapi-mesa i386 8.0.4-0ubuntu0.7 [21.1 kB] | |
Get:58 http://us.archive.ubuntu.com/ubuntu/ precise-updates/main libx11-xcb1 i386 2:1.4.99.1-0ubuntu2.2 [10.5 kB] | |
Get:59 http://us.archive.ubuntu.com/ubuntu/ precise-updates/main libxcb-glx0 i386 1.8.1-1ubuntu0.2 [28.3 kB] | |
Get:60 http://us.archive.ubuntu.com/ubuntu/ precise-updates/main libxxf86vm1 i386 1:1.1.1-2ubuntu0.1 [12.1 kB] | |
Get:61 http://us.archive.ubuntu.com/ubuntu/ precise-updates/main libgl1-mesa-glx i386 8.0.4-0ubuntu0.7 [103 kB] | |
Get:62 http://us.archive.ubuntu.com/ubuntu/ precise-updates/universe openjdk-7-jre i386 7u51-2.4.4-0ubuntu0.12.04.2 [225 kB] | |
Get:63 http://us.archive.ubuntu.com/ubuntu/ precise/main libatk-wrapper-java all 0.30.4-0ubuntu2 [30.9 kB] | |
Get:64 http://us.archive.ubuntu.com/ubuntu/ precise/main libatk-wrapper-java-jni i386 0.30.4-0ubuntu2 [31.0 kB] | |
Get:65 http://us.archive.ubuntu.com/ubuntu/ precise-updates/main libavahi-glib1 i386 0.6.30-5ubuntu2.1 [9,006 B] | |
Get:66 http://us.archive.ubuntu.com/ubuntu/ precise-updates/main libbonobo2-common all 2.32.1-0ubuntu1.1 [37.4 kB] | |
Get:67 http://us.archive.ubuntu.com/ubuntu/ precise/main libidl-common all 0.8.14-0.2ubuntu2 [8,572 B] | |
Get:68 http://us.archive.ubuntu.com/ubuntu/ precise/main libidl0 i386 0.8.14-0.2ubuntu2 [76.7 kB] | |
Get:69 http://us.archive.ubuntu.com/ubuntu/ precise-updates/main liborbit2 i386 1:2.14.19-0.1ubuntu1 [178 kB] | |
Get:70 http://us.archive.ubuntu.com/ubuntu/ precise-updates/main libbonobo2-0 i386 2.32.1-0ubuntu1.1 [269 kB] | |
Get:71 http://us.archive.ubuntu.com/ubuntu/ precise-updates/main libcairo-gobject2 i386 1.10.2-6.1ubuntu3 [19.5 kB] | |
Get:72 http://us.archive.ubuntu.com/ubuntu/ precise/main libtdb1 i386 1.2.9-4 [36.5 kB] | |
Get:73 http://us.archive.ubuntu.com/ubuntu/ precise/main libvorbisfile3 i386 1.3.2-1ubuntu3 [20.1 kB] | |
Get:74 http://us.archive.ubuntu.com/ubuntu/ precise/main sound-theme-freedesktop all 0.7.pristine-2 [412 kB] | |
Get:75 http://us.archive.ubuntu.com/ubuntu/ precise/main libcanberra0 i386 0.28-3ubuntu3 [42.0 kB] | |
Get:76 http://us.archive.ubuntu.com/ubuntu/ precise/main gconf2-common all 3.2.5-0ubuntu2 [22.1 kB] | |
Get:77 http://us.archive.ubuntu.com/ubuntu/ precise/main libgconf-2-4 i386 3.2.5-0ubuntu2 [93.8 kB] | |
Get:78 http://us.archive.ubuntu.com/ubuntu/ precise/main libgnome-keyring-common all 3.2.2-2 [5,060 B] | |
Get:79 http://us.archive.ubuntu.com/ubuntu/ precise/main libgnome-keyring0 i386 3.2.2-2 [60.5 kB] | |
Get:80 http://us.archive.ubuntu.com/ubuntu/ precise-updates/main libgudev-1.0-0 i386 1:175-0ubuntu9.5 [14.6 kB] | |
Get:81 http://us.archive.ubuntu.com/ubuntu/ precise-updates/main liblvm2app2.2 i386 2.02.66-4ubuntu7.4 [230 kB] | |
Get:82 http://us.archive.ubuntu.com/ubuntu/ precise/main libsgutils2-2 i386 1.33-1 [61.7 kB] | |
Get:83 http://us.archive.ubuntu.com/ubuntu/ precise-updates/main udisks i386 1.0.4-5ubuntu2.2 [255 kB] | |
Get:84 http://us.archive.ubuntu.com/ubuntu/ precise/main libgdu0 i386 3.0.2-2ubuntu7 [91.8 kB] | |
Get:85 http://us.archive.ubuntu.com/ubuntu/ precise/main gconf-service-backend i386 3.2.5-0ubuntu2 [72.3 kB] | |
Get:86 http://us.archive.ubuntu.com/ubuntu/ precise/main gconf-service i386 3.2.5-0ubuntu2 [2,010 B] | |
Get:87 http://us.archive.ubuntu.com/ubuntu/ precise-updates/main dbus-x11 i386 1.4.18-1ubuntu1.4 [21.5 kB] | |
Get:88 http://us.archive.ubuntu.com/ubuntu/ precise/main gconf2 i386 3.2.5-0ubuntu2 [78.5 kB] | |
Get:89 http://us.archive.ubuntu.com/ubuntu/ precise-updates/main libgnomevfs2-common i386 1:2.24.4-1ubuntu2.1 [24.5 kB] | |
Get:90 http://us.archive.ubuntu.com/ubuntu/ precise-updates/main libgnomevfs2-0 i386 1:2.24.4-1ubuntu2.1 [275 kB] | |
Get:91 http://us.archive.ubuntu.com/ubuntu/ precise-updates/main libgnome2-common all 2.32.1-2ubuntu1.1 [36.9 kB] | |
Get:92 http://us.archive.ubuntu.com/ubuntu/ precise-updates/main libgnome2-bin i386 2.32.1-2ubuntu1.1 [15.7 kB] | |
Get:93 http://us.archive.ubuntu.com/ubuntu/ precise-updates/main libgnome2-0 i386 2.32.1-2ubuntu1.1 [51.6 kB] | |
Get:94 http://us.archive.ubuntu.com/ubuntu/ precise-updates/main libdconf0 i386 0.12.0-0ubuntu1.1 [25.3 kB] | |
Get:95 http://us.archive.ubuntu.com/ubuntu/ precise-updates/main dconf-service i386 0.12.0-0ubuntu1.1 [16.6 kB] | |
Get:96 http://us.archive.ubuntu.com/ubuntu/ precise-updates/main dconf-gsettings-backend i386 0.12.0-0ubuntu1.1 [16.2 kB] | |
Get:97 http://us.archive.ubuntu.com/ubuntu/ precise-updates/main libgtk-3-common all 3.4.2-0ubuntu0.7 [145 kB] | |
Get:98 http://us.archive.ubuntu.com/ubuntu/ precise-updates/main libgtk-3-0 i386 3.4.2-0ubuntu0.7 [2,302 kB] | |
Get:99 http://us.archive.ubuntu.com/ubuntu/ precise/main libice6 i386 2:1.0.7-2build1 [44.7 kB] | |
Get:100 http://us.archive.ubuntu.com/ubuntu/ precise/main libllvm3.0 i386 3.0-4ubuntu1 [7,407 kB] | |
Get:101 http://us.archive.ubuntu.com/ubuntu/ precise-updates/main libpolkit-agent-1-0 i386 0.104-1ubuntu1.1 [17.8 kB] | |
Get:102 http://us.archive.ubuntu.com/ubuntu/ precise-updates/main libpolkit-backend-1-0 i386 0.104-1ubuntu1.1 [42.9 kB] | |
Get:103 http://us.archive.ubuntu.com/ubuntu/ precise/main libsm6 i386 2:1.2.0-2build1 [17.6 kB] | |
Get:104 http://us.archive.ubuntu.com/ubuntu/ precise-updates/main libxt6 i386 1:1.1.1-2ubuntu0.1 [180 kB] | |
Get:105 http://us.archive.ubuntu.com/ubuntu/ precise/main libxmu6 i386 2:1.1.0-3 [52.4 kB] | |
Get:106 http://us.archive.ubuntu.com/ubuntu/ precise/main libxpm4 i386 1:3.5.9-4 [37.4 kB] | |
Get:107 http://us.archive.ubuntu.com/ubuntu/ precise/main libxaw7 i386 2:1.0.9-3ubuntu1 [201 kB] | |
Get:108 http://us.archive.ubuntu.com/ubuntu/ precise-updates/main libxcb-shape0 i386 1.8.1-1ubuntu0.2 [6,450 B] | |
Get:109 http://us.archive.ubuntu.com/ubuntu/ precise-updates/main libxv1 i386 2:1.0.6-2ubuntu0.1 [12.2 kB] | |
Get:110 http://us.archive.ubuntu.com/ubuntu/ precise-updates/main libck-connector0 i386 0.4.5-2ubuntu0.1 [9,986 B] | |
Get:111 http://us.archive.ubuntu.com/ubuntu/ precise-updates/main consolekit i386 0.4.5-2ubuntu0.1 [117 kB] | |
Get:112 http://us.archive.ubuntu.com/ubuntu/ precise/main libcryptsetup4 i386 2:1.4.1-2ubuntu4 [57.5 kB] | |
Get:113 http://us.archive.ubuntu.com/ubuntu/ precise/main cryptsetup-bin i386 2:1.4.1-2ubuntu4 [31.6 kB] | |
Get:114 http://us.archive.ubuntu.com/ubuntu/ precise/main libfontenc1 i386 1:1.1.0-1 [14.2 kB] | |
Get:115 http://us.archive.ubuntu.com/ubuntu/ precise-updates/main libxxf86dga1 i386 2:1.1.2-1ubuntu0.1 [13.6 kB] | |
Get:116 http://us.archive.ubuntu.com/ubuntu/ precise-updates/main x11-utils i386 7.6+4ubuntu0.1 [219 kB] | |
Get:117 http://us.archive.ubuntu.com/ubuntu/ precise-updates/main gvfs-common all 1.12.1-0ubuntu1.2 [16.4 kB] | |
Get:118 http://us.archive.ubuntu.com/ubuntu/ precise-updates/main gvfs-libs i386 1.12.1-0ubuntu1.2 [52.6 kB] | |
Get:119 http://us.archive.ubuntu.com/ubuntu/ precise-updates/main gvfs-daemons i386 1.12.1-0ubuntu1.2 [362 kB] | |
Get:120 http://us.archive.ubuntu.com/ubuntu/ precise-updates/main gvfs i386 1.12.1-0ubuntu1.2 [101 kB] | |
Get:121 http://us.archive.ubuntu.com/ubuntu/ precise/main hicolor-icon-theme all 0.12-1ubuntu2 [10.2 kB] | |
Get:122 http://us.archive.ubuntu.com/ubuntu/ precise-updates/main libexpat1-dev i386 2.0.1-7.2ubuntu1.1 [208 kB] | |
Get:123 http://us.archive.ubuntu.com/ubuntu/ precise/main libgconf2-4 i386 3.2.5-0ubuntu2 [2,016 B] | |
Get:124 http://us.archive.ubuntu.com/ubuntu/ precise-updates/main libgl1-mesa-dri i386 8.0.4-0ubuntu0.7 [3,098 kB] | |
Get:125 http://us.archive.ubuntu.com/ubuntu/ precise-updates/main libgtk-3-bin i386 3.4.2-0ubuntu0.7 [15.8 kB] | |
Get:126 http://us.archive.ubuntu.com/ubuntu/ precise/main libgtk2.0-bin i386 2.24.10-0ubuntu6 [10.3 kB] | |
Get:127 http://us.archive.ubuntu.com/ubuntu/ precise/main xorg-sgml-doctools all 1:1.10-1 [12.0 kB] | |
Get:128 http://us.archive.ubuntu.com/ubuntu/ precise-updates/main x11proto-core-dev all 7.0.22-1ubuntu0.1 [300 kB] | |
Get:129 http://us.archive.ubuntu.com/ubuntu/ precise/main libice-dev i386 2:1.0.7-2build1 [130 kB] | |
Get:130 http://us.archive.ubuntu.com/ubuntu/ precise-updates/main libpam-ck-connector i386 0.4.5-2ubuntu0.1 [8,098 B] | |
Get:131 http://us.archive.ubuntu.com/ubuntu/ precise/main libpthread-stubs0 i386 0.3-3 [3,264 B] | |
Get:132 http://us.archive.ubuntu.com/ubuntu/ precise/main libpthread-stubs0-dev i386 0.3-3 [2,860 B] | |
Get:133 http://us.archive.ubuntu.com/ubuntu/ precise-updates/main libpython2.7 i386 2.7.3-0ubuntu3.5 [1,148 kB] | |
Get:134 http://us.archive.ubuntu.com/ubuntu/ precise/main libsm-dev i386 2:1.2.0-2build1 [88.3 kB] | |
Get:135 http://us.archive.ubuntu.com/ubuntu/ precise/main libxau-dev i386 1:1.0.6-4 [10.2 kB] | |
Get:136 http://us.archive.ubuntu.com/ubuntu/ precise/main libxdmcp-dev i386 1:1.1.0-4 [26.5 kB] | |
Get:137 http://us.archive.ubuntu.com/ubuntu/ precise-updates/main x11proto-input-dev all 2.3-1~precise1 [139 kB] | |
Get:138 http://us.archive.ubuntu.com/ubuntu/ precise/main x11proto-kb-dev all 1.0.5-2 [27.6 kB] | |
Get:139 http://us.archive.ubuntu.com/ubuntu/ precise/main xtrans-dev all 1.2.6-2 [82.9 kB] | |
Get:140 http://us.archive.ubuntu.com/ubuntu/ precise-updates/main libxcb1-dev i386 1.8.1-1ubuntu0.2 [82.6 kB] | |
Get:141 http://us.archive.ubuntu.com/ubuntu/ precise-updates/main libx11-dev i386 2:1.4.99.1-0ubuntu2.2 [896 kB] | |
Get:142 http://us.archive.ubuntu.com/ubuntu/ precise-updates/main libx11-doc all 2:1.4.99.1-0ubuntu2.2 [2,435 kB] | |
Get:143 http://us.archive.ubuntu.com/ubuntu/ precise-updates/main libxt-dev i386 1:1.1.1-2ubuntu0.1 [473 kB] | |
Get:144 http://us.archive.ubuntu.com/ubuntu/ precise-updates/main mtools i386 4.0.12-1ubuntu0.12.04.1 [184 kB] | |
Get:145 http://us.archive.ubuntu.com/ubuntu/ precise-updates/universe openjdk-7-jdk i386 7u51-2.4.4-0ubuntu0.12.04.2 [16.4 MB] | |
Get:146 http://us.archive.ubuntu.com/ubuntu/ precise-updates/main policykit-1 i386 0.104-1ubuntu1.1 [51.4 kB] | |
Get:147 http://us.archive.ubuntu.com/ubuntu/ precise-updates/main policykit-1-gnome i386 0.105-1ubuntu3.1 [27.5 kB] | |
Get:148 http://us.archive.ubuntu.com/ubuntu/ precise-updates/main python2.7-dev i386 2.7.3-0ubuntu3.5 [29.3 MB] | |
Get:149 http://us.archive.ubuntu.com/ubuntu/ precise-updates/main python-dev i386 2.7.3-0ubuntu2.2 [1,098 B] | |
Get:150 http://us.archive.ubuntu.com/ubuntu/ precise/main python-pkg-resources all 0.6.24-1ubuntu1 [63.1 kB] | |
Get:151 http://us.archive.ubuntu.com/ubuntu/ precise/main python-setuptools all 0.6.24-1ubuntu1 [441 kB] | |
Get:152 http://us.archive.ubuntu.com/ubuntu/ precise/main ttf-dejavu-extra all 2.33-2ubuntu1 [3,420 kB] | |
Get:153 http://us.archive.ubuntu.com/ubuntu/ precise-updates/universe icedtea-7-jre-jamvm i386 7u51-2.4.4-0ubuntu0.12.04.2 [580 kB] | |
dpkg-preconfigure: unable to re-open stdin: No such file or directory | |
Fetched 133 MB in 3min 11s (694 kB/s) | |
(Reading database ... 36314 files and directories currently installed.) | |
Preparing to replace python2.7 2.7.3-0ubuntu3 (using .../python2.7_2.7.3-0ubuntu3.5_i386.deb) ... | |
Unpacking replacement python2.7 ... | |
Preparing to replace python2.7-minimal 2.7.3-0ubuntu3 (using .../python2.7-minimal_2.7.3-0ubuntu3.5_i386.deb) ... | |
Unpacking replacement python2.7-minimal ... | |
Processing triggers for man-db ... | |
Setting up python2.7-minimal (2.7.3-0ubuntu3.5) ... | |
(Reading database ... 36313 files and directories currently installed.) | |
Preparing to replace libexpat1 2.0.1-7.2ubuntu1 (using .../libexpat1_2.0.1-7.2ubuntu1.1_i386.deb) ... | |
Unpacking replacement libexpat1 ... | |
Preparing to replace python-minimal 2.7.3-0ubuntu2 (using .../python-minimal_2.7.3-0ubuntu2.2_i386.deb) ... | |
Unpacking replacement python-minimal ... | |
Processing triggers for man-db ... | |
Setting up python-minimal (2.7.3-0ubuntu2.2) ... | |
(Reading database ... 36313 files and directories currently installed.) | |
Preparing to replace python 2.7.3-0ubuntu2 (using .../python_2.7.3-0ubuntu2.2_i386.deb) ... | |
Unpacking replacement python ... | |
Preparing to replace libxcb1 1.8.1-1 (using .../libxcb1_1.8.1-1ubuntu0.2_i386.deb) ... | |
Unpacking replacement libxcb1 ... | |
Preparing to replace libx11-6 2:1.4.99.1-0ubuntu2 (using .../libx11-6_2%3a1.4.99.1-0ubuntu2.2_i386.deb) ... | |
Unpacking replacement libx11-6 ... | |
Selecting previously unselected package libasound2. | |
Unpacking libasound2 (from .../libasound2_1.0.25-1ubuntu10.2_i386.deb) ... | |
Selecting previously unselected package libasyncns0. | |
Unpacking libasyncns0 (from .../libasyncns0_0.8-4_i386.deb) ... | |
Selecting previously unselected package libatasmart4. | |
Unpacking libatasmart4 (from .../libatasmart4_0.18-3_i386.deb) ... | |
Selecting previously unselected package libatk1.0-data. | |
Unpacking libatk1.0-data (from .../libatk1.0-data_2.4.0-0ubuntu1_all.deb) ... | |
Selecting previously unselected package libatk1.0-0. | |
Unpacking libatk1.0-0 (from .../libatk1.0-0_2.4.0-0ubuntu1_i386.deb) ... | |
Selecting previously unselected package libgtk2.0-common. | |
Unpacking libgtk2.0-common (from .../libgtk2.0-common_2.24.10-0ubuntu6_all.deb) ... | |
Selecting previously unselected package libpixman-1-0. | |
Unpacking libpixman-1-0 (from .../libpixman-1-0_0.30.2-1ubuntu0.0.0.0.1_i386.deb) ... | |
Selecting previously unselected package libxcb-render0. | |
Unpacking libxcb-render0 (from .../libxcb-render0_1.8.1-1ubuntu0.2_i386.deb) ... | |
Selecting previously unselected package libxcb-shm0. | |
Unpacking libxcb-shm0 (from .../libxcb-shm0_1.8.1-1ubuntu0.2_i386.deb) ... | |
Selecting previously unselected package libxrender1. | |
Unpacking libxrender1 (from .../libxrender1_1%3a0.9.6-2ubuntu0.1_i386.deb) ... | |
Selecting previously unselected package libcairo2. | |
Unpacking libcairo2 (from .../libcairo2_1.10.2-6.1ubuntu3_i386.deb) ... | |
Selecting previously unselected package libavahi-common-data. | |
Unpacking libavahi-common-data (from .../libavahi-common-data_0.6.30-5ubuntu2.1_i386.deb) ... | |
Selecting previously unselected package libavahi-common3. | |
Unpacking libavahi-common3 (from .../libavahi-common3_0.6.30-5ubuntu2.1_i386.deb) ... | |
Selecting previously unselected package libavahi-client3. | |
Unpacking libavahi-client3 (from .../libavahi-client3_0.6.30-5ubuntu2.1_i386.deb) ... | |
Selecting previously unselected package libcups2. | |
Unpacking libcups2 (from .../libcups2_1.5.3-0ubuntu8_i386.deb) ... | |
Selecting previously unselected package libgdk-pixbuf2.0-common. | |
Unpacking libgdk-pixbuf2.0-common (from .../libgdk-pixbuf2.0-common_2.26.1-1_all.deb) ... | |
Selecting previously unselected package libgdk-pixbuf2.0-0. | |
Unpacking libgdk-pixbuf2.0-0 (from .../libgdk-pixbuf2.0-0_2.26.1-1_i386.deb) ... | |
Selecting previously unselected package libthai-data. | |
Unpacking libthai-data (from .../libthai-data_0.1.16-3_all.deb) ... | |
Selecting previously unselected package libdatrie1. | |
Unpacking libdatrie1 (from .../libdatrie1_0.2.5-3_i386.deb) ... | |
Selecting previously unselected package libthai0. | |
Unpacking libthai0 (from .../libthai0_0.1.16-3_i386.deb) ... | |
Selecting previously unselected package libxft2. | |
Unpacking libxft2 (from .../libxft2_2.2.0-3ubuntu2_i386.deb) ... | |
Selecting previously unselected package fontconfig. | |
Unpacking fontconfig (from .../fontconfig_2.8.0-3ubuntu9.1_i386.deb) ... | |
Selecting previously unselected package libpango1.0-0. | |
Unpacking libpango1.0-0 (from .../libpango1.0-0_1.30.0-0ubuntu3.1_i386.deb) ... | |
Selecting previously unselected package libxcomposite1. | |
Unpacking libxcomposite1 (from .../libxcomposite1_1%3a0.4.3-2build1_i386.deb) ... | |
Selecting previously unselected package libxfixes3. | |
Unpacking libxfixes3 (from .../libxfixes3_1%3a5.0-4ubuntu4.2_i386.deb) ... | |
Selecting previously unselected package libxcursor1. | |
Unpacking libxcursor1 (from .../libxcursor1_1%3a1.1.12-1ubuntu0.1_i386.deb) ... | |
Selecting previously unselected package libxdamage1. | |
Unpacking libxdamage1 (from .../libxdamage1_1%3a1.1.3-2build1_i386.deb) ... | |
Selecting previously unselected package libxi6. | |
Unpacking libxi6 (from .../libxi6_2%3a1.7.1.901-1ubuntu1~precise1_i386.deb) ... | |
Selecting previously unselected package libxinerama1. | |
Unpacking libxinerama1 (from .../libxinerama1_2%3a1.1.1-3ubuntu0.1_i386.deb) ... | |
Selecting previously unselected package libxrandr2. | |
Unpacking libxrandr2 (from .../libxrandr2_2%3a1.3.2-2ubuntu0.2_i386.deb) ... | |
Selecting previously unselected package shared-mime-info. | |
Unpacking shared-mime-info (from .../shared-mime-info_1.0-0ubuntu4.1_i386.deb) ... | |
Selecting previously unselected package libgtk2.0-0. | |
Unpacking libgtk2.0-0 (from .../libgtk2.0-0_2.24.10-0ubuntu6_i386.deb) ... | |
Selecting previously unselected package libnspr4. | |
Unpacking libnspr4 (from .../libnspr4_4.9.5-0ubuntu0.12.04.2_i386.deb) ... | |
Selecting previously unselected package libnss3. | |
Unpacking libnss3 (from .../libnss3_3.15.4-0ubuntu0.12.04.2_i386.deb) ... | |
Selecting previously unselected package libnss3-1d. | |
Unpacking libnss3-1d (from .../libnss3-1d_3.15.4-0ubuntu0.12.04.2_i386.deb) ... | |
Selecting previously unselected package ca-certificates-java. | |
Unpacking ca-certificates-java (from .../ca-certificates-java_20110912ubuntu6_all.deb) ... | |
Preparing to replace tzdata 2012b-1 (using .../tzdata_2014a-0ubuntu0.12.04_all.deb) ... | |
Unpacking replacement tzdata ... | |
Processing triggers for man-db ... | |
Setting up tzdata (2014a-0ubuntu0.12.04) ... | |
Current default time zone: 'Etc/UTC' | |
Local time is now: Mon Apr 7 18:22:16 UTC 2014. | |
Universal Time is now: Mon Apr 7 18:22:16 UTC 2014. | |
Run 'dpkg-reconfigure tzdata' if you wish to change it. | |
Selecting previously unselected package tzdata-java. | |
(Reading database ... 36774 files and directories currently installed.) | |
Unpacking tzdata-java (from .../tzdata-java_2014a-0ubuntu0.12.04_all.deb) ... | |
Selecting previously unselected package java-common. | |
Unpacking java-common (from .../java-common_0.43ubuntu2_all.deb) ... | |
Selecting previously unselected package libpcsclite1. | |
Unpacking libpcsclite1 (from .../libpcsclite1_1.7.4-2ubuntu2_i386.deb) ... | |
Selecting previously unselected package openjdk-7-jre-headless. | |
Unpacking openjdk-7-jre-headless (from .../openjdk-7-jre-headless_7u51-2.4.4-0ubuntu0.12.04.2_i386.deb) ... | |
Selecting previously unselected package libogg0. | |
Unpacking libogg0 (from .../libogg0_1.2.2~dfsg-1ubuntu1_i386.deb) ... | |
Selecting previously unselected package libflac8. | |
Unpacking libflac8 (from .../libflac8_1.2.1-6_i386.deb) ... | |
Selecting previously unselected package libvorbis0a. | |
Unpacking libvorbis0a (from .../libvorbis0a_1.3.2-1ubuntu3_i386.deb) ... | |
Selecting previously unselected package libvorbisenc2. | |
Unpacking libvorbisenc2 (from .../libvorbisenc2_1.3.2-1ubuntu3_i386.deb) ... | |
Selecting previously unselected package libsndfile1. | |
Unpacking libsndfile1 (from .../libsndfile1_1.0.25-4_i386.deb) ... | |
Selecting previously unselected package libpulse0. | |
Unpacking libpulse0 (from .../libpulse0_1%3a1.1-0ubuntu15.4_i386.deb) ... | |
Selecting previously unselected package x11-common. | |
Unpacking x11-common (from .../x11-common_1%3a7.6+12ubuntu2_all.deb) ... | |
Selecting previously unselected package libxtst6. | |
Unpacking libxtst6 (from .../libxtst6_2%3a1.2.0-4ubuntu0.1_i386.deb) ... | |
Selecting previously unselected package libglapi-mesa. | |
Unpacking libglapi-mesa (from .../libglapi-mesa_8.0.4-0ubuntu0.7_i386.deb) ... | |
Selecting previously unselected package libx11-xcb1. | |
Unpacking libx11-xcb1 (from .../libx11-xcb1_2%3a1.4.99.1-0ubuntu2.2_i386.deb) ... | |
Selecting previously unselected package libxcb-glx0. | |
Unpacking libxcb-glx0 (from .../libxcb-glx0_1.8.1-1ubuntu0.2_i386.deb) ... | |
Selecting previously unselected package libxxf86vm1. | |
Unpacking libxxf86vm1 (from .../libxxf86vm1_1%3a1.1.1-2ubuntu0.1_i386.deb) ... | |
Selecting previously unselected package libgl1-mesa-glx. | |
Unpacking libgl1-mesa-glx (from .../libgl1-mesa-glx_8.0.4-0ubuntu0.7_i386.deb) ... | |
Selecting previously unselected package openjdk-7-jre. | |
Unpacking openjdk-7-jre (from .../openjdk-7-jre_7u51-2.4.4-0ubuntu0.12.04.2_i386.deb) ... | |
Selecting previously unselected package libatk-wrapper-java. | |
Unpacking libatk-wrapper-java (from .../libatk-wrapper-java_0.30.4-0ubuntu2_all.deb) ... | |
Selecting previously unselected package libatk-wrapper-java-jni. | |
Unpacking libatk-wrapper-java-jni (from .../libatk-wrapper-java-jni_0.30.4-0ubuntu2_i386.deb) ... | |
Selecting previously unselected package libavahi-glib1. | |
Unpacking libavahi-glib1 (from .../libavahi-glib1_0.6.30-5ubuntu2.1_i386.deb) ... | |
Selecting previously unselected package libbonobo2-common. | |
Unpacking libbonobo2-common (from .../libbonobo2-common_2.32.1-0ubuntu1.1_all.deb) ... | |
Selecting previously unselected package libidl-common. | |
Unpacking libidl-common (from .../libidl-common_0.8.14-0.2ubuntu2_all.deb) ... | |
Selecting previously unselected package libidl0. | |
Unpacking libidl0 (from .../libidl0_0.8.14-0.2ubuntu2_i386.deb) ... | |
Selecting previously unselected package liborbit2. | |
Unpacking liborbit2 (from .../liborbit2_1%3a2.14.19-0.1ubuntu1_i386.deb) ... | |
Selecting previously unselected package libbonobo2-0. | |
Unpacking libbonobo2-0 (from .../libbonobo2-0_2.32.1-0ubuntu1.1_i386.deb) ... | |
Selecting previously unselected package libcairo-gobject2. | |
Unpacking libcairo-gobject2 (from .../libcairo-gobject2_1.10.2-6.1ubuntu3_i386.deb) ... | |
Selecting previously unselected package libtdb1. | |
Unpacking libtdb1 (from .../libtdb1_1.2.9-4_i386.deb) ... | |
Selecting previously unselected package libvorbisfile3. | |
Unpacking libvorbisfile3 (from .../libvorbisfile3_1.3.2-1ubuntu3_i386.deb) ... | |
Selecting previously unselected package sound-theme-freedesktop. | |
Unpacking sound-theme-freedesktop (from .../sound-theme-freedesktop_0.7.pristine-2_all.deb) ... | |
Selecting previously unselected package libcanberra0. | |
Unpacking libcanberra0 (from .../libcanberra0_0.28-3ubuntu3_i386.deb) ... | |
Selecting previously unselected package gconf2-common. | |
Unpacking gconf2-common (from .../gconf2-common_3.2.5-0ubuntu2_all.deb) ... | |
Selecting previously unselected package libgconf-2-4. | |
Unpacking libgconf-2-4 (from .../libgconf-2-4_3.2.5-0ubuntu2_i386.deb) ... | |
Selecting previously unselected package libgnome-keyring-common. | |
Unpacking libgnome-keyring-common (from .../libgnome-keyring-common_3.2.2-2_all.deb) ... | |
Selecting previously unselected package libgnome-keyring0. | |
Unpacking libgnome-keyring0 (from .../libgnome-keyring0_3.2.2-2_i386.deb) ... | |
Selecting previously unselected package libgudev-1.0-0. | |
Unpacking libgudev-1.0-0 (from .../libgudev-1.0-0_1%3a175-0ubuntu9.5_i386.deb) ... | |
Selecting previously unselected package liblvm2app2.2. | |
Unpacking liblvm2app2.2 (from .../liblvm2app2.2_2.02.66-4ubuntu7.4_i386.deb) ... | |
Selecting previously unselected package libsgutils2-2. | |
Unpacking libsgutils2-2 (from .../libsgutils2-2_1.33-1_i386.deb) ... | |
Selecting previously unselected package udisks. | |
Unpacking udisks (from .../udisks_1.0.4-5ubuntu2.2_i386.deb) ... | |
Selecting previously unselected package libgdu0. | |
Unpacking libgdu0 (from .../libgdu0_3.0.2-2ubuntu7_i386.deb) ... | |
Selecting previously unselected package gconf-service-backend. | |
Unpacking gconf-service-backend (from .../gconf-service-backend_3.2.5-0ubuntu2_i386.deb) ... | |
Selecting previously unselected package gconf-service. | |
Unpacking gconf-service (from .../gconf-service_3.2.5-0ubuntu2_i386.deb) ... | |
Selecting previously unselected package dbus-x11. | |
Unpacking dbus-x11 (from .../dbus-x11_1.4.18-1ubuntu1.4_i386.deb) ... | |
Selecting previously unselected package gconf2. | |
Unpacking gconf2 (from .../gconf2_3.2.5-0ubuntu2_i386.deb) ... | |
Selecting previously unselected package libgnomevfs2-common. | |
Unpacking libgnomevfs2-common (from .../libgnomevfs2-common_1%3a2.24.4-1ubuntu2.1_i386.deb) ... | |
Selecting previously unselected package libgnomevfs2-0. | |
Unpacking libgnomevfs2-0 (from .../libgnomevfs2-0_1%3a2.24.4-1ubuntu2.1_i386.deb) ... | |
Selecting previously unselected package libgnome2-common. | |
Unpacking libgnome2-common (from .../libgnome2-common_2.32.1-2ubuntu1.1_all.deb) ... | |
Selecting previously unselected package libgnome2-bin. | |
Unpacking libgnome2-bin (from .../libgnome2-bin_2.32.1-2ubuntu1.1_i386.deb) ... | |
Selecting previously unselected package libgnome2-0. | |
Unpacking libgnome2-0 (from .../libgnome2-0_2.32.1-2ubuntu1.1_i386.deb) ... | |
Selecting previously unselected package libdconf0. | |
Unpacking libdconf0 (from .../libdconf0_0.12.0-0ubuntu1.1_i386.deb) ... | |
Selecting previously unselected package dconf-service. | |
Unpacking dconf-service (from .../dconf-service_0.12.0-0ubuntu1.1_i386.deb) ... | |
Selecting previously unselected package dconf-gsettings-backend. | |
Unpacking dconf-gsettings-backend (from .../dconf-gsettings-backend_0.12.0-0ubuntu1.1_i386.deb) ... | |
Selecting previously unselected package libgtk-3-common. | |
Unpacking libgtk-3-common (from .../libgtk-3-common_3.4.2-0ubuntu0.7_all.deb) ... | |
Selecting previously unselected package libgtk-3-0. | |
Unpacking libgtk-3-0 (from .../libgtk-3-0_3.4.2-0ubuntu0.7_i386.deb) ... | |
Selecting previously unselected package libice6. | |
Unpacking libice6 (from .../libice6_2%3a1.0.7-2build1_i386.deb) ... | |
Selecting previously unselected package libllvm3.0. | |
Unpacking libllvm3.0 (from .../libllvm3.0_3.0-4ubuntu1_i386.deb) ... | |
Selecting previously unselected package libpolkit-agent-1-0. | |
Unpacking libpolkit-agent-1-0 (from .../libpolkit-agent-1-0_0.104-1ubuntu1.1_i386.deb) ... | |
Selecting previously unselected package libpolkit-backend-1-0. | |
Unpacking libpolkit-backend-1-0 (from .../libpolkit-backend-1-0_0.104-1ubuntu1.1_i386.deb) ... | |
Selecting previously unselected package libsm6. | |
Unpacking libsm6 (from .../libsm6_2%3a1.2.0-2build1_i386.deb) ... | |
Selecting previously unselected package libxt6. | |
Unpacking libxt6 (from .../libxt6_1%3a1.1.1-2ubuntu0.1_i386.deb) ... | |
Selecting previously unselected package libxmu6. | |
Unpacking libxmu6 (from .../libxmu6_2%3a1.1.0-3_i386.deb) ... | |
Selecting previously unselected package libxpm4. | |
Unpacking libxpm4 (from .../libxpm4_1%3a3.5.9-4_i386.deb) ... | |
Selecting previously unselected package libxaw7. | |
Unpacking libxaw7 (from .../libxaw7_2%3a1.0.9-3ubuntu1_i386.deb) ... | |
Selecting previously unselected package libxcb-shape0. | |
Unpacking libxcb-shape0 (from .../libxcb-shape0_1.8.1-1ubuntu0.2_i386.deb) ... | |
Selecting previously unselected package libxv1. | |
Unpacking libxv1 (from .../libxv1_2%3a1.0.6-2ubuntu0.1_i386.deb) ... | |
Selecting previously unselected package libck-connector0. | |
Unpacking libck-connector0 (from .../libck-connector0_0.4.5-2ubuntu0.1_i386.deb) ... | |
Selecting previously unselected package consolekit. | |
Unpacking consolekit (from .../consolekit_0.4.5-2ubuntu0.1_i386.deb) ... | |
Selecting previously unselected package libcryptsetup4. | |
Unpacking libcryptsetup4 (from .../libcryptsetup4_2%3a1.4.1-2ubuntu4_i386.deb) ... | |
Selecting previously unselected package cryptsetup-bin. | |
Unpacking cryptsetup-bin (from .../cryptsetup-bin_2%3a1.4.1-2ubuntu4_i386.deb) ... | |
Selecting previously unselected package libfontenc1. | |
Unpacking libfontenc1 (from .../libfontenc1_1%3a1.1.0-1_i386.deb) ... | |
Selecting previously unselected package libxxf86dga1. | |
Unpacking libxxf86dga1 (from .../libxxf86dga1_2%3a1.1.2-1ubuntu0.1_i386.deb) ... | |
Selecting previously unselected package x11-utils. | |
Unpacking x11-utils (from .../x11-utils_7.6+4ubuntu0.1_i386.deb) ... | |
Selecting previously unselected package gvfs-common. | |
Unpacking gvfs-common (from .../gvfs-common_1.12.1-0ubuntu1.2_all.deb) ... | |
Selecting previously unselected package gvfs-libs. | |
Unpacking gvfs-libs (from .../gvfs-libs_1.12.1-0ubuntu1.2_i386.deb) ... | |
Selecting previously unselected package gvfs-daemons. | |
Unpacking gvfs-daemons (from .../gvfs-daemons_1.12.1-0ubuntu1.2_i386.deb) ... | |
Selecting previously unselected package gvfs. | |
Unpacking gvfs (from .../gvfs_1.12.1-0ubuntu1.2_i386.deb) ... | |
Selecting previously unselected package hicolor-icon-theme. | |
Unpacking hicolor-icon-theme (from .../hicolor-icon-theme_0.12-1ubuntu2_all.deb) ... | |
Selecting previously unselected package libexpat1-dev. | |
Unpacking libexpat1-dev (from .../libexpat1-dev_2.0.1-7.2ubuntu1.1_i386.deb) ... | |
Selecting previously unselected package libgconf2-4. | |
Unpacking libgconf2-4 (from .../libgconf2-4_3.2.5-0ubuntu2_i386.deb) ... | |
Selecting previously unselected package libgl1-mesa-dri. | |
Unpacking libgl1-mesa-dri (from .../libgl1-mesa-dri_8.0.4-0ubuntu0.7_i386.deb) ... | |
Selecting previously unselected package libgtk-3-bin. | |
Unpacking libgtk-3-bin (from .../libgtk-3-bin_3.4.2-0ubuntu0.7_i386.deb) ... | |
Adding 'diversion of /usr/sbin/update-icon-caches to /usr/sbin/update-icon-caches.gtk2 by libgtk-3-bin' | |
Adding 'diversion of /usr/share/man/man8/update-icon-caches.8.gz to /usr/share/man/man8/update-icon-caches.gtk2.8.gz by libgtk-3-bin' | |
Selecting previously unselected package libgtk2.0-bin. | |
Unpacking libgtk2.0-bin (from .../libgtk2.0-bin_2.24.10-0ubuntu6_i386.deb) ... | |
Selecting previously unselected package xorg-sgml-doctools. | |
Unpacking xorg-sgml-doctools (from .../xorg-sgml-doctools_1%3a1.10-1_all.deb) ... | |
Selecting previously unselected package x11proto-core-dev. | |
Unpacking x11proto-core-dev (from .../x11proto-core-dev_7.0.22-1ubuntu0.1_all.deb) ... | |
Selecting previously unselected package libice-dev. | |
Unpacking libice-dev (from .../libice-dev_2%3a1.0.7-2build1_i386.deb) ... | |
Selecting previously unselected package libpam-ck-connector. | |
Unpacking libpam-ck-connector (from .../libpam-ck-connector_0.4.5-2ubuntu0.1_i386.deb) ... | |
Selecting previously unselected package libpthread-stubs0. | |
Unpacking libpthread-stubs0 (from .../libpthread-stubs0_0.3-3_i386.deb) ... | |
Selecting previously unselected package libpthread-stubs0-dev. | |
Unpacking libpthread-stubs0-dev (from .../libpthread-stubs0-dev_0.3-3_i386.deb) ... | |
Selecting previously unselected package libpython2.7. | |
Unpacking libpython2.7 (from .../libpython2.7_2.7.3-0ubuntu3.5_i386.deb) ... | |
Selecting previously unselected package libsm-dev. | |
Unpacking libsm-dev (from .../libsm-dev_2%3a1.2.0-2build1_i386.deb) ... | |
Selecting previously unselected package libxau-dev. | |
Unpacking libxau-dev (from .../libxau-dev_1%3a1.0.6-4_i386.deb) ... | |
Selecting previously unselected package libxdmcp-dev. | |
Unpacking libxdmcp-dev (from .../libxdmcp-dev_1%3a1.1.0-4_i386.deb) ... | |
Selecting previously unselected package x11proto-input-dev. | |
Unpacking x11proto-input-dev (from .../x11proto-input-dev_2.3-1~precise1_all.deb) ... | |
Selecting previously unselected package x11proto-kb-dev. | |
Unpacking x11proto-kb-dev (from .../x11proto-kb-dev_1.0.5-2_all.deb) ... | |
Selecting previously unselected package xtrans-dev. | |
Unpacking xtrans-dev (from .../xtrans-dev_1.2.6-2_all.deb) ... | |
Selecting previously unselected package libxcb1-dev. | |
Unpacking libxcb1-dev (from .../libxcb1-dev_1.8.1-1ubuntu0.2_i386.deb) ... | |
Selecting previously unselected package libx11-dev. | |
Unpacking libx11-dev (from .../libx11-dev_2%3a1.4.99.1-0ubuntu2.2_i386.deb) ... | |
Selecting previously unselected package libx11-doc. | |
Unpacking libx11-doc (from .../libx11-doc_2%3a1.4.99.1-0ubuntu2.2_all.deb) ... | |
Selecting previously unselected package libxt-dev. | |
Unpacking libxt-dev (from .../libxt-dev_1%3a1.1.1-2ubuntu0.1_i386.deb) ... | |
Selecting previously unselected package mtools. | |
Unpacking mtools (from .../mtools_4.0.12-1ubuntu0.12.04.1_i386.deb) ... | |
Selecting previously unselected package openjdk-7-jdk. | |
Unpacking openjdk-7-jdk (from .../openjdk-7-jdk_7u51-2.4.4-0ubuntu0.12.04.2_i386.deb) ... | |
Selecting previously unselected package policykit-1. | |
Unpacking policykit-1 (from .../policykit-1_0.104-1ubuntu1.1_i386.deb) ... | |
Selecting previously unselected package policykit-1-gnome. | |
Unpacking policykit-1-gnome (from .../policykit-1-gnome_0.105-1ubuntu3.1_i386.deb) ... | |
Selecting previously unselected package python2.7-dev. | |
Unpacking python2.7-dev (from .../python2.7-dev_2.7.3-0ubuntu3.5_i386.deb) ... | |
Selecting previously unselected package python-dev. | |
Unpacking python-dev (from .../python-dev_2.7.3-0ubuntu2.2_i386.deb) ... | |
Selecting previously unselected package python-pkg-resources. | |
Unpacking python-pkg-resources (from .../python-pkg-resources_0.6.24-1ubuntu1_all.deb) ... | |
Selecting previously unselected package python-setuptools. | |
Unpacking python-setuptools (from .../python-setuptools_0.6.24-1ubuntu1_all.deb) ... | |
Selecting previously unselected package ttf-dejavu-extra. | |
Unpacking ttf-dejavu-extra (from .../ttf-dejavu-extra_2.33-2ubuntu1_all.deb) ... | |
Selecting previously unselected package icedtea-7-jre-jamvm. | |
Unpacking icedtea-7-jre-jamvm (from .../icedtea-7-jre-jamvm_7u51-2.4.4-0ubuntu0.12.04.2_i386.deb) ... | |
Processing triggers for man-db ... | |
Processing triggers for ureadahead ... | |
Processing triggers for libglib2.0-0 ... | |
Processing triggers for install-info ... | |
Setting up libexpat1 (2.0.1-7.2ubuntu1.1) ... | |
Setting up python2.7 (2.7.3-0ubuntu3.5) ... | |
Setting up python (2.7.3-0ubuntu2.2) ... | |
Setting up libxcb1 (1.8.1-1ubuntu0.2) ... | |
Setting up libx11-6 (2:1.4.99.1-0ubuntu2.2) ... | |
Setting up libasound2 (1.0.25-1ubuntu10.2) ... | |
Setting up libasyncns0 (0.8-4) ... | |
Setting up libatasmart4 (0.18-3) ... | |
Setting up libatk1.0-data (2.4.0-0ubuntu1) ... | |
Setting up libatk1.0-0 (2.4.0-0ubuntu1) ... | |
Setting up libgtk2.0-common (2.24.10-0ubuntu6) ... | |
Setting up libpixman-1-0 (0.30.2-1ubuntu0.0.0.0.1) ... | |
Setting up libxcb-render0 (1.8.1-1ubuntu0.2) ... | |
Setting up libxcb-shm0 (1.8.1-1ubuntu0.2) ... | |
Setting up libxrender1 (1:0.9.6-2ubuntu0.1) ... | |
Setting up libcairo2 (1.10.2-6.1ubuntu3) ... | |
Setting up libavahi-common-data (0.6.30-5ubuntu2.1) ... | |
Setting up libavahi-common3 (0.6.30-5ubuntu2.1) ... | |
Setting up libavahi-client3 (0.6.30-5ubuntu2.1) ... | |
Setting up libcups2 (1.5.3-0ubuntu8) ... | |
Setting up libgdk-pixbuf2.0-common (2.26.1-1) ... | |
Setting up libgdk-pixbuf2.0-0 (2.26.1-1) ... | |
Setting up libthai-data (0.1.16-3) ... | |
Setting up libdatrie1 (0.2.5-3) ... | |
Setting up libthai0 (0.1.16-3) ... | |
Setting up libxft2 (2.2.0-3ubuntu2) ... | |
Setting up fontconfig (2.8.0-3ubuntu9.1) ... | |
Cleaning up old fontconfig caches... done. | |
Regenerating fonts cache... done. | |
Setting up libpango1.0-0 (1.30.0-0ubuntu3.1) ... | |
Setting up libxcomposite1 (1:0.4.3-2build1) ... | |
Setting up libxfixes3 (1:5.0-4ubuntu4.2) ... | |
Setting up libxcursor1 (1:1.1.12-1ubuntu0.1) ... | |
Setting up libxdamage1 (1:1.1.3-2build1) ... | |
Setting up libxi6 (2:1.7.1.901-1ubuntu1~precise1) ... | |
Setting up libxinerama1 (2:1.1.1-3ubuntu0.1) ... | |
Setting up libxrandr2 (2:1.3.2-2ubuntu0.2) ... | |
Setting up shared-mime-info (1.0-0ubuntu4.1) ... | |
Setting up libgtk2.0-0 (2.24.10-0ubuntu6) ... | |
Setting up libnspr4 (4.9.5-0ubuntu0.12.04.2) ... | |
Setting up libnss3 (3.15.4-0ubuntu0.12.04.2) ... | |
Setting up libnss3-1d (3.15.4-0ubuntu0.12.04.2) ... | |
Setting up tzdata-java (2014a-0ubuntu0.12.04) ... | |
Setting up java-common (0.43ubuntu2) ... | |
Setting up libpcsclite1 (1.7.4-2ubuntu2) ... | |
Setting up libogg0 (1.2.2~dfsg-1ubuntu1) ... | |
Setting up libflac8 (1.2.1-6) ... | |
Setting up libvorbis0a (1.3.2-1ubuntu3) ... | |
Setting up libvorbisenc2 (1.3.2-1ubuntu3) ... | |
Setting up libsndfile1 (1.0.25-4) ... | |
Setting up libpulse0 (1:1.1-0ubuntu15.4) ... | |
Setting up x11-common (1:7.6+12ubuntu2) ... | |
Setting up libxtst6 (2:1.2.0-4ubuntu0.1) ... | |
Setting up libglapi-mesa (8.0.4-0ubuntu0.7) ... | |
Setting up libx11-xcb1 (2:1.4.99.1-0ubuntu2.2) ... | |
Setting up libxcb-glx0 (1.8.1-1ubuntu0.2) ... | |
Setting up libxxf86vm1 (1:1.1.1-2ubuntu0.1) ... | |
Setting up libgl1-mesa-glx (8.0.4-0ubuntu0.7) ... | |
update-alternatives: using /usr/lib/i386-linux-gnu/mesa/ld.so.conf to provide /etc/ld.so.conf.d/i386-linux-gnu_GL.conf (i386-linux-gnu_gl_conf) in auto mode. | |
Setting up libavahi-glib1 (0.6.30-5ubuntu2.1) ... | |
Setting up libbonobo2-common (2.32.1-0ubuntu1.1) ... | |
Setting up libidl-common (0.8.14-0.2ubuntu2) ... | |
Setting up libidl0 (0.8.14-0.2ubuntu2) ... | |
Setting up liborbit2 (1:2.14.19-0.1ubuntu1) ... | |
Setting up libbonobo2-0 (2.32.1-0ubuntu1.1) ... | |
Setting up libcairo-gobject2 (1.10.2-6.1ubuntu3) ... | |
Setting up libtdb1 (1.2.9-4) ... | |
Setting up libvorbisfile3 (1.3.2-1ubuntu3) ... | |
Setting up sound-theme-freedesktop (0.7.pristine-2) ... | |
Setting up libcanberra0 (0.28-3ubuntu3) ... | |
Setting up gconf2-common (3.2.5-0ubuntu2) ... | |
Creating config file /etc/gconf/2/path with new version | |
Setting up libgconf-2-4 (3.2.5-0ubuntu2) ... | |
Setting up libgnome-keyring-common (3.2.2-2) ... | |
Setting up libgnome-keyring0 (3.2.2-2) ... | |
Setting up libgudev-1.0-0 (1:175-0ubuntu9.5) ... | |
Setting up liblvm2app2.2 (2.02.66-4ubuntu7.4) ... | |
Setting up libsgutils2-2 (1.33-1) ... | |
Setting up udisks (1.0.4-5ubuntu2.2) ... | |
Setting up libgdu0 (3.0.2-2ubuntu7) ... | |
Setting up dbus-x11 (1.4.18-1ubuntu1.4) ... | |
Setting up libdconf0 (0.12.0-0ubuntu1.1) ... | |
Setting up dconf-service (0.12.0-0ubuntu1.1) ... | |
Setting up dconf-gsettings-backend (0.12.0-0ubuntu1.1) ... | |
Setting up libgtk-3-common (3.4.2-0ubuntu0.7) ... | |
Setting up libgtk-3-0 (3.4.2-0ubuntu0.7) ... | |
Setting up libice6 (2:1.0.7-2build1) ... | |
Setting up libllvm3.0 (3.0-4ubuntu1) ... | |
Setting up libpolkit-agent-1-0 (0.104-1ubuntu1.1) ... | |
Setting up libpolkit-backend-1-0 (0.104-1ubuntu1.1) ... | |
Setting up libsm6 (2:1.2.0-2build1) ... | |
Setting up libxt6 (1:1.1.1-2ubuntu0.1) ... | |
Setting up libxmu6 (2:1.1.0-3) ... | |
Setting up libxpm4 (1:3.5.9-4) ... | |
Setting up libxaw7 (2:1.0.9-3ubuntu1) ... | |
Setting up libxcb-shape0 (1.8.1-1ubuntu0.2) ... | |
Setting up libxv1 (2:1.0.6-2ubuntu0.1) ... | |
Setting up libck-connector0 (0.4.5-2ubuntu0.1) ... | |
Setting up consolekit (0.4.5-2ubuntu0.1) ... | |
Setting up libcryptsetup4 (2:1.4.1-2ubuntu4) ... | |
Setting up cryptsetup-bin (2:1.4.1-2ubuntu4) ... | |
Setting up libfontenc1 (1:1.1.0-1) ... | |
Setting up libxxf86dga1 (2:1.1.2-1ubuntu0.1) ... | |
Setting up x11-utils (7.6+4ubuntu0.1) ... | |
Setting up gvfs-common (1.12.1-0ubuntu1.2) ... | |
Setting up gvfs-libs (1.12.1-0ubuntu1.2) ... | |
Setting up gvfs-daemons (1.12.1-0ubuntu1.2) ... | |
Setting up gvfs (1.12.1-0ubuntu1.2) ... | |
Setting up hicolor-icon-theme (0.12-1ubuntu2) ... | |
Setting up libexpat1-dev (2.0.1-7.2ubuntu1.1) ... | |
Setting up libgl1-mesa-dri (8.0.4-0ubuntu0.7) ... | |
Setting up libgtk-3-bin (3.4.2-0ubuntu0.7) ... | |
Setting up libgtk2.0-bin (2.24.10-0ubuntu6) ... | |
Setting up xorg-sgml-doctools (1:1.10-1) ... | |
Setting up x11proto-core-dev (7.0.22-1ubuntu0.1) ... | |
Setting up libice-dev (2:1.0.7-2build1) ... | |
Setting up libpam-ck-connector (0.4.5-2ubuntu0.1) ... | |
Setting up libpthread-stubs0 (0.3-3) ... | |
Setting up libpthread-stubs0-dev (0.3-3) ... | |
Setting up libpython2.7 (2.7.3-0ubuntu3.5) ... | |
Setting up libsm-dev (2:1.2.0-2build1) ... | |
Setting up libxau-dev (1:1.0.6-4) ... | |
Setting up libxdmcp-dev (1:1.1.0-4) ... | |
Setting up x11proto-input-dev (2.3-1~precise1) ... | |
Setting up x11proto-kb-dev (1.0.5-2) ... | |
Setting up xtrans-dev (1.2.6-2) ... | |
Setting up libxcb1-dev (1.8.1-1ubuntu0.2) ... | |
Setting up libx11-dev (2:1.4.99.1-0ubuntu2.2) ... | |
Setting up libx11-doc (2:1.4.99.1-0ubuntu2.2) ... | |
Setting up libxt-dev (1:1.1.1-2ubuntu0.1) ... | |
Setting up mtools (4.0.12-1ubuntu0.12.04.1) ... | |
Setting up policykit-1 (0.104-1ubuntu1.1) ... | |
Setting up policykit-1-gnome (0.105-1ubuntu3.1) ... | |
Setting up python2.7-dev (2.7.3-0ubuntu3.5) ... | |
Setting up python-dev (2.7.3-0ubuntu2.2) ... | |
Setting up python-pkg-resources (0.6.24-1ubuntu1) ... | |
Setting up python-setuptools (0.6.24-1ubuntu1) ... | |
Setting up ttf-dejavu-extra (2.33-2ubuntu1) ... | |
Setting up gconf-service (3.2.5-0ubuntu2) ... | |
Setting up libgconf2-4 (3.2.5-0ubuntu2) ... | |
Setting up openjdk-7-jre-headless (7u51-2.4.4-0ubuntu0.12.04.2) ... | |
update-alternatives: using /usr/lib/jvm/java-7-openjdk-i386/jre/bin/java to provide /usr/bin/java (java) in auto mode. | |
update-alternatives: using /usr/lib/jvm/java-7-openjdk-i386/jre/bin/keytool to provide /usr/bin/keytool (keytool) in auto mode. | |
update-alternatives: using /usr/lib/jvm/java-7-openjdk-i386/jre/bin/pack200 to provide /usr/bin/pack200 (pack200) in auto mode. | |
update-alternatives: using /usr/lib/jvm/java-7-openjdk-i386/jre/bin/rmid to provide /usr/bin/rmid (rmid) in auto mode. | |
update-alternatives: using /usr/lib/jvm/java-7-openjdk-i386/jre/bin/rmiregistry to provide /usr/bin/rmiregistry (rmiregistry) in auto mode. | |
update-alternatives: using /usr/lib/jvm/java-7-openjdk-i386/jre/bin/unpack200 to provide /usr/bin/unpack200 (unpack200) in auto mode. | |
update-alternatives: using /usr/lib/jvm/java-7-openjdk-i386/jre/bin/orbd to provide /usr/bin/orbd (orbd) in auto mode. | |
update-alternatives: using /usr/lib/jvm/java-7-openjdk-i386/jre/bin/servertool to provide /usr/bin/servertool (servertool) in auto mode. | |
update-alternatives: using /usr/lib/jvm/java-7-openjdk-i386/jre/bin/tnameserv to provide /usr/bin/tnameserv (tnameserv) in auto mode. | |
update-alternatives: using /usr/lib/jvm/java-7-openjdk-i386/jre/lib/jexec to provide /usr/bin/jexec (jexec) in auto mode. | |
Setting up libatk-wrapper-java (0.30.4-0ubuntu2) ... | |
Setting up gconf-service-backend (3.2.5-0ubuntu2) ... | |
Setting up gconf2 (3.2.5-0ubuntu2) ... | |
update-alternatives: using /usr/bin/gconftool-2 to provide /usr/bin/gconftool (gconftool) in auto mode. | |
Setting up libgnomevfs2-common (1:2.24.4-1ubuntu2.1) ... | |
Setting up libgnomevfs2-0 (1:2.24.4-1ubuntu2.1) ... | |
Setting up libgnome2-common (2.32.1-2ubuntu1.1) ... | |
Setting up libgnome2-bin (2.32.1-2ubuntu1.1) ... | |
Setting up libgnome2-0 (2.32.1-2ubuntu1.1) ... | |
Setting up icedtea-7-jre-jamvm (7u51-2.4.4-0ubuntu0.12.04.2) ... | |
Setting up ca-certificates-java (20110912ubuntu6) ... | |
Adding debian:Digital_Signature_Trust_Co._Global_CA_1.pem | |
Adding debian:QuoVadis_Root_CA_3.pem | |
Adding debian:spi-cacert-2008.pem | |
Adding debian:Equifax_Secure_eBusiness_CA_2.pem | |
Adding debian:NetLock_Qualified_=Class_QA=_Root.pem | |
Adding debian:Equifax_Secure_eBusiness_CA_1.pem | |
Adding debian:TDC_OCES_Root_CA.pem | |
Adding debian:Taiwan_GRCA.pem | |
Adding debian:IGC_A.pem | |
Adding debian:Verisign_Class_2_Public_Primary_Certification_Authority.pem | |
Adding debian:Digital_Signature_Trust_Co._Global_CA_3.pem | |
Adding debian:SwissSign_Gold_CA_-_G2.pem | |
Adding debian:Cybertrust_Global_Root.pem | |
Adding debian:COMODO_ECC_Certification_Authority.pem | |
Adding debian:Verisign_Class_3_Public_Primary_Certification_Authority_-_G2.pem | |
Adding debian:GeoTrust_Global_CA.pem | |
Adding debian:VeriSign_Universal_Root_Certification_Authority.pem | |
Adding debian:Verisign_Class_3_Public_Primary_Certification_Authority.pem | |
Adding debian:Verisign_Class_1_Public_Primary_Certification_Authority_-_G3.pem | |
Adding debian:Buypass_Class_3_CA_1.pem | |
Adding debian:Certplus_Class_2_Primary_CA.pem | |
Adding debian:ValiCert_Class_1_VA.pem | |
Adding debian:Root_CA_Generalitat_Valenciana.pem | |
Adding debian:TC_TrustCenter_Class_3_CA_II.pem | |
Adding debian:WellsSecure_Public_Root_Certificate_Authority.pem | |
Adding debian:Entrust_Root_Certification_Authority.pem | |
Adding debian:Sonera_Class_1_Root_CA.pem | |
Adding debian:Go_Daddy_Class_2_CA.pem | |
Adding debian:Verisign_Class_2_Public_Primary_Certification_Authority_-_G2.pem | |
Adding debian:GlobalSign_Root_CA_-_R2.pem | |
Adding debian:Hongkong_Post_Root_CA_1.pem | |
Adding debian:GeoTrust_Universal_CA_2.pem | |
Adding debian:NetLock_Business_=Class_B=_Root.pem | |
Adding debian:certSIGN_ROOT_CA.pem | |
Adding debian:ACEDICOM_Root.pem | |
Adding debian:SwissSign_Platinum_CA_-_G2.pem | |
Adding debian:ApplicationCA_-_Japanese_Government.pem | |
Adding debian:Deutsche_Telekom_Root_CA_2.pem | |
Adding debian:Verisign_Class_4_Public_Primary_Certification_Authority_-_G3.pem | |
Adding debian:SwissSign_Silver_CA_-_G2.pem | |
Adding debian:Entrust.net_Premium_2048_Secure_Server_CA.pem | |
Adding debian:A-Trust-nQual-03.pem | |
Adding debian:TC_TrustCenter__Germany__Class_3_CA.pem | |
Adding debian:ValiCert_Class_2_VA.pem | |
Adding debian:Baltimore_CyberTrust_Root.pem | |
Adding debian:thawte_Primary_Root_CA.pem | |
Adding debian:Starfield_Root_Certificate_Authority_-_G2.pem | |
Adding debian:GlobalSign_Root_CA_-_R3.pem | |
Adding debian:Security_Communication_Root_CA.pem | |
Adding debian:Visa_eCommerce_Root.pem | |
Adding debian:RSA_Root_Certificate_1.pem | |
Adding debian:Chambers_of_Commerce_Root_-_2008.pem | |
Adding debian:Verisign_Class_2_Public_Primary_Certification_Authority_-_G3.pem | |
Adding debian:TÜBİTAK_UEKAE_Kök_Sertifika_Hizmet_Sağlayıcısı_-_Sürüm_3.pem | |
Adding debian:Swisscom_Root_CA_1.pem | |
Adding debian:RSA_Security_2048_v3.pem | |
Adding debian:DigiCert_Assured_ID_Root_CA.pem | |
Adding debian:Camerfirma_Chambers_of_Commerce_Root.pem | |
Adding debian:SecureSign_RootCA11.pem | |
Adding debian:QuoVadis_Root_CA.pem | |
Adding debian:Security_Communication_EV_RootCA1.pem | |
Adding debian:NetLock_Arany_=Class_Gold=_Főtanúsítvány.pem | |
Adding debian:Entrust.net_Secure_Server_CA.pem | |
Adding debian:GeoTrust_Primary_Certification_Authority_-_G2.pem | |
Adding debian:ca.pem | |
Adding debian:Certum_Trusted_Network_CA.pem | |
Adding debian:AddTrust_Low-Value_Services_Root.pem | |
Adding debian:Verisign_Class_4_Public_Primary_Certification_Authority_-_G2.pem | |
Adding debian:UTN_USERFirst_Email_Root_CA.pem | |
Adding debian:Thawte_Server_CA.pem | |
Adding debian:Network_Solutions_Certificate_Authority.pem | |
Adding debian:Sonera_Class_2_Root_CA.pem | |
Adding debian:SecureTrust_CA.pem | |
Adding debian:E-Guven_Kok_Elektronik_Sertifika_Hizmet_Saglayicisi.pem | |
Adding debian:Autoridad_de_Certificacion_Firmaprofesional_CIF_A62634068.pem | |
Adding debian:TURKTRUST_Certificate_Services_Provider_Root_2.pem | |
Adding debian:TC_TrustCenter_Universal_CA_I.pem | |
Adding debian:S-TRUST_Authentication_and_Encryption_Root_CA_2005_PN.pem | |
Adding debian:Comodo_AAA_Services_root.pem | |
Adding debian:Secure_Global_CA.pem | |
Adding debian:Staat_der_Nederlanden_Root_CA_-_G2.pem | |
Adding debian:TC_TrustCenter_Universal_CA_III.pem | |
Adding debian:Microsec_e-Szigno_Root_CA.pem | |
Adding debian:Certigna.pem | |
Adding debian:DigiCert_Global_Root_CA.pem | |
Adding debian:Buypass_Class_2_CA_1.pem | |
Adding debian:AffirmTrust_Premium_ECC.pem | |
Adding debian:Verisign_Class_1_Public_Primary_Certification_Authority_-_G2.pem | |
Adding debian:XRamp_Global_CA_Root.pem | |
Adding debian:UTN_USERFirst_Hardware_Root_CA.pem | |
Adding debian:DST_Root_CA_X3.pem | |
Adding debian:GeoTrust_Universal_CA.pem | |
Adding debian:Juur-SK.pem | |
Adding debian:DST_ACES_CA_X6.pem | |
Adding debian:TC_TrustCenter__Germany__Class_2_CA.pem | |
Adding debian:Starfield_Services_Root_Certificate_Authority_-_G2.pem | |
Adding debian:ComSign_Secured_CA.pem | |
Adding debian:VeriSign_Class_3_Public_Primary_Certification_Authority_-_G5.pem | |
Adding debian:AddTrust_Qualified_Certificates_Root.pem | |
Adding debian:AffirmTrust_Commercial.pem | |
Adding debian:spi-ca-2003.pem | |
Adding debian:StartCom_Certification_Authority.pem | |
Adding debian:ComSign_CA.pem | |
Adding debian:GeoTrust_Primary_Certification_Authority_-_G3.pem | |
Adding debian:GeoTrust_Primary_Certification_Authority.pem | |
Adding debian:UTN_DATACorp_SGC_Root_CA.pem | |
Adding debian:AffirmTrust_Networking.pem | |
Adding debian:Izenpe.com.pem | |
Adding debian:AddTrust_Public_Services_Root.pem | |
Adding debian:America_Online_Root_Certification_Authority_2.pem | |
Adding debian:AC_Raíz_Certicámara_S.A..pem | |
Adding debian:Equifax_Secure_Global_eBusiness_CA.pem | |
Adding debian:TDC_Internet_Root_CA.pem | |
Adding debian:GlobalSign_Root_CA.pem | |
Adding debian:Verisign_Class_1_Public_Primary_Certification_Authority.pem | |
Adding debian:Go_Daddy_Root_Certificate_Authority_-_G2.pem | |
Adding debian:VeriSign_Class_3_Public_Primary_Certification_Authority_-_G4.pem | |
Adding debian:TURKTRUST_Certificate_Services_Provider_Root_1.pem | |
Adding debian:thawte_Primary_Root_CA_-_G3.pem | |
Adding debian:ssl-cert-snakeoil.pem | |
Adding debian:Comodo_Secure_Services_root.pem | |
Adding debian:Verisign_Class_3_Public_Primary_Certification_Authority_-_G3.pem | |
Adding debian:Starfield_Class_2_CA.pem | |
Adding debian:GTE_CyberTrust_Global_Root.pem | |
Adding debian:CA_Disig.pem | |
Adding debian:AddTrust_External_Root.pem | |
Adding debian:cacert.org.pem | |
Adding debian:Wells_Fargo_Root_CA.pem | |
Adding debian:COMODO_Certification_Authority.pem | |
Adding debian:Firmaprofesional_Root_CA.pem | |
Adding debian:Global_Chambersign_Root_-_2008.pem | |
Adding debian:OISTE_WISeKey_Global_Root_GA_CA.pem | |
Adding debian:TWCA_Root_Certification_Authority.pem | |
Adding debian:Comodo_Trusted_Services_root.pem | |
Adding debian:AffirmTrust_Premium.pem | |
Adding debian:Certum_Root_CA.pem | |
Adding debian:EBG_Elektronik_Sertifika_Hizmet_Sağlayıcısı.pem | |
Adding debian:Equifax_Secure_CA.pem | |
Adding debian:TC_TrustCenter_Class_2_CA_II.pem | |
Adding debian:Microsec_e-Szigno_Root_CA_2009.pem | |
Adding debian:GeoTrust_Global_CA_2.pem | |
Adding debian:DigiCert_High_Assurance_EV_Root_CA.pem | |
Adding debian:Camerfirma_Global_Chambersign_Root.pem | |
Adding debian:thawte_Primary_Root_CA_-_G2.pem | |
Adding debian:NetLock_Notary_=Class_A=_Root.pem | |
Adding debian:ePKI_Root_Certification_Authority.pem | |
Adding debian:America_Online_Root_Certification_Authority_1.pem | |
Adding debian:NetLock_Express_=Class_C=_Root.pem | |
Adding debian:Certinomis_-_Autorité_Racine.pem | |
Adding debian:Thawte_Premium_Server_CA.pem | |
Adding debian:Staat_der_Nederlanden_Root_CA.pem | |
Adding debian:CNNIC_ROOT.pem | |
Adding debian:QuoVadis_Root_CA_2.pem | |
done. | |
Setting up libatk-wrapper-java-jni (0.30.4-0ubuntu2) ... | |
Setting up openjdk-7-jre (7u51-2.4.4-0ubuntu0.12.04.2) ... | |
update-alternatives: using /usr/lib/jvm/java-7-openjdk-i386/jre/bin/policytool to provide /usr/bin/policytool (policytool) in auto mode. | |
Setting up openjdk-7-jdk (7u51-2.4.4-0ubuntu0.12.04.2) ... | |
update-alternatives: using /usr/lib/jvm/java-7-openjdk-i386/bin/appletviewer to provide /usr/bin/appletviewer (appletviewer) in auto mode. | |
update-alternatives: using /usr/lib/jvm/java-7-openjdk-i386/bin/extcheck to provide /usr/bin/extcheck (extcheck) in auto mode. | |
update-alternatives: using /usr/lib/jvm/java-7-openjdk-i386/bin/idlj to provide /usr/bin/idlj (idlj) in auto mode. | |
update-alternatives: using /usr/lib/jvm/java-7-openjdk-i386/bin/jar to provide /usr/bin/jar (jar) in auto mode. | |
update-alternatives: using /usr/lib/jvm/java-7-openjdk-i386/bin/jarsigner to provide /usr/bin/jarsigner (jarsigner) in auto mode. | |
update-alternatives: using /usr/lib/jvm/java-7-openjdk-i386/bin/javac to provide /usr/bin/javac (javac) in auto mode. | |
update-alternatives: using /usr/lib/jvm/java-7-openjdk-i386/bin/javadoc to provide /usr/bin/javadoc (javadoc) in auto mode. | |
update-alternatives: using /usr/lib/jvm/java-7-openjdk-i386/bin/javah to provide /usr/bin/javah (javah) in auto mode. | |
update-alternatives: using /usr/lib/jvm/java-7-openjdk-i386/bin/javap to provide /usr/bin/javap (javap) in auto mode. | |
update-alternatives: using /usr/lib/jvm/java-7-openjdk-i386/bin/jcmd to provide /usr/bin/jcmd (jcmd) in auto mode. | |
update-alternatives: using /usr/lib/jvm/java-7-openjdk-i386/bin/jconsole to provide /usr/bin/jconsole (jconsole) in auto mode. | |
update-alternatives: using /usr/lib/jvm/java-7-openjdk-i386/bin/jdb to provide /usr/bin/jdb (jdb) in auto mode. | |
update-alternatives: using /usr/lib/jvm/java-7-openjdk-i386/bin/jhat to provide /usr/bin/jhat (jhat) in auto mode. | |
update-alternatives: using /usr/lib/jvm/java-7-openjdk-i386/bin/jinfo to provide /usr/bin/jinfo (jinfo) in auto mode. | |
update-alternatives: using /usr/lib/jvm/java-7-openjdk-i386/bin/jmap to provide /usr/bin/jmap (jmap) in auto mode. | |
update-alternatives: using /usr/lib/jvm/java-7-openjdk-i386/bin/jps to provide /usr/bin/jps (jps) in auto mode. | |
update-alternatives: using /usr/lib/jvm/java-7-openjdk-i386/bin/jrunscript to provide /usr/bin/jrunscript (jrunscript) in auto mode. | |
update-alternatives: using /usr/lib/jvm/java-7-openjdk-i386/bin/jsadebugd to provide /usr/bin/jsadebugd (jsadebugd) in auto mode. | |
update-alternatives: using /usr/lib/jvm/java-7-openjdk-i386/bin/jstack to provide /usr/bin/jstack (jstack) in auto mode. | |
update-alternatives: using /usr/lib/jvm/java-7-openjdk-i386/bin/jstat to provide /usr/bin/jstat (jstat) in auto mode. | |
update-alternatives: using /usr/lib/jvm/java-7-openjdk-i386/bin/jstatd to provide /usr/bin/jstatd (jstatd) in auto mode. | |
update-alternatives: using /usr/lib/jvm/java-7-openjdk-i386/bin/native2ascii to provide /usr/bin/native2ascii (native2ascii) in auto mode. | |
update-alternatives: using /usr/lib/jvm/java-7-openjdk-i386/bin/rmic to provide /usr/bin/rmic (rmic) in auto mode. | |
update-alternatives: using /usr/lib/jvm/java-7-openjdk-i386/bin/schemagen to provide /usr/bin/schemagen (schemagen) in auto mode. | |
update-alternatives: using /usr/lib/jvm/java-7-openjdk-i386/bin/serialver to provide /usr/bin/serialver (serialver) in auto mode. | |
update-alternatives: using /usr/lib/jvm/java-7-openjdk-i386/bin/wsgen to provide /usr/bin/wsgen (wsgen) in auto mode. | |
update-alternatives: using /usr/lib/jvm/java-7-openjdk-i386/bin/wsimport to provide /usr/bin/wsimport (wsimport) in auto mode. | |
update-alternatives: using /usr/lib/jvm/java-7-openjdk-i386/bin/xjc to provide /usr/bin/xjc (xjc) in auto mode. | |
Processing triggers for libc-bin ... | |
ldconfig deferred processing now taking place | |
New python executable in /vagrant/archesproject/virtualenv/ENV/bin/python | |
Installing setuptools, pip...[2014-04-07 18:22:38,034][WARN ][bootstrap ] jvm uses the client vm, make sure to run `java` with the server vm for best performance by adding `-server` to the command line | |
done. | |
Downloading/unpacking setuptools from https://pypi.python.org/packages/source/s/setuptools/setuptools-3.4.2.tar.gz#md5=3994bf55239eac30f569abb7a44ad706 | |
Running setup.py (path:/vagrant/archesproject/virtualenv/ENV/tmp/setuptools/setup.py) egg_info for package setuptools | |
Installing collected packages: setuptools | |
Found existing installation: setuptools 2.1 | |
Uninstalling setuptools: | |
Successfully uninstalled setuptools | |
Running setup.py install for setuptools | |
Installing easy_install script to /vagrant/archesproject/virtualenv/ENV/bin | |
Installing easy_install-2.7 script to /vagrant/archesproject/virtualenv/ENV/bin | |
Successfully installed setuptools | |
Cleaning up... | |
Downloading/unpacking Django==1.6.2 (from -r /vagrant/archesproject/Install/requirements.txt (line 1)) | |
Downloading/unpacking rawes==0.3.6 (from -r /vagrant/archesproject/Install/requirements.txt (line 2)) | |
Downloading rawes-0.3.6.tar.gz | |
Running setup.py (path:/vagrant/archesproject/virtualenv/ENV/tmp/rawes/setup.py) egg_info for package rawes | |
Downloading/unpacking xlrd==0.9.0 (from -r /vagrant/archesproject/Install/requirements.txt (line 3)) | |
Running setup.py (path:/vagrant/archesproject/virtualenv/ENV/tmp/xlrd/setup.py) egg_info for package xlrd | |
Downloading/unpacking jsmin==2.0.9 (from -r /vagrant/archesproject/Install/requirements.txt (line 4)) | |
Downloading jsmin-2.0.9.tar.gz | |
Running setup.py (path:/vagrant/archesproject/virtualenv/ENV/tmp/jsmin/setup.py) egg_info for package jsmin | |
Downloading/unpacking requests>=0.11.1 (from rawes==0.3.6->-r /vagrant/archesproject/Install/requirements.txt (line 2)) | |
Downloading/unpacking thrift==0.8.0 (from rawes==0.3.6->-r /vagrant/archesproject/Install/requirements.txt (line 2)) | |
Downloading thrift-0.8.0.tar.gz | |
Running setup.py (path:/vagrant/archesproject/virtualenv/ENV/tmp/thrift/setup.py) egg_info for package thrift | |
Downloading/unpacking python-dateutil>=1.0 (from rawes==0.3.6->-r /vagrant/archesproject/Install/requirements.txt (line 2)) | |
Running setup.py (path:/vagrant/archesproject/virtualenv/ENV/tmp/python-dateutil/setup.py) egg_info for package python-dateutil | |
Downloading/unpacking six (from python-dateutil>=1.0->rawes==0.3.6->-r /vagrant/archesproject/Install/requirements.txt (line 2)) | |
Downloading six-1.6.1-py2.py3-none-any.whl | |
Installing collected packages: Django, rawes, xlrd, jsmin, requests, thrift, python-dateutil, six | |
Running setup.py install for rawes | |
Running setup.py install for xlrd | |
changing mode of build/scripts-2.7/runxlrd.py from 644 to 755 | |
changing mode of /vagrant/archesproject/virtualenv/ENV/bin/runxlrd.py to 755 | |
Running setup.py install for jsmin | |
Running setup.py install for thrift | |
building 'thrift.protocol.fastbinary' extension | |
gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fPIC -I/usr/include/python2.7 -c src/protocol/fastbinary.c -o build/temp.linux-i686-2.7/src/protocol/fastbinary.o | |
gcc -pthread -shared -Wl,-O1 -Wl,-Bsymbolic-functions -Wl,-Bsymbolic-functions -Wl,-z,relro build/temp.linux-i686-2.7/src/protocol/fastbinary.o -o build/lib.linux-i686-2.7/thrift/protocol/fastbinary.so | |
/vagrant/archesproject/virtualenv/ENV/bin/python -O /tmp/tmpxsLHHo.py | |
removing /tmp/tmpxsLHHo.py | |
Running setup.py install for python-dateutil | |
Successfully installed Django rawes xlrd jsmin requests thrift python-dateutil six | |
Cleaning up... | |
Downloading/unpacking psycopg2 | |
Running setup.py (path:/vagrant/archesproject/virtualenv/ENV/build/psycopg2/setup.py) egg_info for package psycopg2 | |
Installing collected packages: psycopg2 | |
Running setup.py install for psycopg2 | |
building 'psycopg2._psycopg' extension | |
gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fPIC -DPSYCOPG_DEFAULT_PYDATETIME=1 -DPSYCOPG_VERSION="2.5.2 (dt dec pq3 ext)" -DPG_VERSION_HEX=0x090206 -DPSYCOPG_EXTENSIONS=1 -DPSYCOPG_NEW_BOOLEAN=1 -DHAVE_PQFREEMEM=1 -I/usr/include/python2.7 -I. -I/usr/include/postgresql -I/usr/include/postgresql/9.2/server -c psycopg/psycopgmodule.c -o build/temp.linux-i686-2.7/psycopg/psycopgmodule.o -Wdeclaration-after-statement | |
gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fPIC -DPSYCOPG_DEFAULT_PYDATETIME=1 -DPSYCOPG_VERSION="2.5.2 (dt dec pq3 ext)" -DPG_VERSION_HEX=0x090206 -DPSYCOPG_EXTENSIONS=1 -DPSYCOPG_NEW_BOOLEAN=1 -DHAVE_PQFREEMEM=1 -I/usr/include/python2.7 -I. -I/usr/include/postgresql -I/usr/include/postgresql/9.2/server -c psycopg/green.c -o build/temp.linux-i686-2.7/psycopg/green.o -Wdeclaration-after-statement | |
gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fPIC -DPSYCOPG_DEFAULT_PYDATETIME=1 -DPSYCOPG_VERSION="2.5.2 (dt dec pq3 ext)" -DPG_VERSION_HEX=0x090206 -DPSYCOPG_EXTENSIONS=1 -DPSYCOPG_NEW_BOOLEAN=1 -DHAVE_PQFREEMEM=1 -I/usr/include/python2.7 -I. -I/usr/include/postgresql -I/usr/include/postgresql/9.2/server -c psycopg/pqpath.c -o build/temp.linux-i686-2.7/psycopg/pqpath.o -Wdeclaration-after-statement | |
gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fPIC -DPSYCOPG_DEFAULT_PYDATETIME=1 -DPSYCOPG_VERSION="2.5.2 (dt dec pq3 ext)" -DPG_VERSION_HEX=0x090206 -DPSYCOPG_EXTENSIONS=1 -DPSYCOPG_NEW_BOOLEAN=1 -DHAVE_PQFREEMEM=1 -I/usr/include/python2.7 -I. -I/usr/include/postgresql -I/usr/include/postgresql/9.2/server -c psycopg/utils.c -o build/temp.linux-i686-2.7/psycopg/utils.o -Wdeclaration-after-statement | |
gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fPIC -DPSYCOPG_DEFAULT_PYDATETIME=1 -DPSYCOPG_VERSION="2.5.2 (dt dec pq3 ext)" -DPG_VERSION_HEX=0x090206 -DPSYCOPG_EXTENSIONS=1 -DPSYCOPG_NEW_BOOLEAN=1 -DHAVE_PQFREEMEM=1 -I/usr/include/python2.7 -I. -I/usr/include/postgresql -I/usr/include/postgresql/9.2/server -c psycopg/bytes_format.c -o build/temp.linux-i686-2.7/psycopg/bytes_format.o -Wdeclaration-after-statement | |
gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fPIC -DPSYCOPG_DEFAULT_PYDATETIME=1 -DPSYCOPG_VERSION="2.5.2 (dt dec pq3 ext)" -DPG_VERSION_HEX=0x090206 -DPSYCOPG_EXTENSIONS=1 -DPSYCOPG_NEW_BOOLEAN=1 -DHAVE_PQFREEMEM=1 -I/usr/include/python2.7 -I. -I/usr/include/postgresql -I/usr/include/postgresql/9.2/server -c psycopg/connection_int.c -o build/temp.linux-i686-2.7/psycopg/connection_int.o -Wdeclaration-after-statement | |
gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fPIC -DPSYCOPG_DEFAULT_PYDATETIME=1 -DPSYCOPG_VERSION="2.5.2 (dt dec pq3 ext)" -DPG_VERSION_HEX=0x090206 -DPSYCOPG_EXTENSIONS=1 -DPSYCOPG_NEW_BOOLEAN=1 -DHAVE_PQFREEMEM=1 -I/usr/include/python2.7 -I. -I/usr/include/postgresql -I/usr/include/postgresql/9.2/server -c psycopg/connection_type.c -o build/temp.linux-i686-2.7/psycopg/connection_type.o -Wdeclaration-after-statement | |
gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fPIC -DPSYCOPG_DEFAULT_PYDATETIME=1 -DPSYCOPG_VERSION="2.5.2 (dt dec pq3 ext)" -DPG_VERSION_HEX=0x090206 -DPSYCOPG_EXTENSIONS=1 -DPSYCOPG_NEW_BOOLEAN=1 -DHAVE_PQFREEMEM=1 -I/usr/include/python2.7 -I. -I/usr/include/postgresql -I/usr/include/postgresql/9.2/server -c psycopg/cursor_int.c -o build/temp.linux-i686-2.7/psycopg/cursor_int.o -Wdeclaration-after-statement | |
gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fPIC -DPSYCOPG_DEFAULT_PYDATETIME=1 -DPSYCOPG_VERSION="2.5.2 (dt dec pq3 ext)" -DPG_VERSION_HEX=0x090206 -DPSYCOPG_EXTENSIONS=1 -DPSYCOPG_NEW_BOOLEAN=1 -DHAVE_PQFREEMEM=1 -I/usr/include/python2.7 -I. -I/usr/include/postgresql -I/usr/include/postgresql/9.2/server -c psycopg/cursor_type.c -o build/temp.linux-i686-2.7/psycopg/cursor_type.o -Wdeclaration-after-statement | |
gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fPIC -DPSYCOPG_DEFAULT_PYDATETIME=1 -DPSYCOPG_VERSION="2.5.2 (dt dec pq3 ext)" -DPG_VERSION_HEX=0x090206 -DPSYCOPG_EXTENSIONS=1 -DPSYCOPG_NEW_BOOLEAN=1 -DHAVE_PQFREEMEM=1 -I/usr/include/python2.7 -I. -I/usr/include/postgresql -I/usr/include/postgresql/9.2/server -c psycopg/diagnostics_type.c -o build/temp.linux-i686-2.7/psycopg/diagnostics_type.o -Wdeclaration-after-statement | |
gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fPIC -DPSYCOPG_DEFAULT_PYDATETIME=1 -DPSYCOPG_VERSION="2.5.2 (dt dec pq3 ext)" -DPG_VERSION_HEX=0x090206 -DPSYCOPG_EXTENSIONS=1 -DPSYCOPG_NEW_BOOLEAN=1 -DHAVE_PQFREEMEM=1 -I/usr/include/python2.7 -I. -I/usr/include/postgresql -I/usr/include/postgresql/9.2/server -c psycopg/error_type.c -o build/temp.linux-i686-2.7/psycopg/error_type.o -Wdeclaration-after-statement | |
gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fPIC -DPSYCOPG_DEFAULT_PYDATETIME=1 -DPSYCOPG_VERSION="2.5.2 (dt dec pq3 ext)" -DPG_VERSION_HEX=0x090206 -DPSYCOPG_EXTENSIONS=1 -DPSYCOPG_NEW_BOOLEAN=1 -DHAVE_PQFREEMEM=1 -I/usr/include/python2.7 -I. -I/usr/include/postgresql -I/usr/include/postgresql/9.2/server -c psycopg/lobject_int.c -o build/temp.linux-i686-2.7/psycopg/lobject_int.o -Wdeclaration-after-statement | |
gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fPIC -DPSYCOPG_DEFAULT_PYDATETIME=1 -DPSYCOPG_VERSION="2.5.2 (dt dec pq3 ext)" -DPG_VERSION_HEX=0x090206 -DPSYCOPG_EXTENSIONS=1 -DPSYCOPG_NEW_BOOLEAN=1 -DHAVE_PQFREEMEM=1 -I/usr/include/python2.7 -I. -I/usr/include/postgresql -I/usr/include/postgresql/9.2/server -c psycopg/lobject_type.c -o build/temp.linux-i686-2.7/psycopg/lobject_type.o -Wdeclaration-after-statement | |
gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fPIC -DPSYCOPG_DEFAULT_PYDATETIME=1 -DPSYCOPG_VERSION="2.5.2 (dt dec pq3 ext)" -DPG_VERSION_HEX=0x090206 -DPSYCOPG_EXTENSIONS=1 -DPSYCOPG_NEW_BOOLEAN=1 -DHAVE_PQFREEMEM=1 -I/usr/include/python2.7 -I. -I/usr/include/postgresql -I/usr/include/postgresql/9.2/server -c psycopg/notify_type.c -o build/temp.linux-i686-2.7/psycopg/notify_type.o -Wdeclaration-after-statement | |
gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fPIC -DPSYCOPG_DEFAULT_PYDATETIME=1 -DPSYCOPG_VERSION="2.5.2 (dt dec pq3 ext)" -DPG_VERSION_HEX=0x090206 -DPSYCOPG_EXTENSIONS=1 -DPSYCOPG_NEW_BOOLEAN=1 -DHAVE_PQFREEMEM=1 -I/usr/include/python2.7 -I. -I/usr/include/postgresql -I/usr/include/postgresql/9.2/server -c psycopg/xid_type.c -o build/temp.linux-i686-2.7/psycopg/xid_type.o -Wdeclaration-after-statement | |
gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fPIC -DPSYCOPG_DEFAULT_PYDATETIME=1 -DPSYCOPG_VERSION="2.5.2 (dt dec pq3 ext)" -DPG_VERSION_HEX=0x090206 -DPSYCOPG_EXTENSIONS=1 -DPSYCOPG_NEW_BOOLEAN=1 -DHAVE_PQFREEMEM=1 -I/usr/include/python2.7 -I. -I/usr/include/postgresql -I/usr/include/postgresql/9.2/server -c psycopg/adapter_asis.c -o build/temp.linux-i686-2.7/psycopg/adapter_asis.o -Wdeclaration-after-statement | |
gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fPIC -DPSYCOPG_DEFAULT_PYDATETIME=1 -DPSYCOPG_VERSION="2.5.2 (dt dec pq3 ext)" -DPG_VERSION_HEX=0x090206 -DPSYCOPG_EXTENSIONS=1 -DPSYCOPG_NEW_BOOLEAN=1 -DHAVE_PQFREEMEM=1 -I/usr/include/python2.7 -I. -I/usr/include/postgresql -I/usr/include/postgresql/9.2/server -c psycopg/adapter_binary.c -o build/temp.linux-i686-2.7/psycopg/adapter_binary.o -Wdeclaration-after-statement | |
gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fPIC -DPSYCOPG_DEFAULT_PYDATETIME=1 -DPSYCOPG_VERSION="2.5.2 (dt dec pq3 ext)" -DPG_VERSION_HEX=0x090206 -DPSYCOPG_EXTENSIONS=1 -DPSYCOPG_NEW_BOOLEAN=1 -DHAVE_PQFREEMEM=1 -I/usr/include/python2.7 -I. -I/usr/include/postgresql -I/usr/include/postgresql/9.2/server -c psycopg/adapter_datetime.c -o build/temp.linux-i686-2.7/psycopg/adapter_datetime.o -Wdeclaration-after-statement | |
gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fPIC -DPSYCOPG_DEFAULT_PYDATETIME=1 -DPSYCOPG_VERSION="2.5.2 (dt dec pq3 ext)" -DPG_VERSION_HEX=0x090206 -DPSYCOPG_EXTENSIONS=1 -DPSYCOPG_NEW_BOOLEAN=1 -DHAVE_PQFREEMEM=1 -I/usr/include/python2.7 -I. -I/usr/include/postgresql -I/usr/include/postgresql/9.2/server -c psycopg/adapter_list.c -o build/temp.linux-i686-2.7/psycopg/adapter_list.o -Wdeclaration-after-statement | |
gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fPIC -DPSYCOPG_DEFAULT_PYDATETIME=1 -DPSYCOPG_VERSION="2.5.2 (dt dec pq3 ext)" -DPG_VERSION_HEX=0x090206 -DPSYCOPG_EXTENSIONS=1 -DPSYCOPG_NEW_BOOLEAN=1 -DHAVE_PQFREEMEM=1 -I/usr/include/python2.7 -I. -I/usr/include/postgresql -I/usr/include/postgresql/9.2/server -c psycopg/adapter_pboolean.c -o build/temp.linux-i686-2.7/psycopg/adapter_pboolean.o -Wdeclaration-after-statement | |
gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fPIC -DPSYCOPG_DEFAULT_PYDATETIME=1 -DPSYCOPG_VERSION="2.5.2 (dt dec pq3 ext)" -DPG_VERSION_HEX=0x090206 -DPSYCOPG_EXTENSIONS=1 -DPSYCOPG_NEW_BOOLEAN=1 -DHAVE_PQFREEMEM=1 -I/usr/include/python2.7 -I. -I/usr/include/postgresql -I/usr/include/postgresql/9.2/server -c psycopg/adapter_pdecimal.c -o build/temp.linux-i686-2.7/psycopg/adapter_pdecimal.o -Wdeclaration-after-statement | |
gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fPIC -DPSYCOPG_DEFAULT_PYDATETIME=1 -DPSYCOPG_VERSION="2.5.2 (dt dec pq3 ext)" -DPG_VERSION_HEX=0x090206 -DPSYCOPG_EXTENSIONS=1 -DPSYCOPG_NEW_BOOLEAN=1 -DHAVE_PQFREEMEM=1 -I/usr/include/python2.7 -I. -I/usr/include/postgresql -I/usr/include/postgresql/9.2/server -c psycopg/adapter_pint.c -o build/temp.linux-i686-2.7/psycopg/adapter_pint.o -Wdeclaration-after-statement | |
gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fPIC -DPSYCOPG_DEFAULT_PYDATETIME=1 -DPSYCOPG_VERSION="2.5.2 (dt dec pq3 ext)" -DPG_VERSION_HEX=0x090206 -DPSYCOPG_EXTENSIONS=1 -DPSYCOPG_NEW_BOOLEAN=1 -DHAVE_PQFREEMEM=1 -I/usr/include/python2.7 -I. -I/usr/include/postgresql -I/usr/include/postgresql/9.2/server -c psycopg/adapter_pfloat.c -o build/temp.linux-i686-2.7/psycopg/adapter_pfloat.o -Wdeclaration-after-statement | |
gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fPIC -DPSYCOPG_DEFAULT_PYDATETIME=1 -DPSYCOPG_VERSION="2.5.2 (dt dec pq3 ext)" -DPG_VERSION_HEX=0x090206 -DPSYCOPG_EXTENSIONS=1 -DPSYCOPG_NEW_BOOLEAN=1 -DHAVE_PQFREEMEM=1 -I/usr/include/python2.7 -I. -I/usr/include/postgresql -I/usr/include/postgresql/9.2/server -c psycopg/adapter_qstring.c -o build/temp.linux-i686-2.7/psycopg/adapter_qstring.o -Wdeclaration-after-statement | |
gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fPIC -DPSYCOPG_DEFAULT_PYDATETIME=1 -DPSYCOPG_VERSION="2.5.2 (dt dec pq3 ext)" -DPG_VERSION_HEX=0x090206 -DPSYCOPG_EXTENSIONS=1 -DPSYCOPG_NEW_BOOLEAN=1 -DHAVE_PQFREEMEM=1 -I/usr/include/python2.7 -I. -I/usr/include/postgresql -I/usr/include/postgresql/9.2/server -c psycopg/microprotocols.c -o build/temp.linux-i686-2.7/psycopg/microprotocols.o -Wdeclaration-after-statement | |
gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fPIC -DPSYCOPG_DEFAULT_PYDATETIME=1 -DPSYCOPG_VERSION="2.5.2 (dt dec pq3 ext)" -DPG_VERSION_HEX=0x090206 -DPSYCOPG_EXTENSIONS=1 -DPSYCOPG_NEW_BOOLEAN=1 -DHAVE_PQFREEMEM=1 -I/usr/include/python2.7 -I. -I/usr/include/postgresql -I/usr/include/postgresql/9.2/server -c psycopg/microprotocols_proto.c -o build/temp.linux-i686-2.7/psycopg/microprotocols_proto.o -Wdeclaration-after-statement | |
gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fPIC -DPSYCOPG_DEFAULT_PYDATETIME=1 -DPSYCOPG_VERSION="2.5.2 (dt dec pq3 ext)" -DPG_VERSION_HEX=0x090206 -DPSYCOPG_EXTENSIONS=1 -DPSYCOPG_NEW_BOOLEAN=1 -DHAVE_PQFREEMEM=1 -I/usr/include/python2.7 -I. -I/usr/include/postgresql -I/usr/include/postgresql/9.2/server -c psycopg/typecast.c -o build/temp.linux-i686-2.7/psycopg/typecast.o -Wdeclaration-after-statement | |
gcc -pthread -shared -Wl,-O1 -Wl,-Bsymbolic-functions -Wl,-Bsymbolic-functions -Wl,-z,relro build/temp.linux-i686-2.7/psycopg/psycopgmodule.o build/temp.linux-i686-2.7/psycopg/green.o build/temp.linux-i686-2.7/psycopg/pqpath.o build/temp.linux-i686-2.7/psycopg/utils.o build/temp.linux-i686-2.7/psycopg/bytes_format.o build/temp.linux-i686-2.7/psycopg/connection_int.o build/temp.linux-i686-2.7/psycopg/connection_type.o build/temp.linux-i686-2.7/psycopg/cursor_int.o build/temp.linux-i686-2.7/psycopg/cursor_type.o build/temp.linux-i686-2.7/psycopg/diagnostics_type.o build/temp.linux-i686-2.7/psycopg/error_type.o build/temp.linux-i686-2.7/psycopg/lobject_int.o build/temp.linux-i686-2.7/psycopg/lobject_type.o build/temp.linux-i686-2.7/psycopg/notify_type.o build/temp.linux-i686-2.7/psycopg/xid_type.o build/temp.linux-i686-2.7/psycopg/adapter_asis.o build/temp.linux-i686-2.7/psycopg/adapter_binary.o build/temp.linux-i686-2.7/psycopg/adapter_datetime.o build/temp.linux-i686-2.7/psycopg/adapter_list.o build/temp.linux-i686-2.7/psycopg/adapter_pboolean.o build/temp.linux-i686-2.7/psycopg/adapter_pdecimal.o build/temp.linux-i686-2.7/psycopg/adapter_pint.o build/temp.linux-i686-2.7/psycopg/adapter_pfloat.o build/temp.linux-i686-2.7/psycopg/adapter_qstring.o build/temp.linux-i686-2.7/psycopg/microprotocols.o build/temp.linux-i686-2.7/psycopg/microprotocols_proto.o build/temp.linux-i686-2.7/psycopg/typecast.o -lpq -o build/lib.linux-i686-2.7/psycopg2/_psycopg.so | |
Successfully installed psycopg2 | |
Cleaning up... | |
Setting up base path locations for db scripts | |
operation: install | |
current file is: /vagrant/archesproject/db/Deployment Scripts/__init__.py | |
current file is: /vagrant/archesproject/db/Deployment Scripts/DatabaseCleanup.py | |
current file is: /vagrant/archesproject/db/Deployment Scripts/Restore.py | |
Installing the database | |
psql:/vagrant/archesproject/db/Deployment Scripts/DatabaseCleanup.sql:1: ERROR: column "procpid" does not exist | |
LINE 1: SELECT pg_terminate_backend(procpid) from pg_stat_activity w... | |
^ | |
pg_terminate_backend | |
---------------------- | |
(0 rows) | |
DROP DATABASE | |
CREATE DATABASE | |
CREATE FUNCTION | |
batchindex | |
------------ | |
(0 rows) | |
CREATE RULE | |
CREATE RULE | |
CREATE RULE | |
SET | |
SET | |
SET | |
SET | |
SET | |
SET | |
SET | |
SET | |
SET | |
CREATE TABLE | |
ALTER TABLE | |
CREATE SEQUENCE | |
ALTER TABLE | |
ALTER SEQUENCE | |
CREATE TABLE | |
ALTER TABLE | |
CREATE SEQUENCE | |
ALTER TABLE | |
ALTER SEQUENCE | |
CREATE TABLE | |
ALTER TABLE | |
CREATE SEQUENCE | |
ALTER TABLE | |
ALTER SEQUENCE | |
CREATE TABLE | |
ALTER TABLE | |
CREATE SEQUENCE | |
ALTER TABLE | |
ALTER SEQUENCE | |
CREATE TABLE | |
ALTER TABLE | |
CREATE TABLE | |
ALTER TABLE | |
CREATE SEQUENCE | |
ALTER TABLE | |
ALTER SEQUENCE | |
CREATE SEQUENCE | |
ALTER TABLE | |
ALTER SEQUENCE | |
CREATE TABLE | |
ALTER TABLE | |
CREATE SEQUENCE | |
ALTER TABLE | |
ALTER SEQUENCE | |
CREATE TABLE | |
ALTER TABLE | |
CREATE SEQUENCE | |
ALTER TABLE | |
ALTER SEQUENCE | |
CREATE TABLE | |
ALTER TABLE | |
CREATE SEQUENCE | |
ALTER TABLE | |
ALTER SEQUENCE | |
CREATE TABLE | |
ALTER TABLE | |
CREATE TABLE | |
ALTER TABLE | |
CREATE SEQUENCE | |
ALTER TABLE | |
ALTER SEQUENCE | |
ALTER TABLE | |
ALTER TABLE | |
ALTER TABLE | |
ALTER TABLE | |
ALTER TABLE | |
ALTER TABLE | |
ALTER TABLE | |
ALTER TABLE | |
ALTER TABLE | |
ALTER TABLE | |
ALTER TABLE | |
ALTER TABLE | |
ALTER TABLE | |
ALTER TABLE | |
ALTER TABLE | |
ALTER TABLE | |
ALTER TABLE | |
ALTER TABLE | |
ALTER TABLE | |
ALTER TABLE | |
ALTER TABLE | |
ALTER TABLE | |
ALTER TABLE | |
ALTER TABLE | |
ALTER TABLE | |
ALTER TABLE | |
ALTER TABLE | |
ALTER TABLE | |
CREATE INDEX | |
CREATE INDEX | |
CREATE INDEX | |
CREATE INDEX | |
CREATE INDEX | |
CREATE INDEX | |
CREATE INDEX | |
CREATE INDEX | |
CREATE INDEX | |
CREATE INDEX | |
CREATE INDEX | |
ALTER TABLE | |
ALTER TABLE | |
ALTER TABLE | |
ALTER TABLE | |
ALTER TABLE | |
ALTER TABLE | |
ALTER TABLE | |
ALTER TABLE | |
SET | |
CREATE FUNCTION | |
ALTER FUNCTION | |
INSERT 0 0 | |
SET | |
CREATE FUNCTION | |
CREATE FUNCTION | |
CREATE FUNCTION | |
CREATE FUNCTION | |
CREATE FUNCTION | |
CREATE FUNCTION | |
CREATE FUNCTION | |
CREATE FUNCTION | |
CREATE FUNCTION | |
CREATE FUNCTION | |
SET | |
SET | |
SET | |
SET | |
SET | |
SET | |
CREATE SCHEMA | |
ALTER SCHEMA | |
CREATE SCHEMA | |
ALTER SCHEMA | |
CREATE SCHEMA | |
ALTER SCHEMA | |
CREATE SCHEMA | |
ALTER SCHEMA | |
SET | |
CREATE FUNCTION | |
ALTER FUNCTION | |
CREATE FUNCTION | |
ALTER FUNCTION | |
CREATE FUNCTION | |
ALTER FUNCTION | |
SET | |
CREATE FUNCTION | |
ALTER FUNCTION | |
CREATE FUNCTION | |
ALTER FUNCTION | |
CREATE FUNCTION | |
ALTER FUNCTION | |
CREATE FUNCTION | |
ALTER FUNCTION | |
CREATE FUNCTION | |
ALTER FUNCTION | |
CREATE FUNCTION | |
ALTER FUNCTION | |
CREATE FUNCTION | |
ALTER FUNCTION | |
CREATE FUNCTION | |
ALTER FUNCTION | |
CREATE FUNCTION | |
ALTER FUNCTION | |
CREATE FUNCTION | |
ALTER FUNCTION | |
CREATE FUNCTION | |
ALTER FUNCTION | |
CREATE FUNCTION | |
ALTER FUNCTION | |
CREATE FUNCTION | |
ALTER FUNCTION | |
CREATE FUNCTION | |
ALTER FUNCTION | |
SET | |
CREATE FUNCTION | |
ALTER FUNCTION | |
CREATE FUNCTION | |
ALTER FUNCTION | |
CREATE FUNCTION | |
ALTER FUNCTION | |
CREATE FUNCTION | |
ALTER FUNCTION | |
CREATE FUNCTION | |
ALTER FUNCTION | |
CREATE FUNCTION | |
ALTER FUNCTION | |
CREATE FUNCTION | |
ALTER FUNCTION | |
CREATE FUNCTION | |
ALTER FUNCTION | |
CREATE FUNCTION | |
ALTER FUNCTION | |
CREATE FUNCTION | |
ALTER FUNCTION | |
CREATE FUNCTION | |
ALTER FUNCTION | |
CREATE FUNCTION | |
ALTER FUNCTION | |
CREATE FUNCTION | |
ALTER FUNCTION | |
CREATE FUNCTION | |
ALTER FUNCTION | |
SET | |
CREATE FUNCTION | |
ALTER FUNCTION | |
CREATE FUNCTION | |
ALTER FUNCTION | |
CREATE FUNCTION | |
ALTER FUNCTION | |
CREATE FUNCTION | |
ALTER FUNCTION | |
CREATE FUNCTION | |
ALTER FUNCTION | |
CREATE FUNCTION | |
ALTER FUNCTION | |
CREATE FUNCTION | |
ALTER FUNCTION | |
CREATE FUNCTION | |
ALTER FUNCTION | |
SET | |
SET | |
SET | |
CREATE TABLE | |
ALTER TABLE | |
CREATE TABLE | |
ALTER TABLE | |
CREATE TABLE | |
ALTER TABLE | |
CREATE SEQUENCE | |
ALTER TABLE | |
ALTER SEQUENCE | |
CREATE TABLE | |
ALTER TABLE | |
CREATE SEQUENCE | |
ALTER TABLE | |
ALTER SEQUENCE | |
CREATE TABLE | |
ALTER TABLE | |
CREATE SEQUENCE | |
ALTER TABLE | |
ALTER SEQUENCE | |
CREATE TABLE | |
ALTER TABLE | |
CREATE TABLE | |
ALTER TABLE | |
CREATE SEQUENCE | |
ALTER TABLE | |
ALTER SEQUENCE | |
CREATE TABLE | |
ALTER TABLE | |
CREATE SEQUENCE | |
ALTER TABLE | |
ALTER SEQUENCE | |
CREATE TABLE | |
ALTER TABLE | |
CREATE SEQUENCE | |
ALTER TABLE | |
ALTER SEQUENCE | |
SET | |
CREATE TABLE | |
ALTER TABLE | |
CREATE TABLE | |
ALTER TABLE | |
CREATE TABLE | |
ALTER TABLE | |
CREATE TABLE | |
ALTER TABLE | |
CREATE TABLE | |
ALTER TABLE | |
CREATE SEQUENCE | |
ALTER TABLE | |
CREATE TABLE | |
ALTER TABLE | |
CREATE TABLE | |
ALTER TABLE | |
CREATE VIEW | |
ALTER TABLE | |
CREATE VIEW | |
ALTER TABLE | |
CREATE VIEW | |
ALTER TABLE | |
SET | |
CREATE TABLE | |
ALTER TABLE | |
CREATE TABLE | |
ALTER TABLE | |
CREATE TABLE | |
ALTER TABLE | |
CREATE TABLE | |
ALTER TABLE | |
CREATE TABLE | |
ALTER TABLE | |
CREATE TABLE | |
ALTER TABLE | |
CREATE TABLE | |
ALTER TABLE | |
CREATE TABLE | |
ALTER TABLE | |
CREATE SEQUENCE | |
ALTER TABLE | |
ALTER SEQUENCE | |
CREATE TABLE | |
ALTER TABLE | |
CREATE VIEW | |
ALTER TABLE | |
SET | |
CREATE TABLE | |
ALTER TABLE | |
SET | |
CREATE VIEW | |
ALTER TABLE | |
CREATE VIEW | |
ALTER TABLE | |
CREATE VIEW | |
ALTER TABLE | |
CREATE VIEW | |
ALTER TABLE | |
CREATE VIEW | |
ALTER TABLE | |
SET | |
CREATE TABLE | |
ALTER TABLE | |
CREATE TABLE | |
ALTER TABLE | |
CREATE TABLE | |
ALTER TABLE | |
CREATE TABLE | |
ALTER TABLE | |
CREATE TABLE | |
ALTER TABLE | |
CREATE VIEW | |
ALTER TABLE | |
CREATE VIEW | |
ALTER TABLE | |
SET | |
ALTER TABLE | |
ALTER TABLE | |
ALTER TABLE | |
ALTER TABLE | |
ALTER TABLE | |
ALTER TABLE | |
SET | |
ALTER TABLE | |
SET | |
ALTER TABLE | |
ALTER TABLE | |
ALTER TABLE | |
ALTER TABLE | |
ALTER TABLE | |
ALTER TABLE | |
ALTER TABLE | |
ALTER TABLE | |
ALTER TABLE | |
ALTER TABLE | |
SET | |
ALTER TABLE | |
ALTER TABLE | |
ALTER TABLE | |
ALTER TABLE | |
ALTER TABLE | |
ALTER TABLE | |
ALTER TABLE | |
ALTER TABLE | |
SET | |
ALTER TABLE | |
ALTER TABLE | |
ALTER TABLE | |
ALTER TABLE | |
ALTER TABLE | |
ALTER TABLE | |
ALTER TABLE | |
ALTER TABLE | |
ALTER TABLE | |
SET | |
ALTER TABLE | |
ALTER TABLE | |
ALTER TABLE | |
ALTER TABLE | |
ALTER TABLE | |
ALTER TABLE | |
ALTER TABLE | |
ALTER TABLE | |
SET | |
CREATE INDEX | |
CREATE INDEX | |
CREATE INDEX | |
SET | |
CREATE TRIGGER | |
SET | |
ALTER TABLE | |
ALTER TABLE | |
ALTER TABLE | |
ALTER TABLE | |
ALTER TABLE | |
SET | |
ALTER TABLE | |
ALTER TABLE | |
ALTER TABLE | |
ALTER TABLE | |
ALTER TABLE | |
ALTER TABLE | |
ALTER TABLE | |
SET | |
ALTER TABLE | |
ALTER TABLE | |
ALTER TABLE | |
ALTER TABLE | |
ALTER TABLE | |
ALTER TABLE | |
ALTER TABLE | |
ALTER TABLE | |
ALTER TABLE | |
ALTER TABLE | |
ALTER TABLE | |
ALTER TABLE | |
ALTER TABLE | |
ALTER TABLE | |
SET | |
ALTER TABLE | |
ALTER TABLE | |
ALTER TABLE | |
ALTER TABLE | |
ALTER TABLE | |
ALTER TABLE | |
ALTER TABLE | |
ALTER TABLE | |
ALTER TABLE | |
ALTER TABLE | |
ALTER TABLE | |
SET | |
SET | |
SET | |
SET | |
SET | |
SET | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
SET | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
INSERT 0 1 | |
SET | |
SET | |
SET | |
SET | |
SET | |
SET | |
setval | |
-------- | |
5 | |
(1 row) | |
SET | |
SET | |
SET | |
SET | |
SET | |
SET | |
SET | |
setval | |
-------- | |
1 | |
(1 row) | |
setval | |
-------- | |
1 | |
(1 row) | |
setval | |
-------- | |
1 | |
(1 row) | |
setval | |
-------- | |
24 | |
(1 row) | |
setval | |
-------- | |
1 | |
(1 row) | |
setval | |
-------- | |
1 | |
(1 row) | |
setval | |
-------- | |
1 | |
(1 row) | |
setval | |
-------- | |
1 | |
(1 row) | |
setval | |
-------- | |
8 | |
(1 row) | |
setval | |
-------- | |
1 | |
(1 row) | |
VACUUM | |
Install packages defined in settings.py | |
operation: install | |
...||ABSOLUTE DATING METHOD AUTHORITY DOCUMENT.CSV | |
ADMINISTRATIVE SUBDIVISION AUTHORITY DOCUMENT.CSV | |
ADMINISTRATIVE SUBDIVISION AUTHORITY DOCUMENT.VALUES.CSV | |
ADMINISTRATIVE SUBDIVISION TYPE AUTHORITY DOCUMENT.CSV | |
ARCHAEOLOGICAL COMPONENT TYPE AUTHORITY DOCUMENT.CSV | |
ARCHAEOLOGICAL HERITAGE (ARTIFACT) TYPE AUTHORITY DOCUMENT.CSV | |
ARCHAEOLOGICAL HERITAGE (SITE) TYPE AUTHORITY DOCUMENT.CSV | |
ARCHAEOLOGICAL TECHNIQUE AUTHORITY DOCUMENT.CSV | |
ARCHES RESOURCE CROSS-REFERENCE RELATIONSHIP TYPE AUTHORITY DOCUMENT.CSV | |
ARCHES RESOURCE CROSS-REFERENCE RELATIONSHIP TYPE AUTHORITY DOCUMENT.VALUES.CSV | |
ARCHITECTURAL COMPONENT TYPE AUTHORITY DOCUMENT.CSV | |
ARCHITECTURAL HERITAGE TYPE AUTHORITY DOCUMENT.CSV | |
ARCHITECTURAL TECHNIQUE AUTHORITY DOCUMENT.CSV | |
CONDITION AUTHORITY DOCUMENT.CSV | |
CONDITION AUTHORITY DOCUMENT.VALUES.CSV | |
CULTURAL PERIOD AUTHORITY DOCUMENT.CSV | |
CULTURAL PERIOD AUTHORITY DOCUMENT.VALUES.CSV | |
DESIGNATION AND PROTECTION TYPE AUTHORITY DOCUMENT.CSV | |
DOCUMENT COMPONENT TYPE AUTHORITY DOCUMENT.CSV | |
DOCUMENT TECHNIQUE AUTHORITY DOCUMENT.CSV | |
DOCUMENT TYPE AUTHORITY DOCUMENT.CSV | |
EXTERNAL XREF TYPE AUTHORITY DOCUMENT.CSV | |
GEOMETRY QUALIFIER AUTHORITY DOCUMENT.CSV | |
HISTORICAL EVENT TYPE AUTHORITY DOCUMENT.CSV | |
IMAGE COMPONENT TYPE AUTHORITY DOCUMENT.CSV | |
IMAGE MATERIAL AUTHORITY DOCUMENT.CSV | |
IMAGE TECHNIQUE AUTHORITY DOCUMENT.CSV | |
IMAGE TYPE AUTHORITY DOCUMENT.CSV | |
INVESTIGATION TYPE AUTHORITY DOCUMENT.CSV | |
LANDSCAPE COMPONENT TYPE AUTHORITY DOCUMENT.CSV | |
LANDSCAPE HERITAGE TYPE AUTHORITY DOCUMENT.CSV | |
LANDSCAPE TECHNIQUE AUTHORITY DOCUMENT.CSV | |
MANAGEMENT TYPE AUTHORITY DOCUMENT.CSV | |
MARITIME COMPONENT TYPE AUTHORITY DOCUMENT.CSV | |
MARITIME HERITAGE TYPE AUTHORITY DOCUMENT.CSV | |
MARITIME TECHNIQUE AUTHORITY DOCUMENT.CSV | |
MATERIAL AUTHORITY DOCUMENT.CSV | |
MEASUREMENT TYPE AUTHORITY DOCUMENT.CSV | |
NAME TYPE AUTHORITY DOCUMENT.CSV | |
ORGANIZATION TYPE AUTHORITY DOCUMENT.CSV | |
PERSON TYPE AUTHORITY DOCUMENT.CSV | |
SCIENTIFIC DATING METHOD AUTHORITY DOCUMENT.CSV | |
SUBJECT AUTHORITY DOCUMENT.CSV | |
TITLE AUTHORITY DOCUMENT.CSV | |
TYPE OF DESIGNATION OR PROTECTION AUTHORITY DOCUMENT.CSV | |
TYPE OF DESIGNATION OR PROTECTION AUTHORITY DOCUMENT.VALUES.CSV | |
UNIT OF MEASUREMENT AUTHORITY DOCUMENT.CSV | |
UNIT OF MEASUREMENT AUTHORITY DOCUMENT.VALUES.CSV | |
delete: concept | |
deleting index by path: concept | |
index: concept | |
.......................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................delete: term | |
deleting index by path: term | |
delete: entity | |
deleting index by path: entity | |
delete: maplayers | |
deleting index by path: maplayers | |
time to parse csv = 0.0341789722443 | |
total time to etl = 19.1184139252 | |
average time per entity = 1.91184139252 | |
{'failed_to_index': [], 'failed_to_save': [], 'successfully_saved': 10, 'successfully_indexed': 10} | |
operation: build | |
**Begin JS minification** | |
minDir: /vagrant/archesproject/arches/Media/js/min | |
Minifying.... | |
now reading: /vagrant/archesproject/arches/Media/js/ui_frameworks/OpenLayers-2.12/OpenLayers.debug.js | |
now reading: /vagrant/archesproject/arches/Media/js/ui_frameworks/ext-4.0.2a/ext-all.js | |
now reading: /vagrant/archesproject/arches/Media/js/ui_frameworks/proj4js/lib/proj4js-compressed.js | |
now reading: /vagrant/archesproject/arches/Media/js/ui_frameworks/FGI-4.0/widgets/FGI-widgets-Login.js | |
now reading: /vagrant/archesproject/arches/Media/js/ui_frameworks/FGI-4.0/widgets/FGI-widgets-Map.js | |
now reading: /vagrant/archesproject/arches/Media/js/ui_frameworks/FGI-4.0/widgets/FGI-widgets-SideTabPanel.js | |
now reading: /vagrant/archesproject/arches/Media/js/ui_frameworks/FGI-4.0/openlayers/FGI-openlayers-SimpleJSONFormat.js | |
now reading: /vagrant/archesproject/arches/Media/js/debug/config/URLs.js | |
now reading: /vagrant/archesproject/arches/Media/js/debug/forms/Arches.forms.AbstractForm.js | |
now reading: /vagrant/archesproject/arches/Media/js/debug/reports/Arches.reports.Default.js | |
now reading: /vagrant/archesproject/arches/Media/js/debug/reports/Arches.reportsection.BaseReportSection.js | |
now reading: /vagrant/archesproject/arches/Media/js/debug/reports/Arches.reportsection.BaseReportSectionGrid.js | |
now reading: /vagrant/archesproject/arches/Media/js/ui_frameworks/proj4js/lib/defs/EPSG102100.js | |
now reading: /vagrant/archesproject/arches/Media/js/ui_frameworks/proj4js/lib/defs/EPSG2768.js | |
now reading: /vagrant/archesproject/arches/Media/js/ui_frameworks/proj4js/lib/defs/EPSG900913.js | |
now reading: /vagrant/archesproject/arches/Media/js/debug/config/Templates.js | |
now reading: /vagrant/archesproject/arches/Media/js/debug/config/app.js | |
now reading: /vagrant/archesproject/arches/Media/js/debug/controllers/Arches.contollers.EntityWorkflow.js | |
now reading: /vagrant/archesproject/arches/Media/js/debug/controllers/Arches.controllers.State.js | |
now reading: /vagrant/archesproject/arches/Media/js/debug/models/Arches.models.AbstractEntityModel.js | |
now reading: /vagrant/archesproject/arches/Media/js/debug/models/Arches.models.ClusterMember.js | |
now reading: /vagrant/archesproject/arches/Media/js/debug/models/Arches.models.Concept.js | |
now reading: /vagrant/archesproject/arches/Media/js/debug/models/Arches.models.Entity.js | |
now reading: /vagrant/archesproject/arches/Media/js/debug/models/Arches.models.EntityType.js | |
now reading: /vagrant/archesproject/arches/Media/js/debug/models/Arches.models.InformationTheme.js | |
now reading: /vagrant/archesproject/arches/Media/js/debug/models/Arches.models.Layer.js | |
now reading: /vagrant/archesproject/arches/Media/js/debug/widgets/Arches.widgets.AdvancedSearchFilter.js | |
now reading: /vagrant/archesproject/arches/Media/js/debug/widgets/Arches.widgets.AppHeader.js | |
now reading: /vagrant/archesproject/arches/Media/js/debug/widgets/Arches.widgets.AppPanel.js | |
now reading: /vagrant/archesproject/arches/Media/js/debug/widgets/Arches.widgets.BasemapSelector.js | |
now reading: /vagrant/archesproject/arches/Media/js/debug/widgets/Arches.widgets.ClusterList.js | |
now reading: /vagrant/archesproject/arches/Media/js/debug/widgets/Arches.widgets.ConceptViewer.js | |
now reading: /vagrant/archesproject/arches/Media/js/debug/widgets/Arches.widgets.EntityTypeSelector.js | |
now reading: /vagrant/archesproject/arches/Media/js/debug/widgets/Arches.widgets.ExpandableReportSection.js | |
now reading: /vagrant/archesproject/arches/Media/js/debug/widgets/Arches.widgets.InfoThemeSelector.js | |
now reading: /vagrant/archesproject/arches/Media/js/debug/widgets/Arches.widgets.LayerLibrary.js | |
now reading: /vagrant/archesproject/arches/Media/js/debug/widgets/Arches.widgets.LayerList.js | |
now reading: /vagrant/archesproject/arches/Media/js/debug/widgets/Arches.widgets.LegendPanel.js | |
now reading: /vagrant/archesproject/arches/Media/js/debug/widgets/Arches.widgets.MapPanel.js | |
now reading: /vagrant/archesproject/arches/Media/js/debug/widgets/Arches.widgets.Popup.js | |
now reading: /vagrant/archesproject/arches/Media/js/debug/widgets/Arches.widgets.Reportgrid.js | |
now reading: /vagrant/archesproject/arches/Media/js/debug/widgets/Arches.widgets.ScrollableReportSection.js | |
now reading: /vagrant/archesproject/arches/Media/js/debug/widgets/Arches.widgets.Search.js | |
now reading: /vagrant/archesproject/arches/Media/js/debug/widgets/Arches.widgets.SearchResults.js | |
now reading: /vagrant/archesproject/arches/Media/js/debug/widgets/Arches.widgets.SidePanelContainer.js | |
now reading: /vagrant/archesproject/arches/Media/js/debug/forms/Arches.factories.FormContainer.js | |
now reading: /vagrant/archesproject/arches/Media/js/debug/forms/Arches.formcomponents.Buttons.js | |
now reading: /vagrant/archesproject/arches/Media/js/debug/forms/Arches.forms.fields.ConceptCombobox.js | |
now reading: /vagrant/archesproject/arches/Media/js/debug/reports/Arches.Reportgrid.js | |
now reading: /vagrant/archesproject/arches/Media/js/debug/reports/Arches.factories.Report.js | |
now reading: /vagrant/archesproject/arches/Media/js/debug/reports/Arches.reports.Utils.js | |
now reading: /vagrant/archesproject/arches/Media/js/debug/Arches.App.js | |
now reading: /vagrant/archesproject/arches/Media/js/debug/components/GridPrinter.js | |
now reading: /vagrant/archesproject/arches/Media/js/debug/components/OpenLayers.AddIns.js | |
now reading: /vagrant/archesproject/arches/Media/js/debug/components/Printer.js | |
now reading: /vagrant/archesproject/arches/Media/js/debug/components/ux-namespace.js | |
now reading: /vagrant/archesproject/packages/cds/media/js/forms/Arches.forms.BaseGridForm.js | |
now reading: /vagrant/archesproject/packages/cds/media/js/forms/Arches.forms.BaseDescriptionForm.js | |
now reading: /vagrant/archesproject/packages/cds/media/js/forms/Arches.forms.Materials.js | |
now reading: /vagrant/archesproject/packages/cds/media/js/forms/Arches.forms.Technique.js | |
now reading: /vagrant/archesproject/packages/cds/media/js/models/Arches.models.Address.js | |
now reading: /vagrant/archesproject/packages/cds/media/js/models/Arches.models.AdministrativeUnit.js | |
now reading: /vagrant/archesproject/packages/cds/media/js/models/Arches.models.Appelation.js | |
now reading: /vagrant/archesproject/packages/cds/media/js/models/Arches.models.ArchaeologicalMaterials.js | |
now reading: /vagrant/archesproject/packages/cds/media/js/models/Arches.models.ArchaeologicalTechnique.js | |
now reading: /vagrant/archesproject/packages/cds/media/js/models/Arches.models.ArchitecturalMaterials.js | |
now reading: /vagrant/archesproject/packages/cds/media/js/models/Arches.models.ArchitecturalTechnique.js | |
now reading: /vagrant/archesproject/packages/cds/media/js/models/Arches.models.BirthDeath.js | |
now reading: /vagrant/archesproject/packages/cds/media/js/models/Arches.models.CadastralReference.js | |
now reading: /vagrant/archesproject/packages/cds/media/js/models/Arches.models.Condition.js | |
now reading: /vagrant/archesproject/packages/cds/media/js/models/Arches.models.Designation.js | |
now reading: /vagrant/archesproject/packages/cds/media/js/models/Arches.models.DistinguishingFeatures.js | |
now reading: /vagrant/archesproject/packages/cds/media/js/models/Arches.models.DocumentMaterials.js | |
now reading: /vagrant/archesproject/packages/cds/media/js/models/Arches.models.DocumentTechnique.js | |
now reading: /vagrant/archesproject/packages/cds/media/js/models/Arches.models.Epithet.js | |
now reading: /vagrant/archesproject/packages/cds/media/js/models/Arches.models.ExternalReference.js | |
now reading: /vagrant/archesproject/packages/cds/media/js/models/Arches.models.FileUpload.js | |
now reading: /vagrant/archesproject/packages/cds/media/js/models/Arches.models.ImageMaterials.js | |
now reading: /vagrant/archesproject/packages/cds/media/js/models/Arches.models.ImageTechnique.js | |
now reading: /vagrant/archesproject/packages/cds/media/js/models/Arches.models.Keywords.js | |
now reading: /vagrant/archesproject/packages/cds/media/js/models/Arches.models.LandscapeMaterials.js | |
now reading: /vagrant/archesproject/packages/cds/media/js/models/Arches.models.LandscapeTechnique.js | |
now reading: /vagrant/archesproject/packages/cds/media/js/models/Arches.models.Location.js | |
now reading: /vagrant/archesproject/packages/cds/media/js/models/Arches.models.LocationDescription.js | |
now reading: /vagrant/archesproject/packages/cds/media/js/models/Arches.models.MaritimeMaterials.js | |
now reading: /vagrant/archesproject/packages/cds/media/js/models/Arches.models.MaritimeTechnique.js | |
now reading: /vagrant/archesproject/packages/cds/media/js/models/Arches.models.Materials.js | |
now reading: /vagrant/archesproject/packages/cds/media/js/models/Arches.models.Measurements.js | |
now reading: /vagrant/archesproject/packages/cds/media/js/models/Arches.models.OrganizationName.js | |
now reading: /vagrant/archesproject/packages/cds/media/js/models/Arches.models.PersonName.js | |
now reading: /vagrant/archesproject/packages/cds/media/js/models/Arches.models.Phase.js | |
now reading: /vagrant/archesproject/packages/cds/media/js/models/Arches.models.RelatedAssets.js | |
now reading: /vagrant/archesproject/packages/cds/media/js/models/Arches.models.ScientificDate.js | |
now reading: /vagrant/archesproject/packages/cds/media/js/models/Arches.models.SearchResult.js | |
now reading: /vagrant/archesproject/packages/cds/media/js/models/Arches.models.SummaryDescription.js | |
now reading: /vagrant/archesproject/packages/cds/media/js/widgets/Arches.widgets.AdvancedSearchPanel.js | |
now reading: /vagrant/archesproject/packages/cds/media/js/forms/Arches.forms.Address.js | |
now reading: /vagrant/archesproject/packages/cds/media/js/forms/Arches.forms.AdministrativeUnit.js | |
now reading: /vagrant/archesproject/packages/cds/media/js/forms/Arches.forms.ArchaeologicalMaterials.js | |
now reading: /vagrant/archesproject/packages/cds/media/js/forms/Arches.forms.ArchaeologicalTechnique.js | |
now reading: /vagrant/archesproject/packages/cds/media/js/forms/Arches.forms.ArchitecturalMaterials.js | |
now reading: /vagrant/archesproject/packages/cds/media/js/forms/Arches.forms.ArchitecturalTechnique.js | |
now reading: /vagrant/archesproject/packages/cds/media/js/forms/Arches.forms.BirthDeath.js | |
now reading: /vagrant/archesproject/packages/cds/media/js/forms/Arches.forms.CadastralReference.js | |
now reading: /vagrant/archesproject/packages/cds/media/js/forms/Arches.forms.Condition.js | |
now reading: /vagrant/archesproject/packages/cds/media/js/forms/Arches.forms.Designation.js | |
now reading: /vagrant/archesproject/packages/cds/media/js/forms/Arches.forms.DistinguishingFeaturesForm.js | |
now reading: /vagrant/archesproject/packages/cds/media/js/forms/Arches.forms.DocumentMaterials.js | |
now reading: /vagrant/archesproject/packages/cds/media/js/forms/Arches.forms.DocumentTechnique.js | |
now reading: /vagrant/archesproject/packages/cds/media/js/forms/Arches.forms.Epithet.js | |
now reading: /vagrant/archesproject/packages/cds/media/js/forms/Arches.forms.ExternalReference.js | |
now reading: /vagrant/archesproject/packages/cds/media/js/forms/Arches.forms.FileUpload.js | |
now reading: /vagrant/archesproject/packages/cds/media/js/forms/Arches.forms.ImageMaterials.js | |
now reading: /vagrant/archesproject/packages/cds/media/js/forms/Arches.forms.ImageTechnique.js | |
now reading: /vagrant/archesproject/packages/cds/media/js/forms/Arches.forms.InscriptionMarkingsForm.js | |
now reading: /vagrant/archesproject/packages/cds/media/js/forms/Arches.forms.Keywords.js | |
now reading: /vagrant/archesproject/packages/cds/media/js/forms/Arches.forms.LandscapeMaterials.js | |
now reading: /vagrant/archesproject/packages/cds/media/js/forms/Arches.forms.LandscapeTechnique.js | |
now reading: /vagrant/archesproject/packages/cds/media/js/forms/Arches.forms.Location.js | |
now reading: /vagrant/archesproject/packages/cds/media/js/forms/Arches.forms.LocationDescriptionForm.js | |
now reading: /vagrant/archesproject/packages/cds/media/js/forms/Arches.forms.MaritimeMaterials.js | |
now reading: /vagrant/archesproject/packages/cds/media/js/forms/Arches.forms.MaritimeTechnique.js | |
now reading: /vagrant/archesproject/packages/cds/media/js/forms/Arches.forms.Measurements.js | |
now reading: /vagrant/archesproject/packages/cds/media/js/forms/Arches.forms.Name.js | |
now reading: /vagrant/archesproject/packages/cds/media/js/forms/Arches.forms.OrganizationName.js | |
now reading: /vagrant/archesproject/packages/cds/media/js/forms/Arches.forms.PersonName.js | |
now reading: /vagrant/archesproject/packages/cds/media/js/forms/Arches.forms.Phase.js | |
now reading: /vagrant/archesproject/packages/cds/media/js/forms/Arches.forms.RelatedAssets.js | |
now reading: /vagrant/archesproject/packages/cds/media/js/forms/Arches.forms.ScientificDate.js | |
now reading: /vagrant/archesproject/packages/cds/media/js/forms/Arches.forms.SubjectDescriptionForm.js | |
now reading: /vagrant/archesproject/packages/cds/media/js/reports/Arches.reports.Monument.js | |
now reading: /vagrant/archesproject/packages/cds/media/js/reports/Arches.reportsection.Condition.js | |
now reading: /vagrant/archesproject/packages/cds/media/js/reports/Arches.reportsection.Description.js | |
now reading: /vagrant/archesproject/packages/cds/media/js/reports/Arches.reportsection.Designations.js | |
now reading: /vagrant/archesproject/packages/cds/media/js/reports/Arches.reportsection.DistinguishingFeatures.js | |
now reading: /vagrant/archesproject/packages/cds/media/js/reports/Arches.reportsection.External |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment