tech-pkg archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

math/coinmp does not like pkg-config -> pkgconf transition



On Fri, 8 Apr 2016 13:12:34 +0000
Thomas Klausner <wiz%netbsd.org@localhost> wrote:

> Modified Files:
> 	pkgsrc/mk/tools: replace.mk
> 
> Log Message:
> Switch from pkg-config to pkgconf.

Hi!

This breaks math/coinmp (and by extension libreoffice) in a slightly
strange way. I could build it with pkg-config, but when rebuilding with
pkgconf it then complained:

OsiAuxInfo.cpp:10:10: fatal error: 'CoinPragma.hpp' file not found

I then discovered that this can be remedied by removing the old coinmp
package before rebuilding. For some reason the already installed
package is picked up and breaks the build when using pkgconf.

This is not related to if the old package was built with pkg-config
or pkgconf. Basically "make replace" now always fails, so pkgconf
must be doing something wrong.

Kind regards,
-Tobias


Home | Main Index | Thread Index | Old Index