In a point, after downloading source code and start the actual compilation process, I got this:
installing man1/rsa.1
installing man1/rsautl.1
installing man1/s_client.1
installing man1/s_server.1
installing man1/s_time.1
installing man1/sess_id.1
installing man1/smime.1
smime.pod around line 272: Expected text after =item, not a number
smime.pod around line 276: Expected text after =item, not a number
smime.pod around line 280: Expected text after =item, not a number
smime.pod around line 285: Expected text after =item, not a number
smime.pod around line 289: Expected text after =item, not a number
POD document had syntax errors at /usr/bin/pod2man line 71.
make[2]: *** [install_docs] Error 255
make[2]: Leaving directory `/home/godinez/Benchmarks/sniper-benchmarks/parsec/parsec-2.1/pkgs/libs/ssl/obj/amd64-linux.gcc-sniper'
[PARSEC] Error: 'env PATH=/usr/bin:/home/godinez/Benchmarks/sniper-benchmarks/parsec/parsec-2.1/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/home/godinez/algs4/bin /usr/bin/make install' failed.
make[1]: *** [parsec-build] Error 1
make[1]: Leaving directory `/home/godinez/Benchmarks/sniper-benchmarks/parsec'
make: *** [all] Error 2
Any idea of what I can be missing? In a moment I thought was sudo permissions, but if I try that I got:
godinez@i80pc112:~/Benchmarks/sniper-benchmarks$ sudo make
EnvironmentError: (22, 'Unable to determine the SNIPER_ROOT directory')
Makefile:6: *** "Error: The SNIPER_ROOT environment variable is not set.". Stop.