CFD Online Logo CFD Online URL
www.cfd-online.com
[Sponsors]
Home > Forums > Software User Forums > OpenFOAM > OpenFOAM Installation

[Other] ParaView 5.6 installation problem on Linux Mint

Register Blogs Community New Posts Updated Threads Search

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   May 21, 2020, 14:07
Question ParaView 5.6 installation problem on Linux Mint
  #1
Member
 
Wowbagger's Avatar
 
Michael S.
Join Date: May 2020
Location: Hamburg, Germany
Posts: 47
Rep Power: 5
Wowbagger is on a distinguished road
Send a message via Skype™ to Wowbagger
Hello everyone,

I try to get familar with Linux and Openfoam.
So while trying a few attempts I got better but never succed completely.

The remaining problem is ParaView. In the log file it showes me 18 fails which I am so far not able to fix.


System is Linux Mint 19.3
I followed this installation:

https://openfoamwiki.net/index.php/I...7/Ubuntu/18.04


Anybody an idea?


Best regards
Michael



I had to shorten the logfile so I hope the relevant passages are still remaining. Shortened log.makePV is:


Code:
 
ParaView-5.6.0 exists.  Not downloading...
----
Python information:
    executable     : /usr/bin/python
    version        : 2.7
    include path   : /usr/include/python2.7
    library        : /usr/lib/x86_64-linux-gnu/libpython2.7.so.1.0

ParaView_SOURCE_DIR=/home/michel/OpenFOAM/ThirdParty-7/ParaView-5.6.0
ParaView_BINARY_DIR=/home/michel/OpenFOAM/ThirdParty-7/build/linux64Gcc/ParaView-5.6.0
ParaView_DIR=/home/michel/OpenFOAM/ThirdParty-7/platforms/linux64Gcc/ParaView-5.6.0
sed: /home/michel/OpenFOAM/ThirdParty-7/ParaView-5.6.0/VTK/Utilities/kwsys/kwsysDateStamp.cmake kann nicht gelesen werden: Datei oder Verzeichnis nicht gefunden
date-stamp: 

Build stages selected
---------------------
    -config   true
    -make     true
    -install  true
---------------------
Features selected
    mesa      false
    mpi       true
    python    true
    qt        true
---------------------
Version information
    qt        5.9.5
    version   5.6.0
    major     5.6
    build     Release
MISMATCH!
    specified 5.6.0
    found     
---------------------
removing old build directory
    /home/michel/OpenFOAM/ThirdParty-7/build/linux64Gcc/ParaView-5.6.0
----
Configuring paraview-5.6.0 (major version: 5.6)
    MPI    support : true
    Python support : true
    MESA   support : false
    Qt dev support : true
    Source         : /home/michel/OpenFOAM/ThirdParty-7/ParaView-5.6.0
    Build          : /home/michel/OpenFOAM/ThirdParty-7/build/linux64Gcc/ParaView-5.6.0
    Target         : /home/michel/OpenFOAM/ThirdParty-7/platforms/linux64Gcc/ParaView-5.6.0
    Build type     : Release
----

cmake -DCMAKE_INSTALL_PREFIX:PATH=/home/michel/OpenFOAM/ThirdParty-7/platforms/linux64Gcc/ParaView-5.6.0 -DBUILD_SHARED_LIBS:BOOL=ON -DVTK_USE_RPATH:BOOL=OFF -DPARAVIEW_INSTALL_DEVELOPMENT_FILES:BOOL=ON -DBUILD_TESTING:BOOL=OFF -DPARAVIEW_USE_MPI=ON -DVTK_USE_MPI=ON -DVTK_MPI_MAX_NUMPROCS=32 -DPARAVIEW_ENABLE_PYTHON=ON -DPYTHON_INCLUDE_PATH=/usr/include/python2.7 -DPYTHON_LIBRARY=/usr/lib/x86_64-linux-gnu/libpython2.7.so.1.0 -DPARAVIEW_BUILD_QT_GUI=ON -DPARAVIEW_QT_VERSION=5 -DVTK_RENDERING_BACKEND=OpenGL2 -DCMAKE_BUILD_TYPE:STRING=Release /home/michel/OpenFOAM/ThirdParty-7/ParaView-5.6.0

----

...

-- Performing Test COMPILER_SUPPORT_Wshorten64to32
-- Performing Test COMPILER_SUPPORT_Wshorten64to32 - Failed

...

-- Performing Test COMPILER_SUPPORT_Wenumconversion
-- Performing Test COMPILER_SUPPORT_Wenumconversion - Failed
-- Performing Test COMPILER_SUPPORT_Wcpp11extensions
-- Performing Test COMPILER_SUPPORT_Wcpp11extensions - Failed

...

-- Performing Test COMPILER_SUPPORT_wd981 - Failed
-- Performing Test COMPILER_SUPPORT_wd2304
-- Performing Test COMPILER_SUPPORT_wd2304 - Failed
-- Performing Test COMPILER_SUPPORT_STRICTANSI
-- Performing Test COMPILER_SUPPORT_STRICTANSI - Failed
-- Performing Test COMPILER_SUPPORT_Qunusedarguments
-- Performing Test COMPILER_SUPPORT_Qunusedarguments - Failed

...

-- Check size of __int64
-- Check size of __int64 - failed
-- Check size of unsigned __int64
-- Check size of unsigned __int64 - failed

...

-- Check size of __int64
-- Check size of __int64 - failed

...

-- Performing Other Test HAVE___TM_GMTOFF - Failed

...

