Opened 5 years ago

Closed 5 years ago

#58694 closed defect (fixed)

clang-devel devel-r365158 +ocaml +polly build error

Reported by: EdHarry Owned by: jeremyhu (Jeremy Huddleston Sequoia)
Priority: Normal Milestone:
Component: ports Version: 2.5.4
Keywords: Cc: larryv (Lawrence Velázquez), MarcusCalhoun-Lopez (Marcus Calhoun-Lopez), mopihopi
Port: clang-devel

Description (last modified by EdHarry)

Errors when building clang:

clang/lib/Driver/ToolChains/Darwin.cpp:1957:11: error: use of undeclared identifier 'HSOpts'

clang/lib/Driver/ToolChains/Darwin.cpp:1958:73: error: no viable conversion from 'const char [37]' to 'llvm::SmallString<128>'

clang/lib/Driver/ToolChains/Darwin.cpp:1975:11: error: use of undeclared identifier 'HSOpts'

clang/lib/Driver/ToolChains/Darwin.cpp:1976:72: error: no viable conversion from 'const char [37]' to 'llvm::SmallString<128>'

Attachments (1)

main.log.zip (800.6 KB) - added by EdHarry 5 years ago.

Download all attachments as: .zip

Change History (8)

Changed 5 years ago by EdHarry

Attachment: main.log.zip added

comment:1 Changed 5 years ago by EdHarry

Description: modified (diff)

comment:2 Changed 5 years ago by EdHarry

Description: modified (diff)

comment:3 Changed 5 years ago by kencu (Ken)

I think this might be coming from Marcus' patch.

comment:4 Changed 5 years ago by kencu (Ken)

Cc: MarcusCalhoun-Lopez added; jeremyhu removed
Owner: set to jeremyhu
Status: newassigned

comment:5 Changed 5 years ago by kencu (Ken)

Last edited 5 years ago by kencu (Ken) (previous) (diff)

comment:6 Changed 5 years ago by mopihopi

Cc: mopihopi added

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

Resolution: fixed
Status: assignedclosed

In fd3774bdcaa518de79bfe8ec397d4833fb41af81/macports-ports (master):

clang-devel: fix broken patch file

No revbump because the port either builds correctly or not at all.
Fixes #58694

Note: See TracTickets for help on using tickets.