From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/39187 Path: main.gmane.org!not-for-mail From: Michael.Cook@cisco.com Newsgroups: gmane.emacs.gnus.general Subject: build problems: gnus-load.el Date: Sun, 07 Oct 2001 13:24:00 -0400 Sender: owner-ding@hpc.uh.edu Message-ID: NNTP-Posting-Host: coloc-standby.netfonds.no Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1035174934 26545 80.91.224.250 (21 Oct 2002 04:35:34 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Mon, 21 Oct 2002 04:35:34 +0000 (UTC) Return-Path: Original-Received: (qmail 15230 invoked from network); 7 Oct 2001 17:24:57 -0000 Original-Received: from malifon.math.uh.edu (mail@129.7.128.13) by mastaler.com with SMTP; 7 Oct 2001 17:24:57 -0000 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 15qHfU-0006va-00; Sun, 07 Oct 2001 12:24:48 -0500 Original-Received: by sina.hpc.uh.edu (TLB v0.09a (1.20 tibbs 1996/10/09 22:03:07)); Sun, 07 Oct 2001 12:24:24 -0500 (CDT) 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 MAA16735 for ; Sun, 7 Oct 2001 12:24:13 -0500 (CDT) Original-Received: (qmail 15203 invoked by alias); 7 Oct 2001 17:24:29 -0000 Original-Received: (qmail 15198 invoked from network); 7 Oct 2001 17:24:28 -0000 Original-Received: from funnel.cisco.com (161.44.168.79) by gnus.org with SMTP; 7 Oct 2001 17:24:28 -0000 Original-Received: from spamsicle.cisco.com (mirapoint@spamsicle.cisco.com [161.44.172.225]) by funnel.cisco.com (8.8.5-Cisco.1/8.6.5) with ESMTP id NAA26174 for ; Sun, 7 Oct 2001 13:24:02 -0400 (EDT) Original-Received: from zzz.cisco.com (zzz.cisco.com [10.89.5.93]) by spamsicle.cisco.com (Mirapoint) with ESMTP id AAA02008; Sun, 7 Oct 2001 13:24:00 -0400 (EDT) Original-Received: (from zzz@localhost) by zzz.cisco.com (8.11.6/8.11.6) id f97HO0b09075; Sun, 7 Oct 2001 13:24:00 -0400 Original-To: ding@gnus.org Original-Lines: 47 User-Agent: Gnus/5.090004 (Oort Gnus v0.04) Emacs/20.7 Precedence: list X-Majordomo: 1.94.jlt7 Xref: main.gmane.org gmane.emacs.gnus.general:39187 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:39187 does this gnus-load.el problem look familiar to anyone? $ cvs -q update -dP ? texi/gnusconfig.tex P lisp/ChangeLog P lisp/Makefile.in P lisp/gnus-art.el P lisp/gnus-group.el P lisp/gnus-util.el P lisp/message.el P lisp/rfc2047.el $ ./configure --prefix=/local loading cache ./config.cache checking whether make sets ${MAKE}... (cached) yes checking for a BSD compatible install... (cached) /usr/bin/install -c checking for makeinfo... (cached) makeinfo checking for emacs... (cached) emacs checking if emacs is really XEmacs... (cached) no checking where .elc files should go... $(prefix)/share/emacs/site-lisp checking where etc files should go... $(lispdir)/../etc checking for acceptable URL version... (cached) no checking for acceptable W3 version... (cached) no checking for latex... (cached) /usr/bin/latex checking for available fonts... no creating ./config.status creating Makefile creating etc/Makefile creating lisp/Makefile creating texi/Makefile creating texi/gnusconfig.tex creating texi/ps/Makefile gmake -C gnus install gmake[1]: Entering directory `/u/zzz/gnus' cd lisp && gmake EMACS="emacs" lispdir="/local/share/emacs/site-lisp" install gmake[2]: Entering directory `/u/zzz/gnus/lisp' /bin/sh ../mkinstalldirs /local/share/emacs/site-lisp echo " /usr/bin/install -c -m 644 gnus-load.el /local/share/emacs/site-lisp/gnus-load.el" /usr/bin/install -c -m 644 gnus-load.el /local/share/emacs/site-lisp/gnus-load.el /usr/bin/install -c -m 644 gnus-load.el /local/share/emacs/site-lisp/gnus-load.el /usr/bin/install: cannot stat `gnus-load.el': No such file or directory gmake[2]: *** [install-el] Error 1 gmake[2]: Leaving directory `/u/zzz/gnus/lisp' gmake[1]: *** [install] Error 2 gmake[1]: Leaving directory `/u/zzz/gnus' gmake: *** [install] Error 2 m.