[CMake] CPack - Transaction error
Domen Vrankar
domen.vrankar at gmail.com
Tue May 9 09:24:44 EDT 2017
>
> Transaction check error:
> file /opt from install of ssp-suite-7.1-1.x86_64 conflicts with file
> from package filesystem-3.2-21.el7.x86_64
>
> Error Summary
>
Directory /opt is already owned by filesystem package but is not
listed in CPACK_RPM_EXCLUDE_FROM_AUTO_FILELIST
variable.
Add /opt (and possibly other directories owned by other packages) to
CPACK_RPM_EXCLUDE_FROM_AUTO_FILELIST_ADDITION [1]
<https://cmake.org/cmake/help/v3.5/module/CPackRPM.html?highlight=cpack_rpm_exclude_from_auto_filelist#variable:CPACK_RPM_EXCLUDE_FROM_AUTO_FILELIST_ADDITION>
which is appended to paths listed in
CPACK_RPM_EXCLUDE_FROM_AUTO_FILELIST.
[1]
https://cmake.org/cmake/help/v3.5/module/CPackRPM.html?highlight=cpack_rpm_exclude_from_auto_filelist#variable:CPACK_RPM_EXCLUDE_FROM_AUTO_FILELIST_ADDITION
Regards,
Domen
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://public.kitware.com/pipermail/cmake/attachments/20170509/60436045/attachment.html>
More information about the CMake
mailing list