From owner-freebsd-ports@FreeBSD.ORG Fri Aug 3 18:42:37 2012 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 F3FF6106566B; Fri, 3 Aug 2012 18:42:36 +0000 (UTC) (envelope-from kob6558@gmail.com) Received: from mail-wi0-f172.google.com (mail-wi0-f172.google.com [209.85.212.172]) by mx1.freebsd.org (Postfix) with ESMTP id 5EF808FC0A; Fri, 3 Aug 2012 18:42:36 +0000 (UTC) Received: by wibhm11 with SMTP id hm11so5089689wib.13 for ; Fri, 03 Aug 2012 11:42:29 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=eTcfDfeFmuazWhWMOcOdXMS9pKmfuiyyUhnbKVhWH/U=; b=Zt0gybOcHOu9xH6pTpAj3nYckyCZv5ZxYgEZRjYgB4JOZqT/I0nFUbs8Qb4mfwe0Qt 9oFwimHfm4nnIWHE5LBoiLJwzQYnbfRUJOlQPU7NqVaXvgN097Y2n4Z+04AN5lRF6RTB i/JFklo09N6TqWHF2Bj+/JZQWjMAvf78T7ohrQQLca1YiryHNJQ8SVZO3qhPTDtwNMVY Qh5gz9oOEc1BZuKYvno02xQEgQ0dekWUJgLeWxjaV5h9774W/HRPQnkzyzsODPaimAhL m/H4cR6dFibUO0dpsyGtCVskxQuEdTTw/skL0waLfBmoZpWPhXaWptX8X1MEp3DAmJlU n7lA== MIME-Version: 1.0 Received: by 10.180.84.1 with SMTP id u1mr6355172wiy.15.1344019349013; Fri, 03 Aug 2012 11:42:29 -0700 (PDT) Received: by 10.223.60.147 with HTTP; Fri, 3 Aug 2012 11:42:28 -0700 (PDT) In-Reply-To: References: <86vchenbsx.fsf@chateau.d.if> <86boiskiqg.fsf@chateau.d.if> <86txwkjglv.fsf@chateau.d.if> Date: Fri, 3 Aug 2012 11:42:28 -0700 Message-ID: From: Kevin Oberman To: Marco Beishuizen Content-Type: text/plain; charset=UTF-8 Cc: ports@freebsd.org, Ashish SHUKLA Subject: Re: [CFT] editors/emacs to 24.1 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: Fri, 03 Aug 2012 18:42:37 -0000 On Fri, Aug 3, 2012 at 10:19 AM, Marco Beishuizen wrote: > On Fri, 3 Aug 2012, the wise Ashish SHUKLA wrote: > >> I use following, and it seems to work fine for me: >> >> --8<---------------cut here---------------start------------->8--- >> #!/bin/sh >> >> xrdb ~/.Xdefaults >> xmodmap ~/.Xmodmap >> gnome-screensaver & >> exec dbus-launch --exit-with-session ck-launch-session fluxbox 2>&1 >> >$HOME/.xsession-errors >> --8<---------------cut here---------------end--------------->8--- >> >> FTR, my Emacs is compiled with GTK3/DBUS/GCONF options. >> >> Could you try it? > > > I've tried all this but no differences. Still crashes and lockups. > > Regards, > > Marco > > -- > The distinction between Freedom and Liberty is not accurately known; > naturalists have been unable to find a living specimen of either. Upgraded to 24.1 this morning. Still 9.1-PRERELEASE updated on 7/31 w/amd64 system. So far I have no real problems with 24.1, but I built without DBUS. and I am still getting failures when I fire up emacs when sudo'ed to root: (emacs:1998): GLib-GIO-CRITICAL **: g_dbus_connection_add_filter: assertion `G_IS_DBUS_CONNECTION (connection)' failed g_dbus_connection_real_closed: Remote peer vanished with error: Underlying GIOStream returned 0 bytes on an async read (g-io-error-quark, 0). Exiting. Exit 15 If I remove the DBUS_SESSION_BUS_ADDRESS env. variable, emacs starts and runs fine, but I still get: (emacs:2002): GLib-GIO-CRITICAL **: g_dbus_connection_add_filter: assertion `G_IS_DBUS_CONNECTION (connection)' failed I had hoped that removal of the DBUS option would eliminate this, but no joy. I am using GTK2 and have the following options: CANNA=off: Canna support DBUS=off: D-Bus support GCONF=on: gconf backend GIF=on: GIF support GNUTLS=on: SSL/TLS support via GnuTLS GSETTINGS=on: GSettings support JPEG=on: JPEG support M17N=on: M17N support for text-shaping MAGICK=on: ImageMagick Library OTF=on: Opentype fonts suport PNG=on: PNG support SCROLLBARS=on: Toolkit scroll-bars SOUND=on: Sound support SOURCES=on: Install sources SVG=on: SVG image support SYNC_INPUT=on: Synchronously process asynchronous input TIFF=on: TIFF support XFT=on: Xft support XIM=on: X Input Method Support XML=on: XML Parser support XPM=on: XPM pixmaps support While the effects of some options seems obvious, others are unclear. I'd love to know what they all mean, especially things like GCONF, DBUS, and GSETTINGS. Perhaps some other setting overrides the DBUS one. NOTE: This problem is only an annoyance and it is NOT new to 24.1, so I am partly hijacking the thread. -- R. Kevin Oberman, Network Engineer E-mail: kob6558@gmail.com