From owner-freebsd-ports@freebsd.org Mon Sep 12 12:38:54 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 15534BD68C7 for ; Mon, 12 Sep 2016 12:38:54 +0000 (UTC) (envelope-from list1@gjunka.com) Received: from msa1.earth.yoonka.com (yoonka.com [185.24.122.233]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "msa1.earth.yoonka.com", Issuer "msa1.earth.yoonka.com" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id B95F293C for ; Mon, 12 Sep 2016 12:38:52 +0000 (UTC) (envelope-from list1@gjunka.com) Received: from ultrabook.yoonka.com (ip-109-84-2-155.web.vodafone.de [109.84.2.155]) (authenticated bits=0) by msa1.earth.yoonka.com (8.15.2/8.15.2) with ESMTPSA id u8CCcoBS049703 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128 verify=NO) for ; Mon, 12 Sep 2016 12:38:51 GMT (envelope-from list1@gjunka.com) X-Authentication-Warning: msa1.earth.yoonka.com: Host ip-109-84-2-155.web.vodafone.de [109.84.2.155] claimed to be ultrabook.yoonka.com Subject: Re: Error in a package? To: freebsd-ports@freebsd.org References: <81ca3d22-cc22-2400-16c0-ee69de331006@gjunka.com> From: Grzegorz Junka Message-ID: <304ce1cf-78f1-887e-3194-4d4fdf42f7c9@gjunka.com> Date: Mon, 12 Sep 2016 12:38:45 +0000 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; 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; format=flowed Content-Transfer-Encoding: 7bit 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 12:38:54 -0000 On 11/09/2016 20:55, Grzegorz Junka wrote: > 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 > > _ There is lots of packages that depend on it, I don't want to uninstall of them and then reinstall them. I will try to delete the config file as suggested in the other post. Grzegorz