Gnus development mailing list
 help / color / mirror / Atom feed
* Buildbot mails restored
@ 2014-02-01  9:56 David Engster
  2014-02-01 19:53 ` Lars Ingebrigtsen
  0 siblings, 1 reply; 18+ messages in thread
From: David Engster @ 2014-02-01  9:56 UTC (permalink / raw)
  To: ding

I updated the Buildbot some time ago to its newest version and
unfortunately didn't notice that mail sending for the Gnus project
stopped working. I fixed that now and forced a new build, so failure
notices will now turn up in the gnus.buildbot mailing list.

-David



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

* Re: Buildbot mails restored
  2014-02-01  9:56 Buildbot mails restored David Engster
@ 2014-02-01 19:53 ` Lars Ingebrigtsen
  2014-02-01 20:13   ` Lars Ingebrigtsen
  0 siblings, 1 reply; 18+ messages in thread
From: Lars Ingebrigtsen @ 2014-02-01 19:53 UTC (permalink / raw)
  To: ding

David Engster <deng@randomsample.de> writes:

> I updated the Buildbot some time ago to its newest version and
> unfortunately didn't notice that mail sending for the Gnus project
> stopped working. I fixed that now and forced a new build, so failure
> notices will now turn up in the gnus.buildbot mailing list.

Aha.  Great.  I was wondering why none of my recent changes triggered
any build problems.  >"?

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



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

* Re: Buildbot mails restored
  2014-02-01 19:53 ` Lars Ingebrigtsen
@ 2014-02-01 20:13   ` Lars Ingebrigtsen
  2014-02-01 20:39     ` Lars Ingebrigtsen
  0 siblings, 1 reply; 18+ messages in thread
From: Lars Ingebrigtsen @ 2014-02-01 20:13 UTC (permalink / raw)
  To: ding

Ok, I've now gotten most of the bugs, but this still fails:

While compiling toplevel forms in file /var/lib/buildbot/slaves/debian/build-xemacs21.5/build/lisp/gnus-gravatar.el:
  !! Symbol's value as variable is void ((w3-configuration-directory))

But I can't find any reference to this w3 thing in the sources any
more...  Anybody got any ideas?

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




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

* Re: Buildbot mails restored
  2014-02-01 20:13   ` Lars Ingebrigtsen
@ 2014-02-01 20:39     ` Lars Ingebrigtsen
  2014-02-01 20:56       ` David Engster
  0 siblings, 1 reply; 18+ messages in thread
From: Lars Ingebrigtsen @ 2014-02-01 20:39 UTC (permalink / raw)
  To: ding

Lars Ingebrigtsen <larsi@gnus.org> writes:

> Ok, I've now gotten most of the bugs, but this still fails:
>
> While compiling toplevel forms in file
> /var/lib/buildbot/slaves/debian/build-xemacs21.5/build/lisp/gnus-gravatar.el:
>   !! Symbol's value as variable is void ((w3-configuration-directory))
>
> But I can't find any reference to this w3 thing in the sources any
> more...  Anybody got any ideas?

I don't get this when I try compiling with XEmacs myself.  Does it need
to re-run autoconf or something?

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



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

* Re: Buildbot mails restored
  2014-02-01 20:39     ` Lars Ingebrigtsen
@ 2014-02-01 20:56       ` David Engster
  2014-02-01 21:00         ` Lars Ingebrigtsen
  0 siblings, 1 reply; 18+ messages in thread
From: David Engster @ 2014-02-01 20:56 UTC (permalink / raw)
  To: Lars Ingebrigtsen; +Cc: ding

Lars Ingebrigtsen writes:
> Lars Ingebrigtsen <larsi@gnus.org> writes:
>
>> Ok, I've now gotten most of the bugs, but this still fails:
>>
>> While compiling toplevel forms in file
>> /var/lib/buildbot/slaves/debian/build-xemacs21.5/build/lisp/gnus-gravatar.el:
>>   !! Symbol's value as variable is void ((w3-configuration-directory))
>>
>> But I can't find any reference to this w3 thing in the sources any
>> more...  Anybody got any ideas?
>
> I don't get this when I try compiling with XEmacs myself.  Does it need
> to re-run autoconf or something?

The XEmacs on the buildbot has all the Sumo packages installed, which
also includes w3. The warning occurs because of the require for
url-cache, which is part of w3 and which uses
w3-configuration-directory.

What really confuses me though is that when I compile manually with '-f
batch-byte-compile-file', I don't get this warning. It seems to be
something in dgnushack which somehow triggers this. Very strange.

-David



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

