From owner-freebsd-emulation@FreeBSD.ORG Thu Mar 13 19:15:07 2014 Return-Path: Delivered-To: vbox@FreeBSD.org Received: from hammer.pct.niksun.com (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by hub.freebsd.org (Postfix) with ESMTP id AD1D341C; Thu, 13 Mar 2014 19:15:07 +0000 (UTC) Message-ID: <532203BA.2070309@FreeBSD.org> Date: Thu, 13 Mar 2014 15:15:06 -0400 From: Jung-uk Kim User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:24.0) Gecko/20100101 Thunderbird/24.3.0 MIME-Version: 1.0 To: Anthony Brown , vbox@FreeBSD.org Subject: Re: problems building virtualbox-ose with gcc4.7 References: In-Reply-To: X-Enigmail-Version: 1.6 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Mailman-Approved-At: Thu, 13 Mar 2014 19:25:51 +0000 X-BeenThere: freebsd-emulation@freebsd.org X-Mailman-Version: 2.1.17 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: Thu, 13 Mar 2014 19:15:08 -0000 -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 On 2014-03-13 14:18:21 -0400, Anthony Brown wrote: > Hi I am running 10-Release on amd64 and had problems build > virtualbox-ose - it failed with this error > > kBuild: Generating > /wrkdirs/usr/ports/emulators/virtualbox-ose/work/VirtualBox-4.3.8/out/freebsd.amd64/release/obj/Runtime/errmsgdata.h > > > /usr/local/bin/kmk_sed: file > /wrkdirs/usr/ports/emulators/virtualbox-ose/work/VirtualBox-4.3.8/src/VBox/Runtime/common/err/errmsg.sed > > > line 31: Unmatched [ or [^ > > > I finally tracked this down to the fact that the kBuild port I was > using was built with gcc4.7 > > > I changed the Makefile for kBuild to have > > USE_GCC= 4.6 > > rather than > > USE_GCC= any > > rebuilt and reinstalled kBuild and then virtualbox-ose built fine > > Is this a known problem, and if so can the Makefile for kBuild be > changed to use gcc4.6 Yes, it is a known problem. Actually, I just fixed it: http://svnweb.freebsd.org/changeset/ports/348106 Jung-uk Kim -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.22 (FreeBSD) iQEcBAEBAgAGBQJTIgO6AAoJEHyflib82/FGFB0H/2yzhyx4zOz7rqEjXo5+zJta +C7e0V9upH2Tue3/fPRdDNfsBK71H6yyzg668lhrG8mxnbrweCdyRBt9xiwdtNdA pqCnd7bawwLWMxcvJQSC4NIdfnYZNzexVI0fmcgxn6ArH5lj2K+eDFcTXcwGPiEo BiIRqulK97/eDDfGOIg4YsTSyYAACbtuknya86bgvy18eJ/rQaMpifzKgMUq3DCI sgtX0vhwD29URSC/fo6S1faIq++V6uPfMoDlt58gQE0QcfLjHdveWxLusKHEappP Waw+S32BmEQfCYge8KR6ll5iqnMBU0HvBVe+V45EFVhi0imKK1qrFUe/uNwy7tk= =42ID -----END PGP SIGNATURE-----