View Issue Details

IDProjectCategoryView StatusLast Update
0002027OpenFOAMBugpublic2016-03-16 09:26
Reporterprojectionist Assigned Tohenry  
PrioritynormalSeveritytextReproducibilityalways
Status resolvedResolutionfixed 
PlatformLinuxOSUbuntuOS Version14.04
Product Versiondev 
Summary0002027: Error message of paraFoam script is not up to date
DescriptionIf the paraFoam script detects that the OpenFOAM reader for paraview has not been built, it ends with an error message containing build instructions for the reader.
However, these instructions are not correct anymore.
Steps To ReproduceIn commit (https://github.com/OpenFOAM/OpenFOAM-dev/commit/c03ea94be186af18d32a5aff8360ce594999d8b3) the paraview reader was renamed from PV4Reader to PVReader.

Thus, the build instructions issued by the error message are not correct anymore, since, the renaming of the reader module was not made here.

Additional Information# Check that reader module has been built
if [ $requirePV -eq 1 -a ! -f $PV_PLUGIN_PATH/libPVFoamReader_SM.so ]
then
    cat<< BUILDREADER
Here is the responsible code of the paraFoam script:


FATAL ERROR: ParaView reader module libraries do not exist

Please build the reader module before continuing:
cd \$FOAM_UTILITIES/postProcessing/graphics/PV${version}Readers
./Allwclean
./Allwmake

BUILDREADER
    exit 1
fi


To solve the issue, remove the $version variable from the output, then the build instructions are correct again.
TagsNo tags attached.

Activities

henry

2016-03-16 09:26

manager   ~0006038

Thanks for reporting

Resolved by commit 6ee4cad87007d6ec4021c40080437b2f4f2b9d65

Issue History

Date Modified Username Field Change
2016-03-16 09:14 projectionist New Issue
2016-03-16 09:26 henry Note Added: 0006038
2016-03-16 09:26 henry Status new => resolved
2016-03-16 09:26 henry Resolution open => fixed
2016-03-16 09:26 henry Assigned To => henry