[MacPorts] #13682: tcl 8.5.0 installation fails due to multiple inclusion of byte_order.h
#13682: tcl 8.5.0 installation fails due to multiple inclusion of byte_order.h --------------------------------+------------------------------------------- Reporter: stephen@xemacs.org | Owner: macports-tickets@lists.macosforge.org Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 1.7.0 Keywords: | --------------------------------+------------------------------------------- MacPorts port 1.700, OS X "Tiger" 10.4.11 {{{ In file included from /opt/local/var/macports/build/_Users_steve_Software_MacPorts_dports_lang_tcl/work/tcl8.5.0/unix/../unix/tclLoadDyld.c:62: /opt/local/include/mach-o/arch.h:35: error: nested redefinition of 'enum NXByteOrder' /opt/local/include/mach-o/arch.h:35: error: redeclaration of 'enum NXByteOrder' /opt/local/include/mach-o/arch.h:36: error: redeclaration of enumerator 'NX_UnknownByteOrder' /usr/include/architecture/byte_order.h:137: error: previous definition of 'NX_UnknownByteOrder' was here /opt/local/include/mach-o/arch.h:37: error: redeclaration of enumerator 'NX_LittleEndian' /usr/include/architecture/byte_order.h:138: error: previous definition of 'NX_LittleEndian' was here /opt/local/include/mach-o/arch.h:39: error: redeclaration of enumerator 'NX_BigEndian' /usr/include/architecture/byte_order.h:140: error: previous definition of 'NX_BigEndian' was here make: *** [tclLoadDyld.o] Error 1 Error: Unable to upgrade port: 1 }}} -- Ticket URL: <http://trac.macosforge.org/projects/macports/ticket/13682> MacPorts </projects/macports> Ports system for Mac OS
#13682: tcl 8.5.0 installation fails due to multiple inclusion of byte_order.h ---------------------------------+------------------------------------------ Reporter: stephen@xemacs.org | Owner: macports-tickets@lists.macosforge.org Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 1.7.0 Resolution: | Keywords: ---------------------------------+------------------------------------------ Comment (by frstan@bellsouth.net): same error occurs with Mac OS 10.5.1 MP 1.60 also as well as some "deprecated" items In file included from /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_tcl/work/tcl8.5.0/unix/../unix/tclLoadDyld.c:62: /opt/local/include/mach-o/arch.h:35: error: nested redefinition of 'enum NXByteOrder' /opt/local/include/mach-o/arch.h:35: error: redeclaration of 'enum NXByteOrder' /opt/local/include/mach-o/arch.h:36: error: redeclaration of enumerator 'NX_UnknownByteOrder' /usr/include/architecture/byte_order.h:137: error: previous definition of 'NX_UnknownByteOrder' was here /opt/local/include/mach-o/arch.h:37: error: redeclaration of enumerator 'NX_LittleEndian' /usr/include/architecture/byte_order.h:138: error: previous definition of 'NX_LittleEndian' was here /opt/local/include/mach-o/arch.h:39: error: redeclaration of enumerator 'NX_BigEndian' /usr/include/architecture/byte_order.h:140: error: previous definition of 'NX_BigEndian' was here /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_tcl/work/tcl8.5.0/unix/../unix/tclLoadDyld.c: In function 'TclpFindSymbol': /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_tcl/work/tcl8.5.0/unix/../unix/tclLoadDyld.c:382: warning: 'NSLookupSymbolInImage' is deprecated (declared at /usr/include/mach-o/dyld.h:182) /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_tcl/work/tcl8.5.0/unix/../unix/tclLoadDyld.c:415: warning: 'NSLinkEditError' is deprecated (declared at /usr/include/mach-o/dyld.h:217) /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_tcl/work/tcl8.5.0/unix/../unix/tclLoadDyld.c:419: warning: 'NSLookupSymbolInModule' is deprecated (declared at /usr/include/mach-o/dyld.h:181) /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_tcl/work/tcl8.5.0/unix/../unix/tclLoadDyld.c:428: warning: 'NSAddressOfSymbol' is deprecated (declared at /usr/include/mach-o/dyld.h:188) /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_tcl/work/tcl8.5.0/unix/../unix/tclLoadDyld.c: In function 'TclpUnloadFile': /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_tcl/work/tcl8.5.0/unix/../unix/tclLoadDyld.c:493: warning: 'NSUnLinkModule' is deprecated (declared at /usr/include/mach-o/dyld.h:169) /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_tcl/work/tcl8.5.0/unix/../unix/tclLoadDyld.c: In function 'TclpLoadMemory': /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_tcl/work/tcl8.5.0/unix/../unix/tclLoadDyld.c:697: warning: 'NSCreateObjectFileImageFromMemory' is deprecated (declared at /usr/include/mach-o/dyld.h:146) /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_tcl/work/tcl8.5.0/unix/../unix/tclLoadDyld.c:730: warning: 'NSLinkModule' is deprecated (declared at /usr/include/mach-o/dyld.h:161) /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_tcl/work/tcl8.5.0/unix/../unix/tclLoadDyld.c:732: warning: 'NSDestroyObjectFileImage' is deprecated (declared at /usr/include/mach-o/dyld.h:147) /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_tcl/work/tcl8.5.0/unix/../unix/tclLoadDyld.c:740: warning: 'NSLinkEditError' is deprecated (declared at /usr/include/mach-o/dyld.h:217) make: *** [tclLoadDyld.o] Error 1 Warning: the following items did not execute (for tcl): org.macports.activate org.macports.build org.macports.destroot org.macports.install Error: Status 1 encountered during processing. -- Ticket URL: <http://trac.macosforge.org/projects/macports/ticket/13682#comment:1> MacPorts </projects/macports> Ports system for Mac OS
#13682: tcl 8.5.0 installation fails due to multiple inclusion of byte_order.h ---------------------------------+------------------------------------------ Reporter: stephen@xemacs.org | Owner: mww@macports.org Type: defect | Status: new Priority: Normal | Milestone: Port Bugs Component: ports | Version: 1.7.0 Resolution: | Keywords: ---------------------------------+------------------------------------------ Changes (by ryandesign@macports.org): * owner: macports-tickets@lists.macosforge.org => mww@macports.org * milestone: => Port Bugs -- Ticket URL: <http://trac.macosforge.org/projects/macports/ticket/13682#comment:2> MacPorts </projects/macports> Ports system for Mac OS
#13682: tcl 8.5.0 installation fails due to multiple inclusion of byte_order.h ---------------------------------+------------------------------------------ Reporter: stephen@xemacs.org | Owner: mww@macports.org Type: defect | Status: assigned Priority: Normal | Milestone: Port Bugs Component: ports | Version: 1.6.0 Resolution: | Keywords: tcl ---------------------------------+------------------------------------------ Changes (by mww@macports.org): * keywords: => tcl * status: new => assigned * version: 1.7.0 => 1.6.0 Comment: which port provides /opt/local/include/mach-o/arch.h? -- Ticket URL: <http://trac.macosforge.org/projects/macports/ticket/13682#comment:3> MacPorts </projects/macports> Ports system for Mac OS
#13682: tcl 8.5.0 installation fails due to multiple inclusion of byte_order.h ---------------------------------+------------------------------------------ Reporter: stephen@xemacs.org | Owner: mww@macports.org Type: defect | Status: assigned Priority: Normal | Milestone: Port Bugs Component: ports | Version: 1.6.0 Resolution: | Keywords: tcl ---------------------------------+------------------------------------------ Comment (by raimue@macports.org): We already had this issue earlier: http://lists.macosforge.org/pipermail/macports-users/2007-June/003896.html The solution in this thread given was: port deactivate odcctools port upgrade tcl port activate odcctools Seems like Tcl conflicts with headers installed by odcctools. -- Ticket URL: <http://trac.macosforge.org/projects/macports/ticket/13682#comment:4> MacPorts </projects/macports> Ports system for Mac OS
#13682: tcl 8.5.0 installation fails due to multiple inclusion of byte_order.h ---------------------------------+------------------------------------------ Reporter: stephen@xemacs.org | Owner: mww@macports.org Type: defect | Status: closed Priority: Normal | Milestone: Port Bugs Component: ports | Version: 1.6.0 Resolution: worksforme | Keywords: tcl ---------------------------------+------------------------------------------ Changes (by mww@macports.org): * status: assigned => closed * resolution: => worksforme Comment: I'd be interested in knowing if the changed CPPFLAGS would solve this issue, too. I'm closing this bug though. -- Ticket URL: <http://trac.macosforge.org/projects/macports/ticket/13682#comment:5> MacPorts </projects/macports> Ports system for Mac OS
participants (1)
-
MacPorts