Source: python-leidenalg
Version: 0.8.10-1
Severity: serious
Tags: ftbfs
https://buildd.debian.org/status/fetch.php?pkg=python-leidenalg&arch=amd64&ver=0.8.10-1%2Bb3&stamp=1668985384&raw=0
...
src/leidenalg/GraphHelper.cpp: In member function ‘void
Graph::cache_neighbour_edges(size_t, igraph_neimode_t)’:
src/leidenalg/GraphHelper.cpp:465:33: error: cannot convert ‘igraph_vector_t*’
to ‘igraph_vector_int_t*’
465 | igraph_incident(this->_graph, incident_edges, v, mode);
| ^~~~~~~~~~~~~~
| |
| igraph_vector_t*
In file included from /usr/include/igraph/igraph.h:57,
from include/GraphHelper.h:4,
from src/leidenalg/GraphHelper.cpp:1:
/usr/include/igraph/igraph_interface.h:74:90: note: initializing argument 2
of ‘igraph_error_t igraph_incident(const igraph_t*, igraph_vector_int_t*,
igraph_integer_t, igraph_neimode_t)’
74 | IGRAPH_EXPORT igraph_error_t igraph_incident(const igraph_t *graph,
igraph_vector_int_t *eids, igraph_integer_t vid,
|
~~~~~~~~~~~~~~~~~~~~~^~~~
...