From owner-freebsd-current@FreeBSD.ORG Wed Sep 11 00:42:16 2013 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 8EEC4BB for ; Wed, 11 Sep 2013 00:42:16 +0000 (UTC) (envelope-from freebsd-current@m.gmane.org) Received: from plane.gmane.org (plane.gmane.org [80.91.229.3]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 4A24A29B9 for ; Wed, 11 Sep 2013 00:42:16 +0000 (UTC) Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1VJYVZ-0006ru-LI for freebsd-current@freebsd.org; Wed, 11 Sep 2013 02:42:13 +0200 Received: from cpc3-walt15-2-0-cust148.13-2.cable.virginmedia.com ([86.21.186.149]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 11 Sep 2013 02:42:13 +0200 Received: from walterhurry by cpc3-walt15-2-0-cust148.13-2.cable.virginmedia.com with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 11 Sep 2013 02:42:13 +0200 X-Injected-Via-Gmane: http://gmane.org/ To: freebsd-current@freebsd.org From: Walter Hurry Subject: Re: Problem with virtualbox-ose-additions Date: Wed, 11 Sep 2013 00:41:53 +0000 (UTC) Lines: 27 Message-ID: References: <522F9B19.8030309@FreeBSD.org> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: cpc3-walt15-2-0-cust148.13-2.cable.virginmedia.com User-Agent: Pan/0.139 (Sexual Chocolate; GIT bf56508 git://git.gnome.org/pan2) X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.14 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: Wed, 11 Sep 2013 00:42:16 -0000 On Wed, 11 Sep 2013 00:20:09 +0200, Guido Falsi wrote: > On 09/10/13 23:58, Walter Hurry wrote: >> I have upgraded to r255358, rebuilt world and kernel, and dealt with >> the iconv issues. In the process I had to delete a handful of ports, am >> now trying to reinstall them, and am running into a problem: >> >> FreeBSD freebsd.vm 10.0-CURRENT FreeBSD 10.0-CURRENT #0 r255358: Sat >> Sep 7 22:28:09 BST 2013 root@freebsd.vm:/usr/obj/usr/src/sys/VM10 >> amd64 >> >> virtualbox-ose-additions will not compile. I get: >> >> kBuild: Linking VBoxOGLcrutil /usr/bin/ld: cannot find -liconv >> >> Have I done something wrong? How should I take this forward? > > This is another fallout from the iconv change. > > The port needs a fix. Most probably the same one applied to > virtualbox-ose and virtualbox-ose-legacy. I'll commit a fix as soon as I > have finished testing it. > > Thanks for the report. Success. Thanks very much for all your efforts and hard work. Much appreciated.