Gnus development mailing list
 help / color / mirror / Atom feed
* Re: Build 207 on xemacs21.5-linux - Build failed: failed compile on rev. 7eba7601cf458aa3e7bb0f49c57464dcee5958e4
       [not found] <E1QcKpv-0003CU-2d@v3-1008.vxen.de>
@ 2011-06-30 18:10 ` Lars Magne Ingebrigtsen
  2011-06-30 18:37   ` David Engster
  0 siblings, 1 reply; 5+ messages in thread
From: Lars Magne Ingebrigtsen @ 2011-06-30 18:10 UTC (permalink / raw)
  To: ding

gnus-buildbot@randomsample.de writes:

> The Buildbot has detected a failed build on builder xemacs21.5-linux while building Gnus.
> Full details are available at:
>  http://randomsample.de/gnus-buildbot/builders/xemacs21.5-linux/builds/207

XEmacs 21.4 doesn't have `sha1'?  

-- 
(domestic pets only, the antidote for overdose, milk.)
  bloggy blog http://lars.ingebrigtsen.no/



^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: Build 207 on xemacs21.5-linux - Build failed: failed compile on rev. 7eba7601cf458aa3e7bb0f49c57464dcee5958e4
  2011-06-30 18:10 ` Build 207 on xemacs21.5-linux - Build failed: failed compile on rev. 7eba7601cf458aa3e7bb0f49c57464dcee5958e4 Lars Magne Ingebrigtsen
@ 2011-06-30 18:37   ` David Engster
  2011-06-30 18:41     ` Lars Magne Ingebrigtsen
  0 siblings, 1 reply; 5+ messages in thread
From: David Engster @ 2011-06-30 18:37 UTC (permalink / raw)
  To: ding

Lars Magne Ingebrigtsen writes:
> gnus-buildbot@randomsample.de writes:
>
>> The Buildbot has detected a failed build on builder xemacs21.5-linux while building Gnus.
>> Full details are available at:
>>  http://randomsample.de/gnus-buildbot/builders/xemacs21.5-linux/builds/207
>
> XEmacs 21.4 doesn't have `sha1'?  

It does, but XEmacs is called with "-no-autoloads", that's why it cannot
find it. But Gnus ships with sha1.el... I'm don't really understand
it. If I remove the "-no-autoloads" from the Makefile, it compiles
auth-source.el just fine.

-David



^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: Build 207 on xemacs21.5-linux - Build failed: failed compile on rev. 7eba7601cf458aa3e7bb0f49c57464dcee5958e4
  2011-06-30 18:37   ` David Engster
@ 2011-06-30 18:41     ` Lars Magne Ingebrigtsen
  2011-06-30 18:48       ` David Engster
  0 siblings, 1 reply; 5+ messages in thread
From: Lars Magne Ingebrigtsen @ 2011-06-30 18:41 UTC (permalink / raw)
  To: ding

David Engster <deng@randomsample.de> writes:

> It does, but XEmacs is called with "-no-autoloads", that's why it cannot
> find it. But Gnus ships with sha1.el... I'm don't really understand
> it. If I remove the "-no-autoloads" from the Makefile, it compiles
> auth-source.el just fine.

Huh.  I wonder what the -no-autoloads thing is meant to achieve?

-- 
(domestic pets only, the antidote for overdose, milk.)
  bloggy blog http://lars.ingebrigtsen.no/




^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: Build 207 on xemacs21.5-linux - Build failed: failed compile on rev. 7eba7601cf458aa3e7bb0f49c57464dcee5958e4
  2011-06-30 18:41     ` Lars Magne Ingebrigtsen
@ 2011-06-30 18:48       ` David Engster
  2011-06-30 20:15         ` Lars Magne Ingebrigtsen
  0 siblings, 1 reply; 5+ messages in thread
From: David Engster @ 2011-06-30 18:48 UTC (permalink / raw)
  To: ding

Lars Magne Ingebrigtsen writes:
> David Engster <deng@randomsample.de> writes:
>
>> It does, but XEmacs is called with "-no-autoloads", that's why it cannot
>> find it. But Gnus ships with sha1.el... I'm don't really understand
>> it. If I remove the "-no-autoloads" from the Makefile, it compiles
>> auth-source.el just fine.
>
> Huh.  I wonder what the -no-autoloads thing is meant to achieve?

aclocal.m4 says:

dnl This will set the XEmacs command line options to be slightly different
dnl from the Emacs ones.  If building with XEmacs the options will be
dnl "-batch -no-autoloads..." to give a much cleaner build environment.

This just seems to be the XEmacs way of doing things:

(from: http://www.xemacs.org/Documentation/21.5/html/lispref_8.html)

"It is important to note that the XEmacs used to compile packages is the
bare minimum: it is called with the `-no-autoloads'. This means that
anything not dumped into XEmacs by default needs to be specified in the
`REQUIRES' variable (for packaged Lisp) or in some cases the `PRELOADS'
(autoloads used in libraries mentioned in `PRELOADS')."

-David



^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: Build 207 on xemacs21.5-linux - Build failed: failed compile on rev. 7eba7601cf458aa3e7bb0f49c57464dcee5958e4
  2011-06-30 18:48       ` David Engster
@ 2011-06-30 20:15         ` Lars Magne Ingebrigtsen
  0 siblings, 0 replies; 5+ messages in thread
From: Lars Magne Ingebrigtsen @ 2011-06-30 20:15 UTC (permalink / raw)
  To: ding

David Engster <deng@randomsample.de> writes:

> This just seems to be the XEmacs way of doing things:

Right.

I've added an `autoload' for `sha1' to dgnushack for XEmacs, which
should make this compilation error go away.

-- 
(domestic pets only, the antidote for overdose, milk.)
  bloggy blog http://lars.ingebrigtsen.no/




^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2011-06-30 20:15 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <E1QcKpv-0003CU-2d@v3-1008.vxen.de>
2011-06-30 18:10 ` Build 207 on xemacs21.5-linux - Build failed: failed compile on rev. 7eba7601cf458aa3e7bb0f49c57464dcee5958e4 Lars Magne Ingebrigtsen
2011-06-30 18:37   ` David Engster
2011-06-30 18:41     ` Lars Magne Ingebrigtsen
2011-06-30 18:48       ` David Engster
2011-06-30 20:15         ` Lars Magne Ingebrigtsen

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).