FS#77452 - [zvbi] 0.2.40 introduced include issue

Attached to Project: Arch Linux
Opened by Trystan Mata (tytan652) - Friday, 10 February 2023, 11:37 GMT
Last edited by Evangelos Foutras (foutrelis) - Saturday, 18 February 2023, 17:07 GMT
Task Type Bug Report
Category Packages: Extra
Status Closed
Assigned To Maxime Gauduin (Alucryd)
Architecture x86_64
Severity Medium
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 2
Private No

Details

Description:

0.2.40 moved it's version macros to a generated file named `version.h`. This file is not installed making the use of `libzvbi.h` impossible.

Additional info:
* Version: 0.2.40
* Upstream issue: https://github.com/zapping-vbi/zvbi/issues/40
* Error in a terminal:
In file included from codec/zvbi.c:50:
/usr/include/libzvbi.h:28:10: fatal error: version.h: No such file or directory
28 | #include "version.h"
| ^~~~~~~~~~~

Steps to reproduce:
Try to build a package that depends on zvbi (e.g. vlc).
This task depends upon

Closed by  Evangelos Foutras (foutrelis)
Saturday, 18 February 2023, 17:07 GMT
Reason for closing:  Fixed
Additional comments about closing:  Reportedly fixed with zvbi 0.2.41-1.
Comment by Toolybird (Toolybird) - Friday, 10 February 2023, 20:55 GMT
Yeah, just tried to build emby-server, same.
Comment by Trystan Mata (tytan652) - Monday, 13 February 2023, 13:31 GMT
Should be fixed once the package is updated to 0.2.41.

Loading...