|
Namazu for hns による簡易全文検索 詳しくは 詳細指定/ヘルプを参照して下さい |
|||||||||||||||||||||||||||||||||||||||||||||
2013年04月09日(火) 旧暦 [n年日記] [更新:"2013/04/21 21:38:30"]#1 [pkgsrc] wip/tc-git
ERROR: The following files are in the PLIST but not in
/export/CHROOT/usr/pkgsrc/wip/tc-git/work/.destdir/usr/pkg:
ERROR: ... ... work/.destdir/usr/pkg/share/emacs/site-lisp/tc-2.99.2/tc-image.elc
ERROR: ... ... work/.destdir/usr/pkg/share/emacs/site-lisp/tc-2.99.2/tc-is18.elc
ERROR: ... ... work/.destdir/usr/pkg/share/emacs/site-lisp/tc-2.99.2/tc-is19.elc
ERROR: ... ... work/.destdir/usr/pkg/share/emacs/site-lisp/tc-2.99.2/tc-is20.elc
ERROR: ... ... work/.destdir/usr/pkg/share/emacs/site-lisp/tc-2.99.2/tc-mkmzdic.elc
ERROR: ... ... work/.destdir/usr/pkg/share/emacs/site-lisp/tc-2.99.2/tc-pre.elc
*** Error code 1
これは良い知らせか、それとも悪い知らせか。 以前に automake との関連で こういう話題 があった気がする。 バイトコンパイルするかどうかだから、なくても動く訳だけれども。
modena@makoto 09:49:33/130409(..wip/tc-git)% cat -n ./work/tc/lisp/Makefile.am
1 #
2 # Makefile for Lisp sources of tc
3 #
4 SHELL = /bin/sh
5
6 PREFILE = tc-pre.el
7
8 COMMON_EL_FILES = tc-setup.el tc.el tc-help.el tc-complete.el tc-jiscode.el \
9 tc-bushu.el tc-mazegaki.el tc-util.el tc-tbl.el tutc-tbl.el eelll.el \
10 tc-inst.el tc-stat.el tc-ja-alnum.el \
11 try-tbl.el try-etbl.el ttc-tbl.el ttc-rtbl.el ttc-ltbl.el
12
13 lisp_LISP = $(COMMON_EL_FILES) tc-is18.el tc-is19.el tc-is20.el tc-is22.el \
14 tc-image.el tc-mkmzdic.el $(PREFILE)
15 lisp_DATA = tc-bitmap.el tc-sysdep.el
16 ELCFILES = compile.log
17 noinst_LISP = make-elc guess tc-pre-base
18
19 EXTRA_DIST = $(lisp_LISP) $(noinst_LISP) add-site-info
20
21 $(PREFILE): tc-pre-base
22 $(SHELL) add-site-info tc-pre-base $(PREFILE) \
23 "@datadir@/@PACKAGE@/"
24
25 compile.log: $(PREFILE)
26 $(SHELL) add-site-info tc-pre-base $(PREFILE) \
27 "@datadir@/@PACKAGE@/"
28 $(EMACS) -q -no-site-file -batch -l $(srcdir)/make-elc \
29 $(COMMON_EL_FILES) $(EL_FILES) 2> compile.log
30
31 clean-generic:
32 rm -f *.elc $(PREFILE)
13 lisp_LISP = $(COMMON_EL_FILES) tc-is18.el tc-is19.el tc-is20.el tc-is22.el \
にあるものは、byte-compile するべきものだけれど、上には、明示的には、そのことは書いてない。 ( つっこみ )
|
最近の日記 2026年01月29日 ・Die Fledermaus at New National theatre 2026/01/29 2025年12月25日 ・pbulk 11.99.3 (emacs30) 2025年11月22日 ・crash dump 2025年10月25日 ・recover from disk error 2025年10月23日 ・dd does not duplicate Windows 11 boot disk ? | ||