> > dev-libs/apr: > dohtml docs/dox/html/* || die "dohtml failed" > > dev-util/subversion: > dohtml doc/doxygen/html/* || die "Installation of Subversion HTML > documentation failed" > > Any ideas? Building them with USE: -doc finishes fine (but without the > doc files of course). >
Not sure about this case, but sometimes dohtml can fail if it is given too many files in one call. Doxygen can generate a *lot* of files, all in one directory. One workaround would be to hack to the ebuild with multiple dohtml calls by using something like dohtml docs/dox/html/[c]* || die dohtml docs/dox/html/[^c]* || die _______________________________________________ paludis-user mailing list [email protected] http://lists.pioto.org/mailman/listinfo/paludis-user
