Summary: | dev-libs/igraph-0.10.4-r1 fails to compile: graphml.c:1616:39: error: passing argument 2 of xmlSetStructuredErrorFunc from incompatible pointer type [-Wincompatible-pointer-types] | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | Agostino Sarubbo <ago> |
Component: | Current packages | Assignee: | Gentoo Science Biology related packages <sci-biology> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | szhorvat |
Priority: | Normal | ||
Version: | unspecified | ||
Hardware: | All | ||
OS: | Linux | ||
Whiteboard: | fixed in 0.10.10 | ||
Package list: | Runtime testing required: | --- | |
Bug Depends on: | |||
Bug Blocks: | 870412 | ||
Attachments: | build.log |
Description
Agostino Sarubbo
2024-02-22 09:04:34 UTC
Created attachment 885680 [details]
build.log
build log and emerge --info
Error(s) that match a know pattern in addition to what has been reported in the summary: FAILED: src/CMakeFiles/igraph.dir/io/graphml.c.o /var/tmp/portage/dev-libs/igraph-0.10.4-r1/work/igraph-0.10.4/src/io/graphml.c:1616:39: error: passing argument 2 of ‘xmlSetStructuredErrorFunc’ from incompatible pointer type [-Wincompatible-pointer-types] Once again, this is already fixed in igraph, all you need is to update the package. The bug has been closed via the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=37bd1334b41213813cb38acf46c98b1f80c5fd15 commit 37bd1334b41213813cb38acf46c98b1f80c5fd15 Author: Eli Schwartz <eschwartz93@gmail.com> AuthorDate: 2024-03-11 04:00:26 +0000 Commit: Sam James <sam@gentoo.org> CommitDate: 2024-03-11 14:22:51 +0000 dev-libs/igraph: add 0.10.10 Include backported patch from upstream which fixes strict-aliasing violations. Closes: https://bugs.gentoo.org/924864 Closes: https://bugs.gentoo.org/925227 Closes: https://bugs.gentoo.org/921172 Signed-off-by: Eli Schwartz <eschwartz93@gmail.com> Signed-off-by: Sam James <sam@gentoo.org> dev-libs/igraph/Manifest | 1 + .../808c083fbe661207ee8f0fcd3be5096b5dc17d0d.patch | 35 ++++++++++++++ dev-libs/igraph/igraph-0.10.10.ebuild | 53 ++++++++++++++++++++++ 3 files changed, 89 insertions(+) |