On 8/8/13 3:14 PM, Nathan Toner wrote:
> Hello,
>
> I am attempting to execute the command `fink install avr-gcc` to install
> this dependancy. Fink runs just fine for a while, and then gives me the
> error message below. This package is preventing me from running `fink
> update-all`, and from installing Octave.

Huh?  avr-gcc isn't in the dependency tree for Fink's Octave.

Is there a way to fix my problem?
>

<snip>

>     if [ xinfo = xinfo ]; then \
>     makeinfo --split-size=5000000 --split-size=5000000 --no-split -I .
>     -I ../../gcc-4.7.2/gcc/doc \
>     -I ../../gcc-4.7.2/gcc/doc/include -o doc/cpp.info <http://cpp.info>
>     ../../gcc-4.7.2/gcc/doc/cpp.texi; \
>     fi
>     ../../gcc-4.7.2/gcc/doc/cppopts.texi:806: @itemx must follow @item
>     make[2]: *** [doc/cpp.info <http://cpp.info>] Error 1
>     make[1]: *** [all-gcc] Error 2

I assume you have Fink's texinfo installed?  It appears that avr-gcc 
uses some older contstructions that the current texinfo doesn't like.  A 
workaround, while this gets sorted out would be to force the use of the 
system's makeinfo executable via:

sudo dpkg -r --force-depends texinfo
fink install avr-gcc
fink install texinfo

-- 
Alexander Hansen, Ph.D.
Fink User Liaison
My package updates: http://finkakh.wordpress.com/

------------------------------------------------------------------------------
Get 100% visibility into Java/.NET code with AppDynamics Lite!
It's a free troubleshooting tool designed for production.
Get down to code-level detail for bottlenecks, with <2% overhead. 
Download for free and get started troubleshooting in minutes. 
http://pubads.g.doubleclick.net/gampad/clk?id=48897031&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

Reply via email to