From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/59852 Path: main.gmane.org!not-for-mail From: Norbert Koch Newsgroups: gmane.emacs.gnus.general Subject: Re: make install fails in current CVS Date: Sat, 19 Feb 2005 21:29:57 +0100 Message-ID: References: <87u0o8snfc.fsf@tc-1-100.kawasaki.gol.ne.jp> <87oeegslpz.fsf@tc-1-100.kawasaki.gol.ne.jp> <87is4oskgj.fsf@tc-1-100.kawasaki.gol.ne.jp> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1108845044 31447 80.91.229.2 (19 Feb 2005 20:30:44 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sat, 19 Feb 2005 20:30:44 +0000 (UTC) Original-X-From: ding-owner+M8393@lists.math.uh.edu Sat Feb 19 21:30:44 2005 Original-Received: from malifon.math.uh.edu ([129.7.128.13] ident=mail) by ciao.gmane.org with esmtp (Exim 4.43) id 1D2bFJ-000456-TQ for ding-account@gmane.org; Sat, 19 Feb 2005 21:30:34 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.math.uh.edu ident=lists) by malifon.math.uh.edu with smtp (Exim 3.20 #1) id 1D2bEZ-0000Ge-00; Sat, 19 Feb 2005 14:29:47 -0600 Original-Received: from util2.math.uh.edu ([129.7.128.23]) by malifon.math.uh.edu with esmtp (Exim 3.20 #1) id 1D2bEU-0000GZ-00 for ding@lists.math.uh.edu; Sat, 19 Feb 2005 14:29:42 -0600 Original-Received: from quimby.gnus.org ([80.91.224.244]) by util2.math.uh.edu with esmtp (Exim 4.30) id 1D2bER-0000w2-Lh for ding@lists.math.uh.edu; Sat, 19 Feb 2005 14:29:39 -0600 Original-Received: from mail.lf.net ([212.9.160.2]) by quimby.gnus.org with esmtp (Exim 3.35 #1 (Debian)) id 1D2bEQ-0001Af-00 for ; Sat, 19 Feb 2005 21:29:38 +0100 Original-Received: from arafel.viteno.net ([213.178.172.254]) by mail.LF.net with esmtp (Exim 4.41) id 1D2bEQ-0001Nr-CD for ding@gnus.org; Sat, 19 Feb 2005 21:29:38 +0100 Original-Received: from nk by arafel.viteno.net with local (Exim 4.44 (FreeBSD)) id 1D2bEj-0006NX-CL for ding@gnus.org; Sat, 19 Feb 2005 21:29:57 +0100 Original-To: ding@gnus.org X-Face: 5*nyF1\39:,h6Sk1<}(t1O5x!y5y6@XzBRq5LAYj;Xzb*Ak,]@$HL@>: c&#dUFU=U8O(+/6T0k{j{1~uS@GVk4zurEEb.~MoSbG2pM4z!~/<@.tcd `uD`fNR+TM\@++x@!/Bq)24"xD_kGn,jqwVQa|R'|FFxgWa+$0x]p>KE9E /Xk0$%a*2*K]"zOtbk9v0sNgwb2H"IOaEjCVolb5&yW`o#w2}!w!M{Dn&{K0t Mail-Followup-To: ding@gnus.org In-Reply-To: <87is4oskgj.fsf@tc-1-100.kawasaki.gol.ne.jp> (Miles Bader's message of "Sat, 19 Feb 2005 23:17:16 +0900") User-Agent: Gnus/5.110003 (No Gnus v0.3) XEmacs/21.4.17 (berkeley-unix) X-Spam-Score: -4.9 (----) Precedence: bulk Original-Sender: ding-owner@lists.math.uh.edu X-MailScanner-From: ding-owner+m8393@lists.math.uh.edu X-MailScanner-To: ding-account@gmane.org Xref: main.gmane.org gmane.emacs.gnus.general:59852 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:59852 Miles Bader writes: > Norbert Koch writes: > > You're not going to love me for this ... > > Oh well, it's what I get for `debugging by email'... Sorry, I've been away for some time. There's still something strange here. A lot of error messages are coming. Here's the last successful step and the first failure: /usr/local/bin/ginstall -c -m 644 gnus-tut.txt /usr/users/nk/local/lib/xemacs/site-packages/lisp/gnus/../../etc/gnus-tut.txt /bin/sh ../mkinstalldirs /usr/users/nk/local/lib/xemacs/site-packages/lisp/gnus/../../etc/gnus cd . \ && for p in images/gnus/*.xpm images/gnus/*.pbm images/gnus/*.xbm images/gnus/x-splash; do \ echo " /usr/local/bin/ginstall -c -m 644 $p /usr/users/nk/local/lib/xemacs/site-packages/lisp/gnus/../../etc/$p"; \ /usr/local/bin/ginstall -c -m 644 $p /usr/users/nk/local/lib/xemacs/site-packages/lisp/gnus/../../etc/$p; \ done /usr/local/bin/ginstall -c -m 644 images/gnus/bar.xpm /usr/users/nk/local/lib/xemacs/site-packages/lisp/gnus/../../etc/images/gnus/bar.xpm /usr/local/bin/ginstall: cannot create regular file `/usr/users/nk/local/lib/xemacs/site-packages/lisp/gnus/../../etc/images/gnus/bar.xpm': No such file or directory Ah, now I understand. The target directory is not created, yet. IMO, it also lacks a 'gnus' in its path: /path/to/site-packages/lisp/gnus/../../etc/gnus/images/ ^^^^ here. Does this help you? Thanks, norbert.