Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 03 Jul 2008 16:19:30 +0900 (JST)
From:      Maho NAKATA <chat95@mac.com>
To:        itetcu@FreeBSD.org
Cc:        maho@FreeBSD.org, cvs-ports@FreeBSD.org, linimon@FreeBSD.org, cvs-all@FreeBSD.org, ports-committers@FreeBSD.org
Subject:   Re: cvs commit: ports/math/superlu_mt Makefile ports/math/superlu_mt/files patch-make.inc
Message-ID:  <20080703.161930.189647557.chat95@mac.com>
In-Reply-To: <20080703082728.2c87744d@it.buh.tecnik93.com>
References:  <200807030353.m633rLlV057555@repoman.freebsd.org> <20080703082728.2c87744d@it.buh.tecnik93.com>

next in thread | previous in thread | raw e-mail | index | archive | help
Hi itetcu

From: QA Tindy <itetcu@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@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/




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20080703.161930.189647557.chat95>