From owner-freebsd-current@FreeBSD.ORG Tue Mar 5 09:46:16 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 C61E555D; Tue, 5 Mar 2013 09:46:16 +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 8D638E88; Tue, 5 Mar 2013 09:46:16 +0000 (UTC) Received: from inpost2.zedat.fu-berlin.de ([130.133.4.69]) by outpost1.zedat.fu-berlin.de (Exim 4.80.1) with esmtp (envelope-from ) id <1UCoRr-000ukd-Nl>; Tue, 05 Mar 2013 10:46:15 +0100 Received: from e178011089.adsl.alicedsl.de ([85.178.11.89] helo=munin.geoinf.fu-berlin.de) by inpost2.zedat.fu-berlin.de (Exim 4.80.1) with esmtpsa (envelope-from ) id <1UCoRr-001ZWy-L9>; Tue, 05 Mar 2013 10:46:15 +0100 Message-ID: <5135BF24.8050908@zedat.fu-berlin.de> Date: Tue, 05 Mar 2013 10:47:16 +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: Dimitry Andric Subject: Re: r247829: dbus fails to start. portmaster SIGNAL 13 when doing extraction References: <5135B7E1.3050002@zedat.fu-berlin.de> <5135BBD9.9090009@FreeBSD.org> In-Reply-To: <5135BBD9.9090009@FreeBSD.org> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Originating-IP: 85.178.11.89 Cc: FreeBSD Current 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:46:16 -0000 On 03/05/13 10:33, Dimitry Andric wrote: > On 2013-03-05 10:16, Hartmann, O. wrote: >> 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 > > This is SIGPIPE, so maybe your tar is broken? What happens if you > manually extract that tar.gz file? I'm now with FreeBSD 10.0-CURRENT #0 r247832: Tue Mar 5 10:16:41 CET 2013/amd64. The buildworld is performed with CLANG - as it should be and for most ports, I use also CLANG. Just for the record. Now, after the buildworld and install, after the reboot the X11 server/xdm isn't even coming up again! Looking at /usr/src/UPDATING says I should recompile kernel modules or ports that provide such. With buildworld I have done so, all other rebuild is impossible due to a system failure as reported. I tried extract with tar (which tar provides /usr/bin/tar) the port devel/dbus - I can extract. I tried gtar (which gtar: /usr/local/bin/gtar). If tar is broken, then tar on CURRENT is broken. At the moment, I'm floating liek a dead man in the water.