From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/38217 Path: main.gmane.org!not-for-mail From: Harry Putnam Newsgroups: gmane.emacs.gnus.general Subject: compile problems in todays cvs? Date: Thu, 23 Aug 2001 11:24:50 -0700 Message-ID: <200108231824.f7NIOoP13094@reader.local.lan> NNTP-Posting-Host: coloc-standby.netfonds.no X-Trace: main.gmane.org 1035174117 21200 80.91.224.250 (21 Oct 2002 04:21:57 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Mon, 21 Oct 2002 04:21:57 +0000 (UTC) Return-Path: Return-Path: Original-Received: (qmail 1983 invoked from network); 23 Aug 2001 18:25:05 -0000 Original-Received: from mail.networkone.net (209.144.112.246) by gnus.org with SMTP; 23 Aug 2001 18:25:05 -0000 Original-Received: (qmail 26319 invoked from network); 23 Aug 2001 18:25:00 -0000 Original-Received: from unknown (HELO reader.local.lan) (209.144.117.151) by mail.networkone.net with SMTP; 23 Aug 2001 18:25:00 -0000 Original-Received: (from reader@localhost) by reader.local.lan (8.11.2/8.11.0) id f7NIOoP13094 for ding@gnus.org; Thu, 23 Aug 2001 11:24:50 -0700 Original-To: ding@gnus.org Original-Lines: 71 Xref: main.gmane.org gmane.emacs.gnus.general:38217 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:38217 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(# nil "~/.emacs" nil t) load-with-code-conversion("/home/reader/.emacs" "~/.emacs" t t) load("~/.emacs" t t) #[nil "…—   γονναξδ­μιξ娩   ξοςναμ­τοπ­μεφε쨩 ======================================== 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.