Opened 8 years ago

Closed 8 years ago

#51889 closed defect (wontfix)

gmp fails to build when path to selected xcode app contains parenthesis

Reported by: erik@… Owned by: macports-tickets@…
Priority: Normal Milestone:
Component: ports Version: 2.3.4
Keywords: Cc: MarcusCalhoun-Lopez (Marcus Calhoun-Lopez)
Port: gmp

Description

When xcode is installed to a path including parenthesis (for example: '/Applications/Xcode 7.3 (old)'), the paren characters are not escaped correctly, and build of gmp fails. Symlinking to the directory continues to resolve to the absolute path to tools, and still fails. Renaming the xcode directory to not include parenthesis, and re-selecting it with 'xcode-select' fixes the build.

Please correctly shell-escape paths with unusual characters when selecting make, gcc, etc.

Attachments (1)

gmp_build_error.log (2.4 KB) - added by erik@… 8 years ago.
partial gmp build log

Download all attachments as: .zip

Change History (2)

Changed 8 years ago by erik@…

Attachment: gmp_build_error.log added

partial gmp build log

comment:1 Changed 8 years ago by ryandesign (Ryan Carsten Schmidt)

Cc: mcalhoun@… added
Resolution: wontfix
Status: newclosed

Most of the ports in MacPorts would probably break in the same way, so we don't support installing Xcode to a path that contains spaces or other special characters.

Note: See TracTickets for help on using tickets.