[cmake-developers] [CMake 0011944]: CPackDeb: Support dependencies between components/Debian packages

Raffi Enficiaud raffi.enficiaud at mines-paris.org
Fri May 8 10:28:03 EDT 2015


Le 08/05/15 07:54, Domen Vrankar a écrit :
>>> Would you please add
>>> set( CPACK_DEBIAN_PACKAGE_DEBUG ON)
>>>
>>> to the file
>>> MyLibCPackConfig-splitted-components-depend2.cmake.in
>>>
>>> so that we also have the debug logs?
>>
>> I currently don't have access to my computer so I'll send you that in
>> about a week.
>
> Sorry I forgot about this...
>
> Attached is verbose output and patch that I was using (slightly
> modified patch that you provided rebased to current master).
>

Hi,

In fact, CPACK_DEBIAN_PACKAGE_DEBUG ON does not produce the desired 
effect. The messages executed inside the CPackDeb.cmake are redirected 
for some reason to the error stream.

Would you please add the following to line 61, file 
RunCPackVerifyResult.cmake

message(STATUS "CPack_error=${CPack_error}")

It also looks like the definition of the 
CPACK_DEBIAN_APPLICATIONS_PACKAGE_DEPENDS (equals to an empty string in 
the test) has precedence over the shlibdeps output.

Thanks,
Raffi



More information about the cmake-developers mailing list