Bug#1118328: gnutls28: FTBFS: LaTeX error: ./gnutls.aux:105: Undefined control sequence.

Andreas Metzler ametzler at bebt.de
Sat Oct 25 06:39:46 BST 2025


On 2025-10-25 Andreas Metzler <ametzler at bebt.de> wrote:
[...]
> I had also tried finding a minimal example, I have now come up with:
> ametzler at argenau:.../testcase$ ls -l ; ls -l enums/
> total 8
[...]

Hello,

It can be simplified further by expanding the macro:
8X---------------------------------------------
\input texinfo   @c -*-texinfo-*-
@comment %**start of header
@setfilename gnutls.info
@settitle GnuTLS @value{42}
@finalout

@node SRTP
@subsection SRTP
@cindex SRTP
@cindex Secure RTP

The TLS protocol was extended in RFC5764 to provide keying material to the
Secure RTP (SRTP) protocol. The SRTP protocol provides an encapsulation of encrypted
data that is optimized for voice data. With the SRTP TLS extension two peers can
negotiate keys using TLS or DTLS and obtain keying material for use with SRTP. The
available SRTP profiles are listed below.

@float Figure,gnutls_srtp_profile_t
@c gnutls_srtp_profile_t
@table @code
@item GNUTLS_ at -SRTP_@-AES128_ at -CM_@-HMAC_ at -SHA1_@-80
128 bit AES with a 80 bit HMAC-SHA1
@item GNUTLS_ at -SRTP_@-AES128_ at -CM_@-HMAC_ at -SHA1_@-32
128 bit AES with a 32 bit HMAC-SHA1
@item GNUTLS_ at -SRTP_@-NULL_ at -HMAC_@-SHA1_ at -80
NULL cipher with a 80 bit HMAC-SHA1
@item GNUTLS_ at -SRTP_@-NULL_ at -HMAC_@-SHA1_ at -32
NULL cipher with a 32 bit HMAC-SHA1
@item GNUTLS_ at -SRTP_@-AEAD_ at -AES_@-128_ at -GCM
128 bit AES with GCM
@item GNUTLS_ at -SRTP_@-AEAD_ at -AES_@-256_ at -GCM
256 bit AES with GCM
@end table
@caption{Supported SRTP profiles}
@end float

@bye
8X---------------------------------------------

Upgrading to the latest texinfo.tex file (2025-07-11.23) does not help.
I will try to bisect for the respective texinfo.tex change.

cu Andreas



More information about the Pkg-gnutls-maint mailing list