Closed
Bug 366675
Opened 19 years ago
Closed 15 years ago
Build failure (nsPrintJobFactoryGTK)
Categories
(Firefox Build System :: General, defect)
Tracking
(Not tracked)
RESOLVED
INCOMPLETE
People
(Reporter: mwp, Unassigned)
Details
User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.1.1) Gecko/20070102 BonEcho/2.0.0.1
Build Identifier: Current CVS
Building current CVS of Firefox.
mozconfig:
. $topsrcdir/browser/config/mozconfig
mk_add_options MOZ_OBJDIR=@TOPSRCDIR@/ff-opt-static
mk_add_options MOZ_CO_PROJECT=browser
#for static build
ac_add_options --disable-debug
ac_add_options --enable-static
ac_add_options --disable-shared
ac_add_options --disable-tests
#disabled extras
ac_add_options --disable-postscript
ac_add_options --disable-gnomeui
ac_add_options --disable-gnomevfs
ac_add_options --disable-ldap
ac_add_options --disable-mailnews
ac_add_options --disable-composer
ac_add_options --disable-ldap
ac_add_options --disable-pango
ac_add_options --disable-freetype2
ac_add_options --disable-installer
ac_add_options --disable-xprint
ac_add_options --disable-accessibility
ac_add_options --disable-strip --disable-strip-libs
ac_add_options --disable-profilesharing
ac_add_options --disable-installer
ac_add_options --disable-updater
ac_add_options --disable-elf-dynstr-gc
ac_add_options --disable-svg
#enabled extras
ac_add_options --enable-single-profile
ac_add_options --enable-crypto
ac_add_options --enable-canvas
#ac_add_options --enable-system-cairo
ac_add_options --enable-mathml
ac_add_options --enable-extensions=default
#ac_add_options --enable-chrome-format=flat
ac_add_options --enable-system-myspell
#build config
#ac_add_options --enable-default-toolkit=cairo-gtk2
ac_add_options --enable-default-toolkit=gtk2
ac_add_options --enable-xft
ac_add_options --with-pthreads
ac_add_options --with-system-jpeg=/usr
ac_add_options --with-system-zlib=/usr
ac_add_options --with-system-png=/usr
#locations
ac_add_options --prefix=/usr/local/builds/firefox-cvs-gtk2
ac_add_options --with-user-appdir=.mozilla
build error:
c++ -o nsAccessibilityHelper.o -c -fvisibility=hidden -DNATIVE_THEME_SUPPORT -DXPCOM_TRANSLATE_NSGM_ENTRY_POINT=1 -DMOZILLA_INTERNAL_API -DOSTYPE=\"Linux2.6.19\" -DOSARCH=\"Linux\" -DBUILD_ID=0000000000 -DUSE_XIM -I../../../dist/include/xpcom -I../../../dist/include/string -I../../../dist/include/gfx -I../../../dist/include/pref -I../../../dist/include/dom -I../../../dist/include/necko -I../../../dist/include/uconv -I../../../dist/include/intl -I../../../dist/include/gtkxtbin -I../../../dist/include/imglib2 -I../../../dist/include/view -I../../../dist/include/content -I../../../dist/include/layout -I../../../dist/include/util -I../../../dist/include/locale -I../../../dist/include -I../../../dist/include/widget -I../../../dist/include/nspr -I/usr/include -I/usr/include -I/usr/include -I../../../dist/sdk/include -I/root/build/mozilla/widget/src/gtk2/../xpwidgets -I/root/build/mozilla/other-licenses/atk-1.0 -fno-rtti -fno-exceptions -Wall -Wconversion -Wpointer-arith -Wcast-align -Woverloaded-virtual -Wsynth -Wno-ctor-dtor-privacy -Wno-non-virtual-dtor -Wno-long-long -pedantic -fshort-wchar -pthread -pipe -DNDEBUG -DTRIMMED -O2 -fbranch-target-load-optimize2 -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -DMOZILLA_CLIENT -include ../../../mozilla-config.h -Wp,-MD,.deps/nsAccessibilityHelper.pp /root/build/mozilla/widget/src/gtk2/nsAccessibilityHelper.cpp
nsPrintJobFactoryGTK.cpp
c++ -o nsPrintJobFactoryGTK.o -c -fvisibility=hidden -DNATIVE_THEME_SUPPORT -DXPCOM_TRANSLATE_NSGM_ENTRY_POINT=1 -DMOZILLA_INTERNAL_API -DOSTYPE=\"Linux2.6.19\" -DOSARCH=\"Linux\" -DBUILD_ID=0000000000 -DUSE_XIM -I../../../dist/include/xpcom -I../../../dist/include/string -I../../../dist/include/gfx -I../../../dist/include/pref -I../../../dist/include/dom -I../../../dist/include/necko -I../../../dist/include/uconv -I../../../dist/include/intl -I../../../dist/include/gtkxtbin -I../../../dist/include/imglib2 -I../../../dist/include/view -I../../../dist/include/content -I../../../dist/include/layout -I../../../dist/include/util -I../../../dist/include/locale -I../../../dist/include -I../../../dist/include/widget -I../../../dist/include/nspr -I/usr/include -I/usr/include -I/usr/include -I../../../dist/sdk/include -I/root/build/mozilla/widget/src/gtk2/../xpwidgets -I/root/build/mozilla/other-licenses/atk-1.0 -fno-rtti -fno-exceptions -Wall -Wconversion -Wpointer-arith -Wcast-align -Woverloaded-virtual -Wsynth -Wno-ctor-dtor-privacy -Wno-non-virtual-dtor -Wno-long-long -pedantic -fshort-wchar -pthread -pipe -DNDEBUG -DTRIMMED -O2 -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -DMOZILLA_CLIENT -include ../../../mozilla-config.h -Wp,-MD,.deps/nsPrintJobFactoryGTK.pp /root/build/mozilla/widget/src/gtk2/nsPrintJobFactoryGTK.cpp
In file included from /root/build/mozilla/widget/src/gtk2/nsPrintJobFactoryGTK.cpp:44:
/root/build/mozilla/widget/src/gtk2/nsPrintJobGTK.h:42:24: error: nsCUPSShim.h: No such file or directory
/root/build/mozilla/widget/src/gtk2/nsPrintJobFactoryGTK.cpp:45:26: error: nsPSPrinters.h: No such file or directory
/root/build/mozilla/widget/src/gtk2/nsPrintJobGTK.h:156: error: ‘nsCUPSShim’ does not name a type
/root/build/mozilla/widget/src/gtk2/nsPrintJobFactoryGTK.cpp: In static member function ‘static nsresult nsPrintJobFactoryGTK::CreatePrintJob(nsDeviceContextSpecGTK*, nsIPrintJobGTK*&)’:
/root/build/mozilla/widget/src/gtk2/nsPrintJobFactoryGTK.cpp:77: error: ‘nsPSPrinterList’ has not been declared
/root/build/mozilla/widget/src/gtk2/nsPrintJobFactoryGTK.cpp:77: error: ‘nsPSPrinterList’ has not been declared
make[6]: *** [nsPrintJobFactoryGTK.o] Error 1
make[6]: Leaving directory `/root/build/mozilla/ff-opt-static/widget/src/gtk2'
make[5]: *** [libs] Error 2
make[5]: Leaving directory `/root/build/mozilla/ff-opt-static/widget/src'
make[4]: *** [libs] Error 2
make[4]: Leaving directory `/root/build/mozilla/ff-opt-static/widget'
make[3]: *** [libs_tier_gecko] Error 2
make[3]: Leaving directory `/root/build/mozilla/ff-opt-static'
make[2]: *** [tier_gecko] Error 2
make[2]: Leaving directory `/root/build/mozilla/ff-opt-static'
make[1]: *** [default] Error 2
make[1]: Leaving directory `/root/build/mozilla/ff-opt-static'
make: *** [build] Error 2
Reproducible: Always
Steps to Reproduce:
1.
2.
3.
Status: UNCONFIRMED → RESOLVED
Closed: 15 years ago
Resolution: --- → INCOMPLETE
| Assignee | ||
Updated•7 years ago
|
Component: Build Config → General
Product: Firefox → Firefox Build System
You need to log in
before you can comment on or make changes to this bug.
Description
•