MWE:
\documentclass{book}
\usepackage{appendix}
\usepackage{hyperref}
\usepackage{polyglossia}
\setdefaultlanguage{spanish}
\begin{document}
\tableofcontents
\include{chapter1}
\begin{appendices}
\include{appendixA}
\end{appendices}
\end{document}
With this example, the TOC correctly points to the page number of the appendix, but the link does not work (it doesn't point anywhere). Using the PDF's table of contents does not work either. Using \appendix works, however.
What's weirder, this only happens with TeX Live 2015, as shipped in Ubuntu 16.04. It does not happen with the previous LTS version.
Is this a known bug? How can I solve it proper?
Apéndice.ais the hyperanchor, which causes troubles. – Apr 24 '16 at 20:30