This is another one of those it says "no such file or directroy," but it's there. This is the first time I've ever had a firefox build fail. I'm really mystified.

Here's the log excerpt:


c++ -o nsDeviceContextGTK.o -c -I../../../dist/include/system_wrappers -include /usr/src/firefox/mozilla/config/gcc_hidden.h -DNATIVE_THEME_SUPPORT -DMOZILLA_INTERNAL_API -DOSTYPE=\"Linux2.6.12\" -DOSARCH=\"Linux\" -DBUILD_ID=0000000000 -DUSE_POSTSCRIPT -I../.. -I/usr/src/firefox/mozilla/gfx/src/gtk/. -I/usr/src/firefox/mozilla/gfx/src/gtk/.. -I/usr/src/firefox/mozilla/gfx/src/gtk/../shared -I/usr/src/firefox/mozilla/gfx/src/gtk/../x11shared -I/usr/X11R7/include -I/usr/include/freetype2 -I../../../dist/include/xpcom -I../../../dist/include/string -I../../../dist/include/widget -I../../../dist/include/view -I../../../dist/include/util -I../../../dist/include/pref -I../../../dist/include/uconv -I../../../dist/include/unicharutil -I../../../dist/include/locale -I../../../dist/include/necko -I../../../dist/include/content -I../../../dist/include/layout -I../../../dist/include/gfx -I../../../dist/include -I../../../dist/include/nspr -I../../../dist/sdk/include -fPIC -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 -O -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/nsDeviceContextGTK.pp /usr/src/firefox/mozilla/gfx/src/gtk/nsDeviceContextGTK.cpp In file included from /usr/src/firefox/mozilla/gfx/src/gtk/nsDeviceContextGTK.cpp:70: ../../../dist/include/system_wrappers/pango/pangox.h:3:31: error: pango/pangox.h: No such file or directory make[5]: Leaving directory `/usr/src/firefox/mozilla/firefox-build/gfx/src/gtk'
make[5]: *** [nsDeviceContextGTK.o] Error 1

In the ./mozilla source tree:

# find ./ -name "pangox.h" -print
./firefox-build/config/system_wrappers/pango/pangox.h

Yup, it's not in the right directory.  But look!!!

# ls firefox-build/dist/include/system_wrappers/pango
pangofc-decoder.h  pangofc-fontmap.h  **pango.h**     pangox.h
pangofc-font.h     pango-fontmap.h    pangoxft.h
(emphasis added)

Find finds it in a different directory--and it's there--and doesn't find it in the right directory and, obviously, neither does make. I don't know what to do.

This may be grasping at straws, but I reviewed my build of pango and I do not have a variable PANGO_RC_FILE set. I have no idea whether or not this has anything to do with what's going on.

Thanks,

Dan

--
http://linuxfromscratch.org/mailman/listinfo/blfs-support
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Reply via email to