From owner-freebsd-emulation@FreeBSD.ORG Sat Sep 28 16:07:33 2013 Return-Path: Delivered-To: freebsd-emulation@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 A464C3C6 for ; Sat, 28 Sep 2013 16:07:33 +0000 (UTC) (envelope-from rbatriu@gmail.com) Received: from mail-ie0-x22b.google.com (mail-ie0-x22b.google.com [IPv6:2607:f8b0:4001: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 77F2D23B6 for ; Sat, 28 Sep 2013 16:07:33 +0000 (UTC) Received: by mail-ie0-f171.google.com with SMTP id at1so6620174iec.16 for ; Sat, 28 Sep 2013 09:07:32 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:content-type; bh=ugOV2M6cbN1COz56WTj23TQjitWre2sNSPyQB4jR+r4=; b=LBtKLTaFFG5UHXXTM322Pppjcb+Noth/obx55TcThJjz9kv8al9N+Ry3Cdrm+kXq+9 Be0s5WsylOtTCkxEv4VWi5niM+PaKewEvUa02Qv2gdeL7Fc6KdKhqu1CNXD3rfVsxhJd 4FXYhV8jfreJc8m7KVke87HxZP3TUyTUBFpoe4naY7S4bYrNfyLctNyCU9STWRglhEli wpCdtPDRSepKcvylCWU6NAngPpDhLAExPD+oXM9dVdCin4JaUsSp7ZXuKhrDzLMxRvYq lAsf5iS4qTTpIVDvFmR6CUk6wTzYUPNXBEVstuNhGsYwP49FaH9kv0wIN9tAZdphhkho cdhw== MIME-Version: 1.0 X-Received: by 10.50.61.241 with SMTP id t17mr7182030igr.28.1380384452544; Sat, 28 Sep 2013 09:07:32 -0700 (PDT) Received: by 10.64.102.161 with HTTP; Sat, 28 Sep 2013 09:07:32 -0700 (PDT) Date: Sat, 28 Sep 2013 18:07:32 +0200 Message-ID: Subject: Problems building virtualbox on FreeBSD 9.1-Release From: Roger Batriu To: freebsd-emulation@freebsd.org Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.14 X-BeenThere: freebsd-emulation@freebsd.org X-Mailman-Version: 2.1.14 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: Sat, 28 Sep 2013 16:07:33 -0000 Hello, when i try to build the virtualbox-ose port it ends with the following error: cd /usr/ports/emulators/virtualbox-ose-kmod/work/VirtualBox-4.2.18/out/freebsd.amd64/release/bin/src && make SYSDIR=/usr/src/sys *** Building 'vboxdrv' module *** "/usr/src/sys/conf/kmod.mk", line 76: Could not find bsd.compiler.mk "/usr/src/sys/conf/kmod.mk", line 112: Malformed conditional (${COMPILER_TYPE} != "clang") "/usr/src/sys/conf/kmod.mk", line 116: if-less endif "/usr/src/sys/conf/kern.mk", line 18: Malformed conditional (${COMPILER_TYPE} == "clang") "/usr/src/sys/conf/kern.mk", line 33: if-less endif "/usr/src/sys/conf/kern.mk", line 103: Malformed conditional (${COMPILER_TYPE} == "clang") "/usr/src/sys/conf/kern.mk", line 109: if-less endif make: fatal errors encountered -- cannot continue *** [all] Error code 1 Stop in /usr/ports/emulators/virtualbox-ose-kmod/work/VirtualBox-4.2.18/out/freebsd.amd64/release/bin/src. *** [do-build] Error code 1 Stop in /usr/ports/emulators/virtualbox-ose-kmod. *** [install] Error code 1 Stop in /usr/ports/emulators/virtualbox-ose-kmod. *** [run-depends] Error code 1 Stop in /usr/ports/emulators/virtualbox-ose. *** [install] Error code 1 Stop in /usr/ports/emulators/virtualbox-ose. I upgraded ports and usr/src before the build atempr. What can I do? Thanks!