From owner-freebsd-ports@freebsd.org Sun May 8 19:55:46 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 0A001B33C45 for ; Sun, 8 May 2016 19:55:46 +0000 (UTC) (envelope-from jonc@chen.org.nz) Received: from mail-ig0-x230.google.com (mail-ig0-x230.google.com [IPv6:2607:f8b0:4001:c05::230]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id C359814CD for ; Sun, 8 May 2016 19:55:44 +0000 (UTC) (envelope-from jonc@chen.org.nz) Received: by mail-ig0-x230.google.com with SMTP id u10so88437959igr.1 for ; Sun, 08 May 2016 12:55:44 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=chen-org-nz.20150623.gappssmtp.com; s=20150623; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc; bh=riXJ6HwWIsGvlK/WdylmbLDYN2SeCk9dYsyOEsI9NYM=; b=dO79hCduIodvouBLVbpGOFr0+K56AgcRIuN5j7qd1S4LIqRxAY5hZB9lU+18AVMRYA VHQzLtmVV1uDRUfTqE/FX8ZaBmKU4+aIPjvCDGWffasKaRyiSx4vMK9YIxaal9kLgDgu muMDWoERQl1SavIXxI48GuDe3hwN/GgrtlbDTYc29PHFK0gxghhVZ68jLIf2gGZiCoIG YjFCm9wnHEgiTvE8C1ffLUecqbyyQnvemlQ56ER8KwCY+299UMSYXbsxmoZnrc4mjXqx ydYt03+aZFULux8jCzPGEkLcbViTCC3+MG68SDMgWDv3mZOC7vr46px733zjycO3JcxT ccow== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:in-reply-to:references:date :message-id:subject:from:to:cc; bh=riXJ6HwWIsGvlK/WdylmbLDYN2SeCk9dYsyOEsI9NYM=; b=bbRwGtvecWG2Dp5wugIhMxtgKOh3kClj+2rrBZUpsrXYbaaCB9gclYo1e6jQkZDjE0 ortK3M26+zydAdYs0R+tysxgAd3oTBEcRaglGa4NBoczrvcke01/6wj0kEOUmc/CGEnc FkTwQIKUiUHC/gW2mYP/XtyX6OzuSTgeAYSf/pM4fuJLdgTt5zJ2tHA9cOCuhWUNu9NA wjoxe/xovm94ieP9CMxubUVlZVNkp5t4CzFB4PiKqWkB5JMGP6TsoBP7cQKeiC+msRb1 H+OX+Nc0ww/PeEd2gmK3ckQ8U9ICReBNo65Sep+4d023ysAGnXKdP4IpTrDEunJQafSX fkpw== X-Gm-Message-State: AOPr4FXKtLNZVNiIkBRdBBEVkE7cDgReh84wmPKXMwkZArnso3BzXRKv/T7fprymV0KNAJfZpgWTrynZ3hhRow== MIME-Version: 1.0 X-Received: by 10.50.8.2 with SMTP id n2mr7455079iga.39.1462737343492; Sun, 08 May 2016 12:55:43 -0700 (PDT) Received: by 10.79.25.214 with HTTP; Sun, 8 May 2016 12:55:43 -0700 (PDT) X-Originating-IP: [203.99.129.1] In-Reply-To: <22d1b9a2-b10d-110a-9764-d83a27688f3b@groumpf.org> References: <22d1b9a2-b10d-110a-9764-d83a27688f3b@groumpf.org> Date: Mon, 9 May 2016 07:55:43 +1200 Message-ID: Subject: Re: Portugrade uninstall failed (Broken pipe) From: Jonathan Chen To: Xavier Cc: freebsd-ports@freebsd.org Content-Type: text/plain; charset=UTF-8 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 19:55:46 -0000 On 8 May 2016 at 22:30, Xavier wrote: > Hi, > > Running 10.3-STABLE/i386 (but fails also on amd64), with fresh HEAD ports, > portupgrade fails on a couple of ports : > > ----------------------------------------------------------------- > ---> Build of databases/sqlite3 ended at: Sun, 08 May 2016 12:15:30 +0200 > (consumed 00:03:11) > ---> Updating dependency info > ---> Uninstallation of sqlite3-3.12.1 started at: Sun, 08 May 2016 12:15:30 > +0200 > ---> Fixing up dependencies before creating a package > ---> Backing up the old version > ---> Uninstalling the old version > [Reading data from pkg(8) ... - 792 packages found - done] > ---> Deinstalling 'sqlite3-3.12.1' > [Reading data from pkg(8) ... - 792 packages found - done] > ** Listing the failed packages (-:ignored / *:skipped / !:failed) > ! sqlite3-3.12.1 (Broken pipe) I'm running 10.3-STABLE/amd64 and I'm also seeing this on several ports. I've also just recently update my ports-tree as well. Cheers. -- Jonathan Chen