On 10/12/13 12:35 PM, Matthias RIngwald wrote: > Hi all > > The compile errors results from bugs/errors in the texinfo files and a newer > texinfo in fink. > Although these might have been fixed in later gcc versions, I don’t think we > can use them as msp430 consists of one particular set of the toolchain and > patches against that. If anybody knows how to just ignore texinfo, that would > be a good start. > > Best > Matthias > > On 12.10.2013, at 15:34, Matthias Sala <[email protected]> wrote: > >> Dear fink users >> >> Recently, I tried to install the msp430-gcc package, and it failed. >> >> Previously, fink install msp430-libc msp430-gdb mspdebug worked without >> problems. >> >> Does somebody have an idea why it failed? >> >> Many thanks for your help! >> >> Best, >> >> Matthias >> >> ----- >> <snip>
>> if [ xinfo = xinfo ]; then \ >> makeinfo --split-size=5000000 --split-size=5000000 --no-split >> -I . -I ../../gcc-4.6.3/gcc/doc \ >> -I ../../gcc-4.6.3/gcc/doc/include -o >> doc/cppinternals.info ../../gcc-4.6.3/gcc/doc/cppinternals.texi; \ >> fi >> ../../gcc-4.6.3/gcc/doc/cppopts.texi:772: @itemx must follow @item >> make[2]: *** [doc/cpp.info] Error 1 >> make[2]: *** Waiting for unfinished jobs.... As a workaround, try "dpkg -r --force-depends texinfo", and then you should be able to build msp*. Then go ahead and use "fink install texinfo" to put that back in place. For the maintainer: there are a couple of options available under these circumstances. If you can force the package to use /usr/bin/makeinfo, that will work most of the time (at least on 10.6-10.8). Otherwise, you can add a BuildDepends: texinfo-legacy, and make sure that %p/opt/texinfo-legacy/bin is at the head of the PATH during the phase where the docs are built. -- Alexander Hansen, Ph.D. Fink User Liaison My package updates: http://finkakh.wordpress.com/ ------------------------------------------------------------------------------ October Webinars: Code for Performance Free Intel webinars can help you accelerate application performance. Explore tips for MPI, OpenMP, advanced profiling, and more. Get the most from the latest Intel processors and coprocessors. See abstracts and register > http://pubads.g.doubleclick.net/gampad/clk?id=60135031&iu=/4140/ostg.clktrk _______________________________________________ Fink-users mailing list [email protected] List archive: http://news.gmane.org/gmane.os.macosx.fink.user Subscription management: https://lists.sourceforge.net/lists/listinfo/fink-users
