pkgsrc-Bugs archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: pkg/52250: gmp and mpfr not found by some packages
The following reply was made to PR pkg/52250; it has been noted by GNATS.
From: "Johnny C. Lam" <jlam%NetBSD.org@localhost>
To: gnats-bugs%NetBSD.org@localhost
Cc:
Subject: Re: pkg/52250: gmp and mpfr not found by some packages
Date: Tue, 23 May 2017 14:59:24 +0000
On Mon, May 22, 2017 at 07:15:00AM +0000, joern.clausen%uni-bielefeld.de@localhost wrote:
>
> I am using a stand-alone GCC 4.8.5 on Solaris 11.2. This
> configuration hasn't been changed for more than a year. Since
> recently, I can't build some packages relying on gmp and mpfr.
> After configuring e.g. "security/gnutls", I get
>
> $ bmake show-var VARNAME=BUILDLINK_PREFIX.gmp
> /usr
>
> or for print/luatex I get
>
> $ bmake show-var VARNAME=BUILDLINK_PREFIX.mpfr
> /usr
Okay, the builtin.mk file math/mpfr looks completely wrong to me.
It is abusing pkgconfig-builtin.mk, which is used to parse *.pc
files, to parse a header file instead. The detection problems
likely begin and end there.
For devel/gmp, where is your gmp.h header file located?
--
Johnny C. Lam
jlam88%gmail.com@localhost
Home |
Main Index |
Thread Index |
Old Index