From owner-freebsd-ports@FreeBSD.ORG Wed May 19 16:13:05 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 3A270106566B for ; Wed, 19 May 2010 16:13:05 +0000 (UTC) (envelope-from gljennjohn@googlemail.com) Received: from fg-out-1718.google.com (fg-out-1718.google.com [72.14.220.155]) by mx1.freebsd.org (Postfix) with ESMTP id 58EA98FC17 for ; Wed, 19 May 2010 16:13:03 +0000 (UTC) Received: by fg-out-1718.google.com with SMTP id l26so106693fgb.13 for ; Wed, 19 May 2010 09:13:03 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=gamma; h=domainkey-signature:received:received:date:from:to:cc:subject :message-id:in-reply-to:references:reply-to:x-mailer:mime-version :content-type:content-transfer-encoding; bh=gV+YBpisMUS8SdJbvjIqv02s53eG0jVJNKJLMdpceO0=; b=gNP9ayRJdkbNochRWATdrMPRq/K3itVRCsANWw7yc9dbxWEq8l14+hUR2OYl8Sa1hZ x2EYMzW1SJH5YAoeC+wsoUZlCbs22GG7JV5n8WXS/cq10ikrbg/JSaf95Y68rcvWGWGS qGU5XcvTA1fp+KpPaMuEohasNeu0034MuWn+k= DomainKey-Signature: a=rsa-sha1; c=nofws; d=googlemail.com; s=gamma; h=date:from:to:cc:subject:message-id:in-reply-to:references:reply-to :x-mailer:mime-version:content-type:content-transfer-encoding; b=cbL6/oczoVvICMTmMFEXETNT+8FJhSLatFT3mHA7IGcLXDudBkXWiwvXo6Ndf7Wv2k 1vgEq7w5e09ybKjHMmf1taTpwB076aqO3TV5mPqkjTM5nPUpz/uUatd2zOHK5qf4xCtx OwWecbFa4g/IChRgoakV10hO8KIDZJz1zVxnY= Received: by 10.223.92.154 with SMTP id r26mr1801738fam.33.1274285582742; Wed, 19 May 2010 09:13:02 -0700 (PDT) Received: from ernst.jennejohn.org (p578E2C16.dip.t-dialin.net [87.142.44.22]) by mx.google.com with ESMTPS id u12sm4556260fah.16.2010.05.19.09.13.01 (version=TLSv1/SSLv3 cipher=RC4-MD5); Wed, 19 May 2010 09:13:02 -0700 (PDT) Date: Wed, 19 May 2010 18:13:00 +0200 From: Gary Jennejohn To: Sandra Kachelmann Message-ID: <20100519181300.65f60f1c@ernst.jennejohn.org> In-Reply-To: References: 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, oliver@FreeBSD.org Subject: Re: xfce4/xorg problem amd64 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: gljennjohn@googlemail.com List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 19 May 2010 16:13:05 -0000 On Wed, 19 May 2010 15:56:05 +0200 Sandra Kachelmann wrote: > 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 > portinstall? What's that? You could try adding --enable-checks=no to CONFIGURE_ARGS in /usr/ports/devel/dbus/Makefile and reinstalling dbus. This option disables all the safety checks which are being triggered. Might help. -- Gary Jennejohn