* [LTP] LIBTIRPC Error
@ 2020-04-03 8:32 Pankaj Vinadrao Joshi
2020-04-03 8:51 ` Xiao Yang
[not found] ` <MAXPR0101MB1468C63FD2BF7CD9AF9051E6EEC70@MAXPR0101MB1468.INDPRD01.PROD.OUTLOOK.COM>
0 siblings, 2 replies; 5+ messages in thread
From: Pankaj Vinadrao Joshi @ 2020-04-03 8:32 UTC (permalink / raw)
To: ltp
Hi,
I am trying to run ltp on 5.4.3 kernel with our custom yocto distro but i am facing following issue , i have installed
pkg-config libtirpc-dev libtirpc1 but still the same error is getting encountered,can someone help us to solve it??
./configure: line 6794: syntax error near unexpected token `LIBTIRPC,'
./configure: line 6794: ` PKG_CHECK_MODULES(LIBTIRPC, libtirpc >
Thanks!
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.linux.it/pipermail/ltp/attachments/20200403/44715fc8/attachment.htm>
^ permalink raw reply [flat|nested] 5+ messages in thread* [LTP] LIBTIRPC Error 2020-04-03 8:32 [LTP] LIBTIRPC Error Pankaj Vinadrao Joshi @ 2020-04-03 8:51 ` Xiao Yang 2020-04-03 10:05 ` Petr Vorel [not found] ` <MAXPR0101MB1468C63FD2BF7CD9AF9051E6EEC70@MAXPR0101MB1468.INDPRD01.PROD.OUTLOOK.COM> 1 sibling, 1 reply; 5+ messages in thread From: Xiao Yang @ 2020-04-03 8:51 UTC (permalink / raw) To: ltp On 2020/4/3 16:32, Pankaj Vinadrao Joshi wrote: > Hi, > I am trying to run ltp on 5.4.3 kernel with our custom yocto distro but > i am facing following issue , i have installed > > pkg-config libtirpc-dev libtirpc1 but still the same error is getting > encountered,can someone help us to solve it?? > > > .*/configure: line 6794: syntax error near unexpected token `LIBTIRPC,' > **./configure: line 6794: ` PKG_CHECK_MODULES(LIBTIRPC, libtirpc >* Hi, It seems that pkg-config package(it provides pkg-config command) is not installed on your enviroment. Thanks, Xiao Yang > > Thanks! > > > > ^ permalink raw reply [flat|nested] 5+ messages in thread
* [LTP] LIBTIRPC Error 2020-04-03 8:51 ` Xiao Yang @ 2020-04-03 10:05 ` Petr Vorel 0 siblings, 0 replies; 5+ messages in thread From: Petr Vorel @ 2020-04-03 10:05 UTC (permalink / raw) To: ltp Hi Pankaj, Xiao, > > Hi, > > I am trying to run ltp on 5.4.3 kernel with our custom yocto distro but > > i am facing following issue , i have installed > > pkg-config libtirpc-dev libtirpc1 but still the same error is getting > > encountered,can someone help us to solve it?? > > .*/configure: line 6794: syntax error near unexpected token `LIBTIRPC,' > > **./configure: line 6794: ` PKG_CHECK_MODULES(LIBTIRPC, libtirpc >* > It seems that pkg-config package(it provides pkg-config command) is not > installed on your enviroment. +1 You need to have pkg.m4 (usually /usr/share/aclocal/pkg.m4). Distros might have it in different packages than pkg-config or pkgconf, but they usually install it as a dependency. openSUSE have it in pkgconf-m4, but installed as dependency with pkg-config. Debian have it in pkg-config and pkgconf. Yes, this has been documented on usual places: https://github.com/linux-test-project/ltp/#quick-guide-to-running-the-tests If you have git, autoconf, automake, m4 and pkg-config, the linux headers and the common developer packages installed ... https://github.com/linux-test-project/ltp/blob/master/INSTALL If you want to use auto configuration you also need autoconf-2.61+, automake-1.10+ and pkg-config. (+ also in travis scripts (in travis/ directory) and also in the commit, but both aren't that much visible for users). But apparently that's not enough (you mentioned pkg-config, so you have read the docs. Maybe I should state that the dependency is on pkg-config autotools integration (pkg.m4). Kind regards, Petr ^ permalink raw reply [flat|nested] 5+ messages in thread
[parent not found: <MAXPR0101MB1468C63FD2BF7CD9AF9051E6EEC70@MAXPR0101MB1468.INDPRD01.PROD.OUTLOOK.COM>]
* [LTP] Fw: LIBTIRPC Error [not found] ` <MAXPR0101MB1468C63FD2BF7CD9AF9051E6EEC70@MAXPR0101MB1468.INDPRD01.PROD.OUTLOOK.COM> @ 2020-04-03 9:38 ` Pankaj Vinadrao Joshi [not found] ` <5E870461.1010307@cn.fujitsu.com> 1 sibling, 0 replies; 5+ messages in thread From: Pankaj Vinadrao Joshi @ 2020-04-03 9:38 UTC (permalink / raw) To: ltp adding ltp back ________________________________ From: Pankaj Vinadrao Joshi <Pankaj.VJ@exaleapsemi.com> Sent: Friday, April 3, 2020 2:59 PM To: Xiao Yang <yangx.jy@cn.fujitsu.com> Subject: Fw: LIBTIRPC Error Hi, As i already mentioned in previous mail, i already installed pkg-config libtirpc-dev libtirpc1 but still i am facing same. ________________________________ From: Pankaj Vinadrao Joshi Sent: Friday, April 3, 2020 2:02 PM To: ltp@lists.linux.it <ltp@lists.linux.it> Cc: Deepa Ballari <deepa@exaleapsemi.com> Subject: LIBTIRPC Error Hi, I am trying to run ltp on 5.4.3 kernel with our custom yocto distro but i am facing following issue , i have installed pkg-config libtirpc-dev libtirpc1 but still the same error is getting encountered,can someone help us to solve it?? ./configure: line 6794: syntax error near unexpected token `LIBTIRPC,' ./configure: line 6794: ` PKG_CHECK_MODULES(LIBTIRPC, libtirpc > Thanks! -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.linux.it/pipermail/ltp/attachments/20200403/fb4c6b6f/attachment.htm> ^ permalink raw reply [flat|nested] 5+ messages in thread
[parent not found: <5E870461.1010307@cn.fujitsu.com>]
* [LTP] Fw: LIBTIRPC Error [not found] ` <5E870461.1010307@cn.fujitsu.com> @ 2020-04-03 9:58 ` Xiao Yang 0 siblings, 0 replies; 5+ messages in thread From: Xiao Yang @ 2020-04-03 9:58 UTC (permalink / raw) To: ltp On 2020/4/3 17:39, Xiao Yang wrote: > On 2020/4/3 17:29, Pankaj Vinadrao Joshi wrote: >> Hi, >> As i already mentioned in previous mail, i already installed *pkg-config >> libtirpc-dev libtirpc1 *but still**i am facing same. > Hi, > > Could you do the following steps after installing these packages: > 1) make maintainer-clean > 2) make autotools > 3) ./configure > 3) make Hi Pankaj, Did it solve your problem? Thanks, Xiao Yang ^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2020-04-03 10:05 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-04-03 8:32 [LTP] LIBTIRPC Error Pankaj Vinadrao Joshi
2020-04-03 8:51 ` Xiao Yang
2020-04-03 10:05 ` Petr Vorel
[not found] ` <MAXPR0101MB1468C63FD2BF7CD9AF9051E6EEC70@MAXPR0101MB1468.INDPRD01.PROD.OUTLOOK.COM>
2020-04-03 9:38 ` [LTP] Fw: " Pankaj Vinadrao Joshi
[not found] ` <5E870461.1010307@cn.fujitsu.com>
2020-04-03 9:58 ` Xiao Yang
This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox