Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 11 May 2015 20:40:21 +0200
From:      Mathieu Arnold <mat@FreeBSD.org>
To:        Adam Weinberger <adamw@adamw.org>
Cc:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   Re: svn commit: r386088 - head/databases/p5-Class-DBI-DDL
Message-ID:  <CEDBBB8AE3637E9C47C97CBF@ogg.in.absolight.net>
In-Reply-To: <C0C4632C-88D3-48A2-B05C-5BBA42966EDE@adamw.org>
References:  <201505111645.t4BGjmDp052960@svn.freebsd.org> <C0C4632C-88D3-48A2-B05C-5BBA42966EDE@adamw.org>

next in thread | previous in thread | raw e-mail | index | archive | help
+--On 11 mai 2015 12:24:12 -0600 Adam Weinberger <adamw@adamw.org> wrote:
|> On 11 May, 2015, at 10:45, Mathieu Arnold <mat@FreeBSD.org> wrote:
|> 
|> Author: mat
|> Date: Mon May 11 16:45:47 2015
|> New Revision: 386088
|> URL: https://svnweb.freebsd.org/changeset/ports/386088
|> 
|> Log:
|>  This *needs* Module::Build to build.
|> 
|>  Pointy hat to:	adamw
|>  Sponsored by:	Absolight
|> 
|> Modified:
|>  head/databases/p5-Class-DBI-DDL/Makefile
|> 
|> Modified: head/databases/p5-Class-DBI-DDL/Makefile
|> ========================================================================
|> ====== --- head/databases/p5-Class-DBI-DDL/Makefile	Mon May 11 15:57:51
|> 2015	(r386087) +++ head/databases/p5-Class-DBI-DDL/Makefile	Mon May 11
|> 16:45:47 2015	(r386088) @@ -16,6 +16,6 @@ RUN_DEPENDS:=	${BUILD_DEPENDS}
|> TEST_DEPENDS=	p5-DBD-SQLite>=0:${PORTSDIR}/databases/p5-DBD-SQLite
|> 
|> USES=		perl5
|> -USE_PERL5=	configure
|> +USE_PERL5=	modbuild
|> 
|> .include <bsd.port.mk>
|> 
| 
| Does poudriere allow the build to proceed after errors that kill the
| build outside of it?

There is a switch for that, yes

| I see some wacky warning about perl 5.18 being less
| than 5.8, but other than it builds fine poudriere. What did I miss here?

Up to 5.20, Perl ships *with* Module::Build so you cannot see if a port
really needs it, with some chance, it will just build. It has removed in
5.21.1, and in the upcoming 5.22, with which it was, thus, failing:

<https://pkg.absolight.fr/data/10amd64-aragorn-perl5-devel/20150511T170216Z/logs/errors/p5-Class-DBI-DDL-1.02_1.log>;

-- 
Mathieu Arnold



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?CEDBBB8AE3637E9C47C97CBF>