Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 15 Jan 2015 18:11:45 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   [Bug 196772] www/firefox build failed for i386
Message-ID:  <bug-196772-13@https.bugs.freebsd.org/bugzilla/>

next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D196772

            Bug ID: 196772
           Summary: www/firefox build failed for i386
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Only Me
          Priority: ---
         Component: Individual Port(s)
          Assignee: gecko@FreeBSD.org
          Reporter: woot-woot@yandex.ru
          Assignee: gecko@FreeBSD.org
             Flags: maintainer-feedback?(gecko@FreeBSD.org)

I have two systems, both updated today - ports and base system
firefox was successfully builded for amd64, but for i386 i have an error:

clang++ -o Unified_cpp_content_media2.o -c -I../../dist/stl_wrappers
-I../../dist/system_wrappers -include
/usr/ports/www/firefox/work/mozilla-release/config/gcc_hidden.h -DOS_POSIX=
=3D1
-DOS_FREEBSD=3D1 -DOS_BSD=3D1 -DMOZILLA_INTERNAL_API -DSTATIC_EXPORTABLE_JS=
_API
-DMOZILLA_INTERNAL_API -DIMPL_LIBXUL -DMOZ_GLUE_IN_PROGRAM -DAB_CD=3Den-US
-DNO_NSPR_10_SUPPORT
-I/usr/ports/www/firefox/work/mozilla-release/content/media -I.
-I/usr/ports/www/firefox/work/mozilla-release/obj-i386-portbld-freebsd9.3/i=
pc/ipdl/_ipdlheaders
-I/usr/ports/www/firefox/work/mozilla-release/ipc/chromium/src
-I/usr/ports/www/firefox/work/mozilla-release/ipc/glue
-I/usr/ports/www/firefox/work/mozilla-release/content/base/src
-I/usr/ports/www/firefox/work/mozilla-release/layout/generic
-I/usr/ports/www/firefox/work/mozilla-release/layout/xul
-I/usr/ports/www/firefox/work/mozilla-release/netwerk/base/src
-I../../dist/include   -I/usr/local/include/nspr -I/usr/local/include/nss
-I/usr/local/include/nss/nss -I/usr/local/include -I/usr/local/include=20
-I/usr/local/include/pixman-1     -fPIC  -Qunused-arguments
-isystem/usr/local/include  -I/usr/local/include -DMOZILLA_CLIENT -include
../../mozilla-config.h -MD -MP -MF .deps/Unified_cpp_content_media2.o.pp
-Qunused-arguments -isystem/usr/local/include  -I/usr/local/include
-Qunused-arguments -Wall -Wempty-body -Woverloaded-virtual -Wsign-compare
-Wwrite-strings -Werror=3Dendif-labels -Werror=3Dint-to-pointer-cast
-Werror=3Dmissing-braces -Werror=3Dpointer-arith -Werror=3Dreturn-type
-Werror=3Dsequence-point -Werror=3Dunused-label -Werror=3Dtrigraphs
-Werror=3Dtype-limits -Wno-invalid-offsetof -Wno-inline-new-delete
-Wno-c++0x-extensions -Wno-extended-offsetof -Wno-unknown-warning-option
-Wno-return-type-c-linkage -O2 -pipe -march=3Dprescott -fno-strict-aliasing
-fno-exceptions -fno-strict-aliasing -fno-rtti -ffunction-sections
-fdata-sections -fno-exceptions -fno-math-errno -std=3Dgnu++0x -pipe  -DNDE=
BUG
-DTRIMMED -fno-omit-frame-pointer   -I/usr/local/include/gstreamer-1.0 -pth=
read
-I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include
-I/usr/local/include -I/usr/local/include -I/usr/local/include
-I/usr/local/include/opus -I/usr/local/include/soundtouch=20=20=20
/usr/ports/www/firefox/work/mozilla-release/obj-i386-portbld-freebsd9.3/con=
tent/media/Unified_cpp_content_media2.cpp
In file included from
/usr/ports/www/firefox/work/mozilla-release/obj-i386-portbld-freebsd9.3/con=
tent/media/Unified_cpp_content_media1.cpp:29:
/usr/ports/www/firefox/work/mozilla-release/content/media/MediaDecoderState=
Machine.cpp:1315:7:
error: call to 'abs' is ambiguous
      std::abs(aDuration - duration) > ESTIMATED_DURATION_FUZZ_FACTOR_USECS=
) {
      ^~~~~~~~
/usr/include/stdlib.h:83:6: note: candidate function
int      abs(int) __pure2;
         ^
/usr/include/c++/4.2/cmath:89:3: note: candidate function
  abs(double __x)
  ^
/usr/include/c++/4.2/cmath:93:3: note: candidate function
  abs(float __x)
  ^
/usr/include/c++/4.2/cmath:97:3: note: candidate function
  abs(long double __x)
  ^
/usr/include/c++/4.2/cstdlib:143:3: note: candidate function
  abs(long __i) { return labs(__i); }
  ^
1 error generated.
/usr/ports/www/firefox/work/mozilla-release/config/rules.mk:948: =D0=BE=D1=
=88=D0=B8=D0=B1=D0=BA=D0=B0
=D0=B2=D1=8B=D0=BF=D0=BE=D0=BB=D0=BD=D0=B5=D0=BD=D0=B8=D1=8F =D1=80=D0=B5=
=D1=86=D0=B5=D0=BF=D1=82=D0=B0 =D0=B4=D0=BB=D1=8F =D1=86=D0=B5=D0=BB=D0=B8 =
=C2=ABUnified_cpp_content_media1.o=C2=BB
gmake[5]: *** [Unified_cpp_content_media1.o] =D0=9E=D1=88=D0=B8=D0=B1=D0=BA=
=D0=B0 1

Same error with removed /etc/make.conf
FreeBSD 9.3-STABLE #0 r277178

--- Comment #1 from Bugzilla Automation <bugzilla@FreeBSD.org> ---
Auto-assigned to maintainer gecko@FreeBSD.org

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-196772-13>