Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 949632 - dev-lang/xsb: fails to compile due to pointer issue in emu/obdc_xsd.c
Summary: dev-lang/xsb: fails to compile due to pointer issue in emu/obdc_xsd.c
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2025-02-11 20:59 UTC by Brian D. Kacos
Modified: 2025-02-12 09:02 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments
Patch to fix pointer type error (xsb-4.0.0-odbc-fix.patch,777 bytes, patch)
2025-02-11 20:59 UTC, Brian D. Kacos
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Brian D. Kacos 2025-02-11 20:59:26 UTC
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.
Comment 1 Larry the Git Cow gentoo-dev 2025-02-12 09:02:52 UTC
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(+)