pkgsrc-Bugs archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: pkg/43734: Tru64: lang/python26 does not compile/install correctly
The following reply was made to PR pkg/43734; it has been noted by GNATS.
From: David Holland <dholland-pbugs%netbsd.org@localhost>
To: gnats-bugs%NetBSD.org@localhost
Cc:
Subject: Re: pkg/43734: Tru64: lang/python26 does not compile/install
correctly
Date: Sun, 30 Mar 2014 17:31:52 +0000
On Tue, Aug 10, 2010 at 06:35:02AM +0000, rumi%rtfm.hu@localhost wrote:
> cc: Warning: Objects/complexobject.c, line 212: In this statement,
floating-point overflow occurs in evaluating the expression
"__decc_double_ieee_Infinity*0.". (floatoverfl)
> return Py_NAN;
> -----------------------^
That is probably not an issue -- presumably Py_NAN is supposed to
generate a NaN and the warning is telling you that it's going to.
> There are plenty of this:
>
> /usr/bin/ld:
> Badly formed hex number: -ieee
> /usr/bin/ld: Usage: /usr/bin/ld [options] file [...]
>
> I guess -ieee may be a compiler flag that is not tolerated by ld.
> Linking seems to work despite this message, though.
Well... if it later reports that it failed to build the unicodedata
module, and then dies because it's missing, something must have failed
and this is the only other suspect in what you've supplied.
However, I have no idea what's going on. You can check work/.work.log
to find out exactly what pkgsrc is feeding to the compiler; if that's
wrong, we can fix it, but if the problem is that the compiler is
invoking the linker in a way that doesn't work we may be out of luck.
--
David A. Holland
dholland%netbsd.org@localhost
Home |
Main Index |
Thread Index |
Old Index