Summary: | net-libs/libndp-1.8 - .../libndp.c: In function 'mysendto6': /var/tmp/portage/net-libs/libndp-1.8/work/libndp-1.8/libndp/libndp.c:212:50: error: passing argument 5 of 'sendto' from incompatible pointer type [-Wincompatible-pointer-types] | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | ernsteiswuerfel <erhard_f> |
Component: | Current packages | Assignee: | Gentoo Linux Gnome Desktop Team <gnome> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | erhard_f |
Priority: | Normal | ||
Version: | unspecified | ||
Hardware: | All | ||
OS: | Linux | ||
URL: | https://github.com/jpirko/libndp/issues/25 | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- | |
Bug Depends on: | |||
Bug Blocks: | 870412, 941869 | ||
Attachments: |
build.log
emerge --info libndp (ppc64, 1.9) |
Description
ernsteiswuerfel
![]() Created attachment 882764 [details]
emerge --info
Upstream fix (not merged yet): https://github.com/jpirko/libndp/pull/28/commits/dfd70608a6a2ea164b18e7874de58ef6fd781cef The bug has been referenced in the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ac53a65fdd59d972b66d26ff9e90295c4300482a commit ac53a65fdd59d972b66d26ff9e90295c4300482a Author: Pacho Ramos <pacho@gentoo.org> AuthorDate: 2024-11-08 19:52:53 +0000 Commit: Pacho Ramos <pacho@gentoo.org> CommitDate: 2024-11-08 19:55:21 +0000 net-libs/libndp: add 1.9 Closes: https://bugs.gentoo.org/940183 Bug: https://bugs.gentoo.org/922613 Signed-off-by: Pacho Ramos <pacho@gentoo.org> net-libs/libndp/Manifest | 1 + net-libs/libndp/libndp-1.9.ebuild | 25 +++++++++++++++++++++++++ 2 files changed, 26 insertions(+) Created attachment 908346 [details] libndp (ppc64, 1.9) Upstream patch https://github.com/jpirko/libndp/pull/28/commits/dfd70608a6a2ea164b18e7874de58ef6fd781cef is still needed. Seems it did not find its' way into 1.9. The bug has been closed via the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5ef6e9bd3a715ac1248e2038bb02cf989e510b6a commit 5ef6e9bd3a715ac1248e2038bb02cf989e510b6a Author: Pacho Ramos <pacho@gentoo.org> AuthorDate: 2024-11-11 10:27:10 +0000 Commit: Pacho Ramos <pacho@gentoo.org> CommitDate: 2024-11-11 10:27:58 +0000 net-libs/libndp: Fix building with gcc 14 Thanks-to: ernsteiswuerfel Closes: https://bugs.gentoo.org/922613 Signed-off-by: Pacho Ramos <pacho@gentoo.org> net-libs/libndp/files/libndp-1.9-gcc14.patch | 63 ++++++++++++++++++++++++++++ net-libs/libndp/libndp-1.9-r1.ebuild | 30 +++++++++++++ 2 files changed, 93 insertions(+) |