On Aug 9, 2007, at 16:29, McGarry Vince wrote:
libsdl fails to upgrade with the following error. Any help would be welcome.
Vince Mcgarry
%------
xinstall: index.html -> /opt/local/var/macports/build/ _opt_local_var_macports_sources_rsync.macports.org_release_ports_devel _libsdl/work/destroot/opt/local/share/doc/libsdl-1.2.12/html/ index.html Error: Target org.macports.destroot returned: xinstall: Cannot stat: docs.html, No such file or directory Warning: the following items did not execute (for libsdl): org.macports.destroot DEBUG: Registry error: XFree86 not registered as installed. invoked from within "registry_installed ${portname}" invoked from within "$workername eval registry_installed \${portname}" Error: Unable to upgrade port: 1
Confirmed. Portfile says: xinstall -m 0644 -W ${worksrcpath}/docs index.html docs.html $ {destroot}${docdir}/html I presume this means "from the ${worksrcpath}/docs directory, copy index.html and docs.html to ${destroot}${docdir}/html". Well, the $ {worksrcpath}/docs directory contains index.html but not docs.html. docs.html is in ${worksrcpath} proper.