[Dune] [#1100] dunecontrol breaks if there is an additional installation at ../..

Dune flyspray at dune-project.org
Tue May 22 17:05:35 CEST 2012


THIS IS AN AUTOMATED MESSAGE, DO NOT REPLY.

The following task has a new comment added:

FS#1100 - dunecontrol breaks if there is an additional installation at ../..
User who did this - Christian Engwer (christi)

----------
I do see two options:

a) ask pkg-config for the prefix of an installed module
   if $prefix == $path; then module_inst="yes"; fi
b) try a less strict path matching e.g. $path/../../*/pkgconfig/${name}.pc

The problem with (a) is that it requires the user to have the modules in the PKG_CONFIG_PATH, although this will usually be no problem... the local installation path is automatically appended, the "strange" multi-arch path is part of the system-wide PKG_CONFIG_PATH.

The problem with (b) is that might break if multiple architectures are actually installed, e.g. we install dune for i386 but want to compile if for amd64.

I'd prefer solution (a). We might consider adding some magic to guess the right PKG_CONFIG_PATH for multi-arch systems (which are rare), but it is not necessary. In case of a "non-standard" path, the user must add it manually anyhow, because configure will fail to find the library.
----------

More information can be found at the following URL:
http://www.dune-project.org/flyspray/index.php?do=details&task_id=1100#comment3587

You are receiving this message because you have requested it from the Flyspray bugtracking system.  If you did not expect this message or don't want to receive mails in future, you can change your notification settings at the URL shown above.




More information about the Dune mailing list