Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 268527 - net-libs/xulrunner doesn't merging with libXrender-0.9.2
Summary: net-libs/xulrunner doesn't merging with libXrender-0.9.2
Status: RESOLVED DUPLICATE of bug 238665
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Mozilla Gentoo Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-05-03 22:37 UTC by Ivan Kurnosov
Modified: 2009-07-07 16:06 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 Ivan Kurnosov 2009-05-03 22:37:55 UTC
i use old xorg-server-1.3.0.0-r6 (cause with 1.5 openchrome driver is buggy :-( ), and it has <libXrender-0.9.3 dependency, so - i masked it. but with 0.9.2 xulrunner doesn't compiling. it gives the error below.

Reproducible: Always

Steps to Reproduce:
1. downgrade to libXrender-0.9.2
2. emerge -1 xulrunner


Actual Results:  
gfxMatrix.cpp
i686-pc-linux-gnu-g++ -o gfxMatrix.o -c -I../../../dist/include/system_wrappers -include ../../../config/gcc_hidden.h -DIMPL_THEBES -DMOZILLA_INTERNAL_API -D_IMPL_NS_COM -DEXPORT_XPT_API -DEXPORT_XPTC_API -D_IMPL_NS_COM_OBSOLETE -D_IMPL_NS_GFX -D_IMPL_NS_WIDGET -DIMPL_XREAPI -DIMPL_NS_NET -DIMPL_THEBES  -DOSTYPE=\"Linux2.6.26\" -DOSARCH=Linux -DGENTOO_LIB_DIR=\"/usr/lib\"  -I. -I. -I../../../dist/include/cairo -I../../../dist/include/string -I../../../dist/include/pref -I../../../dist/include/xpcom -I../../../dist/include/unicharutil -I../../../dist/include   -I../../../dist/include/thebes -I/usr/include/nspr     -I../../../dist/sdk/include    -fPIC  -DGENTOO_NSPLUGINS_DIR=\"/usr/lib/nsplugins\" -DGENTOO_NSBROWSER_PLUGINS_DIR=\"/usr/lib/nsbrowser/plugins\"  -fno-rtti -fno-handle-exceptions -Wall -Wconversion -Wpointer-arith -Woverloaded-virtual -Wsynth -Wno-ctor-dtor-privacy -Wno-non-virtual-dtor -Wcast-align -Wno-long-long -march=prescott -pipe -Wno-return-type -w -fno-strict-aliasing -fshort-wchar -pthread -pipe  -DNDEBUG -DTRIMMED -Os -freorder-blocks -fno-reorder-functions  -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12   -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12   -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 -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/gtk-unix-print-2.0   -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12    -DGENTOO_NSPLUGINS_DIR=\"/usr/lib/nsplugins\" -DGENTOO_NSBROWSER_PLUGINS_DIR=\"/usr/lib/nsbrowser/plugins\"  -DMOZILLA_CLIENT -include ../../../mozilla-config.h -Wp,-MD,.deps/gfxMatrix.pp gfxMatrix.cpp
gfxPath.cpp
i686-pc-linux-gnu-g++ -o gfxPath.o -c -I../../../dist/include/system_wrappers -include ../../../config/gcc_hidden.h -DIMPL_THEBES -DMOZILLA_INTERNAL_API -D_IMPL_NS_COM -DEXPORT_XPT_API -DEXPORT_XPTC_API -D_IMPL_NS_COM_OBSOLETE -D_IMPL_NS_GFX -D_IMPL_NS_WIDGET -DIMPL_XREAPI -DIMPL_NS_NET -DIMPL_THEBES  -DOSTYPE=\"Linux2.6.26\" -DOSARCH=Linux -DGENTOO_LIB_DIR=\"/usr/lib\"  -I. -I. -I../../../dist/include/cairo -I../../../dist/include/string -I../../../dist/include/pref -I../../../dist/include/xpcom -I../../../dist/include/unicharutil -I../../../dist/include   -I../../../dist/include/thebes -I/usr/include/nspr     -I../../../dist/sdk/include    -fPIC  -DGENTOO_NSPLUGINS_DIR=\"/usr/lib/nsplugins\" -DGENTOO_NSBROWSER_PLUGINS_DIR=\"/usr/lib/nsbrowser/plugins\"  -fno-rtti -fno-handle-exceptions -Wall -Wconversion -Wpointer-arith -Woverloaded-virtual -Wsynth -Wno-ctor-dtor-privacy -Wno-non-virtual-dtor -Wcast-align -Wno-long-long -march=prescott -pipe -Wno-return-type -w -fno-strict-aliasing -fshort-wchar -pthread -pipe  -DNDEBUG -DTRIMMED -Os -freorder-blocks -fno-reorder-functions  -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12   -I/usr/inIn file included from /usr/include/X11/extensions/Xrender.h:29,
                 from ../../../dist/include/system_wrappers/X11/extensions/Xrender.h:4,
                 from ../../../dist/include/thebes/gfxXlibSurface.h:45,
                 from gfxASurface.cpp:51:
/usr/include/X11/extensions/render.h:29: error: ‘XID’ does not name a type
/usr/include/X11/extensions/render.h:30: error: ‘XID’ does not name a type
/usr/include/X11/extensions/render.h:31: error: ‘XID’ does not name a type
/usr/include/X11/extensions/render.h:32: error: ‘XID’ does not name a type
In file included from ../../../dist/include/system_wrappers/X11/extensions/Xrender.h:4,
                 from ../../../dist/include/thebes/gfxXlibSurface.h:45,
                 from gfxASurface.cpp:51:
/usr/include/X11/extensions/Xrender.h:47: error: ‘PictFormat’ does not name a type
/usr/include/X11/extensions/Xrender.h:69: error: ‘Picture’ does not name a type
/usr/include/X11/extensions/Xrender.h:100: error: ‘GlyphSet’ does not name a type
/usr/include/X11/extensions/Xrender.h:108: error: ‘GlyphSet’ does not name a type
/usr/include/X11/extensions/Xrender.h:116: error: ‘GlyphSet’ does not name a type
/usr/include/X11/extensions/Xrender.h:240: error: ‘Picture’ does not name a type
/usr/include/X11/extensions/Xrender.h:249: error: ‘Picture’ has not been declared
/usr/include/X11/extensions/Xrender.h:255: error: ‘Picture’ has not been declared
/usr/include/X11/extensions/Xrender.h:263: error: ‘Picture’ has not been declared
/usr/include/X11/extensions/Xrender.h:268: error: ‘Picture’ has not been declared
/usr/include/X11/extensions/Xrender.h:273: error: ‘Picture’ has not been declared
/usr/include/X11/extensions/Xrender.h:278: error: ‘Picture’ has not been declared
/usr/include/X11/extensions/Xrender.h:279: error: ‘Picture’ has not been declared
/usr/include/X11/extensions/Xrender.h:280: error: ‘Picture’ has not been declared
/usr/include/X11/extensions/Xrender.h:290: error: ‘GlyphSet’ does not name a type
/usr/include/X11/extensions/Xrender.h:293: error: ‘GlyphSet’ does not name a type
/usr/include/X11/extensions/Xrender.h:297: error: ‘GlyphSet’ has not been declared
/usr/include/X11/extensions/Xrender.h:301: error: ‘GlyphSet’ has not been declared
/usr/include/X11/extensions/Xrender.h:302: error: expected ‘,’ or ‘...’ before ‘*’ token
/usr/include/X11/extensions/Xrender.h:310: error: ‘GlyphSet’ has not been declared
/usr/include/X11/extensions/Xrender.h:311: error: expected ‘,’ or ‘...’ before ‘*’ token
/usr/include/X11/extensions/Xrender.h:317: error: ‘Picture’ has not been declared
/usr/include/X11/extensions/Xrender.h:318: error: ‘Picture’ has not been declared
/usr/include/X11/extensions/Xrender.h:320: error: ‘GlyphSet’ has not been declared
/usr/include/X11/extensions/Xrender.h:331: error: ‘Picture’ has not been declared
/usr/include/X11/extensions/Xrender.h:332: error: ‘Picture’ has not been declared
/usr/include/X11/extensions/Xrender.h:334: error: ‘GlyphSet’ has not been declared
/usr/include/X11/extensions/Xrender.h:345: error: ‘Picture’ has not been declared
/usr/include/X11/extensions/Xrender.h:346: error: ‘Picture’ has not been declared
/usr/include/X11/extensions/Xrender.h:348: error: ‘GlyphSet’ has not been declared
/usr/include/X11/extensions/Xrender.h:359: error: ‘Picture’ has not been declared
/usr/include/X11/extensions/Xrender.h:360: error: ‘Picture’ has not been declared
/usr/include/X11/extensions/Xrender.h:372: error: ‘Picture’ has not been declared
/usr/include/X11/extensions/Xrender.h:373: error: ‘Picture’ has not been declared
/usr/include/X11/extensions/Xrender.h:385: error: ‘Picture’ has not been declared
/usr/include/X11/extensions/Xrender.h:386: error: ‘Picture’ has not been declared
/usr/include/X11/extensions/Xrender.h:398: error: ‘Picture’ has not been declared
/usr/include/X11/extensions/Xrender.h:408: error: ‘Picture’ has not been declared
/usr/include/X11/extensions/Xrender.h:416: error: ‘Picture’ has not been declared
/usr/include/X11/extensions/Xrender.h:417: error: ‘Picture’ has not been declared
/usr/include/X11/extensions/Xrender.h:427: error: ‘Picture’ has not been declared
/usr/include/X11/extensions/Xrender.h:428: error: ‘Picture’ has not been declared
/usr/include/X11/extensions/Xrender.h:438: error: ‘Picture’ has not been declared
/usr/include/X11/extensions/Xrender.h:439: error: ‘Picture’ has not been declared
/usr/include/X11/extensions/Xrender.h:449: error: ‘Picture’ has not been declared
/usr/include/X11/extensions/Xrender.h:450: error: ‘Picture’ has not been declared
/usr/include/X11/extensions/Xrender.h:460: error: ‘Picture’ has not been declared
/usr/include/X11/extensions/Xrender.h:461: error: ‘Picture’ has not been declared
/usr/include/X11/extensions/Xrender.h:477: error: ‘Picture’ has not been declared
/usr/include/X11/extensions/Xrender.h:486: error: ‘Picture’ has not been declared
/usr/include/X11/extensions/Xrender.h:499: error: ‘Picture’ has not been declared
/usr/include/X11/extensions/Xrender.h:505: error: ‘Picture’ does not name a type
/usr/include/X11/extensions/Xrender.h:508: error: ‘Picture’ does not name a type
/usr/include/X11/extensions/Xrender.h:514: error: ‘Picture’ does not name a type
/usr/include/X11/extensions/Xrender.h:520: error: ‘Picture’ does not name a type
clude/cairo -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12   -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 -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/gtk-unix-print-2.0   -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12    -DGENTOO_NSPLUGINS_DIR=\"/usr/lib/nsplugins\" -DGENTOO_NSBROWSER_PLUGINS_DIR=\"/usr/lib/nsbrowser/plugins\"  -DMOZILLA_CLIENT -include ../../../mozilla-config.h -Wp,-MD,.deps/gfxPath.pp gfxPath.cpp
gmake[5]: *** [gfxASurface.o] Error 1
gmake[5]: *** Waiting for unfinished jobs....
gmake[5]: Leaving directory `/var/tmp/portage/net-libs/xulrunner-1.9.0.10/work/mozilla/gfx/thebes/src'
gmake[4]: *** [libs] Error 2
gmake[4]: Leaving directory `/var/tmp/portage/net-libs/xulrunner-1.9.0.10/work/mozilla/gfx/thebes'
gmake[3]: *** [libs] Error 2
gmake[3]: Leaving directory `/var/tmp/portage/net-libs/xulrunner-1.9.0.10/work/mozilla/gfx'
gmake[2]: *** [libs_tier_gecko] Error 2
gmake[2]: Leaving directory `/var/tmp/portage/net-libs/xulrunner-1.9.0.10/work/mozilla'
gmake[1]: *** [tier_gecko] Error 2
gmake[1]: Leaving directory `/var/tmp/portage/net-libs/xulrunner-1.9.0.10/work/mozilla'
make: *** [default] Error 2
 [31;01m*[0m 
 [31;01m*[0m ERROR: net-libs/xulrunner-1.9.0.10 failed.
 [31;01m*[0m Call stack:
 [31;01m*[0m               ebuild.sh, line   48:  Called src_compile
 [31;01m*[0m             environment, line 5072:  Called _eapi2_src_compile
 [31;01m*[0m               ebuild.sh, line  625:  Called die
 [31;01m*[0m The specific snippet of code:
 [31;01m*[0m   		emake || die "emake failed"
 [31;01m*[0m  The die message:
 [31;01m*[0m   emake failed
 [31;01m*[0m 
 [31;01m*[0m If you need support, post the topmost build error, and the call stack if relevant.
 [31;01m*[0m A complete build log is located at '/var/tmp/portage/net-libs/xulrunner-1.9.0.10/temp/build.log'.
 [31;01m*[0m The ebuild environment file is located at '/var/tmp/portage/net-libs/xulrunner-1.9.0.10/temp/environment'.
 [31;01m*[0m 
!!! When you file a bug report, please include the following information:
GENTOO_VM=  CLASSPATH="" JAVA_HOME="/etc/java-config-2/current-system-vm"
JAVACFLAGS="" COMPILER=""
and of course, the output of emerge --info



Portage 2.1.6.11 (default/linux/x86/2008.0/desktop, gcc-4.3.2, glibc-2.8_p20080602-r1, 2.6.26.7 i686)
=================================================================
System uname: Linux-2.6.26.7-i686-Intel-R-_Core-TM-2_CPU_4400_@_2.00GHz-with-glibc2.0
Timestamp of tree: Sun, 03 May 2009 01:45:01 +0000
distcc 3.0 i686-pc-linux-gnu [disabled]
ccache version 2.4 [enabled]
app-shells/bash:     3.2_p39
dev-java/java-config: 2.1.7
dev-lang/python:     2.5.4-r2
dev-util/ccache:     2.4-r7
dev-util/cmake:      2.6.2-r1
sys-apps/baselayout: 1.12.11.1
sys-apps/sandbox:    1.6-r2
sys-devel/autoconf:  2.13, 2.63
sys-devel/automake:  1.7.9-r1, 1.8.5-r3, 1.9.6-r2, 1.10.2
sys-devel/binutils:  2.18-r3
sys-devel/gcc-config: 1.4.0-r4
sys-devel/libtool:   1.5.26
virtual/os-headers:  2.6.27-r2
ACCEPT_KEYWORDS="x86"
CBUILD="i686-pc-linux-gnu"
CFLAGS="-march=prescott -O2 -pipe -fomit-frame-pointer"
CHOST="i686-pc-linux-gnu"
CONFIG_PROTECT="/etc /usr/kde/3.5/env /usr/kde/3.5/share/config /usr/kde/3.5/shutdown /usr/share/config"
CONFIG_PROTECT_MASK="/etc/ca-certificates.conf /etc/env.d /etc/env.d/java/ /etc/fonts/fonts.conf /etc/gconf /etc/php/apache2-php5/ext-active/ /etc/php/cgi-php5/ext-active/ /etc/php/cli-php5/ext-active/ /etc/revdep-rebuild /etc/sandbox.d /etc/splash /etc/terminfo /etc/udev/rules.d"
CXXFLAGS="-march=prescott -O2 -pipe -fomit-frame-pointer"
DISTDIR="/mnt/nfs_portage/distfiles"
FEATURES="ccache distlocks fixpackages parallel-fetch protect-owned sandbox sfperms strict unmerge-orphans userfetch"
GENTOO_MIRRORS="http://distfiles.gentoo.org http://distro.ibiblio.org/pub/linux/distributions/gentoo"
LANG="ru_RU.UTF-8"
LC_ALL="ru_RU.UTF-8"
LDFLAGS="-Wl,-O1"
MAKEOPTS="-j6"
PKGDIR="/mnt/nfs_portage/packages"
PORTAGE_CONFIGROOT="/"
PORTAGE_RSYNC_OPTS="--recursive --links --safe-links --perms --times --compress --force --whole-file --delete --stats --timeout=180 --exclude=/distfiles --exclude=/local --exclude=/packages"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/mnt/nfs_portage"
PORTDIR_OVERLAY="/usr/local/layman/qutim-overlay /usr/local/layman/nano"
SYNC="rsync://rsync.gentoo.org/gentoo-portage"
USE="3dnow 3dnowext X acl acpi alsa arts bash-completion berkdb bluetooth branding bzip2 cairo cdr cli cracklib crypt cups dbus dri dvd dvdr dvdread eds emboss encode esd evo fam firefox flac fortran gdbm gif gnome gpm gstreamer gtk hal iconv isdnlog jpeg kde kdeenablefinal ldap libnotify mad midi mikmod mp3 mpeg mudflap ncurses nls nptl nptlonly ogg opengl openmp oss pam pcre pdf perl png ppds pppd python qt3 qt3support qt4 quicktime readline reflection samba sdl session spell spl sse sse2 ssl ssse3 startup-notification svg sysfs tcpd tiff truetype unicode usb userlocales vorbis win32codecs x86 xml xorg xulrunner xv zlib" ALSA_CARDS="ali5451 als4000 atiixp atiixp-modem bt87x ca0106 cmipci emu10k1 emu10k1x ens1370 ens1371 es1938 es1968 fm801 hda-intel intel8x0 intel8x0m maestro3 trident usb-audio via82xx via82xx-modem ymfpci" ALSA_PCM_PLUGINS="adpcm alaw asym copy dmix dshare dsnoop empty extplug file hooks iec958 ioplug ladspa lfloat linear meter mmap_emul mulaw multi null plug rate route share shm softvol" APACHE2_MODULES="actions alias auth_basic authn_alias authn_anon authn_dbm authn_default authn_file authz_dbm authz_default authz_groupfile authz_host authz_owner authz_user autoindex cache dav dav_fs dav_lock deflate dir disk_cache env expires ext_filter file_cache filter headers include info log_config logio mem_cache mime mime_magic negotiation rewrite setenvif speling status unique_id userdir usertrack vhost_alias" ELIBC="glibc" INPUT_DEVICES="keyboard mouse evdev" KERNEL="linux" LCD_DEVICES="bayrad cfontz cfontz633 glk hd44780 lb216 lcdm001 mtxorb ncurses text" USERLAND="GNU" VIDEO_CARDS="openchrome via vesa"
Unset:  CPPFLAGS, CTARGET, EMERGE_DEFAULT_OPTS, FFLAGS, INSTALL_MASK, LINGUAS, PORTAGE_COMPRESS, PORTAGE_COMPRESS_FLAGS, PORTAGE_RSYNC_EXTRA_OPTS
Comment 1 Jules Gagnon 2009-05-27 21:06:20 UTC
This is a duplicate of bug #238665.

The same problem exists with renderproto-0.9.3. renderproto-0.9.3-r1 fixes it, but it will be soon removed (see bug #263823).
Comment 2 Nirbheek Chauhan (RETIRED) gentoo-dev 2009-07-07 16:06:11 UTC

*** This bug has been marked as a duplicate of bug 238665 ***