On 05/16/2015 06:43 PM, Matthew Taylor wrote:
Ok, follow-up questions:
1. How old is the source code? If using git, you can find out by
running "git rev-parse HEAD" and pasting the SHA. If not and you
downloaded a zip file from GitHub, when did you do this?
It was installed 1-2 days ago:
marek@ubuntu:~/nupic$ git rev-parse HEAD
adf01ae4bf15da5986acb1d4432da7b52840a824
2. What exact command did you run to build?
I do not know exactly but I can figure it out from history. If reinstall
is needed it is no problem. I hope I was following
https://github.com/numenta/nupic/wiki/Installing-NuPIC-on-Ubuntu adn
commands was:
1. git clone https://github.com/numenta/nupic.git
2. apt-get install git python-dev python-pip automake libtool libssl-dev
g++ cmake mysql-server libpcre3-dev python-matplotlib
3. python setup.py install --user
3. What was the console output of this command?
This I'm not able to tell because I did not logged it, I do not believe
something suspicious though, but as I said reinstall is not problem it
if necessary.
4. What operating system are you using?
marek@ubuntu:~/nupic$ uname -a
Linux ubuntu 3.13.0-52-generic #86-Ubuntu SMP Mon May 4 04:32:59 UTC
2015 x86_64 x86_64 x86_64 GNU/Linux
marek@ubuntu:~/nupic$ gcc -v 2>&1 | grep 'gcc version'
gcc version 4.8.2 (Ubuntu 4.8.2-19ubuntu1)
marek@ubuntu:~/nupic$ cat /etc/issue
Ubuntu 14.04.2 LTS \n \l
marek@ubuntu:~/nupic$ python -V
Python 2.7.6
marek@ubuntu:~/nupic$ dpkg -l | grep -wE
'git|python-dev|python-pip|automake|libtool|libssl-dev|g++|cmake|mysql-server|libpcre3-dev|python-matplotlib'
ii automake
1:1.14.1-2ubuntu1 all Tool
for generating GNU Standards-compliant Makefiles
ii cmake
2.8.12.2-0ubuntu3 amd64
cross-platform, open-source make system
ii cmake-data
2.8.12.2-0ubuntu3 all CMake
data files (modules, templates and documentation)
ii g++
4:4.8.2-1ubuntu6 amd64 GNU C++
compiler
ii g++-4.7
4.7.3-12ubuntu1 amd64 GNU C++
compiler
ii g++-4.8
4.8.2-19ubuntu1 amd64 GNU C++
compiler
ii git
1:1.9.1-1ubuntu0.1 amd64 fast,
scalable, distributed revision control system
ii git-man
1:1.9.1-1ubuntu0.1 all fast,
scalable, distributed revision control system (manual pages)
ii libboost-system1.54.0:amd64
1.54.0-4ubuntu3.1 amd64
Operating system (e.g. diagnostics support) library
ii libltdl-dev:amd64
2.4.2-1.7ubuntu1 amd64 A
system independent dlopen wrapper for GNU libtool
ii libltdl7:amd64
2.4.2-1.7ubuntu1 amd64 A
system independent dlopen wrapper for GNU libtool
ii libpcre3-dev:amd64
1:8.31-2ubuntu2 amd64 Perl 5
Compatible Regular Expression Library - development files
ii libssl-dev:amd64
1.0.1f-1ubuntu2.11 amd64 Secure
Sockets Layer toolkit - development files
ii libtool
2.4.2-1.7ubuntu1 amd64 Generic
library support script
ii mysql-common
5.5.43-0ubuntu0.14.04.1 all MySQL
database common files, e.g. /etc/mysql/my.cnf
ii mysql-server
5.5.43-0ubuntu0.14.04.1 all MySQL
database server (metapackage depending on the latest version)
ii mysql-server-5.5
5.5.43-0ubuntu0.14.04.1 amd64 MySQL
database server binaries and system database setup
ii mysql-server-core-5.5
5.5.43-0ubuntu0.14.04.1 amd64 MySQL
database server binaries
ii python-dev 2.7.5-5ubuntu3
amd64 header files and a
static library for Python (default)
ii python-matplotlib 1.3.1-1ubuntu5
amd64 Python based plotting
system in a style similar to Matlab
ii python-matplotlib-data 1.3.1-1ubuntu5
all Python based plotting
system (data package)
ii python-pip 1.5.4-1ubuntu1
all alternative Python
package installer
marek@ubuntu:~/nupic$
Thank you