From owner-freebsd-current@FreeBSD.ORG Wed Sep 3 00:57:22 2003 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 64F4816A4BF for ; Wed, 3 Sep 2003 00:57:22 -0700 (PDT) Received: from mail.j.dendai.ac.jp (mail.j.dendai.ac.jp [133.14.49.1]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4A11C43FCB for ; Wed, 3 Sep 2003 00:57:21 -0700 (PDT) (envelope-from fujimoto@j.dendai.ac.jp) Received: from j.dendai.ac.jp (yebisu.j.dendai.ac.jp [133.14.49.224]) by mail.j.dendai.ac.jp (Postfix) with ESMTP id 2DC208066 for ; Wed, 3 Sep 2003 16:57:20 +0900 (JST) Message-ID: <3F559EE0.50501@j.dendai.ac.jp> Date: Wed, 03 Sep 2003 16:57:20 +0900 From: FUJIMOTO Kou Organization: Tokyo Denki University User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; ja-JP; rv:1.4) Gecko/20030624 X-Accept-Language: ja, en-us, en MIME-Version: 1.0 To: current@freebsd.org References: <200309011400.h81E0HwN072812@fledge.watson.org> <20030901164603.GA86781@dragon.nuxi.com> <3F537897.2090803@freebsd.org> In-Reply-To: <3F537897.2090803@freebsd.org> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: 5.2-RELEASE TODO X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 03 Sep 2003 07:57:22 -0000 Scott Long wrote: > Btw, does X work on it? Can I compile/install it without hassle? I've tried. "portinstall XFree86-Server" succeeded with no error. But "XFree86 -configure" dumps core and exits abnormally. In /var/log/messages: kernel: pid 23797 (XFree86), uid 0: exited on signal 6 (core dumped) and XFree86.0.log reports: ================================================================ (stuff deleted) (II) Primary Device is: PCI 03:06:0 Symbol VBEGetModePool from module /usr/X11R6/lib/modules/drivers/vesa_drv.o is u nresolved! Symbol xf86InterpretEDID from module /usr/X11R6/lib/modules/drivers/sis_drv.o is unresolved! *** If unresolved symbols were reported above, they might not *** be the reason for the server aborting. Fatal server error: Caught signal 10. Server aborting When reporting a problem related to a server crash, please send the full server output, not just the last messages. This can be found in the log file "/var/log/XFree86.0.log". Please report problems to xfree86@xfree86.org. ================================================================ Examining core file with gdb 3.3 (oops, gdb isn't in FreeBSD/amd64) shows as follows. ================================================================ kuroyebisu# gdb /usr/X11R6/bin/XFree86 GNU gdb 20030829 Copyright 2003 Free Software Foundation, Inc. GDB is free software, covered by the GNU General Public License, and you are welcome to change it and/or distribute copies of it under certain conditions. Type "show copying" to see the conditions. There is absolutely no warranty for GDB. Type "show warranty" for details. This GDB was configured as "x86_64-unknown-freebsd5.1"... (gdb) core-file XFree86.core Core was generated by `XFree86'. Program terminated with signal 6, Aborted. Reading symbols from /lib/libz.so.2...done. Loaded symbols for /lib/libz.so.2 Reading symbols from /lib/libm.so.2...done. Loaded symbols for /lib/libm.so.2 Reading symbols from /lib/libc.so.5...done. Loaded symbols for /lib/libc.so.5 Reading symbols from /libexec/ld-elf.so.1...done. Loaded symbols for /libexec/ld-elf.so.1 #0 0x0000000020a07884 in kill () from /lib/libc.so.5 ================================================================ BTW, is SMP support for amd64 in progress? -- FUJIMOTO Kou, Tokyo Denki University http://www.j.dendai.ac.jp/~fujimoto/