This is because of old dependencies generated by automake. The change in filename of md5.c doesn't change any existing dependencies files. The solution is to "make distclean" then do a full _autosetup, configure, make cycle.
On Fri, Oct 3, 2014 at 9:42 AM, yoyo <[email protected]> wrote: > Hello, > > I updated to latest boinc server source version with: > git pull > ./_autosetup > ./configure --disable-client --disable-manager > make clean > make > > and get this error: > ... > if /bin/bash ../libtool --tag=CXX --mode=compile /usr/bin/g++ > -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I../api -I../db -I../lib > -I../lib/mac -I../sched -I../to\ > ols -I../vda -pthread -Wall -Wextra -Wshadow -Wredundant-decls > -Wdisabled-optimization -Wpointer-arith -Wstrict-aliasing -Wcast-align > -fPIC -DPIC -pthre\ > ad -g -O2 -Wall -MT libboinc_la-hostinfo.lo -MD -MP -MF > ".deps/libboinc_la-hostinfo.Tpo" -c -o libboinc_la-hostinfo.lo `test -f > 'hostinfo.cpp' || echo './\ > '`hostinfo.cpp; \ > then mv -f ".deps/libboinc_la-hostinfo.Tpo" > ".deps/libboinc_la-hostinfo.Plo"; else rm -f > ".deps/libboinc_la-hostinfo.Tpo"; exit 1; fi > libtool: compile: /usr/bin/g++ -DHAVE_CONFIG_H -I. -I. -I.. -I.. > -I../api -I../db -I../lib -I../lib/mac -I../sched -I../tools -I../vda > -pthread -Wall -We\ > xtra -Wshadow -Wredundant-decls -Wdisabled-optimization -Wpointer-arith > -Wstrict-aliasing -Wcast-align -fPIC -DPIC -pthread -g -O2 -Wall -MT > libboinc_la-h\ > ostinfo.lo -MD -MP -MF .deps/libboinc_la-hostinfo.Tpo -c hostinfo.cpp > -fPIC -DPIC -o .libs/libboinc_la-hostinfo.o > libtool: compile: /usr/bin/g++ -DHAVE_CONFIG_H -I. -I. -I.. -I.. > -I../api -I../db -I../lib -I../lib/mac -I../sched -I../tools -I../vda > -pthread -Wall -We\ > xtra -Wshadow -Wredundant-decls -Wdisabled-optimization -Wpointer-arith > -Wstrict-aliasing -Wcast-align -fPIC -DPIC -pthread -g -O2 -Wall -MT > libboinc_la-h\ > ostinfo.lo -MD -MP -MF .deps/libboinc_la-hostinfo.Tpo -c hostinfo.cpp -o > libboinc_la-hostinfo.o >/dev/null 2>&1 > make[2]: *** No rule to make target `md5.c', needed by > `libboinc_la-md5.lo'. Stop. > make[2]: Leaving directory `/home/boincadm/boinc-v2/lib' > make[1]: *** [all-recursive] Error 1 > make[1]: Leaving directory `/home/boincadm/boinc-v2' > make: *** [all] Error 2 > > > > > _______________________________________________ > boinc_dev mailing list > [email protected] > http://lists.ssl.berkeley.edu/mailman/listinfo/boinc_dev > To unsubscribe, visit the above URL and > (near bottom of page) enter your email address. > _______________________________________________ boinc_dev mailing list [email protected] http://lists.ssl.berkeley.edu/mailman/listinfo/boinc_dev To unsubscribe, visit the above URL and (near bottom of page) enter your email address.
