I installed flex from sunfreeware.com I'm using GNU Make 3.81 On Thu, 2008-11-06 at 08:29 +0530, Harshavardhana Ranganath wrote: > is that flex which comes by default on the OS during installation?. if > that is the case please install a version from ibiblio.org with > "pkg-get -i flex" and let me know. > > also are you using "GNU make" or solaris default make for compilation? > > On Thu, Nov 6, 2008 at 7:48 AM, rhubbell <rhubbell@xxxxxxxxxxxx> > wrote: > No that fails too, with the same error. > > > > > On Thu, 2008-11-06 at 07:23 +0530, Harshavardhana Ranganath > wrote: > > i need some more details can you run by hand "flex > -t ./spec.l > > > spec.lex.c" ? does it work? > > > > On Thu, Nov 6, 2008 at 12:08 AM, rhubbell > <rhubbell@xxxxxxxxxxxx> > > wrote: > > > > This error earlier is the root cause: > > > > flex -t ./spec.l > 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 > > > > > > flex -V = 2.5.35 > > bison -V = 2.3 > > m4 --version = 1.4.12 > > > > Anyone build experts out there on this list? > > > > > > > > > > On Tue, 2008-11-04 at 19:16 -0800, rhubbell wrote: > > > Undefined first referenced > > > symbol in file > > > yyin > > ../../libglusterfs/src/.libs/libglusterfs.so > > > yylex > > ../../libglusterfs/src/.libs/libglusterfs.so > > > yytext > > ../../libglusterfs/src/.libs/libglusterfs.so > > > ld: fatal: Symbol referencing errors. No output > written > > > to .libs/glusterfs > > > collect2: ld returned 1 exit status > > > make[3]: *** [glusterfs] Error 1 > > > make[3]: Leaving directory > > `/root/glusterfs-1.3.12/glusterfs/src' > > > make[2]: *** [all-recursive] Error 1 > > > make[2]: Leaving directory > > `/root/glusterfs-1.3.12/glusterfs' > > > make[1]: *** [all-recursive] Error 1 > > > make[1]: Leaving directory > `/root/glusterfs-1.3.12' > > > make: *** [all] Error 2 > > > > > > > > > > > > > > > On Wed, 2008-11-05 at 07:50 +0530, Harshavardhana > Ranganath > > wrote: > > > > Replies inline > > > > > > > > On Wed, Nov 5, 2008 at 1:25 AM, rhubbell > > <rhubbell@xxxxxxxxxxxx> > > > > wrote: > > > > On Tue, 2008-11-04 at 15:55 +0530, > Harshavardhana > > Ranganath > > > > wrote: > > > > > SUWhea and SUWarc should be installed > as these > > are some > > > > required > > > > > packages i found out. > > > > > > > > > > > > > > > > Minor correction the packages names are > SUNWhea > > and SUNWarc. > > > > > > > > > > > > > > > > > > On Tue, Nov 4, 2008 at 11:59 AM, > Harshavardhana > > Ranganath > > > > > <harsha@xxxxxxxxxxxxx> wrote: > > > > > > > > > > Yes GlusterFS should be built > with gcc > > and related > > > > tools. Sun > > > > > compiler tools are not > required but > > there are > > > > certain runtime > > > > > libraries in Solaris which are > needed > > even after > > > > installation > > > > > of GCC. > > > > > > > > > > Like for eg : > "/usr/lib/crt1.o" is > > required by GNU > > > > Linker for > > > > > generating object code. > > > > > > > > > > > > I believe this is incorrect if one is > using gcc. > > > > > > > > The correct path would probably be more > like: > > > > > > > /usr/local/lib/gcc/sparc-sun-solaris2.10/3.4.6/crt1.o > > > > > > > > This is gcc specific, but i have seen this error > of having > > > > a /usr/lib/crt1.o from the Solaris run time > libraries. But > > it might be > > > > an issue with the linker or gcc how they are > packaged > > with. > > > > > > > > > > > > > > > > Have you built gluster on Solaris 10 or > know > > anyone who has? > > > > Can you (or them) share details of your > > configuration? > > > > > > > > I am unable to get glusterfs-1.3.12 to > build on > > Solaris 10. > > > > > > > > can you share the build errors you are facing? > > > > > > > > > > > > > > I will search for the package and get > back to > > you. > > > > > > > > > > Regards > > > > > > > > > > > > > > > On Tue, Nov 4, 2008 at 9:18 AM, > rhubbell > > > > > <rhubbell@xxxxxxxxxxxx> wrote: > > > > > > > > > > So no, there are no gluster > packages at > > ibiblio, not > > > > > under the > > > > > > > > > > http://ibiblio.org/pub/solaris/opencsw/stable/sparc/5.10/ > > > > > > > > > > or > > > > > > > > > > > > > > > > > http://ibiblio.org/pub/solaris/opencsw/unstable/sparc/5.10/ > > > > > > > > > > > > > > > > > > > > Can gluster be built without > any Sun > > compiler tools? > > > > > Can it be built completely > with gcc, and > > related > > > > > tools? > > > > > > > > > > > > > > > On Tue, 2008-11-04 at 07:49 > +0530, > > Harshavardhana > > > > > Ranganath wrote: > > > > > > Hi Rhubbell, > > > > > > > > > > > > * Solaris 10 packages are > all > > available on the > > > > > Solaris 10 distributed > > > > > > CD's and also if you need > the > > FreeSoftwares for > > > > > Solaris you need to > > > > > > look at > > http://ibiblio.org/pub/solaris/opencsw/ > > > > (it > > > > > is a Solaris > > > > > > Community Software Archive). > Which can > > be used for > > > > > installing > > > > > > packages. > > > > > > * Relevant things to think > of is you > > need to > > > > install > > > > > some Solaris Core > > > > > > packages related to Sun > Studio > > Compiler which are > > > > > normally not > > > > > > installed by default, i > don't remember > > the proper > > > > > name of the packages > > > > > > though. > > > > > > > > > > > > * Yes we have successfully > tested > > Solaris Server > > > > and > > > > > Linux Clients. > > > > > > > > > > > > Regards > > > > > > On Tue, Nov 4, 2008 at 1:04 > AM, > > rhubbell > > > > > <rhubbell@xxxxxxxxxxxx> > > > > > > wrote: > > > > > > Hello all, > > > > > > > > > > > > Is anyone running on > Solaris > > 10? Can you > > > > > share what you're > > > > > > running? > > > > > > > > > > > > o What packages did > you > > install from? > > > > > > o Where you got the > packages? > > > > > > o If you built from > sources > > could you > > > > share > > > > > with me the > > > > > > config.log? > > > > > > o Any other > relevant things I > > can't think > > > > > of.... (^: > > > > > > > > > > > > o Do you run the > server on > > Solaris with > > > > > other OS clients? > > > > > > > > > > > > Thanks in advance. > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > _______________________________________________ > > > > > > Gluster-devel > mailing list > > > > > > > Gluster-devel@xxxxxxxxxx > > > > > > > > > > > > > > > > http://lists.nongnu.org/mailman/listinfo/gluster-devel > > > > > > > > > > > > > > > > > > > > > > > > -- > > > > > > Harshavardhana > > > > > > [y4m4 on > #gluster@xxxxxxxxxxxxxxxx] > > > > > > "Samudaya TantraShilpi" > > > > > > Z Research Inc - > > http://www.zresearch.com > > > > > > > > > > > > > > > > > > > > > > > > > > > > _______________________________________________ > > > > > Gluster-devel mailing list > > > > > Gluster-devel@xxxxxxxxxx > > > > > > > > > > http://lists.nongnu.org/mailman/listinfo/gluster-devel > > > > > > > > > > > > > > > > > > > > > > > > > -- > > > > > Harshavardhana > > > > > [y4m4 on #gluster@xxxxxxxxxxxxxxxx] > > > > > "Samudaya TantraShilpi" > > > > > Z Research Inc - > http://www.zresearch.com > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > -- > > > > > Harshavardhana > > > > > [y4m4 on #gluster@xxxxxxxxxxxxxxxx] > > > > > "Samudaya TantraShilpi" > > > > > Z Research Inc - http://www.zresearch.com > > > > > > > > > > > _______________________________________________ > > > > > 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 > > > > > > > > > > > > > > > > > > > > -- > > > > Harshavardhana > > > > [y4m4 on #gluster@xxxxxxxxxxxxxxxx] > > > > "Samudaya TantraShilpi" > > > > Z Research Inc - http://www.zresearch.com > > > > > > > > > > > > > > > > _______________________________________________ > > > 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 > > > > > > > > > > -- > > Harshavardhana > > [y4m4 on #gluster@xxxxxxxxxxxxxxxx] > > "Samudaya TantraShilpi" > > Z Research Inc - http://www.zresearch.com > > > > > > > > -- > Harshavardhana > [y4m4 on #gluster@xxxxxxxxxxxxxxxx] > "Samudaya TantraShilpi" > Z Research Inc - http://www.zresearch.com >