Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 25 Mar 2014 21:08:59 GMT
From:      Toomas Aas <toomas.aas@raad.tartu.ee>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/187939: www/firefox-esr fails to build
Message-ID:  <201403252108.s2PL8xq7035373@cgiserv.freebsd.org>
Resent-Message-ID: <201403252110.s2PLA0Nf078510@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         187939
>Category:       ports
>Synopsis:       www/firefox-esr fails to build
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Tue Mar 25 21:10:00 UTC 2014
>Closed-Date:
>Last-Modified:
>Originator:     Toomas Aas
>Release:        9.2-STABLE
>Organization:
>Environment:
FreeBSD tu-134.lan 9.2-STABLE FreeBSD 9.2-STABLE #0 r260786: Fri Jan 17 05:37:34 EET 2014     toomas@tu-134.lan:/usr/obj/usr/src/sys/TU-134  amd64
>Description:
I am trying to build the latest version of www/firefox-esr:

# $FreeBSD: head/www/firefox-esr/Makefile 348650 2014-03-19 20:46:37Z beat $ 

I have the following options enabled: DBUS, GIO, GSTREAMER, LOGGING, OPTIMIZED_CFLAGS, ALSA

The build does not complete successfully:

g++47 -o gfxFont.o -c -I../../dist/stl_wrappers -I../../dist/system_wrappers -include ../../../config/gcc_hidden.h -DMOZ_ENABLE_FREETYPE -DIMPL_THEBES -DHB_DONT_DEFINE_STDINT -DMOZ_OTS_REPORT_ERRORS -DGRAPHITE2_STATIC -DMOZ_GLUE_IN_PROGRAM -DMOZILLA_INTERNAL_API -D_IMPL_NS_COM -DEXPORT_XPT_API -DEXPORT_XPTC_API -D_IMPL_NS_GFX -D_IMPL_NS_WIDGET -DIMPL_XREAPI -DIMPL_NS_NET -DIMPL_THEBES -DSTATIC_EXPORTABLE_JS_API -DNO_NSPR_10_SUPPORT -DOS_POSIX=1 -DOS_FREEBSD=1 -DOS_BSD=1 -I../../../content/base/public -I../../../content/xml/document/src  -I../../../ipc/chromium/src -I../../../ipc/glue -I../../ipc/ipdl/_ipdlheaders  -I../../../gfx/thebes -I. -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    -fPIC -isystem/usr/local/include  -I/usr/local/include -Wall -Wpointer-arith -Woverloaded-virtual -Werror=return-type -Wtype-limits -Wempty-body -Wsign-compare -Wno-invalid-offsetof -Wcast-align -O2 -fno
 -strict-aliasing -pipe -march=athlon64 -O3 -Wl,-rpath=/usr/local/lib/gcc47 -Wl,-rpath=/usr/local/lib/gcc47 -fno-exceptions -fno-strict-aliasing -fno-rtti -ffunction-sections -fdata-sections -fno-exceptions -std=gnu++0x -pipe  -DNDEBUG -DTRIMMED -O2 -O3 -fomit-frame-pointer  -I/usr/local/include/cairo -I/usr/local/include/glib-2.0 -I/usr/local/include/pixman-1  -I/usr/local/include/freetype2 -I/usr/local/include/drm -I/usr/local/include/libpng15 -D_THREAD_SAFE -I/usr/local/include  -I/usr/local/include/cairo -I/usr/local/include/glib-2.0 -I/usr/local/include/pixman-1  -I/usr/local/include/freetype2 -I/usr/local/include/drm -I/usr/local/include/libpng15 -D_THREAD_SAFE -I/usr/local/include  -I/usr/local/include/pixman-1  -I../../../widget/gtk2/compat -I/usr/local/include/gtk-unix-print-2.0 -I/usr/local/include/atk-1.0 -I/usr/local/include/harfbuzz -I/usr/local/include/gtk-2.0 -I/usr/local/include/pango-1.0 -I/usr/local/include/gio-unix-2.0/ -I/usr/local/include/gdk-pixbuf-2.0 -pthread 
 -I/usr/local/include/cairo -I/usr/local/incl!
 ude/glib-2.0 -I/usr/local/include/pixman-1  -I/usr/local/include/freetype2 -I/usr/local/include/drm -I/usr/local/include/libpng15 -D_THREAD_SAFE -I/usr/local/include  -I/usr/local/include/harfbuzz -I/usr/local/include/pango-1.0 -pthread -I/usr/local/include/cairo -I/usr/local/include/glib-2.0 -I/usr/local/include/pixman-1  -I/usr/local/include/freetype2 -I/usr/local/include/drm -I/usr/local/include/libpng15 -D_THREAD_SAFE -I/usr/local/include  -I/usr/local/include  -I/usr/local/include/freetype2   -isystem/usr/local/include  -I/usr/local/include -DMOZILLA_CLIENT -include ../../mozilla-config.h -MD -MP -MF .deps/gfxFont.o.pp  /usr/ports/www/firefox-esr/work/mozilla-esr24/gfx/thebes/gfxFont.cpp
/usr/ports/www/firefox-esr/work/mozilla-esr24/gfx/thebes/gfxFont.cpp: In member function 'gr_face* gfxFontEntry::GetGrFace()':
/usr/ports/www/firefox-esr/work/mozilla-esr24/gfx/thebes/gfxFont.cpp:541:9: error: 'gr_face_ops' was not declared in this scope
/usr/ports/www/firefox-esr/work/mozilla-esr24/gfx/thebes/gfxFont.cpp:541:21: error: expected ';' before 'faceOps'
/usr/ports/www/firefox-esr/work/mozilla-esr24/gfx/thebes/gfxFont.cpp:548:48: error: 'faceOps' was not declared in this scope
/usr/ports/www/firefox-esr/work/mozilla-esr24/gfx/thebes/gfxFont.cpp:548:72: error: 'gr_make_face_with_ops' was not declared in this scope
gmake[4]: *** [gfxFont.o] Error 1
gmake[4]: Leaving directory `/usr/ports/www/firefox-esr/work/mozilla-esr24/obj-x86_64-unknown-freebsd9.2/gfx/thebes'
gmake[3]: *** [libs] Error 2
gmake[3]: Leaving directory `/usr/ports/www/firefox-esr/work/mozilla-esr24/obj-x86_64-unknown-freebsd9.2/gfx'
gmake[2]: *** [libs_tier_platform] Error 2
gmake[2]: Leaving directory `/usr/ports/www/firefox-esr/work/mozilla-esr24/obj-x86_64-unknown-freebsd9.2'
gmake[1]: *** [tier_platform] Error 2
gmake[1]: Leaving directory `/usr/ports/www/firefox-esr/work/mozilla-esr24/obj-x86_64-unknown-freebsd9.2'
gmake: *** [default] Error 2
*** [do-build] Error code 1

Stop in /usr/ports/www/firefox-esr.
*** [build] Error code 1

Stop in /usr/ports/www/firefox-esr.

>How-To-Repeat:
Attempt to build www/firefox-esr on FreeBSD 9.2
>Fix:


>Release-Note:
>Audit-Trail:
>Unformatted:



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