Bug 50278 - graphviz: redundant redeclaration of 'aghtmlstr'
Summary: graphviz: redundant redeclaration of 'aghtmlstr'
Status: CLOSED FIXED
Alias: None
Product: Sisyphus
Classification: Development
Component: graphviz (show other bugs)
Version: unstable
Hardware: x86_64 Linux
: P3 normal
Assignee: kotopesutility@altlinux.org
QA Contact: qa-sisyphus
URL:
Keywords:
Depends on:
Blocks: 46625
  Show dependency tree
 
Reported: 2024-05-04 09:50 MSK by Yuri N. Sedunov
Modified: 2024-05-07 21:03 MSK (History)
4 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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).