Bug 50278

Summary: graphviz: redundant redeclaration of 'aghtmlstr'
Product: Sisyphus Reporter: Yuri N. Sedunov <aris>
Component: graphvizAssignee: kotopesutility <kotopesutility>
Status: CLOSED FIXED QA Contact: qa-sisyphus
Severity: normal    
Priority: P3 CC: george, kotopesutility, lav, mike
Version: unstable   
Hardware: x86_64   
OS: Linux   
Bug Depends on:    
Bug Blocks: 46625    

Description Yuri N. Sedunov 2024-05-04 09:50:59 MSK
graphviz-11.0.0-alt1 сломал тесты в vala.

________________________________________________________________________
/usr/include/graphviz/cgraph.h:590:16: error: redundant redeclaration of 'aghtmlstr' [-Werror=redundant-decls]
  590 | CGRAPH_API int aghtmlstr(const char *);
      |                ^~~~~~~~~
/usr/include/graphviz/cgraph.h:587:16: note: previous declaration of 'aghtmlstr' with type 'int(const char *)'
  587 | CGRAPH_API int aghtmlstr(const char *);
      |                ^~~~~~~~~

________________________________________________________________________________

https://gitlab.com/graphviz/graphviz/-/blob/main/lib/cgraph/cgraph.h?ref_type=heads#L587
Comment 1 Repository Robot 2024-05-07 21:03:48 MSK
graphviz-11.0.0-alt2 -> sisyphus:

 Sat May 04 2024 Daniel Zagaynov <kotopesutility@altlinux> 11.0.0-alt2
 - Fix redefinition of aghtmlstr (ALT#50278).