From owner-freebsd-ports@freebsd.org Mon May 9 00:24:50 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 97026B3144D for ; Mon, 9 May 2016 00:24:50 +0000 (UTC) (envelope-from null@pozo.com) Received: from pozo.com (pozo.com [50.197.129.137]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "pozo.com", Issuer "pozo.com" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 5FBA71737 for ; Mon, 9 May 2016 00:24:50 +0000 (UTC) (envelope-from null@pozo.com) Received: from octo.pozo.com (octo.pozo.com [192.168.0.2]) (authenticated bits=128) by pozo.com (8.15.2/8.15.2) with ESMTPA id u490HMBX005524; Sun, 8 May 2016 17:17:22 -0700 (PDT) (envelope-from null@pozo.com) Content-Type: text/plain; charset=us-ascii Mime-Version: 1.0 (Mac OS X Mail 9.3 \(3124\)) Subject: Re: Portugrade uninstall failed (Broken pipe) From: Manfred Antar In-Reply-To: Date: Sun, 8 May 2016 17:17:21 -0700 Cc: freebsd-ports@freebsd.org, xavier@groumpf.org, jonc@chen.org.nz Content-Transfer-Encoding: quoted-printable Message-Id: <66248C58-29CD-4B22-83E1-72E99C3FED24@pozo.com> References: To: Mark Millard X-Mailer: Apple Mail (2.3124) X-Spam-Status: No, score=-102.9 required=5.0 tests=ALL_TRUSTED,BAYES_00, URIBL_BLOCKED, USER_IN_WHITELIST autolearn=ham autolearn_force=no version=3.4.1, No X-Spam-Checker-Version: SpamAssassin 3.4.1 (2015-04-28) on pozo.com X-pozocom-MailScanner-Information: Please contact the ISP for more information X-pozocom-MailScanner-ID: u490HMBX005524 X-pozocom-MailScanner: Found to be clean X-pozocom-MailScanner-From: null@pozo.com 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: Mon, 09 May 2016 00:24:50 -0000 > On May 8, 2016, at 4:44 PM, Mark Millard wrote: >=20 > See: https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D209211 >=20 > Summary of the current state of things: >=20 > 10-STABLE recently has -r299236 that reverts -r298920, in part to allow p= ortupgrade to work. >=20 > 11.0-CURRENT recently has -r299234 and -r299238 to see if that fixes port= upgrade operation, among other things. -r299234 explicitly avoids calling c= lose(fd) when fd=3D=3DSTDIN_FILENO: The close would break the pipe in use b= y portupgrade. Works for me on Current amd64 , 3 different machines. Thanks