pkgsrc-Users archive

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

Re: www/firefox build problem



On Thu, 26 Apr 2012 at 23:37:28 +0200, Jan Danielsson wrote:
>Just updated pkgsrc-current, and building firefox 12 yields [a build
>failure].
>
>NetBSD/amd64 5.1.
>
>I use cpuflags, which produces:
>
>-mfpmath=sse -msse3 -march=nocona
>
>...which may or may not be relevant.

Which version of GCC are you using?  The hacks.mk file for xulrunner
removes any -march flags supplied on i386 for GCC <4.4 because of
SSE2 code generation problems in older versions of GCC.  Perhaps the
latest Firefox code base is also exposing an issue for amd64. I would
try disabling cpuflags for the build, that could fix the problem
(albeit without giving you the most optimized code, obviously).

Regards,

Dave



Home | Main Index | Thread Index | Old Index