Gnus development mailing list
 help / color / mirror / Atom feed
* Building borked for 0.23
@ 2003-05-01 14:12 Henrik Enberg
  2003-05-01 14:16 ` Lars Magne Ingebrigtsen
  0 siblings, 1 reply; 7+ messages in thread
From: Henrik Enberg @ 2003-05-01 14:12 UTC (permalink / raw)



When trying to build the very latest CVS, I get:

,--
| URLDIR=/usr/local/share/emacs/site-lisp/url W3DIR=/usr/local/share/emacs/site-lisp/w3 lispdir=/usr/local/share/emacs/site-lisp/gnus/ srcdir=. emacs -batch -q -no-site-file -l ./dgnushack.el -f dgnushack-make-auto-load .
| Attempt to visit less than an entire file
| make[1]: *** [gnus-load.el] Error 255
| make[1]: Leaving directory `/home/henrik/src/gnus/lisp'
| make: *** [lick] Error 2
`--

gnus-load.el just contains a ^L.



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

* Re: Building borked for 0.23
  2003-05-01 14:12 Building borked for 0.23 Henrik Enberg
@ 2003-05-01 14:16 ` Lars Magne Ingebrigtsen
  2003-05-01 14:20   ` Henrik Enberg
  0 siblings, 1 reply; 7+ messages in thread
From: Lars Magne Ingebrigtsen @ 2003-05-01 14:16 UTC (permalink / raw)


Henrik Enberg <henrik@enberg.org> writes:

> When trying to build the very latest CVS, I get:
>
> ,--
> | URLDIR=/usr/local/share/emacs/site-lisp/url W3DIR=/usr/local/share/emacs/site-lisp/w3 lispdir=/usr/local/share/emacs/site-lisp/gnus/ srcdir=. emacs -batch -q -no-site-file -l ./dgnushack.el -f dgnushack-make-auto-load .
> | Attempt to visit less than an entire file
> | make[1]: *** [gnus-load.el] Error 255
> | make[1]: Leaving directory `/home/henrik/src/gnus/lisp'
> | make: *** [lick] Error 2
> `--
>
> gnus-load.el just contains a ^L.

Huh.  Odd.  And that's with a clean ognus directory, and you just say
"make"? 

-- 
(domestic pets only, the antidote for overdose, milk.)
   larsi@gnus.org * Lars Magne Ingebrigtsen



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

* Re: Building borked for 0.23
  2003-05-01 14:16 ` Lars Magne Ingebrigtsen
@ 2003-05-01 14:20   ` Henrik Enberg
  2003-05-01 14:24     ` Lars Magne Ingebrigtsen
  0 siblings, 1 reply; 7+ messages in thread
From: Henrik Enberg @ 2003-05-01 14:20 UTC (permalink / raw)


Lars Magne Ingebrigtsen <larsi@gnus.org> writes:

> Henrik Enberg <henrik@enberg.org> writes:
>
>> When trying to build the very latest CVS, I get:
>>
>> ,--
>> | URLDIR=/usr/local/share/emacs/site-lisp/url W3DIR=/usr/local/share/emacs/site-lisp/w3 lispdir=/usr/local/share/emacs/site-lisp/gnus/ srcdir=. emacs -batch -q -no-site-file -l ./dgnushack.el -f dgnushack-make-auto-load .
>> | Attempt to visit less than an entire file
>> | make[1]: *** [gnus-load.el] Error 255
>> | make[1]: Leaving directory `/home/henrik/src/gnus/lisp'
>> | make: *** [lick] Error 2
>> `--
>>
>> gnus-load.el just contains a ^L.
>
> Huh.  Odd.  And that's with a clean ognus directory, and you just say
> "make"? 

Yup.

./configure --with-lispdir=/usr/local/share/emacs/site-lisp/gnus/ 
--with-etcdir=/usr/local/share/emacs/site-lisp/gnus/etc/ 
--with-url=/usr/local/share/emacs/site-lisp/url/ 
--with-w3=/usr/local/share/emacs/site-lisp/w3/'

and then `make'.



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

* Re: Building borked for 0.23
  2003-05-01 14:20   ` Henrik Enberg
