From owner-freebsd-ports@FreeBSD.ORG Mon Apr 14 06:49:40 2014 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id E7636D16 for ; Mon, 14 Apr 2014 06:49:40 +0000 (UTC) Received: from mail-wg0-x230.google.com (mail-wg0-x230.google.com [IPv6:2a00:1450:400c:c00::230]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 7800618C7 for ; Mon, 14 Apr 2014 06:49:40 +0000 (UTC) Received: by mail-wg0-f48.google.com with SMTP id l18so7771346wgh.19 for ; Sun, 13 Apr 2014 23:49:37 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=sender:date:from:to:cc:subject:message-id:references:mime-version :content-type:content-disposition:in-reply-to:user-agent; bh=I90A4L0nvRculd+0+KdCoVeED6u2/f+hv9wnvlU29m4=; b=FseH7AGl5WCt4gzZRAdQGbCXGlc18/X3cHVF330ZwNHqQdZpIxbGRVxkYVgTd53nnG OmTxZjd/KmRXaPAxzgZxKt4oT94v4SGSCXW7JkllbKsQjz5KZXsxnsLmzNEDj1ySDVwz 2v0UXvDJwwYr3QFBKzEqPUqBeDW09mYiqATIFUaVFZp2MxnMLoPAOi85ivDFlfSMrjrD /7bDPBTewr6c6eUYGoiTa1FiQAQLBbKj0FdF9Goc29yZpmkv1VG+xmwh9RxlBuUzwlnM zOFr9IG6xtGlMFr/O6rBEdIWKyt0cg4CuPQkF6n7/Y/6UKVM4YwisjGxI5fuHyyW4wQL CGiQ== X-Received: by 10.180.212.76 with SMTP id ni12mr7218282wic.49.1397458177829; Sun, 13 Apr 2014 23:49:37 -0700 (PDT) Received: from ivaldir.etoilebsd.net ([2001:41d0:8:db4c::1]) by mx.google.com with ESMTPSA id b1sm23618364wjb.37.2014.04.13.23.49.36 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Sun, 13 Apr 2014 23:49:36 -0700 (PDT) Sender: Baptiste Daroussin Date: Mon, 14 Apr 2014 08:49:34 +0200 From: Baptiste Daroussin To: Matthias Andree Subject: Re: Mk/Scripts/qa.sh and DEVELOPER=yes Message-ID: <20140414064934.GB60058@ivaldir.etoilebsd.net> References: <1397392108.1904.2.camel@eva02.mbsd> <534B734C.1000804@gmx.de> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="UHN/qo2QbUvPLonB" Content-Disposition: inline In-Reply-To: <534B734C.1000804@gmx.de> User-Agent: Mutt/1.5.23 (2014-03-12) Cc: freebsd-ports@freebsd.org X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 14 Apr 2014 06:49:41 -0000 --UHN/qo2QbUvPLonB Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Mon, Apr 14, 2014 at 07:34:04AM +0200, Matthias Andree wrote: > Am 13.04.2014 14:28, schrieb clutton: > > It seems that with DEVELOPER=3Dyes in /etc/make.conf I'm not able to > > perform ordinary update routines. Removing the DEVELOPER variable fix > > the problem. And probably the worst part of it that there's no error > > message. > >=20 > > =3D=3D=3D=3D> Running Q/A tests (stage-qa) > > Error: /tmp/usr/ports/devel/p5-subversion/work/stage/usr/local/lib/perl= 5/site_perl/5.18/mach/auto/SVN/_Core/.packlist is referring to /tmp/usr/por= ts/devel/p5-subversion/work/stage >=20 > Oh, there is an error, as quoted above. >=20 > .packlist refers to a file that will no longer be present after "make > clean". >=20 > Cause is that the p5-subversion port, or some part of the Perl or ports > framework, causes the .packlist to be generated with bogus contents. > Either we can fix the actual cause, or we can hack the .packlist to > strip the ${STAGEDIR} prefix, which would be the inferior approach, howev= er. The .packlist is cleaned for any other perl ports (done in perl5.mk) p5-subversion should just do the same. Bapt --UHN/qo2QbUvPLonB Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iEYEARECAAYFAlNLhP4ACgkQ8kTtMUmk6EwnMgCdHzxJyPxj0hwizm2J+mvjBYrx x1YAnjiYlmLg+QTYQhknMG8pGucKzT7v =fgWv -----END PGP SIGNATURE----- --UHN/qo2QbUvPLonB--