Hi encol,
I tested again, this time on PW3 and it works!
Of course, I had to add some missing library files, but not as much as for PW1.
The error messages are also different in some cases or totally absent.
Test Output from PW3:
Code:
[root@kindle tw251]# ./taskwarrior.sh
./task: error while loading shared libraries: libtasn1.so.6: cannot open shared object file: No such file or directory
<< Copied libtasn1.so.6>>
[root@kindle tw251]# ./taskwarrior.sh
./task: error while loading shared libraries: libnettle.so.4: cannot open shared object file: No such file or directory
<< Copied libnettle.so.4>>
[root@kindle tw251]# ./taskwarrior.sh
./task: error while loading shared libraries: libhogweed.so.2: cannot open shared object file: No such file or directory
<< Copied libhogweed.so.2>>
[root@kindle tw251]# ./taskwarrior.sh
./task: /usr/lib/libstdc++.so.6: version `GLIBCXX_3.4.20' not found (required by ./task)
./task: /usr/lib/libstdc++.so.6: version `CXXABI_1.3.8' not found (required by ./task)
<< Copied libstdc++.so.6>>
[root@kindle tw251]# ./taskwarrior.sh
A configuration file could not be found in
Would you like a sample /tmp/root/.taskrc created, so Taskwarrior can proceed? (yes/no) y
[./task next]
No matches.
[root@kindle tw251]# ./taskwarrior.sh add test taskwarrior on PW3
Created task 1.
[root@kindle tw251]# ./taskwarrior.sh list
ID Age Description Urg
1 16s test taskwarrior on PW3 0
1 task
[root@kindle tw251]# ./taskwarrior.sh 1 done
Completed task 1 'test taskwarrior on PW3'.
Completed 1 task.
Looks like it might work on KT3 too.. [
EDIT 25-Jul-17: Tested on KT3. Works OK!]
But I would really like a solution for it to work on PW1!