jdevera / advanced-shell-history

Automatically exported from code.google.com/p/advanced-shell-history
Apache License 2.0
1 stars 0 forks source link

Complete failure to compile in any way. #18

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. On my linux box, I tried to follow the instructions at 
https://code.google.com/p/advanced-shell-history/wiki/HOWTO_Install. The curl 
command through the tar work fine.
2. The instructions say to cd to /tmp/ash-src, I see /tmp/ash-0.5, and 
/tmp/ash-0.5/src, so already the directions are unclear.
3. Trying first /tmp/ash-0.5, make build produces:

sed -i -e "/^VERSION :=/s/:= .*/:= 0.5.r .rconflicts: .rSkipped/" 
python/Makefile src/Makefile

Compiling source code...
make[1]: Entering directory `/tmp/ash-0.5/python'
sed -i -e "s:^__version__ = .*:__version__ = '0.5.r .rconflicts: .rSkipped':" 
_ash_log.py advanced_shell_history/*.py ash_query.py
sed: -e expression #1, char 55: unknown option to `s'
make[1]: *** [version] Error 1
make[1]: Leaving directory `/tmp/ash-0.5/python'
make: *** [build_python] Error 2

make build_python produces exactly the same output.

What is the expected output? What do you see instead?

See above.

What version of the product are you using? On what operating system?

I guess ash-0.5. Linux.

Please provide any additional information below.

Original issue reported on code.google.com by r...@google.com on 3 Apr 2015 at 5:38

GoogleCodeExporter commented 8 years ago
Sadly there's no upload of the newest code, which definitely builds fine for 
me. I've attached a tarball of the most recent code straight from the 
subversion repository if you want to try that one?

Simon

Original comment by sjjfow...@gmail.com on 3 Jul 2015 at 10:40

Attachments: