From owner-freebsd-ports@FreeBSD.ORG Mon Jul 30 03:55:49 2012 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id CEC921065670 for ; Mon, 30 Jul 2012 03:55:49 +0000 (UTC) (envelope-from jrm@ftfl.ca) Received: from mail-vc0-f182.google.com (mail-vc0-f182.google.com [209.85.220.182]) by mx1.freebsd.org (Postfix) with ESMTP id 4B6BF8FC12 for ; Mon, 30 Jul 2012 03:55:49 +0000 (UTC) Received: by vcbgb22 with SMTP id gb22so5097178vcb.13 for ; Sun, 29 Jul 2012 20:55:42 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=mime-version:x-originating-ip:in-reply-to:references:date :message-id:subject:from:to:cc:content-type:x-gm-message-state; bh=0knZLs+rafHh7nP/t6xDba3Y8GF1hq9FchWaLsjRQZg=; b=JlEMtYL7G8+4fXFWcj9EjiSGea4Pj2I5pC/aS9bQyt6FQ5wR7H4jdH6UHhbp7X8Zaz VbpeseQzwWLqRC0to00p4TgWVAQPFmuRsBum8f6MPsyvp2t8grAbbY0S+0kOS9siL/JX 4Co7ksuoIrnNKcqwAthYp9HyPCE4Jg11EyL92jTdxvG82zo9koOs3yvl+B5BaL1X2w1T xzGJC9+SRgokXrwhfi038tX8CX2j1T1mThaIbUiuNCoyPLcGKt9Gqoizx2W6WJ+A80fQ 44Q90OV9337/Yruu1/HH8yXpjD3HBz7BDHkgpDPQE03Y1FcNzrZmfkkFCdgJc+yp2Tl4 EiEw== MIME-Version: 1.0 Received: by 10.52.88.103 with SMTP id bf7mr8621066vdb.0.1343620541669; Sun, 29 Jul 2012 20:55:41 -0700 (PDT) Received: by 10.58.70.109 with HTTP; Sun, 29 Jul 2012 20:55:41 -0700 (PDT) X-Originating-IP: [100.42.247.135] In-Reply-To: <500D3652.2000603@janh.de> References: <86vchenbsx.fsf@chateau.d.if> <500D3652.2000603@janh.de> Date: Mon, 30 Jul 2012 00:55:41 -0300 Message-ID: From: Joseph Mingrone To: ports-list freebsd Content-Type: text/plain; charset=UTF-8 X-Gm-Message-State: ALoCoQlr5EfBxpLbnFgMb/hTEcM7QKIAiE5ds7QA22GqmrS6fxSwPYy290COiqfju6ffdZAEE8+s Cc: 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: Mon, 30 Jul 2012 03:55:49 -0000 Hello Ashish; The patches applied successfully and the port installation was also successful, but when I try to run emacs with emacsclient -c, my system becomes semi-unresponsive. I can still hit the power button on my laptop for a clean shutdown but a C-c won't stop emacs and I can't log out of X. My best guess is this is related to the new Intel driver with GEM/KMS (although this has been my first problem after running it for a few months). Running emacsclient -t works fine. If I start emacs with just "% emacs", and I don't wait to long, I can kill it with a C-c and the warning/error messages below appear in xterm: % emacs ^C (process:1589): GLib-WARNING **: In call to g_spawn_sync(), exit status of a child process was requested but SIGCHLD action was set to SIG_IGN and ECHILD was received by waitpid(), so exit status can't be returned. This is a bug in the program calling g_spawn_sync(); ei ther don't request the exit status, or don't set the SIGCHLD action. (process:1589): GLib-GIO-CRITICAL **: g_dbus_connection_add_filter: assertion `G_IS_DBUS_CONNECTION (connection)' failed I'm on 9.0-STABLE amd64. Please let me know if I can provide any other information. Joseph