* Re: Buildbot mails restored
  2014-02-01 20:56       ` David Engster
@ 2014-02-01 21:00         ` Lars Ingebrigtsen
  2014-02-01 21:04           ` David Engster
  0 siblings, 1 reply; 18+ messages in thread
From: Lars Ingebrigtsen @ 2014-02-01 21:00 UTC (permalink / raw)
  To: ding

David Engster <deng@randomsample.de> writes:

> The XEmacs on the buildbot has all the Sumo packages installed, which
> also includes w3. The warning occurs because of the require for
> url-cache, which is part of w3 and which uses
> w3-configuration-directory.
>
> What really confuses me though is that when I compile manually with '-f
> batch-byte-compile-file', I don't get this warning. It seems to be
> something in dgnushack which somehow triggers this. Very strange.

Hm.  What should `w3-configuration-directory' be to silence the warning?
dgnushack could just set it...

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



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

* Re: Buildbot mails restored
  2014-02-01 21:00         ` Lars Ingebrigtsen
@ 2014-02-01 21:04           ` David Engster
  2014-02-01 21:11             ` Lars Ingebrigtsen
  0 siblings, 1 reply; 18+ messages in thread
From: David Engster @ 2014-02-01 21:04 UTC (permalink / raw)
  To: Lars Ingebrigtsen; +Cc: ding

Lars Ingebrigtsen writes:
> David Engster <deng@randomsample.de> writes:
>
>> The XEmacs on the buildbot has all the Sumo packages installed, which
>> also includes w3. The warning occurs because of the require for
>> url-cache, which is part of w3 and which uses
>> w3-configuration-directory.
>>
>> What really confuses me though is that when I compile manually with '-f
>> batch-byte-compile-file', I don't get this warning. It seems to be
>> something in dgnushack which somehow triggers this. Very strange.
>
> Hm.  What should `w3-configuration-directory' be to silence the warning?
> dgnushack could just set it...

The funny thing is that the variable *is* set in XEmacs through an autoload:

`w3-configuration-directory' is a variable declared in Lisp. 
  -- loaded from "/opt/xemacs-21.5/share/xemacs/xemacs-packages/lisp/w3/auto-autoloads" 
 
Value: "~/.w3/" 

So what does dgnushack do that it is removed during compile?

-David



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

* Re: Buildbot mails restored
  2014-02-01 21:04           ` David Engster
@ 2014-02-01 21:11             ` Lars Ingebrigtsen
  2014-02-01 21:17               ` David Engster
  0 siblings, 1 reply; 18+ messages in thread
From: Lars Ingebrigtsen @ 2014-02-01 21:11 UTC (permalink / raw)
  To: ding

David Engster <deng@randomsample.de> writes:

> The funny thing is that the variable *is* set in XEmacs through an autoload:
>
> `w3-configuration-directory' is a variable declared in Lisp. 
>   -- loaded from
> "/opt/xemacs-21.5/share/xemacs/xemacs-packages/lisp/w3/auto-autoloads"
>
> Value: "~/.w3/" 
>
> So what does dgnushack do that it is removed during compile?

I can't see any mention of it at all in dgnushack...

And if I do a "./configure --with-emacs=xemacs" and then say "make", I
don't get any of these warnings.  This is on a Fedora 19 laptop with
xemacs-packages-extra installed (which I assume is something akin to
"sumo")...

I'll have dgnushack bind w3-configuration-directory and see whether that
helps.

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



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

* Re: Buildbot mails restored
  2014-02-01 21:11             ` Lars Ingebrigtsen
@ 2014-02-01 21:17               ` David Engster
  2014-02-01 21:19                 ` Lars Ingebrigtsen
  0 siblings, 1 reply; 18+ messages in thread
From: David Engster @ 2014-02-01 21:17 UTC (permalink / raw)
  To: Lars Ingebrigtsen; +Cc: ding

Lars Ingebrigtsen writes:
> David Engster <deng@randomsample.de> writes:
>
>> The funny thing is that the variable *is* set in XEmacs through an autoload:
>>
>> `w3-configuration-directory' is a variable declared in Lisp. 
>>   -- loaded from
>> "/opt/xemacs-21.5/share/xemacs/xemacs-packages/lisp/w3/auto-autoloads"
>>
>> Value: "~/.w3/" 
>>
>> So what does dgnushack do that it is removed during compile?
>
> I can't see any mention of it at all in dgnushack...
>
> And if I do a "./configure --with-emacs=xemacs" and then say "make", I
> don't get any of these warnings.  This is on a Fedora 19 laptop with
> xemacs-packages-extra installed (which I assume is something akin to
> "sumo")...
>
> I'll have dgnushack bind w3-configuration-directory and see whether that
> helps.

Don't be alarmed. I completely borked the Xemacs installation now. Will
re-install. :-|

-David



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

* Re: Buildbot mails restored
  2014-02-01 21:17               ` David Engster
