| Summary: | mozilla-firefox-1.0.6-r7 fails to compile | ||
|---|---|---|---|
| Product: | Gentoo Linux | Reporter: | mike <viper650v> |
| Component: | Current packages | Assignee: | Mozilla Gentoo Team <mozilla> |
| Status: | RESOLVED FIXED | ||
| Severity: | major | ||
| Priority: | High | ||
| Version: | unspecified | ||
| Hardware: | AMD64 | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Package list: | Runtime testing required: | --- | |
| Attachments: | gnome-vfs.log | ||
|
Description
mike
2005-09-27 23:21:53 UTC
Please, post some meaningful summary next time, and also don't paste such huge logs inline, attach them. Can you add a few lines from the actual build where it fails ? The config.log do not really have a failure. sorry bout the largeness wasnt aware that it was not appropriate.. just didn't
know what you deemed appropriate.. but anyway heres the last few lines of the
emerge.
checking whether standard template operator!=() is ambiguous... unambiguous
checking for C++ reinterpret_cast... yes
checking for C++ dynamic_cast to void*... yes
checking whether C++ requires implementation of unused virtual methods... yes
checking for trouble comparing to zero near std::operator!=()... no
checking for LC_MESSAGES... yes
checking for jpeg_destroy_compress in -ljpeg... yes
checking for gzread in -lz... yes
checking for png_get_valid in -lpng... yes
checking for pkg-config... /usr/bin/pkg-config
checking for gtk+-2.0 >= 1.3.7... yes
checking MOZ_GTK2_CFLAGS... -DXTHREADS -D_REENTRANT -DXUSE_MTSAFE_API -I/usr/inc
lude/gtk-2.0 -I/usr/lib64/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/
pango-1.0 -I/usr/include/freetype2 -I/usr/include/freetype2/config -I/usr/includ
e/glib-2.0 -I/usr/lib64/glib-2.0/include
checking MOZ_GTK2_LIBS... -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgdk_pixbuf-2.0
-lm -lpangoxft-1.0 -lpangox-1.0 -lpango-1.0 -lgobject-2.0 -lgmodule-2.0 -ldl -l
glib-2.0
checking for xft... yes
checking MOZ_XFT_CFLAGS... -I/usr/include/freetype2 -I/usr/include/freetype2/con
fig
checking MOZ_XFT_LIBS... -lXft -lX11 -lfreetype -lXrender -lfontconfig
checking for pango >= 1.1.0... yes
checking _PANGOCHK_CFLAGS... -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I
/usr/lib64/glib-2.0/include
checking _PANGOCHK_LIBS... -lpango-1.0 -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2
.0
checking for XpGetPrinterList in -lXp... yes
checking for gnome-vfs-2.0 >= 2.0 gnome-vfs-module-2.0 >= 2.0... configure: erro
r: * *
* Could not find gnome-vfs-module-2.0 >= 2.0
!!! Please attach the config.log to your bug report:
!!! /var/tmp/portage/mozilla-firefox-1.0.6-r7/work/mozilla/config.log
!!! ERROR: www-client/mozilla-firefox-1.0.6-r7 failed.
!!! Function econf, Line 485, Exitcode 0
!!! econf failed
!!! If you need support, post the topmost build error, NOT this status message.
Hmm, please: # emerge portage-utils # qlist gnome-vfs > gnome-vfs.log and attach gnome-vfs.log here. Created attachment 69595 [details]
gnome-vfs.log
here ya go
Strange, you do seem to have it .. what does the following give: $ pkg-config --modversion gnome-vfs-module-2.0 $ pkg-config --modversion gnome-vfs-module-2.0 Package ORBit-2.0 was not found in the pkg-config search path. Perhaps you should add the directory containing `ORBit-2.0.pc' to the PKG_CONFIG_PATH environment variable Package 'ORBit-2.0', required by 'Bonobo Activation', not found Seems like orbit is missing ... well i installed orbit and Firefox (well the newer version 1.0.7-r2) installed fine, thanks for the Help! |