Skip to content
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

headers not installed for system install #1

Open
moriarty opened this issue Jun 12, 2016 · 0 comments
Open

headers not installed for system install #1

moriarty opened this issue Jun 12, 2016 · 0 comments

Comments

@moriarty
Copy link
Member

When trying to do a system install, the headers are not installed.

Steps to reproduce:

  1. make
  2. sudo make install

@timn I think this is coming from this bit of the makefile system: (https://github.com/robocup-industrial/rci_pb_msgs/blob/master/etc/buildsys/btypes/rules_sysinstall.mk#L158)

I've just copied the newer buildsys files. Could you please take a look?

Output:

alex at alex-linux-desktop in rci_pb_msgs on master
$ sudo make install
--> Entering sub-directory src
   --> Entering sub-directory src/atwork_pb_msgs
      --- Copying library protobuf/libatwork_pb_msgs to /usr/local/lib64/protobuf/libatwork_pb_msgs.so.0.1.0
      --- Creating symlink /usr/local/lib64/rci_pb_msgs/protobuf/libatwork_pb_msgs.so.0 -> libatwork_pb_msgs.so.0.1.0
      --- Creating symlink /usr/local/lib64/rci_pb_msgs/protobuf/libatwork_pb_msgs.so -> libatwork_pb_msgs.so.0.1.0
      --- Copying pkg-config file atwork_pb_msgs to /usr/local/lib64/pkgconfig/atwork_pb_msgs.pc
      <-- Leaving src/atwork_pb_msgs
   --> Entering sub-directory src/atwork_device_pb_msgs
      --- Copying library protobuf/atwork_device_pb_msgs to /usr/local/lib64/protobuf/atwork_device_pb_msgs.so.0.1.0
      --- Creating symlink /usr/local/lib64/protobuf/atwork_device_pb_msgs.so.0 -> atwork_device_pb_msgs.so.0.1.0
      --- Creating symlink /usr/local/lib64/protobuf/atwork_device_pb_msgs.so -> atwork_device_pb_msgs.so.0.1.0
      --- Copying library protobuf/libatwork_device_pb_msgs to /usr/local/lib64/protobuf/libatwork_device_pb_msgs.so.0.1.0
      --- Creating symlink /usr/local/lib64/rci_pb_msgs/protobuf/libatwork_device_pb_msgs.so.0 -> libatwork_device_pb_msgs.so.0.1.0
      --- Creating symlink /usr/local/lib64/rci_pb_msgs/protobuf/libatwork_device_pb_msgs.so -> libatwork_device_pb_msgs.so.0.1.0
      --- Copying pkg-config file atwork_device_pb_msgs to /usr/local/lib64/pkgconfig/atwork_device_pb_msgs.pc
      <-- Leaving src/atwork_device_pb_msgs
   --> Entering sub-directory src/rcll_pb_msgs
      --- Copying library protobuf/rcll_pb_msgs to /usr/local/lib64/protobuf/rcll_pb_msgs.so.0.1.0
      --- Creating symlink /usr/local/lib64/protobuf/rcll_pb_msgs.so.0 -> rcll_pb_msgs.so.0.1.0
      --- Creating symlink /usr/local/lib64/protobuf/rcll_pb_msgs.so -> rcll_pb_msgs.so.0.1.0
      --- Copying library protobuf/librcll_pb_msgs to /usr/local/lib64/protobuf/librcll_pb_msgs.so.0.1.0
      --- Creating symlink /usr/local/lib64/rci_pb_msgs/protobuf/librcll_pb_msgs.so.0 -> librcll_pb_msgs.so.0.1.0
      --- Creating symlink /usr/local/lib64/rci_pb_msgs/protobuf/librcll_pb_msgs.so -> librcll_pb_msgs.so.0.1.0
      --- Copying pkg-config file rcll_pb_msgs to /usr/local/lib64/pkgconfig/rcll_pb_msgs.pc
      <-- Leaving src/rcll_pb_msgs
   <-- Leaving src
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

1 participant