From owner-freebsd-current@FreeBSD.ORG Tue Mar 5 09:15:23 2013 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 1252B94C for ; Tue, 5 Mar 2013 09:15:23 +0000 (UTC) (envelope-from ohartman@zedat.fu-berlin.de) Received: from outpost1.zedat.fu-berlin.de (outpost1.zedat.fu-berlin.de [130.133.4.66]) by mx1.freebsd.org (Postfix) with ESMTP id CD4DDCFB for ; Tue, 5 Mar 2013 09:15:22 +0000 (UTC) Received: from inpost2.zedat.fu-berlin.de ([130.133.4.69]) by outpost1.zedat.fu-berlin.de (Exim 4.80.1) for freebsd-current@freebsd.org with esmtp (envelope-from ) id <1UCnxs-000jgl-6O>; Tue, 05 Mar 2013 10:15:16 +0100 Received: from e178016006.adsl.alicedsl.de ([85.178.16.6] helo=munin.geoinf.fu-berlin.de) by inpost2.zedat.fu-berlin.de (Exim 4.80.1) for freebsd-current@freebsd.org with esmtpsa (envelope-from ) id <1UCnxs-001Whd-46>; Tue, 05 Mar 2013 10:15:16 +0100 Message-ID: <5135B7E1.3050002@zedat.fu-berlin.de> Date: Tue, 05 Mar 2013 10:16:17 +0100 From: "Hartmann, O." Organization: FU Berlin User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:17.0) Gecko/20130216 Thunderbird/17.0.2 MIME-Version: 1.0 To: FreeBSD Current Subject: r247829: dbus fails to start. portmaster SIGNAL 13 when doing extraction Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Originating-IP: 85.178.16.6 X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 05 Mar 2013 09:15:23 -0000 On FreeBSD 10.0-CURRENT #3 r247829: Tue Mar 5 08:12:19 CET 2013/amd64 I run into a mess and can not figure out what happens. Suddenly, after upgrading, buildworld etc., dbus fails to start so X11 is without mouse. Trying to rebuild the port dbus fails in a SIGNAL 13 while [do-extract]. This is weird. I can not extract and rebuild ports anymore, every port I try to rebuild with portmaster fails with the very same fault: => SHA256 Checksum OK for dbus-1.4.14.tar.gz. *** [do-extract] Signal 13 Stop in /usr/ports/devel/dbus. ===>>> make failed for devel/dbus ===>>> Aborting update What is going on? Why is that? --