On Wed, Dec 09, 2009 at 12:17:25PM +0100, Sebastian Spaeth wrote: > c_c wrote: > > Hi, > > Here's the latest release of launcher. > > Fails to compile in the SHR feeds. Revision 92: > http://trac.shr-project.org/trac/ticket/615 > > > /bin/sh ./config.status > config.status: creating po/Makefile.in > config.status: executing depfiles commands > config.status: executing libtool commands > make[2]: Nothing to be done for `all'. > make[2]: Leaving directory > `/home/shr/shr-testing/tmp/work/armv4t-oe-linux-gnuea > make[2]: Entering directory > `/home/shr/shr-testing/tmp/work/armv4t-oe-linux-gnue > make[2]: *** No rule to make target `INSTALL', needed by `all-am'. Stop. > make[2]: Leaving directory > `/home/shr/shr-testing/tmp/work/armv4t-oe-linux-gnuea > make[1]: *** [all-recursive] Error 1 > make[1]: Leaving directory > `/home/shr/shr-testing/tmp/work/armv4t-oe-linux-gnuea > make: *** [all] Error 2
The problem is that INSTALL file in subversion is symbolic link to /usr/share/automake-1.11/INSTALL not actuall file http://code.google.com/p/shr-launcher/source/browse/trunk/INSTALL I that target doesn't exist on buildhost, than build will fail, I guess best solution would be to replace link with actuall file. Regards, -- uin:136542059 jid:[email protected] Jansa Martin sip:[email protected] JaMa _______________________________________________ Shr-User mailing list [email protected] http://lists.shr-project.org/mailman/listinfo/shr-user
