From owner-freebsd-ports@FreeBSD.ORG Tue Jul 3 19:24:55 2012 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id A98D4106564A; Tue, 3 Jul 2012 19:24:55 +0000 (UTC) (envelope-from utisoft@gmail.com) Received: from mail-bk0-f54.google.com (mail-bk0-f54.google.com [209.85.214.54]) by mx1.freebsd.org (Postfix) with ESMTP id 0A4938FC14; Tue, 3 Jul 2012 19:24:54 +0000 (UTC) Received: by bkcje9 with SMTP id je9so1643834bkc.13 for ; Tue, 03 Jul 2012 12:24:54 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:from:date :x-google-sender-auth:message-id:subject:to:cc:content-type; bh=ZGt32U40g35DgtmnwXew8NoMVWHLXw8wjJ07j26oYPY=; b=uQzZl8y7aemOWOGbuPxgsr+jAh+yCx+Rwcsu5QoTYPseFJdlEJ3Xl02fMTgCojEXeD biKPgfQNmsE1LJgg8EW93oxl903qx13QimNRGpWinzuSJOmzNmqPPpIV0vsL/4i1+r94 eptbPvJTDDTKogH06Hyvjy6446muexnXO/NJXgIoyuwV0d3S+SBO+9BBuv4dYDSOE50R B7GFUKHHHiSsg9BMug+DpOavw/6thg+eNieqntoL5JhrpnEi4nYCPfpblbzs/P1FjytK 57WJOS3o4lbDtqAaofwjUNPiSe5gaCp75p4hI1qOuxrir0rLxI0YqVkiSdiv7lJkB0Tx t6cg== Received: by 10.204.152.4 with SMTP id e4mr4740162bkw.2.1341343494147; Tue, 03 Jul 2012 12:24:54 -0700 (PDT) MIME-Version: 1.0 Sender: utisoft@gmail.com Received: by 10.204.49.87 with HTTP; Tue, 3 Jul 2012 12:24:23 -0700 (PDT) In-Reply-To: <4FF345E3.3050604@yandex.ru> References: <20120703115119.GB49312@oldfaithful.bebik.local> <4FF33B8E.1000001@yandex.ru> <4FF345E3.3050604@yandex.ru> From: Chris Rees Date: Tue, 3 Jul 2012 20:24:23 +0100 X-Google-Sender-Auth: 20g3D20jFV0Ui2yA2I5zVGYU7Xk Message-ID: To: Ruslan Mahmatkhanov Content-Type: text/plain; charset=KOI8-R Cc: Koop Mast , Rodrigo OSORIO , freebsd-ports@freebsd.org Subject: Re: unbroken dev/icu in current X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 03 Jul 2012 19:24:55 -0000 On 3 July 2012 20:20, Ruslan Mahmatkhanov wrote: > Chris Rees wrote on 03.07.2012 22:53: > >> On 3 July 2012 19:35, Ruslan Mahmatkhanov wrote: >>> >>> Chris Rees wrote on 03.07.2012 22:22: >>> >>>> On 3 July 2012 12:51, Rodrigo OSORIO wrote: >>>>> >>>>> >>>>> >>>>> Hi, >>>>> >>>>> The port dev/icu fails to build in current due to an lock issue >>>>> caused by the use of threads api. >>>>> Disabling threads for icu in current solves the problem and the port >>>>> can be build successfully and AFAIK this unbroke some of the ports who >>>>> depends on icu. >>>>> >>>>> I don't know if this can be an acceptable short-term workaround for >>>>> this >>>>> por ? >>>> >>>> >>>> >>>> I've been reliably informed that icu builds just fine on CURRENT from >>>> 1/July. I'll update my Tinderbox and let you know. >>>> >>>> Chris >>> >>> >>> >>> Can confirm that it builds without an issue on r237936 (Sun Jul 1 >>> 19:07:45 >>> 2012) with default option set (threads enabled). >>> >> >> Great.... now I need to find an appropriate OSVERSION for marking >> BROKEN on; I'm tempted to start with 1000000 and end with 1000014; if >> no-one yells at me I'll commit it in an hour or so. >> >> Chris > > > Why to not just ask Rodrigo to update? I think this BROKEN is only needed if > icu doesn't builds on a system, that was installed from official FreeBSD > -current snapshot. If memory serves me well there is many extra cautions in > docs that using -current, csuped in wrong time, may produce various > problems, so "It's a -current, babe" should sound reasonable, I believe. > Is there any extra info (error logs), or was you able to reproduce it on > some of your -current system? > Rodrigo, can you please update your system and check if problem is gone? Sure, but many of us with Tinderboxes would be thankful for the hint, and I'm sure the pointyhatters would like the lack of errorlog until they update the jails. It can stay in temporarily for a short while, at least.... Chris