#15889: MacFUSE 1.7 fails to build --------------------------------------+------------------------------------- Reporter: rodrigo.haenggi@mac.com | Owner: eridius@macports.org Type: defect | Status: new Priority: Normal | Milestone: Port Bugs Component: ports | Version: 1.6.0 Resolution: | Keywords: MacFUSE 1.7 --------------------------------------+------------------------------------- Comment (by ses@unc.edu): Replying to [comment:2 jmr@macports.org]:
So gen_bridge_metadata is failing as in #15284, but in a different way.
Underlying bug is in /System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/1.8/rexml/document.rb There's a typo of trans instead of transitive *** /System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/1.8/rexml/document.rb 2008-07-08 10:33:39.000000000 -0400 --- document.rb 2008-07-08 10:22:28.000000000 -0400 *************** *** 184,190 **** output = Output.new( output, xml_decl.encoding ) end formatter = if indent > -1 ! if trans REXML::Formatters::Transitive.new( indent, ie_hack ) else REXML::Formatters::Pretty.new( indent, ie_hack ) --- 184,190 ---- output = Output.new( output, xml_decl.encoding ) end formatter = if indent > -1 ! if transitive REXML::Formatters::Transitive.new( indent, ie_hack ) else REXML::Formatters::Pretty.new( indent, ie_hack ) -- Ticket URL: <http://trac.macports.org/ticket/15889#comment:3> MacPorts <http://www.macports.org/> Ports system for Mac OS