From owner-freebsd-emulation@FreeBSD.ORG Mon Feb 3 17:10:17 2014 Return-Path: Delivered-To: freebsd-emulation@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 ESMTPS id 83CE64FB for ; Mon, 3 Feb 2014 17:10:17 +0000 (UTC) Received: from mail-la0-x22b.google.com (mail-la0-x22b.google.com [IPv6:2a00:1450:4010:c03::22b]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 07A621CB6 for ; Mon, 3 Feb 2014 17:10:16 +0000 (UTC) Received: by mail-la0-f43.google.com with SMTP id pv20so5730005lab.30 for ; Mon, 03 Feb 2014 09:10:15 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:date:message-id:subject :from:to:cc:content-type; bh=frktesUXULRIP753x6ozgTTBz6qEazZ7+Znff/5kKeg=; b=bib4bZ6HfL/i3a145LETyu6RgF4nb71uS/NGL564xwHFOyi9GvkQmOrJ/L3vHHfViy DNLymZrojjvHrs8E7g4AQejFP/pXfVefL1KiQScB9mZbqrpxDj5reEJeX5bxA3IDIevc dRHgAxVFUKsxJaKsCtgc3zAs2+HUftYoOcQuHT8zg/oDOSwYv2UgIKaSMcZ+K7H4IiJy qmfAT/l/YDmt1gdv319aNcP3V4vS+YFeS3J8wD/uEs6bIAmbhc6YEVkiaOBnSph2aHMT oeJBBl9DQ8slLWLI6iIiaRmyAzvdhNVDmiQrtztTE+xE0NxOWaTr31zaNwSzyEi8MCcq 2upw== MIME-Version: 1.0 X-Received: by 10.112.40.114 with SMTP id w18mr13525789lbk.20.1391447414966; Mon, 03 Feb 2014 09:10:14 -0800 (PST) Sender: crodr001@gmail.com Received: by 10.112.30.211 with HTTP; Mon, 3 Feb 2014 09:10:14 -0800 (PST) In-Reply-To: References: Date: Mon, 3 Feb 2014 09:10:14 -0800 X-Google-Sender-Auth: YT1evlWeBoPmgN-QBLHESJjZv5g Message-ID: Subject: Re: Building virtualbox-ose on Freebsed10 Stable failed when linking scm. From: Craig Rodrigues To: Leonard Rucker Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.17 Cc: =?ISO-8859-1?Q?Bernhard_Fr=F6hlich?= , "freebsd-emulation@freebsd.org" X-BeenThere: freebsd-emulation@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Development of Emulators of other operating systems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 03 Feb 2014 17:10:17 -0000 On Mon, Feb 3, 2014 at 6:40 AM, Leonard Rucker wrote: > I just updated from 9.2 stable to 10 stable over the weekend and rebuilt > all of my other ports. The other port I am having trouble with is openjdk6 > but I haven't looked into that one yet and I only mention in case it > provides any clues. > Since you upgraded from 9.2-stable to 10-stable and had some problems with libiconv, it is highly recommended that you: (1) Make sure that you follow all the steps for upgrading FreeBSD http://www5.us.freebsd.org/doc/handbook/updating-upgrading.html and make sure you delete old stuff properly. (2) Look at http://svnweb.freebsd.org/ports/head/UPDATING?view=markup and make sure you follow all the steps in the entry for 20130904 related to libiconv. -- Craig