View Single Post
Old 07-21-2017, 02:52 PM   #54
nasser
Evangelist
nasser ought to be getting tired of karma fortunes by now.nasser ought to be getting tired of karma fortunes by now.nasser ought to be getting tired of karma fortunes by now.nasser ought to be getting tired of karma fortunes by now.nasser ought to be getting tired of karma fortunes by now.nasser ought to be getting tired of karma fortunes by now.nasser ought to be getting tired of karma fortunes by now.nasser ought to be getting tired of karma fortunes by now.nasser ought to be getting tired of karma fortunes by now.nasser ought to be getting tired of karma fortunes by now.nasser ought to be getting tired of karma fortunes by now.
 
nasser's Avatar
 
Posts: 477
Karma: 445678
Join Date: Feb 2010
Device: Too many..
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!

Last edited by nasser; 07-25-2017 at 10:36 AM. Reason: Added information for KT3
nasser is offline   Reply With Quote