-
Notifications
You must be signed in to change notification settings - Fork 52
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
"Fail to run pkg-config 1" on local machine and on prerelease.ros.org #355
Comments
Narrowed down the problem a little bit. This doesn't happen with this hrpsys version built in
I'm about to test |
can you check if pkg-config --variable=idldir hrpsys-base works? On Thu, Mar 6, 2014 at 3:54 PM, Isaac Isao Saito
|
On clean terminal (
Strange. Looks like
|
Forgot to add:
|
what will happen if you run -- ryohei On Thu, Mar 6, 2014 at 4:41 PM, Isaac Isao Saito
|
Maybe
|
|
according to the It's strange...
|
Ok I'll see what happens by trying to install |
catkin.cmake displays, env and
is the problem. if you install hrpsys.pc, it should be set. and used in
(https://github.com/start-jsk/rtmros_common/blob/master/hrpsys_ros_bridge/catkin.cmake#L25) but since you installed hrpsys as deb file, the hrpsys-base.pc should be located in $ENV{PKG_CONFIG_PATH}. |
Sorry I'm looking at different log (http://jenkins.ros.org/job/prerelease-hydro-rtmros_common/ARCH_PARAM=amd64,UBUNTU_PARAM=precise,label=prerelease/7/console) this one is correct. I look into hrpsys deb file (http://packages.ros.org/ros-shadow-fixed/ubuntu/pool/main/r/ros-hydro-hrpsys/ros-hydro-hrpsys_315.1.8-0precise-20140305-1814-+0000_i386.deb) and hrpsys-base.pc is not exists, thats strange... |
I think with start-jsk/hrpsys@7dc1745 this issue can also be fixed. Closing for now. |
Using current source (604012a),
from jenkins.ros.org,
Locally,
Looks like
pkg-config
is running fine.The text was updated successfully, but these errors were encountered: