[MacPorts] #57998: GDB does not build in multiarch variant
MacPorts
noreply at macports.org
Tue Mar 26 15:56:57 UTC 2019
#57998: GDB does not build in multiarch variant
----------------------+----------------------------
Reporter: vit9696 | Owner: stevecheckoway
Type: defect | Status: closed
Priority: Normal | Milestone:
Component: ports | Version:
Resolution: fixed | Keywords:
Port: gdb |
----------------------+----------------------------
Changes (by stevecheckoway):
* status: new => closed
* owner: (none) => stevecheckoway
* resolution: => fixed
Comment:
In [changeset:"40ffcc185dca6724988f69d6a6244174d0d79b58/macports-ports"
40ffcc185dca6724988f69d6a6244174d0d79b58/macports-ports] (master):
{{{
#!ConfigurableCommitTicketReference repository="macports-ports"
revision="40ffcc185dca6724988f69d6a6244174d0d79b58"
gdb: Change uint64_t to ULONGEST to fix +multiarch
macOS uses `unsigned long long` for `uint64_t` which causes
`gdb/aarch64-linux-6dep.c` to fail to build.
This commit applies the patch from
https://patches-gcc.linaro.org/patch/10133/ (which does nothing but
change the type of a local variable from `uint64_t` to `ULONGEST`).
Closes: https://trac.macports.org/ticket/57998
}}}
--
Ticket URL: <https://trac.macports.org/ticket/57998#comment:1>
MacPorts <https://www.macports.org/>
Ports system for macOS
More information about the macports-tickets
mailing list