From owner-freebsd-ports-bugs@FreeBSD.ORG Fri May 30 22:30:01 2014 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 ESMTPS id 369363ED for ; Fri, 30 May 2014 22:30:01 +0000 (UTC) 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)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id EEC2926DD for ; Fri, 30 May 2014 22:30:00 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.8/8.14.8) with ESMTP id s4UMU0mE056528 for ; Fri, 30 May 2014 22:30:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.8/8.14.8/Submit) id s4UMU0jC056527; Fri, 30 May 2014 22:30:00 GMT (envelope-from gnats) Resent-Date: Fri, 30 May 2014 22:30:00 GMT Resent-Message-Id: <201405302230.s4UMU0jC056527@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, Hernan Freschi 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 ESMTPS id ED76239A for ; Fri, 30 May 2014 22:25:47 +0000 (UTC) Received: from cgiserv.freebsd.org (cgiserv.freebsd.org [IPv6:2001:1900:2254:206a::50:4]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id DAB7726BC for ; Fri, 30 May 2014 22:25:47 +0000 (UTC) Received: from cgiserv.freebsd.org ([127.0.1.6]) by cgiserv.freebsd.org (8.14.8/8.14.8) with ESMTP id s4UMPlQW069850 for ; Fri, 30 May 2014 22:25:47 GMT (envelope-from nobody@cgiserv.freebsd.org) Received: (from nobody@localhost) by cgiserv.freebsd.org (8.14.8/8.14.8/Submit) id s4UMPlWH069847; Fri, 30 May 2014 22:25:47 GMT (envelope-from nobody) Message-Id: <201405302225.s4UMPlWH069847@cgiserv.freebsd.org> Date: Fri, 30 May 2014 22:25:47 GMT From: Hernan Freschi To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Subject: ports/190432: emulators/virtualbox-ose pulls unnecessary Qt libraries when building headless X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 30 May 2014 22:30:01 -0000 >Number: 190432 >Category: ports >Synopsis: emulators/virtualbox-ose pulls unnecessary Qt libraries when building headless >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 May 30 22:30:00 UTC 2014 >Closed-Date: >Last-Modified: >Originator: Hernan Freschi >Release: 9.2-RELEASE-p3 >Organization: >Environment: FreeBSD vtserver.vt 9.2-RELEASE-p3 FreeBSD 9.2-RELEASE-p3 #0: Sat Jan 11 03:25:02 UTC 2014 root@amd64-builder.daemonology.net:/usr/obj/usr/src/sys/GENERIC amd64 >Description: When compiling VirtualBox (emulators/virtualbox-ose), with WITHOUT_X11=yes in /etc/make.conf, it still depends on Qt (it tries to build Qt frontend). This is because NLS option requires Qt libraries. So the problem is that Qt starts compiling a *full* distribution (including unnecessary Qt Designer and WebKit components). This takes hours to build even on fast machines. As a workaround, it's possible to disable NLS and Qt, which will build VirtualBox without pulling Qt. >How-To-Repeat: 1. Add WITHOUT_X11=yes to /etc/make.conf 2. build emulators/virtualbox-ose with default options It will also build a complete Qt distribution. >Fix: >Release-Note: >Audit-Trail: >Unformatted: