pkgsrc-Users archive

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

Re: libmpfr?



On Fri, Feb 02, 2018 at 11:47:23AM +0100, Jörn Clausen wrote:
> Since two or three weeks, I can't compile e.g. texk/web2c and a few
> other packages:

Does this fix it?

Module Name:    pkgsrc
Committed By:   gson
Date:           Sat Feb  3 10:49:48 UTC 2018

Modified Files:
        pkgsrc/math/mpfr: Makefile

Log Message:
mpfr: disable float128 on NetBSD-7/x86_64

The mpfr configure script detects float128 support on NetBSD-7/x86_64,
and mpfr itself builds successfully with it, but other packages that
link with it, such as print/web2c, then fail to link with undefined
references to __floatunditf among other symbols.  Work around this by
passing --disable-float128 to the configure script.


To generate a diff of this commit:
cvs rdiff -u -r1.34 -r1.35 pkgsrc/math/mpfr/Makefile

 Thomas

(mpfr was only updated on Jan 28, so I think the estimate is off)


Home | Main Index | Thread Index | Old Index