Opened 10 years ago
Closed 10 years ago
#45757 closed defect (fixed)
rmtrash is not UsingTheRightCompiler
Reported by: | i@… | Owned by: | ryandesign (Ryan Carsten Schmidt) |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 2.3.2 |
Keywords: | Cc: | ||
Port: | rmtrash |
Description
After upgrading to 10.10, a small utility called rmtrash can't be built with default settings. Though I can't set the compiler with
port upgrade rmtrash configure.compiler=macports-clang
but I can compile the source mannually with clang.
So if someone may set the default compiler(or a blacklist/whitelist) for this port that would be a great help.
Attachments (1)
Change History (6)
comment:1 follow-up: 2 Changed 10 years ago by larryv (Lawrence Velázquez)
Keywords: | compiler removed |
---|
Changed 10 years ago by i@…
comment:2 Changed 10 years ago by i@…
Replying to larryv@…:
How exactly does it fail? Can you clean, try building again, and attach the
main.log
?
THX for quick response. And there's a quite similar problem here. (https://github.com/luite/hfsevents/issues/9)
comment:3 Changed 10 years ago by ryandesign (Ryan Carsten Schmidt)
Well the log shows that this port is not UsingTheRightCompiler. That, combined with you presumably having selected a different compiler with "sudo port select gcc", is why although MacPorts is telling it to build with clang, it's not.
comment:4 Changed 10 years ago by ryandesign (Ryan Carsten Schmidt)
Owner: | changed from macports-tickets@… to ryandesign@… |
---|---|
Status: | new → assigned |
Summary: | rmtrash needs to be built with clang → rmtrash is not UsingTheRightCompiler |
comment:5 Changed 10 years ago by ryandesign (Ryan Carsten Schmidt)
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
How exactly does it fail? Can you clean, try building again, and attach the
main.log
?