Opened 8 years ago
Closed 8 years ago
#53331 closed defect (fixed)
opencv @3.2.0: build failure when using ccache
Reported by: | ryandesign (Ryan Carsten Schmidt) | Owned by: | stromnov (Andrey Stromnov) |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 2.3.99 |
Keywords: | Cc: | MarcusCalhoun-Lopez (Marcus Calhoun-Lopez) | |
Port: | opencv |
Description
Building opencv @3.2.0 fails when configureccache yes
is in macports.conf (and the ccache port is installed):
ccache: error: Failed to create temporary file for /opt/local/var/macports/build/.ccache/tmp/tmp.cpp_stderr: Operation not permitted
Attachments (1)
Change History (3)
Changed 8 years ago by ryandesign (Ryan Carsten Schmidt)
comment:1 Changed 8 years ago by MarcusCalhoun-Lopez (Marcus Calhoun-Lopez)
comment:2 Changed 8 years ago by MarcusCalhoun-Lopez (Marcus Calhoun-Lopez)
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
The configure code seems to have a check for this very purpose.
Using
configure.ccache
instead ofconfigureccache
should fix the problem.