From owner-freebsd-current@FreeBSD.ORG Tue Sep 10 22:20:13 2013 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 4B0E2D8F for ; Tue, 10 Sep 2013 22:20:13 +0000 (UTC) (envelope-from madpilot@FreeBSD.org) Received: from winston.madpilot.net (winston.madpilot.net [78.47.75.155]) by mx1.freebsd.org (Postfix) with ESMTP id 0A13F21B2 for ; Tue, 10 Sep 2013 22:20:12 +0000 (UTC) Received: from winston.madpilot.net (localhost [127.0.0.1]) by winston.madpilot.net (Postfix) with ESMTP id 3cZLK80YKJzFTsN; Wed, 11 Sep 2013 00:20:12 +0200 (CEST) X-Virus-Scanned: amavisd-new at madpilot.net Received: from winston.madpilot.net ([127.0.0.1]) by winston.madpilot.net (winston.madpilot.net [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id nCRrePtQJ2ms; Wed, 11 Sep 2013 00:20:10 +0200 (CEST) Received: from tommy.madpilot.net (micro.madpilot.net [88.149.173.206]) by winston.madpilot.net (Postfix) with ESMTPSA; Wed, 11 Sep 2013 00:20:10 +0200 (CEST) Message-ID: <522F9B19.8030309@FreeBSD.org> Date: Wed, 11 Sep 2013 00:20:09 +0200 From: Guido Falsi User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:17.0) Gecko/20130903 Thunderbird/17.0.8 MIME-Version: 1.0 To: Walter Hurry Subject: Re: Problem with virtualbox-ose-additions References: In-Reply-To: Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-current@freebsd.org 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: Tue, 10 Sep 2013 22:20:13 -0000 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. -- Guido Falsi