Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 12 Feb 2007 09:30:22 -0400
From:      "Joey Mingrone" <joey@mingrone.org>
To:        "Maho NAKATA" <chat95@mac.com>
Cc:        ports@freebsd.org
Subject:   Re: FreeBSD Port: atlas-3.6.0_2,1
Message-ID:  <f5b896260702120530y653bfbd5m9affef5dead6702e@mail.gmail.com>
In-Reply-To: <20070210.110335.71132913.chat95@mac.com>
References:  <f5b896260702091010q5ad960d2l5317958a5b1fca50@mail.gmail.com> <20070210.105451.74708646.chat95@mac.com> <20070210.110335.71132913.chat95@mac.com>

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

Sorry it took so long to get back to you.  Your message accidentally
got caught by one of my filters and I missed it.

I tried applying the patch, but I got:

patch <maho-patch
Hmm...  Looks like a unified diff to me...
The text leading up to this was:
--------------------------
|--- files/Makefile.test 6 Jan 2007 22:18:51 -0000       1.1
|+++ files/Makefile.test 10 Feb 2007 02:02:31 -0000
--------------------------
Patching file Makefile.test using Plan A...
Hunk #1 failed at 14.
1 out of 1 hunks failed--saving rejects to Makefile.test.rej
done


But, I think I made all the appropriate changes manually, and then
everything completed without errors.  Would you still like the any
part of the output?

Thanks very much for your help.

Joey



On 2/9/07, Maho NAKATA <chat95@mac.com> wrote:
> From: Maho NAKATA <chat95@mac.com>
> Subject: Re: FreeBSD Port: atlas-3.6.0_2,1
> Date: Sat, 10 Feb 2007 10:54:51 +0900 (JST)
>
> > 1. Please do not remove work dir.
> > 2. apply following patch to files/Makefile.test.
>
> Sorry, patch doesn't apply for you.
> could you please test with this and paste your error output?
>
> Index: files/Makefile.test
> ===================================================================
> RCS file: /home/pcvs/ports/math/atlas/files/Makefile.test,v
> retrieving revision 1.1
> diff -u -r1.1 Makefile.test
> --- files/Makefile.test 6 Jan 2007 22:18:51 -0000       1.1
> +++ files/Makefile.test 10 Feb 2007 02:02:31 -0000
> @@ -14,19 +14,19 @@
>  #              xsl2blastst_pt xdl2blastst_pt xcl2blastst_pt xzl2blastst_pt \
>
>  test:
> -       @for i in ${ALLTESTS} ; do \
> +       for i in ${ALLTESTS} ; do \
>                 ${ECHO_CMD} "Making $${i}" ; \
> -               cd ${WRKDIR}/ATLAS/bin/NON_THREADED_PIC/ ; ${GMAKE} ${.MAKEFLAGS} "ARCH=NON_THREADED_PIC" $${i} ; \
> +               cd ${WRKDIR}/ATLAS/bin/NON_THREADED_PIC/ ; ${MAKE} ${.MAKEFLAGS} "ARCH=NON_THREADED_PIC" $${i} ; \
>         done
> -       @for i in ${ALLTESTS_PT} ; do \
> +       for i in ${ALLTESTS_PT} ; do \
>                 ${ECHO_CMD} "Making $${i}" ; \
> -               cd ${WRKDIR}/ATLAS/bin/THREADED_PIC ; ${GMAKE} ${.MAKEFLAGS} "ARCH=THREADED_PIC" $${i} ; \
> +               cd ${WRKDIR}/ATLAS/bin/THREADED_PIC ; ${MAKE} ${.MAKEFLAGS} "ARCH=THREADED_PIC" $${i} ; \
>         done
> -       @for i in ${ALLTESTS} ; do \
> +       for i in ${ALLTESTS} ; do \
>                 ${ECHO_CMD} "Benchmarking $${i}" ; \
>                 cd ${WRKDIR}/ATLAS/bin/NON_THREADED_PIC ; ./$${i} ; \
>         done
> -       @for i in ${ALLTESTS_PT} ; do \
> +       for i in ${ALLTESTS_PT} ; do \
>                 ${ECHO_CMD} "Benchmarking $${i}" ; \
>                 cd ${WRKDIR}/ATLAS/bin/THREADED_PIC ; ./$${i} ; \
>         done
>
>
> -- NAKATA, Maho (maho@FreeBSD.org)
>



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