#62227 closed defect (fixed)
ossp-uuid: build fails on perl module due to SDK path baked into perl
Reported by: | aforeman | Owned by: | jmroot (Joshua Root) |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | |
Keywords: | bigsur | Cc: | mojca (Mojca Miklavec) |
Port: | ossp-uuid perl5 |
Description
Attachments (1)
Change History (5)
Changed 4 years ago by aforeman
comment:1 Changed 4 years ago by aforeman
Port: | ossp-uuid added; assp-uuid removed |
---|
comment:2 Changed 4 years ago by jmroot (Joshua Root)
Cc: | mojca added |
---|---|
Keywords: | bigsur added; Big Sur removed |
Port: | perl5 added |
Summary: | Error: Failed to build ossp-uuid: command execution failed → ossp-uuid: build fails on perl module due to SDK path baked into perl |
comment:3 Changed 4 years ago by jmroot (Joshua Root)
Owner: | set to jmroot |
---|---|
Resolution: | → fixed |
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
This is a consequence of the way perl handles the selection of compiler flags for building modules, previously discussed in #50894. Perl should stop baking in the -isysroot option, but ossp-uuid also needs to pass in the correct one when building its perl module.