From owner-freebsd-ports@freebsd.org Tue Apr 26 16:42:15 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 3EC0BB1C544 for ; Tue, 26 Apr 2016 16:42:15 +0000 (UTC) (envelope-from imb@protected-networks.net) Received: from mail.auburn.protected-networks.net (mail.auburn.protected-networks.net [IPv6:2001:470:1f07:4e1::3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mail.auburn.protected-networks.net", Issuer "Protected Networks Root CA" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 8747D18B4 for ; Tue, 26 Apr 2016 16:42:14 +0000 (UTC) (envelope-from imb@protected-networks.net) Received: from mail.auburn.protected-networks.net (localhost.auburn.protected-networks.net [127.0.0.1]) by mail.auburn.protected-networks.net (Postfix) with ESMTP id 82D0446; Tue, 26 Apr 2016 12:42:09 -0400 (EDT) Received: from mail.auburn.protected-networks.net ([127.0.0.1]) by mail.auburn.protected-networks.net (mail.auburn.protected-networks.net [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id saun89YcJpGW; Tue, 26 Apr 2016 12:42:08 -0400 (EDT) Received: from toshi.auburn.protected-networks.net (toshi.auburn.protected-networks.net [192.168.1.10]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "Iain Michael Butler", Issuer "Protected Networks CA" (verified OK)) (Authenticated sender: imb@mail.auburn.protected-networks.net) by mail.auburn.protected-networks.net (Postfix) with ESMTPSA id 0C39A7; Tue, 26 Apr 2016 12:42:08 -0400 (EDT) Subject: Re: Weird portupgrade error on current amd64 To: Manfred Antar , FreeBSD Ports References: <5530D6B5-0380-47DA-8A01-65979D87D4CF@pozo.com> Cc: knu@idaemons.org From: Michael Butler Openpgp: id=6F63E6399DCC8E3E94D60F0642FF6BAE0442D492 Message-ID: <67a1a7f4-7b4e-21f8-9168-d4cc4bd6490a@protected-networks.net> Date: Tue, 26 Apr 2016 12:42:06 -0400 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:45.0) Gecko/20100101 Thunderbird/45.0 MIME-Version: 1.0 In-Reply-To: <5530D6B5-0380-47DA-8A01-65979D87D4CF@pozo.com> Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 26 Apr 2016 16:42:15 -0000 On 04/26/16 10:15, Manfred Antar wrote: > When using portupgrade on current it fails when upgrading libraries. > I can reproduce this on 3 different amd64 machines. > > Example: > > portupgrade -vf libnice ends like this: > > ---> Build of net-im/libnice ended at: Tue, 26 Apr 2016 07:01:15 -0700 (consumed 00:00:10) > ---> Uninstallation of libnice-0.1.13 started at: Tue, 26 Apr 2016 07:01:15 -0700 > ---> Fixing up dependencies before creating a package > /usr/local/lib/ruby/site_ruby/2.2/pkgtools/pkgtools.rb:1180: warning: Insecure world writable dir /tmp/. in PATH, mode 041777 > ---> Backing up the old version > ---> Uninstalling the old version > /usr/local/lib/ruby/site_ruby/2.2/pkgtools/pkgtools.rb:1180: warning: Insecure world writable dir /tmp/. in PATH, mode 041777 > [Reading data from pkg(8) ... - 1593 packages found - done] > ---> Deinstalling 'libnice-0.1.13' > [Reading data from pkg(8) ... - 1593 packages found - done] > ** Listing the failed packages (-:ignored / *:skipped / !:failed) > ! libnice-0.1.13 (Broken pipe) This appears to be related to kernels with SVN revisions between r298585 and r298597. I am testing with a version after that to see if it has an impact on the problem, imb