Opened 5 years ago

Closed 5 years ago

#57573 closed defect (fixed)

arm-none-eabi-gcc: broken build on 10.13 / Xcode 10 (isl issue)

Reported by: mojca (Mojca Miklavec) Owned by: MarcusCalhoun-Lopez (Marcus Calhoun-Lopez)
Priority: Normal Milestone:
Component: ports Version:
Keywords: haspatch Cc: raimue (Rainer Müller), g5pw (Aljaž Srebrnič), MarcusCalhoun-Lopez (Marcus Calhoun-Lopez)
Port: arm-none-eabi-gcc

Description (last modified by mojca (Mojca Miklavec))

I had arm-none-eabi-gcc installed from the buildbot, but when I tried to build it from source, I was stuck with a build error.

:info:build clang: error: unsupported option '-print-multi-os-directory'
:info:build clang: error: no input files
...
:info:build /path/to/arm-none-eabi-gcc/work/gcc-7.3.0/gcc/graphite-dependences.c:48:16: error: use of undeclared identifier 'isl_space_get_tuple_id'; did you mean 'isl_map_get_tuple_id'?
:info:build   isl_id *id = isl_space_get_tuple_id (d, isl_dim_in);
:info:build                ^~~~~~~~~~~~~~~~~~~~~~
:info:build                isl_map_get_tuple_id

See:

Attachments (1)

arm-none-eabi-gcc-main.log (2.7 MB) - added by mojca (Mojca Miklavec) 5 years ago.
Build error of arm-none-eabi-gcc

Change History (5)

Changed 5 years ago by mojca (Mojca Miklavec)

Attachment: arm-none-eabi-gcc-main.log added

Build error of arm-none-eabi-gcc

comment:1 Changed 5 years ago by mojca (Mojca Miklavec)

Cc: MarcusCalhoun-Lopez added
Description: modified (diff)

comment:2 Changed 5 years ago by mojca (Mojca Miklavec)

The build works after https://github.com/macports/macports-ports/pull/2988, but I probably need to add dependency on isl and I suspect other ports might be affected as well.

comment:3 Changed 5 years ago by mojca (Mojca Miklavec)

Keywords: haspatch added

comment:4 Changed 5 years ago by MarcusCalhoun-Lopez (Marcus Calhoun-Lopez)

Owner: set to MarcusCalhoun-Lopez
Resolution: fixed
Status: newclosed

In 84402f32c850371a1c46d72452d4fc99d462f347/macports-ports (master):

cross/*-gcc: add isl dep & patch for latest version

No revbump because port with builds correctly or not at all.

Fixes #57573
Closes https://github.com/macports/macports-ports/pull/2988

Note: See TracTickets for help on using tickets.