Opened 10 years ago
Last modified 10 years ago
#47698 closed defect
webkit-gtk3 fails to install +universal — at Initial Version
Reported by: | jeremyhu (Jeremy Huddleston Sequoia) | Owned by: | devans@… |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 2.3.3 |
Keywords: | Cc: | ||
Port: | webkit-gtk |
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.
Note: See
TracTickets for help on using
tickets.