Re: [REL - 10amd64-default][databases/postgresql-libpq++] Failed for postgresql-libpq++-4.0_4 in build

2013-10-17 Thread Palle Girgensohn
https://wiki.freebsd.org/PortsAndClang

.if ${OSVERSION} >= 100
BROKEN= Does not build under FreeBSD 10
.endif

Added this as well, and comitted.

Cheers,
Palle


18 okt 2013 kl. 00:01 skrev Palle Girgensohn :

> And we should add a BROKEN for OSVERSION >= 10 or so? Any idea about the 
> exact version where it broke?
> 
> 17 okt 2013 kl. 23:56 skrev Chris Rees :
> 
>> Sure.  Not convinced I didn't do this before- check the svn history for any 
>> arguments first!
>> 
>> Chris
>> 
>> 
>> 
>> -Original Message-
>> From: Jason Helfman 
>> To: Palle Girgensohn 
>> Cc: Jason Helfman , pkg-fall...@freebsd.org, 
>> "pg...@freebsd.org" 
>> Sent: Thu, 17 Oct 2013 22:39
>> Subject: Re: [REL - 10amd64-default][databases/postgresql-libpq++] Failed 
>> for postgresql-libpq++-4.0_4 in build
>> 
>> Works for me. Chris?
>> 
>> -jgh
>> 
>> 
>> On Thu, Oct 17, 2013 at 1:35 PM, Palle Girgensohn wrote:
>> 
>>> OK?
>>> 
>>> postgresql-libpq++$ svn diff
>>> Index: Makefile
>>> ===
>>> --- Makefile(revision 330638)
>>> +++ Makefile(working copy)
>>> @@ -13,6 +13,9 @@
>>> MAINTAINER=pg...@freebsd.org
>>> COMMENT=   C++ interface for  PostgreSQL
>>> 
>>> +DEPRECATED=Not maintained upstreams for 10+ years.
>>> +EXPIRATION_DATE=2013-11-17
>>> +
>>> USE_PGSQL= YES
>>> USES=  gmake
>>> USE_LDCONFIG=  YES
>>> 
>>> 
>>> 
>>> 17 okt 2013 kl. 21:29 skrev Jason Helfman :
>>> 
>>>> One month timeout, if unsupported or security related issue.
>>>> 
>>>> Does that seem reasonable?
>>>> 
>>>> -jgh
>>>> 
>>>> 
>>>> On Thu, Oct 17, 2013 at 11:32 AM, Palle Girgensohn 
>>> wrote:
>>>> pgsql@, maybe it is time to just remove this port?
>>>> 
>>>> I thinks it is really harmful that we still have that port around. Last
>>> note about libpq++ was in version 7.2 of PostgreSQL: [
>>> http://www.postgresql.org/docs/7.2/static/libpqplusplus.html]
>>>> 
>>>> How quickly can we remove it?
>>>> 
>>>> 
>>>> 
>>>> 17 okt 2013 kl. 20:24 skrev pkg-fall...@freebsd.org:
>>>> 
>>>>> You are receiving this mail as a port that you maintain
>>>>> is failing to build on the FreeBSD package build server.
>>>>> Please investigate the failure and submit a PR to fix
>>>>> build.
>>>>> 
>>>>> Maintainer: pg...@freebsd.org
>>>>> Last committer: b...@freebsd.org
>>>>> Ident:  $FreeBSD: head/databases/postgresql-libpq++/Makefile
>>> 327717 2013-09-20 16:13:47Z bapt $
>>>>> Log URL:
>>> http://beefy2.isc.freebsd.org/bulk/10amd64-default/2013-10-17_07h20m58s/logs/postgresql-libpq++-4.0_4.log
>>>>> Build URL:
>>> http://beefy2.isc.freebsd.org/bulk/10amd64-default/2013-10-17_07h20m58s
>>>>> Log:
>>>>> 
>>>>> >> Building databases/postgresql-libpq++
>>>>> build started at Thu Oct 17 18:24:17 UTC 2013
>>>>> port directory: /usr/ports/databases/postgresql-libpq++
>>>>> building for: FreeBSD 10amd64-default-job-14 10.0-BETA1 FreeBSD
>>> 10.0-BETA1 r256420 amd64
>>>>> maintained by: pg...@freebsd.org
>>>>> Makefile ident:  $FreeBSD:
>>> head/databases/postgresql-libpq++/Makefile 327717 2013-09-20 16:13:47Z bapt
>>> $
>>>>> Poudriere version: 3.1-pre
>>>>> 
>>>>> ---Begin Environment---
>>>>> OSVERSION=1000500
>>>>> UNAME_v=FreeBSD 10.0-BETA1 r256420
>>>>> UNAME_r=10.0-BETA1
>>>>> BLOCKSIZE=K
>>>>> MAIL=/var/mail/root
>>>>> 
>>> PATH=/sbin:/bin:/usr/sbin:/usr/bin:/usr/games:/usr/local/sbin:/usr/local/bin:/root/bin
>>>>> STATUS=1
>>>>> MASTERMNT=/usr/local/poudriere/data/build/10amd64-default/ref
>>>>> PKG_EXT=txz
>>>>> tpid=89378
>>>>> POUDRIERE_BUILD_TYPE=bulk
>>>>> PKGNG=1
>>>>> PKGNAME=postgresql-libpq++-4.0_4
>>>>> PKG_DELETE=/usr/local/sbin/pkg-static delete -y -f
>>>>> PKG_ADD=/usr/local/sbin/pkg-static add
>>>>> P

Re: [REL - 10amd64-default][databases/postgresql-libpq++] Failed for postgresql-libpq++-4.0_4 in build

2013-10-17 Thread Palle Girgensohn
And we should add a BROKEN for OSVERSION >= 10 or so? Any idea about the 
exact version where it broke?

17 okt 2013 kl. 23:56 skrev Chris Rees :

> Sure.  Not convinced I didn't do this before- check the svn history for any 
> arguments first!
> 
> Chris
> 
> 
> 
> -Original Message-
> From: Jason Helfman 
> To: Palle Girgensohn 
> Cc: Jason Helfman , pkg-fall...@freebsd.org, 
> "pg...@freebsd.org" 
> Sent: Thu, 17 Oct 2013 22:39
> Subject: Re: [REL - 10amd64-default][databases/postgresql-libpq++] Failed for 
> postgresql-libpq++-4.0_4 in build
> 
> Works for me. Chris?
> 
> -jgh
> 
> 
> On Thu, Oct 17, 2013 at 1:35 PM, Palle Girgensohn wrote:
> 
>> OK?
>> 
>> postgresql-libpq++$ svn diff
>> Index: Makefile
>> ===
>> --- Makefile(revision 330638)
>> +++ Makefile(working copy)
>> @@ -13,6 +13,9 @@
>> MAINTAINER=pg...@freebsd.org
>> COMMENT=   C++ interface for  PostgreSQL
>> 
>> +DEPRECATED=Not maintained upstreams for 10+ years.
>> +EXPIRATION_DATE=2013-11-17
>> +
>> USE_PGSQL= YES
>> USES=  gmake
>> USE_LDCONFIG=  YES
>> 
>> 
>> 
>> 17 okt 2013 kl. 21:29 skrev Jason Helfman :
>> 
>>> One month timeout, if unsupported or security related issue.
>>> 
>>> Does that seem reasonable?
>>> 
>>> -jgh
>>> 
>>> 
>>> On Thu, Oct 17, 2013 at 11:32 AM, Palle Girgensohn 
>> wrote:
>>> pgsql@, maybe it is time to just remove this port?
>>> 
>>> I thinks it is really harmful that we still have that port around. Last
>> note about libpq++ was in version 7.2 of PostgreSQL: [
>> http://www.postgresql.org/docs/7.2/static/libpqplusplus.html]
>>> 
>>> How quickly can we remove it?
>>> 
>>> 
>>> 
>>> 17 okt 2013 kl. 20:24 skrev pkg-fall...@freebsd.org:
>>> 
>>>> You are receiving this mail as a port that you maintain
>>>> is failing to build on the FreeBSD package build server.
>>>> Please investigate the failure and submit a PR to fix
>>>> build.
>>>> 
>>>> Maintainer: pg...@freebsd.org
>>>> Last committer: b...@freebsd.org
>>>> Ident:  $FreeBSD: head/databases/postgresql-libpq++/Makefile
>> 327717 2013-09-20 16:13:47Z bapt $
>>>> Log URL:
>> http://beefy2.isc.freebsd.org/bulk/10amd64-default/2013-10-17_07h20m58s/logs/postgresql-libpq++-4.0_4.log
>>>> Build URL:
>> http://beefy2.isc.freebsd.org/bulk/10amd64-default/2013-10-17_07h20m58s
>>>> Log:
>>>> 
>>>> >> Building databases/postgresql-libpq++
>>>> build started at Thu Oct 17 18:24:17 UTC 2013
>>>> port directory: /usr/ports/databases/postgresql-libpq++
>>>> building for: FreeBSD 10amd64-default-job-14 10.0-BETA1 FreeBSD
>> 10.0-BETA1 r256420 amd64
>>>> maintained by: pg...@freebsd.org
>>>> Makefile ident:  $FreeBSD:
>> head/databases/postgresql-libpq++/Makefile 327717 2013-09-20 16:13:47Z bapt
>> $
>>>> Poudriere version: 3.1-pre
>>>> 
>>>> ---Begin Environment---
>>>> OSVERSION=1000500
>>>> UNAME_v=FreeBSD 10.0-BETA1 r256420
>>>> UNAME_r=10.0-BETA1
>>>> BLOCKSIZE=K
>>>> MAIL=/var/mail/root
>>>> 
>> PATH=/sbin:/bin:/usr/sbin:/usr/bin:/usr/games:/usr/local/sbin:/usr/local/bin:/root/bin
>>>> STATUS=1
>>>> MASTERMNT=/usr/local/poudriere/data/build/10amd64-default/ref
>>>> PKG_EXT=txz
>>>> tpid=89378
>>>> POUDRIERE_BUILD_TYPE=bulk
>>>> PKGNG=1
>>>> PKGNAME=postgresql-libpq++-4.0_4
>>>> PKG_DELETE=/usr/local/sbin/pkg-static delete -y -f
>>>> PKG_ADD=/usr/local/sbin/pkg-static add
>>>> PWD=/root
>>>> MASTERNAME=10amd64-default
>>>> USER=root
>>>> HOME=/root
>>>> POUDRIERE_VERSION=3.1-pre
>>>> LOCALBASE=/usr/local
>>>> PACKAGE_BUILDING=yes
>>>> PKG_VERSION=/poudriere/pkg-static version
>>>> PKG_BIN=/usr/local/sbin/pkg-static
>>>> ---End Environment---
>>>> 
>>>> ---Begin OPTIONS List---
>>>> ---End OPTIONS List---
>>>> 
>>>> --CONFIGURE_ARGS--
>>>> 
>>>> --End CONFIGURE_ARGS--
>>>> 
>>>> --CONFIGURE_ENV--
>>>> TMPDIR="/tmp" MAKE=gma

Re: [REL - 10amd64-default][databases/postgresql-libpq++] Failed for postgresql-libpq++-4.0_4 in build

2013-10-17 Thread Chris Rees
Sure.  Not convinced I didn't do this before- check the svn history for any 
arguments first!

Chris

 

-Original Message-
From: Jason Helfman 
To: Palle Girgensohn 
Cc: Jason Helfman , pkg-fall...@freebsd.org, 
"pg...@freebsd.org" 
Sent: Thu, 17 Oct 2013 22:39
Subject: Re: [REL - 10amd64-default][databases/postgresql-libpq++] Failed for 
postgresql-libpq++-4.0_4 in build

Works for me. Chris?

-jgh


On Thu, Oct 17, 2013 at 1:35 PM, Palle Girgensohn wrote:

> OK?
>
> postgresql-libpq++$ svn diff
> Index: Makefile
> ===
> --- Makefile(revision 330638)
> +++ Makefile(working copy)
> @@ -13,6 +13,9 @@
>  MAINTAINER=pg...@freebsd.org
>  COMMENT=   C++ interface for  PostgreSQL
>
> +DEPRECATED=Not maintained upstreams for 10+ years.
> +EXPIRATION_DATE=2013-11-17
> +
>  USE_PGSQL= YES
>  USES=  gmake
>  USE_LDCONFIG=  YES
>
>
>
> 17 okt 2013 kl. 21:29 skrev Jason Helfman :
>
> > One month timeout, if unsupported or security related issue.
> >
> > Does that seem reasonable?
> >
> > -jgh
> >
> >
> > On Thu, Oct 17, 2013 at 11:32 AM, Palle Girgensohn 
> wrote:
> > pgsql@, maybe it is time to just remove this port?
> >
> > I thinks it is really harmful that we still have that port around. Last
> note about libpq++ was in version 7.2 of PostgreSQL: [
> http://www.postgresql.org/docs/7.2/static/libpqplusplus.html]
> >
> > How quickly can we remove it?
> >
> >
> >
> > 17 okt 2013 kl. 20:24 skrev pkg-fall...@freebsd.org:
> >
> > > You are receiving this mail as a port that you maintain
> > > is failing to build on the FreeBSD package build server.
> > > Please investigate the failure and submit a PR to fix
> > > build.
> > >
> > > Maintainer: pg...@freebsd.org
> > > Last committer: b...@freebsd.org
> > > Ident:  $FreeBSD: head/databases/postgresql-libpq++/Makefile
> 327717 2013-09-20 16:13:47Z bapt $
> > > Log URL:
> http://beefy2.isc.freebsd.org/bulk/10amd64-default/2013-10-17_07h20m58s/logs/postgresql-libpq++-4.0_4.log
> > > Build URL:
> http://beefy2.isc.freebsd.org/bulk/10amd64-default/2013-10-17_07h20m58s
> > > Log:
> > >
> > > >> Building databases/postgresql-libpq++
> > > build started at Thu Oct 17 18:24:17 UTC 2013
> > > port directory: /usr/ports/databases/postgresql-libpq++
> > > building for: FreeBSD 10amd64-default-job-14 10.0-BETA1 FreeBSD
> 10.0-BETA1 r256420 amd64
> > > maintained by: pg...@freebsd.org
> > > Makefile ident:  $FreeBSD:
> head/databases/postgresql-libpq++/Makefile 327717 2013-09-20 16:13:47Z bapt
> $
> > > Poudriere version: 3.1-pre
> > >
> > > ---Begin Environment---
> > > OSVERSION=1000500
> > > UNAME_v=FreeBSD 10.0-BETA1 r256420
> > > UNAME_r=10.0-BETA1
> > > BLOCKSIZE=K
> > > MAIL=/var/mail/root
> > >
> PATH=/sbin:/bin:/usr/sbin:/usr/bin:/usr/games:/usr/local/sbin:/usr/local/bin:/root/bin
> > > STATUS=1
> > > MASTERMNT=/usr/local/poudriere/data/build/10amd64-default/ref
> > > PKG_EXT=txz
> > > tpid=89378
> > > POUDRIERE_BUILD_TYPE=bulk
> > > PKGNG=1
> > > PKGNAME=postgresql-libpq++-4.0_4
> > > PKG_DELETE=/usr/local/sbin/pkg-static delete -y -f
> > > PKG_ADD=/usr/local/sbin/pkg-static add
> > > PWD=/root
> > > MASTERNAME=10amd64-default
> > > USER=root
> > > HOME=/root
> > > POUDRIERE_VERSION=3.1-pre
> > > LOCALBASE=/usr/local
> > > PACKAGE_BUILDING=yes
> > > PKG_VERSION=/poudriere/pkg-static version
> > > PKG_BIN=/usr/local/sbin/pkg-static
> > > ---End Environment---
> > >
> > > ---Begin OPTIONS List---
> > > ---End OPTIONS List---
> > >
> > > --CONFIGURE_ARGS--
> > >
> > > --End CONFIGURE_ARGS--
> > >
> > > --CONFIGURE_ENV--
> > > TMPDIR="/tmp" MAKE=gmake SHELL=/bin/sh CONFIG_SHELL=/bin/sh
> > > --End CONFIGURE_ENV--
> > >
> > > --MAKE_ENV--
> > > TMPDIR="/tmp" SHELL=/bin/sh NO_LINT=YES PREFIX=/usr/local
>  LOCALBASE=/usr/local  LIBDIR="/usr/lib"  CC="cc" CFLAGS="-O2 -pipe
> -fno-strict-aliasing"  CPP="cpp" CPPFLAGS="-I/usr/local/include"  LDFLAGS="
> -L/usr/local/lib"  CXX="c++" CXXFLAGS="-O2 -pipe -fno-strict-aliasing"
>  MANPREFIX="/usr/local" BSD_INSTALL_PROGRAM="install  -s

Re: [REL - 10amd64-default][databases/postgresql-libpq++] Failed for postgresql-libpq++-4.0_4 in build

2013-10-17 Thread Jason Helfman
Works for me. Chris?

-jgh


On Thu, Oct 17, 2013 at 1:35 PM, Palle Girgensohn wrote:

> OK?
>
> postgresql-libpq++$ svn diff
> Index: Makefile
> ===
> --- Makefile(revision 330638)
> +++ Makefile(working copy)
> @@ -13,6 +13,9 @@
>  MAINTAINER=pg...@freebsd.org
>  COMMENT=   C++ interface for  PostgreSQL
>
> +DEPRECATED=Not maintained upstreams for 10+ years.
> +EXPIRATION_DATE=2013-11-17
> +
>  USE_PGSQL= YES
>  USES=  gmake
>  USE_LDCONFIG=  YES
>
>
>
> 17 okt 2013 kl. 21:29 skrev Jason Helfman :
>
> > One month timeout, if unsupported or security related issue.
> >
> > Does that seem reasonable?
> >
> > -jgh
> >
> >
> > On Thu, Oct 17, 2013 at 11:32 AM, Palle Girgensohn 
> wrote:
> > pgsql@, maybe it is time to just remove this port?
> >
> > I thinks it is really harmful that we still have that port around. Last
> note about libpq++ was in version 7.2 of PostgreSQL: [
> http://www.postgresql.org/docs/7.2/static/libpqplusplus.html]
> >
> > How quickly can we remove it?
> >
> >
> >
> > 17 okt 2013 kl. 20:24 skrev pkg-fall...@freebsd.org:
> >
> > > You are receiving this mail as a port that you maintain
> > > is failing to build on the FreeBSD package build server.
> > > Please investigate the failure and submit a PR to fix
> > > build.
> > >
> > > Maintainer: pg...@freebsd.org
> > > Last committer: b...@freebsd.org
> > > Ident:  $FreeBSD: head/databases/postgresql-libpq++/Makefile
> 327717 2013-09-20 16:13:47Z bapt $
> > > Log URL:
> http://beefy2.isc.freebsd.org/bulk/10amd64-default/2013-10-17_07h20m58s/logs/postgresql-libpq++-4.0_4.log
> > > Build URL:
> http://beefy2.isc.freebsd.org/bulk/10amd64-default/2013-10-17_07h20m58s
> > > Log:
> > >
> > > >> Building databases/postgresql-libpq++
> > > build started at Thu Oct 17 18:24:17 UTC 2013
> > > port directory: /usr/ports/databases/postgresql-libpq++
> > > building for: FreeBSD 10amd64-default-job-14 10.0-BETA1 FreeBSD
> 10.0-BETA1 r256420 amd64
> > > maintained by: pg...@freebsd.org
> > > Makefile ident:  $FreeBSD:
> head/databases/postgresql-libpq++/Makefile 327717 2013-09-20 16:13:47Z bapt
> $
> > > Poudriere version: 3.1-pre
> > >
> > > ---Begin Environment---
> > > OSVERSION=1000500
> > > UNAME_v=FreeBSD 10.0-BETA1 r256420
> > > UNAME_r=10.0-BETA1
> > > BLOCKSIZE=K
> > > MAIL=/var/mail/root
> > >
> PATH=/sbin:/bin:/usr/sbin:/usr/bin:/usr/games:/usr/local/sbin:/usr/local/bin:/root/bin
> > > STATUS=1
> > > MASTERMNT=/usr/local/poudriere/data/build/10amd64-default/ref
> > > PKG_EXT=txz
> > > tpid=89378
> > > POUDRIERE_BUILD_TYPE=bulk
> > > PKGNG=1
> > > PKGNAME=postgresql-libpq++-4.0_4
> > > PKG_DELETE=/usr/local/sbin/pkg-static delete -y -f
> > > PKG_ADD=/usr/local/sbin/pkg-static add
> > > PWD=/root
> > > MASTERNAME=10amd64-default
> > > USER=root
> > > HOME=/root
> > > POUDRIERE_VERSION=3.1-pre
> > > LOCALBASE=/usr/local
> > > PACKAGE_BUILDING=yes
> > > PKG_VERSION=/poudriere/pkg-static version
> > > PKG_BIN=/usr/local/sbin/pkg-static
> > > ---End Environment---
> > >
> > > ---Begin OPTIONS List---
> > > ---End OPTIONS List---
> > >
> > > --CONFIGURE_ARGS--
> > >
> > > --End CONFIGURE_ARGS--
> > >
> > > --CONFIGURE_ENV--
> > > TMPDIR="/tmp" MAKE=gmake SHELL=/bin/sh CONFIG_SHELL=/bin/sh
> > > --End CONFIGURE_ENV--
> > >
> > > --MAKE_ENV--
> > > TMPDIR="/tmp" SHELL=/bin/sh NO_LINT=YES PREFIX=/usr/local
>  LOCALBASE=/usr/local  LIBDIR="/usr/lib"  CC="cc" CFLAGS="-O2 -pipe
> -fno-strict-aliasing"  CPP="cpp" CPPFLAGS="-I/usr/local/include"  LDFLAGS="
> -L/usr/local/lib"  CXX="c++" CXXFLAGS="-O2 -pipe -fno-strict-aliasing"
>  MANPREFIX="/usr/local" BSD_INSTALL_PROGRAM="install  -s -o root -g wheel
> -m 555"  BSD_INSTALL_LIB="install  -s -o root -g wheel -m 444"
>  BSD_INSTALL_SCRIPT="install  -o root -g wheel -m 555"
>  BSD_INSTALL_DATA="install  -o root -g wheel -m 444"
>  BSD_INSTALL_MAN="install  -o root -g wheel -m 444"
> > > --End MAKE_ENV--
> > >
> > > --SUB_LIST--
> > > PREFIX=/usr/local
> > > LOCALBASE=/usr/local
> > > DATADIR=/usr/local/share/libpq++
> > > DOCSDIR=/usr/local/share/doc/libpq++
> > > EXAMPLESDIR=/usr/local/share/examples/libpq++
> > > WWWDIR=/usr/local/www/libpq++
> > > ETCDIR=/usr/local/etc/libpq++
> > > --End SUB_LIST--
> > >
> > > ---Begin make.conf---
> > > USE_PACKAGE_DEPENDS=yes
> > > BATCH=yes
> > > WRKDIRPREFIX=/wrkdirs
> > > PORTSDIR=/usr/ports
> > > PACKAGES=/packages
> > > DISTDIR=/distfiles
> > >  /usr/local/etc/poudriere.d/make.conf 
> > > WITH_PKGNG=yes
> > > NO_RESTRICTED=yes
> > > DISABLE_MAKE_JOBS=poudriere
> > > ---End make.conf---
> > > ===>  Cleaning for postgresql-libpq++-4.0_4
> > > === >
> > >
> ===
> > > ===  >
> > > ===>   postgresql-libpq++-4.0_4 depends on file: /usr/local/sbin/pkg -
> not found
> > > ===>Verifyin

Re: [REL - 10amd64-default][databases/postgresql-libpq++] Failed for postgresql-libpq++-4.0_4 in build

2013-10-17 Thread Palle Girgensohn
OK?

postgresql-libpq++$ svn diff
Index: Makefile
===
--- Makefile(revision 330638)
+++ Makefile(working copy)
@@ -13,6 +13,9 @@
 MAINTAINER=pg...@freebsd.org
 COMMENT=   C++ interface for  PostgreSQL
 
+DEPRECATED=Not maintained upstreams for 10+ years.
+EXPIRATION_DATE=2013-11-17
+
 USE_PGSQL= YES
 USES=  gmake
 USE_LDCONFIG=  YES



17 okt 2013 kl. 21:29 skrev Jason Helfman :

> One month timeout, if unsupported or security related issue.
> 
> Does that seem reasonable?
> 
> -jgh
> 
> 
> On Thu, Oct 17, 2013 at 11:32 AM, Palle Girgensohn  
> wrote:
> pgsql@, maybe it is time to just remove this port?
> 
> I thinks it is really harmful that we still have that port around. Last note 
> about libpq++ was in version 7.2 of PostgreSQL: 
> [http://www.postgresql.org/docs/7.2/static/libpqplusplus.html]
> 
> How quickly can we remove it?
> 
> 
> 
> 17 okt 2013 kl. 20:24 skrev pkg-fall...@freebsd.org:
> 
> > You are receiving this mail as a port that you maintain
> > is failing to build on the FreeBSD package build server.
> > Please investigate the failure and submit a PR to fix
> > build.
> >
> > Maintainer: pg...@freebsd.org
> > Last committer: b...@freebsd.org
> > Ident:  $FreeBSD: head/databases/postgresql-libpq++/Makefile 327717 
> > 2013-09-20 16:13:47Z bapt $
> > Log URL:
> > http://beefy2.isc.freebsd.org/bulk/10amd64-default/2013-10-17_07h20m58s/logs/postgresql-libpq++-4.0_4.log
> > Build URL:  
> > http://beefy2.isc.freebsd.org/bulk/10amd64-default/2013-10-17_07h20m58s
> > Log:
> >
> > >> Building databases/postgresql-libpq++
> > build started at Thu Oct 17 18:24:17 UTC 2013
> > port directory: /usr/ports/databases/postgresql-libpq++
> > building for: FreeBSD 10amd64-default-job-14 10.0-BETA1 FreeBSD 10.0-BETA1 
> > r256420 amd64
> > maintained by: pg...@freebsd.org
> > Makefile ident:  $FreeBSD: head/databases/postgresql-libpq++/Makefile 
> > 327717 2013-09-20 16:13:47Z bapt $
> > Poudriere version: 3.1-pre
> >
> > ---Begin Environment---
> > OSVERSION=1000500
> > UNAME_v=FreeBSD 10.0-BETA1 r256420
> > UNAME_r=10.0-BETA1
> > BLOCKSIZE=K
> > MAIL=/var/mail/root
> > PATH=/sbin:/bin:/usr/sbin:/usr/bin:/usr/games:/usr/local/sbin:/usr/local/bin:/root/bin
> > STATUS=1
> > MASTERMNT=/usr/local/poudriere/data/build/10amd64-default/ref
> > PKG_EXT=txz
> > tpid=89378
> > POUDRIERE_BUILD_TYPE=bulk
> > PKGNG=1
> > PKGNAME=postgresql-libpq++-4.0_4
> > PKG_DELETE=/usr/local/sbin/pkg-static delete -y -f
> > PKG_ADD=/usr/local/sbin/pkg-static add
> > PWD=/root
> > MASTERNAME=10amd64-default
> > USER=root
> > HOME=/root
> > POUDRIERE_VERSION=3.1-pre
> > LOCALBASE=/usr/local
> > PACKAGE_BUILDING=yes
> > PKG_VERSION=/poudriere/pkg-static version
> > PKG_BIN=/usr/local/sbin/pkg-static
> > ---End Environment---
> >
> > ---Begin OPTIONS List---
> > ---End OPTIONS List---
> >
> > --CONFIGURE_ARGS--
> >
> > --End CONFIGURE_ARGS--
> >
> > --CONFIGURE_ENV--
> > TMPDIR="/tmp" MAKE=gmake SHELL=/bin/sh CONFIG_SHELL=/bin/sh
> > --End CONFIGURE_ENV--
> >
> > --MAKE_ENV--
> > TMPDIR="/tmp" SHELL=/bin/sh NO_LINT=YES PREFIX=/usr/local  
> > LOCALBASE=/usr/local  LIBDIR="/usr/lib"  CC="cc" CFLAGS="-O2 -pipe 
> > -fno-strict-aliasing"  CPP="cpp" CPPFLAGS="-I/usr/local/include"  LDFLAGS=" 
> > -L/usr/local/lib"  CXX="c++" CXXFLAGS="-O2 -pipe -fno-strict-aliasing"  
> > MANPREFIX="/usr/local" BSD_INSTALL_PROGRAM="install  -s -o root -g wheel -m 
> > 555"  BSD_INSTALL_LIB="install  -s -o root -g wheel -m 444"  
> > BSD_INSTALL_SCRIPT="install  -o root -g wheel -m 555"  
> > BSD_INSTALL_DATA="install  -o root -g wheel -m 444"  
> > BSD_INSTALL_MAN="install  -o root -g wheel -m 444"
> > --End MAKE_ENV--
> >
> > --SUB_LIST--
> > PREFIX=/usr/local
> > LOCALBASE=/usr/local
> > DATADIR=/usr/local/share/libpq++
> > DOCSDIR=/usr/local/share/doc/libpq++
> > EXAMPLESDIR=/usr/local/share/examples/libpq++
> > WWWDIR=/usr/local/www/libpq++
> > ETCDIR=/usr/local/etc/libpq++
> > --End SUB_LIST--
> >
> > ---Begin make.conf---
> > USE_PACKAGE_DEPENDS=yes
> > BATCH=yes
> > WRKDIRPREFIX=/wrkdirs
> > PORTSDIR=/usr/ports
> > PACKAGES=/packages
> > DISTDIR=/distfiles
> >  /usr/local/etc/poudriere.d/make.conf 
> > WITH_PKGNG=yes
> > NO_RESTRICTED=yes
> > DISABLE_MAKE_JOBS=poudriere
> > ---End make.conf---
> > ===>  Cleaning for postgresql-libpq++-4.0_4
> > ===
> > ===
> > ===
> > ===>   postgresql-libpq++-4.0_4 depends on file: /usr/local/sbin/pkg - not 
> > found
> > ===>Verifying install for /usr/local/sbin/pkg in 
> > /usr/ports/ports-mgmt/pkg
> > ===>   Installing existing package /packages/All/pkg-1.1.4_8.txz
> > Installing pkg-1.1.4_8... done
> > If you are upgrading from the old package format, first run:
> >
> >  # pkg2ng
> > ===>   Returning to build 

Re: [REL - 10amd64-default][databases/postgresql-libpq++] Failed for postgresql-libpq++-4.0_4 in build

2013-10-17 Thread Jason Helfman
One month timeout, if unsupported or security related issue.

Does that seem reasonable?

-jgh


On Thu, Oct 17, 2013 at 11:32 AM, Palle Girgensohn wrote:

> pgsql@, maybe it is time to just remove this port?
>
> I thinks it is really harmful that we still have that port around. Last
> note about libpq++ was in version 7.2 of PostgreSQL: [
> http://www.postgresql.org/docs/7.2/static/libpqplusplus.html]
>
> How quickly can we remove it?
>
>
>
> 17 okt 2013 kl. 20:24 skrev pkg-fall...@freebsd.org:
>
> > You are receiving this mail as a port that you maintain
> > is failing to build on the FreeBSD package build server.
> > Please investigate the failure and submit a PR to fix
> > build.
> >
> > Maintainer: pg...@freebsd.org
> > Last committer: b...@freebsd.org
> > Ident:  $FreeBSD: head/databases/postgresql-libpq++/Makefile
> 327717 2013-09-20 16:13:47Z bapt $
> > Log URL:
> http://beefy2.isc.freebsd.org/bulk/10amd64-default/2013-10-17_07h20m58s/logs/postgresql-libpq++-4.0_4.log
> > Build URL:
> http://beefy2.isc.freebsd.org/bulk/10amd64-default/2013-10-17_07h20m58s
> > Log:
> >
> > >> Building databases/postgresql-libpq++
> > build started at Thu Oct 17 18:24:17 UTC 2013
> > port directory: /usr/ports/databases/postgresql-libpq++
> > building for: FreeBSD 10amd64-default-job-14 10.0-BETA1 FreeBSD
> 10.0-BETA1 r256420 amd64
> > maintained by: pg...@freebsd.org
> > Makefile ident:  $FreeBSD:
> head/databases/postgresql-libpq++/Makefile 327717 2013-09-20 16:13:47Z bapt
> $
> > Poudriere version: 3.1-pre
> >
> > ---Begin Environment---
> > OSVERSION=1000500
> > UNAME_v=FreeBSD 10.0-BETA1 r256420
> > UNAME_r=10.0-BETA1
> > BLOCKSIZE=K
> > MAIL=/var/mail/root
> >
> PATH=/sbin:/bin:/usr/sbin:/usr/bin:/usr/games:/usr/local/sbin:/usr/local/bin:/root/bin
> > STATUS=1
> > MASTERMNT=/usr/local/poudriere/data/build/10amd64-default/ref
> > PKG_EXT=txz
> > tpid=89378
> > POUDRIERE_BUILD_TYPE=bulk
> > PKGNG=1
> > PKGNAME=postgresql-libpq++-4.0_4
> > PKG_DELETE=/usr/local/sbin/pkg-static delete -y -f
> > PKG_ADD=/usr/local/sbin/pkg-static add
> > PWD=/root
> > MASTERNAME=10amd64-default
> > USER=root
> > HOME=/root
> > POUDRIERE_VERSION=3.1-pre
> > LOCALBASE=/usr/local
> > PACKAGE_BUILDING=yes
> > PKG_VERSION=/poudriere/pkg-static version
> > PKG_BIN=/usr/local/sbin/pkg-static
> > ---End Environment---
> >
> > ---Begin OPTIONS List---
> > ---End OPTIONS List---
> >
> > --CONFIGURE_ARGS--
> >
> > --End CONFIGURE_ARGS--
> >
> > --CONFIGURE_ENV--
> > TMPDIR="/tmp" MAKE=gmake SHELL=/bin/sh CONFIG_SHELL=/bin/sh
> > --End CONFIGURE_ENV--
> >
> > --MAKE_ENV--
> > TMPDIR="/tmp" SHELL=/bin/sh NO_LINT=YES PREFIX=/usr/local
>  LOCALBASE=/usr/local  LIBDIR="/usr/lib"  CC="cc" CFLAGS="-O2 -pipe
> -fno-strict-aliasing"  CPP="cpp" CPPFLAGS="-I/usr/local/include"  LDFLAGS="
> -L/usr/local/lib"  CXX="c++" CXXFLAGS="-O2 -pipe -fno-strict-aliasing"
>  MANPREFIX="/usr/local" BSD_INSTALL_PROGRAM="install  -s -o root -g wheel
> -m 555"  BSD_INSTALL_LIB="install  -s -o root -g wheel -m 444"
>  BSD_INSTALL_SCRIPT="install  -o root -g wheel -m 555"
>  BSD_INSTALL_DATA="install  -o root -g wheel -m 444"
>  BSD_INSTALL_MAN="install  -o root -g wheel -m 444"
> > --End MAKE_ENV--
> >
> > --SUB_LIST--
> > PREFIX=/usr/local
> > LOCALBASE=/usr/local
> > DATADIR=/usr/local/share/libpq++
> > DOCSDIR=/usr/local/share/doc/libpq++
> > EXAMPLESDIR=/usr/local/share/examples/libpq++
> > WWWDIR=/usr/local/www/libpq++
> > ETCDIR=/usr/local/etc/libpq++
> > --End SUB_LIST--
> >
> > ---Begin make.conf---
> > USE_PACKAGE_DEPENDS=yes
> > BATCH=yes
> > WRKDIRPREFIX=/wrkdirs
> > PORTSDIR=/usr/ports
> > PACKAGES=/packages
> > DISTDIR=/distfiles
> >  /usr/local/etc/poudriere.d/make.conf 
> > WITH_PKGNG=yes
> > NO_RESTRICTED=yes
> > DISABLE_MAKE_JOBS=poudriere
> > ---End make.conf---
> > ===>  Cleaning for postgresql-libpq++-4.0_4
> > === >
> >
> ===
> > ===  >
> > ===>   postgresql-libpq++-4.0_4 depends on file: /usr/local/sbin/pkg -
> not found
> > ===>Verifying install for /usr/local/sbin/pkg in
> /usr/ports/ports-mgmt/pkg
> > ===>   Installing existing package /packages/All/pkg-1.1.4_8.txz
> > Installing pkg-1.1.4_8... done
> > If you are upgrading from the old package format, first run:
> >
> >  # pkg2ng
> > ===>   Returning to build of postgresql-libpq++-4.0_4
> >
> ===
> > ===  >
> >
> ===
> > ===  >
> > ===> Fetching all distfiles required by postgresql-libpq++-4.0_4 for
> building
> >
> ===
> > === >
> > ===> Fetching

Re: [REL - 10amd64-default][databases/postgresql-libpq++] Failed for postgresql-libpq++-4.0_4 in build

2013-10-17 Thread Palle Girgensohn
pgsql@, maybe it is time to just remove this port?

I thinks it is really harmful that we still have that port around. Last note 
about libpq++ was in version 7.2 of PostgreSQL: 
[http://www.postgresql.org/docs/7.2/static/libpqplusplus.html]

How quickly can we remove it?



17 okt 2013 kl. 20:24 skrev pkg-fall...@freebsd.org:

> You are receiving this mail as a port that you maintain
> is failing to build on the FreeBSD package build server.
> Please investigate the failure and submit a PR to fix
> build.
> 
> Maintainer: pg...@freebsd.org
> Last committer: b...@freebsd.org
> Ident:  $FreeBSD: head/databases/postgresql-libpq++/Makefile 327717 
> 2013-09-20 16:13:47Z bapt $
> Log URL:
> http://beefy2.isc.freebsd.org/bulk/10amd64-default/2013-10-17_07h20m58s/logs/postgresql-libpq++-4.0_4.log
> Build URL:  
> http://beefy2.isc.freebsd.org/bulk/10amd64-default/2013-10-17_07h20m58s
> Log:
> 
> >> Building databases/postgresql-libpq++
> build started at Thu Oct 17 18:24:17 UTC 2013
> port directory: /usr/ports/databases/postgresql-libpq++
> building for: FreeBSD 10amd64-default-job-14 10.0-BETA1 FreeBSD 10.0-BETA1 
> r256420 amd64
> maintained by: pg...@freebsd.org
> Makefile ident:  $FreeBSD: head/databases/postgresql-libpq++/Makefile 
> 327717 2013-09-20 16:13:47Z bapt $
> Poudriere version: 3.1-pre
> 
> ---Begin Environment---
> OSVERSION=1000500
> UNAME_v=FreeBSD 10.0-BETA1 r256420
> UNAME_r=10.0-BETA1
> BLOCKSIZE=K
> MAIL=/var/mail/root
> PATH=/sbin:/bin:/usr/sbin:/usr/bin:/usr/games:/usr/local/sbin:/usr/local/bin:/root/bin
> STATUS=1
> MASTERMNT=/usr/local/poudriere/data/build/10amd64-default/ref
> PKG_EXT=txz
> tpid=89378
> POUDRIERE_BUILD_TYPE=bulk
> PKGNG=1
> PKGNAME=postgresql-libpq++-4.0_4
> PKG_DELETE=/usr/local/sbin/pkg-static delete -y -f
> PKG_ADD=/usr/local/sbin/pkg-static add
> PWD=/root
> MASTERNAME=10amd64-default
> USER=root
> HOME=/root
> POUDRIERE_VERSION=3.1-pre
> LOCALBASE=/usr/local
> PACKAGE_BUILDING=yes
> PKG_VERSION=/poudriere/pkg-static version
> PKG_BIN=/usr/local/sbin/pkg-static
> ---End Environment---
> 
> ---Begin OPTIONS List---
> ---End OPTIONS List---
> 
> --CONFIGURE_ARGS--
> 
> --End CONFIGURE_ARGS--
> 
> --CONFIGURE_ENV--
> TMPDIR="/tmp" MAKE=gmake SHELL=/bin/sh CONFIG_SHELL=/bin/sh
> --End CONFIGURE_ENV--
> 
> --MAKE_ENV--
> TMPDIR="/tmp" SHELL=/bin/sh NO_LINT=YES PREFIX=/usr/local  
> LOCALBASE=/usr/local  LIBDIR="/usr/lib"  CC="cc" CFLAGS="-O2 -pipe 
> -fno-strict-aliasing"  CPP="cpp" CPPFLAGS="-I/usr/local/include"  LDFLAGS=" 
> -L/usr/local/lib"  CXX="c++" CXXFLAGS="-O2 -pipe -fno-strict-aliasing"  
> MANPREFIX="/usr/local" BSD_INSTALL_PROGRAM="install  -s -o root -g wheel -m 
> 555"  BSD_INSTALL_LIB="install  -s -o root -g wheel -m 444"  
> BSD_INSTALL_SCRIPT="install  -o root -g wheel -m 555"  
> BSD_INSTALL_DATA="install  -o root -g wheel -m 444"  BSD_INSTALL_MAN="install 
>  -o root -g wheel -m 444"
> --End MAKE_ENV--
> 
> --SUB_LIST--
> PREFIX=/usr/local
> LOCALBASE=/usr/local
> DATADIR=/usr/local/share/libpq++
> DOCSDIR=/usr/local/share/doc/libpq++
> EXAMPLESDIR=/usr/local/share/examples/libpq++
> WWWDIR=/usr/local/www/libpq++
> ETCDIR=/usr/local/etc/libpq++
> --End SUB_LIST--
> 
> ---Begin make.conf---
> USE_PACKAGE_DEPENDS=yes
> BATCH=yes
> WRKDIRPREFIX=/wrkdirs
> PORTSDIR=/usr/ports
> PACKAGES=/packages
> DISTDIR=/distfiles
>  /usr/local/etc/poudriere.d/make.conf 
> WITH_PKGNG=yes
> NO_RESTRICTED=yes
> DISABLE_MAKE_JOBS=poudriere
> ---End make.conf---
> ===>  Cleaning for postgresql-libpq++-4.0_4
> ===
> ===
> ===
> ===>   postgresql-libpq++-4.0_4 depends on file: /usr/local/sbin/pkg - not 
> found
> ===>Verifying install for /usr/local/sbin/pkg in /usr/ports/ports-mgmt/pkg
> ===>   Installing existing package /packages/All/pkg-1.1.4_8.txz
> Installing pkg-1.1.4_8... done
> If you are upgrading from the old package format, first run:
> 
>  # pkg2ng
> ===>   Returning to build of postgresql-libpq++-4.0_4
> ===
> ===
> ===
> ===
> ===> Fetching all distfiles required by postgresql-libpq++-4.0_4 for building
> ===
> ===
> ===> Fetching all distfiles required by postgresql-libpq++-4.0_4 for building
> => SHA256 Checksum OK for postgresql/libpq++-4.0.tar.gz.
> ===
> ===
> ===
> =