Opened 13 years ago
Closed 13 years ago
#487 closed defect (fixed)
No rule to make target `repo/db/current
Reported by: | Peter Johansson | Owned by: | Peter Johansson |
---|---|---|---|
Priority: | major | Milestone: | svndigest 0.9.1 |
Component: | test | Version: | trunk |
Keywords: | Cc: |
Description
When building from svndigest-0.9.tar.gz, make check fails with
g++ -pedantic -Wno-long-long -O3 -o cache_partial.test cache_partial.o ./libsvndigesttest.a ../lib/libsvndigest.a ../yat/libyat.a -lsvn_client-1 -lsvn_diff-1 -lsvn_wc-1 -lsvn_ra-1 -lsvn_subr-1 -lapr-1 -lpthread -lplplotcxxd -lplplotd -lltdl -ldl -lm -lcsirocsa -lcsironn -lqhull -lqsastime make[3]: *** No rule to make target `repo/db/current', needed by `cache_partial.log'. Stop.
Change History (4)
comment:1 Changed 13 years ago by
comment:2 Changed 13 years ago by
comment:3 Changed 13 years ago by
Owner: | changed from Jari Häkkinen to Peter Johansson |
---|---|
Status: | new → assigned |
comment:4 Changed 13 years ago by
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
r1311 fixed the problem. distcheck now passes on the machine on which the problem was detected.
Note: See
TracTickets for help on using
tickets.
Interestingly, I cannot reproduce on Mac OSX. That explains why this was not caught during the ReleaseProcedure.