#46334: ghostscript @9.10_2+x11: configure fails if wxWidgets is absent -------------------------------+------------------------ Reporter: brookemgilbert@… | Owner: takanori@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 2.3.3 Resolution: | Keywords: Port: ghostscript | -------------------------------+------------------------ Comment (by mojca@…): There is only one way I'm able to reproduce this problem: {{{ sudo port install wxWidgets-3.0 sudo ln -s /opt/local/Library/Frameworks/wxWidgets.framework/Versions/wxWidgets/3.0/share/aclocal/wxwin.m4 /opt/local/share/aclocal/ sudo port -f deactivate wxWidgets-3.0 sudo port -v configure ghostscript }}} And then `autotools` complain because `/opt/local/share/aclocal/wxwin.m4` points to a non-existing location. Not because ghostscript would need that file, but because autotools look into `/opt/local/share/aclocal/` and fail when a "non-existing" file is there. Please try to deactivate/uninstall wxWidgets-3.0, show the output of `port select wxWidgets` (make sure that `none` is active), make sure to delete a dangling symlink `/opt/local/share/aclocal/wxwin.m4` and try again. I suspect that should work. I'm inclined to close this ticket as invalid. -- Ticket URL: <https://trac.macports.org/ticket/46334#comment:4> MacPorts <https://www.macports.org/> Ports system for OS X