ros / roslisp_common

Clone of the old roslisp_common SVN repo from code.ros.org.
8 stars 14 forks source link

Added missing asdf directory #22

Closed fairlight1337 closed 9 years ago

fairlight1337 commented 9 years ago

CMake complains when doing INSTALL if this directory is not present (or, more specifially, the .asdf file inside).

airballking commented 9 years ago

I'm skeptical about this change. In the past Bloom would file on symbolic links during releasing. As a reaction, I scrapped all symlinks from this repository.

I'll try to reproduce Jan's original CMake error.

airballking commented 9 years ago

Hmm, I just ran catkin_make and catkin_make install on a new workspace with only roslisp_common inside. Both worked fine.

@fairlight1337 What exactly did you do to produce the error?

fairlight1337 commented 9 years ago

I thought this might be related to an issue I get on the Travis CI build farm:

https://s3.amazonaws.com/archive.travis-ci.org/jobs/51346630/log.txt

Scroll all the way down. Is this actually caused by the missing asdf directory?

fairlight1337 commented 9 years ago

After discussing this in person, I'm closing this as it is deprecated and probably harm-/useless.