prashant-r / Scalaris

DHT Chord Transaction
Apache License 2.0
0 stars 0 forks source link

make install failed in Debian #66

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. ./configure
2. make
3. sudo make install

What is the expected output? What do you see instead?
It should be success,but it was .
--------
mkdir -p /doc///erlang
install -m 644 doc/*.html /doc///erlang
install: cannot stat `doc/*.html': No such file or directory
make: *** [install] Error 1
--------
mkdir -p /doc///erlang
install -m 644 doc/*.html /doc///erlang
install -m 644 doc/*.png /doc///erlang
--------

What version of the product are you using? On what operating system?
scalaris-0.2.2.
Linux colinux 2.6.26.8-co-0.7.7.1 #1 PREEMPT Fri Jul 2 17:00:57 UTC 2010 i686 
GNU/Linux

Please provide any additional information below.
When I added a step:"make docs" and runned "sudo make install" again,It was 
success. 

Original issue reported on code.google.com by buffoon...@gmail.com on 25 Sep 2010 at 2:26

GoogleCodeExporter commented 8 years ago
I'm sorry.I see the file "README" now.
in the file,it's say:
./configure
make
make docs

Original comment by buffoon...@gmail.com on 25 Sep 2010 at 2:31

GoogleCodeExporter commented 8 years ago
let me also note that the install target in current svn versions have a 
dependency on the docs-target which solves this issue

Original comment by nico.kru...@googlemail.com on 27 Sep 2010 at 11:52