|
View:
New views
6 Messages
—
Rating Filter:
Alert me
|
|
|
LDTP installation on FC3Hi All,
I am new to LDTP. I want to install LDTP on FC3. i downloaded source from http://ldtp.freedesktop.org/wiki/Download. I used following commands to compile source: ./configure make when i run make following error displayed: ..... client-handler.c: In function `handle_request': client-handler.c:1868: error: `SPI_ROLE_LINK' undeclared (first use in this func tion) client-handler.c:1868: error: (Each undeclared identifier is reported only once client-handler.c:1868: error: for each function it appears in.) client-handler.c:1891: error: `SPI_ROLE_ENTRY' undeclared (first use in this fun ction) make[2]: *** [client-handler.o] Error 1 make[2]: Leaving directory `/root/ldtp-1.7.1/src' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory `/root/ldtp-1.7.1' make: *** [all] Error 2 --------------------------------------------------------- I would like to know whether ldtp supported on fc3? What are the steps to install ldtp on fc3 ? |
|
|
Re: LDTP installation on FC3Hello Rachit,
rachit.gupta wrote: > Hi All, > > I am new to LDTP. I want to install LDTP on FC3. i downloaded source from > http://ldtp.freedesktop.org/wiki/Download. I used following commands to > compile source: > ./configure > make > Could you please try: ./configure --enable-newroles=no make sudo make install > when i run make following error displayed: > ..... > client-handler.c: In function `handle_request': > client-handler.c:1868: error: `SPI_ROLE_LINK' undeclared (first use in this > func tion) > client-handler.c:1868: error: (Each undeclared identifier is reported only > once > client-handler.c:1868: error: for each function it appears in.) > client-handler.c:1891: error: `SPI_ROLE_ENTRY' undeclared (first use in this > fun ction) > make[2]: *** [client-handler.o] Error 1 > make[2]: Leaving directory `/root/ldtp-1.7.1/src' > make[1]: *** [all-recursive] Error 1 > make[1]: Leaving directory `/root/ldtp-1.7.1' > make: *** [all] Error 2 > --------------------------------------------------------- > > I would like to know whether ldtp supported on fc3? What are the steps to > install ldtp on fc3 ? > Thanks Nagappan > > > -- Linux Desktop Testing Project - http://ldtp.freedesktop.org http://nagappanal.blogspot.com _______________________________________________ LDTP-dev mailing list LDTP-dev@... http://lists.freedesktop.org/mailman/listinfo/ldtp-dev |
|
|
Re: LDTP installation on FC3Hello Nagappan,
Thanks for you information. Actually we need to automate testing of one appplication that is currently supported on fc3. I have tried following: ./configure --enable-newroles=no make Following is the error status :( client-handler.o(.text+0xa1a): In function `get_current_children': /root/ldtp-1.7.1/src/client-handler.c:805: undefined reference to `g_strv_length' client-handler.o(.text+0x30d9): In function `handle_client': /root/ldtp-1.7.1/src/client-handler.c:879: undefined reference to `g_strv_length' collect2: ld returned 1 exit status make[2]: *** [ldtp] Error 1 make[2]: Leaving directory `/root/ldtp-1.7.1/src' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory `/root/ldtp-1.7.1' make: *** [all] Error 2 Any other suggestions ?? Thanks in advance
|
|
|
Re: LDTP installation on FC3Hello Rachit,
In this case, I suggest you to try LDTP 1.5.x release. Thanks Nagappan ________________________________________ From: ldtp-dev-bounces@... [ldtp-dev-bounces@...] On Behalf Of rachit.gupta [r.rachit@...] Sent: Wednesday, September 16, 2009 9:01 PM To: ldtp-dev@... Subject: Re: [LDTP-Dev] LDTP installation on FC3 Hello Nagappan, Thanks for you information. Actually we need to automate testing of one appplication that is currently supported on fc3. I have tried following: ./configure --enable-newroles=no make Following is the error status :( client-handler.o(.text+0xa1a): In function `get_current_children': /root/ldtp-1.7.1/src/client-handler.c:805: undefined reference to `g_strv_length' client-handler.o(.text+0x30d9): In function `handle_client': /root/ldtp-1.7.1/src/client-handler.c:879: undefined reference to `g_strv_length' collect2: ld returned 1 exit status make[2]: *** [ldtp] Error 1 make[2]: Leaving directory `/root/ldtp-1.7.1/src' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory `/root/ldtp-1.7.1' make: *** [all] Error 2 Any other suggestions ?? Thanks in advance Nagappan A wrote: > > Hello Rachit, > > rachit.gupta wrote: >> Hi All, >> >> I am new to LDTP. I want to install LDTP on FC3. i downloaded source from >> http://ldtp.freedesktop.org/wiki/Download. I used following commands to >> compile source: >> ./configure >> make >> > Could you please try: > > ./configure --enable-newroles=no > make > sudo make install >> when i run make following error displayed: >> ..... >> client-handler.c: In function `handle_request': >> client-handler.c:1868: error: `SPI_ROLE_LINK' undeclared (first use in >> this >> func tion) >> client-handler.c:1868: error: (Each undeclared identifier is reported >> only >> once >> client-handler.c:1868: error: for each function it appears in.) >> client-handler.c:1891: error: `SPI_ROLE_ENTRY' undeclared (first use in >> this >> fun ction) >> make[2]: *** [client-handler.o] Error 1 >> make[2]: Leaving directory `/root/ldtp-1.7.1/src' >> make[1]: *** [all-recursive] Error 1 >> make[1]: Leaving directory `/root/ldtp-1.7.1' >> make: *** [all] Error 2 >> --------------------------------------------------------- >> >> I would like to know whether ldtp supported on fc3? What are the steps to >> install ldtp on fc3 ? >> > FC3 is pretty old :) I think, the current released version is Fedora 11. > > Thanks > Nagappan >> > >> >> > > -- > Linux Desktop Testing Project - http://ldtp.freedesktop.org > http://nagappanal.blogspot.com > > _______________________________________________ > LDTP-dev mailing list > LDTP-dev@... > http://lists.freedesktop.org/mailman/listinfo/ldtp-dev > > -- View this message in context: http://www.nabble.com/LDTP-installation-on-FC3-tp25430763p25484781.html Sent from the Free Desktop - LDTP mailing list archive at Nabble.com. _______________________________________________ LDTP-dev mailing list LDTP-dev@... http://lists.freedesktop.org/mailman/listinfo/ldtp-dev _______________________________________________ LDTP-dev mailing list LDTP-dev@... http://lists.freedesktop.org/mailman/listinfo/ldtp-dev |
|
|
Re: LDTP installation on FC3Thanks Nagappan..
I am able to make LDTP 1.5.0 on FC3. After compilation this version of LDTP, i am not able to locate ldtprecord. Is ldtprecord supported in 1.5.0?? Regards, Rachit
|
|
|
Re: LDTP installation on FC3Hello Rachit,
I suggest to write scripts manually than relying on ldtprecord. ldtprecord is not stable enough and its not production ready yet. But the execution engine, is ready for production environment and being used in VMware, Ubuntu, Palm Source. Thanks Nagappan rachit.gupta wrote: > Thanks Nagappan.. > > I am able to make LDTP 1.5.0 on FC3. After compilation this version of LDTP, > i am not able to locate ldtprecord. Is ldtprecord supported in 1.5.0?? > > Regards, > Rachit > > > > Nagappan A wrote: > >> Hello Rachit, >> >> In this case, I suggest you to try LDTP 1.5.x release. >> >> Thanks >> Nagappan >> >> ________________________________________ >> From: ldtp-dev-bounces@... >> [ldtp-dev-bounces@...] On Behalf Of rachit.gupta >> [r.rachit@...] >> Sent: Wednesday, September 16, 2009 9:01 PM >> To: ldtp-dev@... >> Subject: Re: [LDTP-Dev] LDTP installation on FC3 >> >> Hello Nagappan, >> >> Thanks for you information. Actually we need to automate testing of one >> appplication that is currently supported on fc3. I have tried following: >> >> ./configure --enable-newroles=no >> make >> >> Following is the error status :( >> >> client-handler.o(.text+0xa1a): In function `get_current_children': >> /root/ldtp-1.7.1/src/client-handler.c:805: undefined reference to >> `g_strv_length' >> client-handler.o(.text+0x30d9): In function `handle_client': >> /root/ldtp-1.7.1/src/client-handler.c:879: undefined reference to >> `g_strv_length' >> collect2: ld returned 1 exit status >> make[2]: *** [ldtp] Error 1 >> make[2]: Leaving directory `/root/ldtp-1.7.1/src' >> make[1]: *** [all-recursive] Error 1 >> make[1]: Leaving directory `/root/ldtp-1.7.1' >> make: *** [all] Error 2 >> >> Any other suggestions ?? >> >> Thanks in advance >> >> >> Nagappan A wrote: >> >>> Hello Rachit, >>> >>> rachit.gupta wrote: >>> >>>> Hi All, >>>> >>>> I am new to LDTP. I want to install LDTP on FC3. i downloaded source >>>> from >>>> http://ldtp.freedesktop.org/wiki/Download. I used following commands to >>>> compile source: >>>> ./configure >>>> make >>>> >>>> >>> Could you please try: >>> >>> ./configure --enable-newroles=no >>> make >>> sudo make install >>> >>>> when i run make following error displayed: >>>> ..... >>>> client-handler.c: In function `handle_request': >>>> client-handler.c:1868: error: `SPI_ROLE_LINK' undeclared (first use in >>>> this >>>> func tion) >>>> client-handler.c:1868: error: (Each undeclared identifier is reported >>>> only >>>> once >>>> client-handler.c:1868: error: for each function it appears in.) >>>> client-handler.c:1891: error: `SPI_ROLE_ENTRY' undeclared (first use in >>>> this >>>> fun ction) >>>> make[2]: *** [client-handler.o] Error 1 >>>> make[2]: Leaving directory `/root/ldtp-1.7.1/src' >>>> make[1]: *** [all-recursive] Error 1 >>>> make[1]: Leaving directory `/root/ldtp-1.7.1' >>>> make: *** [all] Error 2 >>>> --------------------------------------------------------- >>>> >>>> I would like to know whether ldtp supported on fc3? What are the steps >>>> to >>>> install ldtp on fc3 ? >>>> >>>> >>> FC3 is pretty old :) I think, the current released version is Fedora 11. >>> >>> Thanks >>> Nagappan >>> >>>> >>> -- >>> Linux Desktop Testing Project - http://ldtp.freedesktop.org >>> http://nagappanal.blogspot.com >>> >>> _______________________________________________ >>> LDTP-dev mailing list >>> LDTP-dev@... >>> http://lists.freedesktop.org/mailman/listinfo/ldtp-dev >>> >>> >>> >> -- >> View this message in context: >> http://www.nabble.com/LDTP-installation-on-FC3-tp25430763p25484781.html >> Sent from the Free Desktop - LDTP mailing list archive at Nabble.com. >> >> _______________________________________________ >> LDTP-dev mailing list >> LDTP-dev@... >> http://lists.freedesktop.org/mailman/listinfo/ldtp-dev >> _______________________________________________ >> LDTP-dev mailing list >> LDTP-dev@... >> http://lists.freedesktop.org/mailman/listinfo/ldtp-dev >> >> >> > > -- Linux Desktop Testing Project - http://ldtp.freedesktop.org http://nagappanal.blogspot.com _______________________________________________ LDTP-dev mailing list LDTP-dev@... http://lists.freedesktop.org/mailman/listinfo/ldtp-dev |
| Free embeddable forum powered by Nabble | Forum Help |