cvs commit: ports/math/superlu_mt Makefile ports/math/superlu_mt/files patch-make.inc

Maho NAKATA chat95 at mac.com
Thu Jul 3 07:19:49 UTC 2008


Hi itetcu

From: QA Tindy <itetcu at FreeBSD.org>
Subject: Re: cvs commit: ports/math/superlu_mt Makefile ports/math/superlu_mt/files patch-make.inc
Date: Thu, 03 Jul 2008 08:27:28 +0300

> On Thu, 3 Jul 2008 03:53:21 +0000 (UTC)
> Maho Nakata <maho at FreeBSD.org> wrote:
> 
> > maho        2008-07-03 03:53:21 UTC
> > 
> >   FreeBSD ports repository
> > 
> >   Modified files:
> >     math/superlu_mt      Makefile 
> >     math/superlu_mt/files patch-make.inc 
> >   Log:
> >   Build fix on amd64.
> >   
> >   Submitted by:   itetcu
> >   
> >   Revision  Changes    Path
> >   1.15      +4 -4      ports/math/superlu_mt/Makefile
> >   1.3       +4 -9      ports/math/superlu_mt/files/patch-make.inc
> > 

bit strange I'm usign GMAKE but the following error log,

> http://t64.tecnik93.com/errors/7-STABLE-FTP/superlu_mt-2.0.20080115.log

gmake[1]: Leaving directory `/work/a/ports/math/superlu_mt/work/SuperLU_MT_2.0_shared/TESTING'
/bin/rm -rf /work/a/ports/math/superlu_mt/work/tmp_static
/bin/mkdir -p /work/a/ports/math/superlu_mt/work/tmp_static
cd /work/a/ports/math/superlu_mt/work/tmp_static
/usr/bin/find /work/a/ports/math/superlu_mt/work/SuperLU_MT_2.0 -name "*\.a" -exec /bin/mv {} /work/a/ports/math/superlu_mt/work/tmp_static \;
/bin/rm -rf /work/a/ports/math/superlu_mt/work/tmp_shared
/bin/mkdir -p /work/a/ports/math/superlu_mt/work/tmp_shared
/usr/bin/find /work/a/ports/math/superlu_mt/work/SuperLU_MT_2.0_shared -name "*\.a" -exec /bin/mv {} /work/a/ports/math/superlu_mt/work/tmp_shared \;
( cd TESTING ; make )
make: don't know how to make ../lib/libsuperlu_mt.a(continuing)
make: don't know how to make libtmg.a(continuing)
`all' not remade because of errors.
./plintstd: not found
*** Error code 127 (continuing)

---------
stock "make" is used 
In my case
> ( cd TESTING ; make )
was
> ( cd TESTING; gmake )
.
Thanks,
-- Nakata Maho http://accc.riken.jp/maho/



More information about the cvs-all mailing list