From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/83176 Path: news.gmane.org!not-for-mail From: Mike Kupfer Newsgroups: gmane.emacs.gnus.general Subject: Re: XEmacs builds failing - gnus-spec.el Date: Sun, 19 May 2013 14:45:29 -0700 Message-ID: <5277.1368999929@rawbw.com> References: <87a9nqu62k.fsf@topper.koldfront.dk> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Trace: ger.gmane.org 1369000040 1363 80.91.229.3 (19 May 2013 21:47:20 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sun, 19 May 2013 21:47:20 +0000 (UTC) Cc: ding@gnus.org To: asjo@koldfront.dk (Adam =?us-ascii?Q?=3D=3Fiso-8859-1=3FQ=3FSj=3DF8gre?= =?us-ascii?Q?n=3F=3D?=) Original-X-From: ding-owner+M31442@lists.math.uh.edu Sun May 19 23:47:19 2013 Return-path: Envelope-to: ding-account@gmane.org Original-Received: from util0.math.uh.edu ([129.7.128.18]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1UeBRk-00075X-DL for ding-account@gmane.org; Sun, 19 May 2013 23:47:16 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.math.uh.edu) by util0.math.uh.edu with smtp (Exim 4.63) (envelope-from ) id 1UeBQE-0001Vz-NL; Sun, 19 May 2013 16:45:42 -0500 Original-Received: from mx2.math.uh.edu ([129.7.128.33]) by util0.math.uh.edu with esmtps (TLSv1:AES256-SHA:256) (Exim 4.63) (envelope-from ) id 1UeBQD-0001Vo-6R for ding@lists.math.uh.edu; Sun, 19 May 2013 16:45:41 -0500 Original-Received: from quimby.gnus.org ([80.91.231.51]) by mx2.math.uh.edu with esmtps (TLSv1:AES256-SHA:256) (Exim 4.76) (envelope-from ) id 1UeBQ7-0006Xc-QG for ding@lists.math.uh.edu; Sun, 19 May 2013 16:45:40 -0500 Original-Received: from shell0.rawbw.com ([198.144.192.45] ident=root) by quimby.gnus.org with esmtp (Exim 4.72) (envelope-from ) id 1UeBQ5-00007L-NV for ding@gnus.org; Sun, 19 May 2013 23:45:33 +0200 Original-Received: from rawbw.com (m208-249.dsl.rawbw.com [198.144.208.249]) by shell0.rawbw.com (8.14.4/8.14.4) with ESMTP id r4JLjUR1080805; Sun, 19 May 2013 14:45:30 -0700 (PDT) (envelope-from mike.kupfer@xemacs.org) In-Reply-To: Your message of "Sun\, 19 May 2013 21\:23\:47 +0200." <87a9nqu62k.fsf@topper.koldfront.dk> X-Mailer: MH-E 8.0.3; nmh 1.3; XEmacs 21.5 (beta33) X-Spam-Score: -1.9 (-) List-ID: Precedence: bulk Xref: news.gmane.org gmane.emacs.gnus.general:83176 Archived-At: Hi Adam! Adam Sj=C3=B8gren wrote: > It looks like the XEmacs runs on the buildbot: >=20 > * http://www.randomsample.de:4456/waterfall >=20 > have been failing since a21954c3 "Prefer UTF-8 when the encoding > shouldn't matter and changes are small". >=20 > The 21.5 build fails with: >=20 > Compiling /var/lib/buildbot/slaves/debian/build-xemacs21.5/build/lisp= /gnus-spec.el... > While compiling gnus-parse-complex-format in file /var/lib/buildbot/s= laves/debian/build-xemacs21.5/build/lisp/gnus-spec.el: > !! error (("reference to free variable =EF=BF=BD")) I expect this has something to do with the guillemet quote, maybe the comparison with ``delim'': (=3D delim ?\=C2=AB)) (I hope that came out okay; I'm copying it from a Latin-1 file to a UTF-8 email message, and I don't know if XEmacs will do the conversion properly.) a21954c3 changed the source encoding of gnus-spec.el from Latin-1 to UTF-8. Were the involved XEmacsen (the buildbot one and yours) configured with --with-mule? IIRC, it's not the default. mike