From owner-freebsd-mips@FreeBSD.ORG Tue Sep 2 16:03:18 2008 Return-Path: Delivered-To: mips@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 7C31A1065698 for ; Tue, 2 Sep 2008 16:03:18 +0000 (UTC) (envelope-from obrien@NUXI.org) Received: from dragon.nuxi.org (trang.nuxi.org [74.95.12.85]) by mx1.freebsd.org (Postfix) with ESMTP id 62DED8FC08 for ; Tue, 2 Sep 2008 16:03:18 +0000 (UTC) (envelope-from obrien@NUXI.org) Received: from dragon.nuxi.org (obrien@localhost [127.0.0.1]) by dragon.nuxi.org (8.14.2/8.14.2) with ESMTP id m82FZsIY074309; Tue, 2 Sep 2008 08:35:54 -0700 (PDT) (envelope-from obrien@dragon.nuxi.org) Received: (from obrien@localhost) by dragon.nuxi.org (8.14.2/8.14.2/Submit) id m82FZs2g074308; Tue, 2 Sep 2008 08:35:54 -0700 (PDT) (envelope-from obrien) Date: Tue, 2 Sep 2008 08:35:54 -0700 From: "David O'Brien" To: "M. Warner Losh" Message-ID: <20080902153554.GB70214@dragon.NUXI.org> References: <200809011803.m81I39MN024450@svn.freebsd.org> <20080901.174500.-1665080334.imp@bsdimp.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20080901.174500.-1665080334.imp@bsdimp.com> X-Operating-System: FreeBSD 8.0-CURRENT User-Agent: Mutt/1.5.16 (2007-06-09) Cc: mips@FreeBSD.org Subject: Re: svn commit: r182619 - head/usr.bin X-BeenThere: freebsd-mips@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: obrien@FreeBSD.org List-Id: Porting FreeBSD to MIPS List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 02 Sep 2008 16:03:18 -0000 On Mon, Sep 01, 2008 at 05:45:00PM -0600, M. Warner Losh wrote: > In message: <200809011803.m81I39MN024450@svn.freebsd.org> > "David E. O'Brien" writes: > : Author: obrien > : Date: Mon Sep 1 18:03:09 2008 > : New Revision: 182619 > : URL: http://svn.freebsd.org/changeset/base/182619 > : > : Log: > : Truss and gprof doesn't build for MIPS. > > What's the error? gprof at least is building in the p4 tree. You have me the impression that 'make TARGET_ARCH=mips buildworld' worked in SVN trunk as long as the four patches in ~gonzo/public_html/mips2 were applied. I guess not. $ grep gprof ~gonzo/public_html/mips2/* /home/gonzo/public_html/mips2/cc.diff:+ %{p:%nconsider using `-pg' instead of `-p' with gprof(1) } \ $ cd usr.bin/gprof $ ls i386.h sparc64.h powerpc.h ia64.h arm.h mips.h ls: mips.h: No such file or directory arm.h i386.h ia64.h powerpc.h sparc64.h I've now added the missing 'mips.h'. -- David