hns - 日記自動生成システム - Version 2.19.9

先月 2003年07月 来月
1 2 3 4 5
6 7 8 9 10 11 12
13 14 15 16 17 18 19
20 21 22 23 24 25 26
27 28 29 30 31
Namazu for hns による簡易全文検索
詳しくは 詳細指定/ヘルプを参照して下さい
検索式:

2003年07月06日() 旧暦 [n年日記]

#1 [Namazu] targets in top Makefile

(~...stable-2-0/namazu)> egrep '^[a-z]*:' Makefile:

all: all-redirect
tags: TAGS
distcheck: dist
dist: distdir
distdir: $(DISTFILES)
info: info-recursive
dvi: dvi-recursive
check: check-recursive
installcheck: installcheck-recursive
install: install-recursive
uninstall: uninstall-recursive
installdirs: installdirs-recursive
mostlyclean: mostlyclean-recursive
clean: clean-recursive
distclean: distclean-recursive

(~...stable-2-0/namazu)> make distcheck:

cd . && aclocal
aclocal: configure.in: 89: macro `AM_GNU_GETTEXT' not found in library
*** Error code 1

Stop.
make: stopped in /home/makoto/software/NAMAZU/develop/stable-2-0/namazu

auto-tools, gettext versions:

gettext  0.10.35  (/usr/bin/gettext)
autoconf 2.54     (/usr/pkg/bin/autoconf)
automake 1.7.3    (/usr/pkg/bin/automake)
m4 
gm4               (/usr/pkg/bin/gm4)

gettext-0.10.40 を /usr/local に入れる:

Please add the files
  codeset.m4 gettext.m4 glibc21.m4 iconv.m4 isc-posix.m4 lcmessage.m4
  progtest.m4
from the /usr/local/share/aclocal directory to your autoconf macro directory
or directly to your aclocal.m4 file.
'your autoconf macro directory' ってどこ ? (下の SUB に追加)

./autogen.sh --with-included-gettext:

やって見た
You should update your `aclocal.m4' by running aclocal.
aclocal: configure.in: 89: macro `AM_GNU_GETTEXT' not found in library configure.in:19: your implementation of AM_INIT_AUTOMAKE comes from an
configure.in:19: old Automake version. You should recreate aclocal.m4
configure.in:19: with aclocal and run automake again.

sed: ./intl/po2tbl.sed.in: No such file or directory:

./autogen.sh --with-included-gettext
の中に、次のような字がある
checking whether included gettext is requested... yes
checking for msgfmt... /usr/local/bin/msgfmt
checking for gmsgfmt... /usr/local/bin/msgfmt
checking for xgettext... /usr/local/bin/xgettext
checking for catalogs to be installed...  ja ja_JP.SJIS es fr
sed: ./intl/po2tbl.sed.in: No such file or directory
checking for main in -lm... yes
checking for ANSI C header files... (cached) yes

aclocal って何:

find /usr -name aclocal\* -ls:

ttyp1:makoto@harry  11:12:54/030706(~...stable-2-0/namazu)> 
-r-xr-xr-x   11422 Oct 27  2002 /usr/pkg/bin/aclocal-1.4
-r-xr-xr-x   12407 May 22 08:02 /usr/pkg/bin/aclocal
-r-xr-xr-x   12407 May 22 08:02 /usr/pkg/bin/aclocal-1.7
-rw-r--r--   46198 Feb 26 17:32 /usr/pkg/share/libtool/libltdl/aclocal.m4

drwxr-xr-x     512 Jul  6 10:02 /usr/local/share/aclocal
drwxr-xr-x     512 Jun 28 22:27 /usr/pkg/share/aclocal
drwxr-xr-x     512 Oct 27  2002 /usr/pkg/share/aclocal-1.4
drwxr-xr-x    1024 May 22 08:02 /usr/pkg/share/aclocal-1.7
drwxr-xr-x     512 May 20 16:20 /usr/X11R6/share/aclocal

find /usr -type d -name autoconf -ls:

drwxr-xr-x Nov 12  2002 /usr/pkg/share/autoconf
drwxr-xr-x Nov 12  2002 /usr/pkg/share/autoconf/autoconf
ttyp1:root@harry  11:30:56/030706(...autoconf/autoconf)# pwd
/usr/pkg/share/autoconf
ttyp1:root@harry  11:30:50/030706(...share/autoconf)# ln -s /usr/local/share/aclocal/*.m4 .
ttyp1:makoto@harry  11:46:50/030706(~...stable-2-0/namazu)> ktrace aclocal
aclocal: configure.in: 89: macro `AM_GNU_GETTEXT' not found in library
ttyp1:makoto@harry  11:47:43/030706(~...stable-2-0/namazu)> kdump ktrace.out | grep m4 |grep pkg
 12778 perl     NAMI  "/usr/pkg/share/aclocal-1.7/amversion.m4"
 ...
 12778 perl     NAMI  "/usr/pkg/share/aclocal-1.7/python.m4"
 12778 perl     NAMI  "/usr/pkg/share/aclocal-1.7/regex.m4"
 12778 perl     NAMI  "/usr/pkg/share/aclocal-1.7/runlog.m4"
 12778 perl     NAMI  "/usr/pkg/share/aclocal-1.7/sanity.m4"
 12778 perl     NAMI  "/usr/pkg/share/aclocal-1.7/strip.m4"
 12778 perl     NAMI  "/usr/pkg/share/aclocal/ORBit.m4"
 12778 perl     NAMI  "/usr/pkg/share/aclocal/freetype2.m4"
 12778 perl     NAMI  "/usr/pkg/share/aclocal/gdk-pixbuf.m4"
 12778 perl     NAMI  "/usr/pkg/share/aclocal/gimp.m4"
 12778 perl     NAMI  "/usr/pkg/share/aclocal/gimpprint.m4"
 12778 perl     NAMI  "/usr/pkg/share/aclocal/glib.m4"
 12778 perl     NAMI  "/usr/pkg/share/aclocal/gtk.m4"
 12778 perl     NAMI  "/usr/pkg/share/aclocal/libIDL.m4"
 12778 perl     NAMI  "/usr/pkg/share/aclocal/libtool.m4"
 12778 perl     NAMI  "/usr/pkg/share/aclocal/libxml.m4"
 12778 perl     NAMI  "/usr/pkg/share/aclocal/ltdl.m4"
 12778 perl     NAMI  "/usr/pkg/share/aclocal/pth.m4"
ttyp1:makoto@harry  11:47:51/030706(~...stable-2-0/namazu)> 

ln -s /usr/local/share/aclocal/*.m4 .:

ttyp0:root@harry  11:50:55/030706(...share/aclocal)# ln -s /usr/local/share/aclocal/*.m4 .
ttyp0:root@harry  11:51:16/030706(...share/aclocal)# pwd
/usr/pkg/share/aclocal

#2 [Namazu]

gettext   0.10.40
automake  1.7.4
m4        1.4
autoconf  2.54
libtool   1.4a
aclocal   ?
これで ./autogen.sh が完了する。

make check:

make check-TESTS
Use of uninitialized value in concatenation (.) or string at ../filter/dvi.pl line 75.
-e: not found

/usr/pkg/bin/dvi2tty: bad option J:

Usage: /usr/pkg/bin/dvi2tty [ options ] dvifile[.dvi]
Options are:
-ofile Write output to file, else write to stdout.

All 46 tests passed:

make dist:

ちょっと名前がさびしい。
ttyp1:makoto@harry 12:05:54/030706(~...stable-2-0/namazu)> ls -l namazu-2.0.12.tar.gz -rw-r--r-- 1 makoto wheel 982893 Jul 6 12:05 namazu-2.0.12.tar.gz

BER 圧縮って、何のこと:

か良く分っていなかった。 Basic Encoding Rule の略 ?
ふつう、(もし「圧縮の字がなければ」) Bit Error Rate かなって思うよね。



最近の日記
2024年05月08日
comparison on ./buildsh tools
2024年05月06日
py-setuptools (python 3.11.9)
make release took 1 hours and 10 min
qemu invocation for 10.99.10
2024年05月05日
Windows 10 version
serial connection
bc bench
2024年05月04日
Trial on 10.99.10
another version (later trial) to succeed
2024年04月29日
dkim
以上、1 日分です。
タイトル一覧
カテゴリ分類
Powered by hns-2.19.9, HyperNikkiSystem Project

Count.cgi (since 2000/02/05)