From owner-freebsd-emulation@FreeBSD.ORG Sat Sep 28 16:39:23 2013 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 ESMTP id C48F1CC9 for ; Sat, 28 Sep 2013 16:39:23 +0000 (UTC) (envelope-from decke@bluelife.at) Received: from mail-wg0-x230.google.com (mail-wg0-x230.google.com [IPv6:2a00:1450:400c:c00::230]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 501F4255B for ; Sat, 28 Sep 2013 16:39:23 +0000 (UTC) Received: by mail-wg0-f48.google.com with SMTP id n12so3973378wgh.27 for ; Sat, 28 Sep 2013 09:39:21 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=bluelife.at; s=google; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=bDSJeA0xBgylwv5cp3hn2DEy/AghwrLeE2xvjxIiRX0=; b=eciHO63HU9/Xl9B5pvRBV+xLWcrG/CapuJ6rI8vw7tSGZhdIBV5ynw6+/3SK60Qczd 6hK7pX4N/wziX7aNuoAfWwawrf3Cs2NvDgBGGzchhr28yUq8lkIvGyOixUs64mxx4M3Y 7v/I6lKrm8xnkBlXOGGNISdLEE19r/SVO1gfU= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:in-reply-to:references:date :message-id:subject:from:to:cc:content-type; bh=bDSJeA0xBgylwv5cp3hn2DEy/AghwrLeE2xvjxIiRX0=; b=mKkNb2WzOtta35YtVMPKhDsieMv4liGne0n/yJmVJgfZinBrrin9m/+DmpDdJdMRC6 lbvKhpcVq8PC1Z6I+HWG0bPWLgQosTaPDoTFFQjj88CbCKPdHDrTsZkUuACI1XOaJhAk IpRxyPdTj57Iz8WDEnclXyBKX5UT9fKIUgFUx7PECOU8z2dYg4lgrSINBNYuFb8O8xGw 7lUv3d1AwqSdWB4A7K5cWLnpBLzi0mw6E8IYN9XL/JmJkX32LoFs1WqhlC3mEGXWJoOp 4GIp7s8AmvMgNSOcZqfDk9xmYEFhm3PXQoMwXCFyDGg7XwmigCYPW/NBLFAQ201hDnX3 XJtw== X-Gm-Message-State: ALoCoQn3HCNwW9MWtisdT4dZQyOFhuPGA9kU4G92Q6BM/C3l+o/RlbtgQlpvtfjfimcbgPoBdE4i MIME-Version: 1.0 X-Received: by 10.180.37.227 with SMTP id b3mr7108840wik.24.1380386361637; Sat, 28 Sep 2013 09:39:21 -0700 (PDT) Received: by 10.216.212.70 with HTTP; Sat, 28 Sep 2013 09:39:21 -0700 (PDT) X-Originating-IP: [46.75.214.182] Received: by 10.216.212.70 with HTTP; Sat, 28 Sep 2013 09:39:21 -0700 (PDT) In-Reply-To: References: Date: Sat, 28 Sep 2013 18:39:21 +0200 Message-ID: Subject: Re: Problems building virtualbox on FreeBSD 9.1-Release From: =?ISO-8859-1?Q?Bernhard_Fr=F6hlich?= To: Roger Batriu Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.14 Cc: freebsd-emulation@freebsd.org 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:39:23 -0000 Am 28.09.2013 18:07 schrieb "Roger Batriu" : > > 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 This looks like your src tree is inconsistent or some files are missing. > "/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! > _______________________________________________ > freebsd-emulation@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-emulation > To unsubscribe, send any mail to " freebsd-emulation-unsubscribe@freebsd.org"