-- Performing Other Test HAVE_TM_ZONE - Failed
-- Performing Other Test HAVE_STRUCT_TM_TM_ZONE - Failed

...

-- Performing Other Test HAVE_STRUCT_VIDEOCONFIG - Failed
-- Performing Other Test HAVE_STRUCT_TEXT_INFO - Failed

...

-- Check size of longlong
-- Check size of longlong - failed

...

-- Check size of uchar
-- Check size of uchar - failed

...

CMake Deprecation Warning at ThirdParty/IceT/vtkicet/CMakeLists.txt:14 (CMAKE_POLICY):
  The OLD behavior for policy CMP0017 will be removed from a future version
  of CMake.

  The cmake-policies(7) manual explains that the OLD behaviors of all
  policies are deprecated and that a policy should be set to OLD only under
  specific short-term circumstances.  Projects should be ported to the NEW
  behavior and not rely on setting a policy to OLD.


...

-- Check size of __int64
-- Check size of __int64 - failed

...
Wowbagger is offline   Reply With Quote

Old   May 26, 2020, 13:20
Default Attached Files from last attempt
  #2
Member
 
Wowbagger's Avatar
 
Michael S.
Join Date: May 2020
Location: Hamburg, Germany
Posts: 47
Rep Power: 5
Wowbagger is on a distinguished road
Send a message via Skype™ to Wowbagger
Hi again,

I tried a few attemds more but unfornately without more success than before.
I attached a longer version of the log.makePV and the CMakeError.log for the folder "/home/michel/OpenFOAM/ThirdParty-7/build/linux64Gcc/ParaView-5.6.0/CMakeFiles"

Maybe anybody have an idea?


Best regards
michael
Attached Files
File Type: txt CMakeError.log.txt (118.8 KB, 4 views)
File Type: txt log.makePV_short.txt (42.8 KB, 2 views)
Wowbagger is offline   Reply With Quote

Old   June 7, 2020, 07:10
Default ParaView 5.6 installation problem on Ubuntu 20.04 LTS
  #3
New Member
 
Zuhaib Nissar
Join Date: Jul 2018
Location: Kashmir, India
Posts: 2
Rep Power: 0
Zuhaib Nissar is on a distinguished road
Hello Michael,


I am facing the same issue while building Paraview 5.6. Did you figure out the issue?


Regards
Zuhaib
Attached Files
File Type: zip log.makePV.zip (23.2 KB, 2 views)
Zuhaib Nissar is offline   Reply With Quote

Old   June 7, 2020, 08:23
Default
  #4
Member
 
Wowbagger's Avatar
 
Michael S.
Join Date: May 2020
Location: Hamburg, Germany
Posts: 47
Rep Power: 5
Wowbagger is on a distinguished road
Send a message via Skype™ to Wowbagger
Hi Zuhaib,



I did not figure out this problem.

But to be honest my problem was a false understanding in the software preparation itself.


While trying again and again I figured out that I do not have to build it from source.

I did it as discribed here. Works fine for me:

https://openfoam.org/download/7-ubuntu/


My false understanding is the mixing up of installing and compiling I think.
Hope this is usefull for you.


Regards
Michael
Wowbagger is offline   Reply With Quote

Old   June 10, 2020, 06:22
Default
  #5
New Member
 
Zuhaib Nissar
Join Date: Jul 2018
Location: Kashmir, India
Posts: 2
Rep Power: 0
Zuhaib Nissar is on a distinguished road
Hi Michael,


Sorry for the delay in my reply.
Earlier I could install and built OpenFOAM using the link given below;



https://openfoamwiki.net/index.php/I...7/Ubuntu/20.04


I was able to follow through the instructions clearly and it looked easy. I followed this link for installation as I was following OpenFOAM tutorials which were based on this version of installation.



However, lately because of some issues I had to format my system and reinstall Ubuntu 20.04 LTS right from the scratch. I am now facing issues while building Paraview 5.6 as one can see in my log.makePV file.


I wish if somebody expert from the OpenFOAM community could have a look at it and help me resolve it.



Many Thanks
Zuhaib
Attached Files
File Type: zip log.makePV.zip (23.2 KB, 1 views)
Zuhaib Nissar is offline   Reply With Quote

Old   June 14, 2020, 13:16
Default
  #6
Member
 
Wowbagger's Avatar
 
Michael S.
Join Date: May 2020
Location: Hamburg, Germany
Posts: 47
Rep Power: 5
Wowbagger is on a distinguished road
Send a message via Skype™ to Wowbagger
Hi Zuhaib,


sorry for the delay, too. Had some other things needed my attention...

My experience with Linux is very small, so I can not really give you an answer to your concern. Is it really needed to build it from source?
If not the link I sent can help to simply install without building it.

This is also applicable for Ubuntu 20.04.

Best regards
Michael
Wowbagger is offline   Reply With Quote

Reply

Tags
linux mint 19.3, paraview 5.6


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
[foam-extend.org] foam-extend 3.2 Paraview installation problem on Ubuntu 18.04 ordinary OpenFOAM Installation 3 September 1, 2018 22:01
Paraview refuses to start after installation of OpenFoam flotus1 OpenFOAM Installation 12 March 6, 2014 14:42
Problems building Paraview 3.12 on Gentoo Linux pajot OpenFOAM Installation 11 April 11, 2013 08:09
LINUX newbie with paraView installation problem kenya0514 OpenFOAM Installation 4 January 16, 2013 17:51
Yet another Paraview problem gascortado OpenFOAM 5 February 21, 2010 06:39


All times are GMT -4. The time now is 01:49.