Building moveit from source on a debian jessie install on a hP Xeon Proliant server.
rosdep
Unable to locate package libfcl-0.5-dev
Couldn't find any package by regex 'libfcl-0.5.dev'
my last issue was because my `sources.list` was messed, up and I did a `apt-get update` and solve it, if this has any bearing....
Thanks for all the assistance.
---
Edit:
rosdep install --from-paths . --ignore-src --rosdistro indigo
executing command [sudo -H apt-get install libfcl-0.5-dev]
Reading package lists... Done
Building dependency tree
Reading state information... Done
E: Unable to locate package libfcl-0.5-dev
E: Couldn't find any package by regex 'libfcl-0.5-dev'
ERROR: the following rosdeps failed to install
apt: command [sudo -H apt-get install libfcl-0.5-dev] failed
Indigo Branch
I think the stray period was my fingers....sorry for the confusion..... How do I verify amd64 or i386? If I remember correctly, i386.
---
Edit: Here is:
$ uname -a
Linux hpdeb 3.16.0-4-686-pae #1 SMP Debian 3.16.39-1 (2016-12-30) i686 GNU/Linux
and:
$ file /sbin/init
/sbin/init: symbolic link to /lib/systemd/systemd
↧