From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Sep 6 00:50:00 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.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 A0EAA568 for ; Fri, 6 Sep 2013 00:50:00 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 686002ADB for ; Fri, 6 Sep 2013 00:50:00 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r860o0Ru027439 for ; Fri, 6 Sep 2013 00:50:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r860o0AG027438; Fri, 6 Sep 2013 00:50:00 GMT (envelope-from gnats) Resent-Date: Fri, 6 Sep 2013 00:50:00 GMT Resent-Message-Id: <201309060050.r860o0AG027438@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Dave Hayes 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 0F48952C for ; Fri, 6 Sep 2013 00:42:36 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from oldred.freebsd.org (oldred.freebsd.org [8.8.178.121]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id F27082AB9 for ; Fri, 6 Sep 2013 00:42:35 +0000 (UTC) Received: from oldred.freebsd.org ([127.0.1.6]) by oldred.freebsd.org (8.14.5/8.14.7) with ESMTP id r860gY2A083138 for ; Fri, 6 Sep 2013 00:42:34 GMT (envelope-from nobody@oldred.freebsd.org) Received: (from nobody@localhost) by oldred.freebsd.org (8.14.5/8.14.5/Submit) id r860gYUX083135; Fri, 6 Sep 2013 00:42:34 GMT (envelope-from nobody) Message-Id: <201309060042.r860gYUX083135@oldred.freebsd.org> Date: Fri, 6 Sep 2013 00:42:34 GMT From: Dave Hayes To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Subject: ports/181854: emulators/virtualbox-ose USES iconv X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 06 Sep 2013 00:50:00 -0000 >Number: 181854 >Category: ports >Synopsis: emulators/virtualbox-ose USES iconv >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Fri Sep 06 00:50:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Dave Hayes >Release: 9.1-STABLE >Organization: >Environment: FreeBSD myhost 9.1-STABLE FreeBSD 9.1-STABLE #0 r251391M: Wed Aug 14 15:16:49 PDT 2013 unixwiz@cdbuilder:/usr/obj.1.8R2-amd64/usr/src/sys/FBCD64 amd64 # cc -v FreeBSD clang version 3.2 (tags/RELEASE_32/final 170710) 20121221 Target: x86_64-unknown-freebsd9.1 Thread model: posix >Description: emulators/virtualbox-ose does not compile on clang-ified 9.1-STABLE as of ports HEAD on 090413: # svn info Path: . . Repository Root: https://svn0.us-west.freebsd.org/ports . Last Changed Author: anders Last Changed Rev: 326321 Last Changed Date: 2013-09-04 13:46:54 -0700 (Wed, 04 Sep 2013) >How-To-Repeat: cd /usr/ports/emulators/virtualbox-ose make instasll >Fix: This patch fixes the issue: --- Makefile.orig 2013-09-05 17:35:10.465556892 -0700 +++ Makefile 2013-09-05 17:35:18.633192594 -0700 @@ -34,7 +34,7 @@ WRKSRC= ${WRKDIR}/VirtualBox-${PORTVERSION} ONLY_FOR_ARCHS= i386 amd64 FETCH_ARGS= -pRr -USES= pkgconfig +USES= pkgconfig iconv USE_GCC= any USE_GNOME= libidl USE_BZIP2= yes >Release-Note: >Audit-Trail: >Unformatted: