CLOOG/ppl failure in ct-ng 1.9.0
Ilya A. Volynets-Evenbakh
ilya@total-knowledge.com
Thu Nov 4 19:47:00 GMT 2010
Attached patch fixes the problem for me.
On 11/04/10 21:41, Xianghua Xiao wrote:
> [CFG ] /*-----------------------------------------------*
> [CFG ] * CLooG configuration is OK *
> [CFG ] *-----------------------------------------------*/
> [CFG ] It appears that your system is OK to start CLooG
> compilation. You need
> [CFG ] now to type "make". After compilation, you should check
> CLooG by typing
> [CFG ] "make check". If no problem occur, you can type "make uninstall" if
> [CFG ] you are upgrading an old version. Lastly type "make
> install" to install
> [CFG ] CLooG on your system (log as root if necessary).
> [EXTRA] Building CLooG/ppl
> [DEBUG] ==> Executing: 'make -j2'
> [ALL ] make[1]: Entering directory
> `/devel1/devel/crosstool/crosstool-ng-1.9.0/.build/powerpc-603-linux-gnu/build/build-cloog-ppl'
> [ALL ] make[1]: *** No rule to make target
> `/devel1/devel/crosstool/crosstool-ng-1.9.0/.build/src/cloog-ppl-0.15.10/m4/libtool.m4',
> needed by `/devel1/devel/crosstool/crosstool-ng-1.9.0/.build/src/cloog-ppl-0.15.10/Makefile.in'.
> Stop.
> [ALL ] make[1]: Leaving directory
> `/devel1/devel/crosstool/crosstool-ng-1.9.0/.build/powerpc-603-linux-gnu/build/build-cloog-ppl'
> [ERROR] Build failed in step 'Installing CLooG/ppl'
> [ERROR] Error happened in
> '/home/xxiao/installed/lib/ct-ng-1.9.0/scripts/functions' in function
> 'CT_DoExecLog' (line unknown, sorry)
> [ERROR] called from
> '/home/xxiao/installed/lib/ct-ng-1.9.0/scripts/build/companion_libs/cloog.sh'
> at line # 74 in function 'do_cloog'
> [ERROR] called from
> '/home/xxiao/installed/lib/ct-ng-1.9.0/scripts/crosstool-NG.sh' at
> line # 597 in function 'main'
> [ERROR] Look at
> '/home/xxiao/x-tools/powerpc-603-linux-gnu/build.log' for more info on
> this error.
> [ERROR] (elapsed: 12:51.74)
>
> This is on Ubuntu 10.04.
>
> Anyone saw this?
>
> Xianghua
>
> --
> For unsubscribe information see http://sourceware.org/lists.html#faq
>
--
Ilya A. Volynets-Evenbakh
http://www.total-knowledge.com
-------------- next part --------------
Latest version of CLooG does not have properly generated autoconf files,
so they need to be regenerated before the call to ./configure
Signed-off-by: Ilya A. Volynets-Evenbakh <ilya@total-knowlege.com>
diff -r 4d074e5882e5 -r be83d1a14c3d scripts/build/companion_libs/cloog.sh
--- a/scripts/build/companion_libs/cloog.sh Sun Oct 31 11:45:39 2010 +0200
+++ b/scripts/build/companion_libs/cloog.sh Thu Nov 04 18:23:35 2010 +0200
@@ -29,6 +29,7 @@
esac
CT_Pushd "${CT_SRC_DIR}/cloog-ppl${_t}"
CT_Patch nochdir "cloog-ppl" "${CT_CLOOG_VERSION}"
+ ./autogen.sh
CT_Popd
}
-------------- next part --------------
--
For unsubscribe information see http://sourceware.org/lists.html#faq
More information about the crossgcc
mailing list