From owner-freebsd-pkg@freebsd.org Tue Apr 5 21:47:35 2016 Return-Path: Delivered-To: freebsd-pkg@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 A9783B045B9 for ; Tue, 5 Apr 2016 21:47:35 +0000 (UTC) (envelope-from coehill.dave@gmail.com) Received: from mail-ob0-x22b.google.com (mail-ob0-x22b.google.com [IPv6:2607:f8b0:4003:c01::22b]) (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 717D516BD for ; Tue, 5 Apr 2016 21:47:35 +0000 (UTC) (envelope-from coehill.dave@gmail.com) Received: by mail-ob0-x22b.google.com with SMTP id j9so18628326obd.3 for ; Tue, 05 Apr 2016 14:47:35 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to; bh=PbbN4eyWAj0ZB755M3vuADUreWfKVe/zGSbcDiGw8jM=; b=JWTkrK2bXM3aKlFwZ2Ze/OuBFmwHhBeZ7JQ76UFk1skJXZ3BHGZoiZa4wVDC1moVIV 0qXSU1bOaZ8LbPMSURRIfyLOKWxQdqecioFM5AYnGGWqZPkTJehon5Vnp1YDBZhY5jer 0bbSq8JDs6RO5FNsLKauAvnrUI8gTRn4zBX5HLvtvXttseSagmt2bUvkTpRJPmhUr8ZN sdnwyBkGrOuV+eeLDuxY4oO6GyYPI0GPteJqoBGjL6kz6aBnkWnr3ylu/Taxd+vyuM8S T+B3oPR4MFYEL4zQc2vQxEYj8bKcSoonld2LLQFJG3iQtWki9rxNJbrGzaBFB83m2Zmq NKDw== 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; bh=PbbN4eyWAj0ZB755M3vuADUreWfKVe/zGSbcDiGw8jM=; b=G6xDMX/CMuuhGGZUyUV+UIt+qHR+Gj5oBnvwzXBbrXChQfBma3Mxxa/YoiISgo4djs RSUhI/mKfXoxnNkXOe4YHsknKZpbmjk7v8U/wZTvT2f+fp9yLT1+ckuWaqHmZSz1rYmG n4kvEqfv5G6TAkD9YOZeAPBENC7lRfkWmsVVSeYwqSeRlIWS9Pq1054IAIe6Wxgak4LU EoFbN75TpqzPC1cdofT8G53tS6vvjsW8HxtRIr3PFLrZZcGNdhKvkwRAh+E9IyWMfsQO 6PvfjAYu3aytnpyBPlyfcjHdem/KlC2h7c8miMR2/zVipKhgHbuWR7XTvo44713N2svU BM1A== X-Gm-Message-State: AD7BkJJ1zXFvUyeolpSz4E9MqoW516q1VpL7rcf8P4TfzA89jAeKsw6rysfidziBNhIXEFzViR6vK+LSAn2G7A== MIME-Version: 1.0 X-Received: by 10.60.98.144 with SMTP id ei16mr15025372oeb.14.1459892854464; Tue, 05 Apr 2016 14:47:34 -0700 (PDT) Received: by 10.157.34.1 with HTTP; Tue, 5 Apr 2016 14:47:34 -0700 (PDT) In-Reply-To: References: Date: Tue, 5 Apr 2016 17:47:34 -0400 Message-ID: Subject: Fwd: FreeBSD Port: ports-mgmt/pkg From: Dave M To: freebsd-pkg@freebsd.org Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.21 X-BeenThere: freebsd-pkg@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: Binary package management and package tools discussion List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 05 Apr 2016 21:47:35 -0000 ---------- Forwarded message ---------- From: Zsolt Ero Date: Mon, Apr 4, 2016 at 8:20 PM Subject: FreeBSD Port: ports-mgmt/pkg To: pkg@freebsd.org Hi, There is quite a serious regression in pkg 1.7.1: pkg install fails with error code 70 if any of the listed packages is already installed. This in essence breaks every automated server provisioning scripts / libraries, as pkg install ........ is commonly used as "make sure this package is installed", and that line will break now and thus stop the whole server deployment! I see that pkg 1.7.0 had a regression and was short-lived, but unfortunately the one introduced in 1.7.1 is much worse! Zsolt _______________________________________________ freebsd-pkg@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-pkg To unsubscribe, send any mail to "freebsd-pkg-unsubscribe@freebsd.org" holy geez.. you would think by now they would have the bugs worked out on this. What's going on?