[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Help with dh_autoreconf



Hi,

I am hoping someone can help me with a little problem trying to use
dh-autoreconf to fix a FTBFS on the ppc64el architecture. The package is
geographiclib:
git://anonscm.debian.org/pkg-grass/geographiclib.git

The previous version (1.35) built fine with dh-autoreconf, but the new
version I am packaging (1.37) does not, but it builds fine with
autotools-dev.

This seems to be the problem area (full buildlog attached in case I am
wrong):

configure:15391: g++ -c -g -O2 -fstack-protector-strong -Wformat
-Werror=format-security -D_FORTIFY_SOURCE=2 conftest.cpp >&5
configure:15391: $? = 0
configure:15409: g++ -c -g -O2 -fstack-protector-strong -Wformat
-Werror=format-security -D_FORTIFY_SOURCE=2 conftest.cpp >&5
conftest.cpp: In function 'int main()':
conftest.cpp:34:8: error: 'big' was not declared in this scope
    not big endian
        ^
configure:15409: $? = 1
configure: failed program was:
| /* confdefs.h */

Any clues to where I should start looking?

Regards,

Ross
dpkg-buildpackage: source package geographiclib
dpkg-buildpackage: source version 1.37-1
dpkg-buildpackage: source distribution UNRELEASED
dpkg-buildpackage: source changed by Ross Gammon <rossgammon@mail.dk>
 dpkg-source --before-build geographiclib-1.37
dpkg-source: info: applying privacy.patch
 fakeroot debian/rules clean
dh clean --with autoreconf,python2
   dh_testdir
   dh_auto_clean
make[1]: Entering directory `/home/ross/debian/build-area/geographiclib-1.37'
make -f Makefile.mk -C src clean
make[2]: Entering directory `/home/ross/debian/build-area/geographiclib-1.37/src'
rm -f *.o libGeographic.a
make[2]: Leaving directory `/home/ross/debian/build-area/geographiclib-1.37/src'
make -f Makefile.mk -C tools clean
make[2]: Entering directory `/home/ross/debian/build-area/geographiclib-1.37/tools'
rm -f *.o geographiclib-get-geoids geographiclib-get-gravity geographiclib-get-magnetic
make[2]: Leaving directory `/home/ross/debian/build-area/geographiclib-1.37/tools'
make -f Makefile.mk -C doc clean
make[2]: Entering directory `/home/ross/debian/build-area/geographiclib-1.37/doc'
make[2]: Nothing to be done for `clean'.
make[2]: Leaving directory `/home/ross/debian/build-area/geographiclib-1.37/doc'
make -f Makefile.mk -C man clean
make[2]: Entering directory `/home/ross/debian/build-area/geographiclib-1.37/man'
make[2]: Nothing to be done for `clean'.
make[2]: Leaving directory `/home/ross/debian/build-area/geographiclib-1.37/man'
make -f Makefile.mk -C matlab clean
make[2]: Entering directory `/home/ross/debian/build-area/geographiclib-1.37/matlab'
rm -f *.mex* *.oct
make[2]: Leaving directory `/home/ross/debian/build-area/geographiclib-1.37/matlab'
make -f Makefile.mk -C python clean
make[2]: Entering directory `/home/ross/debian/build-area/geographiclib-1.37/python'
rm -f *.pyc geographiclib/*.pyc
make[2]: Leaving directory `/home/ross/debian/build-area/geographiclib-1.37/python'
make[1]: Leaving directory `/home/ross/debian/build-area/geographiclib-1.37'
   dh_autoreconf_clean
   dh_clean
 dpkg-source -b geographiclib-1.37
dpkg-source: info: using source format `3.0 (quilt)'
dpkg-source: info: building geographiclib using existing ./geographiclib_1.37.orig.tar.gz
dpkg-source: info: building geographiclib in geographiclib_1.37-1.debian.tar.gz
dpkg-source: info: building geographiclib in geographiclib_1.37-1.dsc
 dpkg-genchanges -S >../geographiclib_1.37-1_source.changes
dpkg-genchanges: including full source code in upload
 dpkg-source --after-build geographiclib-1.37
dpkg-source: info: unapplying privacy.patch
dpkg-buildpackage: full upload (original source is included)
W: /home/ross/.pbuilderrc does not exist
I: using fakeroot in build.
I: Current time: Fri Sep 19 23:28:31 CEST 2014
I: pbuilder-time-stamp: 1411162111
I: Building the build Environment
I: extracting base tarball [/var/cache/pbuilder/base.tgz]
I: creating local configuration
I: copying local configuration
I: mounting /proc filesystem
I: mounting /run/shm filesystem
I: mounting /dev/pts filesystem
I: Mounting /home/ross/debian/ExperimentalPackages
I: policy-rc.d already exists
I: Obtaining the cached apt archive contents
I: Installing the build-deps
W: no hooks of type D found -- ignoring
 -> Attempting to satisfy build-dependencies
 -> Creating pbuilder-satisfydepends-dummy package
Package: pbuilder-satisfydepends-dummy
Version: 0.invalid.0
Architecture: amd64
Maintainer: Debian Pbuilder Team <pbuilder-maint@lists.alioth.debian.org>
Description: Dummy package to satisfy dependencies with aptitude - created by pbuilder
 This package was created automatically by pbuilder to satisfy the
 build-dependencies of the package being currently built.
Depends: debhelper (>= 9), dh-autoreconf, doxygen, dh-python, python-all (>= 2.6.6-3~), python-setuptools
dpkg-deb: building package `pbuilder-satisfydepends-dummy' in `/tmp/satisfydepends-aptitude/pbuilder-satisfydepends-dummy.deb'.
Selecting previously unselected package pbuilder-satisfydepends-dummy.
(Reading database ... 10986 files and directories currently installed.)
Preparing to unpack .../pbuilder-satisfydepends-dummy.deb ...
Unpacking pbuilder-satisfydepends-dummy (0.invalid.0) ...
dpkg: pbuilder-satisfydepends-dummy: dependency problems, but configuring anyway as you requested:
 pbuilder-satisfydepends-dummy depends on debhelper (>= 9); however:
  Package debhelper is not installed.
 pbuilder-satisfydepends-dummy depends on dh-autoreconf; however:
  Package dh-autoreconf is not installed.
 pbuilder-satisfydepends-dummy depends on doxygen; however:
  Package doxygen is not installed.
 pbuilder-satisfydepends-dummy depends on dh-python; however:
  Package dh-python is not installed.
 pbuilder-satisfydepends-dummy depends on python-all (>= 2.6.6-3~); however:
  Package python-all is not installed.
 pbuilder-satisfydepends-dummy depends on python-setuptools; however:
  Package python-setuptools is not installed.

Setting up pbuilder-satisfydepends-dummy (0.invalid.0) ...
Reading package lists...
Building dependency tree...
Reading state information...
Initializing package states...
Writing extended state information...
Building tag database...
The following NEW packages will be installed:
  autoconf{a} automake{a} autopoint{a} autotools-dev{a} bsdmainutils{a} 
  debhelper{a} dh-autoreconf{a} dh-python{a} doxygen{a} file{a} gettext{a} 
  gettext-base{a} groff-base{a} intltool-debian{a} libasprintf0c2{a} 
  libbsd0{a} libclang1-3.5{a} libcroco3{a} libedit2{a} libexpat1{a} 
  libffi6{a} libglib2.0-0{a} libllvm3.5{a} libmagic1{a} libmpdec2{a} 
  libobjc-4.9-dev{a} libobjc4{a} libpipeline1{a} libpython-stdlib{a} 
  libpython2.7-minimal{a} libpython2.7-stdlib{a} libpython3-stdlib{a} 
  libpython3.4-minimal{a} libpython3.4-stdlib{a} libsigsegv2{a} 
  libssl1.0.0{a} libtool{a} libtool-bin{a} libunistring0{a} libxml2{a} 
  m4{a} man-db{a} mime-support{a} po-debconf{a} python{a} python-all{a} 
  python-minimal{a} python-pkg-resources{a} python-setuptools{a} 
  python2.7{a} python2.7-minimal{a} python3{a} python3-minimal{a} 
  python3.4{a} python3.4-minimal{a} 
0 packages upgraded, 55 newly installed, 0 to remove and 0 not upgraded.
Need to get 0 B/35.7 MB of archives. After unpacking 132 MB will be used.
Writing extended state information...

Extracting templates from packages: 54%
Extracting templates from packages: 100%
Preconfiguring packages ...
Selecting previously unselected package libpipeline1:amd64.
(Reading database ... 10986 files and directories currently installed.)
Preparing to unpack .../libpipeline1_1.3.0-1_amd64.deb ...
Unpacking libpipeline1:amd64 (1.3.0-1) ...
Selecting previously unselected package libssl1.0.0:amd64.
Preparing to unpack .../libssl1.0.0_1.0.1i-2_amd64.deb ...
Unpacking libssl1.0.0:amd64 (1.0.1i-2) ...
Selecting previously unselected package groff-base.
Preparing to unpack .../groff-base_1.22.2-8_amd64.deb ...
Unpacking groff-base (1.22.2-8) ...
Selecting previously unselected package bsdmainutils.
Preparing to unpack .../bsdmainutils_9.0.5_amd64.deb ...
Unpacking bsdmainutils (9.0.5) ...
Selecting previously unselected package man-db.
Preparing to unpack .../man-db_2.6.7.1-1_amd64.deb ...
Unpacking man-db (2.6.7.1-1) ...
Selecting previously unselected package libasprintf0c2:amd64.
Preparing to unpack .../libasprintf0c2_0.19.2-2_amd64.deb ...
Unpacking libasprintf0c2:amd64 (0.19.2-2) ...
Selecting previously unselected package libbsd0:amd64.
Preparing to unpack .../libbsd0_0.7.0-2_amd64.deb ...
Unpacking libbsd0:amd64 (0.7.0-2) ...
Selecting previously unselected package libedit2:amd64.
Preparing to unpack .../libedit2_3.1-20140620-2_amd64.deb ...
Unpacking libedit2:amd64 (3.1-20140620-2) ...
Selecting previously unselected package libmagic1:amd64.
Preparing to unpack .../libmagic1_1%3a5.19-2_amd64.deb ...
Unpacking libmagic1:amd64 (1:5.19-2) ...
Selecting previously unselected package libxml2:amd64.
Preparing to unpack .../libxml2_2.9.1+dfsg1-4_amd64.deb ...
Unpacking libxml2:amd64 (2.9.1+dfsg1-4) ...
Selecting previously unselected package libffi6:amd64.
Preparing to unpack .../libffi6_3.1-2_amd64.deb ...
Unpacking libffi6:amd64 (3.1-2) ...
Selecting previously unselected package libllvm3.5:amd64.
Preparing to unpack .../libllvm3.5_1%3a3.5-1_amd64.deb ...
Unpacking libllvm3.5:amd64 (1:3.5-1) ...
Selecting previously unselected package libobjc4:amd64.
Preparing to unpack .../libobjc4_4.9.1-14_amd64.deb ...
Unpacking libobjc4:amd64 (4.9.1-14) ...
Selecting previously unselected package libobjc-4.9-dev:amd64.
Preparing to unpack .../libobjc-4.9-dev_4.9.1-14_amd64.deb ...
Unpacking libobjc-4.9-dev:amd64 (4.9.1-14) ...
Selecting previously unselected package libclang1-3.5:amd64.
Preparing to unpack .../libclang1-3.5_1%3a3.5-1_amd64.deb ...
Unpacking libclang1-3.5:amd64 (1:3.5-1) ...
Selecting previously unselected package libglib2.0-0:amd64.
Preparing to unpack .../libglib2.0-0_2.40.0-5_amd64.deb ...
Unpacking libglib2.0-0:amd64 (2.40.0-5) ...
Selecting previously unselected package libcroco3:amd64.
Preparing to unpack .../libcroco3_0.6.8-3_amd64.deb ...
Unpacking libcroco3:amd64 (0.6.8-3) ...
Selecting previously unselected package libexpat1:amd64.
Preparing to unpack .../libexpat1_2.1.0-6_amd64.deb ...
Unpacking libexpat1:amd64 (2.1.0-6) ...
Selecting previously unselected package libmpdec2:amd64.
Preparing to unpack .../libmpdec2_2.4.1-1_amd64.deb ...
Unpacking libmpdec2:amd64 (2.4.1-1) ...
Selecting previously unselected package libpython3.4-minimal:amd64.
Preparing to unpack .../libpython3.4-minimal_3.4.1-11_amd64.deb ...
Unpacking libpython3.4-minimal:amd64 (3.4.1-11) ...
Selecting previously unselected package mime-support.
Preparing to unpack .../mime-support_3.56_all.deb ...
Unpacking mime-support (3.56) ...
Selecting previously unselected package libpython3.4-stdlib:amd64.
Preparing to unpack .../libpython3.4-stdlib_3.4.1-11_amd64.deb ...
Unpacking libpython3.4-stdlib:amd64 (3.4.1-11) ...
Selecting previously unselected package libsigsegv2:amd64.
Preparing to unpack .../libsigsegv2_2.10-4_amd64.deb ...
Unpacking libsigsegv2:amd64 (2.10-4) ...
Selecting previously unselected package libunistring0:amd64.
Preparing to unpack .../libunistring0_0.9.3-5.2_amd64.deb ...
Unpacking libunistring0:amd64 (0.9.3-5.2) ...
Selecting previously unselected package libpython2.7-minimal:amd64.
Preparing to unpack .../libpython2.7-minimal_2.7.8-7_amd64.deb ...
Unpacking libpython2.7-minimal:amd64 (2.7.8-7) ...
Selecting previously unselected package python2.7-minimal.
Preparing to unpack .../python2.7-minimal_2.7.8-7_amd64.deb ...
Unpacking python2.7-minimal (2.7.8-7) ...
Selecting previously unselected package python3.4-minimal.
Preparing to unpack .../python3.4-minimal_3.4.1-11_amd64.deb ...
Unpacking python3.4-minimal (3.4.1-11) ...
Selecting previously unselected package file.
Preparing to unpack .../file_1%3a5.19-2_amd64.deb ...
Unpacking file (1:5.19-2) ...
Selecting previously unselected package gettext-base.
Preparing to unpack .../gettext-base_0.19.2-2_amd64.deb ...
Unpacking gettext-base (0.19.2-2) ...
Selecting previously unselected package m4.
Preparing to unpack .../archives/m4_1.4.17-4_amd64.deb ...
Unpacking m4 (1.4.17-4) ...
Selecting previously unselected package libpython2.7-stdlib:amd64.
Preparing to unpack .../libpython2.7-stdlib_2.7.8-7_amd64.deb ...
Unpacking libpython2.7-stdlib:amd64 (2.7.8-7) ...
Selecting previously unselected package python2.7.
Preparing to unpack .../python2.7_2.7.8-7_amd64.deb ...
Unpacking python2.7 (2.7.8-7) ...
Selecting previously unselected package python-minimal.
Preparing to unpack .../python-minimal_2.7.8-1_amd64.deb ...
Unpacking python-minimal (2.7.8-1) ...
Selecting previously unselected package libpython-stdlib:amd64.
Preparing to unpack .../libpython-stdlib_2.7.8-1_amd64.deb ...
Unpacking libpython-stdlib:amd64 (2.7.8-1) ...
Selecting previously unselected package python.
Preparing to unpack .../python_2.7.8-1_amd64.deb ...
Unpacking python (2.7.8-1) ...
Selecting previously unselected package autoconf.
Preparing to unpack .../autoconf_2.69-8_all.deb ...
Unpacking autoconf (2.69-8) ...
Selecting previously unselected package autotools-dev.
Preparing to unpack .../autotools-dev_20140911.1_all.deb ...
Unpacking autotools-dev (20140911.1) ...
Selecting previously unselected package automake.
Preparing to unpack .../automake_1%3a1.14.1-3_all.deb ...
Unpacking automake (1:1.14.1-3) ...
Selecting previously unselected package autopoint.
Preparing to unpack .../autopoint_0.19.2-2_all.deb ...
Unpacking autopoint (0.19.2-2) ...
Selecting previously unselected package gettext.
Preparing to unpack .../gettext_0.19.2-2_amd64.deb ...
Unpacking gettext (0.19.2-2) ...
Selecting previously unselected package intltool-debian.
Preparing to unpack .../intltool-debian_0.35.0+20060710.1_all.deb ...
Unpacking intltool-debian (0.35.0+20060710.1) ...
Selecting previously unselected package po-debconf.
Preparing to unpack .../po-debconf_1.0.16+nmu3_all.deb ...
Unpacking po-debconf (1.0.16+nmu3) ...
Selecting previously unselected package debhelper.
Preparing to unpack .../debhelper_9.20140817_all.deb ...
Unpacking debhelper (9.20140817) ...
Selecting previously unselected package libtool-bin.
Preparing to unpack .../libtool-bin_2.4.2-1.10+b1_amd64.deb ...
Unpacking libtool-bin (2.4.2-1.10+b1) ...
Selecting previously unselected package libtool.
Preparing to unpack .../libtool_2.4.2-1.10_all.deb ...
Unpacking libtool (2.4.2-1.10) ...
Selecting previously unselected package dh-autoreconf.
Preparing to unpack .../dh-autoreconf_9_all.deb ...
Unpacking dh-autoreconf (9) ...
Selecting previously unselected package python3.4.
Preparing to unpack .../python3.4_3.4.1-11_amd64.deb ...
Unpacking python3.4 (3.4.1-11) ...
Selecting previously unselected package python3-minimal.
Preparing to unpack .../python3-minimal_3.4.1-1_amd64.deb ...
Unpacking python3-minimal (3.4.1-1) ...
Selecting previously unselected package libpython3-stdlib:amd64.
Preparing to unpack .../libpython3-stdlib_3.4.1-1_amd64.deb ...
Unpacking libpython3-stdlib:amd64 (3.4.1-1) ...
Selecting previously unselected package python3.
Preparing to unpack .../python3_3.4.1-1_amd64.deb ...
Unpacking python3 (3.4.1-1) ...
Selecting previously unselected package dh-python.
Preparing to unpack .../dh-python_1.20140511-1_all.deb ...
Unpacking dh-python (1.20140511-1) ...
Selecting previously unselected package doxygen.
Preparing to unpack .../doxygen_1.8.8-3_amd64.deb ...
Unpacking doxygen (1.8.8-3) ...
Selecting previously unselected package python-all.
Preparing to unpack .../python-all_2.7.8-1_amd64.deb ...
Unpacking python-all (2.7.8-1) ...
Selecting previously unselected package python-pkg-resources.
Preparing to unpack .../python-pkg-resources_5.5.1-1_all.deb ...
Unpacking python-pkg-resources (5.5.1-1) ...
Selecting previously unselected package python-setuptools.
Preparing to unpack .../python-setuptools_5.5.1-1_all.deb ...
Unpacking python-setuptools (5.5.1-1) ...
Setting up libpipeline1:amd64 (1.3.0-1) ...
Setting up libssl1.0.0:amd64 (1.0.1i-2) ...
Setting up groff-base (1.22.2-8) ...
Setting up bsdmainutils (9.0.5) ...
update-alternatives: using /usr/bin/bsd-write to provide /usr/bin/write (write) in auto mode
update-alternatives: using /usr/bin/bsd-from to provide /usr/bin/from (from) in auto mode
Setting up man-db (2.6.7.1-1) ...
Building database of manual pages ...
Setting up libasprintf0c2:amd64 (0.19.2-2) ...
Setting up libbsd0:amd64 (0.7.0-2) ...
Setting up libedit2:amd64 (3.1-20140620-2) ...
Setting up libmagic1:amd64 (1:5.19-2) ...
Setting up libxml2:amd64 (2.9.1+dfsg1-4) ...
Setting up libffi6:amd64 (3.1-2) ...
Setting up libllvm3.5:amd64 (1:3.5-1) ...
Setting up libobjc4:amd64 (4.9.1-14) ...
Setting up libobjc-4.9-dev:amd64 (4.9.1-14) ...
Setting up libclang1-3.5:amd64 (1:3.5-1) ...
Setting up libglib2.0-0:amd64 (2.40.0-5) ...
No schema files found: doing nothing.
Setting up libcroco3:amd64 (0.6.8-3) ...
Setting up libexpat1:amd64 (2.1.0-6) ...
Setting up libmpdec2:amd64 (2.4.1-1) ...
Setting up libpython3.4-minimal:amd64 (3.4.1-11) ...
Setting up mime-support (3.56) ...
Setting up libpython3.4-stdlib:amd64 (3.4.1-11) ...
Setting up libsigsegv2:amd64 (2.10-4) ...
Setting up libunistring0:amd64 (0.9.3-5.2) ...
Setting up libpython2.7-minimal:amd64 (2.7.8-7) ...
Setting up python2.7-minimal (2.7.8-7) ...
Setting up python3.4-minimal (3.4.1-11) ...
Setting up file (1:5.19-2) ...
Setting up gettext-base (0.19.2-2) ...
Setting up m4 (1.4.17-4) ...
Setting up libpython2.7-stdlib:amd64 (2.7.8-7) ...
Setting up python2.7 (2.7.8-7) ...
Setting up python-minimal (2.7.8-1) ...
Setting up libpython-stdlib:amd64 (2.7.8-1) ...
Setting up python (2.7.8-1) ...
Setting up autoconf (2.69-8) ...
Setting up autotools-dev (20140911.1) ...
Setting up automake (1:1.14.1-3) ...
update-alternatives: using /usr/bin/automake-1.14 to provide /usr/bin/automake (automake) in auto mode
Setting up autopoint (0.19.2-2) ...
Setting up gettext (0.19.2-2) ...
Setting up intltool-debian (0.35.0+20060710.1) ...
Setting up po-debconf (1.0.16+nmu3) ...
Setting up debhelper (9.20140817) ...
Setting up libtool-bin (2.4.2-1.10+b1) ...
Setting up libtool (2.4.2-1.10) ...
Setting up dh-autoreconf (9) ...
Setting up python3.4 (3.4.1-11) ...
Setting up python3-minimal (3.4.1-1) ...
Setting up libpython3-stdlib:amd64 (3.4.1-1) ...
Setting up doxygen (1.8.8-3) ...
Setting up python-all (2.7.8-1) ...
Setting up python-pkg-resources (5.5.1-1) ...
Setting up python-setuptools (5.5.1-1) ...
Setting up python3 (3.4.1-1) ...
Setting up dh-python (1.20140511-1) ...
Processing triggers for libc-bin (2.19-11) ...
Reading package lists...
Building dependency tree...
Reading state information...
Reading extended state information...
Initializing package states...
Writing extended state information...
Building tag database...
 -> Finished parsing the build-deps
Reading package lists...
Building dependency tree...
Reading state information...
apt-utils is already the newest version.
The following NEW packages will be installed:
  fakeroot libfakeroot
0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded.
Need to get 0 B/123 kB of archives.
After this operation, 294 kB of additional disk space will be used.
Selecting previously unselected package libfakeroot:amd64.
(Reading database ... 14714 files and directories currently installed.)
Preparing to unpack .../libfakeroot_1.20.1-1.1_amd64.deb ...
Unpacking libfakeroot:amd64 (1.20.1-1.1) ...
Selecting previously unselected package fakeroot.
Preparing to unpack .../fakeroot_1.20.1-1.1_amd64.deb ...
Unpacking fakeroot (1.20.1-1.1) ...
Processing triggers for man-db (2.6.7.1-1) ...
Setting up libfakeroot:amd64 (1.20.1-1.1) ...
Setting up fakeroot (1.20.1-1.1) ...
update-alternatives: using /usr/bin/fakeroot-sysv to provide /usr/bin/fakeroot (fakeroot) in auto mode
I: Copying back the cached apt archive contents
I: Copying source file
I: copying [../geographiclib_1.37-1.dsc]
I: copying [../geographiclib_1.37.orig.tar.gz]
I: copying [../geographiclib_1.37-1.debian.tar.gz]
I: Extracting source
dpkg-source: warning: extracting unsigned source package (geographiclib_1.37-1.dsc)
dpkg-source: info: extracting geographiclib in geographiclib-1.37
dpkg-source: info: unpacking geographiclib_1.37.orig.tar.gz
dpkg-source: info: unpacking geographiclib_1.37-1.debian.tar.gz
dpkg-source: info: applying privacy.patch
I: Building the package
W: no hooks of type A found -- ignoring
I: Running cd tmp/buildd/*/ && env PATH="/usr/sbin:/usr/bin:/sbin:/bin" dpkg-buildpackage -us -uc  -rfakeroot
dpkg-buildpackage: source package geographiclib
dpkg-buildpackage: source version 1.37-1
dpkg-buildpackage: source distribution UNRELEASED
dpkg-buildpackage: source changed by Ross Gammon <rossgammon@mail.dk>
 dpkg-source --before-build geographiclib-1.37
dpkg-buildpackage: host architecture amd64
 fakeroot debian/rules clean
dh clean --with autoreconf,python2
   dh_testdir
   dh_auto_clean
make[1]: Entering directory '/tmp/buildd/geographiclib-1.37'
make -f Makefile.mk -C src clean
make[2]: Entering directory '/tmp/buildd/geographiclib-1.37/src'
rm -f *.o libGeographic.a
make[2]: Leaving directory '/tmp/buildd/geographiclib-1.37/src'
make -f Makefile.mk -C tools clean
make[2]: Entering directory '/tmp/buildd/geographiclib-1.37/tools'
rm -f *.o geographiclib-get-geoids geographiclib-get-gravity geographiclib-get-magnetic
make[2]: Leaving directory '/tmp/buildd/geographiclib-1.37/tools'
make -f Makefile.mk -C doc clean
make[2]: Entering directory '/tmp/buildd/geographiclib-1.37/doc'
make[2]: Nothing to be done for 'clean'.
make[2]: Leaving directory '/tmp/buildd/geographiclib-1.37/doc'
make -f Makefile.mk -C man clean
make[2]: Entering directory '/tmp/buildd/geographiclib-1.37/man'
make[2]: Nothing to be done for 'clean'.
make[2]: Leaving directory '/tmp/buildd/geographiclib-1.37/man'
make -f Makefile.mk -C matlab clean
make[2]: Entering directory '/tmp/buildd/geographiclib-1.37/matlab'
rm -f *.mex* *.oct
make[2]: Leaving directory '/tmp/buildd/geographiclib-1.37/matlab'
make -f Makefile.mk -C python clean
make[2]: Entering directory '/tmp/buildd/geographiclib-1.37/python'
rm -f *.pyc geographiclib/*.pyc
make[2]: Leaving directory '/tmp/buildd/geographiclib-1.37/python'
make[1]: Leaving directory '/tmp/buildd/geographiclib-1.37'
   dh_autoreconf_clean
   dh_clean
 dpkg-source -b geographiclib-1.37
dpkg-source: info: using source format `3.0 (quilt)'
dpkg-source: info: building geographiclib using existing ./geographiclib_1.37.orig.tar.gz
dpkg-source: info: building geographiclib in geographiclib_1.37-1.debian.tar.xz
dpkg-source: info: building geographiclib in geographiclib_1.37-1.dsc
 debian/rules build
dh build --with autoreconf,python2
   dh_testdir
   dh_autoreconf
libtoolize: putting auxiliary files in `.'.
libtoolize: copying file `./ltmain.sh'
libtoolize: putting macros in AC_CONFIG_MACRO_DIR, `m4'.
libtoolize: copying file `m4/libtool.m4'
libtoolize: copying file `m4/ltoptions.m4'
libtoolize: copying file `m4/ltsugar.m4'
libtoolize: copying file `m4/ltversion.m4'
libtoolize: copying file `m4/lt~obsolete.m4'
configure.ac:45: installing './compile'
   dh_auto_configure
checking build system type... x86_64-pc-linux-gnu
checking host system type... x86_64-pc-linux-gnu
checking target system type... x86_64-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 make supports nested variables... yes
checking whether to enable maintainer-specific portions of Makefiles... no
checking for style of include used by make... GNU
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 whether gcc understands -c and -o together... yes
checking dependency style of gcc... none
checking how to run the C preprocessor... gcc -E
checking whether make sets $(MAKE)... (cached) 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++... none
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 x86_64-pc-linux-gnu file names to x86_64-pc-linux-gnu format... func_convert_file_noop
checking how to convert x86_64-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 command to parse /usr/bin/nm -B output from gcc object... ok
checking for sysroot... no
checking for mt... no
checking if : is a manifest tool... no
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 -m elf_x86_64) 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 how to run the C++ preprocessor... g++ -E
checking for ld used by g++... /usr/bin/ld -m elf_x86_64
checking if the linker (/usr/bin/ld -m elf_x86_64) is GNU ld... yes
checking whether the g++ linker (/usr/bin/ld -m elf_x86_64) 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 -m elf_x86_64) supports shared libraries... yes
checking dynamic linker characteristics... (cached) GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking for long double... yes
checking whether byte ordering is bigendian... no
./configure: line 15557: syntax error near unexpected token `-std=c++0x,'
./configure: line 15557: `AX_CHECK_COMPILE_FLAG(-std=c++0x, CXXFLAGS="$CXXFLAGS -std=c++0x")'
==> config.log <==
This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.

It was created by GeographicLib configure 1.37, which was
generated by GNU Autoconf 2.69.  Invocation command line was

  $ ./configure --build=x86_64-linux-gnu --prefix=/usr --includedir=${prefix}/include --mandir=${prefix}/share/man --infodir=${prefix}/share/info --sysconfdir=/etc --localstatedir=/var --libdir=${prefix}/lib/x86_64-linux-gnu --libexecdir=${prefix}/lib/x86_64-linux-gnu --disable-maintainer-mode --disable-dependency-tracking

## --------- ##
## Platform. ##
## --------- ##

hostname = ross-ixtreme-M5120
uname -m = x86_64
uname -r = 3.13.0-35-generic
uname -s = Linux
uname -v = #62-Ubuntu SMP Fri Aug 15 01:58:42 UTC 2014

/usr/bin/uname -p = unknown
/bin/uname -X     = unknown

/bin/arch              = unknown
/usr/bin/arch -k       = unknown
/usr/convex/getsysinfo = unknown
/usr/bin/hostinfo      = unknown
/bin/machine           = unknown
/usr/bin/oslevel       = unknown
/bin/universe          = unknown

PATH: /usr/sbin
PATH: /usr/bin
PATH: /sbin
PATH: /bin


## ----------- ##
## Core tests. ##
## ----------- ##

configure:2350: checking build system type
configure:2364: result: x86_64-pc-linux-gnu
configure:2384: checking host system type
configure:2397: result: x86_64-pc-linux-gnu
configure:2417: checking target system type
configure:2430: result: x86_64-pc-linux-gnu
configure:2476: checking for a BSD-compatible install
configure:2544: result: /usr/bin/install -c
configure:2555: checking whether build environment is sane
configure:2610: result: yes
configure:2761: checking for a thread-safe mkdir -p
configure:2800: result: /bin/mkdir -p
configure:2807: checking for gawk
configure:2837: result: no
configure:2807: checking for mawk
configure:2823: found /usr/bin/mawk
configure:2834: result: mawk
configure:2845: checking whether make sets $(MAKE)
configure:2867: result: yes
configure:2896: checking whether make supports nested variables
configure:2913: result: yes
configure:3063: checking whether to enable maintainer-specific portions of Makefiles
configure:3072: result: no
configure:3109: checking for style of include used by make
configure:3137: result: GNU
configure:3208: checking for gcc
configure:3224: found /usr/bin/gcc
configure:3235: result: gcc
configure:3464: checking for C compiler version
configure:3473: gcc --version >&5
gcc (Debian 4.9.1-14) 4.9.1
Copyright (C) 2014 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

configure:3484: $? = 0
configure:3473: gcc -v >&5
Using built-in specs.
COLLECT_GCC=gcc
COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-linux-gnu/4.9/lto-wrapper
Target: x86_64-linux-gnu
Configured with: ../src/configure -v --with-pkgversion='Debian 4.9.1-14' --with-bugurl=file:///usr/share/doc/gcc-4.9/README.Bugs --enable-languages=c,c++,java,go,d,fortran,objc,obj-c++ --prefix=/usr --program-suffix=-4.9 --enable-shared --enable-linker-build-id --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --with-gxx-include-dir=/usr/include/c++/4.9 --libdir=/usr/lib --enable-nls --with-sysroot=/ --enable-clocale=gnu --enable-libstdcxx-debug --enable-libstdcxx-time=yes --enable-gnu-unique-object --disable-vtable-verify --enable-plugin --with-system-zlib --disable-browser-plugin --enable-java-awt=gtk --enable-gtk-cairo --with-java-home=/usr/lib/jvm/java-1.5.0-gcj-4.9-amd64/jre --enable-java-home --with-jvm-root-dir=/usr/lib/jvm/java-1.5.0-gcj-4.9-amd64 --with-jvm-jar-dir=/usr/lib/jvm-exports/java-1.5.0-gcj-4.9-amd64 --with-arch-directory=amd64 --with-ecj-jar=/usr/share/java/eclipse-ecj.jar --enable-objc-gc --enable-multiarch --with-arch-32=i586 --with-abi=m64 --with-multilib-list=m32,m64,mx32 --enable-multilib --with-tune=generic --enable-checking=release --build=x86_64-linux-gnu --host=x86_64-linux-gnu --target=x86_64-linux-gnu
Thread model: posix
gcc version 4.9.1 (Debian 4.9.1-14) 
configure:3484: $? = 0
configure:3473: gcc -V >&5
gcc: error: unrecognized command line option '-V'
gcc: fatal error: no input files
compilation terminated.
configure:3484: $? = 4
configure:3473: gcc -qversion >&5
gcc: error: unrecognized command line option '-qversion'
gcc: fatal error: no input files
compilation terminated.
configure:3484: $? = 4
configure:3504: checking whether the C compiler works
configure:3526: gcc -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 -Wl,-z,relro conftest.c  >&5
configure:3530: $? = 0
configure:3578: result: yes
configure:3581: checking for C compiler default output file name
configure:3583: result: a.out
configure:3589: checking for suffix of executables
configure:3596: gcc -o conftest -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 -Wl,-z,relro conftest.c  >&5
configure:3600: $? = 0
configure:3622: result: 
configure:3644: checking whether we are cross compiling
configure:3652: gcc -o conftest -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 -Wl,-z,relro conftest.c  >&5
configure:3656: $? = 0
configure:3663: ./conftest
configure:3667: $? = 0
configure:3682: result: no
configure:3687: checking for suffix of object files
configure:3709: gcc -c -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 conftest.c >&5
configure:3713: $? = 0
configure:3734: result: o
configure:3738: checking whether we are using the GNU C compiler
configure:3757: gcc -c -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 conftest.c >&5
configure:3757: $? = 0
configure:3766: result: yes
configure:3775: checking whether gcc accepts -g
configure:3795: gcc -c -g -D_FORTIFY_SOURCE=2 conftest.c >&5
configure:3795: $? = 0
configure:3836: result: yes
configure:3853: checking for gcc option to accept ISO C89
configure:3916: gcc  -c -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 conftest.c >&5
configure:3916: $? = 0
configure:3929: result: none needed
configure:3954: checking whether gcc understands -c and -o together
configure:3976: gcc -c conftest.c -o conftest2.o
configure:3979: $? = 0
configure:3976: gcc -c conftest.c -o conftest2.o
configure:3979: $? = 0
configure:3991: result: yes
configure:4010: checking dependency style of gcc
configure:4121: result: none
configure:4141: checking how to run the C preprocessor
configure:4172: gcc -E -D_FORTIFY_SOURCE=2 conftest.c
configure:4172: $? = 0
configure:4186: gcc -E -D_FORTIFY_SOURCE=2 conftest.c
conftest.c:14:28: fatal error: ac_nonexistent.h: No such file or directory
 #include <ac_nonexistent.h>
                            ^
compilation terminated.
configure:4186: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "GeographicLib"
| #define PACKAGE_TARNAME "geographiclib"
| #define PACKAGE_VERSION "1.37"
| #define PACKAGE_STRING "GeographicLib 1.37"
| #define PACKAGE_BUGREPORT "charles@karney.com"
| #define PACKAGE_URL ""
| #define PACKAGE "geographiclib"
| #define VERSION "1.37"
| #define GEOGRAPHICLIB_VERSION_MAJOR 1
| #define GEOGRAPHICLIB_VERSION_MINOR 37
| #define GEOGRAPHICLIB_VERSION_PATCH 0
| /* end confdefs.h.  */
| #include <ac_nonexistent.h>
configure:4211: result: gcc -E
configure:4231: gcc -E -D_FORTIFY_SOURCE=2 conftest.c
configure:4231: $? = 0
configure:4245: gcc -E -D_FORTIFY_SOURCE=2 conftest.c
conftest.c:14:28: fatal error: ac_nonexistent.h: No such file or directory
 #include <ac_nonexistent.h>
                            ^
compilation terminated.
configure:4245: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "GeographicLib"
| #define PACKAGE_TARNAME "geographiclib"
| #define PACKAGE_VERSION "1.37"
| #define PACKAGE_STRING "GeographicLib 1.37"
| #define PACKAGE_BUGREPORT "charles@karney.com"
| #define PACKAGE_URL ""
| #define PACKAGE "geographiclib"
| #define VERSION "1.37"
| #define GEOGRAPHICLIB_VERSION_MAJOR 1
| #define GEOGRAPHICLIB_VERSION_MINOR 37
| #define GEOGRAPHICLIB_VERSION_PATCH 0
| /* end confdefs.h.  */
| #include <ac_nonexistent.h>
configure:4273: checking whether make sets $(MAKE)
configure:4295: result: yes
configure:4363: checking for g++
configure:4379: found /usr/bin/g++
configure:4390: result: g++
configure:4417: checking for C++ compiler version
configure:4426: g++ --version >&5
g++ (Debian 4.9.1-14) 4.9.1
Copyright (C) 2014 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

configure:4437: $? = 0
configure:4426: g++ -v >&5
Using built-in specs.
COLLECT_GCC=g++
COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-linux-gnu/4.9/lto-wrapper
Target: x86_64-linux-gnu
Configured with: ../src/configure -v --with-pkgversion='Debian 4.9.1-14' --with-bugurl=file:///usr/share/doc/gcc-4.9/README.Bugs --enable-languages=c,c++,java,go,d,fortran,objc,obj-c++ --prefix=/usr --program-suffix=-4.9 --enable-shared --enable-linker-build-id --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --with-gxx-include-dir=/usr/include/c++/4.9 --libdir=/usr/lib --enable-nls --with-sysroot=/ --enable-clocale=gnu --enable-libstdcxx-debug --enable-libstdcxx-time=yes --enable-gnu-unique-object --disable-vtable-verify --enable-plugin --with-system-zlib --disable-browser-plugin --enable-java-awt=gtk --enable-gtk-cairo --with-java-home=/usr/lib/jvm/java-1.5.0-gcj-4.9-amd64/jre --enable-java-home --with-jvm-root-dir=/usr/lib/jvm/java-1.5.0-gcj-4.9-amd64 --with-jvm-jar-dir=/usr/lib/jvm-exports/java-1.5.0-gcj-4.9-amd64 --with-arch-directory=amd64 --with-ecj-jar=/usr/share/java/eclipse-ecj.jar --enable-objc-gc --enable-multiarch --with-arch-32=i586 --with-abi=m64 --with-multilib-list=m32,m64,mx32 --enable-multilib --with-tune=generic --enable-checking=release --build=x86_64-linux-gnu --host=x86_64-linux-gnu --target=x86_64-linux-gnu
Thread model: posix
gcc version 4.9.1 (Debian 4.9.1-14) 
configure:4437: $? = 0
configure:4426: g++ -V >&5
g++: error: unrecognized command line option '-V'
g++: fatal error: no input files
compilation terminated.
configure:4437: $? = 4
configure:4426: g++ -qversion >&5
g++: error: unrecognized command line option '-qversion'
g++: fatal error: no input files
compilation terminated.
configure:4437: $? = 4
configure:4441: checking whether we are using the GNU C++ compiler
configure:4460: g++ -c -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 conftest.cpp >&5
configure:4460: $? = 0
configure:4469: result: yes
configure:4478: checking whether g++ accepts -g
configure:4498: g++ -c -g -D_FORTIFY_SOURCE=2 conftest.cpp >&5
configure:4498: $? = 0
configure:4539: result: yes
configure:4564: checking dependency style of g++
configure:4675: result: none
configure:4736: checking how to print strings
configure:4763: result: printf
configure:4784: checking for a sed that does not truncate output
configure:4848: result: /bin/sed
configure:4866: checking for grep that handles long lines and -e
configure:4924: result: /bin/grep
configure:4929: checking for egrep
configure:4991: result: /bin/grep -E
configure:4996: checking for fgrep
configure:5058: result: /bin/grep -F
configure:5093: checking for ld used by gcc
configure:5160: result: /usr/bin/ld
configure:5167: checking if the linker (/usr/bin/ld) is GNU ld
configure:5182: result: yes
configure:5194: checking for BSD- or MS-compatible name lister (nm)
configure:5243: result: /usr/bin/nm -B
configure:5373: checking the name lister (/usr/bin/nm -B) interface
configure:5380: gcc -c -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 conftest.c >&5
configure:5383: /usr/bin/nm -B "conftest.o"
configure:5386: output
0000000000000000 B some_variable
configure:5393: result: BSD nm
configure:5396: checking whether ln -s works
configure:5400: result: yes
configure:5408: checking the maximum length of command line arguments
configure:5539: result: 1572864
configure:5556: checking whether the shell understands some XSI constructs
configure:5566: result: yes
configure:5570: checking whether the shell understands "+="
configure:5576: result: yes
configure:5611: checking how to convert x86_64-pc-linux-gnu file names to x86_64-pc-linux-gnu format
configure:5651: result: func_convert_file_noop
configure:5658: checking how to convert x86_64-pc-linux-gnu file names to toolchain format
configure:5678: result: func_convert_file_noop
configure:5685: checking for /usr/bin/ld option to reload object files
configure:5692: result: -r
configure:5766: checking for objdump
configure:5782: found /usr/bin/objdump
configure:5793: result: objdump
configure:5825: checking how to recognize dependent libraries
configure:6023: result: pass_all
configure:6108: checking for dlltool
configure:6138: result: no
configure:6168: checking how to associate runtime and link libraries
configure:6195: result: printf %s\n
configure:6256: checking for ar
configure:6272: found /usr/bin/ar
configure:6283: result: ar
configure:6320: checking for archiver @FILE support
configure:6337: gcc -c -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 conftest.c >&5
configure:6337: $? = 0
configure:6340: ar cru libconftest.a @conftest.lst >&5
configure:6343: $? = 0
configure:6348: ar cru libconftest.a @conftest.lst >&5
ar: conftest.o: No such file or directory
configure:6351: $? = 1
configure:6363: result: @
configure:6421: checking for strip
configure:6437: found /usr/bin/strip
configure:6448: result: strip
configure:6520: checking for ranlib
configure:6536: found /usr/bin/ranlib
configure:6547: result: ranlib
configure:6649: checking command to parse /usr/bin/nm -B output from gcc object
configure:6769: gcc -c -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 conftest.c >&5
configure:6772: $? = 0
configure:6776: /usr/bin/nm -B conftest.o \| sed -n -e 's/^.*[ ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p' | sed '/ __gnu_lto/d' \> conftest.nm
configure:6779: $? = 0
configure:6845: gcc -o conftest -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 -Wl,-z,relro conftest.c conftstm.o >&5
configure:6848: $? = 0
configure:6886: result: ok
configure:6923: checking for sysroot
configure:6953: result: no
configure:7030: gcc -c -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 conftest.c >&5
configure:7033: $? = 0
configure:7222: checking for mt
configure:7252: result: no
configure:7272: checking if : is a manifest tool
configure:7278: : '-?'
configure:7286: result: no
configure:7924: checking for ANSI C header files
configure:7944: gcc -c -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 conftest.c >&5
configure:7944: $? = 0
configure:8017: gcc -o conftest -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 -Wl,-z,relro conftest.c  >&5
configure:8017: $? = 0
configure:8017: ./conftest
configure:8017: $? = 0
configure:8028: result: yes
configure:8041: checking for sys/types.h
configure:8041: gcc -c -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 conftest.c >&5
configure:8041: $? = 0
configure:8041: result: yes
configure:8041: checking for sys/stat.h
configure:8041: gcc -c -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 conftest.c >&5
configure:8041: $? = 0
configure:8041: result: yes
configure:8041: checking for stdlib.h
configure:8041: gcc -c -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 conftest.c >&5
configure:8041: $? = 0
configure:8041: result: yes
configure:8041: checking for string.h
configure:8041: gcc -c -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 conftest.c >&5
configure:8041: $? = 0
configure:8041: result: yes
configure:8041: checking for memory.h
configure:8041: gcc -c -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 conftest.c >&5
configure:8041: $? = 0
configure:8041: result: yes
configure:8041: checking for strings.h
configure:8041: gcc -c -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 conftest.c >&5
configure:8041: $? = 0
configure:8041: result: yes
configure:8041: checking for inttypes.h
configure:8041: gcc -c -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 conftest.c >&5
configure:8041: $? = 0
configure:8041: result: yes
configure:8041: checking for stdint.h
configure:8041: gcc -c -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 conftest.c >&5
configure:8041: $? = 0
configure:8041: result: yes
configure:8041: checking for unistd.h
configure:8041: gcc -c -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 conftest.c >&5
configure:8041: $? = 0
configure:8041: result: yes
configure:8055: checking for dlfcn.h
configure:8055: gcc -c -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 conftest.c >&5
configure:8055: $? = 0
configure:8055: result: yes
configure:8272: checking for objdir
configure:8287: result: .libs
configure:8558: checking if gcc supports -fno-rtti -fno-exceptions
configure:8576: gcc -c -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 -fno-rtti -fno-exceptions conftest.c >&5
cc1: warning: command line option '-fno-rtti' is valid for C++/ObjC++ but not for C
configure:8580: $? = 0
configure:8593: result: no
configure:8920: checking for gcc option to produce PIC
configure:8927: result: -fPIC -DPIC
configure:8935: checking if gcc PIC flag -fPIC -DPIC works
configure:8953: gcc -c -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 -fPIC -DPIC -DPIC conftest.c >&5
configure:8957: $? = 0
configure:8970: result: yes
configure:8999: checking if gcc static flag -static works
configure:9027: result: yes
configure:9042: checking if gcc supports -c -o file.o
configure:9063: gcc -c -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 -o out/conftest2.o conftest.c >&5
configure:9067: $? = 0
configure:9089: result: yes
configure:9097: checking if gcc supports -c -o file.o
configure:9144: result: yes
configure:9177: checking whether the gcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries
configure:10334: result: yes
configure:10371: checking whether -lc should be explicitly linked in
configure:10379: gcc -c -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 conftest.c >&5
configure:10382: $? = 0
configure:10397: gcc -shared  -fPIC -DPIC conftest.o  -v -Wl,-soname -Wl,conftest -o conftest 2\>\&1 \| /bin/grep  -lc  \>/dev/null 2\>\&1
configure:10400: $? = 0
configure:10414: result: no
configure:10574: checking dynamic linker characteristics
configure:11074: gcc -o conftest -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 -Wl,-z,relro -Wl,-rpath -Wl,/foo conftest.c  >&5
configure:11074: $? = 0
configure:11308: result: GNU/Linux ld.so
configure:11415: checking how to hardcode library paths into programs
configure:11440: result: immediate
configure:11980: checking whether stripping libraries is possible
configure:11985: result: yes
configure:12020: checking if libtool supports shared libraries
configure:12022: result: yes
configure:12025: checking whether to build shared libraries
configure:12046: result: yes
configure:12049: checking whether to build static libraries
configure:12053: result: yes
configure:12076: checking how to run the C++ preprocessor
configure:12103: g++ -E -D_FORTIFY_SOURCE=2 conftest.cpp
configure:12103: $? = 0
configure:12117: g++ -E -D_FORTIFY_SOURCE=2 conftest.cpp
conftest.cpp:26:28: fatal error: ac_nonexistent.h: No such file or directory
 #include <ac_nonexistent.h>
                            ^
compilation terminated.
configure:12117: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "GeographicLib"
| #define PACKAGE_TARNAME "geographiclib"
| #define PACKAGE_VERSION "1.37"
| #define PACKAGE_STRING "GeographicLib 1.37"
| #define PACKAGE_BUGREPORT "charles@karney.com"
| #define PACKAGE_URL ""
| #define PACKAGE "geographiclib"
| #define VERSION "1.37"
| #define GEOGRAPHICLIB_VERSION_MAJOR 1
| #define GEOGRAPHICLIB_VERSION_MINOR 37
| #define GEOGRAPHICLIB_VERSION_PATCH 0
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| /* end confdefs.h.  */
| #include <ac_nonexistent.h>
configure:12142: result: g++ -E
configure:12162: g++ -E -D_FORTIFY_SOURCE=2 conftest.cpp
configure:12162: $? = 0
configure:12176: g++ -E -D_FORTIFY_SOURCE=2 conftest.cpp
conftest.cpp:26:28: fatal error: ac_nonexistent.h: No such file or directory
 #include <ac_nonexistent.h>
                            ^
compilation terminated.
configure:12176: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "GeographicLib"
| #define PACKAGE_TARNAME "geographiclib"
| #define PACKAGE_VERSION "1.37"
| #define PACKAGE_STRING "GeographicLib 1.37"
| #define PACKAGE_BUGREPORT "charles@karney.com"
| #define PACKAGE_URL ""
| #define PACKAGE "geographiclib"
| #define VERSION "1.37"
| #define GEOGRAPHICLIB_VERSION_MAJOR 1
| #define GEOGRAPHICLIB_VERSION_MINOR 37
| #define GEOGRAPHICLIB_VERSION_PATCH 0
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| /* end confdefs.h.  */
| #include <ac_nonexistent.h>
configure:12345: checking for ld used by g++
configure:12412: result: /usr/bin/ld -m elf_x86_64
configure:12419: checking if the linker (/usr/bin/ld -m elf_x86_64) is GNU ld
configure:12434: result: yes
configure:12489: checking whether the g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries
configure:13491: result: yes
configure:13527: g++ -c -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 conftest.cpp >&5
configure:13530: $? = 0
configure:14050: checking for g++ option to produce PIC
configure:14057: result: -fPIC -DPIC
configure:14065: checking if g++ PIC flag -fPIC -DPIC works
configure:14083: g++ -c -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 -fPIC -DPIC -DPIC conftest.cpp >&5
configure:14087: $? = 0
configure:14100: result: yes
configure:14123: checking if g++ static flag -static works
configure:14151: result: yes
configure:14163: checking if g++ supports -c -o file.o
configure:14184: g++ -c -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 -o out/conftest2.o conftest.cpp >&5
configure:14188: $? = 0
configure:14210: result: yes
configure:14215: checking if g++ supports -c -o file.o
configure:14262: result: yes
configure:14292: checking whether the g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries
configure:14331: result: yes
configure:14472: checking dynamic linker characteristics
configure:15140: result: GNU/Linux ld.so
configure:15193: checking how to hardcode library paths into programs
configure:15218: result: immediate
configure:15288: checking for long double
configure:15321: result: yes
configure:15331: checking whether byte ordering is bigendian
configure:15346: g++ -c -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 conftest.cpp >&5
conftest.cpp:28:9: error: expected unqualified-id before 'not' token
         not a universal capable compiler
         ^
configure:15346: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "GeographicLib"
| #define PACKAGE_TARNAME "geographiclib"
| #define PACKAGE_VERSION "1.37"
| #define PACKAGE_STRING "GeographicLib 1.37"
| #define PACKAGE_BUGREPORT "charles@karney.com"
| #define PACKAGE_URL ""
| #define PACKAGE "geographiclib"
| #define VERSION "1.37"
| #define GEOGRAPHICLIB_VERSION_MAJOR 1
| #define GEOGRAPHICLIB_VERSION_MINOR 37
| #define GEOGRAPHICLIB_VERSION_PATCH 0
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define HAVE_LONG_DOUBLE 1
| /* end confdefs.h.  */
| #ifndef __APPLE_CC__
| 	       not a universal capable compiler
| 	     #endif
| 	     typedef int dummy;
| 
configure:15391: g++ -c -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 conftest.cpp >&5
configure:15391: $? = 0
configure:15409: g++ -c -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 conftest.cpp >&5
conftest.cpp: In function 'int main()':
conftest.cpp:34:8: error: 'big' was not declared in this scope
    not big endian
        ^
configure:15409: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "GeographicLib"
| #define PACKAGE_TARNAME "geographiclib"
| #define PACKAGE_VERSION "1.37"
| #define PACKAGE_STRING "GeographicLib 1.37"
| #define PACKAGE_BUGREPORT "charles@karney.com"
| #define PACKAGE_URL ""
| #define PACKAGE "geographiclib"
| #define VERSION "1.37"
| #define GEOGRAPHICLIB_VERSION_MAJOR 1
| #define GEOGRAPHICLIB_VERSION_MINOR 37
| #define GEOGRAPHICLIB_VERSION_PATCH 0
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define HAVE_LONG_DOUBLE 1
| /* end confdefs.h.  */
| #include <sys/types.h>
| 		#include <sys/param.h>
| 
| int
| main ()
| {
| #if BYTE_ORDER != BIG_ENDIAN
| 		 not big endian
| 		#endif
| 
|   ;
|   return 0;
| }
configure:15537: result: no

## ---------------- ##
## Cache variables. ##
## ---------------- ##

ac_cv_build=x86_64-pc-linux-gnu
ac_cv_c_bigendian=no
ac_cv_c_compiler_gnu=yes
ac_cv_cxx_compiler_gnu=yes
ac_cv_env_CCC_set=
ac_cv_env_CCC_value=
ac_cv_env_CC_set=
ac_cv_env_CC_value=
ac_cv_env_CFLAGS_set=set
ac_cv_env_CFLAGS_value='-g -O2 -fstack-protector-strong -Wformat -Werror=format-security'
ac_cv_env_CPPFLAGS_set=set
ac_cv_env_CPPFLAGS_value=-D_FORTIFY_SOURCE=2
ac_cv_env_CPP_set=
ac_cv_env_CPP_value=
ac_cv_env_CXXCPP_set=
ac_cv_env_CXXCPP_value=
ac_cv_env_CXXFLAGS_set=set
ac_cv_env_CXXFLAGS_value='-g -O2 -fstack-protector-strong -Wformat -Werror=format-security'
ac_cv_env_CXX_set=
ac_cv_env_CXX_value=
ac_cv_env_LDFLAGS_set=set
ac_cv_env_LDFLAGS_value=-Wl,-z,relro
ac_cv_env_LIBS_set=
ac_cv_env_LIBS_value=
ac_cv_env_build_alias_set=set
ac_cv_env_build_alias_value=x86_64-linux-gnu
ac_cv_env_host_alias_set=
ac_cv_env_host_alias_value=
ac_cv_env_target_alias_set=
ac_cv_env_target_alias_value=
ac_cv_header_dlfcn_h=yes
ac_cv_header_inttypes_h=yes
ac_cv_header_memory_h=yes
ac_cv_header_stdc=yes
ac_cv_header_stdint_h=yes
ac_cv_header_stdlib_h=yes
ac_cv_header_string_h=yes
ac_cv_header_strings_h=yes
ac_cv_header_sys_stat_h=yes
ac_cv_header_sys_types_h=yes
ac_cv_header_unistd_h=yes
ac_cv_host=x86_64-pc-linux-gnu
ac_cv_objext=o
ac_cv_path_EGREP='/bin/grep -E'
ac_cv_path_FGREP='/bin/grep -F'
ac_cv_path_GREP=/bin/grep
ac_cv_path_SED=/bin/sed
ac_cv_path_install='/usr/bin/install -c'
ac_cv_path_mkdir=/bin/mkdir
ac_cv_prog_AWK=mawk
ac_cv_prog_CPP='gcc -E'
ac_cv_prog_CXXCPP='g++ -E'
ac_cv_prog_ac_ct_AR=ar
ac_cv_prog_ac_ct_CC=gcc
ac_cv_prog_ac_ct_CXX=g++
ac_cv_prog_ac_ct_OBJDUMP=objdump
ac_cv_prog_ac_ct_RANLIB=ranlib
ac_cv_prog_ac_ct_STRIP=strip
ac_cv_prog_cc_c89=
ac_cv_prog_cc_g=yes
ac_cv_prog_cxx_g=yes
ac_cv_prog_make_make_set=yes
ac_cv_target=x86_64-pc-linux-gnu
ac_cv_type_long_double=yes
am_cv_CC_dependencies_compiler_type=none
am_cv_CXX_dependencies_compiler_type=none
am_cv_make_support_nested_variables=yes
am_cv_prog_cc_c_o=yes
lt_cv_ar_at_file=@
lt_cv_archive_cmds_need_lc=no
lt_cv_deplibs_check_method=pass_all
lt_cv_file_magic_cmd='$MAGIC_CMD'
lt_cv_file_magic_test_file=
lt_cv_ld_reload_flag=-r
lt_cv_nm_interface='BSD nm'
lt_cv_objdir=.libs
lt_cv_path_LD=/usr/bin/ld
lt_cv_path_LDCXX='/usr/bin/ld -m elf_x86_64'
lt_cv_path_NM='/usr/bin/nm -B'
lt_cv_path_mainfest_tool=no
lt_cv_prog_compiler_c_o=yes
lt_cv_prog_compiler_c_o_CXX=yes
lt_cv_prog_compiler_pic='-fPIC -DPIC'
lt_cv_prog_compiler_pic_CXX='-fPIC -DPIC'
lt_cv_prog_compiler_pic_works=yes
lt_cv_prog_compiler_pic_works_CXX=yes
lt_cv_prog_compiler_rtti_exceptions=no
lt_cv_prog_compiler_static_works=yes
lt_cv_prog_compiler_static_works_CXX=yes
lt_cv_prog_gnu_ld=yes
lt_cv_prog_gnu_ldcxx=yes
lt_cv_sharedlib_from_linklib_cmd='printf %s\n'
lt_cv_shlibpath_overrides_runpath=no
lt_cv_sys_global_symbol_pipe='sed -n -e '\''s/^.*[	 ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[	 ][	 ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p'\'' | sed '\''/ __gnu_lto/d'\'''
lt_cv_sys_global_symbol_to_c_name_address='sed -n -e '\''s/^: \([^ ]*\)[ ]*$/  {\"\1\", (void *) 0},/p'\'' -e '\''s/^[ABCDGIRSTW]* \([^ ]*\) \([^ ]*\)$/  {"\2", (void *) \&\2},/p'\'''
lt_cv_sys_global_symbol_to_c_name_address_lib_prefix='sed -n -e '\''s/^: \([^ ]*\)[ ]*$/  {\"\1\", (void *) 0},/p'\'' -e '\''s/^[ABCDGIRSTW]* \([^ ]*\) \(lib[^ ]*\)$/  {"\2", (void *) \&\2},/p'\'' -e '\''s/^[ABCDGIRSTW]* \([^ ]*\) \([^ ]*\)$/  {"lib\2", (void *) \&\2},/p'\'''
lt_cv_sys_global_symbol_to_cdecl='sed -n -e '\''s/^T .* \(.*\)$/extern int \1();/p'\'' -e '\''s/^[ABCDGIRSTW]* .* \(.*\)$/extern char \1;/p'\'''
lt_cv_sys_max_cmd_len=1572864
lt_cv_to_host_file_cmd=func_convert_file_noop
lt_cv_to_tool_file_cmd=func_convert_file_noop

## ----------------- ##
## Output variables. ##
## ----------------- ##

ACLOCAL='${SHELL} /tmp/buildd/geographiclib-1.37/missing aclocal-1.14'
AMDEPBACKSLASH=''
AMDEP_FALSE=''
AMDEP_TRUE='#'
AMTAR='$${TAR-tar}'
AM_BACKSLASH='\'
AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)'
AM_DEFAULT_VERBOSITY='1'
AM_V='$(V)'
AR='ar'
AUTOCONF='${SHELL} /tmp/buildd/geographiclib-1.37/missing autoconf'
AUTOHEADER='${SHELL} /tmp/buildd/geographiclib-1.37/missing autoheader'
AUTOMAKE='${SHELL} /tmp/buildd/geographiclib-1.37/missing automake-1.14'
AWK='mawk'
CC='gcc'
CCDEPMODE='depmode=none'
CFLAGS='-g -O2 -fstack-protector-strong -Wformat -Werror=format-security'
COL=''
CPP='gcc -E'
CPPFLAGS='-D_FORTIFY_SOURCE=2'
CXX='g++'
CXXCPP='g++ -E'
CXXDEPMODE='depmode=none'
CXXFLAGS='-g -O2 -fstack-protector-strong -Wformat -Werror=format-security'
CYGPATH_W='echo'
DEFS=''
DEPDIR='.deps'
DLLTOOL='false'
DOXYGEN=''
DSYMUTIL=''
DUMPBIN=''
ECHO_C=''
ECHO_N='-n'
ECHO_T=''
EGREP='/bin/grep -E'
EXEEXT=''
FGREP='/bin/grep -F'
GEOGRAPHICLIB_VERSION_MAJOR='1'
GEOGRAPHICLIB_VERSION_MINOR='37'
GEOGRAPHICLIB_VERSION_PATCH='0'
GREP='/bin/grep'
HAVE_DOXYGEN_FALSE=''
HAVE_DOXYGEN_TRUE=''
HAVE_PODPROGS_FALSE=''
HAVE_PODPROGS_TRUE=''
INSTALL_DATA='${INSTALL} -m 644'
INSTALL_PROGRAM='${INSTALL}'
INSTALL_SCRIPT='${INSTALL}'
INSTALL_STRIP_PROGRAM='$(install_sh) -c -s'
LD='/usr/bin/ld -m elf_x86_64'
LDFLAGS='-Wl,-z,relro'
LIBOBJS=''
LIBS=''
LIBTOOL='$(SHELL) $(top_builddir)/libtool'
LIPO=''
LN_S='ln -s'
LTLIBOBJS=''
LT_AGE='0'
LT_CURRENT='13'
LT_REVISION='0'
MAINT='#'
MAINTAINER_MODE_FALSE=''
MAINTAINER_MODE_TRUE='#'
MAKEINFO='${SHELL} /tmp/buildd/geographiclib-1.37/missing makeinfo'
MANIFEST_TOOL=':'
MKDIR_P='/bin/mkdir -p'
NM='/usr/bin/nm -B'
NMEDIT=''
OBJDUMP='objdump'
OBJEXT='o'
OTOOL64=''
OTOOL=''
PACKAGE='geographiclib'
PACKAGE_BUGREPORT='charles@karney.com'
PACKAGE_NAME='GeographicLib'
PACKAGE_STRING='GeographicLib 1.37'
PACKAGE_TARNAME='geographiclib'
PACKAGE_URL=''
PACKAGE_VERSION='1.37'
PATH_SEPARATOR=':'
POD2HTML=''
POD2MAN=''
RANLIB='ranlib'
SED='/bin/sed'
SET_MAKE=''
SHELL='/bin/bash'
STRIP='strip'
VERSION='1.37'
ac_ct_AR='ar'
ac_ct_CC='gcc'
ac_ct_CXX='g++'
ac_ct_DUMPBIN=''
am__EXEEXT_FALSE=''
am__EXEEXT_TRUE=''
am__fastdepCC_FALSE=''
am__fastdepCC_TRUE='#'
am__fastdepCXX_FALSE=''
am__fastdepCXX_TRUE='#'
am__include='include'
am__isrc=''
am__leading_dot='.'
am__nodep=''
am__quote=''
am__tar='$${TAR-tar} chof - "$$tardir"'
am__untar='$${TAR-tar} xf -'
bindir='${exec_prefix}/bin'
build='x86_64-pc-linux-gnu'
build_alias='x86_64-linux-gnu'
build_cpu='x86_64'
build_os='linux-gnu'
build_vendor='pc'
datadir='${datarootdir}'
datarootdir='${prefix}/share'
docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
dvidir='${docdir}'
exec_prefix='NONE'
host='x86_64-pc-linux-gnu'
host_alias=''
host_cpu='x86_64'
host_os='linux-gnu'
host_vendor='pc'
htmldir='${docdir}'
includedir='${prefix}/include'
infodir='${prefix}/share/info'
install_sh='${SHELL} /tmp/buildd/geographiclib-1.37/install-sh'
libdir='${prefix}/lib/x86_64-linux-gnu'
libexecdir='${prefix}/lib/x86_64-linux-gnu'
localedir='${datarootdir}/locale'
localstatedir='/var'
mandir='${prefix}/share/man'
mkdir_p='$(MKDIR_P)'
oldincludedir='/usr/include'
pdfdir='${docdir}'
prefix='/usr'
program_transform_name='s,x,x,'
psdir='${docdir}'
sbindir='${exec_prefix}/sbin'
sharedstatedir='${prefix}/com'
sysconfdir='/etc'
target='x86_64-pc-linux-gnu'
target_alias=''
target_cpu='x86_64'
target_os='linux-gnu'
target_vendor='pc'

## ----------- ##
## confdefs.h. ##
## ----------- ##

/* confdefs.h */
#define PACKAGE_NAME "GeographicLib"
#define PACKAGE_TARNAME "geographiclib"
#define PACKAGE_VERSION "1.37"
#define PACKAGE_STRING "GeographicLib 1.37"
#define PACKAGE_BUGREPORT "charles@karney.com"
#define PACKAGE_URL ""
#define PACKAGE "geographiclib"
#define VERSION "1.37"
#define GEOGRAPHICLIB_VERSION_MAJOR 1
#define GEOGRAPHICLIB_VERSION_MINOR 37
#define GEOGRAPHICLIB_VERSION_PATCH 0
#define STDC_HEADERS 1
#define HAVE_SYS_TYPES_H 1
#define HAVE_SYS_STAT_H 1
#define HAVE_STDLIB_H 1
#define HAVE_STRING_H 1
#define HAVE_MEMORY_H 1
#define HAVE_STRINGS_H 1
#define HAVE_INTTYPES_H 1
#define HAVE_STDINT_H 1
#define HAVE_UNISTD_H 1
#define HAVE_DLFCN_H 1
#define LT_OBJDIR ".libs/"
#define HAVE_LONG_DOUBLE 1

configure: exit 2
dh_auto_configure: ./configure --build=x86_64-linux-gnu --prefix=/usr --includedir=${prefix}/include --mandir=${prefix}/share/man --infodir=${prefix}/share/info --sysconfdir=/etc --localstatedir=/var --libdir=${prefix}/lib/x86_64-linux-gnu --libexecdir=${prefix}/lib/x86_64-linux-gnu --disable-maintainer-mode --disable-dependency-tracking returned exit code 2
debian/rules:6: recipe for target 'build' failed
make: *** [build] Error 255
dpkg-buildpackage: error: debian/rules build gave error exit status 2
E: Failed autobuilding of package
W: no hooks of type C found -- ignoring
I: unmounting /home/ross/debian/ExperimentalPackages filesystem
I: unmounting dev/pts filesystem
I: unmounting run/shm filesystem
I: unmounting proc filesystem
I: cleaning the build env 
I: removing directory /var/cache/pbuilder/build//22445 and its subdirectories

Reply to: