From owner-svn-src-all@FreeBSD.ORG Sun Dec 29 02:38:54 2013 Return-Path: Delivered-To: svn-src-all@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 ESMTPS id F2962317; Sun, 29 Dec 2013 02:38:53 +0000 (UTC) Received: from mail.xcllnt.net (mail.xcllnt.net [50.0.150.214]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id A1E111F16; Sun, 29 Dec 2013 02:38:53 +0000 (UTC) Received: from [192.168.2.84] (50-0-150-213.dsl.static.sonic.net [50.0.150.213]) (authenticated bits=0) by mail.xcllnt.net (8.14.7/8.14.7) with ESMTP id rBT2cjDT009783 (version=TLSv1/SSLv3 cipher=AES128-SHA bits=128 verify=NO); Sat, 28 Dec 2013 18:38:46 -0800 (PST) (envelope-from marcel@xcllnt.net) Content-Type: multipart/signed; boundary="Apple-Mail=_97001C89-360F-484C-8ABD-E3955D2DC681"; protocol="application/pgp-signature"; micalg=pgp-sha1 Mime-Version: 1.0 (Mac OS X Mail 7.1 \(1827\)) Subject: Re: svn commit: r260022 - head/lib/libkvm From: Marcel Moolenaar In-Reply-To: Date: Sat, 28 Dec 2013 18:39:07 -0800 Message-Id: <28D86FF3-F13C-4EB1-AEED-4051F2944E27@xcllnt.net> References: <201312282301.rBSN1wWP002326@svn.freebsd.org> To: Peter Wemm X-Mailer: Apple Mail (2.1827) Cc: "svn-src-head@freebsd.org" , svn-src-all , Marcel Moolenaar , "src-committers@freebsd.org" X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 29 Dec 2013 02:38:54 -0000 --Apple-Mail=_97001C89-360F-484C-8ABD-E3955D2DC681 Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset=iso-8859-1 On Dec 28, 2013, at 4:40 PM, Peter Wemm wrote: > On Sat, Dec 28, 2013 at 4:04 PM, Peter Wemm wrote: >> On Sat, Dec 28, 2013 at 3:01 PM, Marcel Moolenaar = wrote: >>> Author: marcel >>> Date: Sat Dec 28 23:01:57 2013 >>> New Revision: 260022 >>> URL: http://svnweb.freebsd.org/changeset/base/260022 >>>=20 >>> Log: >>> Allow building a cross libkvm by setting TARGET_ARCH. The library = so >>> produced will be called libkvm-${ARCH} instead of libkvm. This = allows >>> installing it alongside the native version. >>> For symbol lookups, use ps_pglobal_lookup() instead of __fdnlist() >>> when building a cross libkvm. It is assumed that the cross tool = that >>> uses the cross libkvm also provides an implementation for this >>> proc_services function. >>>=20 >>> Note that this commit does not change any of the = architecture-specific >>> code for cross-compilation. >>=20 >> Are you sure about this? I just got a brand new buildworld failure on >> an amd64 machine. The lib32 build code was trying to use 64 bit pmap >> definitions and failed miserably. >>=20 >> I'm really sorry, I accidentally blew away the failure log. I'll = have >> another in a few minutes. >=20 >=20 > This is from stage5.1, the lib32 build: >=20 > /usr/src/lib/libkvm/kvm_amd64.c:78:2: error: unknown type name = 'pml4_entry_t' > pml4_entry_t *PML4; > ^ Ugh. I'll probably revert... --=20 Marcel Moolenaar marcel@xcllnt.net --Apple-Mail=_97001C89-360F-484C-8ABD-E3955D2DC681 Content-Transfer-Encoding: 7bit Content-Disposition: attachment; filename=signature.asc Content-Type: application/pgp-signature; name=signature.asc Content-Description: Message signed with OpenPGP using GPGMail -----BEGIN PGP SIGNATURE----- Comment: GPGTools - http://gpgtools.org iEYEARECAAYFAlK/i0sACgkQpgWlLWHuifbbaQCePPMca7t+AePCEMPey5nbJhZ8 1OEAmgLfdb2HVHmK8EqAvhSQYKeQjqnX =NDxM -----END PGP SIGNATURE----- --Apple-Mail=_97001C89-360F-484C-8ABD-E3955D2DC681--