#47698: webkit-gtk3 fails to install +universal -------------------------+---------------------- Reporter: jeremyhu@… | Owner: devans@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 2.3.3 Resolution: | Keywords: Port: webkit-gtk | -------------------------+---------------------- Description changed by jeremyhu@…: Old description:
After creating both destroot-<arch> directories, we err out with: {{{ Error: org.macports.destroot for port webkit-gtk3 returned: invalid command name " foreach arch ${universal_archs_to_use} { set docpath ${workpath}/destroot-${arch}${prefix}/share /gtk-doc/html move ${docpath}/webkitgtk ${docpath}/webkitgtk3 move ${docpath}/webkitdomgtk ${docpath}/webkitdomgtk3 move ${docpath}/webkitgtk3/webkitgtk.devhelp2 ${docpath}/webkitgtk3/webkitgtk3.devhelp2 } " }}}
That is from: merger-post-destroot { foreach arch ${universal_archs_to_use} { set docpath ${workpath}/destroot-${arch}${prefix}/share /gtk-doc/html move ${docpath}/webkitgtk ${docpath}/webkitgtk3 move ${docpath}/webkitdomgtk ${docpath}/webkitdomgtk3 move ${docpath}/webkitgtk3/webkitgtk.devhelp2 ${docpath}/webkitgtk3/webkitgtk3.devhelp2 } }
which has been there since 2013: {{{ r108797 | devans@macports.org | 2013-08-01 18:56:17 -0700 (Thu, 01 Aug 2013) | 2 lines
webkit-gtk: add new subport webkit-gtk3, disable introspection due to build failure (#39598), add explicit dependencies on bison, flex, still broken due to bison 3.0 upgrade (#39923, #39910). }}}
I don't see anything wrong in the port or muniversal, so I'm perplexed.
This has been an issue for a couple months now and I just haven't had time to look into it.
New description: After creating both destroot-<arch> directories, we err out with: {{{ Error: org.macports.destroot for port webkit-gtk3 returned: invalid command name " foreach arch ${universal_archs_to_use} { set docpath ${workpath}/destroot-${arch}${prefix}/share /gtk-doc/html move ${docpath}/webkitgtk ${docpath}/webkitgtk3 move ${docpath}/webkitdomgtk ${docpath}/webkitdomgtk3 move ${docpath}/webkitgtk3/webkitgtk.devhelp2 ${docpath}/webkitgtk3/webkitgtk3.devhelp2 } " }}} That is from: {{{ merger-post-destroot { foreach arch ${universal_archs_to_use} { set docpath ${workpath}/destroot-${arch}${prefix}/share /gtk-doc/html move ${docpath}/webkitgtk ${docpath}/webkitgtk3 move ${docpath}/webkitdomgtk ${docpath}/webkitdomgtk3 move ${docpath}/webkitgtk3/webkitgtk.devhelp2 ${docpath}/webkitgtk3/webkitgtk3.devhelp2 } } }}} which has been there since r108797 in 2013: {{{ r108797 | devans@macports.org | 2013-08-01 18:56:17 -0700 (Thu, 01 Aug 2013) | 2 lines webkit-gtk: add new subport webkit-gtk3, disable introspection due to build failure (#39598), add explicit dependencies on bison, flex, still broken due to bison 3.0 upgrade (#39923, #39910). }}} I don't see anything wrong in the port or muniversal, so I'm perplexed. This has been an issue for a couple months now and I just haven't had time to look into it. -- -- Ticket URL: <https://trac.macports.org/ticket/47698#comment:2> MacPorts <https://www.macports.org/> Ports system for OS X