2005-06-27
_ 買物
@近所の本屋。
先日飯を食ったとき( 2005-06-22 )によないたんが「 のだめカンタービレのワインがうままう 」と言っていたので買ってみた。
ワインはまだ出てこないのだけどちゃんとボケ役とツッコミ役が居るのだね。
面白い。
- [ COMIC ] のだめカンタービレ( 1 )
 - [ COMIC ] のだめカンタービレ( 2 )
 
_ Mac OS X で w3m
emacs-w3m を起動すると
ucs_conv=1: bad option
などと言われる。
- enable-m17n and disable-unicode (was: emacs-w3m not renderingwebpages)
 - Re: emacs-w3m not rendering webpages
 - NetBSD 絹の日記
 
ということでオプションを指定して make 。
 rin@kahori[/usr/pkgsrc/www/w3m]% sudo env W3M_USE_M17N=1 W3M_USE_UNICODE=1 bmake install
 ===> Checking for vulnerabilities in w3m-0.5.1nb2
 => Checksum SHA1 OK for w3m-0.5.1.tar.gz.
 => Checksum RMD160 OK for w3m-0.5.1.tar.gz.
 ===> Extracting for w3m-0.5.1nb2
 ==========================================================================
 The following variables will affect the build process of this package,
 w3m-0.5.1nb2.  Their current value is shown below:
         * SSLBASE (defined)
         * W3M_USE_LYNX_KEY = NO
         * W3M_USE_M17N = 1
         * W3M_USE_UNICODE = 1
 You may want to abort the process now with CTRL-C and change their value
 before continuing.  Be sure to run `/usr/pkg/bin/bmake clean' after
 the changes.
 ==========================================================================
 ===> Required installed package {perl>=5.8.0,perl-thread>=5.8.0}: perl-5.8.6nb4 found
 ===> Required installed package boehm-gc>=6.3nb2: boehm-gc-6.4 found
 ===> Required installed package zlib>=1.2.1nb3: zlib-1.2.2 found
 ===> Required package x11-links>=0.24: NOT found
 ===> Verifying reinstall for ../../pkgtools/x11-links
 ===> x11-links-0.24 requires X headers to be installed
 *** Error code 1
む。
X の include を指定して make 。
rin@kahori[/usr/pkgsrc/www/w3m]% env CFLAGS='-I/usr/X11R6/include' W3M_USE_M17N=1 W3M_USE_UNICODE=1 sudo bmake install => Unwrapping files-to-be-installed. ===> Installing for w3m-0.5.1nb2 ===> w3m-0.5.1nb2 is already installed - perhaps an older version? *** If so, you may use either of: *** - "pkg_delete w3m-0.5.1nb2" and "/usr/pkg/bin/bmake reinstall" to upgrade properly *** - "/usr/pkg/bin/bmake update" to rebuild the package and all of its dependencies *** - "/usr/pkg/bin/bmake replace" to replace only the package without re-linking *** dependencies, risking various problems. *** Error code 1
むむ。
既存の w3m を置き換えるなら update しろということで update 。
rin@kahori[/usr/pkgsrc/www/w3m]% env CFLAGS='-I/usr/X11R6/include' W3M_USE_M17N=1 W3M_USE_UNICODE=1 sudo bmake update # Use /Volumes/NetBSD/pkg/bin/pax to discard uid/gid. Exclude manuals (*.1). /usr/bin/install -d -o root -g wheel -m 755 /Volumes/NetBSD/pkg/share/doc/w3m ===> Registering installation for w3m-0.5.1nb2 w3m-0.5.1nb2 requires installed package boehm-gc-6.4 w3m-0.5.1nb2 requires installed package perl-5.8.6nb4 w3m-0.5.1nb2 requires installed package xorg-libs-6.8.2nb1 w3m-0.5.1nb2 requires installed package zlib-1.2.2 ===> Cleaning for w3m-0.5.1nb2 rin@kahori[/usr/pkgsrc/www/w3m]%
どね。
[ツッコミを入れる]




