From owner-freebsd-current@FreeBSD.ORG Sun Jan 15 12:26:00 2006 Return-Path: X-Original-To: freebsd-current@freebsd.org 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 41F2E16A41F for ; Sun, 15 Jan 2006 12:26:00 +0000 (GMT) (envelope-from ggajic@afrodita.rcub.bg.ac.yu) Received: from afrodita.rcub.bg.ac.yu (afrodita.rcub.bg.ac.yu [147.91.1.120]) by mx1.FreeBSD.org (Postfix) with ESMTP id 48CE943D48 for ; Sun, 15 Jan 2006 12:25:59 +0000 (GMT) (envelope-from ggajic@afrodita.rcub.bg.ac.yu) Received: from afrodita.rcub.bg.ac.yu (localhost.localdomain [127.0.0.1]) by afrodita.rcub.bg.ac.yu (8.13.4/8.13.4) with ESMTP id k0FCPp3F030757 for ; Sun, 15 Jan 2006 13:25:51 +0100 Received: from localhost (ggajic@localhost) by afrodita.rcub.bg.ac.yu (8.13.4/8.13.4/Submit) with ESMTP id k0FCPpAm030754 for ; Sun, 15 Jan 2006 13:25:51 +0100 Date: Sun, 15 Jan 2006 13:25:50 +0100 (CET) From: Goran Gajic To: freebsd-current@freebsd.org Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed X-RCUB-MailScanner-Information: Please contact the RCUB if you have problem with mail X-RCUB-MailScanner: Found to be clean X-RCUB-MailScanner-From: ggajic@afrodita.rcub.bg.ac.yu X-Mailman-Approved-At: Tue, 17 Jan 2006 12:46:05 +0000 Subject: recent changes to libc on amd64 X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 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: Sun, 15 Jan 2006 12:26:00 -0000 Hi, On 14.Jan. I have rebuild world and kernel and I can report that at least two things are broken on amd64. First, Xorg can't be started (I have tried rebuilding ports/x11-servers/xorg-server but this is all I get when I try running X: # X X Window System Version 6.8.2 Release Date: 9 February 2005 X Protocol Version 11, Revision 0, Release 6.8.2 Build Operating System: FreeBSD 7.0 amd64 [ELF] Current Operating System: FreeBSD magarac 7.0-CURRENT FreeBSD 7.0-CURRENT #0: Sun Jan 15 10:17:46 CET 2006 root@magarac:/usr/src/sys/amd64/compile/TEST amd6 4 Build Date: 15 January 2006 Before reporting problems, check http://wiki.X.Org to make sure that you have the latest version. Module Loader present Markers: (--) probed, (**) from config file, (==) default setting, (++) from command line, (!!) notice, (II) informational, (WW) warning, (EE) error, (NI) not implemented, (??) unknown. (==) Log file: "/var/log/Xorg.0.log", Time: Sun Jan 15 13:20:37 2006 (==) Using config file: "/etc/X11/xorg.conf" and nothing happens. I have also noticed that joe is broken too (it was running fine before): # joe /etc/X11/xorg.conf Processing '/usr/local/etc/joe/joerc'...Segmentation fault (core dumped) # I don't know if this is just amd64 related since it will take me some time to rebuild on i386. Regards, gg.