Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 438538 - x11-libs/cairo-1.12.2-r4 fails to build with USE="-opengl"
Summary: x11-libs/cairo-1.12.2-r4 fails to build with USE="-opengl"
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo X packagers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-10-16 05:38 UTC by Patrick Lauer
Modified: 2012-10-31 23:27 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 Patrick Lauer gentoo-dev 2012-10-16 05:38:19 UTC
cairo-gl-private.h: At top level:
cairo-gl-private.h:494:32: error: unknown type name 'GLfloat'
cairo-gl-private.h:495:32: error: unknown type name 'GLfloat'
cairo-gl-private.h:496:32: error: unknown type name 'GLfloat'
cairo-gl-private.h:497:32: error: unknown type name 'GLfloat'
cairo-gl-private.h:502:33: error: unknown type name 'GLfloat'
cairo-gl-private.h:503:33: error: unknown type name 'GLfloat'
cairo-gl-private.h:504:33: error: unknown type name 'GLfloat'
cairo-gl-private.h:505:33: error: unknown type name 'GLfloat'
cairo-gl-private.h:506:33: error: unknown type name 'GLfloat'
cairo-gl-private.h:507:33: error: unknown type name 'GLfloat'
cairo-gl-private.h:508:33: error: unknown type name 'GLfloat'
cairo-gl-private.h:509:33: error: unknown type name 'GLfloat'
cairo-gl-private.h:535:10: error: unknown type name 'GLenum'
cairo-gl-private.h:535:35: error: unknown type name 'GLenum'
cairo-gl-private.h:536:10: error: unknown type name 'GLenum'
cairo-gl-private.h:607:5: error: unknown type name 'GLfloat'
cairo-gl-private.h:644:1: error: unknown type name 'GLint'
cairo-gl-private.h:664:25: error: unknown type name 'GLfloat'
cairo-gl-private.h:665:25: error: unknown type name 'GLfloat'
cairo-gl-private.h:666:25: error: unknown type name 'GLfloat'
cairo-gl-private.h:735:1: error: 'cairo_gl_surface_create' undeclared here (not in a function)
cairo-gl-private.h:736:1: error: 'cairo_gl_surface_create_for_texture' undeclared here (not in a function)
cairo-egl-context.c:48:5: error: unknown type name 'EGLDisplay'
cairo-egl-context.c:49:5: error: unknown type name 'EGLContext'
cairo-egl-context.c:51:5: error: unknown type name 'EGLSurface'
cairo-egl-context.c:57:5: error: unknown type name 'EGLSurface'
cairo-egl-context.c: In function '_egl_acquire':
cairo-egl-context.c:65:5: error: unknown type name 'EGLSurface'
cairo-egl-context.c:75:5: error: implicit declaration of function 'eglMakeCurrent' [-Werror=implicit-function-declaration]
cairo-egl-context.c:75:5: warning: nested extern declaration of 'eglMakeCurrent' [-Wnested-externs]
cairo-egl-context.c: In function '_egl_release':
cairo-egl-context.c:85:7: error: 'EGL_NO_SURFACE' undeclared (first use in this function)
cairo-egl-context.c:85:7: note: each undeclared identifier is reported only once for each function it appears in
cairo-egl-context.c:85:39: error: 'EGL_NO_CONTEXT' undeclared (first use in this function)
cairo-egl-context.c: In function '_egl_swap_buffers':
cairo-egl-context.c:105:5: error: implicit declaration of function 'eglSwapBuffers' [-Werror=implicit-function-declaration]
cairo-egl-context.c:105:5: warning: nested extern declaration of 'eglSwapBuffers' [-Wnested-externs]
cairo-egl-context.c: In function '_egl_destroy':
cairo-egl-context.c:114:7: error: 'EGL_NO_SURFACE' undeclared (first use in this function)
cairo-egl-context.c:114:39: error: 'EGL_NO_CONTEXT' undeclared (first use in this function)
cairo-egl-context.c:116:9: error: implicit declaration of function 'eglDestroySurface' [-Werror=implicit-function-declaration]
cairo-egl-context.c:116:9: warning: nested extern declaration of 'eglDestroySurface' [-Wnested-externs]
cairo-egl-context.c: In function '_egl_make_current_surfaceless':
cairo-egl-context.c:124:5: error: implicit declaration of function 'eglQueryString' [-Werror=implicit-function-declaration]
cairo-egl-context.c:124:5: warning: nested extern declaration of 'eglQueryString' [-Wnested-externs]
cairo-egl-context.c:124:47: error: 'EGL_EXTENSIONS' undeclared (first use in this function)
cairo-egl-context.c:130:4: error: 'EGL_NO_SURFACE' undeclared (first use in this function)
cairo-egl-context.c: At top level:
cairo-egl-context.c:137:26: error: unknown type name 'EGLDisplay'
cairo-egl-context.c:137:42: error: unknown type name 'EGLContext'
cairo-egl-context.c:211:6: error: unknown type name 'EGLSurface'
cairo-egl-context.c:62:1: warning: '_egl_acquire' defined but not used [-Wunused-function]
cairo-egl-context.c:80:1: warning: '_egl_release' defined but not used [-Wunused-function]
cairo-egl-context.c:89:1: warning: '_egl_make_current' defined but not used [-Wunused-function]
cairo-egl-context.c:99:1: warning: '_egl_swap_buffers' defined but not used [-Wunused-function]
cairo-egl-context.c:109:1: warning: '_egl_destroy' defined but not used [-Wunused-function]
cairo-egl-context.c:120:1: warning: '_egl_make_current_surfaceless' defined but not used [-Wunused-function]
cc1: some warnings being treated as errors
make[3]: *** [cairo-egl-context.lo] Error 1
make[3]: *** Waiting for unfinished jobs....
cairo-vg-surface.c: In function 'egl_create_target':
cairo-vg-surface.c:1781:8: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast]
make[3]: Leaving directory `/var/tmp/portage/x11-libs/cairo-1.12.2-r4/work/cairo-1.12.2/src'
make[2]: *** [all] Error 2
make[2]: Leaving directory `/var/tmp/portage/x11-libs/cairo-1.12.2-r4/work/cairo-1.12.2/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/var/tmp/portage/x11-libs/cairo-1.12.2-r4/work/cairo-1.12.2'
make: *** [all] Error 2
 * ERROR: x11-libs/cairo-1.12.2-r4 failed (compile phase):
 *   emake failed

