You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@mesos.apache.org by "Deepesh Reja (JIRA)" <ji...@apache.org> on 2018/06/20 11:41:00 UTC

[jira] [Commented] (MESOS-9011) RPM installs files in /usr/local

    [ https://issues.apache.org/jira/browse/MESOS-9011?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16518061#comment-16518061 ] 

Deepesh Reja commented on MESOS-9011:
-------------------------------------

Ahh.. I see the packages are being built by fpm and the build_mesos script in [https://github.com/mesosphere/mesos-deb-packaging] is creating those symlinks.

> RPM installs files in /usr/local
> --------------------------------
>
>                 Key: MESOS-9011
>                 URL: https://issues.apache.org/jira/browse/MESOS-9011
>             Project: Mesos
>          Issue Type: Bug
>          Components: release
>    Affects Versions: 1.5.1, 1.6.0
>            Reporter: Deepesh Reja
>            Priority: Minor
>
> RPM is installing files in /usr/local/lib which is not correct, it should be installing files in /usr/lib.
> $ rpm -qpl mesos-1.5.0-2.0.1.el7.x86_64.rpm | ag '/usr/local'
> /usr/local/lib/libfixed_resource_estimator-1.5.0.so
> /usr/local/lib/libfixed_resource_estimator.so
> /usr/local/lib/libload_qos_controller-1.5.0.so
> /usr/local/lib/libload_qos_controller.so
> /usr/local/lib/liblogrotate_container_logger-1.5.0.so
> /usr/local/lib/liblogrotate_container_logger.so
> /usr/local/lib/libmesos-1.5.0.so
> /usr/local/lib/libmesos.so
>  
> Can you please take a look? Also, I tried finding source RPM or SPEC file so that I can fix this on my own and submit a patch but couldn't find it.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)