Need help with build error caused by tetex -> texlive migration

Hans de Goede j.w.r.degoede at hhs.nl
Wed Feb 13 21:20:09 UTC 2008


Jochen Schmitt wrote:
> -----BEGIN PGP SIGNED MESSAGE-----
> Hash: SHA1
> 
> Hans de Goede schrieb:
>> Can anyone (preferably someone with good tex skills) help me fix
>> this build error:
>> http://linux.dell.com/files/fedora/FixBuildRequires/mock-results-core/i386/avr-libc-1.4.6-4.fc8.src.rpm/result/build.log
>>
>>
> 
> The error message says, that a file with the name 'demo' is missing.
> Perhaps is should be 'demo.ps' or 'demo.eps'
> in the \includegraphics command.
> 

Thanks,

It was missing a BuildRequires:
texlive-utils

Which now a days appearantly is needed when building pdf docs generated by doxygen.

Now I get (with a local test build on fully up2date rawhide):
Overfull \vbox (39.43942pt too high) has occurred while \output is active
[242]) (./wdt_8h.tex [243]) (./overview.tex [244] [245] [246] [247] [248]
[249]) (./malloc.tex
! Argument of \@sect has an extra }.
<inserted text>
                 \par
l.1 ...96af830ebe744d9678e5251dfd3ebd}{malloc()} }
                                                   \label{malloc}

The problematic part of malloc.tex is this as far as I can see:
\hypertarget{malloc}{}\subsection{Memory Areas and Using 
\hyperlink{group__avr__stdlib_g4996af830ebe744d9678e5251dfd3ebd}{malloc()} 
}\label{malloc}

But I don't see any non matched } there, also notice that this tex code is 
generated by doxygen.

Regards,

Hans




More information about the fedora-devel-list mailing list