Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 25 Feb 2014 11:43:41 GMT
From:      kaltheat <kaltheat@gmail.com>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/187030: emulators/virtualbox doesn't compile with X11 option only
Message-ID:  <201402251143.s1PBhfwG041321@cgiserv.freebsd.org>
Resent-Message-ID: <201402251150.s1PBo13G024098@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         187030
>Category:       ports
>Synopsis:       emulators/virtualbox doesn't compile with X11 option only
>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:   Tue Feb 25 11:50:01 UTC 2014
>Closed-Date:
>Last-Modified:
>Originator:     kaltheat
>Release:        FreeBSD 9.2 RELEASE amd64
>Organization:
>Environment:
>Description:

Hi,

when compiling virtualbox with these options

OPTIONS_FILE_UNSET+=DBUS
OPTIONS_FILE_UNSET+=DEBUG
OPTIONS_FILE_UNSET+=GUESTADDITIONS
OPTIONS_FILE_UNSET+=NLS
OPTIONS_FILE_UNSET+=PULSEAUDIO
OPTIONS_FILE_UNSET+=PYTHON
OPTIONS_FILE_UNSET+=QT4
OPTIONS_FILE_UNSET+=UDPTUNNEL
OPTIONS_FILE_UNSET+=VDE
OPTIONS_FILE_SET+=VNC
OPTIONS_FILE_UNSET+=VPX
OPTIONS_FILE_UNSET+=WEBSERVICE
OPTIONS_FILE_UNSET+=X11

configure exits with this error:
..
Checking for Xrandr:
  Xrandr not found at -L/usr/X11R6/lib -L/usr/X11R6/lib64 -L/usr/local/lib -lXext -lX11 -lXrandr -I/usr/local/include or Xrandr header
s not found
  Check the file /work/a/ports/emulators/virtualbox-ose/work/VirtualBox-4.3.6/configure.log for detailed error information.
Check /work/a/ports/emulators/virtualbox-ose/work/VirtualBox-4.3.6/configure.log for details
===>  Script "configure" failed unexpectedly.
Please report the problem to vbox@FreeBSD.org [maintainer] and attach the
"/work/a/ports/emulators/virtualbox-ose/work/VirtualBox-4.3.6/config.log"
including the output of the failure of your make command. Also, it might be
a good idea to provide an overview of all packages installed on your system
(e.g. a /usr/local/sbin/pkg-static info -g -Ea).
*** [do-configure] Error code 1
..

virtualbox compiles fine without X11 option or with X11 option and QT4 option enabled.

Regards,
kaltheat
>How-To-Repeat:

>Fix:
Possibly add xrandr as run dependency if X11 option is choosed.

>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201402251143.s1PBhfwG041321>