From owner-freebsd-current@freebsd.org Mon Jul 9 13:06:27 2018 Return-Path: Delivered-To: freebsd-current@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 4FBD110245F6 for ; Mon, 9 Jul 2018 13:06:27 +0000 (UTC) (envelope-from kevans@freebsd.org) Received: from smtp.freebsd.org (smtp.freebsd.org [IPv6:2610:1c1:1:606c::24b:4]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "smtp.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id F260A96817; Mon, 9 Jul 2018 13:06:26 +0000 (UTC) (envelope-from kevans@freebsd.org) Received: from mail-lf0-f45.google.com (mail-lf0-f45.google.com [209.85.215.45]) (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)) (Authenticated sender: kevans) by smtp.freebsd.org (Postfix) with ESMTPSA id 8DBAFADF5; Mon, 9 Jul 2018 13:06:26 +0000 (UTC) (envelope-from kevans@freebsd.org) Received: by mail-lf0-f45.google.com with SMTP id i15-v6so15171755lfc.2; Mon, 09 Jul 2018 06:06:26 -0700 (PDT) X-Gm-Message-State: APt69E0JzWmhFzbfs858NtXma2DdOcURcuUaBWuXEfKT1JJwm6nB5Ptn TJElvXhNkWEHSEe6UHXcLGRuH0QWxEQui0UIrmw= X-Google-Smtp-Source: AAOMgpeRG8O5t0mXXH//1Ksuyou640wlIu9o4LFfCOwdetjM6rfgqgmfRIMhNfyh0fq7qpycNlfwbOY8NmBpWwwQIP4= X-Received: by 2002:a19:9481:: with SMTP id o1-v6mr14852549lfk.38.1531141585064; Mon, 09 Jul 2018 06:06:25 -0700 (PDT) MIME-Version: 1.0 Received: by 2002:a2e:5742:0:0:0:0:0 with HTTP; Mon, 9 Jul 2018 06:06:04 -0700 (PDT) In-Reply-To: <1531130298.3054575.1434404056.514ED8A8@webmail.messagingengine.com> References: <1531130298.3054575.1434404056.514ED8A8@webmail.messagingengine.com> From: Kyle Evans Date: Mon, 9 Jul 2018 08:06:04 -0500 X-Gmail-Original-Message-ID: Message-ID: Subject: Re: New conflict between the FreeBSD-libnv-development and FreeBSD-runtime-development packages To: Tobias Kortkamp Cc: FreeBSD Current Content-Type: text/plain; charset="UTF-8" X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.27 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 09 Jul 2018 13:06:27 -0000 On Mon, Jul 9, 2018 at 4:58 AM, Tobias Kortkamp wrote: > Hi, > > there's a new conflict between the FreeBSD-{libnv,runtime}-development > base packages. This was for r336096 but the problem must have been > introduced after r335966 as the packages from that revision were > fine. > > Checking integrity... done (1 conflicting) > - FreeBSD-libnv-development-12.0.s20180708222113 [base] conflicts > with FreeBSD-runtime-development-12.0.s20180708222113 [installed] > on /usr/include/sys/cnv.h > Hi, Indeed- there's a patch in flight that will alleviate this that will hopefully land later today. Thanks, Kyle Evans