From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 27202 invoked by alias); 3 Feb 2015 21:30:45 -0000 Mailing-List: contact overseers-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: , Sender: overseers-owner@sourceware.org Received: (qmail 27189 invoked by uid 89); 3 Feb 2015 21:30:44 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.0 required=5.0 tests=AWL,BAYES_00,SPF_HELO_PASS,T_RP_MATCHES_RCVD autolearn=ham version=3.3.2 X-HELO: mx1.redhat.com Received: from mx1.redhat.com (HELO mx1.redhat.com) (209.132.183.28) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES256-GCM-SHA384 encrypted) ESMTPS; Tue, 03 Feb 2015 21:30:43 +0000 Received: from int-mx10.intmail.prod.int.phx2.redhat.com (int-mx10.intmail.prod.int.phx2.redhat.com [10.5.11.23]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id t13LUe69008527 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=FAIL); Tue, 3 Feb 2015 16:30:40 -0500 Received: from [10.3.230.186] (vpn-230-186.phx2.redhat.com [10.3.230.186]) by int-mx10.intmail.prod.int.phx2.redhat.com (8.14.4/8.14.4) with ESMTP id t13LUd3N031793; Tue, 3 Feb 2015 16:30:40 -0500 Message-ID: <1422998691.29180.105.camel@surprise> Subject: Re: Getting libgccjit docs onto gcc website From: David Malcolm To: Joseph Myers Cc: overseers@gcc.gnu.org Date: Tue, 03 Feb 2015 21:30:00 -0000 In-Reply-To: References: <1422993529.29180.102.camel@surprise> Content-Type: text/plain; charset="UTF-8" Mime-Version: 1.0 Content-Transfer-Encoding: 7bit X-SW-Source: 2015-q1/txt/msg00055.txt.bz2 On Tue, 2015-02-03 at 21:18 +0000, Joseph Myers wrote: > On Tue, 3 Feb 2015, David Malcolm wrote: > > > I don't have access to the cronjob logs, but presumably it will > > currently be failing with a missing "sphinx-build". > > You do have access: https://gcc.gnu.org/ml/gccadmin/ (that's why gccadmin > is a mailing list, to provide access to those logs). Aha! Thanks! Indeed, looking at: https://gcc.gnu.org/ml/gccadmin/2015-q1/msg00075.html the last lines read: sphinx-build -b html -d _build/doctrees . _build/html make: sphinx-build: Command not found make: *** [html] Error 127 (sorry for breaking your cronjob; hopefully with the installation of python-sphinx this should now run OK) I'm eagerly awaiting tonight's run. Dave