Hi dutuka
It looks like it created thunderbir.tcz.
I did see one error:
xargs: strip: No such file or directory
The only impact that has is the extension may be larger than it needs to be. If you want, you can install binutils.tcz
and run the script again to make it smaller.
After the script is run, you can find thunderbird.tcz in /tmp/thunderbird/. Copy it to your tce/optional/ directory.
The /tmp/ directory is not persistent. When you reboot, its contents are lost.
Create a dependency file like this:
echo dbus-glib.tcz > thunderbird.tcz.dep
echo libasound.tcz >> thunderbird.tcz.dep
echo gtk2.tcz >> thunderbird.tcz.dep
Copy it to your tce/optional/ directory.
Then:
tce-load -i thunderbird
An icon should appear for thunderbird. Click it to see if it starts. If you have a problem, open a terminal and enter
thunderbird. If you get error messages, post them.