From owner-freebsd-ports@freebsd.org Sun May 8 23:44:39 2016 Return-Path: Delivered-To: freebsd-ports@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 05255B33AE6 for ; Sun, 8 May 2016 23:44:39 +0000 (UTC) (envelope-from markmi@dsl-only.net) Received: from asp.reflexion.net (outbound-mail-211-161.reflexion.net [208.70.211.161]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 85BCE19CA for ; Sun, 8 May 2016 23:44:37 +0000 (UTC) (envelope-from markmi@dsl-only.net) Received: (qmail 22478 invoked from network); 8 May 2016 23:44:28 -0000 Received: from unknown (HELO mail-cs-01.app.dca.reflexion.local) (10.81.19.1) by 0 (rfx-qmail) with SMTP; 8 May 2016 23:44:28 -0000 Received: by mail-cs-01.app.dca.reflexion.local (Reflexion email security v7.90.3) with SMTP; Sun, 08 May 2016 19:45:04 -0400 (EDT) Received: (qmail 6655 invoked from network); 8 May 2016 23:45:03 -0000 Received: from unknown (HELO iron2.pdx.net) (69.64.224.71) by 0 (rfx-qmail) with SMTP; 8 May 2016 23:45:03 -0000 X-No-Relay: not in my network X-No-Relay: not in my network X-No-Relay: not in my network Received: from [192.168.1.8] (c-76-115-7-162.hsd1.or.comcast.net [76.115.7.162]) by iron2.pdx.net (Postfix) with ESMTPSA id 3F0101C43DD; Sun, 8 May 2016 16:44:26 -0700 (PDT) From: Mark Millard Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: quoted-printable Subject: Re: Portugrade uninstall failed (Broken pipe) Message-Id: Date: Sun, 8 May 2016 16:44:30 -0700 To: freebsd-ports@freebsd.org, xavier@groumpf.org, jonc@chen.org.nz Mime-Version: 1.0 (Mac OS X Mail 9.3 \(3124\)) X-Mailer: Apple Mail (2.3124) X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 08 May 2016 23:44:39 -0000 See: https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D209211 Summary of the current state of things: 10-STABLE recently has -r299236 that reverts -r298920, in part to allow = portupgrade to work. 11.0-CURRENT recently has -r299234 and -r299238 to see if that fixes = portupgrade operation, among other things. -r299234 explicitly avoids = calling close(fd) when fd=3D=3DSTDIN_FILENO: The close would break the = pipe in use by portupgrade. =3D=3D=3D Mark Millard markmi at dsl-only.net