[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: X11R6.3 or X11R6.4 ?
Content-Type: Text/Plain; charset=iso-2022-jp
Content-Transfer-Encoding: 7bit
> 千葉市中央区長洲
> 藤原 誠
From: Tsubai Masanari <tsubai@iri.co.jp>
Date: Sat, 9 Jan 1999 01:21:48 +0900 (JST)
t> NetBSD が配付している xsrc に当たります。これのベースは XFree86 です。
つばいさん、ありがとうございます。何も知らなくて申訳けありません。
これで X11R6.3 を作ろうとしていますが、まだうまく行っていません。
一応どうだめかを書いておきます。(どうすればいいかはまだ分って
いないので、先には進んでいません)
(関係ありませんが、
ftp://ftp.win.ne.jp/pub/shell/tcsh/tcsh-6.08.02.tgz
ftp://ftp.cs.uni-sb.de/pub/systems/shells/tcsh/tcsh-6.08.02.tgz
を組立てたら、何も問題なく configure;make で出来たので、うれし
かったのですが、
version tcsh 6.08.02 (Astron) 1998-11-24 (unknown-unknown-NetBSD)
options 8b,nls,dl,al,rh,color
という表示は少しさびしかったです。こういう時は patch を作って
おくるものなのでしょうか)
本題に戻って、
(1) xc/programs/hw/netbsd/macppc がない
(mkdir しておくと make depend, make include が出来ないという)
(2) undefined reference to `surlen'
gcc -o bdftopcf -O2 -ansi -Dasm=__asm -L../../exports/lib bdftopcf.o -lfont -lz -L/usr/X11R6/lib -lgnumalloc -Wl,-rpath,/usr/X11R6/lib -Wl,-rpath-link,../../exports/lib
../../exports/lib/libfont.a(bdfutils.o): In function `bdfGetPropertyValue':
bdfutils.o(.text+0x438): undefined reference to `surlen'
collect2: ld returned 1 exit status
*** Error code 1 (continuing)
(3) xdr_mapname(), which is deprecated and buggy. の後に8bit のごみ
が表示され、それが表示のたびに変る
../../exports/lib/libX11.so: warning: this program uses
のような文字の後でいつも次の三組が表示されるが、そのうちの
xdr_domainname(), which is deprecated and buggy.
xdr_mapname(), which is deprecated and buggy.
xdr_peername(), which is deprecated and buggy.
一つだけにそういうごみが付いている。
(4) xkbcomp で Syntax error: "("
making all in programs/xkbcomp/compat...
LD_LIBRARY_PATH=../../../exports/lib ../../../programs/xkbcomp/xkbcomp -lfhlpR -o compat.dir '*'
../../../programs/xkbcomp/xkbcomp: 1: Syntax error: "(" unexpected
*** Error code 2 (continuing)
(5) 次の後に panic
making all in fonts/scaled/Type1...
LD_LIBRARY_PATH=../../../exports/lib ../../../exports/bin/mkfontdir .
../../../exports/bin/mkfontdir: not found
*** Error code 127 (continuing)
`all' not remade because of errors.
making all in ./doc...
making all in doc/man...
making all in doc/man/general...
making all in doc/man/X11...
の後で、
panic: pmap_remove_pv: not on list
Stopped in sh at 0x21d360: lwz r0, r1, 0x14,
db>
db> help
print examine x search set write w
delete d break dwatch watch step s
continue c until next match trace call
ps kill callout reboot show
db> reboot
syncing disks...
これで反応がなくなってしまった気がしたので金物初期化(hardware reset)
その後 fsck をしたら、次のような字が出ている。
CANNOT READ: BLK 694496
THE FOLLOWING DISK SECTORS COULD NOT BE READ: 694561
多分本当に disk に問題があるのだと思う。
---
(藤原)