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

[OpenFOAM.org] Qt and Gcc errors while installing OF-4.0 on CentOS 6.10 HPC

Register Blogs Community New Posts Updated Threads Search

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   September 20, 2018, 09:54
Default Qt and Gcc errors while installing OF-4.0 on CentOS 6.10 HPC
  #1
New Member
 
So Anon
Join Date: Jun 2014
Posts: 28
Rep Power: 12
redbullah is on a distinguished road
Hello all,
I am trying to install OF-4.0 on the HPC which runs CentOS 6.10 by following the instructions given here:
https://openfoamwiki.net/index.php/I...CentOS_SL_RHEL
(although it is given for CentOS 6.8)

1. I get the following error in makeGcc log
Code:
xgcc: error trying to exec 'cc1': execvp: No such file or directory
2. I get the following errors in the last lines of makeQt log
Code:
Project ERROR: Package gstreamer-app-0.10 not found
make[1]: *** [WebCore/Makefile.WebKit] Error 2
make[1]: *** Waiting for unfinished jobs....
Project ERROR: Package gstreamer-app-0.10 not found
make[1]: *** [WebKit/qt/Makefile.WebKit.QtWebKit] Error 2
make[1]: Leaving directory `/cfd/honel/OpenFOAM/ThirdParty-4.0/build/linux64Gcc/qt-everywhere-opensource-src-4.8.6/src/3rdparty/webkit/Source'
make: *** [sub-webkit-make_default-ordered] Error 2

real	7m37.089s
user	44m56.011s
sys	2m55.868s
Error building: Qt-4.8.6
I guess this also affects ParaView installation, since I get this log for makePV:

Code:
----
Python information:
    executable     : /usr/bin/python
    version        : 2.6
    include path   : /usr/include/python2.6
    library        : /usr/lib64/libpython2.6.so.1.0

qmake not found under specified QMAKE_PATH
    QMAKE_PATH=/cfd/honel/OpenFOAM/ThirdParty-4.0/platforms/linux64Gcc/qt-4.8.6/bin/qmake
leaving unspecified
Is it because of the 6.10 version of CentOS? How can I solve this?
redbullah is offline   Reply With Quote

Old   September 20, 2018, 17:45
Default Missing Compilers
  #2
Member
 
Peter Brady
Join Date: Apr 2014
Location: Sydney, NSW, Australia
Posts: 54
Rep Power: 12
pbrady2013 is on a distinguished road
Hi,


cc1 and qmake are compilers being part of the GCC and QT projects respecitvely. The errors suggest to me one of two things:


  1. the compilers are installed but not on the search path
  2. the compilers are not installed
Following on from there. I try to run C7.x but I've got a few boxes that run C6.x. On the C6 boxes I have had enough trouble with the native compilers that I roll my own GCC and mpi to compile. On an HPC node I usually wouldn't bother to compile Paraview as I have a visualisation workstation and cluster to do that processing.


So, suggestions are to check the paths to ensure the compilers are installed and available, otherwise make sure to install the required compilers.


Hope that helps,
-pete
pbrady2013 is offline   Reply With Quote

Reply


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



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