From owner-freebsd-current@FreeBSD.ORG Thu Jun 30 01:12:09 2005 Return-Path: X-Original-To: freebsd-current@freebsd.org Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DF16216A41C for ; Thu, 30 Jun 2005 01:12:09 +0000 (GMT) (envelope-from daniel_k_eriksson@telia.com) Received: from pne-smtpout2-sn1.fre.skanova.net (pne-smtpout2-sn1.fre.skanova.net [81.228.11.159]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9C87743D58 for ; Thu, 30 Jun 2005 01:12:09 +0000 (GMT) (envelope-from daniel_k_eriksson@telia.com) Received: from royal64.emp.zapto.org (195.198.193.104) by pne-smtpout2-sn1.fre.skanova.net (7.2.060.1) id 42B9371700170028; Thu, 30 Jun 2005 03:12:07 +0200 Content-class: urn:content-classes:message MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Date: Thu, 30 Jun 2005 03:11:16 +0200 X-MimeOLE: Produced By Microsoft Exchange V6.5.7226.0 Message-ID: <4F9C9299A10AE74E89EA580D14AA10A6028583@royal64.emp.zapto.org> X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: HEADS UP: crashdumps on -current! Format change for i386 and amd64! Thread-Index: AcV9DMzSROHG7AmGTTezZoyLCMw4+wAA3Fsg From: "Daniel Eriksson" To: Cc: Subject: RE: HEADS UP: crashdumps on -current! Format change for i386 and amd64! X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 30 Jun 2005 01:12:10 -0000 Peter Wemm wrote: > Anyway, there is a libkvm update that understands the new crash dump=20 > format. If you have a new dump, you'll need the updated libkvm. And=20 > likewise, old crash dumps will need the old libkvm. The new libkvm does not compile properly yet (source dated 2005.06.29.23.30.00): cc -O2 -fno-strict-aliasing -pipe -march=3Dathlon-xp -DLIBC_SCCS -I/usr/src/lib/libkvm -c /usr/src/lib/libkvm/kvm_i386.c /usr/src/lib/libkvm/kvm_i386.c:427: error: conflicting types for '_kvm_kvatop' /usr/src/lib/libkvm/kvm_private.h:78: error: previous declaration of '_kvm_kvatop' was here /usr/src/lib/libkvm/kvm_i386.c:427: error: conflicting types for '_kvm_kvatop' /usr/src/lib/libkvm/kvm_private.h:78: error: previous declaration of '_kvm_kvatop' was here *** Error code 1 /Daniel Eriksson