Subject: Re: gcc4 & amd
To: Tom Spindler <dogcow@babymeat.com>
From: Kurt Schreiner <ks@ub.uni-mainz.de>
List: current-users
Date: 06/07/2006 15:55:33
Hi,

On Tue, Jun 06, 2006 at 07:19:10PM -0700, Tom Spindler wrote:
> > =======  1 extra files in DESTDIR  =========
> > Files in DESTDIR but missing from flist.
> > File is obsolete or flist is out of date ?
> > ------------------------------------------
> > ./usr/include/mm_malloc.h
> > =========  end of 1 extra files  ===========
> 
> I've checked in a fix for the flist problem.
Thanks for the fix, but as "makeflist" is using ${MACHINE_ARCH} for
checking gcc4.md
 --here an excerpt from running "sh -x makeflist"
+ [ -f makeflist/lists/base/gcc4.mi ]
+ [ -f makeflist/lists/base/gcc4.md.x86_64 ]
 --
I had to rename the file to .../gcc4.md.x86_64 to make things going:

postinstall fixes passed: obsolete
postinstall fixes failed:
   ===============================
checkflist ===> distrib/sets
make distribution started at:  Wed Jun  7 15:41:29 MEST 2006
make distribution finished at: Wed Jun  7 15:47:25 MEST 2006
===> Successful make distribution
===> build.sh started: Wed Jun  7 15:41:29 MEST 2006
===> build.sh ended:   Wed Jun  7 15:47:25 MEST 2006
===> Summary of results:
         build.sh command: ./build.sh -N 1 -o -u -j 3 -U -m amd64 -O /u/NetBSD/arch/amd64/obj -D /u/NetBSD/arch/amd64/dest -T /u/NetBSD/arch/amd64/TOOLS distribution
         build.sh started: Wed Jun  7 15:41:29 MEST 2006
         MACHINE:          amd64
         MACHINE_ARCH:     x86_64


Kurt