LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   Deer Park compile fails in Debian Sid (https://www.linuxquestions.org/questions/linux-software-2/deer-park-compile-fails-in-debian-sid-356877/)

seanr 08-25-2005 10:55 AM

Deer Park compile fails in Debian Sid
 
I'm getting the following errors when attempting to compile Deer Park on Debian sid:

Code:

make[1]: Entering directory `/home/seanr/moz_build/mozilla/fb-opt-static'
rm -f -rf ./dist/sdk
rm -f -rf ./dist/include
/usr/bin/make -C config export
make[2]: Entering directory `/home/seanr/moz_build/mozilla/fb-opt-static/config'
/usr/bin/perl -I/home/seanr/moz_build/mozilla/config /home/seanr/moz_build/mozilla/config/bdate.pl build_number
gcc  -DOSTYPE=\"Linux2.6\" -DOSARCH=\"Linux\" -DBUILD_ID=0000000000  -I../dist/include -I../dist/include -I../dist/include/nspr -I/usr/include -I/usr/include -I/usr/include -I../dist/sdk/include -I/usr/X11R6/include    -I/usr/X11R6/include -Wall -W -Wno-unused -Wpointer-arith -Wcast-align -Wno-long-long -pthread -pipe  -DNDEBUG -DTRIMMED -pipe -w -O2 -DDEBIAN  -I/usr/X11R6/include -include ../mozilla-config.h -DMOZILLA_CLIENT  -DXTHREADS -I/usr/local/include/atk-1.0 -I/usr/local/include/pango-1.0 -I/usr/include/freetype2 -I/usr/X11R6/include -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/libpng12  -o elf-dynstr-gc /home/seanr/moz_build/mozilla/config/elf-dynstr-gc.c    -L/usr/local/lib -L/usr/X11R6/lib  -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgdk_pixbuf-2.0 -lpangoxft-1.0 -lpangocairo-1.0 -lpangox-1.0 -lfreetype -lz -lcairo -lpango-1.0 -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0 -lfontconfig -lpixman -lXrender -lX11 -lpng12 -lglitz -lm
/usr/lib/gcc/i486-linux-gnu/4.0.1/../../../../lib/libgtk-x11-2.0.so: undefined reference to `g_file_set_contents'
/usr/lib/gcc/i486-linux-gnu/4.0.1/../../../../lib/libpangocairo-1.0.so: undefined reference to `pango_font_get_font_map'
/usr/lib/gcc/i486-linux-gnu/4.0.1/../../../../lib/libgtk-x11-2.0.so: undefined reference to `g_utf8_collate_key_for_filename'
/usr/lib/gcc/i486-linux-gnu/4.0.1/../../../../lib/libgtk-x11-2.0.so: undefined reference to `g_get_host_name'
/usr/lib/gcc/i486-linux-gnu/4.0.1/../../../../lib/libgtk-x11-2.0.so: undefined reference to `g_mapped_file_free'
/usr/lib/gcc/i486-linux-gnu/4.0.1/../../../../lib/libgtk-x11-2.0.so: undefined reference to `g_mapped_file_new'
/usr/lib/gcc/i486-linux-gnu/4.0.1/../../../../lib/libgtk-x11-2.0.so: undefined reference to `g_mapped_file_get_contents'
collect2: ld returned 1 exit status
make[2]: *** [elf-dynstr-gc] Error 1
make[2]: Leaving directory `/home/seanr/moz_build/mozilla/fb-opt-static/config'
make[1]: *** [default] Error 2
make[1]: Leaving directory `/home/seanr/moz_build/mozilla/fb-opt-static'
make: *** [build] Error 2

I have the debian package of DP alpha 2 installed and it works fine, so I tried to compile using the same options as weere listed in about:buildconfig. I'm installing latest CVS. No one in irc.mozilla.org #firefox had any ideas. I've searched high and low for info about that in every way I can think of and can't find squat (thanks again, Google! AAAARGH!). What can I do to get this thing to work?

The config worked fine - why nwould it get through config and then fail now? Isn't config supposed to check all of this stuff?

seanr 08-30-2005 09:25 AM

No one has any ideas at all? Some help would really be appreciated.


All times are GMT -5. The time now is 05:07 AM.