Your message dated Sat, 17 Mar 2018 17:36:00 +0000
with message-id <e1exfko-000hha...@fasolo.debian.org>
and subject line Bug#795729: fixed in libpqtypes 1.5.1-3
has caused the Debian Bug report #795729,
regarding libpqtypes: FTBFS under some timezones (eg. GMT+12)
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
795729: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=795729
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: libpqtypes
Version: 1.5.1-2
Severity: serious
Justification: fails to build from source

Dear Maintainer,

libpqtypes fails to build from source on unstable/amd64 under
some timezones (eg. TZ="/usr/share/zoneinfo/Etc/GMT+12"):

  [..]
     debian/rules override_dh_auto_test
  make[1]: Entering directory '/tmp/buildd/libpqtypes-1.5.1'
  /usr/bin/make test LDFLAGS+=-L.libs
  make[2]: Entering directory '/tmp/buildd/libpqtypes-1.5.1'
  gcc -g -O2 -fstack-protector-strong -Wformat -Werror=format-security
  -O3 -Wall -Wpointer-arith -D_GNU_SOURCE -D_REENTRANT -fsigned-char
  -std=gnu99 -Wclobbered -Wempty-body -Wignored-qualifiers
  -Wmissing-parameter-type -Wold-style-declaration -Woverride-init
  -Wsign-compare -Wtype-limits -Wuninitialized -fomit-frame-pointer
  -fno-strict-aliasing -funroll-all-loops -funit-at-a-time -Wdate-time
  -D_FORTIFY_SOURCE=2 -I/usr/include/postgresql -Isrc -DHAVE_CONFIG_H \
        -o test src/regression-test.c -Wl,-z,relro -L.libs -lm  -lpq
        -lpqtypes
  src/regression-test.c: In function 'main':
  src/regression-test.c:235:11: warning: variable 'ba' set but not used
  [-Wunused-but-set-variable]
     PGbytea ba;
             ^
  make[2]: Leaving directory '/tmp/buildd/libpqtypes-1.5.1'
  LD_LIBRARY_PATH=:.libs pg_virtualenv ./test ""
  install: cannot change owner and permissions of
  '/tmp/pg_virtualenv.2sBpjO/postgresql/9.4': Operation not permitted
  Creating new cluster 9.4/regress ...
    config /tmp/pg_virtualenv.2sBpjO/postgresql/9.4/regress
    data   /tmp/pg_virtualenv.2sBpjO/data/9.4/regress
    locale C
  Warning: The socket directory for owners other than 'postgres'
  defaults to /tmp. You might want to change the unix_socket_directories
  parameter
  in postgresql.conf to a more secure directory.
    port   5432
  Warning: The parent /var/run/postgresql of the selected
  stats_temp_directory is not writable for the cluster owner. Not adding
  this
  setting in postgresql.conf.
  server type lookup failed: could not find 'mytype_t'
    %epoch - passed
    %epoch - passed
    %timestamptz - FAILED
  
  Composites & Arrays: (always binary)
    Testing empty array handling - passed
    composite[] with nested composite and arrays passed
  
  PQputvf
    SELECT $1 + ($2 % $3) AS answer
    PQputvf - passed
  
  PQspecPrepare
    PQspecPrepare - passed
  
  Native C types: (text)
    %char - passed
    %char - passed
    %int2 - passed
    %int2 - passed
    %int4 - passed
    %int4 - passed
    %int8 - passed
    %int8 - passed
    %float4 - passed
    %float4 - passed
    %float8 - passed
    %float8 - passed
    %money - passed
    %money - passed
    %oid - passed
    %oid - passed
    %bool - passed
    %bool - passed
  
  Native C types: (binary)
    %char - passed
    %char - passed
    %int2 - passed
    %int2 - passed
    %int4 - passed
    %int4 - passed
    %int8 - passed
    %int8 - passed
    %float4 - passed
    %float4 - passed
    %float8 - passed
    %float8 - passed
    %money - passed
    %money - passed
    %oid - passed
    %oid - passed
    %bool - passed
    %bool - passed
  
  Variable-length types: (text)
    %bpchar - passed
    %varchar - passed
    %text - passed
    %bytea* - passed
    %uuid - passed
    %numeric - passed
  
  Variable-length types: (binary)
    %bpchar - passed
    %varchar - passed
    %text - passed
    %bytea* - passed
    %uuid - passed
    %numeric - passed
  
  Geometric types: (text)
    %point - passed
    %lseg - passed
    %box - passed
    %circle - passed
    %path - passed
    %polygon - passed
  
  Geometric types: (binary)
    %point - passed
    %lseg - passed
    %box - passed
    %circle - passed
    %path - passed
    %polygon - passed
  
  Network types: (text)
    %inet - IPv4 passed
    %inet - IPv6 passed
    %macaddr - passed
  
  Network types: (binary)
    %inet - IPv4 passed
    %inet - IPv6 passed
    %macaddr - passed
  
  Sub-class: (text)
    epoch_put('0')
    epoch_put('946702800')
    epoch_get(text)
    epoch_get(text)
  
  Sub-class: (binary)
    epoch_put('0')
    epoch_put('946702800')
    epoch_get(binary)
    epoch_get(binary)
  
  Date & Time types: (text 'ISO, MDY')
    %date - #1 passed
    %date - #2 passed
    %date - #3 passed
    %time - #1 passed
    %time - #2 passed
    %time - #3 passed
    %timetz - #1 passed
    %timetz - #2 passed
    %timetz - #3 passed
    %timestamp - #1 passed
    %timestamp - #2 passed
    %timestamp - #3 passed
    %interval - passed
    %timestamptz - passed
  
  Date & Time types: (binary 'ISO, MDY')
    %date - #1 passed
    %date - #2 passed
    %date - #3 passed
    %time - #1 passed
    %time - #2 passed
    %time - #3 passed
    %timetz - #1 passed
    %timetz - #2 passed
    %timetz - #3 passed
    %timestamp - #1 passed
    %timestamp - #2 passed
    %timestamp - #3 passed
    %interval - passed
    %timestamptz - passed
  
  Date & Time types: (text 'Postgres, MDY')
    %date - #1 passed
    %date - #2 passed
    %date - #3 passed
    %time - #1 passed
    %time - #2 passed
    %time - #3 passed
    %timetz - #1 passed
    %timetz - #2 passed
    %timetz - #3 passed
    %timestamp - #1 passed
    %timestamp - #2 passed
    %timestamp - #3 passed
    **NOTE: non-ISO DateStyle interval text has a 2 digit limit on the
    microsecond value ... adjusting
      => sent=29333, received=29333
    %interval - passed
  SENT:
  
epoch=315532800,isbc=0,yr=1979,mon=11,mday=31,jday=0,yday=0,wday=0,hr=12,min=0,sec=0,usec=0,withtz=1,isdst=0,tzabbr=GMT+12,gmtoff=-43200
  RECV:
  
epoch=315489600,isbc=0,yr=1979,mon=11,mday=31,jday=2444239,yday=364,wday=1,hr=12,min=0,sec=0,usec=0,withtz=1,isdst=-1,tzabbr=USR/SHARE,gmtoff=0
  
  Date & Time types: (binary 'Postgres, MDY')
    %date - #1 passed
    %date - #2 passed
    %date - #3 passed
    %time - #1 passed
    %time - #2 passed
    %time - #3 passed
    %timetz - #1 passed
    %timetz - #2 passed
    %timetz - #3 passed
    %timestamp - #1 passed
    %timestamp - #2 passed
    %timestamp - #3 passed
    %interval - passed
    %timestamptz - passed
  
  Ran 125 tests - 1 failed
  /tmp/pg_virtualenv.2sBpjO/log/postgresql-9.4-regress.log:
  2015-07-16 05:05:19 /USR/SHARE/ZONEINFO/ETC/GMT [55005-1] LOG: 
  database system was shut down at 2015-07-16 05:05:19
  /USR/SHARE/ZONEINFO/ETC/GMT
  2015-07-16 05:05:19 /USR/SHARE/ZONEINFO/ETC/GMT [55005-2] LOG: 
  MultiXact member wraparound protections are now enabled
  2015-07-16 05:05:19 /USR/SHARE/ZONEINFO/ETC/GMT [55001-1] LOG: 
  database system is ready to accept connections
  2015-07-16 05:05:19 /USR/SHARE/ZONEINFO/ETC/GMT [55010-1] LOG: 
  autovacuum launcher started
  2015-07-16 05:05:20 /USR/SHARE/ZONEINFO/ETC/GMT [55112-1]
  [unknown]@[unknown] LOG:  incomplete startup packet
  2015-07-16 05:05:22 /USR/SHARE/ZONEINFO/ETC/GMT [55714-1]
  pbuilder1@postgres ERROR:  table "libpq_array" does not exist
  2015-07-16 05:05:22 /USR/SHARE/ZONEINFO/ETC/GMT [55714-2]
  pbuilder1@postgres STATEMENT:  DROP TABLE libpq_array
  2015-07-16 05:05:22 /USR/SHARE/ZONEINFO/ETC/GMT [55714-3]
  pbuilder1@postgres ERROR:  type "public.complex" does not exist
  2015-07-16 05:05:22 /USR/SHARE/ZONEINFO/ETC/GMT [55714-4]
  pbuilder1@postgres STATEMENT:  DROP TYPE public.complex
  2015-07-16 05:05:22 /USR/SHARE/ZONEINFO/ETC/GMT [55714-5]
  pbuilder1@postgres ERROR:  type "public.simple" does not exist
  2015-07-16 05:05:22 /USR/SHARE/ZONEINFO/ETC/GMT [55714-6]
  pbuilder1@postgres STATEMENT:  DROP TYPE public.simple
  Stopping cluster 9.4/regress...
  debian/rules:6: recipe for target 'override_dh_auto_test' failed
  make[1]: *** [override_dh_auto_test] Error 1
  make[1]: Leaving directory '/tmp/buildd/libpqtypes-1.5.1'
  debian/rules:17: recipe for target 'build' failed
  make: *** [build] Error 2
  dpkg-buildpackage: error: debian/rules build gave error exit status 2

  [..]

