From owner-freebsd-emulation@FreeBSD.ORG Mon Jun 7 10:12:55 2010 Return-Path: Delivered-To: freebsd-emulation@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 9ED3A106566C for ; Mon, 7 Jun 2010 10:12:55 +0000 (UTC) (envelope-from gljennjohn@googlemail.com) Received: from mail-fx0-f54.google.com (mail-fx0-f54.google.com [209.85.161.54]) by mx1.freebsd.org (Postfix) with ESMTP id 2F3D28FC16 for ; Mon, 7 Jun 2010 10:12:54 +0000 (UTC) Received: by fxm20 with SMTP id 20so2296976fxm.13 for ; Mon, 07 Jun 2010 03:12:54 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=gamma; h=domainkey-signature:received:received:date:from:to:subject :message-id:reply-to:x-mailer:mime-version:content-type :content-transfer-encoding; bh=xv4ehl1CX8DDx85XdOpeqAng3OQWR0bEuPfLP7ZF5UE=; b=me2YTfDabrHIaIgdwQtoZbPelTbw6R2Y10a9tiJtTr3LssA/sfi0B6flmjxveiWiq3 rPNkMz6El/5mQhTD4K/HwRZKRq98Y/QC0nEXwJS3Raa30AmXSaW0TL2j/rgLRh4V5OZq BC751C9h6MhkTkIbdnc0T3TWtz2LYKKnbNITs= DomainKey-Signature: a=rsa-sha1; c=nofws; d=googlemail.com; s=gamma; h=date:from:to:subject:message-id:reply-to:x-mailer:mime-version :content-type:content-transfer-encoding; b=pfnD/r4QERIs3nOCz2V7CHDB3/okLUNH4KjWYsbEWULmAsP6Gea9SglysWx3k34bTx vaVtX3zU0LsANtbTPsQjenT5eU6ODFL7V9HpkFwemlIBraRNtoh0krqM6Mtba1GPJzon 92M66SfiaJyqdCH4L8dt8H0S7l4x3jrtRkIe4= Received: by 10.204.81.153 with SMTP id x25mr6545818bkk.36.1275905573870; Mon, 07 Jun 2010 03:12:53 -0700 (PDT) Received: from ernst.jennejohn.org (p578E257C.dip.t-dialin.net [87.142.37.124]) by mx.google.com with ESMTPS id z20sm19052430bkx.3.2010.06.07.03.12.52 (version=TLSv1/SSLv3 cipher=RC4-MD5); Mon, 07 Jun 2010 03:12:52 -0700 (PDT) Date: Mon, 7 Jun 2010 12:12:51 +0200 From: Gary Jennejohn To: freebsd-emulation@freebsd.org Message-ID: <20100607121251.00adf4a7@ernst.jennejohn.org> X-Mailer: Claws Mail 3.7.5 (GTK+ 2.18.7; amd64-portbld-freebsd9.0) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Subject: SVN virtualBox fails to compile on HEAD X-BeenThere: freebsd-emulation@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: gljennjohn@googlemail.com List-Id: Development of Emulators of other operating systems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 07 Jun 2010 10:12:55 -0000 The SVN version of VirtualBox (3.2.2) barfs on the definition of memchr() which was recently added to /sys/sys/libkern.h on HEAD. Didn't try the version in ports, but it may have the same problem. Commenting it out allows VirtualBox to compile. -- Gary Jennejohn