#15284: macfuse 1.5 build failure -------------------------------+-------------------------------------------- Reporter: jmr@macports.org | Owner: eridius@macports.org Type: defect | Status: new Priority: Normal | Milestone: Port Bugs Component: ports | Version: 1.7.0 Resolution: | Keywords: -------------------------------+-------------------------------------------- Comment (by antonin@hildebrand.cz): I have same situation here. I've installed macports' ruby, but I've also deleted original ruby in /usr/bin/ruby (+whole original ruby installation). The problem is in calling gen_bridge_metadata, which generates some bindings for dynamic languages. I hope, this step is needed only when you have something which will potentionally use them. This worked for me after failed install: {{{ private method `gsub' called for 1:Fixnum Usage: gen_bridge_metadata [options] <headers...> Use the `-h' flag or consult gen_bridge_metadata(1) for help. ** BUILD FAILED ** Error: Status 1 encountered during processing. $ sudo port clean macfuse ---> Cleaning macfuse $ sudo mv /usr/bin/gen_bridge_metadata /usr/bin/gen_bridge_metadata_hidden $ sudo port install macfuse ---> Fetching macfuse ---> Verifying checksum(s) for macfuse ---> Extracting macfuse ---> Applying patches to macfuse ---> Configuring macfuse ---> Building macfuse with target all ---> Staging macfuse into destroot Warning: macfuse requests to install files outside the common directory structure! ---> Installing macfuse 1.5_0 ---> Activating macfuse 1.5_0 ---> Cleaning macfuse $ sudo mv /usr/bin/gen_bridge_metadata_hidden /usr/bin/gen_bridge_metadata }}} Hope it helps someone who is in the same situation ... -- Ticket URL: <http://trac.macports.org/ticket/15284#comment:6> MacPorts <http://www.macports.org/> Ports system for Mac OS