Gnus development mailing list
 help / color / mirror / Atom feed
* compile problems in todays cvs?
@ 2001-08-23 18:24 Harry Putnam
  2001-08-23 18:40 ` Lars Magne Ingebrigtsen
  0 siblings, 1 reply; 3+ messages in thread
From: Harry Putnam @ 2001-08-23 18:24 UTC (permalink / raw)


[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1: Type: text/plain, Size: 2943 bytes --]

Setup: Emacs-21 - ognus  todays (8/23/01) cvs

Anyone else getting problems compiling todays cvs?

Following `cvs update' 
`make distclean'

The tail of ./configure && make 

    Generating autoloads for gnus-soup.el...done
    Generating autoloads for gnus-spec.el...
    Scan error: "Unbalanced parentheses", 3839, 21114
    make[1]: *** [gnus-load.elc] Error 255
    make[1]: Leaving directory `/anex/local/gnus_04/lisp'
    make: *** [lick] Error 2

Starting emacs from command line gives:

   Symbol's function definition is void: message-make-domain
[...]


Starting emacs with --debug-init

========================================
Debugger entered--Lisp error: (void-function message-make-domain)
  (message-make-domain)
  (or gnus-local-domain (message-make-domain) (system-name) "")
  (concat "^" (user-login-name) "$\\|^" (user-login-name) "@\\([-a-z0-9]+\\.\\)*" (or gnus-local-domain (message-make-domain) (system-name) "") "$")
  eval((concat "^" (user-login-name) "$\\|^" (user-login-name) "@\\([-a-z0-9]+\\.\\)*" (or gnus-local-domain (message-make-domain) (system-name) "") "$"))
  custom-initialize-reset(bbdb/gnus-split-myaddr-regexp (concat "^" (user-login-name) "$\\|^" (user-login-name) "@\\([-a-z0-9]+\\.\\)*" (or gnus-local-domain (message-make-domain) (system-name) "") "$"))
  custom-declare-variable(bbdb/gnus-split-myaddr-regexp (concat "^" (user-login-name) "$\\|^" (user-login-name) "@\\([-a-z0-9]+\\.\\)*" (or gnus-local-domain (message-make-domain) (system-name) "") "$") ("/usr/local/bbdb/lisp/bbdb-gnus.elc" . -22417) :group bbdb-mua-specific-gnus-splitting :type string)
  (bbdb-insinuate-gnus)
  eval-buffer(#<buffer  *load*> nil "~/.emacs" nil t)
  load-with-code-conversion("/home/reader/.emacs" "~/.emacs" t t)
  load("~/.emacs" t t)
  #[nil "\b…—
  ãïííáîä­ìéî娩
  îïòíáì­ôïð­ìåöå쨩
========================================

I do have some code in .gnus about fqdn:

   (defun message-make-fqdn ()
     "My  hacked message-id."
     "reader.newsguy.com")

But since gnus isn't loaded, this must be coming from `message'

grep -A3 -r  'message-make-domain' /usr/local/gnus_04/lisp/*.el

   /usr/local/gnus_04/lisp/message.el:      (concat (user-login-name) "@" (message-make-domain))))
   /usr/local/gnus_04/lisp/message.el-
   /usr/local/gnus_04/lisp/message.el-(defun message-user-mail-address ()
   /usr/local/gnus_04/lisp/message.el-  "Return the pertinent part of `user-mail-address'."
   --
   /usr/local/gnus_04/lisp/message.el:(defun message-make-domain ()
   /usr/local/gnus_04/lisp/message.el-  "Return the domain name."
   /usr/local/gnus_04/lisp/message.el-  (or mail-host-address
   /usr/local/gnus_04/lisp/message.el-      (message-make-fqdn)))

Something there must be the source.


NOTE: I think `M-c'

`M-c'
     Clear the data from the current group--nix out marks and the list
     of read articles (`gnus-group-clear-data').

Is still broken too, but I couldn't tell in todays cvs.


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

* Re: compile problems in todays cvs?
  2001-08-23 18:24 compile problems in todays cvs? Harry Putnam
@ 2001-08-23 18:40 ` Lars Magne Ingebrigtsen
  2001-08-23 18:55   ` Lars Magne Ingebrigtsen
  0 siblings, 1 reply; 3+ messages in thread
From: Lars Magne Ingebrigtsen @ 2001-08-23 18:40 UTC (permalink / raw)


Harry Putnam <reader@newsguy.com> writes:

>     Scan error: "Unbalanced parentheses", 3839, 21114
>     make[1]: *** [gnus-load.elc] Error 255

ShengHuo has just fixed this bug of mine.

But now I'm unable to compile Gnus doe to

While compiling toplevel forms in file /home/larsi/pgnus/lisp/gnus-delay.el:
  !! Wrong type argument ((number-or-marker-p nil))

I wonder what I did to make that happen...  Hmm...

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


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

* Re: compile problems in todays cvs?
  2001-08-23 18:40 ` Lars Magne Ingebrigtsen
@ 2001-08-23 18:55   ` Lars Magne Ingebrigtsen
  0 siblings, 0 replies; 3+ messages in thread
From: Lars Magne Ingebrigtsen @ 2001-08-23 18:55 UTC (permalink / raw)


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

> I wonder what I did to make that happen...  Hmm...

Ah.  A char-int was defined in lpath.  Fixed now.

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


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

end of thread, other threads:[~2001-08-23 18:55 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2001-08-23 18:24 compile problems in todays cvs? Harry Putnam
2001-08-23 18:40 ` Lars Magne Ingebrigtsen
2001-08-23 18:55   ` 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).