[MacPorts] #36211: Trying to install any port fails configure with MacPorts 2.1.2 on Mountain Lion
#36211: Trying to install any port fails configure with MacPorts 2.1.2 on Mountain Lion ------------------------+-------------------------------- Reporter: bzbarsky@… | Owner: macports-tickets@… Type: defect | Status: new Priority: High | Milestone: Component: base | Version: 2.1.2 Keywords: | Port: ------------------------+-------------------------------- When I try to install any port, configure fails like so: Error: org.macports.configure for port cairo returned: configure failure: command execution failed Please see the log file for port cairo for details: /opt/local/var/macports/logs/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_graphics_cairo/cairo/main.log To report a bug, follow the instructions in the guide: http://guide.macports.org/#project.tickets Error: Processing of port cairo failed I've tried this for several different ports now, and all behave the same way. -- Ticket URL: <https://trac.macports.org/ticket/36211> MacPorts <http://www.macports.org/> Ports system for Mac OS
#36211: Trying to install any port fails configure with MacPorts 2.1.2 on Mountain Lion -------------------------+-------------------------------- Reporter: bzbarsky@… | Owner: macports-tickets@… Type: defect | Status: new Priority: High | Milestone: Component: base | Version: 2.1.2 Resolution: | Keywords: Port: | -------------------------+-------------------------------- Comment (by bzbarsky@…): Turning off ccache for macports does seem to fix this... See the permissions errors in the config.log. -- Ticket URL: <https://trac.macports.org/ticket/36211#comment:1> MacPorts <http://www.macports.org/> Ports system for Mac OS
#36211: Trying to install any port fails configure with MacPorts 2.1.2 on Mountain Lion -------------------------+-------------------------------- Reporter: bzbarsky@… | Owner: macports-tickets@… Type: defect | Status: new Priority: Normal | Milestone: Component: base | Version: 2.1.2 Resolution: | Keywords: Port: | -------------------------+-------------------------------- Changes (by ciserlohn@…): * priority: High => Normal Old description:
When I try to install any port, configure fails like so:
Error: org.macports.configure for port cairo returned: configure failure: command execution failed Please see the log file for port cairo for details: /opt/local/var/macports/logs/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_graphics_cairo/cairo/main.log To report a bug, follow the instructions in the guide: http://guide.macports.org/#project.tickets Error: Processing of port cairo failed
I've tried this for several different ports now, and all behave the same way.
New description: When I try to install any port, configure fails like so: {{{ Error: org.macports.configure for port cairo returned: configure failure: command execution failed Please see the log file for port cairo for details: /opt/local/var/macports/logs/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_graphics_cairo/cairo/main.log To report a bug, follow the instructions in the guide: http://guide.macports.org/#project.tickets Error: Processing of port cairo failed }}} I've tried this for several different ports now, and all behave the same way. -- Comment: Please remember to use [wiki:WikiFormatting] and that priority 'high' is reserved for macports developers. Do you get your repository from trunk? If so, please have a look at: http://lists.macosforge.org/pipermail/macports- dev/2012-September/020444.html -- Ticket URL: <https://trac.macports.org/ticket/36211#comment:2> MacPorts <http://www.macports.org/> Ports system for Mac OS
#36211: ccache: FATAL: Failed to create /opt/local/var/macports/build/.ccache/6/3: Permission denied -------------------------+-------------------------------- Reporter: bzbarsky@… | Owner: macports-tickets@… Type: defect | Status: new Priority: Normal | Milestone: Component: base | Version: 2.1.2 Resolution: | Keywords: Port: | -------------------------+-------------------------------- Changes (by ryandesign@…): * cc: ryandesign@… (added) Comment: I was seeing this problem too. -- Ticket URL: <https://trac.macports.org/ticket/36211#comment:3> MacPorts <http://www.macports.org/> Ports system for Mac OS
#36211: ccache: FATAL: Failed to create /opt/local/var/macports/build/.ccache/6/3: Permission denied -------------------------+-------------------------------- Reporter: bzbarsky@… | Owner: macports-tickets@… Type: defect | Status: new Priority: Normal | Milestone: Component: base | Version: 2.1.2 Resolution: | Keywords: Port: | -------------------------+-------------------------------- Comment (by cal@…): See http://lists.macosforge.org/pipermail/macports- dev/2012-September/020444.html and the referenced change. -- Ticket URL: <https://trac.macports.org/ticket/36211#comment:4> MacPorts <http://www.macports.org/> Ports system for Mac OS
#36211: ccache: FATAL: Failed to create /opt/local/var/macports/build/.ccache/6/3: Permission denied -------------------------+-------------------------------- Reporter: bzbarsky@… | Owner: macports-tickets@… Type: defect | Status: new Priority: Normal | Milestone: Component: base | Version: 2.1.2 Resolution: | Keywords: Port: | -------------------------+-------------------------------- Comment (by ben-macports@…): I was seeing this as well. Check the permissions in /opt/local/var/macports/build/.ccache I had: {{{ /opt/local/var/macports/build/.ccache benc$ ls -ltra total 8 -rw-r--r-- 1 macports admin 190 Aug 29 2011 CACHEDIR.TAG drwxr-xr-x 20 macports admin 680 Aug 29 2011 . drwxr-xr-x 34 root admin 1156 Sep 20 13:59 .. drwxr-xr-x 8 root admin 272 Sep 20 14:01 b drwxr-xr-x 19 macports admin 646 Sep 20 14:01 8 }}} so that when any port tried to hit "b" it was getting a permissions error. '''A "chown -R macports /opt/local/var/macports/build/.ccache" fixed the problem.''' I am not sure how or when the problem started, possibly with the recent ccache update? -- Ticket URL: <https://trac.macports.org/ticket/36211#comment:5> MacPorts <http://www.macports.org/> Ports system for Mac OS
#36211: ccache: FATAL: Failed to create /opt/local/var/macports/build/.ccache/6/3: Permission denied -------------------------+-------------------------------- Reporter: bzbarsky@… | Owner: macports-tickets@… Type: defect | Status: new Priority: Normal | Milestone: Component: base | Version: 2.1.2 Resolution: | Keywords: Port: | -------------------------+-------------------------------- Changes (by ryandesign@…): * cc: de5ton56@… (added) Comment: Has duplicate #36278. -- Ticket URL: <https://trac.macports.org/ticket/36211#comment:6> MacPorts <http://www.macports.org/> Ports system for Mac OS
#36211: ccache: FATAL: Failed to create /opt/local/var/macports/build/.ccache/6/3: Permission denied -------------------------+-------------------------------- Reporter: bzbarsky@… | Owner: macports-tickets@… Type: defect | Status: new Priority: Normal | Milestone: Component: base | Version: 2.1.2 Resolution: | Keywords: Port: | -------------------------+-------------------------------- Comment (by de5ton56@…): After "chown -R macports /opt/local/var/macports/build/.ccache" xkeyboard-config & xorg-server update fine. thanks alot. -- Ticket URL: <https://trac.macports.org/ticket/36211#comment:7> MacPorts <http://www.macports.org/> Ports system for Mac OS
#36211: ccache: FATAL: Failed to create /opt/local/var/macports/build/.ccache/6/3: Permission denied -------------------------+-------------------------------- Reporter: bzbarsky@… | Owner: macports-tickets@… Type: defect | Status: new Priority: Normal | Milestone: Component: base | Version: 2.1.2 Resolution: | Keywords: Port: | -------------------------+-------------------------------- Comment (by ryandesign@…): Has duplicate #36403. -- Ticket URL: <https://trac.macports.org/ticket/36211#comment:8> MacPorts <http://www.macports.org/> Ports system for Mac OS
#36211: ccache: FATAL: Failed to create /opt/local/var/macports/build/.ccache/6/3: Permission denied -------------------------+-------------------------------- Reporter: bzbarsky@… | Owner: macports-tickets@… Type: defect | Status: new Priority: Normal | Milestone: Component: base | Version: 2.1.2 Resolution: | Keywords: Port: | -------------------------+-------------------------------- Comment (by ryandesign@…): Has duplicate #36630. -- Ticket URL: <https://trac.macports.org/ticket/36211#comment:9> MacPorts <http://www.macports.org/> Ports system for Mac OS
#36211: ccache: FATAL: Failed to create /opt/local/var/macports/build/.ccache/6/3: Permission denied -------------------------+-------------------------------- Reporter: bzbarsky@… | Owner: macports-tickets@… Type: defect | Status: new Priority: Normal | Milestone: Component: base | Version: 2.1.2 Resolution: | Keywords: Port: | -------------------------+-------------------------------- Comment (by dave@…): This happens to me too, even after I completely remove /opt/local/var/macports/build/.ccache and start over. So I think there's a real problem here. -- Ticket URL: <https://trac.macports.org/ticket/36211#comment:10> MacPorts <http://www.macports.org/> Ports system for Mac OS
#36211: ccache: FATAL: Failed to create /opt/local/var/macports/build/.ccache/6/3: Permission denied -------------------------+-------------------------------- Reporter: bzbarsky@… | Owner: macports-tickets@… Type: defect | Status: new Priority: Normal | Milestone: Component: base | Version: 2.1.2 Resolution: | Keywords: Port: | -------------------------+-------------------------------- Comment (by ryandesign@…): Has duplicate #37269. -- Ticket URL: <https://trac.macports.org/ticket/36211#comment:11> MacPorts <http://www.macports.org/> Ports system for Mac OS
#36211: ccache: FATAL: Failed to create /opt/local/var/macports/build/.ccache/6/3: Permission denied -------------------------+-------------------------------- Reporter: bzbarsky@… | Owner: macports-tickets@… Type: defect | Status: new Priority: Normal | Milestone: Component: base | Version: 2.1.2 Resolution: | Keywords: Port: | -------------------------+-------------------------------- Comment (by egall@…): I think this might be related to #12218 (possibly) -- Ticket URL: <https://trac.macports.org/ticket/36211#comment:13> MacPorts <http://www.macports.org/> Ports system for OS X
#36211: ccache: FATAL: Failed to create /opt/local/var/macports/build/.ccache/6/3: Permission denied -------------------------+-------------------------------- Reporter: bzbarsky@… | Owner: macports-tickets@… Type: defect | Status: new Priority: Normal | Milestone: Component: base | Version: 2.1.2 Resolution: | Keywords: Port: | -------------------------+-------------------------------- Comment (by ryandesign@…): How so? That's about trace mode (the "-t" flag) which we're not using here. -- Ticket URL: <https://trac.macports.org/ticket/36211#comment:14> MacPorts <http://www.macports.org/> Ports system for OS X
#36211: ccache: FATAL: Failed to create /opt/local/var/macports/build/.ccache/6/3: Permission denied -------------------------+-------------------------------- Reporter: bzbarsky@… | Owner: macports-tickets@… Type: defect | Status: new Priority: Normal | Milestone: Component: base | Version: 2.1.2 Resolution: | Keywords: Port: | -------------------------+-------------------------------- Comment (by egall@…): Replying to [comment:14 ryandesign@…]:
How so? That's about trace mode (the "-t" flag) which we're not using here.
Oh, I thought trace mode checked invalid permissions or something... -- Ticket URL: <https://trac.macports.org/ticket/36211#comment:15> MacPorts <http://www.macports.org/> Ports system for OS X
participants (1)
-
MacPorts