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

--

Powered by www.kitware.com

Please keep messages on-topic and check the CMake FAQ at: 
http://www.cmake.org/Wiki/CMake_FAQ

Kitware offers various services to support the CMake community. For more 
information on each offering, please visit:

CMake Support: http://cmake.org/cmake/help/support.html
CMake Consulting: http://cmake.org/cmake/help/consulting.html
CMake Training Courses: http://cmake.org/cmake/help/training.html

Visit other Kitware open-source projects at 
http://www.kitware.com/opensource/opensource.html

Follow this link to subscribe/unsubscribe:
http://public.kitware.com/mailman/listinfo/cmake-developers

Reply via email to