tc2.0rc1
I ran through some tests to clarified (at least for me) that the /opt/.tcrc repository mirror still is not checked by the tce-load script to make sure it is pointing at the right tce or tcz directory.
jpeters came up with some code to fix the problem but it does not cover the microcore extension case.
case $APP in
*.tce* ) sed -i 's/tcz/tce/g' /opt/.tcrc ;;
*.tcz* ) sed -i 's/tce/tcz/g' /opt/.tcrc ;;
esac
Performing a "tce-load Xlibs.tczl wget install" obviously won't work but what will? I tried release/core_elements/Xlibs.tczl and various other combinations changing both the mirror address and the tce address but have not found the magic combination. Any ideas?