On Tue, Feb 26, 2013 at 5:44 PM, Burton, Ross <[email protected]> wrote: > On 26 February 2013 19:43, Richard Purdie > <[email protected]> wrote: >> Check exactly what is in configure.ac. You should be able to use allarch >> and if you can't, it means the configure script is referencing the >> compiler, even if it shouldn't be using it. Its designed such that these >> accesses fail verbosely. It should be a simple fix if the recipe really >> is just configuration. > > | configure:2707: checking host system type > | configure:2716: error: /bin/bash ./config.sub allarch-poky-linux failed > > The configure.ac ends up running AC_CANONICAL_HOST because it uses > different manpage sections for Solaris and everything else. > > I think they should be using AC_CANONICAL_SYSTEM, but that calls > AC_CANONICAL_HOST anyway so that wouldn't achieve anything. > > So, extend my patch, or intrusively patch out the documentation build > code in xkeyboard-config.
I'd say to drop the AC_CANONICAL_HOST call and make it fake Linux as a fixed value. -- Otavio Salvador O.S. Systems E-mail: [email protected] http://www.ossystems.com.br Mobile: +55 53 9981-7854 http://projetos.ossystems.com.br _______________________________________________ Openembedded-core mailing list [email protected] http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-core
