#51963: "Error: Failed to install gnome-vfs" when installing Wine -------------------------+-------------------------------- Reporter: eclipzed@… | Owner: macports-tickets@… Type: defect | Status: new Priority: Not set | Milestone: Component: ports | Version: 2.3.4 Resolution: | Keywords: Port: gnome-vfs | -------------------------+-------------------------------- Comment (by devans@…): From your logfile it appears that the gnome-vfs is failing during the post-activate phase when gconf is attempting to install (actually register the already installed gconf schema files) provided by gnome-vfs. The specific error is as follows {{{ :info:clean Installed schema `/schemas/system/smb/workgroup' for locale `hr' :info:clean Installed schema `/schemas/system/smb/workgroup' for locale `te' :info:clean Installed schema `/schemas/system/smb/workgroup' for locale `dz' :info:clean Installed schema `/schemas/system/smb/workgroup' for locale `hu' :info:clean Installed schema `/schemas/system/smb/workgroup' for locale `pl' :info:clean Installed schema `/schemas/system/smb/workgroup' for locale `th' :info:clean Installed schema `/schemas/system/smb/workgroup' for locale `lt' :info:clean Command failed: export GCONF_CONFIG_SOURCE=`gconftool-2 --get- default-source` && gconftool-2 --makefile-install-rule /opt/local/etc/gconf/schemas/*.schemas :info:clean Exit code: 1 :error:clean org.macports.activate for port gnome-vfs returned: command execution failed :debug:clean Error code: NONE :debug:clean Backtrace: command execution failed while executing "proc-post-org.macports.activate-activate-0 org.macports.activate" ("eval" body line 1) invoked from within "eval $post $targetname" :error:clean Failed to install gnome-vfs :debug:clean could not read "/opt/local/share/locale/zu/LC_MESSAGES/gnome- vfs-2.0.mo": no such file or directory }}} This indicates that the gconftool command failed trying to register the schema for locale 'zu' during the post-activate phase due to the fact that the corresponding locale file {{{ /opt/local/share/locale/zu/LC_MESSAGES/gnome-vfs-2.0.mo }}} which should have been installed during the previous gnome-vfs activate phase proper, seems to be missing. You might check to see if this is true. However, at this point, gnome-vfs may be in a limbo state of sorts as `port` may consider it to be installed and active since it completed the main installation and activation phases. What does the following command report? {{{ $ port installed gnome-vfs }}} If this indicates gnome-vfs is active, then I'd suggest you try the following command sequence to deactivate it and attempt a clean install {{{ $ sudo port deactivate gnome-vfs $ sudo port clean gnome-vfs $ sudo port install gnome-vfs +universal }}} In the meantime, I'll attempt to recreate your results. -- Ticket URL: <https://trac.macports.org/ticket/51963#comment:3> MacPorts <https://www.macports.org/> Ports system for OS X