From owner-freebsd-current@FreeBSD.ORG Tue Mar 5 10:09:24 2013 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 0CC76D2; Tue, 5 Mar 2013 10:09:24 +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 C75C7230; Tue, 5 Mar 2013 10:09:23 +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 <1UCooF-0014Jk-05>; Tue, 05 Mar 2013 11:09:23 +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 <1UCooE-001bZP-Tk>; Tue, 05 Mar 2013 11:09:22 +0100 Message-ID: <5135C48F.2050709@zedat.fu-berlin.de> Date: Tue, 05 Mar 2013 11:10:23 +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 10:09:24 -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? well, since I can't do portmaster on EVERY FreeBSD 10.0-CURRENT I have around (three boxes, different types of hardware but the same revision of sources as from today - and buildworld/kernel of course) I guess this is a major damage. Is there a way how I can "trace" the "make extract" task in the port's directory? I can manually untar each tarball, but while doing "make extract" I always get this ===> dbus-1.4.14_4 depends on file: /usr/local/sbin/pkg - found ===> Extracting for dbus-1.4.14_4 => SHA256 Checksum OK for dbus-1.4.14.tar.gz. *** [do-extract] Signal 13 (devel/dbus is an example, it happens to ALL ports). Oliver