#55680 closed defect (fixed)
Trace mode fails when ccache is used
Reported by: | ryandesign (Ryan Carsten Schmidt) | Owned by: | raimue (Rainer Müller) |
---|---|---|---|
Priority: | Normal | Milestone: | MacPorts 2.4.4 |
Component: | base | Version: | 2.4.2 |
Keywords: | Cc: | ||
Port: |
Description
I have configureccache yes
in my macports.conf. If I try to build any port that honors that setting, the configure phase fails with:
ccache: command not found
Change History (11)
comment:1 Changed 7 years ago by raimue (Rainer Müller)
comment:3 Changed 7 years ago by ryandesign (Ryan Carsten Schmidt)
Aha: it works if I use the ccache port. I was using the ccache-devel port.
comment:4 Changed 7 years ago by raimue (Rainer Müller)
Proposed fix: https://github.com/macports/macports-base/pull/57
comment:5 Changed 7 years ago by raimue (Rainer Müller)
Owner: | set to raimue |
---|---|
Resolution: | → fixed |
Status: | new → closed |
comment:6 Changed 7 years ago by neverpanic (Clemens Lang)
Milestone: | → MacPorts Future |
---|
comment:7 Changed 7 years ago by neverpanic (Clemens Lang)
Milestone: | MacPorts Future → MacPorts 2.5.0 |
---|
comment:8 Changed 7 years ago by neverpanic (Clemens Lang)
Milestone: | MacPorts 2.5.0 → MacPorts Future |
---|
comment:9 Changed 7 years ago by jmroot (Joshua Root)
Milestone: | MacPorts Future → MacPorts 2.5.0 |
---|
comment:10 Changed 7 years ago by raimue (Rainer Müller)
comment:11 Changed 7 years ago by ryandesign (Ryan Carsten Schmidt)
Milestone: | MacPorts 2.5.0 → MacPorts 2.4.4 |
---|
Note: See
TracTickets for help on using
tickets.
I use the same, but I cannot reproduce the problem. The ccache port is added automatically as a dependency for trace mdoe when it is enabled.
Which port did you try to build? Note
configureccache
is the name of the setting in macports.conf, but ports should useconfigure.ccache
.