[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[kahua-dev:01352] kahua-package generate で作った Makefile と kahua-install について
はじめまして、kiyokaです。
http://www.kahua.org/show/doc/Tutorial/Step1
を見ながらチュートリアルを流しているのですが、
問題が出て先に進めなかったのでヒントをおねがいします。
$ kahua-package generate oldtype
と実行してパッケージの雛形を生成したのですが、そのMakefileでエラーが出
ます。kahua-installは最低限1つのファイルを期待している様ですが生成され
たMakefileでは、そのファイルが指定されないようです。
私用しているKahuaのバージョンは Kahua-1.0.7 ですが Subversionの
kahua-install.scmも同様のコードでした。また、上記のチュートリアルページ
の中のコンソールに出力されているメッセージを見てもkahua-installに対して
ファイル指定されていないので kahua-install.scmを疑ったのですが結論は出
ていません。
[以下、make installした時のコンソールの状況です。]
$ make
make: Nothing to be done for `all'.
$ make check
rm -f test/test.log
cd test; /usr/local/bin/gosh -I/usr/local/kahua/lib/kahua ./test.scm > test.log
Testing oldtype ... passed.
$ make install
/usr/local/kahua/bin/kahua-install -S /home/kiyoka/work/site -t script oldtype/oldtype.kahua oldtype/version.kahua
/usr/local/kahua/bin/kahpwdua-install -S /home/kiyoka/work/site -t script --no-overwrite
Usage: kahua-install [<options>] file ...
options:
-c conf-file specify configuration file.
-S path-to-site specify path to a site bundle.
-U uninstall files instead of installing.
-t type specify install type:
script|static|base|plugin|template. static by default.
-r rename rename file to name. When this option is given,
only one file can be specified.
--no-overwrite if the target file exists, the file won't be installed.
make: *** [install] Error 1
解決のヒントをおねがいします。
--
Kiyoka Nishiyama <kiyoka@xxxxxxxxxx>