The full build log is attached or can be viewed here:

  
https://reproducible.debian.net/logs/unstable/amd64/libpqtypes_1.5.1-2.build1.log.gz


Regards,

-- 
      ,''`.
     : :'  :     Chris Lamb
     `. `'`      la...@debian.org / chris-lamb.co.uk
       `-
I: using fakeroot in build.
I: pbuilder: network access will be disabled during build
I: Current time: Thu Jul 16 05:04:09 GMT+12 2015
I: pbuilder-time-stamp: 1437066249
I: Building the build Environment
I: extracting base tarball [/var/cache/pbuilder/unstable-reproducible-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 /dev/shm
I: Mounting /sys
I: policy-rc.d already exists
I: Installing the build-deps
 -> 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-ma...@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: autotools-dev, debhelper (>= 9), libpq-dev, postgresql
dpkg-deb: building package 'pbuilder-satisfydepends-dummy' in 
'/tmp/satisfydepends-aptitude/pbuilder-satisfydepends-dummy.deb'.
Selecting previously unselected package pbuilder-satisfydepends-dummy.
(Reading database ... 20236 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 autotools-dev; however:
  Package autotools-dev is not installed.
 pbuilder-satisfydepends-dummy depends on libpq-dev; however:
  Package libpq-dev is not installed.
 pbuilder-satisfydepends-dummy depends on postgresql; however:
  Package postgresql 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:
  autotools-dev{a} comerr-dev{a} init-system-helpers{a} krb5-multidev{a} 
  libbsd0{a} libedit2{a} libgnutls-deb0-28{a} libgssapi-krb5-2{a} 
  libgssrpc4{a} libhogweed4{a} libk5crypto3{a} libkadm5clnt-mit9{a} 
  libkadm5srv-mit9{a} libkdb5-8{a} libkeyutils1{a} libkrb5-3{a} 
  libkrb5support0{a} libldap-2.4-2{a} libnettle6{a} libp11-kit0{a} 
  libpq-dev{a} libpq5{a} libsasl2-2{a} libsasl2-modules-db{a} libssl-dev{a} 
  libssl1.0.0{a} libtasn1-6{a} netbase{a} openssl{a} postgresql{a} 
  postgresql-9.4{a} postgresql-client-9.4{a} postgresql-client-common{a} 
  postgresql-common{a} ssl-cert{a} ucf{a} zlib1g-dev{a} 
0 packages upgraded, 37 newly installed, 0 to remove and 0 not upgraded.
Need to get 12.2 MB of archives. After unpacking 46.5 MB will be used.
Writing extended state information...
Get: 1 http://ftp.de.debian.org/debian/ unstable/main libbsd0 amd64 0.7.0-2 
[67.9 kB]
Get: 2 http://ftp.de.debian.org/debian/ unstable/main libedit2 amd64 
3.1-20150325-1 [86.2 kB]
Get: 3 http://ftp.de.debian.org/debian/ unstable/main libkeyutils1 amd64 
1.5.9-5+b1 [12.0 kB]
Get: 4 http://ftp.de.debian.org/debian/ unstable/main libnettle6 amd64 3.1.1-3 
[188 kB]
Get: 5 http://ftp.de.debian.org/debian/ unstable/main libhogweed4 amd64 3.1.1-3 
[136 kB]
Get: 6 http://ftp.de.debian.org/debian/ unstable/main libp11-kit0 amd64 
0.23.1-3 [112 kB]
Get: 7 http://ftp.de.debian.org/debian/ unstable/main libtasn1-6 amd64 4.5-2 
[49.6 kB]
Get: 8 http://ftp.de.debian.org/debian/ unstable/main libgnutls-deb0-28 amd64 
3.3.16-1 [717 kB]
Get: 9 http://ftp.de.debian.org/debian/ unstable/main libsasl2-modules-db amd64 
2.1.26.dfsg1-13 [67.0 kB]
Get: 10 http://ftp.de.debian.org/debian/ unstable/main libsasl2-2 amd64 
2.1.26.dfsg1-13 [104 kB]
Get: 11 http://ftp.de.debian.org/debian/ unstable/main libldap-2.4-2 amd64 
2.4.40+dfsg-2 [221 kB]
Get: 12 http://ftp.de.debian.org/debian/ unstable/main init-system-helpers all 
1.23 [15.2 kB]
Get: 13 http://ftp.de.debian.org/debian/ unstable/main libssl1.0.0 amd64 
1.0.2d-1 [1274 kB]
Get: 14 http://ftp.de.debian.org/debian/ unstable/main netbase all 5.3 [19.0 kB]
Get: 15 http://ftp.de.debian.org/debian/ unstable/main libkrb5support0 amd64 
1.13.2+dfsg-2 [59.8 kB]
Get: 16 http://ftp.de.debian.org/debian/ unstable/main libk5crypto3 amd64 
1.13.2+dfsg-2 [115 kB]
Get: 17 http://ftp.de.debian.org/debian/ unstable/main libkrb5-3 amd64 
1.13.2+dfsg-2 [308 kB]
Get: 18 http://ftp.de.debian.org/debian/ unstable/main libgssapi-krb5-2 amd64 
1.13.2+dfsg-2 [152 kB]
Get: 19 http://ftp.de.debian.org/debian/ unstable/main libgssrpc4 amd64 
1.13.2+dfsg-2 [86.9 kB]
Get: 20 http://ftp.de.debian.org/debian/ unstable/main libkadm5clnt-mit9 amd64 
1.13.2+dfsg-2 [68.8 kB]
Get: 21 http://ftp.de.debian.org/debian/ unstable/main libkdb5-8 amd64 
1.13.2+dfsg-2 [69.5 kB]
Get: 22 http://ftp.de.debian.org/debian/ unstable/main libkadm5srv-mit9 amd64 
1.13.2+dfsg-2 [83.3 kB]
Get: 23 http://ftp.de.debian.org/debian/ unstable/main ucf all 3.0030 [69.7 kB]
Get: 24 http://ftp.de.debian.org/debian/ unstable/main autotools-dev all 
20140911.1 [70.5 kB]
Get: 25 http://ftp.de.debian.org/debian/ unstable/main comerr-dev amd64 
2.1-1.42.13-1 [38.3 kB]
Get: 26 http://ftp.de.debian.org/debian/ unstable/main krb5-multidev amd64 
1.13.2+dfsg-2 [145 kB]
Get: 27 http://ftp.de.debian.org/debian/ unstable/main libpq5 amd64 9.4.4-1 
[122 kB]
Get: 28 http://ftp.de.debian.org/debian/ unstable/main zlib1g-dev amd64 
1:1.2.8.dfsg-2+b1 [206 kB]
Get: 29 http://ftp.de.debian.org/debian/ unstable/main libssl-dev amd64 
1.0.2d-1 [1530 kB]
Get: 30 http://ftp.de.debian.org/debian/ unstable/main libpq-dev amd64 9.4.4-1 
[162 kB]
Get: 31 http://ftp.de.debian.org/debian/ unstable/main openssl amd64 1.0.2d-1 
[695 kB]
Get: 32 http://ftp.de.debian.org/debian/ unstable/main postgresql-client-common 
all 169 [74.3 kB]
Get: 33 http://ftp.de.debian.org/debian/ unstable/main postgresql-client-9.4 
amd64 9.4.4-1 [1069 kB]
Get: 34 http://ftp.de.debian.org/debian/ unstable/main ssl-cert all 1.0.36 
[21.0 kB]
Get: 35 http://ftp.de.debian.org/debian/ unstable/main postgresql-common all 
169 [208 kB]
Get: 36 http://ftp.de.debian.org/debian/ unstable/main postgresql-9.4 amd64 
9.4.4-1 [3737 kB]
Get: 37 http://ftp.de.debian.org/debian/ unstable/main postgresql all 9.4+169 
[52.5 kB]
Fetched 12.2 MB in 0s (23.1 MB/s)
debconf: delaying package configuration, since apt-utils is not installed
Selecting previously unselected package libbsd0:amd64.
(Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 20236 files and directories currently installed.)
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-20150325-1_amd64.deb ...
Unpacking libedit2:amd64 (3.1-20150325-1) ...
Selecting previously unselected package libkeyutils1:amd64.
Preparing to unpack .../libkeyutils1_1.5.9-5+b1_amd64.deb ...
Unpacking libkeyutils1:amd64 (1.5.9-5+b1) ...
Selecting previously unselected package libnettle6:amd64.
Preparing to unpack .../libnettle6_3.1.1-3_amd64.deb ...
Unpacking libnettle6:amd64 (3.1.1-3) ...
Selecting previously unselected package libhogweed4:amd64.
Preparing to unpack .../libhogweed4_3.1.1-3_amd64.deb ...
Unpacking libhogweed4:amd64 (3.1.1-3) ...
Selecting previously unselected package libp11-kit0:amd64.
Preparing to unpack .../libp11-kit0_0.23.1-3_amd64.deb ...
Unpacking libp11-kit0:amd64 (0.23.1-3) ...
Selecting previously unselected package libtasn1-6:amd64.
Preparing to unpack .../libtasn1-6_4.5-2_amd64.deb ...
Unpacking libtasn1-6:amd64 (4.5-2) ...
Selecting previously unselected package libgnutls-deb0-28:amd64.
Preparing to unpack .../libgnutls-deb0-28_3.3.16-1_amd64.deb ...
Unpacking libgnutls-deb0-28:amd64 (3.3.16-1) ...
Selecting previously unselected package libsasl2-modules-db:amd64.
Preparing to unpack .../libsasl2-modules-db_2.1.26.dfsg1-13_amd64.deb ...
Unpacking libsasl2-modules-db:amd64 (2.1.26.dfsg1-13) ...
Selecting previously unselected package libsasl2-2:amd64.
Preparing to unpack .../libsasl2-2_2.1.26.dfsg1-13_amd64.deb ...
Unpacking libsasl2-2:amd64 (2.1.26.dfsg1-13) ...
Selecting previously unselected package libldap-2.4-2:amd64.
Preparing to unpack .../libldap-2.4-2_2.4.40+dfsg-2_amd64.deb ...
Unpacking libldap-2.4-2:amd64 (2.4.40+dfsg-2) ...
Selecting previously unselected package init-system-helpers.
Preparing to unpack .../init-system-helpers_1.23_all.deb ...
Unpacking init-system-helpers (1.23) ...
Selecting previously unselected package libssl1.0.0:amd64.
Preparing to unpack .../libssl1.0.0_1.0.2d-1_amd64.deb ...
Unpacking libssl1.0.0:amd64 (1.0.2d-1) ...
Selecting previously unselected package netbase.
Preparing to unpack .../archives/netbase_5.3_all.deb ...
Unpacking netbase (5.3) ...
Selecting previously unselected package libkrb5support0:amd64.
Preparing to unpack .../libkrb5support0_1.13.2+dfsg-2_amd64.deb ...
Unpacking libkrb5support0:amd64 (1.13.2+dfsg-2) ...
Selecting previously unselected package libk5crypto3:amd64.
Preparing to unpack .../libk5crypto3_1.13.2+dfsg-2_amd64.deb ...
Unpacking libk5crypto3:amd64 (1.13.2+dfsg-2) ...
Selecting previously unselected package libkrb5-3:amd64.
Preparing to unpack .../libkrb5-3_1.13.2+dfsg-2_amd64.deb ...
Unpacking libkrb5-3:amd64 (1.13.2+dfsg-2) ...
Selecting previously unselected package libgssapi-krb5-2:amd64.
Preparing to unpack .../libgssapi-krb5-2_1.13.2+dfsg-2_amd64.deb ...
Unpacking libgssapi-krb5-2:amd64 (1.13.2+dfsg-2) ...
Selecting previously unselected package libgssrpc4:amd64.
Preparing to unpack .../libgssrpc4_1.13.2+dfsg-2_amd64.deb ...
Unpacking libgssrpc4:amd64 (1.13.2+dfsg-2) ...
Selecting previously unselected package libkadm5clnt-mit9:amd64.
Preparing to unpack .../libkadm5clnt-mit9_1.13.2+dfsg-2_amd64.deb ...
Unpacking libkadm5clnt-mit9:amd64 (1.13.2+dfsg-2) ...
Selecting previously unselected package libkdb5-8:amd64.
Preparing to unpack .../libkdb5-8_1.13.2+dfsg-2_amd64.deb ...
Unpacking libkdb5-8:amd64 (1.13.2+dfsg-2) ...
Selecting previously unselected package libkadm5srv-mit9:amd64.
Preparing to unpack .../libkadm5srv-mit9_1.13.2+dfsg-2_amd64.deb ...
Unpacking libkadm5srv-mit9:amd64 (1.13.2+dfsg-2) ...
Selecting previously unselected package ucf.
Preparing to unpack .../archives/ucf_3.0030_all.deb ...
Moving old data out of the way
Unpacking ucf (3.0030) ...
Selecting previously unselected package autotools-dev.
Preparing to unpack .../autotools-dev_20140911.1_all.deb ...
Unpacking autotools-dev (20140911.1) ...
Selecting previously unselected package comerr-dev.
Preparing to unpack .../comerr-dev_2.1-1.42.13-1_amd64.deb ...
Unpacking comerr-dev (2.1-1.42.13-1) ...
Selecting previously unselected package krb5-multidev.
Preparing to unpack .../krb5-multidev_1.13.2+dfsg-2_amd64.deb ...
Unpacking krb5-multidev (1.13.2+dfsg-2) ...
Selecting previously unselected package libpq5:amd64.
Preparing to unpack .../libpq5_9.4.4-1_amd64.deb ...
Unpacking libpq5:amd64 (9.4.4-1) ...
Selecting previously unselected package zlib1g-dev:amd64.
Preparing to unpack .../zlib1g-dev_1%3a1.2.8.dfsg-2+b1_amd64.deb ...
Unpacking zlib1g-dev:amd64 (1:1.2.8.dfsg-2+b1) ...
Selecting previously unselected package libssl-dev:amd64.
Preparing to unpack .../libssl-dev_1.0.2d-1_amd64.deb ...
Unpacking libssl-dev:amd64 (1.0.2d-1) ...
Selecting previously unselected package libpq-dev.
Preparing to unpack .../libpq-dev_9.4.4-1_amd64.deb ...
Unpacking libpq-dev (9.4.4-1) ...
Selecting previously unselected package openssl.
Preparing to unpack .../openssl_1.0.2d-1_amd64.deb ...
Unpacking openssl (1.0.2d-1) ...
Selecting previously unselected package postgresql-client-common.
Preparing to unpack .../postgresql-client-common_169_all.deb ...
Unpacking postgresql-client-common (169) ...
Selecting previously unselected package postgresql-client-9.4.
Preparing to unpack .../postgresql-client-9.4_9.4.4-1_amd64.deb ...
Unpacking postgresql-client-9.4 (9.4.4-1) ...
Selecting previously unselected package ssl-cert.
Preparing to unpack .../ssl-cert_1.0.36_all.deb ...
Unpacking ssl-cert (1.0.36) ...
Selecting previously unselected package postgresql-common.
Preparing to unpack .../postgresql-common_169_all.deb ...
Adding 'diversion of /usr/bin/pg_config to /usr/bin/pg_config.libpq-dev by 
postgresql-common'
Unpacking postgresql-common (169) ...
Selecting previously unselected package postgresql-9.4.
Preparing to unpack .../postgresql-9.4_9.4.4-1_amd64.deb ...
Unpacking postgresql-9.4 (9.4.4-1) ...
Selecting previously unselected package postgresql.
Preparing to unpack .../postgresql_9.4+169_all.deb ...
Unpacking postgresql (9.4+169) ...
Processing triggers for man-db (2.7.0.2-5) ...
Processing triggers for systemd (222-2) ...
Setting up libbsd0:amd64 (0.7.0-2) ...
Setting up libedit2:amd64 (3.1-20150325-1) ...
Setting up libkeyutils1:amd64 (1.5.9-5+b1) ...
Setting up libnettle6:amd64 (3.1.1-3) ...
Setting up libhogweed4:amd64 (3.1.1-3) ...
Setting up libp11-kit0:amd64 (0.23.1-3) ...
Setting up libtasn1-6:amd64 (4.5-2) ...
Setting up libgnutls-deb0-28:amd64 (3.3.16-1) ...
Setting up libsasl2-modules-db:amd64 (2.1.26.dfsg1-13) ...
Setting up libsasl2-2:amd64 (2.1.26.dfsg1-13) ...
Setting up libldap-2.4-2:amd64 (2.4.40+dfsg-2) ...
Setting up init-system-helpers (1.23) ...
Setting up libssl1.0.0:amd64 (1.0.2d-1) ...
Setting up netbase (5.3) ...
Setting up libkrb5support0:amd64 (1.13.2+dfsg-2) ...
Setting up libk5crypto3:amd64 (1.13.2+dfsg-2) ...
Setting up libkrb5-3:amd64 (1.13.2+dfsg-2) ...
Setting up libgssapi-krb5-2:amd64 (1.13.2+dfsg-2) ...
Setting up libgssrpc4:amd64 (1.13.2+dfsg-2) ...
Setting up libkadm5clnt-mit9:amd64 (1.13.2+dfsg-2) ...
Setting up libkdb5-8:amd64 (1.13.2+dfsg-2) ...
Setting up libkadm5srv-mit9:amd64 (1.13.2+dfsg-2) ...
Setting up ucf (3.0030) ...
Setting up autotools-dev (20140911.1) ...
Setting up comerr-dev (2.1-1.42.13-1) ...
Setting up krb5-multidev (1.13.2+dfsg-2) ...
Setting up libpq5:amd64 (9.4.4-1) ...
Setting up zlib1g-dev:amd64 (1:1.2.8.dfsg-2+b1) ...
Setting up libssl-dev:amd64 (1.0.2d-1) ...
Setting up libpq-dev (9.4.4-1) ...
Setting up openssl (1.0.2d-1) ...
Setting up postgresql-client-common (169) ...
Setting up postgresql-client-9.4 (9.4.4-1) ...
update-alternatives: using /usr/share/postgresql/9.4/man/man1/psql.1.gz to 
provide /usr/share/man/man1/psql.1.gz (psql.1.gz) in auto mode
Setting up ssl-cert (1.0.36) ...
Setting up postgresql-common (169) ...
Adding user postgres to group ssl-cert

Creating config file /etc/postgresql-common/createcluster.conf with new version
Building PostgreSQL dictionaries from installed myspell/hunspell packages...
Removing obsolete dictionary files:
invoke-rc.d: policy-rc.d denied execution of start.
Setting up postgresql-9.4 (9.4.4-1) ...
Creating new cluster 9.4/main ...
  config /etc/postgresql/9.4/main
  data   /var/lib/postgresql/9.4/main
  locale C
  port   5432
update-alternatives: using /usr/share/postgresql/9.4/man/man1/postmaster.1.gz 
to provide /usr/share/man/man1/postmaster.1.gz (postmaster.1.gz) in auto mode
invoke-rc.d: policy-rc.d denied execution of start.
Setting up postgresql (9.4+169) ...
Processing triggers for libc-bin (2.19-19) ...
Processing triggers for systemd (222-2) ...
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...
fakeroot is already the newest version.
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
I: Copying source file
I: copying [libpqtypes_1.5.1-2.dsc]
I: copying [./libpqtypes_1.5.1.orig.tar.gz]
I: copying [./libpqtypes_1.5.1-2.debian.tar.xz]
I: Extracting source
gpgv: keyblock resource `/tmp/buildd/.gnupg/trustedkeys.gpg': file open error
gpgv: Signature made Sat Nov 22 06:16:21 2014 GMT+12 using RSA key ID 12D2A7AE
gpgv: Can't check signature: public key not found
dpkg-source: warning: failed to verify signature on ./libpqtypes_1.5.1-2.dsc
dpkg-source: info: extracting libpqtypes in libpqtypes-1.5.1
dpkg-source: info: unpacking libpqtypes_1.5.1.orig.tar.gz
dpkg-source: info: unpacking libpqtypes_1.5.1-2.debian.tar.xz
dpkg-source: info: applying test-exit
I: Building the package
I: Running cd tmp/buildd/*/ && env 
PATH="/usr/sbin:/usr/bin:/sbin:/bin:/usr/games" dpkg-buildpackage -us -uc  -b 
-rfakeroot
dpkg-buildpackage: source package libpqtypes
dpkg-buildpackage: source version 1.5.1-2
dpkg-buildpackage: source distribution unstable
dpkg-buildpackage: source changed by Christoph Berg <m...@debian.org>
 dpkg-source --before-build libpqtypes-1.5.1
dpkg-buildpackage: host architecture amd64
 fakeroot debian/rules clean
dh clean --with autotools_dev
   dh_testdir
   debian/rules override_dh_auto_clean
make[1]: Entering directory '/tmp/buildd/libpqtypes-1.5.1'
dh_auto_clean
rm -f test
make[1]: Leaving directory '/tmp/buildd/libpqtypes-1.5.1'
   dh_autotools-dev_restoreconfig
   dh_clean
 debian/rules build
dh build --with autotools_dev
   dh_testdir
   dh_autotools-dev_updateconfig
   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 
--disable-silent-rules --libdir=\${prefix}/lib/x86_64-linux-gnu 
--libexecdir=\${prefix}/lib/x86_64-linux-gnu --disable-maintainer-mode 
--disable-dependency-tracking
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 whether make sets $(MAKE)... yes
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for gawk... no
checking for mawk... mawk
checking for style of include used by make... GNU
checking for gcc... gcc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables... 
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 ANSI C... none needed
checking dependency style of gcc... none
checking for a sed that does not truncate output... /bin/sed
checking for egrep... grep -E
checking for ld used by gcc... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking for /usr/bin/ld option to reload object files... -r
checking for BSD-compatible nm... /usr/bin/nm -B
checking whether ln -s works... yes
checking how to recognise dependent libraries... pass_all
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 dlfcn.h usability... yes
checking dlfcn.h presence... yes
checking for dlfcn.h... 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 run the C++ preprocessor... g++ -E
checking for g77... no
checking for f77... no
checking for xlf... no
checking for frt... no
checking for pgf77... no
checking for fort77... no
checking for fl32... no
checking for af77... no
checking for f90... no
checking for xlf90... no
checking for pgf90... no
checking for epcf90... no
checking for f95... no
checking for fort... no
checking for xlf95... no
checking for ifc... no
checking for efc... no
checking for pgf95... no
checking for lf95... no
checking for gfortran... no
checking whether we are using the GNU Fortran 77 compiler... no
checking whether  accepts -g... no
checking the maximum length of command line arguments... 32768
checking command to parse /usr/bin/nm -B output from gcc object... ok
checking for objdir... .libs
checking for ar... ar
checking for ranlib... ranlib
checking for strip... strip
checking if gcc supports -fno-rtti -fno-exceptions... no
checking for gcc option to produce PIC... -fPIC
checking if gcc PIC flag -fPIC works... yes
checking if gcc static flag -static works... yes
checking if gcc supports -c -o file.o... 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... no
configure: creating libtool
appending configuration tag "CXX" to libtool
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
checking if g++ PIC flag -fPIC works... yes
checking if g++ static flag -static works... yes
checking if g++ supports -c -o file.o... yes
checking whether the g++ linker (/usr/bin/ld -m elf_x86_64) supports shared 
libraries... yes
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
appending configuration tag "F77" to libtool
checking for a BSD-compatible install... /usr/bin/install -c
checking whether we are using the GNU C++ compiler... (cached) yes
checking whether g++ accepts -g... (cached) yes
checking dependency style of g++... (cached) none
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 ANSI C... (cached) none needed
checking dependency style of gcc... (cached) none
checking CFLAGS for gcc -std=gnu99...... -std=gnu99
checking CFLAGS for gcc -Wclobbered... -Wclobbered
checking CFLAGS for gcc -Wempty-body... -Wempty-body
checking CFLAGS for gcc -Wignored-qualifiers... -Wignored-qualifiers
checking CFLAGS for gcc -Wmissing-parameter-type... -Wmissing-parameter-type
checking CFLAGS for gcc -Wold-style-declaration... -Wold-style-declaration
checking CFLAGS for gcc -Woverride-init... -Woverride-init
checking CFLAGS for gcc -Wsign-compare... -Wsign-compare
checking CFLAGS for gcc -Wtype-limits... -Wtype-limits
checking CFLAGS for gcc -Wuninitialized... -Wuninitialized
checking CFLAGS for gcc -fomit-frame-pointer... -fomit-frame-pointer
checking CFLAGS for gcc -fno-strict-aliasing... -fno-strict-aliasing
checking CFLAGS for gcc -funroll-all-loops... -funroll-all-loops
checking CFLAGS for gcc -funit-at-a-time... -funit-at-a-time
checking if strict memory alignment is required... no
checking for ANSI C header files... (cached) yes
checking arpa/inet.h usability... yes
checking arpa/inet.h presence... yes
checking for arpa/inet.h... yes
checking limits.h usability... yes
checking limits.h presence... yes
checking for limits.h... yes
checking linux/limits.h usability... yes
checking linux/limits.h presence... yes
checking for linux/limits.h... yes
checking netdb.h usability... yes
checking netdb.h presence... yes
checking for netdb.h... yes
checking netinet/in.h usability... yes
checking netinet/in.h presence... yes
checking for netinet/in.h... yes
checking stddef.h usability... yes
checking stddef.h presence... yes
checking for stddef.h... yes
checking sys/socket.h usability... yes
checking sys/socket.h presence... yes
checking for sys/socket.h... yes
checking time.h usability... yes
checking time.h presence... yes
checking for time.h... yes
checking math.h usability... yes
checking math.h presence... yes
checking for math.h... yes
checking sys/time.h usability... yes
checking sys/time.h presence... yes
checking for sys/time.h... yes
checking for strings.h... (cached) yes
checking whether struct tm is in sys/time.h or time.h... time.h
checking for struct tm.tm_zone... yes
checking for struct tm.tm_gmtoff... yes
checking for socklen_t... yes
checking for struct sockaddr_storage.ss_len... no
checking for an ANSI C-conforming const... yes
checking for working memcmp... yes
checking for working strtod... yes
checking whether time.h and sys/time.h may both be included... yes
checking for size_t... yes
checking for library containing pow... -lm
checking for library containing getaddrinfo... none required
checking for vsnprintf... yes
checking for floor... yes
checking for ceil... yes
checking for rint... yes
checking for hstrerror... yes
checking for localtime_r... yes
checking for strtol... yes
checking for strtoll... yes
checking for strtoul... yes
configure: creating ./config.status
config.status: creating Makefile
config.status: creating src/pqt_config.h
config.status: executing depfiles commands
   dh_auto_build
        make -j1
make[1]: Entering directory '/tmp/buildd/libpqtypes-1.5.1'
/bin/bash ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I./src 
  -Wdate-time -D_FORTIFY_SOURCE=2 -I/usr/include/postgresql -Isrc  -g -O2 
-fstack-protector-strong -Wformat -Werror=format-security -O3 -Wall 
-Wpointer-arith -D_GNU_SOURCE -D_REENTRANT -fsigned-char -std=gnu99 -Wclobbered 
-Wempty-body -Wignored-qualifiers -Wmissing-parameter-type 
-Wold-style-declaration -Woverride-init -Wsign-compare -Wtype-limits 
-Wuninitialized -fomit-frame-pointer -fno-strict-aliasing -funroll-all-loops 
-funit-at-a-time -c -o array.lo `test -f 'src/array.c' || echo './'`src/array.c
mkdir .libs
 gcc -DHAVE_CONFIG_H -I. -I. -I./src -Wdate-time -D_FORTIFY_SOURCE=2 
-I/usr/include/postgresql -Isrc -g -O2 -fstack-protector-strong -Wformat 
-Werror=format-security -O3 -Wall -Wpointer-arith -D_GNU_SOURCE -D_REENTRANT 
-fsigned-char -std=gnu99 -Wclobbered -Wempty-body -Wignored-qualifiers 
-Wmissing-parameter-type -Wold-style-declaration -Woverride-init -Wsign-compare 
-Wtype-limits -Wuninitialized -fomit-frame-pointer -fno-strict-aliasing 
-funroll-all-loops -funit-at-a-time -c src/array.c  -fPIC -DPIC -o .libs/array.o
/bin/bash ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I./src 
  -Wdate-time -D_FORTIFY_SOURCE=2 -I/usr/include/postgresql -Isrc  -g -O2 
-fstack-protector-strong -Wformat -Werror=format-security -O3 -Wall 
-Wpointer-arith -D_GNU_SOURCE -D_REENTRANT -fsigned-char -std=gnu99 -Wclobbered 
-Wempty-body -Wignored-qualifiers -Wmissing-parameter-type 
-Wold-style-declaration -Woverride-init -Wsign-compare -Wtype-limits 
-Wuninitialized -fomit-frame-pointer -fno-strict-aliasing -funroll-all-loops 
-funit-at-a-time -c -o datetime.lo `test -f 'src/datetime.c' || echo 
'./'`src/datetime.c
 gcc -DHAVE_CONFIG_H -I. -I. -I./src -Wdate-time -D_FORTIFY_SOURCE=2 
-I/usr/include/postgresql -Isrc -g -O2 -fstack-protector-strong -Wformat 
-Werror=format-security -O3 -Wall -Wpointer-arith -D_GNU_SOURCE -D_REENTRANT 
-fsigned-char -std=gnu99 -Wclobbered -Wempty-body -Wignored-qualifiers 
-Wmissing-parameter-type -Wold-style-declaration -Woverride-init -Wsign-compare 
-Wtype-limits -Wuninitialized -fomit-frame-pointer -fno-strict-aliasing 
-funroll-all-loops -funit-at-a-time -c src/datetime.c  -fPIC -DPIC -o 
.libs/datetime.o
/bin/bash ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I./src 
  -Wdate-time -D_FORTIFY_SOURCE=2 -I/usr/include/postgresql -Isrc  -g -O2 
-fstack-protector-strong -Wformat -Werror=format-security -O3 -Wall 
-Wpointer-arith -D_GNU_SOURCE -D_REENTRANT -fsigned-char -std=gnu99 -Wclobbered 
-Wempty-body -Wignored-qualifiers -Wmissing-parameter-type 
-Wold-style-declaration -Woverride-init -Wsign-compare -Wtype-limits 
-Wuninitialized -fomit-frame-pointer -fno-strict-aliasing -funroll-all-loops 
-funit-at-a-time -c -o error.lo `test -f 'src/error.c' || echo './'`src/error.c
 gcc -DHAVE_CONFIG_H -I. -I. -I./src -Wdate-time -D_FORTIFY_SOURCE=2 
-I/usr/include/postgresql -Isrc -g -O2 -fstack-protector-strong -Wformat 
-Werror=format-security -O3 -Wall -Wpointer-arith -D_GNU_SOURCE -D_REENTRANT 
-fsigned-char -std=gnu99 -Wclobbered -Wempty-body -Wignored-qualifiers 
-Wmissing-parameter-type -Wold-style-declaration -Woverride-init -Wsign-compare 
-Wtype-limits -Wuninitialized -fomit-frame-pointer -fno-strict-aliasing 
-funroll-all-loops -funit-at-a-time -c src/error.c  -fPIC -DPIC -o .libs/error.o
/bin/bash ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I./src 
  -Wdate-time -D_FORTIFY_SOURCE=2 -I/usr/include/postgresql -Isrc  -g -O2 
-fstack-protector-strong -Wformat -Werror=format-security -O3 -Wall 
-Wpointer-arith -D_GNU_SOURCE -D_REENTRANT -fsigned-char -std=gnu99 -Wclobbered 
-Wempty-body -Wignored-qualifiers -Wmissing-parameter-type 
-Wold-style-declaration -Woverride-init -Wsign-compare -Wtype-limits 
-Wuninitialized -fomit-frame-pointer -fno-strict-aliasing -funroll-all-loops 
-funit-at-a-time -c -o events.lo `test -f 'src/events.c' || echo 
'./'`src/events.c
 gcc -DHAVE_CONFIG_H -I. -I. -I./src -Wdate-time -D_FORTIFY_SOURCE=2 
-I/usr/include/postgresql -Isrc -g -O2 -fstack-protector-strong -Wformat 
-Werror=format-security -O3 -Wall -Wpointer-arith -D_GNU_SOURCE -D_REENTRANT 
-fsigned-char -std=gnu99 -Wclobbered -Wempty-body -Wignored-qualifiers 
-Wmissing-parameter-type -Wold-style-declaration -Woverride-init -Wsign-compare 
-Wtype-limits -Wuninitialized -fomit-frame-pointer -fno-strict-aliasing 
-funroll-all-loops -funit-at-a-time -c src/events.c  -fPIC -DPIC -o 
.libs/events.o
/bin/bash ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I./src 
  -Wdate-time -D_FORTIFY_SOURCE=2 -I/usr/include/postgresql -Isrc  -g -O2 
-fstack-protector-strong -Wformat -Werror=format-security -O3 -Wall 
-Wpointer-arith -D_GNU_SOURCE -D_REENTRANT -fsigned-char -std=gnu99 -Wclobbered 
-Wempty-body -Wignored-qualifiers -Wmissing-parameter-type 
-Wold-style-declaration -Woverride-init -Wsign-compare -Wtype-limits 
-Wuninitialized -fomit-frame-pointer -fno-strict-aliasing -funroll-all-loops 
-funit-at-a-time -c -o exec.lo `test -f 'src/exec.c' || echo './'`src/exec.c
 gcc -DHAVE_CONFIG_H -I. -I. -I./src -Wdate-time -D_FORTIFY_SOURCE=2 
-I/usr/include/postgresql -Isrc -g -O2 -fstack-protector-strong -Wformat 
-Werror=format-security -O3 -Wall -Wpointer-arith -D_GNU_SOURCE -D_REENTRANT 
-fsigned-char -std=gnu99 -Wclobbered -Wempty-body -Wignored-qualifiers 
-Wmissing-parameter-type -Wold-style-declaration -Woverride-init -Wsign-compare 
-Wtype-limits -Wuninitialized -fomit-frame-pointer -fno-strict-aliasing 
-funroll-all-loops -funit-at-a-time -c src/exec.c  -fPIC -DPIC -o .libs/exec.o
/bin/bash ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I./src 
  -Wdate-time -D_FORTIFY_SOURCE=2 -I/usr/include/postgresql -Isrc  -g -O2 
-fstack-protector-strong -Wformat -Werror=format-security -O3 -Wall 
-Wpointer-arith -D_GNU_SOURCE -D_REENTRANT -fsigned-char -std=gnu99 -Wclobbered 
-Wempty-body -Wignored-qualifiers -Wmissing-parameter-type 
-Wold-style-declaration -Woverride-init -Wsign-compare -Wtype-limits 
-Wuninitialized -fomit-frame-pointer -fno-strict-aliasing -funroll-all-loops 
-funit-at-a-time -c -o geo.lo `test -f 'src/geo.c' || echo './'`src/geo.c
 gcc -DHAVE_CONFIG_H -I. -I. -I./src -Wdate-time -D_FORTIFY_SOURCE=2 
-I/usr/include/postgresql -Isrc -g -O2 -fstack-protector-strong -Wformat 
-Werror=format-security -O3 -Wall -Wpointer-arith -D_GNU_SOURCE -D_REENTRANT 
-fsigned-char -std=gnu99 -Wclobbered -Wempty-body -Wignored-qualifiers 
-Wmissing-parameter-type -Wold-style-declaration -Woverride-init -Wsign-compare 
-Wtype-limits -Wuninitialized -fomit-frame-pointer -fno-strict-aliasing 
-funroll-all-loops -funit-at-a-time -c src/geo.c  -fPIC -DPIC -o .libs/geo.o
/bin/bash ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I./src 
  -Wdate-time -D_FORTIFY_SOURCE=2 -I/usr/include/postgresql -Isrc  -g -O2 
-fstack-protector-strong -Wformat -Werror=format-security -O3 -Wall 
-Wpointer-arith -D_GNU_SOURCE -D_REENTRANT -fsigned-char -std=gnu99 -Wclobbered 
-Wempty-body -Wignored-qualifiers -Wmissing-parameter-type 
-Wold-style-declaration -Woverride-init -Wsign-compare -Wtype-limits 
-Wuninitialized -fomit-frame-pointer -fno-strict-aliasing -funroll-all-loops 
-funit-at-a-time -c -o handler.lo `test -f 'src/handler.c' || echo 
'./'`src/handler.c
 gcc -DHAVE_CONFIG_H -I. -I. -I./src -Wdate-time -D_FORTIFY_SOURCE=2 
-I/usr/include/postgresql -Isrc -g -O2 -fstack-protector-strong -Wformat 
-Werror=format-security -O3 -Wall -Wpointer-arith -D_GNU_SOURCE -D_REENTRANT 
-fsigned-char -std=gnu99 -Wclobbered -Wempty-body -Wignored-qualifiers 
-Wmissing-parameter-type -Wold-style-declaration -Woverride-init -Wsign-compare 
-Wtype-limits -Wuninitialized -fomit-frame-pointer -fno-strict-aliasing 
-funroll-all-loops -funit-at-a-time -c src/handler.c  -fPIC -DPIC -o 
.libs/handler.o
/bin/bash ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I./src 
  -Wdate-time -D_FORTIFY_SOURCE=2 -I/usr/include/postgresql -Isrc  -g -O2 
-fstack-protector-strong -Wformat -Werror=format-security -O3 -Wall 
-Wpointer-arith -D_GNU_SOURCE -D_REENTRANT -fsigned-char -std=gnu99 -Wclobbered 
-Wempty-body -Wignored-qualifiers -Wmissing-parameter-type 
-Wold-style-declaration -Woverride-init -Wsign-compare -Wtype-limits 
-Wuninitialized -fomit-frame-pointer -fno-strict-aliasing -funroll-all-loops 
-funit-at-a-time -c -o misc.lo `test -f 'src/misc.c' || echo './'`src/misc.c
 gcc -DHAVE_CONFIG_H -I. -I. -I./src -Wdate-time -D_FORTIFY_SOURCE=2 
-I/usr/include/postgresql -Isrc -g -O2 -fstack-protector-strong -Wformat 
-Werror=format-security -O3 -Wall -Wpointer-arith -D_GNU_SOURCE -D_REENTRANT 
-fsigned-char -std=gnu99 -Wclobbered -Wempty-body -Wignored-qualifiers 
-Wmissing-parameter-type -Wold-style-declaration -Woverride-init -Wsign-compare 
-Wtype-limits -Wuninitialized -fomit-frame-pointer -fno-strict-aliasing 
-funroll-all-loops -funit-at-a-time -c src/misc.c  -fPIC -DPIC -o .libs/misc.o
/bin/bash ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I./src 
  -Wdate-time -D_FORTIFY_SOURCE=2 -I/usr/include/postgresql -Isrc  -g -O2 
-fstack-protector-strong -Wformat -Werror=format-security -O3 -Wall 
-Wpointer-arith -D_GNU_SOURCE -D_REENTRANT -fsigned-char -std=gnu99 -Wclobbered 
-Wempty-body -Wignored-qualifiers -Wmissing-parameter-type 
-Wold-style-declaration -Woverride-init -Wsign-compare -Wtype-limits 
-Wuninitialized -fomit-frame-pointer -fno-strict-aliasing -funroll-all-loops 
-funit-at-a-time -c -o network.lo `test -f 'src/network.c' || echo 
'./'`src/network.c
 gcc -DHAVE_CONFIG_H -I. -I. -I./src -Wdate-time -D_FORTIFY_SOURCE=2 
-I/usr/include/postgresql -Isrc -g -O2 -fstack-protector-strong -Wformat 
-Werror=format-security -O3 -Wall -Wpointer-arith -D_GNU_SOURCE -D_REENTRANT 
-fsigned-char -std=gnu99 -Wclobbered -Wempty-body -Wignored-qualifiers 
-Wmissing-parameter-type -Wold-style-declaration -Woverride-init -Wsign-compare 
-Wtype-limits -Wuninitialized -fomit-frame-pointer -fno-strict-aliasing 
-funroll-all-loops -funit-at-a-time -c src/network.c  -fPIC -DPIC -o 
.libs/network.o
/bin/bash ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I./src 
  -Wdate-time -D_FORTIFY_SOURCE=2 -I/usr/include/postgresql -Isrc  -g -O2 
-fstack-protector-strong -Wformat -Werror=format-security -O3 -Wall 
-Wpointer-arith -D_GNU_SOURCE -D_REENTRANT -fsigned-char -std=gnu99 -Wclobbered 
-Wempty-body -Wignored-qualifiers -Wmissing-parameter-type 
-Wold-style-declaration -Woverride-init -Wsign-compare -Wtype-limits 
-Wuninitialized -fomit-frame-pointer -fno-strict-aliasing -funroll-all-loops 
-funit-at-a-time -c -o numerics.lo `test -f 'src/numerics.c' || echo 
'./'`src/numerics.c
 gcc -DHAVE_CONFIG_H -I. -I. -I./src -Wdate-time -D_FORTIFY_SOURCE=2 
-I/usr/include/postgresql -Isrc -g -O2 -fstack-protector-strong -Wformat 
-Werror=format-security -O3 -Wall -Wpointer-arith -D_GNU_SOURCE -D_REENTRANT 
-fsigned-char -std=gnu99 -Wclobbered -Wempty-body -Wignored-qualifiers 
-Wmissing-parameter-type -Wold-style-declaration -Woverride-init -Wsign-compare 
-Wtype-limits -Wuninitialized -fomit-frame-pointer -fno-strict-aliasing 
-funroll-all-loops -funit-at-a-time -c src/numerics.c  -fPIC -DPIC -o 
.libs/numerics.o
/bin/bash ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I./src 
  -Wdate-time -D_FORTIFY_SOURCE=2 -I/usr/include/postgresql -Isrc  -g -O2 
-fstack-protector-strong -Wformat -Werror=format-security -O3 -Wall 
-Wpointer-arith -D_GNU_SOURCE -D_REENTRANT -fsigned-char -std=gnu99 -Wclobbered 
-Wempty-body -Wignored-qualifiers -Wmissing-parameter-type 
-Wold-style-declaration -Woverride-init -Wsign-compare -Wtype-limits 
-Wuninitialized -fomit-frame-pointer -fno-strict-aliasing -funroll-all-loops 
-funit-at-a-time -c -o param.lo `test -f 'src/param.c' || echo './'`src/param.c
 gcc -DHAVE_CONFIG_H -I. -I. -I./src -Wdate-time -D_FORTIFY_SOURCE=2 
-I/usr/include/postgresql -Isrc -g -O2 -fstack-protector-strong -Wformat 
-Werror=format-security -O3 -Wall -Wpointer-arith -D_GNU_SOURCE -D_REENTRANT 
-fsigned-char -std=gnu99 -Wclobbered -Wempty-body -Wignored-qualifiers 
-Wmissing-parameter-type -Wold-style-declaration -Woverride-init -Wsign-compare 
-Wtype-limits -Wuninitialized -fomit-frame-pointer -fno-strict-aliasing 
-funroll-all-loops -funit-at-a-time -c src/param.c  -fPIC -DPIC -o .libs/param.o
/bin/bash ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I./src 
  -Wdate-time -D_FORTIFY_SOURCE=2 -I/usr/include/postgresql -Isrc  -g -O2 
-fstack-protector-strong -Wformat -Werror=format-security -O3 -Wall 
-Wpointer-arith -D_GNU_SOURCE -D_REENTRANT -fsigned-char -std=gnu99 -Wclobbered 
-Wempty-body -Wignored-qualifiers -Wmissing-parameter-type 
-Wold-style-declaration -Woverride-init -Wsign-compare -Wtype-limits 
-Wuninitialized -fomit-frame-pointer -fno-strict-aliasing -funroll-all-loops 
-funit-at-a-time -c -o port.lo `test -f 'src/port.c' || echo './'`src/port.c
 gcc -DHAVE_CONFIG_H -I. -I. -I./src -Wdate-time -D_FORTIFY_SOURCE=2 
-I/usr/include/postgresql -Isrc -g -O2 -fstack-protector-strong -Wformat 
-Werror=format-security -O3 -Wall -Wpointer-arith -D_GNU_SOURCE -D_REENTRANT 
-fsigned-char -std=gnu99 -Wclobbered -Wempty-body -Wignored-qualifiers 
-Wmissing-parameter-type -Wold-style-declaration -Woverride-init -Wsign-compare 
-Wtype-limits -Wuninitialized -fomit-frame-pointer -fno-strict-aliasing 
-funroll-all-loops -funit-at-a-time -c src/port.c  -fPIC -DPIC -o .libs/port.o
/bin/bash ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I./src 
  -Wdate-time -D_FORTIFY_SOURCE=2 -I/usr/include/postgresql -Isrc  -g -O2 
-fstack-protector-strong -Wformat -Werror=format-security -O3 -Wall 
-Wpointer-arith -D_GNU_SOURCE -D_REENTRANT -fsigned-char -std=gnu99 -Wclobbered 
-Wempty-body -Wignored-qualifiers -Wmissing-parameter-type 
-Wold-style-declaration -Woverride-init -Wsign-compare -Wtype-limits 
-Wuninitialized -fomit-frame-pointer -fno-strict-aliasing -funroll-all-loops 
-funit-at-a-time -c -o record.lo `test -f 'src/record.c' || echo 
'./'`src/record.c
 gcc -DHAVE_CONFIG_H -I. -I. -I./src -Wdate-time -D_FORTIFY_SOURCE=2 
-I/usr/include/postgresql -Isrc -g -O2 -fstack-protector-strong -Wformat 
-Werror=format-security -O3 -Wall -Wpointer-arith -D_GNU_SOURCE -D_REENTRANT 
-fsigned-char -std=gnu99 -Wclobbered -Wempty-body -Wignored-qualifiers 
-Wmissing-parameter-type -Wold-style-declaration -Woverride-init -Wsign-compare 
-Wtype-limits -Wuninitialized -fomit-frame-pointer -fno-strict-aliasing 
-funroll-all-loops -funit-at-a-time -c src/record.c  -fPIC -DPIC -o 
.libs/record.o
/bin/bash ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I./src 
  -Wdate-time -D_FORTIFY_SOURCE=2 -I/usr/include/postgresql -Isrc  -g -O2 
-fstack-protector-strong -Wformat -Werror=format-security -O3 -Wall 
-Wpointer-arith -D_GNU_SOURCE -D_REENTRANT -fsigned-char -std=gnu99 -Wclobbered 
-Wempty-body -Wignored-qualifiers -Wmissing-parameter-type 
-Wold-style-declaration -Woverride-init -Wsign-compare -Wtype-limits 
-Wuninitialized -fomit-frame-pointer -fno-strict-aliasing -funroll-all-loops 
-funit-at-a-time -c -o spec.lo `test -f 'src/spec.c' || echo './'`src/spec.c
 gcc -DHAVE_CONFIG_H -I. -I. -I./src -Wdate-time -D_FORTIFY_SOURCE=2 
-I/usr/include/postgresql -Isrc -g -O2 -fstack-protector-strong -Wformat 
-Werror=format-security -O3 -Wall -Wpointer-arith -D_GNU_SOURCE -D_REENTRANT 
-fsigned-char -std=gnu99 -Wclobbered -Wempty-body -Wignored-qualifiers 
-Wmissing-parameter-type -Wold-style-declaration -Woverride-init -Wsign-compare 
-Wtype-limits -Wuninitialized -fomit-frame-pointer -fno-strict-aliasing 
-funroll-all-loops -funit-at-a-time -c src/spec.c  -fPIC -DPIC -o .libs/spec.o
/bin/bash ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I./src 
  -Wdate-time -D_FORTIFY_SOURCE=2 -I/usr/include/postgresql -Isrc  -g -O2 
-fstack-protector-strong -Wformat -Werror=format-security -O3 -Wall 
-Wpointer-arith -D_GNU_SOURCE -D_REENTRANT -fsigned-char -std=gnu99 -Wclobbered 
-Wempty-body -Wignored-qualifiers -Wmissing-parameter-type 
-Wold-style-declaration -Woverride-init -Wsign-compare -Wtype-limits 
-Wuninitialized -fomit-frame-pointer -fno-strict-aliasing -funroll-all-loops 
-funit-at-a-time -c -o utils.lo `test -f 'src/utils.c' || echo './'`src/utils.c
 gcc -DHAVE_CONFIG_H -I. -I. -I./src -Wdate-time -D_FORTIFY_SOURCE=2 
-I/usr/include/postgresql -Isrc -g -O2 -fstack-protector-strong -Wformat 
-Werror=format-security -O3 -Wall -Wpointer-arith -D_GNU_SOURCE -D_REENTRANT 
-fsigned-char -std=gnu99 -Wclobbered -Wempty-body -Wignored-qualifiers 
-Wmissing-parameter-type -Wold-style-declaration -Woverride-init -Wsign-compare 
-Wtype-limits -Wuninitialized -fomit-frame-pointer -fno-strict-aliasing 
-funroll-all-loops -funit-at-a-time -c src/utils.c  -fPIC -DPIC -o .libs/utils.o
/bin/bash ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I./src 
  -Wdate-time -D_FORTIFY_SOURCE=2 -I/usr/include/postgresql -Isrc  -g -O2 
-fstack-protector-strong -Wformat -Werror=format-security -O3 -Wall 
-Wpointer-arith -D_GNU_SOURCE -D_REENTRANT -fsigned-char -std=gnu99 -Wclobbered 
-Wempty-body -Wignored-qualifiers -Wmissing-parameter-type 
-Wold-style-declaration -Woverride-init -Wsign-compare -Wtype-limits 
-Wuninitialized -fomit-frame-pointer -fno-strict-aliasing -funroll-all-loops 
-funit-at-a-time -c -o varlena.lo `test -f 'src/varlena.c' || echo 
'./'`src/varlena.c
 gcc -DHAVE_CONFIG_H -I. -I. -I./src -Wdate-time -D_FORTIFY_SOURCE=2 
-I/usr/include/postgresql -Isrc -g -O2 -fstack-protector-strong -Wformat 
-Werror=format-security -O3 -Wall -Wpointer-arith -D_GNU_SOURCE -D_REENTRANT 
-fsigned-char -std=gnu99 -Wclobbered -Wempty-body -Wignored-qualifiers 
-Wmissing-parameter-type -Wold-style-declaration -Woverride-init -Wsign-compare 
-Wtype-limits -Wuninitialized -fomit-frame-pointer -fno-strict-aliasing 
-funroll-all-loops -funit-at-a-time -c src/varlena.c  -fPIC -DPIC -o 
.libs/varlena.o
/bin/bash ./libtool --tag=CC --mode=link gcc  -g -O2 -fstack-protector-strong 
-Wformat -Werror=format-security -O3 -Wall -Wpointer-arith -D_GNU_SOURCE 
-D_REENTRANT -fsigned-char -std=gnu99 -Wclobbered -Wempty-body 
-Wignored-qualifiers -Wmissing-parameter-type -Wold-style-declaration 
-Woverride-init -Wsign-compare -Wtype-limits -Wuninitialized 
-fomit-frame-pointer -fno-strict-aliasing -funroll-all-loops -funit-at-a-time  
-Wl,-z,relro -o libpqtypes.la -rpath /usr/lib/x86_64-linux-gnu -version-info 
1:5:1 array.lo datetime.lo error.lo events.lo exec.lo geo.lo handler.lo misc.lo 
network.lo numerics.lo param.lo port.lo record.lo spec.lo utils.lo varlena.lo  
-lm 
gcc -shared  .libs/array.o .libs/datetime.o .libs/error.o .libs/events.o 
.libs/exec.o .libs/geo.o .libs/handler.o .libs/misc.o .libs/network.o 
.libs/numerics.o .libs/param.o .libs/port.o .libs/record.o .libs/spec.o 
.libs/utils.o .libs/varlena.o  -lm  -Wl,-z -Wl,relro -Wl,-soname 
-Wl,libpqtypes.so.0 -o .libs/libpqtypes.so.0.1.5
(cd .libs && rm -f libpqtypes.so.0 && ln -s libpqtypes.so.0.1.5 libpqtypes.so.0)
(cd .libs && rm -f libpqtypes.so && ln -s libpqtypes.so.0.1.5 libpqtypes.so)
creating libpqtypes.la
(cd .libs && rm -f libpqtypes.la && ln -s ../libpqtypes.la libpqtypes.la)
make[1]: Leaving directory '/tmp/buildd/libpqtypes-1.5.1'
   debian/rules override_dh_auto_test
make[1]: Entering directory '/tmp/buildd/libpqtypes-1.5.1'
/usr/bin/make test LDFLAGS+=-L.libs
make[2]: Entering directory '/tmp/buildd/libpqtypes-1.5.1'
gcc -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -O3 -Wall 
-Wpointer-arith -D_GNU_SOURCE -D_REENTRANT -fsigned-char -std=gnu99 -Wclobbered 
-Wempty-body -Wignored-qualifiers -Wmissing-parameter-type 
-Wold-style-declaration -Woverride-init -Wsign-compare -Wtype-limits 
-Wuninitialized -fomit-frame-pointer -fno-strict-aliasing -funroll-all-loops 
-funit-at-a-time -Wdate-time -D_FORTIFY_SOURCE=2 -I/usr/include/postgresql 
-Isrc -DHAVE_CONFIG_H \
        -o test src/regression-test.c -Wl,-z,relro -L.libs -lm  -lpq -lpqtypes
src/regression-test.c: In function 'main':
src/regression-test.c:235:11: warning: variable 'ba' set but not used 
[-Wunused-but-set-variable]
   PGbytea ba;
           ^
make[2]: Leaving directory '/tmp/buildd/libpqtypes-1.5.1'
LD_LIBRARY_PATH=:.libs pg_virtualenv ./test ""
install: cannot change owner and permissions of 
'/tmp/pg_virtualenv.2sBpjO/postgresql/9.4': Operation not permitted
Creating new cluster 9.4/regress ...
  config /tmp/pg_virtualenv.2sBpjO/postgresql/9.4/regress
  data   /tmp/pg_virtualenv.2sBpjO/data/9.4/regress
  locale C
Warning: The socket directory for owners other than 'postgres'
defaults to /tmp. You might want to change the unix_socket_directories parameter
in postgresql.conf to a more secure directory.
  port   5432
Warning: The parent /var/run/postgresql of the selected
stats_temp_directory is not writable for the cluster owner. Not adding this
setting in postgresql.conf.
server type lookup failed: could not find 'mytype_t'
  %epoch - passed
  %epoch - passed
  %timestamptz - FAILED

Composites & Arrays: (always binary)
  Testing empty array handling - passed
  composite[] with nested composite and arrays passed

PQputvf
  SELECT $1 + ($2 % $3) AS answer
  PQputvf - passed

PQspecPrepare
  PQspecPrepare - passed

Native C types: (text)
  %char - passed
  %char - passed
  %int2 - passed
  %int2 - passed
  %int4 - passed
  %int4 - passed
  %int8 - passed
  %int8 - passed
  %float4 - passed
  %float4 - passed
  %float8 - passed
  %float8 - passed
  %money - passed
  %money - passed
  %oid - passed
  %oid - passed
  %bool - passed
  %bool - passed

Native C types: (binary)
  %char - passed
  %char - passed
  %int2 - passed
  %int2 - passed
  %int4 - passed
  %int4 - passed
  %int8 - passed
  %int8 - passed
  %float4 - passed
  %float4 - passed
  %float8 - passed
  %float8 - passed
  %money - passed
  %money - passed
  %oid - passed
  %oid - passed
  %bool - passed
  %bool - passed

Variable-length types: (text)
  %bpchar - passed
  %varchar - passed
  %text - passed
  %bytea* - passed
  %uuid - passed
  %numeric - passed

Variable-length types: (binary)
  %bpchar - passed
  %varchar - passed
  %text - passed
  %bytea* - passed
  %uuid - passed
  %numeric - passed

Geometric types: (text)
  %point - passed
  %lseg - passed
  %box - passed
  %circle - passed
  %path - passed
  %polygon - passed

Geometric types: (binary)
  %point - passed
  %lseg - passed
  %box - passed
  %circle - passed
  %path - passed
  %polygon - passed

Network types: (text)
  %inet - IPv4 passed
  %inet - IPv6 passed
  %macaddr - passed

Network types: (binary)
  %inet - IPv4 passed
  %inet - IPv6 passed
  %macaddr - passed

Sub-class: (text)
  epoch_put('0')
  epoch_put('946702800')
  epoch_get(text)
  epoch_get(text)

Sub-class: (binary)
  epoch_put('0')
  epoch_put('946702800')
  epoch_get(binary)
  epoch_get(binary)

Date & Time types: (text 'ISO, MDY')
  %date - #1 passed
  %date - #2 passed
  %date - #3 passed
  %time - #1 passed
  %time - #2 passed
  %time - #3 passed
  %timetz - #1 passed
  %timetz - #2 passed
  %timetz - #3 passed
  %timestamp - #1 passed
  %timestamp - #2 passed
  %timestamp - #3 passed
  %interval - passed
  %timestamptz - passed

Date & Time types: (binary 'ISO, MDY')
  %date - #1 passed
  %date - #2 passed
  %date - #3 passed
  %time - #1 passed
  %time - #2 passed
  %time - #3 passed
  %timetz - #1 passed
  %timetz - #2 passed
  %timetz - #3 passed
  %timestamp - #1 passed
  %timestamp - #2 passed
  %timestamp - #3 passed
  %interval - passed
  %timestamptz - passed

Date & Time types: (text 'Postgres, MDY')
  %date - #1 passed
  %date - #2 passed
  %date - #3 passed
  %time - #1 passed
  %time - #2 passed
  %time - #3 passed
  %timetz - #1 passed
  %timetz - #2 passed
  %timetz - #3 passed
  %timestamp - #1 passed
  %timestamp - #2 passed
  %timestamp - #3 passed
  **NOTE: non-ISO DateStyle interval text has a 2 digit limit on the 
microsecond value ... adjusting
    => sent=29333, received=29333
  %interval - passed
SENT: 
epoch=315532800,isbc=0,yr=1979,mon=11,mday=31,jday=0,yday=0,wday=0,hr=12,min=0,sec=0,usec=0,withtz=1,isdst=0,tzabbr=GMT+12,gmtoff=-43200
RECV: 
epoch=315489600,isbc=0,yr=1979,mon=11,mday=31,jday=2444239,yday=364,wday=1,hr=12,min=0,sec=0,usec=0,withtz=1,isdst=-1,tzabbr=USR/SHARE,gmtoff=0

Date & Time types: (binary 'Postgres, MDY')
  %date - #1 passed
  %date - #2 passed
  %date - #3 passed
  %time - #1 passed
  %time - #2 passed
  %time - #3 passed
  %timetz - #1 passed
  %timetz - #2 passed
  %timetz - #3 passed
  %timestamp - #1 passed
  %timestamp - #2 passed
  %timestamp - #3 passed
  %interval - passed
  %timestamptz - passed

Ran 125 tests - 1 failed
/tmp/pg_virtualenv.2sBpjO/log/postgresql-9.4-regress.log:
2015-07-16 05:05:19 /USR/SHARE/ZONEINFO/ETC/GMT [55005-1] LOG:  database system 
was shut down at 2015-07-16 05:05:19 /USR/SHARE/ZONEINFO/ETC/GMT
2015-07-16 05:05:19 /USR/SHARE/ZONEINFO/ETC/GMT [55005-2] LOG:  MultiXact 
member wraparound protections are now enabled
2015-07-16 05:05:19 /USR/SHARE/ZONEINFO/ETC/GMT [55001-1] LOG:  database system 
is ready to accept connections
2015-07-16 05:05:19 /USR/SHARE/ZONEINFO/ETC/GMT [55010-1] LOG:  autovacuum 
launcher started
2015-07-16 05:05:20 /USR/SHARE/ZONEINFO/ETC/GMT [55112-1] [unknown]@[unknown] 
LOG:  incomplete startup packet
2015-07-16 05:05:22 /USR/SHARE/ZONEINFO/ETC/GMT [55714-1] pbuilder1@postgres 
ERROR:  table "libpq_array" does not exist
2015-07-16 05:05:22 /USR/SHARE/ZONEINFO/ETC/GMT [55714-2] pbuilder1@postgres 
STATEMENT:  DROP TABLE libpq_array
2015-07-16 05:05:22 /USR/SHARE/ZONEINFO/ETC/GMT [55714-3] pbuilder1@postgres 
ERROR:  type "public.complex" does not exist
2015-07-16 05:05:22 /USR/SHARE/ZONEINFO/ETC/GMT [55714-4] pbuilder1@postgres 
STATEMENT:  DROP TYPE public.complex
2015-07-16 05:05:22 /USR/SHARE/ZONEINFO/ETC/GMT [55714-5] pbuilder1@postgres 
ERROR:  type "public.simple" does not exist
2015-07-16 05:05:22 /USR/SHARE/ZONEINFO/ETC/GMT [55714-6] pbuilder1@postgres 
STATEMENT:  DROP TYPE public.simple
Stopping cluster 9.4/regress...
debian/rules:6: recipe for target 'override_dh_auto_test' failed
make[1]: *** [override_dh_auto_test] Error 1
make[1]: Leaving directory '/tmp/buildd/libpqtypes-1.5.1'
debian/rules:17: recipe for target 'build' failed
make: *** [build] Error 2
dpkg-buildpackage: error: debian/rules build gave error exit status 2
E: Failed autobuilding of package
I: unmounting /sys filesystem
I: unmounting /dev/shm 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//26072 and its subdirectories

--- End Message ---
--- Begin Message ---
Source: libpqtypes
Source-Version: 1.5.1-3

We believe that the bug you reported is fixed in the latest version of
libpqtypes, which is due to be installed in the Debian FTP archive.

A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 795...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Christoph Berg <m...@debian.org> (supplier of updated libpqtypes package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmas...@ftp-master.debian.org)


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256

Format: 1.8
Date: Sat, 17 Mar 2018 17:08:43 +0100
Source: libpqtypes
Binary: libpqtypes-dev libpqtypes0
Architecture: source
Version: 1.5.1-3
Distribution: unstable
Urgency: medium
Maintainer: Debian PostgreSQL Maintainers 
<pkg-postgresql-public@lists.alioth.debian.org>
Changed-By: Christoph Berg <m...@debian.org>
Description:
 libpqtypes-dev - parameterized queries libpq extension - development
 libpqtypes0 - parameterized queries libpq extension - shared library
Closes: 795729
Changes:
 libpqtypes (1.5.1-3) unstable; urgency=medium
 .
   * Set TZ=UTC to avoid build failure with TZ=Etc/GMT+12.
     (Closes: #795729)
   * Remove explicit libpqtypes0-dbg package.
   * Move packaging repository to salsa.debian.org
Checksums-Sha1:
 41449ab84dd308bf4b482b89b0f1d628babca5d9 2061 libpqtypes_1.5.1-3.dsc
 8cda08c242d3ab3e9d159a36ec374bd319adf172 3544 libpqtypes_1.5.1-3.debian.tar.xz
 56c78d31a6ae4f3b180f4c48102e65214cb31a30 6417 
libpqtypes_1.5.1-3_source.buildinfo
Checksums-Sha256:
 652fe63899c399970d4f31b4e2e5aa4d013a03c5d1e26b5ee6753c9e2a02d965 2061 
libpqtypes_1.5.1-3.dsc
 fe507884a02b8445f22aad0cc093431e4d831a73d13b60d71dc245c7e6dc9421 3544 
libpqtypes_1.5.1-3.debian.tar.xz
 0bdbb8a57c6a710947749e98e505d1bebf784b8dd5b8e8cb08f9767cdc35b008 6417 
libpqtypes_1.5.1-3_source.buildinfo
Files:
 e6c95c165da705f6b459a3930b79dbfe 2061 database optional libpqtypes_1.5.1-3.dsc
 12c36faadb84233d7c9f06253ae9cabb 3544 database optional 
libpqtypes_1.5.1-3.debian.tar.xz
 14380089cae4a10a85bb4cd9aa0aa40c 6417 database optional 
libpqtypes_1.5.1-3_source.buildinfo

-----BEGIN PGP SIGNATURE-----

iQIzBAEBCAAdFiEEXEj+YVf0kXlZcIfGTFprqxLSp64FAlqtSM4ACgkQTFprqxLS
p67FPw/+KVwwr/prshXRjrNWkv6ErpkjaxkgFp13fStnrJNtpWDoY/OuqafizbKa
gcoz0ZFokpwnryMZHqA3pT8ujP3cv/C3Y89tUCWap3cQgTpRAMDprwRL4qPR0zqP
ACJM9+rLAwvWQ8BcboX/SU6/QylEI1NyPPAnyRtveibVLoLL72k5DB5gKa8ubeQg
QvColT3Z7y1OLZ3nqo5lsPNeebyihdDut2Itk4QSlhq8w6hC7uiivEUAb+Q4N+TI
yYMpYRky79CAO4KNGXAKsGzow7kY8CZXg0sX4fDGrA5XyWNkBTj4iyv6qkGblrJW
ktf/dkjwf3tPZ9kTA3MZJvKFH3RLLktsaPG8yjVTT76w9chM4WJS8tslyetYRwKv
nhVCqmqdlC/QVGLAJ+9rFEBBYg/37GW4R5lS5MfpTQJ5ZQlzdjhxg6b+LWMdxL0I
+3R3tNWFrHn4Q12NyXXDQBpLN9Sjuy/JLzJMqohpIRg8MqWy2uv427l5URXGT5vQ
Hv1zf5DKpRDcx/j7lFzdYJv+1FwKj5ROogNyr58RBlz1S25XF+b4or8bISmuU6BN
hr/mf8vwhvMc1vU15Z5uHYGiUYnAoe/qyxXXnTtnkBThPseHtdK6q/jetq0Ecczq
aCDWB9BwSdMc43bh8PboYKtXruq7NSVwiNAC68wk6jMGxpyUqbY=
=AjuH
-----END PGP SIGNATURE-----

--- End Message ---
_______________________________________________
Pkg-postgresql-public mailing list
Pkg-postgresql-public@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-postgresql-public

Reply via email to