Uploaded image for project: 'Qpid'
  1. Qpid
  2. QPID-7617

Install of Ruby components adds extra 'local' into install path

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Open
    • Major
    • Resolution: Unresolved
    • None
    • None
    • Ruby Client
    • None

    Description

      When performing a make install on qpid-cpp, the Ruby site packages are installed into a directory <CMAKE_INSTALL_PREFIX>/local/lib64/... instead of <CMAKE_INSTALL_PREFIX>/lib64/... I have observed this with <CMAKE_INSTALL_PREFIX> set to a local directory, and the install tree looked like this:

      <CMAKE_INSTALL_PREFIX>
      ├── bin
      ├── etc
      ├── include
      ├── lib
      ├── lib64
      ├── libexec
      ├── local
      │   └── lib64
      │       └── ruby
      │           └── site_ruby
      │               ├── cqmf2_ruby.so
      │               └── cqpid_ruby.so
      ├── sbin
      └── share
      

      I have not checked this with a default cmake install prefix.

      Attachments

        Activity

          People

            Unassigned Unassigned
            kpvdr Kim van der Riet
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated: