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

先月 2004年01月 来月
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 による簡易全文検索
詳しくは 詳細指定/ヘルプを参照して下さい
検索式:

2004年01月23日(金) 旧暦 [n年日記]

#1 [bootstrap-pkgsrc][mozilla] mozilla-1.6

FreeBSD 5.1 の上で問題なく動く。
*** Registering -webcal handler.
*** Registering text/calendar handler.
*** Registering webcal protocol handler.
===> [Automatic ELF shared object handling]
===> Registering installation for mozilla-1.6
mozilla-1.6 requires installed package ORBit-0.5.15nb6
mozilla-1.6 requires installed package gdk-pixbuf-0.22.0nb2
mozilla-1.6 requires installed package gettext-lib-0.11.5nb2
mozilla-1.6 requires installed package gindent-2.2.8.1nb1
mozilla-1.6 requires installed package glib-1.2.10nb5
mozilla-1.6 requires installed package gtk+-1.2.10nb6
mozilla-1.6 requires installed package jpeg-6bnb1
mozilla-1.6 requires installed package libiconv-1.9.1nb1
mozilla-1.6 requires installed package png-1.2.5nb2
mozilla-1.6 requires installed package tiff-3.6.1
ttyp4:makoto@lets 15:39:32/040123(...www/mozilla)>

#2 [XF86] Siliconmotion 4.3.99.902

X が自分で画面を消した場合 (xset -s)、戻って来なくなる(ことがある)。

#3 [FreeBSD]

cu -l /dev/cuaa0 
Password:
Connected
これで機械が完全に止る。

#4 [FreeBSD][ports] はじめての ports

/usr/ports/editor/emacs21 で
===>  Building for autoconf-2.13.000227_5
Error: Autoconf requires GNU m4 1.1 or later
*** Error code 1
    25  18:07   sudo mv /usr/bin/m4 /usr/bin/m4-release-5.1
    38  18:08   sudo ln /usr/local/bin/gm4 /usr/local/bin/m4
こんなことしていいのかな。
********************************************************************
* NOTE:                                                            *
*   This package does not include                                  *
*     LEIM: Libraries of Emacs Input Method                        *
*   package.                                                       *
*   You can find leim port in the following directory:             *
*     /usr/ports/editors/leim21                                    *
*                                                                  *
*   If you want to use multibyte characters in the menubar,        *
*     make WITH_MENUBAR_FONTSET=yes install                        *
*   then set fontset in ~/.Xresources as                           *
*     Emacs*menubar*fontSet: -misc-fixed-medium-r-normal--14-130-* *
*   and set coding system for it appropriately in ~/.emacs like    *
*     (setq menu-coding-system 'euc-jp)                            *
********************************************************************
===>   Compressing manual pages for emacs-21.3
===>   Registering installation for emacs-21.3
===> SECURITY REPORT: 
      This port has installed the following files which may act as network
      servers and may therefore pose a remote security risk to the system.
/usr/local/libexec/emacs/21.3/i386--freebsd/emacsserver

      If there are vulnerabilities in these programs there may be a security
      risk to the system. FreeBSD makes no guarantee about the security of
      ports included in the Ports Collection. Please type 'make deinstall'
      to deinstall the port if this is a concern.

      For more information, and contact details about the security
      status of this software, see the following webpage: 
http://www.gnu.org/software/emacs/
ttyp2:makoto@lets  18:27:00/040123(...editors/emacs21)>

PHS Card:

Jan 23 18:28:52 lets kernel: sio4: <HONDA ELECTRON CO.,LTD AH-H401C> 
   at port 0x2f8-0x2ff irq 9 function 0 config 9 on pccard0
Jan 23 18:28:52 lets kernel: sio4: type 16550A
Jan 23 18:28:52 lets kernel: sio4: unable to activate interrupt in 
   fast mode - using normal mode
sio4 ということはやはり cuaa4 ?

/usr/pkgsrc/inputmethod/ja-freewnn-server:

===> Installing for ja-FreeWnn-server-bin-1.10nb2
Creating group: jserver
/usr/pkgsrc/inputmethod/ja-freewnn-server-bin/work/.INSTALL: 
      /usr/pkg/sbin/groupadd: not found
Creating user: wnn
/usr/pkgsrc/inputmethod/ja-freewnn-server-bin/work/.INSTALL: 
      /usr/pkg/sbin/useradd: not found
installing in ./Wnn...
....
install in Wnn/jd/rk.vi done
installing in Wnn/jserver...
install -c -s -m 4711 -o wnn jserver /usr/pkg/sbin/jserver
install: wnn: Invalid argument
*** Error code 67

Stop.
make: stopped in 
   /usr/pkgsrc/inputmethod/ja-freewnn-server-bin/work/Xsi/Wnn/jserver
wnn user が作られていない。
groupadd は ./sysutils/user/
にある。(DEPENDS+= ?)
Index: inputmethod/ja-freewnn-server-bin/Makefile
===================================================================
 RCS file: /cvs/cvsroot/pkgsrc/inputmethod/ja-freewnn-server-bin/Makefile,v
retrieving revision 1.6
diff -u -r1.6 Makefile
--- inputmethod/ja-freewnn-server-bin/Makefile	2003/07/29 21:13:21	1.6
+++ inputmethod/ja-freewnn-server-bin/Makefile	2004/01/23 01:30:36
@@ -9,6 +9,8 @@
 HOMEPAGE=	http://www.freewnn.org/
 COMMENT=	Japanese/Chinese/Korean input method (Japanese server binary)
 
+DEPENDS+=	user>=0.0:../../sysutils/user
+
 WNNDIR=		Wnn
 WNN_TARGET=	SERVER
 WNN_LANG=	ja_JP

sysutils/user:

ttyp2:makoto@lets  19:28:27/040123(...sysutils/user)> bmake
===> user-20000509 is not available for FreeBSD-5.1-RELEASE-i386
Index: Makefile
===================================================================
 RCS file: /cvs/cvsroot/pkgsrc/sysutils/user/Makefile,v
retrieving revision 1.16
diff -u -r1.16 Makefile
--- Makefile	2004/01/20 12:26:16	1.16
+++ Makefile	2004/01/23 01:35:03
@@ -14,6 +14,7 @@
 COMMENT=		Solaris-compatible {user,group}{add,del,mod} commands
 
 ONLY_FOR_PLATFORM=	NetBSD-*-* # already in Solaris base system
+ONLY_FOR_PLATFORM+=	FreeBSD-*-*
 
 .if exists(/usr/sbin/user)
 PKG_SKIP_REASON=	"${PKGNAME} is part of your ${OPSYS} distribution"
===> Building for user-20000509
cc -O2 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-uninitialized -Werror -DEXTENSIONS -c user.c
user.c:58:18: util.h: No such file or directory

#5 [無題] 目黒・荻窪・東京駅

12:35 本千葉
12:49 千葉
13:47 品川
13:54 目黒

17:30 目黒
17:46 新宿
17:54 荻窪

18:49 荻窪
19:14 東京

#6 もつ 10

八人。Ultra2 付。 教わったこと:

USB mouse は動くのにトラック・パッドが動かない時:

moused -p /dev/pms0 が要る

卓の切替:

Ctrl + Alt + F1 ... F4
Ctrl + Alt + F1 ... F8
X はその次。



最近の日記
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)