From owner-freebsd-x11@FreeBSD.ORG Sat Mar 20 12:26:06 2010 Return-Path: Delivered-To: x11@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id CA36C1065672; Sat, 20 Mar 2010 12:26:06 +0000 (UTC) (envelope-from gary.jennejohn@freenet.de) Received: from mout6.freenet.de (mout6.freenet.de [IPv6:2001:748:100:40::2:8]) by mx1.freebsd.org (Postfix) with ESMTP id 580B48FC18; Sat, 20 Mar 2010 12:26:06 +0000 (UTC) Received: from [195.4.92.24] (helo=14.mx.freenet.de) by mout6.freenet.de with esmtpa (ID gary.jennejohn@freenet.de) (port 25) (Exim 4.72 #2) id 1Nsxki-0007fc-Vq; Sat, 20 Mar 2010 13:26:04 +0100 Received: from p57ae1aa9.dip0.t-ipconnect.de ([87.174.26.169]:63769 helo=ernst.jennejohn.org) by 14.mx.freenet.de with esmtpa (ID gary.jennejohn@freenet.de) (port 25) (Exim 4.72 #2) id 1Nsxki-0000Up-Lx; Sat, 20 Mar 2010 13:26:04 +0100 Date: Sat, 20 Mar 2010 13:26:03 +0100 From: Gary Jennejohn To: Torfinn Ingolfsen Message-ID: <20100320132603.3ca7292e@ernst.jennejohn.org> In-Reply-To: References: <20100311134413.GH19740@bsdcrew.de> <1268690553.2608.590.camel@balrog.2hip.net> <7d6fde3d1003181153r673e97c2o621203508172bb41@mail.gmail.com> <6201873e1003181416x62106337ye5c06dd0202a5827@mail.gmail.com> <20100319110349.1214be6d@ernst.jennejohn.org> <20100320113316.5cebf060@ernst.jennejohn.org> X-Mailer: Claws Mail 3.7.5 (GTK+ 2.18.7; amd64-portbld-freebsd9.0) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: ports@freebsd.org, x11@freebsd.org Subject: Re: [Call for Testing] X.org 7.5 for FreeBSD X-BeenThere: freebsd-x11@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: gary.jennejohn@freenet.de List-Id: X11 on FreeBSD -- maintaining and support List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 20 Mar 2010 12:26:06 -0000 On Sat, 20 Mar 2010 11:43:02 +0100 Torfinn Ingolfsen wrote: > On Sat, Mar 20, 2010 at 11:33 AM, Gary Jennejohn > wrote: > > > On Fri, 19 Mar 2010 18:15:05 +0100 > > Torfinn Ingolfsen wrote: > > > > > On Fri, Mar 19, 2010 at 11:03 AM, Gary Jennejohn > > > wrote: > > > > > > > It is possible to turn off all checking by defining DBUS_DISABLE_CHECKS > > > > in config.h _before_ compiling dbus, but that may be a bad idea. > > > > > > > I'll try. We'll see what happens. > > > Hmm, when DBUS_DISABLE_CHECKS is set, there is no indication that the > > system > > > is trying to start up xfce4-session at all. Strange. > > > > > > > So, what does that mean? Does xfce4-session start, or do you still see > > problems? > > > > > I was a bit unclear there. > No, xfce4-session does not start (previously it core dumped). > If I remove DBUS_DISABLE_CHECKS and reinstalls / restarts dbus, xfce4-sesion > core dumps as before. > Well, I don't know whether this is really relevant, but I noticed that xfce4-session actually depends on dbus-glib and not dbus. It might be necessary to reinstall dbus-glib with DBUS_DISABLE_CHECKS set. This is easily done by modifying devel/dbus-glib/Makefile to set --enable-checks=no at line 320. Of course, this is just a hack and doesn't fix the real problem and we're probably all getting tired of this thread :) --- Gary Jennejohn