Opened 8 weeks ago

Closed 8 weeks ago

#20122 closed defect (fixed)

vorbis-tools FTBFS (with GCC 14)

Reported by: Xi Ruoyao Owned by: Bruce Dubbs
Priority: normal Milestone: 12.2
Component: BOOK Version: git
Severity: normal Keywords:
Cc:

Description

codec_skeleton.c: In function ‘skeleton_process_fisbone_message_header’:
codec_skeleton.c:119:9: error: implicit declaration of function
‘utf8_decode’ [-Wimplicit-function-declaration]
  119 |     if (utf8_decode(header, &decoded) < 0) {
      |         ^~~~~~~~~~~

The upstream has been recommending to use opus instead of vorbis for 10 years. And nothing in BLFS ever refers this package. So to me we can just archive it.

Change History (3)

comment:1 by Bruce Dubbs, 8 weeks ago

Summary: vorbis-tools FTBFS (with GCC 14?) (possible removal)vorbis-tools FTBFS (with GCC 14)

Just add:

sed -i '/i18n.h/i #include "utf8.h"' ogginfo/codec_skeleton.c

comment:2 by Bruce Dubbs, 8 weeks ago

Owner: changed from blfs-book to Bruce Dubbs
Status: newassigned

comment:3 by Bruce Dubbs, 8 weeks ago

Resolution: fixed
Status: assignedclosed

Fixed at commits

29c08dc00c Fix a gcc14 issue in vorbis-tools .
152e56f57f Update to pytest-8.3.1 (Python module).
99384e6d66 Update to fmt-11.0.2.
44d17c710f Update to wpa_supplicant-2.11.
d9a60453ba Update to ldns-1.8.4.
Note: See TracTickets for help on using tickets.