I know -current isn't officially supported, but I would appreciate if someone could take a look anyways.<br><br>The SlackBuild for avr-libc fails on Slackware-current with the following:<br>cd latex_src && \<br>
sed -e '/{TabularC}{3}/s/{TabularC}{3}/{longtable}{|l|l|l|}/' \<br> -e '/{longtable}{|l|l|l|}/,/TabularC/s/TabularC/longtable/' \<br> -e '/Architecture/s/\\\\\\hline/\\endhead\\hline/' \<br>
using_tools.tex > tmp.$ && \<br> mv -f tmp.$ using_tools.tex<br>sed: can't read using_tools.tex: No such file or directory<br>make[3]: *** [latex_src/refman.tex] Error 2<br>make[3]: Leaving directory `/tmp/SBo/avr-libc-1.6.7/doc/api'<br>
make[2]: *** [all-recursive] Error 1<br>make[2]: Leaving directory `/tmp/SBo/avr-libc-1.6.7/doc'<br>make[1]: *** [all-recursive] Error 1<br>make[1]: Leaving directory `/tmp/SBo/avr-libc-1.6.7'<br>make: *** [all] Error 2<br>
<br>I tested on Slackware 13 and it built cleanly. <br><br>I can build the package just fine if I comment out the docs so this isn't an urgent issue. Still, if anyone has any suggestions on how I could track this down I'd like to hear it. <br>
<br>Thanks,<br>Ben<br>