From owner-freebsd-ports@FreeBSD.ORG Wed Mar 6 10:11:51 2013 Return-Path: Delivered-To: freebsd-ports@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 039B39B for ; Wed, 6 Mar 2013 10:11:51 +0000 (UTC) (envelope-from dnebdal@gmail.com) Received: from mail-wg0-f49.google.com (mail-wg0-f49.google.com [74.125.82.49]) by mx1.freebsd.org (Postfix) with ESMTP id 7003BEE3 for ; Wed, 6 Mar 2013 10:11:50 +0000 (UTC) Received: by mail-wg0-f49.google.com with SMTP id 15so7050273wgd.4 for ; Wed, 06 Mar 2013 02:11:49 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:x-received:in-reply-to:references:date:message-id :subject:from:to:cc:content-type; bh=0TDPpxy9Z4wKO2mKL8PJag1Yw8vgClqVGzu6ODoUHsQ=; b=hPOqizAEbDLE9WBk6+Cn0CbAosqbvKeBe/WwKCwlGyMuP7RRC8oV+v5mbWzHvv9WzD eGOuHTPlTCrILJohh1Hi2gtKg8ZdZaxZDZogh72T0xlp7bk2G8PQ0Mg1fbymPJSbUWyb pcfde184b/TsjMxV2vIZll68Ee0wkmB7CAIEtWuhMTmtIpUOXeXkDCWYunypAeTyA0kr 4/grz56ilJRUj9im+hK8jXH/Lc70iujOhLhU1XnQ05a4Ytjyu9hgoouOuhPEA0W5Vs1E Qo51knByW+IZixf6haNzIe6SjN5PPnLUHxvmqXUKkG3knxvzHaUjk+fIKLaGcTnKM3c6 SZIA== MIME-Version: 1.0 X-Received: by 10.204.149.22 with SMTP id r22mr10735734bkv.75.1362564709151; Wed, 06 Mar 2013 02:11:49 -0800 (PST) Received: by 10.205.142.7 with HTTP; Wed, 6 Mar 2013 02:11:48 -0800 (PST) In-Reply-To: <5135E0AB.3040806@zedat.fu-berlin.de> References: <5135E0AB.3040806@zedat.fu-berlin.de> Date: Wed, 6 Mar 2013 11:11:48 +0100 Message-ID: Subject: Re: port building in CURRENT (including r247839) BROKEN From: Daniel Nebdal To: "Hartmann, O." Content-Type: text/plain; charset=ISO-8859-1 Cc: Ports FreeBSD X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 06 Mar 2013 10:11:51 -0000 On Tue, Mar 5, 2013 at 1:10 PM, Hartmann, O. wrote: > On all FreeBSD boxes with > FreeBSD 10.0-CURRENT #1 r247839: Tue Mar 5 12:28:12 CET 2013/amd64 the > build of ports - or updating/upgrading ports is BROKEN! > > Every port which is about to be updated fails with > > [...] > *** [do-extract] Signal 13 > > This is common on ALL CURRENT systems so I consider this a BREAKAGE. > > The problem is painful due to the fact that several kernel modules need, > accordung to the entry 20130304: in /usr/src/UPDATING an update. > > devel/dbus isn't starting anymore on ALL systems, I couldn't figure out > why. So X11 doesn't start either. And I can not rebuild those ports to > accomplish what's suggested/required in UPDATING. > > Regards, > Oliver There's a few posts in -current about the same thing, and it does not appear to be limited to ports. Just going by the complaints, I would guess that something recently committed subtly broke pipes (in certain circumstances). Signal 13 is defined as "write to a pipe with no reader", so feel free to speculate or debug. -- Daniel Nebdal