@ 2014-02-01 21:19                 ` Lars Ingebrigtsen
  2014-02-01 21:33                   ` David Engster
  0 siblings, 1 reply; 18+ messages in thread
From: Lars Ingebrigtsen @ 2014-02-01 21:19 UTC (permalink / raw)
  To: ding

David Engster <deng@randomsample.de> writes:

> Don't be alarmed. I completely borked the Xemacs installation now. Will
> re-install. :-|

>"?

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



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

* Re: Buildbot mails restored
  2014-02-01 21:19                 ` Lars Ingebrigtsen
@ 2014-02-01 21:33                   ` David Engster
  2014-02-01 21:37                     ` Lars Ingebrigtsen
  0 siblings, 1 reply; 18+ messages in thread
From: David Engster @ 2014-02-01 21:33 UTC (permalink / raw)
  To: Lars Ingebrigtsen; +Cc: ding

Lars Ingebrigtsen writes:
> David Engster <deng@randomsample.de> writes:
>
>> Don't be alarmed. I completely borked the Xemacs installation now. Will
>> re-install. :-|

Done, and your fix made it green. I guess we'll never know what exactly
happens here.

Now there's still xemacs-21.4:

While compiling the end of the data in file /var/lib/buildbot/slaves/debian/build-xemacs21.4/build/lisp/dns.el:
  !! error (("the function network-interface-list is not known to be   defined."))

(BTW, what about dropping xemacs-21.4 support? I know it's the stable
release, but don't all the XEmacs guys use 21.5 by now?) 

> >"?

and what *is* this, anyway? :-)

-David



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

* Re: Buildbot mails restored
  2014-02-01 21:33                   ` David Engster
@ 2014-02-01 21:37                     ` Lars Ingebrigtsen
  2014-02-01 21:49                       ` David Engster
  2014-02-02 16:16                       ` smiley (was: Buildbot mails restored) Peter Münster
  0 siblings, 2 replies; 18+ messages in thread
From: Lars Ingebrigtsen @ 2014-02-01 21:37 UTC (permalink / raw)
  To: ding

David Engster <deng@randomsample.de> writes:

> Done, and your fix made it green. I guess we'll never know what exactly
> happens here.

Great.

> Now there's still xemacs-21.4:
>
> While compiling the end of the data in file
> /var/lib/buildbot/slaves/debian/build-xemacs21.4/build/lisp/dns.el:
>   !! error (("the function network-interface-list is not known to be
> defined."))

Ah, that should have been defined in lpath instead of dgnushack...
Let's see whether everything goes green now.

> (BTW, what about dropping xemacs-21.4 support? I know it's the stable
> release, but don't all the XEmacs guys use 21.5 by now?) 

Yeah, it's tempting...  

>> >"?
>
> and what *is* this, anyway? :-)

Just a smiley.  >"?

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



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

* Re: Buildbot mails restored
  2014-02-01 21:37                     ` Lars Ingebrigtsen
@ 2014-02-01 21:49                       ` David Engster
  2014-02-01 21:57                         ` Lars Ingebrigtsen
  2014-02-02 16:16                       ` smiley (was: Buildbot mails restored) Peter Münster
  1 sibling, 1 reply; 18+ messages in thread
From: David Engster @ 2014-02-01 21:49 UTC (permalink / raw)
  To: Lars Ingebrigtsen; +Cc: ding

Lars Ingebrigtsen writes:
> David Engster <deng@randomsample.de> writes:
>> While compiling the end of the data in file
>> /var/lib/buildbot/slaves/debian/build-xemacs21.4/build/lisp/dns.el:
>>   !! error (("the function network-interface-list is not known to be
>> defined."))
>
> Ah, that should have been defined in lpath instead of dgnushack...
> Let's see whether everything goes green now.

Yup.

>>> >"?
>>
>> and what *is* this, anyway? :-)
>
> Just a smiley.  >"?

I figured that much. But is it happy? Sad? Winky? Frowning? Crying? I
never even got your sig, and now this!

-David



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

* Re: Buildbot mails restored
  2014-02-01 21:49                       ` David Engster
