From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1Pt7Bg-0005Sh-31 for garchives@archives.gentoo.org; Fri, 25 Feb 2011 23:35:04 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1E8201C04B; Fri, 25 Feb 2011 23:34:17 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id E2F381C04B for ; Fri, 25 Feb 2011 23:34:16 +0000 (UTC) Received: from pelican.gentoo.org (unknown [66.219.59.40]) (using TLSv1 with cipher ADH-CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 545BF1B40EA for ; Fri, 25 Feb 2011 23:34:16 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by pelican.gentoo.org (Postfix) with ESMTP id B1E318006E for ; Fri, 25 Feb 2011 23:34:15 +0000 (UTC) From: "Nirbheek Chauhan" To: gentoo-commits@lists.gentoo.org Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Nirbheek Chauhan" Message-ID: <8a28f2cbf3ca8e52a456d49989f9d1449dd459a5.nirbheek@gentoo> Subject: [gentoo-commits] proj/gnome:master commit in: eclass/ X-VCS-Repository: proj/gnome X-VCS-Files: eclass/gnome2-live.eclass eclass/gnome2.eclass X-VCS-Directories: eclass/ X-VCS-Committer: nirbheek X-VCS-Committer-Name: Nirbheek Chauhan X-VCS-Revision: 8a28f2cbf3ca8e52a456d49989f9d1449dd459a5 Date: Fri, 25 Feb 2011 23:34:15 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: quoted-printable X-Archives-Salt: X-Archives-Hash: d30f506c25b505787a5e6b5173f42967 commit: 8a28f2cbf3ca8e52a456d49989f9d1449dd459a5 Author: Nirbheek Chauhan gentoo org> AuthorDate: Fri Feb 25 22:33:14 2011 +0000 Commit: Nirbheek Chauhan gentoo org> CommitDate: Fri Feb 25 22:33:14 2011 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/gnome.git;a=3D= commit;h=3D8a28f2cb eclass/{gnome2,gnome2-live}: unset DBUS_SESSION_BUS_ADDRESS --- eclass/gnome2-live.eclass | 5 +++++ eclass/gnome2.eclass | 5 +++++ 2 files changed, 10 insertions(+), 0 deletions(-) diff --git a/eclass/gnome2-live.eclass b/eclass/gnome2-live.eclass index f119624..03654ae 100644 --- a/eclass/gnome2-live.eclass +++ b/eclass/gnome2-live.eclass @@ -121,6 +121,11 @@ gnome2-live_src_prepare() { ln -sf $(type -P true) py-compile =20 ### Keep this in-sync with gnome2.eclass! + + # Don't use the session bus address inherited via the environment + # causes test and introspection-building failures + unset DBUS_SESSION_BUS_ADDRESS + # Prevent scrollkeeper access violations gnome2_omf_fix =20 diff --git a/eclass/gnome2.eclass b/eclass/gnome2.eclass index a335698..192fc16 100644 --- a/eclass/gnome2.eclass +++ b/eclass/gnome2.eclass @@ -55,6 +55,10 @@ gnome2_src_unpack() { } =20 gnome2_src_prepare() { + # Don't use the session bus address inherited via the environment + # causes test and introspection-building failures + unset DBUS_SESSION_BUS_ADDRESS + # Prevent scrollkeeper access violations gnome2_omf_fix =20 @@ -63,6 +67,7 @@ gnome2_src_prepare() { } =20 gnome2_src_configure() { + einfo dbus:$DBUS_SESSION_BUS_ADDRESS # Update the GNOME configuration options if [[ ${GCONF_DEBUG} !=3D 'no' ]] ; then if use debug ; then