#1112 dunecontrol tries to build installed modules
Metadata
Property | Value |
---|---|
Reported by | Markus Blatt (markus@dr-blatt.de) |
Reported at | May 21, 2012 10:05 |
Type | Bug Report |
Version | Git (pre2.4) [autotools] |
Operating System | Unspecified / All |
Last edited by | Oliver Sander (oliver.sander@tu-dresden.de) |
Last edited at | May 29, 2012 16:31 |
Closed by | Oliver Sander (oliver.sander@tu-dresden.de) |
Closed at | May 29, 2012 16:31 |
Closed in version | Unknown |
Resolution | Fixed |
Comment |
Description
If have installed dune-istl and dune-common and created a new dummy package using duneproject.
Unfortunately, dunecontrol tries to build the installed dune-common:
mblatt@legolas:/tmp$ DUNE_CONTROL_PATH=.:/dune_install:/dune_install_istl ~/dune_install/bin/dunecontrol all
--- going to build dune-common dune-istl bulller ---
--- calling all for dune-common ---
--- calling autogen for dune-common ---
Skipping dune-autogen
--- calling configure for dune-common ---
--- calling make for dune-common ---
make
make: *** Keine Targets angegeben und keine »make«-Steuerdatei gefunden. Schluss.
--- Failed to build dune-common ---
Terminating dunecontrol due to previous errors!
mblatt@legolas:/tmp$