From owner-freebsd-ports@freebsd.org Wed Jul 15 19:39:32 2015 Return-Path: Delivered-To: freebsd-ports@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 62D619A279D for ; Wed, 15 Jul 2015 19:39:32 +0000 (UTC) (envelope-from 000.fbsd@quip.cz) Received: from mailman.ysv.freebsd.org (mailman.ysv.freebsd.org [IPv6:2001:1900:2254:206a::50:5]) by mx1.freebsd.org (Postfix) with ESMTP id 4A7F914A7 for ; Wed, 15 Jul 2015 19:39:32 +0000 (UTC) (envelope-from 000.fbsd@quip.cz) Received: by mailman.ysv.freebsd.org (Postfix) id 49DAF9A279C; Wed, 15 Jul 2015 19:39:32 +0000 (UTC) Delivered-To: ports@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 496E49A279B for ; Wed, 15 Jul 2015 19:39:32 +0000 (UTC) (envelope-from 000.fbsd@quip.cz) Received: from elsa.codelab.cz (elsa.codelab.cz [94.124.105.4]) (using TLSv1 with cipher DHE-RSA-CAMELLIA256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 098EF14A6; Wed, 15 Jul 2015 19:39:31 +0000 (UTC) (envelope-from 000.fbsd@quip.cz) Received: from elsa.codelab.cz (localhost [127.0.0.1]) by elsa.codelab.cz (Postfix) with ESMTP id 5C91E2840A; Wed, 15 Jul 2015 21:39:27 +0200 (CEST) Received: from illbsd.quip.test (ip-89-177-50-74.net.upcbroadband.cz [89.177.50.74]) (using TLSv1 with cipher DHE-RSA-AES128-SHA (128/128 bits)) (No client certificate requested) by elsa.codelab.cz (Postfix) with ESMTPSA id 1335A28430; Wed, 15 Jul 2015 21:39:26 +0200 (CEST) Message-ID: <55A6B6F0.4000100@quip.cz> Date: Wed, 15 Jul 2015 21:39:28 +0200 From: Miroslav Lachman <000.fbsd@quip.cz> User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:35.0) Gecko/20100101 Firefox/35.0 SeaMonkey/2.32 MIME-Version: 1.0 To: Kris Moore , kde@FreeBSD.org CC: "ports@FreeBSD.org" Subject: Re: FreeBSD Port: devel/cmake - cannot build without py-babel References: <55A674E3.1000709@quip.cz> <55A67BE9.5070101@pcbsd.org> In-Reply-To: <55A67BE9.5070101@pcbsd.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 15 Jul 2015 19:39:32 -0000 Kris Moore wrote on 07/15/2015 17:27: > On 07/15/2015 10:57, Miroslav Lachman wrote: >> The full log is here http://pastebin.com/5MxnT3K5 >> >> It worked two weeks ago without babel. >> >> Now Sphinx (py27-Jinja2) requires Babel extension. >> >> Is this intentional? >> >> Miroslav Lachman > Yea, the update to sphinx looks like it needs babel for some > functionality now. > > https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=201587 > > I've just commited this fix, let me know if it still fails. [00:07:22] ====>> Creating pkgng repository Creating repository in /tmp/packages: 100% Packing files for repository: 100% [00:07:23] ====>> Committing packages to repository [00:07:23] ====>> Removing old packages [00:07:23] ====>> Built ports: devel/py-pytz devel/py-babel textproc/py-sphinx devel/cmake graphics/png graphics/gd net-mgmt/mrtg [9_3_amd64-default] [2015-07-15_21h23m23s] [committing:] Queued: 7 Built: 7 Failed: 0 Skipped: 0 Ignored: 0 Tobuild: 0 Time: 00:07:22 It works again. Thank you for your quick reply and fix in ports tree! Miroslav Lachman