From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Jul 24 13:23:21 2012 Return-Path: Delivered-To: freebsd-ports-bugs@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 95035106566C for ; Tue, 24 Jul 2012 13:23:21 +0000 (UTC) (envelope-from gd@powernet.ru) Received: from mail-lpp01m010-f54.google.com (mail-lpp01m010-f54.google.com [209.85.215.54]) by mx1.freebsd.org (Postfix) with ESMTP id 0D1278FC18 for ; Tue, 24 Jul 2012 13:23:20 +0000 (UTC) Received: by laai10 with SMTP id i10so1095132laa.13 for ; Tue, 24 Jul 2012 06:23:20 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=date:from:to:cc:subject:message-id:in-reply-to:references:x-mailer :mime-version:content-type:x-gm-message-state; bh=KaLYWxUuODBU3A2Fdj798CQtMjyNPhX6vmmXmFIvo4o=; b=Z7dbp9/+ncHXNVlqug0p4Hkatr9admT9YCDd0Ei8gdV+rMRQoP9YGE1JXrnoufsonO /+/TWZ6fI2nhw+qgcYoayivGMDi+aAVXdcpJLsjwifW76I4U297ippojJJf9km/LTBCu 0BXRolZR2i2aVVnNYhlK7aNIIiWs+56W/0h6ItPgInwrEqJie2DjIUTrGJYhCpdV2SHX FdpQE0r6Ms1z0v3uzBxxp980oA+7nsalmEC1bUAe5HwLCTA+rwmXMyFWiwUSqjp0WhNc j8CQZhJssCr2Vy6K5JIlfBw6SlzfE6EQzlWfachK/FJGSG3zT/zqptIuLm1Jx7vzOhLt O2UQ== Received: by 10.152.132.40 with SMTP id or8mr21629374lab.24.1343136199968; Tue, 24 Jul 2012 06:23:19 -0700 (PDT) Received: from tyl.rambler.ramblermedia.com (tyl.rambler.ramblermedia.com. [81.19.90.231]) by mx.google.com with ESMTPS id h9sm3952828lbi.9.2012.07.24.06.23.18 (version=SSLv3 cipher=OTHER); Tue, 24 Jul 2012 06:23:18 -0700 (PDT) Date: Tue, 24 Jul 2012 17:23:16 +0400 From: Denis Generalov To: Vincent Hoffman Message-Id: <20120724172316.616e311bd17675834159c170@powernet.ru> In-Reply-To: <201207231530.q6NFUJLu029385@freefall.freebsd.org> References: <201207231530.q6NFUJLu029385@freefall.freebsd.org> X-Mailer: Sylpheed 3.2.0 (GTK+ 2.24.6; amd64-portbld-freebsd9.0) Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="Multipart=_Tue__24_Jul_2012_17_23_16_+0400_6391gbM3_LfXYWph" X-Gm-Message-State: ALoCoQnsDPK6+bCpk5QT6zz4wONsunZuG+l2kbl8olCpL1ZTCa6ExsHlr0+r2/dh4qlsY86ct9kF X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: freebsd-ports-bugs@FreeBSD.org Subject: Re: ports/170087: [Patch] [poudriere] fix quoting for poudriere X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 24 Jul 2012 13:23:21 -0000 This is a multi-part message in MIME format. --Multipart=_Tue__24_Jul_2012_17_23_16_+0400_6391gbM3_LfXYWph Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit On Mon, 23 Jul 2012 15:30:19 GMT Vincent Hoffman wrote: > The following reply was made to PR ports/170087; it has been noted by GNATS. > > From: Vincent Hoffman > To: Denis Generalov > Cc: freebsd-gnats-submit@FreeBSD.org > Subject: Re: ports/170087: [Patch] [poudriere] fix quoting for poudriere > Date: Mon, 23 Jul 2012 16:29:54 +0100 > > This is a multi-part message in MIME format. > --------------070109040700060200090604 > Content-Type: text/plain; charset=ISO-8859-1 > Content-Transfer-Encoding: 7bit > > On 23/07/2012 15:32, Denis Generalov wrote: > > --- src/poudriere.d/common.sh.orig 2012-07-23 17:48:32.000000000 +0400 > > +++ src/poudriere.d/common.sh 2012-07-23 17:49:00.000000000 +0400 > > @@ -610,7 +610,7 @@ > > local pn > > msg "Caching missing port versions" > > while read port; do > > - if ! egrep -q "^${port} " ${cache}; then > > + if ! grep -q "^${port} " ${cache}; then > > pn=$(injail make -C /usr/ports/${port} -VPKGNAME) > > echo "${port} ${pn}" >> ${cache} > > fi > This does not fix it for me. > Using this patch I get the following > > Building new INDEX files... done. > ====>> Mounting devfs > ====>> Mounting /proc > ====>> Mounting linuxfs > /etc/resolv.conf -> /usr/local/poudriere/jails/90andtest/etc/resolv.conf > ====>> Starting jail 90andtest > ====>> Populating LOCALBASE > ====>> Calculating ports order and dependencies > ====>> Caching missing port versions > ====>> Sanity checking the repository > ====>> Deleting stale symlinks > ====>> Cleaning the build queue > [: > /usr/local/poudriere_data/packages/90andtest-default/All/libsigc++-2.2.10: > unexpected operator > ====>> Cleaning up wrkdir > ====>> Building lang/perl5.14 > ===> Cleaning for perl-5.14.2_2 > > Please note that > /usr/local/poudriere_data/packages/90andtest-default/All/libsigc++-2.2.10 > doesnt currently exist. > > root@fbsd9vm ~/portlist]# ls > /usr/local/poudriere_data/packages/90andtest-default/All/ > [root@fbsd9vm ~/portlist]# > > > Vince Hi Vince, May I ask you to test another patch? I attached new patch. > > > > --------------070109040700060200090604 > Content-Type: text/html; charset=ISO-8859-1 > Content-Transfer-Encoding: 7bit > > > > http-equiv="Content-Type"> > > >
On 23/07/2012 15:32, Denis Generalov > wrote:
>
>
cite="mid:20120723183249.b4c5c61203d8a7a37a3ad834@powernet.ru" > type="cite"> >
--- src/poudriere.d/common.sh.orig	2012-07-23 17:48:32.000000000 +0400
>  +++ src/poudriere.d/common.sh	2012-07-23 17:49:00.000000000 +0400
>  @@ -610,7 +610,7 @@
>   	local pn
>   	msg "Caching missing port versions"
>   	while read port; do
>  -		if ! egrep -q "^${port} " ${cache}; then
>  +		if ! grep -q "^${port} " ${cache}; then
>   			pn=$(injail make -C /usr/ports/${port} -VPKGNAME)
>   			echo "${port} ${pn}" >> ${cache}
>   		fi
>  
>
> This does not fix it for me.
> Using this patch I get the following
>
> Building new INDEX files... done.
> ====>> Mounting devfs
> ====>> Mounting /proc
> ====>> Mounting linuxfs
> /etc/resolv.conf -> > /usr/local/poudriere/jails/90andtest/etc/resolv.conf
> ====>> Starting jail 90andtest
> ====>> Populating LOCALBASE
> ====>> Calculating ports order and dependencies
> ====>> Caching missing port versions
> ====>> Sanity checking the repository
> ====>> Deleting stale symlinks
> ====>> Cleaning the build queue
> [: > /usr/local/poudriere_data/packages/90andtest-default/All/libsigc++-2.2.10: > unexpected operator
> ====>> Cleaning up wrkdir
> ====>> Building lang/perl5.14
> ===>  Cleaning for perl-5.14.2_2
>
> Please note that
> /usr/local/poudriere_data/packages/90andtest-default/All/libsigc++-2.2.10
> doesnt currently exist.
>
> root@fbsd9vm ~/portlist]# ls > /usr/local/poudriere_data/packages/90andtest-default/All/
> [root@fbsd9vm ~/portlist]#
>
>
> Vince
>
>
> > > > --------------070109040700060200090604-- > _______________________________________________ > freebsd-ports-bugs@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-ports-bugs > To unsubscribe, send any mail to "freebsd-ports-bugs-unsubscribe@freebsd.org" -- Denis Generalov --Multipart=_Tue__24_Jul_2012_17_23_16_+0400_6391gbM3_LfXYWph--