Re: [avr-libc-dev] Problem Building RPM From Spec File

2007-07-15 Thread Joerg Wunsch
As Chris Spencer wrote: > Running "latex -version" gives me: > pdfeTeX 3.141592-1.21a-2.2 (Web2C 7.5.4) > kpathsea version 3.5.4 That's exactly what I get here, but I think it's also what I used to get with the older LaTeX version. > Why does avr-libc even need latex? Is it just for documentatio

Re: [avr-libc-dev] Problem Building RPM From Spec File

2007-07-15 Thread Chris Spencer
Running "latex -version" gives me: pdfeTeX 3.141592-1.21a-2.2 (Web2C 7.5.4) kpathsea version 3.5.4 Why does avr-libc even need latex? Is it just for documentation? Can it be disabled? Regards, Chris On 7/15/07, Joerg Wunsch <[EMAIL PROTECTED]> wrote: As Chris Spencer wrote: > I'm not sure if

Re: [avr-libc-dev] Problem Building RPM From Spec File

2007-07-14 Thread Joerg Wunsch
As Chris Spencer wrote: > I'm not sure if this is a bug, but when I try to build an rpm from the > tarball/spec file like: > rpmbuild -tb --target avr --clean avr-libc-1.4.6.tar.bz2 > I get the error: > make[4]: *** [refman.dvi] Error 1 I've seen a similar error on a recent FreeBSD but it's no

[avr-libc-dev] Problem Building RPM From Spec File

2007-07-14 Thread Chris Spencer
I'm not sure if this is a bug, but when I try to build an rpm from the tarball/spec file like: rpmbuild -tb --target avr --clean avr-libc-1.4.6.tar.bz2 I get the error: make[4]: *** [refman.dvi] Error 1 make[4]: Leaving directory `/home/chris/rpmbuild/BUILD/avr-libc-1.4.6/doc/api/latex_src' mak