From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/47577 Path: main.gmane.org!not-for-mail From: Andi Hechtbauer Newsgroups: gmane.emacs.gnus.general Subject: Wrong type argument: stringp when Generating cus-load.el Date: Thu, 07 Nov 2002 03:13:34 +0100 Sender: owner-ding@hpc.uh.edu Message-ID: NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1036634660 18046 80.91.224.249 (7 Nov 2002 02:04:20 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Thu, 7 Nov 2002 02:04:20 +0000 (UTC) Return-path: Original-Received: from malifon.math.uh.edu ([129.7.128.13]) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 189c1k-0004gC-00 for ; Thu, 07 Nov 2002 03:04:12 +0100 Original-Received: from sina.hpc.uh.edu ([129.7.128.10] ident=lists) by malifon.math.uh.edu with esmtp (Exim 3.20 #1) id 189c12-00031X-00; Wed, 06 Nov 2002 20:03:28 -0600 Original-Received: by sina.hpc.uh.edu (TLB v0.09a (1.20 tibbs 1996/10/09 22:03:07)); Wed, 06 Nov 2002 20:04:14 -0600 (CST) Original-Received: from sclp3.sclp.com (qmailr@sclp3.sclp.com [209.196.61.66]) by sina.hpc.uh.edu (8.9.3/8.9.3) with SMTP id UAA12754 for ; Wed, 6 Nov 2002 20:03:58 -0600 (CST) Original-Received: (qmail 29426 invoked by alias); 7 Nov 2002 02:03:03 -0000 Original-Received: (qmail 29421 invoked from network); 7 Nov 2002 02:03:02 -0000 Original-Received: from hop.spin.de (62.208.121.5) by gnus.org with SMTP; 7 Nov 2002 02:03:02 -0000 Original-Received: (qmail 5865 invoked from network); 7 Nov 2002 01:56:13 -0000 Original-Received: from unknown (HELO red.hq.spin.de) (217.235.83.124) by hop.spin.de with DES-CBC3-SHA encrypted SMTP cert postmaster@spin.de; 7 Nov 2002 01:56:13 -0000 Original-Received: from hic.hq.spin.de (hic.hq.spin.de [192.168.1.138]) by red.hq.spin.de (Postfix) with ESMTP id F143F3D2C; Thu, 7 Nov 2002 04:02:14 +0100 (CET) Original-Received: from anti by hic.hq.spin.de with local (Exim 3.36 #1 (Debian)) id 189cAo-0001Ne-00; Thu, 07 Nov 2002 03:13:34 +0100 Original-To: ding@gnus.org X-PGP-Key-ID: 4E6E583C X-PGP-Key-At: http://staff.spin.de/~anti/anti.key.txt X-PGP-Fingerprint: 1E56 49B2 20C4 6B6E 88F2 C6B7 0230 2F52 4E6E 583C Original-Lines: 29 User-Agent: Gnus/5.090008 (Oort Gnus v0.08) Emacs/21.2 (i386-pc-linux-gnu) Precedence: list X-Majordomo: 1.94.jlt7 Xref: main.gmane.org gmane.emacs.gnus.general:47577 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:47577 Hi, from time to time I do a clean compile of CVS gnus, as I usually just "make some". But this morning (and up til now, using the freshest CVS gnus) the procedure "make distclean; ./configure; make" broke at making gnus-load.el: $ make cd lisp && make EMACS="emacs" lispdir="/usr/share/emacs/site-lisp" all make[1]: Entering directory `/home/anti/lib/emacs/pgnus/lisp' rm -f *.elc gnus-load.el URLDIR=no W3DIR=no lispdir=/usr/share/emacs/site-lisp srcdir=. emacs -batch -q -no-site-file -l ./dgnushack.el -f dgnushack-make-cus-load . Loading cus-dep... Directory . Generating cus-load.el... Wrong type argument: stringp, (mm-inline-text-html-with-w3m-keymap custom-variable) make[1]: *** [gnus-load.el] Error 255 make[1]: Leaving directory `/home/anti/lib/emacs/pgnus/lisp' make: *** [lick] Error 2 This is after I configured away url and w3, having them activated makes no difference. Is this obvious to one of you? Has anyone seen the same thing and can shed some light on a lisp-dummy? Thanks for looking, Andi