View Issue Details

IDProjectCategoryView StatusLast Update
0002944OpenFOAMBugpublic2018-05-18 08:21
Reporterfs1982 Assigned Tohenry  
PrioritynormalSeverityminorReproducibilityalways
Status closedResolutionno change required 
PlatformGNU/LinuxOSUbuntuOS Version14.04
Product Versiondev 
Summary0002944: AllwmakeLibccmio does not compile
DescriptionRunning AllwmakeLibccmio produces an error about missing wmkdep:

+ cd libccmio-2.6.1
+ cpMakeFiles libccmio
+ set +x
cpMakeFiles libccmio .
+ wmake libso
wmake libso .
wmakeLnIncludeAll: running wmakeLnInclude on dependent libraries:
    wmakeLnInclude: linking include files to /opt/OpenFOAM/OpenFOAM-dev/src/OpenFOAM/lnInclude
    wmakeLnInclude: linking include files to /opt/OpenFOAM/OpenFOAM-dev/src/OSspecific/POSIX/lnInclude
wmakeLnInclude: linking include files to ./lnInclude
Making dependency list for source file ccmioversion.c
Making dependency list for source file ccmioutility.c
Making dependency list for source file ccmioprivate.c
Making dependency list for source file ccmiocore.c
make: /opt/OpenFOAM/OpenFOAM-dev/wmake/platforms/linux64Gcc/wmkdep: Command not found
make: /opt/OpenFOAM/OpenFOAM-dev/wmake/platforms/linux64Gcc/wmkdep: Command not found
make: /opt/OpenFOAM/OpenFOAM-dev/wmake/platforms/linux64Gcc/wmkdep: Command not found
make: /opt/OpenFOAM/OpenFOAM-dev/wmake/platforms/linux64Gcc/wmkdep: Command not found
Making dependency list for source file ADF_internals.c
Making dependency list for source file ADF_interface.c
Making dependency list for source file ADF_fortran_2_c.c
Making dependency list for source file ccmio.c
make: /opt/OpenFOAM/OpenFOAM-dev/wmake/platforms/linux64Gcc/wmkdep: Command not found
make: /opt/OpenFOAM/OpenFOAM-dev/wmake/platforms/linux64Gcc/wmkdep: Command not found
make: /opt/OpenFOAM/OpenFOAM-dev/wmake/platforms/linux64Gcc/wmkdep: Command not found
make: /opt/OpenFOAM/OpenFOAM-dev/wmake/platforms/linux64Gcc/wmkdep: Command not found
make: *** No rule to make target 'Make/linux64GccDPInt32Opt/libadf/ADF_fortran_2_c.c.dep', needed by 'Make/linux64GccDPInt32Opt/libadf/ADF_fortran_2_c.o'. Stop.
Steps To Reproducemkdir /opt/OpenFOAM
cd /opt/OpenFOAM
git clone git://github.com/OpenFOAM/OpenFOAM-dev.git OpenFOAM-dev
git clone git://github.com/OpenFOAM/ThirdParty-dev.git ThirdParty-dev
source /opt/OpenFOAM/OpenFOAM-dev/etc/bashrc
cd $WM_THIRD_PARTY_DIR
wget http://portal.nersc.gov/svn/visit/trunk/third_party/libccmio-2.6.1.tar.gz
./AllwmakeLibccmio
Additional InformationWorkaround:

Before running ./AllwmakeLibccmio run "cd $WM_PROJECT_DIR/wmake/src && make"
TagsNo tags attached.

Activities

henry

2018-05-18 08:21

manager   ~0009601

You need to compile wmkdep before compiling libccmio, typically by first compiling the OpenFOAM libraries which compile wmkdep automatically.

Issue History

Date Modified Username Field Change
2018-05-18 08:10 fs1982 New Issue
2018-05-18 08:21 henry Assigned To => henry
2018-05-18 08:21 henry Status new => closed
2018-05-18 08:21 henry Resolution open => no change required
2018-05-18 08:21 henry Note Added: 0009601