[MacPorts] #15889: MacFUSE 1.7 fails to build
#15889: MacFUSE 1.7 fails to build -------------------------------------+-------------------------------------- Reporter: rodrigo.haenggi@mac.com | Owner: macports-tickets@lists.macosforge.org Type: defect | Status: new Priority: High | Milestone: Component: ports | Version: 1.6.0 Keywords: MacFUSE 1.7 | -------------------------------------+-------------------------------------- MacFUSE fails to build on my system with following error message: {{{ MacFUSE: PhaseScriptExecution /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_fuse_macfuse/work /macfuse-core/sdk-objc/build/MacFUSE.build/Release/MacFUSE.build/Script- FF8DE2320D4EFE7C0007BFF6.sh (1 failure) }}} Whole log attached to ticket. System: MacBookPro Core2 Duo, Leopard 10.5.4, Darwin Kernel Version 9.4.0 i386 release -- Ticket URL: <http://trac.macports.org/ticket/15889> MacPorts <http://www.macports.org/> Ports system for Mac OS
#15889: MacFUSE 1.7 fails to build --------------------------------------+------------------------------------- Reporter: rodrigo.haenggi@mac.com | Owner: eridius@macports.org Type: defect | Status: new Priority: High | Milestone: Component: ports | Version: 1.6.0 Resolution: | Keywords: MacFUSE 1.7 --------------------------------------+------------------------------------- Changes (by raimue@macports.org): * owner: macports-tickets@lists.macosforge.org => eridius@macports.org -- Ticket URL: <http://trac.macports.org/ticket/15889#comment:1> MacPorts <http://www.macports.org/> Ports system for Mac OS
#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 --------------------------------------+------------------------------------- Changes (by jmr@macports.org): * priority: High => Normal * milestone: => Port Bugs Comment: So gen_bridge_metadata is failing as in #15284, but in a different way. -- Ticket URL: <http://trac.macports.org/ticket/15889#comment:2> MacPorts <http://www.macports.org/> Ports system for Mac OS
#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
#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 niels@herimedia.com): I can confirm this bug report as well as the workaround by ses on an up- to-date Leopard 10.5.4 installation with standard ruby libraries. So this should be closed as it is an Apple bug? -- Ticket URL: <http://trac.macports.org/ticket/15889#comment:4> MacPorts <http://www.macports.org/> Ports system for Mac OS
#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 --------------------------------------+------------------------------------- Changes (by raimue@macports.org): * cc: raimue@macports.org (added) Comment: Maybe we should create our own port for BridgeSupport to avoid these problems with the system's provided version. -- Ticket URL: <http://trac.macports.org/ticket/15889#comment:6> MacPorts <http://www.macports.org/> Ports system for Mac OS
#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 raimue@macports.org): I filed rdar://problem/6071648 for the problem in rexml. -- Ticket URL: <http://trac.macports.org/ticket/15889#comment:7> MacPorts <http://www.macports.org/> Ports system for Mac OS
#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 --------------------------------------+------------------------------------- Changes (by jmr@macports.org): * cc: jmr@macports.org (added) -- Ticket URL: <http://trac.macports.org/ticket/15889#comment:8> MacPorts <http://www.macports.org/> Ports system for Mac OS
#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 --------------------------------------+------------------------------------- Changes (by blb@macports.org): * cc: blb@macports.org (added) Comment: Note that the trans -> transitive seems to be the opposite of a [http://www.germane-software.com/projects/rexml/ticket/115 bug report in REXML] that claims transitive is wrong... -- Ticket URL: <http://trac.macports.org/ticket/15889#comment:9> MacPorts <http://www.macports.org/> Ports system for Mac OS
#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 niels@herimedia.com): Replying to [comment:9 blb@macports.org]: The [http://www.germane-software.com/projects/rexml/changeset/546 latest changeset] linked from the mentioned [http://www.germane- software.com/projects/rexml/ticket/115 REXML bug report] indicates that it should indeed be "transitive" though. -- Ticket URL: <http://trac.macports.org/ticket/15889#comment:10> MacPorts <http://www.macports.org/> Ports system for Mac OS
#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 trevor@tjohns.net): Replying to [comment:10 niels@herimedia.com]:
Replying to [comment:9 blb@macports.org]:
The [http://www.germane-software.com/projects/rexml/changeset/546 latest changeset] linked from the mentioned [http://www.germane- software.com/projects/rexml/ticket/115 REXML bug report] indicates that it should indeed be "transitive" though.
Right, it looks like it was originally transitive, broke, got changed to trans in a fix, broke again, then got changed back to transitive in another fix. Apple must have grabbed their copy during the second period it was broken. -- Ticket URL: <http://trac.macports.org/ticket/15889#comment:12> MacPorts <http://www.macports.org/> Ports system for Mac OS
#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 --------------------------------------+------------------------------------- Changes (by blb@macports.org): * cc: neal.dudley@utoledo.edu (added) Comment: Cc reporter of dup #16070. -- Ticket URL: <http://trac.macports.org/ticket/15889#comment:13> MacPorts <http://www.macports.org/> Ports system for Mac OS
#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 --------------------------------------+------------------------------------- Changes (by blb@macports.org): * cc: mail@ernestoruge.de (added) Comment: Cc reporter for dup #16078. -- Ticket URL: <http://trac.macports.org/ticket/15889#comment:14> MacPorts <http://www.macports.org/> Ports system for Mac OS
#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 --------------------------------------+------------------------------------- Changes (by blb@macports.org): * cc: jochen@macports.org (added) Comment: Cc reporter of dup #16095. -- Ticket URL: <http://trac.macports.org/ticket/15889#comment:16> MacPorts <http://www.macports.org/> Ports system for Mac OS
#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 Port: macfuse | --------------------------------------+------------------------------------- Changes (by macsforever2000@macports.org): * port: => macfuse Comment: Has dup of #16460. -- Ticket URL: <http://trac.macports.org/ticket/15889#comment:20> MacPorts <http://www.macports.org/> Ports system for Mac OS
#15889: MacFUSE 1.7 fails to build --------------------------------------+------------------------------------- Reporter: rodrigo.haenggi@mac.com | Owner: eridius@macports.org Type: defect | Status: closed Priority: Normal | Milestone: Port Bugs Component: ports | Version: 1.6.0 Resolution: fixed | Keywords: MacFUSE 1.7 Port: macfuse | --------------------------------------+------------------------------------- Changes (by jmr@macports.org): * status: new => closed * resolution: => fixed Comment: 10.5.5 appears to have fixed this. -- Ticket URL: <http://trac.macports.org/ticket/15889#comment:21> MacPorts <http://www.macports.org/> Ports system for Mac OS
participants (1)
-
MacPorts