I got
Unrecognized escape \R passed through at libm-err-tab.pl line 113.
112 if (/^Function: /) {
113 if (/\Real part of/) {
114 s/Real part of //;
115 $type = 'real';
116 } elsif (/Imaginary part of/) {
Is that a typo?
H.J.