Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 71504 - net-www/mozilla-firefox-1.0-r3 failed to build
Summary: net-www/mozilla-firefox-1.0-r3 failed to build
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All All
: High normal (vote)
Assignee: Mozilla Gentoo Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-11-17 01:43 UTC by Serge Matveev
Modified: 2004-11-18 18:55 UTC (History)
1 user (show)

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 Serge Matveev 2004-11-17 01:43:59 UTC
checking for libIDL-2.0 >= 0.8.0... yes
checking LIBIDL_CFLAGS... -I/usr/include/libIDL-2.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include  
checking LIBIDL_LIBS... -lIDL-2 -lglib-2.0  
checking for glib-2.0 >= 1.3.7... yes
checking GLIB_CFLAGS... -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include  
checking GLIB_LIBS... -lglib-2.0  
checking for cairo >= 0.1.17... Package xrender was not found in the pkg-config search path.
Perhaps you should add the directory containing `xrender.pc'
to the PKG_CONFIG_PATH environment variable
Package 'xrender', required by 'cairo', not found

configure: error: Library requirements (cairo >= 0.1.17) not met; consider adjusting the PKG_CONFIG_PATH environment variable if your libraries are in a nonstandard prefix so pkg-config can find them.

!!! ERROR: net-www/mozilla-firefox-1.0-r3 failed.
!!! Function econf, Line 449, Exitcode 1
!!! econf failed
!!! If you need support, post the topmost build error, NOT this status message.


Portage 2.0.51-r3 (default-linux/x86/2004.0, gcc-3.4.3, glibc-2.3.4.20041102-r0, 2.6.9-gentoo-r1 i686)
=================================================================
System uname: 2.6.9-gentoo-r1 i686 Pentium III (Katmai)
Gentoo Base System version 1.6.6
Autoconf: sys-devel/autoconf-2.59-r5
Automake: sys-devel/automake-1.8.5-r1
Binutils: sys-devel/binutils-2.15.92.0.2-r1
Headers:  sys-kernel/linux-headers-2.4.22
Libtools: sys-devel/libtool-1.5.2-r7
ACCEPT_KEYWORDS="x86 ~x86"
AUTOCLEAN="yes"
CFLAGS="-march=pentium3 -O3 -pipe -msse -mmmx -mfpmath=sse -fomit-frame-pointer -fforce-addr -falign-functions=4 -fprefetch-loop-arrays"
CHOST="i686-pc-linux-gnu"
COMPILER=""
CONFIG_PROTECT="/etc /usr/X11R6/lib/X11/xkb /usr/kde/2/share/config /usr/kde/3/share/config /usr/share/config /var/bind /var/qmail/control"
CONFIG_PROTECT_MASK="/etc/gconf /etc/terminfo /etc/env.d"
CXXFLAGS="-march=pentium3 -O3 -pipe -msse -mmmx -mfpmath=sse -fomit-frame-pointer -fforce-addr -falign-functions=4 -fprefetch-loop-arrays"
DISTDIR="/home/distfiles"
FEATURES="autoaddcvs autoconfig ccache distlocks sandbox sfperms"
GENTOO_MIRRORS="http://128.213.5.34/gentoo/ http://trumpetti.atm.tut.fi/gentoo/ http://ds.thn.htu.se/linux/gentoo http://linux.rz.ruhr-uni-bochum.de/download/gentoo-mirror/ http://gentoo.inode.at/"
MAKEOPTS="-j2"
PKGDIR="/usr/portage/packages"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
PORTDIR_OVERLAY="/usr/local/portage"
SYNC="rsync://rsync.gentoo.org/gentoo-portage"
USE="S3TC X Xaw3d aavm alsa async avi berkdb bitmap-fonts chroot crypt dillo divx4linux dnd encode escreen esd evo f77 ffmpeg flac foomaticdb fortran gd gdbm geoip gif gpm gtk gtk2 imagemagick java javascript jbig jikes jpeg lcms libg++ libwww live lua lzo mad matroska mbox mdb mmap mmx mmx2 mng modelock moznocompose moznoirc moznomail mozp3p mozsvg mpeg ncurses network offensive oggvorbis opengl operanom2 oss pam pda pdflib perl pic png python quicktime radeon readline real rtc sasl sdl sox speex spell sse ssl svg tcpd theora tiff truetype type1 usb userlocales vdesktop vim-with-x wmf wxwindows x86 xml xmms xosd xv xvid xvmc zlib video_cards_radeon"
Comment 1 Aron Griffis (RETIRED) gentoo-dev 2004-11-18 18:55:42 UTC
Fixed. Didn't bump the rev, so you'll just have to --sync in a couple hours.

+# xrender.pc appeared for the first time in xorg-x11-6.7.0-r2
+# and is required to build with support for cairo.
 RDEPEND="java? ( virtual/jre )
-       mozsvg? ( x11-libs/cairo )
+       mozsvg? (
+               >=x11-base/xorg-x11-6.7.0-r2
+               x11-libs/cairo
+       )
        crypt? ( !moznomail? ( >=app-crypt/gnupg-1.2.1 ) )"