> On Jul 28, 2015, at 08:12, Alexander Hansen <alexanderk.han...@gmail.com> 
> wrote:
> 
> 
>> On Jul 27, 2015, at 23:36, candac...@netvigator.com wrote:
>> 
>> Dear Alexander,
>> 
>> Okay, several things:
>> 
>> 1. I installed super YACC (i.e. Bison) as you suggested (version 3.0.4-1000)
>> 2. I then ran fink as before (i.e. “fink -l build octave382-atlas-qtmac”)
>> 3. It appears to hang just as before. Attached you should find the log file 
>>       “fink-build-log_octave-atlas-qtmac_3.8.2-6_2015.07.28-12.55.06”
>> 
>> ALSO
>> 
>> I went back to my older Mac Pro running Lion (10.7.5) in which I installed 
>> Octave without any problems about a year and a half ago. The first thing I 
>> noticed in FinkCommander is that Bison had never been installed there. Just 
>> for the heck of it I did install it (Bison 3.0-1000) and reinstalled Octave 
>> (3.6.4-14) without any problems.
>> 
>> Hope this helps,
>> 
>> John
>> 
>> 
>> 
>> 
> 
> If you did “reinstall” rather than “rebuild” that might not have changed 
> anything even if bison were the culprit, since this is a build-time 
> issue—“reinstall” normally just uses package archives which already have been 
> built.
> 
> Yeah, we’ll have to look elsewhere, unfortunately.  I’m doing a new build and 
> log  because my prior one was using an updated version of the octave-3.8.2 
> packaging which hasn’t been released yet.  That’ll minimize the differences 
> to check out.
> 
> --
> Alexander Hansen, Ph.D.
> Fink User Liaison
> 

I still haven’t been able to reproduce the issue.  I’ve been gradually tweaking 
my configuration toward what your output shows.  

Where we start seeing major divergence is as follows.  You have:


Making install in interpreter
restore=: && backupdir=".am$$" && \
        am__cwd=`pwd` && CDPATH="${ZSH_VERSION+.}:" && cd . && \
        rm -rf $backupdir && mkdir $backupdir && \
        if (/bin/sh 
/sw/src/fink.build/octave-atlas-qtmac-3.8.2-6/octave-3.8.2/build-aux/missing 
makeinfo --version) >/dev/null 2>&1; then \
          for f in octave.info octave.info-[0-9] octave.info-[0-9][0-9] 
octave.i[0-9] octave.i[0-9][0-9]; do \
            if test -f $f; then mv $f $backupdir; restore=mv; else :; fi; \
          done; \
        else :; fi && \
        cd "$am__cwd"; \
        if /bin/sh 
/sw/src/fink.build/octave-atlas-qtmac-3.8.2-6/octave-3.8.2/build-aux/missing 
makeinfo   -I . \
         -o octave.info octave.texi; \
        then \
          rc=0; \
          CDPATH="${ZSH_VERSION+.}:" && cd .; \
        else \
          rc=$?; \
          CDPATH="${ZSH_VERSION+.}:" && cd . && \
          $restore $backupdir/* `echo "./octave.info" | sed 's|[^/]*$||'`; \
        fi; \
        rm -rf $backupdir; exit $rc
TEXINPUTS="./..:$TEXINPUTS" \
        MAKEINFO='/bin/sh 
/sw/src/fink.build/octave-atlas-qtmac-3.8.2-6/octave-3.8.2/build-aux/missing 
makeinfo   -I .' \
        texi2dvi --build-dir=t2d_cache  --build-dir=octave.t2d -o octave.dvi  \
        octave.texi
This is pdfTeX, Version 3.14159265-2.6-1.40.15 (TeX Live 2014/Fink) (preloaded 
format=etex)
 restricted \write18 enabled.
entering extended mode
...

Whereas I get:

Making install in interpreter
make[3]: Entering directory 
'/sw/src/fink.build/octave-atlas-qtmac-3.8.2-6/octave-3.8.2/doc/interpreter'
make[4]: Entering directory 
'/sw/src/fink.build/octave-atlas-qtmac-3.8.2-6/octave-3.8.2/doc/interpreter'
make[4]: Nothing to be done for 'install-exec-am'.
 ../../build-aux/install-sh -c -d 
'/sw/src/fink.build/root-octave-atlas-qtmac-3.8.2-6/sw/share/info'
...

I.e. something is triggering a documentation rebuild for you but not for me. 


-- 
Alexander Hansen, Ph.D.
Fink User Liaison


------------------------------------------------------------------------------
_______________________________________________
Fink-users mailing list
Fink-users@lists.sourceforge.net
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