TeX Live install calling cc?

Hironobu Yamashita h.y.acetaminophen at gmail.com
Fri Apr 26 20:47:41 CEST 2019


Hi,

I forgot to include another info:

Yusuke Terada found a workaround for this:
https://twitter.com/doratex/status/646044783396282369

In short, wrapping the cc call can avoid the message. For example,

sudo tlmgr update --self --all

would be

sudo bash -c "CC=: tlmgr update --self --all"

Hironobu


More information about the tex-live mailing list