From owner-freebsd-ports@FreeBSD.ORG Wed May 19 13:56:07 2010 Return-Path: Delivered-To: ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 38631106564A; Wed, 19 May 2010 13:56:07 +0000 (UTC) (envelope-from s.kachelmann@googlemail.com) Received: from mail-fx0-f54.google.com (mail-fx0-f54.google.com [209.85.161.54]) by mx1.freebsd.org (Postfix) with ESMTP id 758FF8FC0C; Wed, 19 May 2010 13:56:05 +0000 (UTC) Received: by fxm4 with SMTP id 4so1080700fxm.13 for ; Wed, 19 May 2010 06:56:05 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=gamma; h=domainkey-signature:mime-version:received:received:date:message-id :subject:from:to:content-type; bh=LKqH6d3v+UgsMOD1O8iOi5Tnvb/U9fG0YYXrHYoNXKs=; b=GPVML39z/HKhNakKgO7VvwPdI/K5j8GjEKR0xNTAAeiBCogmV+dlWUPdDQ45t6R8+9 15/pA8NVYdhQ5qGJGaaTIk9FaY/YRNEwVCgLWfAN3lKEbD8dK7pGdxWvrGXfpmLqKlVR xZiUEBkdzXcbjSmVWlczuMONLE+dLN+thDmGo= DomainKey-Signature: a=rsa-sha1; c=nofws; d=googlemail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; b=D+P5h9QsfrIo8IJ/yK4P35zprRwqqPYRjyYOOvPHvbsiQn7JbFi1HR2WlDYSJdDvQv s9afKL3mLU3wh+FBIXQX1jmT9FiaGv+hvEHTCk4ymy+Q1G/cCcvJBl85yY5lhMVAr3on i93L4Rwr8mZZNsmIJDsXefHQvmKFR8yxdqIFw= MIME-Version: 1.0 Received: by 10.239.193.136 with SMTP id j8mr754558hbi.143.1274277365057; Wed, 19 May 2010 06:56:05 -0700 (PDT) Received: by 10.239.174.6 with HTTP; Wed, 19 May 2010 06:56:05 -0700 (PDT) Date: Wed, 19 May 2010 15:56:05 +0200 Message-ID: From: Sandra Kachelmann To: ports@freebsd.org, x11@FreeBSD.org, oliver@FreeBSD.org Content-Type: text/plain; charset=ISO-8859-1 Cc: Subject: xfce4/xorg problem amd64 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 19 May 2010 13:56:07 -0000 Hi Since the xorg update my xfce4 desktop has become unusable. I always get the error message below. I even setup FreeBSD 8.0-RELEASE from scratch, updated to 8.0-STABLE, installed xorg and xfce4 with default settings: $ portinstall --batch /usr/ports/x11/xorg /usr/ports/x11-wm/xfce4 Then I moved my homedir away to avoid any cruft in .config or wherever. Setup .ininitrc .session $ cat .xinitrc if [ -f ~/.xsession ]; then . ~/.xsession fi $ cat .xsession cd xset b off /usr/local/bin/numlockx exec sh /usr/local/etc/xdg/xfce4/xinitrc So now everything should be completely vanilla: skachelmann@valhalla:~ $ startx xauth: creating new authority file /home/skachelmann/.serverauth.7426 X.Org X Server 1.7.5 Release Date: 2010-02-16 X Protocol Version 11, Revision 0 Build Operating System: FreeBSD 8.0-STABLE amd64 Current Operating System: FreeBSD valhalla.local 8.0-STABLE FreeBSD 8.0-STABLE #0: Fri May 7 20:43:11 CEST 2010 root@valhalla.local:/usr/obj/usr/src/sys/GENERIC amd64 Build Date: 19 May 2010 12:50:03AM Current version of pixman: 0.16.6 Before reporting problems, check http://wiki.x.org to make sure that you have the latest version. 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: Wed May 19 15:41:10 2010 (==) Using config file: "/etc/X11/xorg.conf" record: RECORD extension enabled at configure time. record: This extension is known to be broken, disabling extension now.. record: http://bugs.freedesktop.org/show_bug.cgi?id=20500 :1:3: error: invalid preprocessing directive #Those :2:3: error: invalid preprocessing directive #or :3:3: error: invalid preprocessing directive #Xft :4:3: error: invalid preprocessing directive #Xft xrdb: "Xft.hinting" on line 9 overrides entry on line 6 xrdb: "Xft.hintstyle" on line 11 overrides entry on line 7 xfdesktop[7480]: starting up process 7466: arguments to dbus_message_new_signal() were incorrect, assertion "_dbus_check_is_valid_path (path)" failed in file dbus-message.c line 1165. This is normally a bug in some application using the D-Bus library. D-Bus not compiled with backtrace support so unable to print a backtrace Abort trap (core dumped) (xfce4-settings-helper:7482): libxfcegui4-WARNING **: ICE I/O Error waiting for X server to shut down (xfce4-settings-helper:7485): xfce4-settings-helper-WARNING **: Failed to connect to session manager xfce4-settings-helper: Fatal IO error 53 (Software caused connection abort) on X server :0.0. xfwm4: Fatal IO error 2 (No such file or directory) on X server :0.0. xfce4-panel: Fatal IO error 0 (Unknown error: 0) on X server :0.0. dbus and hal are running. Any help to solve this nightmare is gratefully appreciated! Sandra