Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 185950 - gnome-base/libglade-2.6.0 missing media-libs/fontconfig dependency
Summary: gnome-base/libglade-2.6.0 missing media-libs/fontconfig dependency
Status: RESOLVED INVALID
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] GNOME (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo Linux Gnome Desktop Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-07-20 07:42 UTC by Jörg Rebenstorf
Modified: 2007-07-20 09:28 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Jörg Rebenstorf 2007-07-20 07:42:09 UTC
checking for GTK+ - version >= 2.5.0... no
*** Could not run GTK+ test program, checking why...
*** The test program failed to compile or link. See the file config.log for the
*** exact error that occured. This usually means GTK+ is incorrectly installed.
checking for gtk_plug_get_type... no
checking for pkg-config... (cached) /usr/bin/pkg-config
checking for i686-pc-linux-gnu-pkg-config... (cached) /usr/bin/pkg-config
checking pkg-config is at least version 0.9.0... yes
checking for LIBGLADE... configure: error: Package requirements (  libxml-2.0 >= 2.4.10   atk >= 1.9.0   gtk+-2.0 >= 2.5.0   glib-2.0 >= 2.5.0) were not met:

Package fontconfig was not found in the pkg-config search path.
Perhaps you should add the directory containing `fontconfig.pc'
to the PKG_CONFIG_PATH environment variable
Package 'fontconfig', required by 'cairo', not found

Consider adjusting the PKG_CONFIG_PATH environment variable if you
installed software in a non-standard prefix.

Alternatively, you may set the environment variables LIBGLADE_CFLAGS
and LIBGLADE_LIBS to avoid the need to call pkg-config.
See the pkg-config man page for more details.


!!! Please attach the following file when filing a report to bugs.gentoo.org:
!!! /var/tmp/portage/gnome-base/libglade-2.6.0/work/libglade-2.6.0/config.log

!!! ERROR: gnome-base/libglade-2.6.0 failed.
Call stack:
  ebuild.sh, line 1621:   Called dyn_compile
  ebuild.sh, line 973:   Called qa_call 'src_compile'
  ebuild.sh, line 44:   Called src_compile
  libglade-2.6.0.ebuild, line 32:   Called gnome2_src_compile
  gnome2.eclass, line 70:   Called gnome2_src_configure
  gnome2.eclass, line 66:   Called econf '--disable-gtk-doc'
  ebuild.sh, line 578:   Called die

!!! econf failed
!!! If you need support, post the topmost build error, and the call stack if relevant.
!!! A complete build log is located at '/var/tmp/portage/gnome-base/libglade-2.6.0/temp/build.log'.


Reproducible: Always

Steps to Reproduce:
1.emerge distcc pulls in libglade which fails
2.
3.




After emerging media-libs/fontconfig it works for me so I guess there is at least one missing package dependency.
Comment 1 Rémi Cardona (RETIRED) gentoo-dev 2007-07-20 09:28:01 UTC
All recent gtk+ versions dep directly on fontconfig, please make sure you're not using old overlays or package.provided (if that stuff even exists).

Please make sure your system is fully up to date using "emerge -DuNa world".

Thanks