From owner-freebsd-ports@freebsd.org Mon Sep 12 08:08:47 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 EDE07BD743E for ; Mon, 12 Sep 2016 08:08:47 +0000 (UTC) (envelope-from idefix@fechner.net) Received: from anny.lostinspace.de (anny.lostinspace.de [IPv6:2001:608:a02::33]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id B372AE01 for ; Mon, 12 Sep 2016 08:08:47 +0000 (UTC) (envelope-from idefix@fechner.net) Received: from server.idefix.lan (unknown [IPv6:2001:a61:1277:d101:dacb:8aff:febf:62dd]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) (Authenticated sender: idefix@fechner.net) by anny.lostinspace.de (Postfix) with ESMTPSA id 02FB8614B5D; Mon, 12 Sep 2016 10:08:46 +0200 (CEST) DMARC-Filter: OpenDMARC Filter v1.3.1 anny.lostinspace.de 02FB8614B5D Authentication-Results: anny.lostinspace.de; dmarc=none header.from=fechner.net DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=fechner.net; s=default; t=1473667726; bh=OHHOgi6DVeWqbYcgr6srXwZFY1hVTfJ8JcDvH+CGDPM=; h=Subject:To:References:From:Date:In-Reply-To; b=b/dbzaB4f5Ms/q0jJWCFc37vKfSjtOANanH5WnbjmhzseLSNYg7akROfuR+OSnEs0 FfPlcUyWS+LQKmQPxzflvMuoO4hKErltCutCNsAVttGaTCzRGd1vZdZRVrRJVr95cP dfBk79TCSVqH2YRugTR0Qy8+hEx2sfaSRv1Qarw4= Received: from [192.168.0.151] (aftr-88-217-181-243.dynamic.mnet-online.de [88.217.181.243]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by server.idefix.lan (Postfix) with ESMTPSA id 3815059DB1E; Mon, 12 Sep 2016 10:08:45 +0200 (CEST) Subject: Re: Error in a package? To: Grzegorz Junka , freebsd-ports@freebsd.org References: <81ca3d22-cc22-2400-16c0-ee69de331006@gjunka.com> From: Matthias Fechner Message-ID: <83b3dc74-c866-271a-e1d0-d6cca5810b60@fechner.net> Date: Mon, 12 Sep 2016 10:08:43 +0200 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:45.0) Gecko/20100101 Thunderbird/45.3.0 MIME-Version: 1.0 In-Reply-To: <81ca3d22-cc22-2400-16c0-ee69de331006@gjunka.com> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 8bit 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, 12 Sep 2016 08:08:48 -0000 Am 11.09.2016 um 22:55 schrieb Grzegorz Junka: > Why I can not upgrade this package, even forcefully? > > root@ultrabook:~ # pkg upgrade -f javavmwrapper > Updating ultrabook repository catalogue... > ultrabook repository is up-to-date. > All repositories are up-to-date. > The following 1 package(s) will be affected (of 0 checked): > > Installed packages to be UPGRADED: > javavmwrapper: 2.5_1 -> 2.5_2 > > Number of packages to be upgraded: 1 > > 16 KiB to be downloaded. > > Proceed with this action? [y/N]: y > Fetching javavmwrapper-2.5_2.txz: 100% 16 KiB 16.4kB/s 00:01 > Checking integrity... done (0 conflicting) > [1/1] Upgrading javavmwrapper from 2.5_1 to 2.5_2... > [1/1] Extracting javavmwrapper-2.5_2: 100% > You may need to manually remove /usr/local/etc/javavm_opts.conf if it > is no longer needed. > pkg: Fail to rename /usr/local/bin/.checkvms.cSKXJhAdFAsw -> > /usr/local/bin/checkvms: No such file or directory > just do: pkg delete -f javavmwrapper-2.5_1 pkg install javavmwrapper See here for more details: https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=212104 Gruß Matthias -- "Programming today is a race between software engineers striving to build bigger and better idiot-proof programs, and the universe trying to produce bigger and better idiots. So far, the universe is winning." -- Rich Cook