octave-bug-tracker
[Top][All Lists]
Advanced

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

[Octave-bug-tracker] [bug #30721] Can't build tip on FreeBSD


From: forkandwait
Subject: [Octave-bug-tracker] [bug #30721] Can't build tip on FreeBSD
Date: Wed, 08 Sep 2010 01:47:02 +0000
User-agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.9.1.11) Gecko/20100801 Firefox/3.5.11

Follow-up Comment #18, bug #30721 (project octave):

Thanks John for the tip, it definitely helped ;)...

I forced the system to use a newer version of flex (silly BSD ports thing, I
will write about it later).  I get farther, but I error out with the following
(I am right now rerunnig after symlinking /usr/bin/flex to the new
/usr/local/bin/flex, but I don't think it will matter):


<SNIP>

gmake[3]: Leaving directory `/usr/home/wsprague/SOURCES/octave/liboctave'
gmake[2]: Leaving directory `/usr/home/wsprague/SOURCES/octave/liboctave'
Making all in src
gmake[2]: Entering directory `/usr/home/wsprague/SOURCES/octave/src'
making defaults.h from defaults.h.in
gawk -f ./genprops.awk graphics.h.in > graphics.h-t
mv graphics.h-t graphics.h
gawk -v emit_graphics_props=1 -f ./genprops.awk graphics.h.in >
graphics-props.cc-t
mv graphics-props.cc-t graphics-props.cc
/bin/sh ../build-aux/ylwrap lex.ll lex.octave_.c lex.cc -- flex -I -I
/usr/local/bin/gsed < mxarray.h.in 
          -e "s|%OCTAVE_IDX_TYPE%|int|" > mxarray.h-t
mv mxarray.h-t mxarray.h
making oct-conf.h from oct-conf.h.in
if test -n "perl"; then 
          ./mk-errno-list --perl "perl" < oct-errno.cc.in > oct-errno.cc-t; 
        elif test -n "python"; then 
          ./mk-errno-list --python "python" < oct-errno.cc.in >
oct-errno.cc-t; 
        else 
          /usr/local/bin/gsed '/@SYSDEP_ERRNO_LIST@/D' oct-errno.cc.in >
oct-errno.cc-t; 
        fi
mv oct-errno.cc-t oct-errno.cc
gperf -t -C -D -G -L C++ -Z octave_kw_hash octave.gperf > oct-gperf.h-t1
1 input keys have identical hash values, examine output carefully...
/usr/local/bin/gsed 's,lookup[,gperf_lookup[,' < oct-gperf.h-t1 >
oct-gperf.h-t
mv oct-gperf.h-t oct-gperf.h
rm -f oct-gperf.h-t1
/bin/sh ../build-aux/ylwrap oct-parse.yy y.tab.c oct-parse.cc y.tab.h
oct-parse.h y.output oct-parse.output -- bison  -dv
/usr/home/wsprague/SOURCES/octave/src/oct-parse.yy: conflicts: 16
shift/reduce, 1 reduce/reduce
gmake[2]: *** [oct-parse.cc] Error 1
gmake[2]: Leaving directory `/usr/home/wsprague/SOURCES/octave/src'
gmake[1]: *** [all-recursive] Error 1
gmake[1]: Leaving directory `/usr/home/wsprague/SOURCES/octave'
gmake: *** [all] Error 2



    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?30721>

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




reply via email to

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