@ 2003-05-01 14:24     ` Lars Magne Ingebrigtsen
  2003-05-01 14:40       ` Henrik Enberg
  0 siblings, 1 reply; 7+ messages in thread
From: Lars Magne Ingebrigtsen @ 2003-05-01 14:24 UTC (permalink / raw)


Henrik Enberg <henrik@enberg.org> writes:

>>> | URLDIR=/usr/local/share/emacs/site-lisp/url W3DIR=/usr/local/share/emacs/site-lisp/w3 lispdir=/usr/local/share/emacs/site-lisp/gnus/ srcdir=. emacs -batch -q -no-site-file -l ./dgnushack.el -f dgnushack-make-auto-load .
>>> | Attempt to visit less than an entire file

Try running the `dgnushack-make-auto-load' manually with
`debug-on-error' switched on and see what it complains about.

Things work OK here with Emacs 21.3.50.1.

-- 
(domestic pets only, the antidote for overdose, milk.)
   larsi@gnus.org * Lars Magne Ingebrigtsen



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

* Re: Building borked for 0.23
  2003-05-01 14:24     ` Lars Magne Ingebrigtsen
@ 2003-05-01 14:40       ` Henrik Enberg
  2003-05-01 14:43         ` Henrik Enberg
  0 siblings, 1 reply; 7+ messages in thread
From: Henrik Enberg @ 2003-05-01 14:40 UTC (permalink / raw)


Lars Magne Ingebrigtsen <larsi@gnus.org> writes:

> Henrik Enberg <henrik@enberg.org> writes:
>
>>>> | URLDIR=/usr/local/share/emacs/site-lisp/url W3DIR=/usr/local/share/emacs/site-lisp/w3 lispdir=/usr/local/share/emacs/site-lisp/gnus/ srcdir=. emacs -batch -q -no-site-file -l ./dgnushack.el -f dgnushack-make-auto-load .
>>>> | Attempt to visit less than an entire file
>
> Try running the `dgnushack-make-auto-load' manually with
> `debug-on-error' switched on and see what it complains about.

I can't. It tells me kill-buffer is an invalid function :)

> Things work OK here with Emacs 21.3.50.1.

It looks like this is an Emacs CVS issue.  It's severly broken
somewhere.  Downgrading to CVS from 2002-04-28 fixed the problem.



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

* Re: Building borked for 0.23
  2003-05-01 14:40       ` Henrik Enberg
@ 2003-05-01 14:43         ` Henrik Enberg
  2003-05-01 15:20           ` Xavier Maillard
  0 siblings, 1 reply; 7+ messages in thread
From: Henrik Enberg @ 2003-05-01 14:43 UTC (permalink / raw)


Henrik Enberg <henrik@enberg.org> writes:

> Downgrading to CVS from 2002-04-28 fixed the problem.

Emacs CVS that is.



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

* Re: Building borked for 0.23
  2003-05-01 14:43         ` Henrik Enberg
@ 2003-05-01 15:20           ` Xavier Maillard
  0 siblings, 0 replies; 7+ messages in thread
From: Xavier Maillard @ 2003-05-01 15:20 UTC (permalink / raw)
  Cc: ding

[-- Attachment #1: Type: text/plain, Size: 398 bytes --]

On 1 mai 2003, Henrik Enberg said:

>  Henrik Enberg <henrik@enberg.org> writes:
>  
> >  Downgrading to CVS from 2002-04-28 fixed the problem.
>  
>  Emacs CVS that is.

No problem here with a fresh CVS update from Emacs and Gnus (less than
1 hour)

zeDek
-- 
http://www.gnusfr.org -- French Gnus user site

Anti-war disclaimer:
	"Bombing for peace is like fucking for virginity"

[-- Attachment #2: Type: application/pgp-signature, Size: 188 bytes --]

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

end of thread, other threads:[~2003-05-01 15:20 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-05-01 14:12 Building borked for 0.23 Henrik Enberg
2003-05-01 14:16 ` Lars Magne Ingebrigtsen
2003-05-01 14:20   ` Henrik Enberg
2003-05-01 14:24     ` Lars Magne Ingebrigtsen
2003-05-01 14:40       ` Henrik Enberg
2003-05-01 14:43         ` Henrik Enberg
2003-05-01 15:20           ` Xavier Maillard

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