[Dune] installation problems

Christian Engwer christi at uni-hd.de
Sun Jan 16 20:40:29 CET 2011


Hi  Akil,

> I downloaded the dune 2.0 modules and was able to use make install and install dune-common only.
> 
> however, when I tried to install the other core modules individually I get the following error.
> 
> Macintosh:dev ottiemieres$ ./dune-common-2.0/bin/dunecontrol  --module=dune-grid all
> ERROR: multiple definition of module dune-common
> previous defined in:
>   /users/ottiemieres/desktop/opm/source/dev/dune-common-2.0/dune.module
> redefined in:
>   /usr/local/dune.module
> Execution of dunecontrol terminated due to errors!
> 
> it makes sense, but how do I get around it
> 
> I tried to use the dunecontrol status command, export command and getting the same error. how to uninstall??

this is a known bug in the 2.0 release. It is not possible to use
local sources when you have the same module installed. Easiest
solution is not to install the modules.

Like with all autotools projects you can uninstall the files by
runnign "make uninstall" in the build directory.

Christian




More information about the Dune mailing list