Actions
Bug #106
closed"make rpm" produces an error
Description
User bmv reports the following error :
./configure --prefix=/usr --libdir=/usr/lib64/ .... *********** Configuring: swarp 2.36.1 (2013-07-20) ********** ..... >>make rpm make dist-gzip am__post_remove_distdir='@:' make[1]: Entering directory `/tmp/astromatic/swarp' make[1]: *** No rule to make target `autoconf/ltmain.sh', needed by `distdir'. Stop. make[1]: Leaving directory `/tmp/astromatic/swarp' make: *** [dist] Error 2
Updated by Emmanuel Bertin almost 9 years ago
- % Done changed from 0 to 20
ltmain.sh
happens to be missing from the SVN repository (thanks Chiara).
But ltmain.sh
should not be needed as SWarp does not depend on libtool
Updated by Emmanuel Bertin almost 9 years ago
- Status changed from New to Resolved
- % Done changed from 20 to 100
Fixed in r126 (v2.36.2) by re-running aclocal
, automake
and autoconf
(a libtoolize
might have been run by mistake in a previous update).
Updated by Emmanuel Bertin over 8 years ago
- Status changed from Resolved to Closed
Actions