Portage 2.1.11.11 (default/linux/amd64/10.0, gcc-4.6.3, glibc-2.15-r3, 3.5.4-vs2.3.4.3 x86_64)
=================================================================
System uname: Linux-3.5.4-vs2.3.4.3-x86_64-AMD_Phenom-tm-_II_X4_965_Processor-with-gentoo-2.2
Timestamp of tree: Unknown
app-shells/bash:          4.2_p37
dev-java/java-config:     2.1.12
dev-lang/python:          2.7.3-r2, 3.2.3-r1
dev-util/cmake:           2.8.9
dev-util/pkgconfig:       0.27.1
sys-apps/baselayout:      2.2
sys-apps/openrc:          0.10.5
sys-apps/sandbox:         2.6
sys-devel/autoconf:       2.13, 2.69
sys-devel/automake:       1.11.6, 1.12.4
sys-devel/binutils:       2.22.90
sys-devel/gcc:            4.6.3
sys-devel/gcc-config:     1.7.3
sys-devel/libtool:        2.4.2
sys-devel/make:           3.82-r4
sys-kernel/linux-headers: 3.6 (virtual/os-headers)
sys-libs/glibc:           2.15-r3
Repositories: gentoo
ACCEPT_KEYWORDS="amd64 ~amd64"
ACCEPT_LICENSE="* -@EULA"
CBUILD="x86_64-pc-linux-gnu"
CFLAGS="-O2 -pipe"
CHOST="x86_64-pc-linux-gnu"
CONFIG_PROTECT="/etc /usr/share/config /usr/share/gnupg/qualified.txt /usr/share/themes/oxygen-gtk/gtk-2.0 /var/lib/hsqldb"
CONFIG_PROTECT_MASK="/etc/ca-certificates.conf /etc/env.d /etc/fonts/fonts.conf /etc/gconf /etc/gentoo-release /etc/revdep-rebuild /etc/sandbox.d /etc/terminfo"
CXXFLAGS="-O2 -pipe"
DISTDIR="/usr/portage/distfiles"
FCFLAGS="-O2 -pipe"
FEATURES="assume-digests binpkg-logs buildpkg config-protect-if-modified distlocks ebuild-locks fixlafiles news parallel-fetch parse-eapi-ebuild-head protect-owned sandbox sfperms strict test unknown-features-warn unmerge-logs unmerge-orphans userfetch"
FFLAGS="-O2 -pipe"
GENTOO_MIRRORS="http://distfiles.gentoo.org"
LANG="POSIX"
LDFLAGS="-Wl,-O1 -Wl,--as-needed"
MAKEOPTS="-j4"
PKGDIR="/usr/portage/packages"
PORTAGE_CONFIGROOT="/"
PORTAGE_RSYNC_OPTS="--recursive --links --safe-links --perms --times --compress --force --whole-file --delete --stats --human-readable --timeout=180 --exclude=/distfiles --exclude=/local --exclude=/packages"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
PORTDIR_OVERLAY=""
SYNC="rsync://rsync.gentoo.org/gentoo-portage"
USE="acl amd64 berkdb bzip2 cli cracklib crypt cups cxx dri egl fortran gdbm gpm iconv ipv6 mmx modules mudflap multilib ncurses nls nptl openmp openvg pam pcre pppd readline session sse sse2 ssl tcpd unicode xa xvfb zlib" ALSA_CARDS="ali5451 als4000 atiixp atiixp-modem bt87x ca0106 cmipci 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="authn_core authz_core socache_shmcb unixd 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 cgi cgid 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" CALLIGRA_FEATURES="kexi words flow plan sheets stage tables krita karbon braindump" CAMERAS="ptp2" COLLECTD_PLUGINS="df interface irq load memory rrdtool swap syslog" ELIBC="glibc" GPSD_PROTOCOLS="ashtech aivdm earthmate evermore fv18 garmin garmintxt gpsclock itrax mtk3301 nmea ntrip navcom oceanserver oldstyle oncore rtcm104v2 rtcm104v3 sirf superstar2 timing tsip tripmate tnt ubx" INPUT_DEVICES="keyboard mouse evdev" KERNEL="linux" LCD_DEVICES="bayrad cfontz cfontz633 glk hd44780 lb216 lcdm001 mtxorb ncurses text" LIBREOFFICE_EXTENSIONS="presenter-console presenter-minimizer" PHP_TARGETS="php5-3" PYTHON_TARGETS="python3_2 python2_7" RUBY_TARGETS="ruby18" USERLAND="GNU" VIDEO_CARDS="vesa" XTABLES_ADDONS="quota2 psd pknock lscan length2 ipv4options ipset ipp2p iface geoip fuzzy condition tee tarpit sysrq steal rawnat logmark ipmark dhcpmac delude chaos account"
Unset:  CPPFLAGS, CTARGET, EMERGE_DEFAULT_OPTS, INSTALL_MASK, LC_ALL, LINGUAS, PORTAGE_BUNZIP2_COMMAND, PORTAGE_COMPRESS, PORTAGE_COMPRESS_FLAGS, PORTAGE_RSYNC_EXTRA_OPTS, USE_PYTHON
Comment 1 Rémi Cardona (RETIRED) gentoo-dev 2012-10-16 06:21:10 UTC
Please attach the full build.log and the config.log as well.

Thanks
Comment 2 Chí-Thanh Christopher Nguyễn gentoo-dev 2012-10-31 23:27:58 UTC
cairo-1.12.6[-opengl] built fine here.
Please reopen with full build log if you still see this problem.