From owner-freebsd-ports@freebsd.org Mon Feb 6 14:22:47 2017 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 37F2FCD2CB1 for ; Mon, 6 Feb 2017 14:22:47 +0000 (UTC) (envelope-from bsdports@cloudzeeland.nl) Received: from ares.cloudzeeland.nl (cloudzeeland.xs4all.nl [83.161.133.58]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "cloudzeeland.nl", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id F34C021C; Mon, 6 Feb 2017 14:22:46 +0000 (UTC) (envelope-from bsdports@cloudzeeland.nl) Received: from ares.cloudzeeland.nl (ares.cloudzeeland.nl [10.10.10.32]) by ares.cloudzeeland.nl (Postfix) with ESMTP id D01ED4FE7E02; Mon, 6 Feb 2017 15:22:43 +0100 (CET) Received: from [10.10.10.40] (styx.zeeland24.nl [82.176.127.71]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client did not present a certificate) by ares.cloudzeeland.nl (Postfix) with ESMTPSA id 9F14A4FE7E0A; Mon, 6 Feb 2017 15:22:43 +0100 (CET) From: Jos Chrispijn Subject: /usr/ports/devel/check Port upgrade fails To: sunpoet@FreeBSD.org, freebsd-ports@freebsd.org Message-ID: Date: Mon, 6 Feb 2017 15:22:44 +0100 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:45.0) Gecko/20100101 Thunderbird/45.7.0 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Scanned: ClamAV using ClamSMTP on ares.cloudzeeland.nl X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 06 Feb 2017 14:22:47 -0000 Dear port maintainer, Just upgrading my ports and get the following error: --- cut --- ===> Installing for check-0.10.0 ===> Checking if check already installed ===> Registering installation for check-0.10.0 as automatic Installing check-0.10.0... pkg-static: check-0.10.0 conflicts with libcheck-0.10.0 (installs files into the same place). Problematic file: /usr/local/bin/checkmk *** Error code 70 Stop. make[1]: stopped in /usr/ports/devel/check *** Error code 1 Stop. make: stopped in /usr/ports/devel/check ===>>> Installation of check-0.10.0 (devel/check) failed ===>>> Aborting update --- cut --- can you plstell me how to solve? Thanks!