From owner-freebsd-ports@freebsd.org Tue Apr 26 17:23:20 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 BE6B1B1D270 for ; Tue, 26 Apr 2016 17:23:20 +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 8C62B1F32 for ; Tue, 26 Apr 2016 17:23:20 +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 046BE46; Tue, 26 Apr 2016 13:23:12 -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 AliazK-QbZSb; Tue, 26 Apr 2016 13:23:10 -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 4966F7; Tue, 26 Apr 2016 13:23:10 -0400 (EDT) Subject: Re: Weird portupgrade error on current amd64 To: Manfred Antar References: <5530D6B5-0380-47DA-8A01-65979D87D4CF@pozo.com> <67a1a7f4-7b4e-21f8-9168-d4cc4bd6490a@protected-networks.net> Cc: FreeBSD Ports , knu@idaemons.org From: Michael Butler Openpgp: id=6F63E6399DCC8E3E94D60F0642FF6BAE0442D492 Message-ID: Date: Tue, 26 Apr 2016 13:23:10 -0400 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:45.0) Gecko/20100101 Thunderbird/45.0 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit 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 17:23:20 -0000 On 04/26/16 12:53, Manfred Antar wrote: > >> On Apr 26, 2016, at 9:42 AM, Michael Butler wrote: >> >> 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 >> > On SVN r298651 which I’m running it’s still broken > Weird error !!! why only on certain ports. > Thanks > Manfred You're right - my test failed too - sorry :-( imb