@ 2014-02-01 21:57                         ` Lars Ingebrigtsen
  0 siblings, 0 replies; 18+ messages in thread
From: Lars Ingebrigtsen @ 2014-02-01 21:57 UTC (permalink / raw)
  To: ding

David Engster <deng@randomsample.de> writes:

>> Just a smiley.  >"?
>
> I figured that much. But is it happy? Sad? Winky? Frowning? Crying?

It's happy!!!

>  I never even got your sig, and now this!

Heh heh heh.  >"?

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



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

* smiley (was: Buildbot mails restored)
  2014-02-01 21:37                     ` Lars Ingebrigtsen
  2014-02-01 21:49                       ` David Engster
@ 2014-02-02 16:16                       ` Peter Münster
  2014-02-02 17:44                         ` smiley Ted Zlatanov
  1 sibling, 1 reply; 18+ messages in thread
From: Peter Münster @ 2014-02-02 16:16 UTC (permalink / raw)
  To: ding

On Sat, Feb 01 2014, Lars Ingebrigtsen wrote:

>>> >"?
>>
>> and what *is* this, anyway? :-)
>
> Just a smiley.  >"?

Strange, there is no support for that kind of smiley in Gnus yet... ;-)

-- 
           Peter




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

* Re: smiley
  2014-02-02 16:16                       ` smiley (was: Buildbot mails restored) Peter Münster
@ 2014-02-02 17:44                         ` Ted Zlatanov
  2014-02-02 22:46                           ` smiley Lars Ingebrigtsen
  2014-02-02 23:10                           ` smiley Adam Sjøgren
  0 siblings, 2 replies; 18+ messages in thread
From: Ted Zlatanov @ 2014-02-02 17:44 UTC (permalink / raw)
  To: ding

On Sun, 02 Feb 2014 17:16:49 +0100 Peter Münster <pmlists@free.fr> wrote: 

PM> On Sat, Feb 01 2014, Lars Ingebrigtsen wrote:
>>>> >"?
>>> 
>>> and what *is* this, anyway? :-)
>> 
>> Just a smiley.  >"?

PM> Strange, there is no support for that kind of smiley in Gnus yet... ;-)

I was tempted to add it but it would have to be a Picasso miniature.

Ted




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

* Re: smiley
  2014-02-02 17:44                         ` smiley Ted Zlatanov
@ 2014-02-02 22:46                           ` Lars Ingebrigtsen
  2014-02-02 23:10                           ` smiley Adam Sjøgren
  1 sibling, 0 replies; 18+ messages in thread
From: Lars Ingebrigtsen @ 2014-02-02 22:46 UTC (permalink / raw)
  To: ding

Ted Zlatanov <tzz@lifelogs.com> writes:

> PM> Strange, there is no support for that kind of smiley in Gnus yet... ;-)
>
> I was tempted to add it but it would have to be a Picasso miniature.

>"?

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



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

* Re: smiley
  2014-02-02 17:44                         ` smiley Ted Zlatanov
  2014-02-02 22:46                           ` smiley Lars Ingebrigtsen
@ 2014-02-02 23:10                           ` Adam Sjøgren
  1 sibling, 0 replies; 18+ messages in thread
From: Adam Sjøgren @ 2014-02-02 23:10 UTC (permalink / raw)
  To: ding

Ted Zlatanov <tzz@lifelogs.com> writes:

> I was tempted to add it but it would have to be a Picasso miniature.

"Picasso didn't start with painting women with three eyes and square
 breasts. He knew how to paint a cow."




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

end of thread, other threads:[~2014-02-02 23:10 UTC | newest]

Thread overview: 18+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-02-01  9:56 Buildbot mails restored David Engster
2014-02-01 19:53 ` Lars Ingebrigtsen
2014-02-01 20:13   ` Lars Ingebrigtsen
2014-02-01 20:39     ` Lars Ingebrigtsen
2014-02-01 20:56       ` David Engster
2014-02-01 21:00         ` Lars Ingebrigtsen
2014-02-01 21:04           ` David Engster
2014-02-01 21:11             ` Lars Ingebrigtsen
2014-02-01 21:17               ` David Engster
2014-02-01 21:19                 ` Lars Ingebrigtsen
2014-02-01 21:33                   ` David Engster
2014-02-01 21:37                     ` Lars Ingebrigtsen
2014-02-01 21:49                       ` David Engster
2014-02-01 21:57                         ` Lars Ingebrigtsen
2014-02-02 16:16                       ` smiley (was: Buildbot mails restored) Peter Münster
2014-02-02 17:44                         ` smiley Ted Zlatanov
2014-02-02 22:46                           ` smiley Lars Ingebrigtsen
2014-02-02 23:10                           ` smiley Adam Sjøgren

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).