[1278] in NetBSD-Development
who handles bug reports on stuff in the graphics locker?
daemon@ATHENA.MIT.EDU (John T Kohl)
Tue Mar 5 15:28:36 1996
Date: Tue, 5 Mar 1996 15:27:14 -0500
From: John T Kohl <jtkohl@MIT.EDU>
To: netbsd-dev@MIT.EDU
Anyway, xpmtoppm in the graphics locker, as compiled for NetBSD, wants
to read xrdb.txt from /usr/X386/... rather than /usr/X11R6/...
5867 xpmtoppm CALL open(0xf7bfb6ec,0,0x1b6)
5867 xpmtoppm NAMI "/usr/X386/lib/X11/rgb.txt"
5867 xpmtoppm RET open -1 errno 2 No such file or directory
5867 xpmtoppm CALL write(0x2,0xf7bfaec0,0xa)
5867 xpmtoppm GIO fd 2 wrote 10 bytes
"xpmtoppm: "
5867 xpmtoppm RET write 10/0xa
5867 xpmtoppm CALL write(0x2,0xf7bfaecc,0x41)
5867 xpmtoppm GIO fd 2 wrote 65 bytes
"can't open color names database - reconfigure with correct RGBDEF"
5867 xpmtoppm RET write 65/0x41
5867 xpmtoppm CALL write(0x2,0x848f,0x1)
5867 xpmtoppm GIO fd 2 wrote 1 bytes
"
"
5867 xpmtoppm RET write 1
5867 xpmtoppm CALL exit(0x1)