[Paraview-developers] VTK third party changes breaking paraview dashboards

Allie Vacanti allison.vacanti at kitware.com
Wed Feb 7 07:06:59 EST 2018


Looking much better this morning, thanks for the fixes, Ben and Shawn! I'm
looking into the other failures, should have something soon.

On Tue, Feb 6, 2018 at 10:59 AM, Shawn Waldon <shawn.waldon at kitware.com>
wrote:

> I've installed eigen3-devel on vall, so that should go away and I'm
> working on the patch for libharu.
>
> On Tue, Feb 6, 2018 at 9:36 AM, Ken Martin <ken.martin at kitware.com> wrote:
>
>> I ran into the tiff haru issue a few days ago as well. I think there are
>> also some CMake issues on Win32 as I had to locally modify some cmakelists
>> to get cmake to run ala a hack ... otherwise cmake complains about an
>> incorrect number of arguments to set_target_properties probably because the
>> SO_COMPATVERSION is empty.
>>
>> diff --git a/ThirdParty/tiff/vtktiff/libtiff/CMakeLists.txt
>> b/ThirdParty/tiff/vtktiff/libtiff/CMakeLists.txtindex 15fd8ad..bc37dfa
>> 100644
>> --- a/ThirdParty/tiff/vtktiff/libtiff/CMakeLists.txt
>> +++ b/ThirdParty/tiff/vtktiff/libtiff/CMakeLists.txt
>> @@ -162,7 +162,7 @@ endif ()
>>  if(cxx)
>>    add_library(tiffxx ${tiffxx_SOURCES} ${tiffxx_HEADERS})
>>    target_link_libraries(tiffxx tiff)
>> -  set_target_properties(tiffxx PROPERTIES SOVERSION ${SO_COMPATVERSION})
>> +#  set_target_properties(tiffxx PROPERTIES SOVERSION ${SO_COMPATVERSION})
>>    if(NOT CYGWIN)
>>      # This property causes shared libraries on Linux to have the full
>> version
>>      # encoded into their final filename.  We disable this on Cygwin
>> because
>>
>>
>>
>> On Tue, Feb 6, 2018 at 9:10 AM, Allie Vacanti <
>> allison.vacanti at kitware.com> wrote:
>>
>>> Hi guys,
>>>
>>> Looks like there are some dashboard issues on paraview related to the
>>> recent third party changes. Is anyone working on these?
>>>
>>> Looks like vall needs Eigen3 installed:
>>>
>>> https://open.cdash.org/viewConfigure.php?buildid=5248512
>>>
>>> The new libtiff/libharu aren't playing nicely (missing mangled syms?)
>>>
>>> https://open.cdash.org/viewBuildError.php?buildid=5248537
>>> https://open.cdash.org/viewBuildError.php?buildid=5248527
>>>
>>> Allie
>>>
>>> _______________________________________________
>>> Powered by www.kitware.com
>>>
>>> Visit other Kitware open-source projects at
>>> http://www.kitware.com/opensource/opensource.html
>>>
>>> Search the list archives at: http://markmail.org/search/?q=
>>> Paraview-developers
>>>
>>> Follow this link to subscribe/unsubscribe:
>>> https://paraview.org/mailman/listinfo/paraview-developers
>>>
>>>
>>
>>
>> --
>> Ken Martin PhD
>> Distinguished Engineer
>> Kitware Inc.
>> 28 Corporate Drive
>> <https://maps.google.com/?q=28+Corporate+Drive+Clifton+Park+NY+12065&entry=gmail&source=g>
>> Clifton Park NY 12065
>> <https://maps.google.com/?q=28+Corporate+Drive+Clifton+Park+NY+12065&entry=gmail&source=g>
>>
>> This communication, including all attachments, contains confidential and
>> legally privileged information, and it is intended only for the use of the
>> addressee.  Access to this email by anyone else is unauthorized. If you are
>> not the intended recipient, any disclosure, copying, distribution or any
>> action taken in reliance on it is prohibited and may be unlawful. If you
>> received this communication in error please notify us immediately and
>> destroy the original message.  Thank you.
>>
>> _______________________________________________
>> Powered by www.kitware.com
>>
>> Visit other Kitware open-source projects at
>> http://www.kitware.com/opensource/opensource.html
>>
>> Search the list archives at: http://markmail.org/search/?q=
>> Paraview-developers
>>
>> Follow this link to subscribe/unsubscribe:
>> https://paraview.org/mailman/listinfo/paraview-developers
>>
>>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://paraview.org/pipermail/paraview-developers/attachments/20180207/d13af0db/attachment.html>


More information about the Paraview-developers mailing list