simulavr-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Simulavr-devel] [bug #42621] doc/simulavr.pdf build fails on Mac


From: ThomasK
Subject: Re: [Simulavr-devel] [bug #42621] doc/simulavr.pdf build fails on Mac
Date: Thu, 26 Jun 2014 06:24:41 +0200
User-agent: Mozilla/5.0 (X11; Linux i686; rv:24.0) Gecko/20100101 Thunderbird/24.5.0

Hi David,

this is also a bug connected with autotools tool chain. The doc/Makefile is generated, change anything there is useless, because overwritten on next configure call.

Your tex2dvi is newer and it looks so, that there was a change in cli interface, which autotools scripts don't know.

With all of this and because generating the make rules for docs are deep inside the autotools system and (my knowledge about this topic) this is very spare or not to configure, (I had some "fight" with that) we can't change this without replacing autotools or left out simulavr.info files. (I'm not sure, if it is easy possible to "deactivate" the doc rules without warning or error messages from autotools at all and to replace it by selfwritten rules)

I'll look for that next time. (together with the swig version problem) As a quickfix: comment out in doc/Makefile.am "info_TEXINFOS=..." followed by "./bootstrap; ./configure ...". Then it should not try to produce documentation and show this error.


cu, Thomas

Am 26.06.2014 05:13, schrieb David Forrest:
URL:
   <http://savannah.nongnu.org/bugs/?42621>

                  Summary: doc/simulavr.pdf build fails on Mac
                  Project: Simulavr: an AVR simulator
             Submitted by: drf5n
             Submitted on: Thu 26 Jun 2014 03:13:46 AM GMT
                 Category: Configure
                 Severity: 3 - Normal
               Item Group: None
                   Status: None
                  Privacy: Public
              Assigned to: None
         Originator Email: address@hidden
              Open/Closed: Open
          Discussion Lock: Any
        Component Version: simulavr

     _______________________________________________________

Details:


     $ make
     Making all in web
     make[1]: Nothing to be done for `all'.
     Making pdf in web
     make[2]: Nothing to be done for `pdf'.
     TEXINPUTS=".:$TEXINPUTS" \
        MAKEINFO='/bin/sh /Users/drf/2014/RepRap    
/GIT/simulavrUpstream/missing
makeinfo   -I .' \
        texi2dvi --pdf --batch  --build-dir=simulavr.t2p -o simulavr.pdf  \
        simulavr.texi
     /usr/bin/texi2dvi: Can't use option `--output' with more     than one
argument.
     make[2]: *** [simulavr.pdf] Error 2
     make[1]: *** [pdf-recursive] Error 1
     make: *** [all-recursive] Error 1


A workaround is to remove the '-o $@' in the generated doc/Makefile rule for
.texi.pdf:







     _______________________________________________________

Reply to this item at:

   <http://savannah.nongnu.org/bugs/?42621>

_______________________________________________
   Message sent via/by Savannah
   http://savannah.nongnu.org/


_______________________________________________
Simulavr-devel mailing list
address@hidden
https://lists.nongnu.org/mailman/listinfo/simulavr-devel




reply via email to

[Prev in Thread] Current Thread [Next in Thread]