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

linux: make install fails when copying libreadline.so #86

Open
casallas opened this issue Apr 13, 2012 · 1 comment
Open

linux: make install fails when copying libreadline.so #86

casallas opened this issue Apr 13, 2012 · 1 comment

Comments

@casallas
Copy link
Contributor

I thought it had something to do with permissions, but I have rwx on that file...

-- 79/202: copying '/home/users/casallas/local/lib/libreadline.so.6'
CMake Error at /home/users/casallas/local/Cellar/cmake/2.8.7/share/cmake/Modules/BundleUtilities.cmake:487 (file):
  file RPATH_REMOVE could not remove RPATH from file:

    /home/users/casallas/local/Cellar/vr-jugglua/1.0/bin/libreadline.so.6

  Error opening file for update.
Call Stack (most recent call first):
  /home/users/casallas/local/Cellar/cmake/2.8.7/share/cmake/Modules/BundleUtilities.cmake:645 (copy_resolved_item_into_bundle)
  src/NavTestbed-fixupbundle-juggler.cmake:56 (fixup_bundle)
  src/cmake_install.cmake:534 (INCLUDE)
  cmake_install.cmake:89 (INCLUDE)


make: *** [install] Error 1
@rpavlik
Copy link
Member

rpavlik commented Apr 13, 2012

that's weird. Particularly since it's not actually properly using readline
anyway. It looks like it's looking in the wrong place again - somehow the
place where libreadline.so.6 actually is isn't ending up in
RUNTIME_LIBRARY_DIRS around line 136 of src/CMakeLists.txt

Ryan

On Fri, Apr 13, 2012 at 4:14 PM, Juan Sebastian Casallas <
reply@reply.github.com

wrote:

I thought it had something to do with permissions, but I have rwx on that
file...

-- 79/202: copying '/home/users/casallas/local/lib/libreadline.so.6'
CMake Error at
/home/users/casallas/local/Cellar/cmake/2.8.7/share/cmake/Modules/BundleUtilities.cmake:487
(file):
 file RPATH_REMOVE could not remove RPATH from file:

   /home/users/casallas/local/Cellar/vr-jugglua/1.0/bin/libreadline.so.6

 Error opening file for update.
Call Stack (most recent call first):
 /home/users/casallas/local/Cellar/cmake/2.8.7/share/cmake/Modules/BundleUtilities.cmake:645
(copy_resolved_item_into_bundle)
 src/NavTestbed-fixupbundle-juggler.cmake:56 (fixup_bundle)
 src/cmake_install.cmake:534 (INCLUDE)
 cmake_install.cmake:89 (INCLUDE)


make: *** [install] Error 1

Reply to this email directly or view it on GitHub:
#86

Ryan Pavlik
HCI Graduate Student
Virtual Reality Applications Center
Iowa State University

rpavlik@iastate.edu
http://academic.cleardefinition.com

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants