Using current TeXLive (commit 2103b15de04c8 from 2026-Jun-27), this document
\documentclass{article}
\usepackage{perpage}
\MakePerPage{footnote}
\usepackage{bigfoot}
\DeclareNewFootnote[para]{default}
\usepackage[colorlinks=true]{hyperref}
\begin{document}
foo\footnote{bar}
\end{document}
aborts with the following error.
! Undefined control sequence.
\set@color ...lt {\current@color }{\FN@colorstack
}}\marks \FN@color {\FN@co...
l.11 foo\footnote{bar}
A larger document of mine that uses both hyperref and bigfoot with the mentioned options worked fine with TeXLive 0308fcb0 (from 2026-May-09); this corresponds to hyperref v7.01q.
Using current TeXLive (commit 2103b15de04c8 from 2026-Jun-27), this document
aborts with the following error.
A larger document of mine that uses both hyperref and bigfoot with the mentioned options worked fine with TeXLive 0308fcb0 (from 2026-May-09); this corresponds to hyperref v7.01q.