From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Ken Brown Newsgroups: gmane.emacs.devel Subject: Re: Emacs Continuous Build on Hydra Date: Sun, 01 May 2011 13:27:37 -0400 Message-ID: <4DBD9809.90507@cornell.edu> References: <4DBD4CC9.9000907@gnu.org> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: quoted-printable X-Trace: dough.gmane.org 1304270882 9391 80.91.229.12 (1 May 2011 17:28:02 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Sun, 1 May 2011 17:28:02 +0000 (UTC) Cc: emacs-devel Mailinglist To: Christian Ohler Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sun May 01 19:27:58 2011 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([140.186.70.17]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1QGaR3-0006u7-KH for ged-emacs-devel@m.gmane.org; Sun, 01 May 2011 19:27:57 +0200 Original-Received: from localhost ([::1]:58347 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QGaR3-0007kq-4n for ged-emacs-devel@m.gmane.org; Sun, 01 May 2011 13:27:57 -0400 Original-Received: from eggs.gnu.org ([140.186.70.92]:51730) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QGaQz-0007ka-Ia for emacs-devel@gnu.org; Sun, 01 May 2011 13:27:54 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QGaQx-00020Y-Ac for emacs-devel@gnu.org; Sun, 01 May 2011 13:27:53 -0400 Original-Received: from granite1.mail.cornell.edu ([128.253.83.141]:41792 helo=authusersmtp.mail.cornell.edu) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QGaQx-000203-3O; Sun, 01 May 2011 13:27:51 -0400 Original-Received: from [192.168.1.5] (cpe-67-249-196-94.twcny.res.rr.com [67.249.196.94]) (authenticated bits=0) by authusersmtp.mail.cornell.edu (8.14.4/8.12.10) with ESMTP id p41HRiIE025980 (version=TLSv1/SSLv3 cipher=AES256-SHA bits=256 verify=NOT); Sun, 1 May 2011 13:27:45 -0400 (EDT) User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.15) Gecko/20110303 Thunderbird/3.1.9 In-Reply-To: <4DBD4CC9.9000907@gnu.org> X-MIME-Autoconverted: from 8bit to quoted-printable by authusersmtp.mail.cornell.edu id p41HRiIE025980 X-detected-operating-system: by eggs.gnu.org: Solaris 9 X-Received-From: 128.253.83.141 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:138943 Archived-At: On 5/1/2011 8:06 AM, Christian Ohler wrote: > Rob Vermaas and Ludovic Court=E8s took the initiative to set up a > continuous build for Emacs trunk on Hydra at > http://hydra.nixos.org/jobset/gnu/emacs-trunk . > > It builds (and runs ERT tests) on these platforms: > i686-cygwin > i686-darwin > i686-freebsd > i686-linux > x86_64-darwin > x86_64-linux > > The first three of these are currently reported as broken; I presume > this is not because Emacs is actually broken on these platforms, but > because Emacs' build recipe on Hydra needs further tweaking. I will > look into this later next week (unless someone beats me to it). I build the Emacs trunk regularly on Cygwin without a problem (and with=20 no special build recipe beyond './configure && make'). If you want to=20 send me Hydra's build recipe and error messages, I can probably help.