Summary: | dev-lang/xsb: fails to compile due to pointer issue in emu/obdc_xsd.c | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | Brian D. Kacos <brian> |
Component: | Current packages | Assignee: | Gentoo Linux bug wranglers <bug-wranglers> |
Status: | RESOLVED FIXED | ||
Severity: | normal | ||
Priority: | Normal | ||
Version: | unspecified | ||
Hardware: | All | ||
OS: | Linux | ||
See Also: | https://bugs.gentoo.org/show_bug.cgi?id=930439 | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- | |
Attachments: | Patch to fix pointer type error |
The bug has been closed via the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6e172d5de45574c8ab144f20e7707b2b2918a70c commit 6e172d5de45574c8ab144f20e7707b2b2918a70c Author: Brahmajit Das <brahmajit.xyz@gmail.com> AuthorDate: 2024-04-22 18:52:49 +0000 Commit: Sam James <sam@gentoo.org> CommitDate: 2025-02-12 09:02:14 +0000 dev-lang/xsb: Fix passing of incompatible pointer type [sam: Add a fix for https://bugs.gentoo.org/949632 too.] Closes: https://bugs.gentoo.org/949632 Closes: https://bugs.gentoo.org/930439 Signed-off-by: Brahmajit Das <brahmajit.xyz@gmail.com> Closes: https://github.com/gentoo/gentoo/pull/36363 Signed-off-by: Sam James <sam@gentoo.org> dev-lang/xsb/files/xsb-4.0.0-gcc14-build-fix.patch | 11 +++++++++++ dev-lang/xsb/files/xsb-4.0.0-gcc14-sql.patch | 16 ++++++++++++++++ .../xsb/{xsb-4.0.0-r1.ebuild => xsb-4.0.0-r2.ebuild} | 2 ++ 3 files changed, 29 insertions(+) |
Created attachment 918791 [details, diff] Patch to fix pointer type error This is very similar to the problem in 930439 and requires essentially the same fix. I've included a patch to fix it. This fixes a failure to compile if the odbc use flag is set.