Opened 5 years ago

Closed 5 years ago

#57998 closed defect (fixed)

GDB does not build in multiarch variant

Reported by: vit9696 Owned by: stevecheckoway (Stephen Checkoway)
Priority: Normal Milestone:
Component: ports Version:
Keywords: Cc:
Port: gdb

Attachments (1)

main.log.zip (315.8 KB) - added by vit9696 5 years ago.

Download all attachments as: .zip

Change History (2)

Changed 5 years ago by vit9696

Attachment: main.log.zip added

comment:1 Changed 5 years ago by stevecheckoway (Stephen Checkoway)

Owner: set to stevecheckoway
Resolution: fixed
Status: newclosed

In 40ffcc185dca6724988f69d6a6244174d0d79b58/macports-ports (master):

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: #57998

Note: See TracTickets for help on using tickets.