I did make distclean ran autogen.sh ./configure --prefix=/usr/local --disable-fuse --disable-ibverb make and still the build fails as before. Is solaris just so rarely used that it doesn't get much attention? On Wed, 2008-10-29 at 23:08 -0800, rhubbell wrote: > Thanks Amar. > > That now fails with make: Fatal error: Command failed for target > `all-recursive' > I type make again an it proceeds further along. > Eventually it fails again at make: Fatal error: Command failed for > target `all' > > But when I look further back it still has problems with > yyin, yylex, yytext. > > I notice that one page says to use byacc, another page says to use > bison and now with your suggestion we use yacc. > > I haven't tried byacc as I don't see a pkg for it. > > > > On Wed, 2008-10-29 at 23:40 -0700, Amar S. Tumballi wrote: > > I saw that my earlier documentation was > > > > bash-3.00# export PATH=$PATH:/opt/sfw/bin:/usr/ccs/bin > > > > but that had problems as 'lex' was looked up instead of flex as it was > > in later paths. Try corrected path > > > > bash-3.00# export PATH=/opt/sfw/bin:/usr/ccs/bin:$PATH > > > > This should work fine. (well, run this command before ./configure) > > > > Regards, > > Amar > > > > 2008/10/29 rhubbell <rhubbell@xxxxxxxxxxxx> > > On Wed, 2008-10-29 at 20:28 -0700, Jake Maul wrote: > > > http://www.gluster.org/docs/index.php/GlusterFS_on_Solaris > > > > > > Seems like the server-side should work, but I'd guess the > > client won't > > > for quite some time, if ever (FUSE). That page states that > > someone has > > > successfully deployed on Solaris and OpenSolaris... > > > > > > Hi Jake, > > > > Yeah, I know of all that. I'm building this on Solaris for the > > server-side. > > > > If I type make again after the error it proceeds further along > > and > > eventually breaks again. > > > > ld: fatal: Symbol referencing errors. No output written > > to .libs/glusterfs > > > > The undefined symbols are yyin, yylex, yytext. > > > > So something's amiss in the build environment. > > > > I've installed bison, flex, autoconf, libtool, automake, m4 > > > > Anyone have an idea or two? > > > > > > > > > > > > Jake > > > > > > On Wed, Oct 29, 2008 at 9:43 AM, rhubbell > > <rhubbell@xxxxxxxxxxxx> wrote: > > > > Hello all, > > > > > > > > Does Gluster run on Solaris 10 reliably? I thought maybe > > my problems > > > > are due to difference between Solaris and OpenSolaris. > > > > > > > > I tried building and see flex errors. > > > > > > > > flex -t ./spec.1 > spec.lex.c > > > > flex: fatal internal error, exec failed > > > > /bin/bash: line 1: 23898 Broken Pipe flex -t ./spec.1 > > > spec.lex.c > > > > make[3]: *** [spec.lex.c] Error 141 > > > > > > > > > > > > > > > > _______________________________________________ > > > > Gluster-devel mailing list > > > > Gluster-devel@xxxxxxxxxx > > > > http://lists.nongnu.org/mailman/listinfo/gluster-devel > > > > > > > > > > > > > _______________________________________________ > > > Gluster-devel mailing list > > > Gluster-devel@xxxxxxxxxx > > > http://lists.nongnu.org/mailman/listinfo/gluster-devel > > > > > > > > _______________________________________________ > > Gluster-devel mailing list > > Gluster-devel@xxxxxxxxxx > > http://lists.nongnu.org/mailman/listinfo/gluster-devel > > > > > > > > > > > > -- > > Amar Tumballi > > Gluster/GlusterFS Hacker > > [bulde on #gluster/irc.gnu.org] > > http://www.zresearch.com - Commoditizing Super Storage! > > > > _______________________________________________ > Gluster-devel mailing list > Gluster-devel@xxxxxxxxxx > http://lists.nongnu.org/mailman/listinfo/gluster-devel