[MacPorts] #60772: chez-scheme @9.5.2: error: cast to 'ptr' (aka 'void *') from smaller integer type
MacPorts
noreply at macports.org
Fri Dec 27 04:44:02 UTC 2024
#60772: chez-scheme @9.5.2: error: cast to 'ptr' (aka 'void *') from smaller
integer type
--------------------------+------------------------
Reporter: ryandesign | Owner: mohd-akram
Type: defect | Status: closed
Priority: Normal | Milestone:
Component: ports | Version: 2.6.2
Resolution: fixed | Keywords:
Port: chez-scheme |
--------------------------+------------------------
Comment (by jmroot):
Different error, but it does still fail for type size reasons.
https://build.macports.org/builders/ports-10.6_x86_64-builder/builds/222549
{{{
running ti3osx/bin/ti3osx/scheme to build ti3osx/s/cmacros.so
sizeof(ptr) * 8 [8] != ptr_bits [32]
sizeof(long) * 8 [8] != long_bits [32]
sizeof(size_t) * 8 [8] != size_t_bits [32]
sizeof(ssize_t) * 8 [8] != size_t_bits [32]
sizeof(ptrdiff_t) * 8 [8] != ptrdiff_t_bits [32]
running ti3osx/bin/ti3osx/scheme to build ti3osx/s/nanopass.so
sizeof(ptr) * 8 [8] != ptr_bits [32]
sizeof(long) * 8 [8] != long_bits [32]
sizeof(size_t) * 8 [8] != size_t_bits [32]
sizeof(ssize_t) * 8 [8] != size_t_bits [32]
sizeof(ptrdiff_t) * 8 [8] != ptrdiff_t_bits [32]
failed
in build-one
in loop
in module->hash
}}}
--
Ticket URL: <https://trac.macports.org/ticket/60772#comment:2>
MacPorts <https://www.macports.org/>
Ports system for macOS
More information about the macports-tickets
mailing list