Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 499072 - www-client/chromium-33.0.1750.46 error: prototype for ‘bool ui::OSExchangeDataProviderAuraX11::GetURLAndTitle(ui::OSExchangeData::FilenameToURLPolicy, GURL*, base::string16*) const’ does not match any in class ‘ui::OSExchangeDataProviderAuraX11’
Summary: www-client/chromium-33.0.1750.46 error: prototype for ‘bool ui::OSExchangeDat...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Chromium Project
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-01-23 20:07 UTC by Vasco Gervasi
Modified: 2014-02-02 11:31 UTC (History)
10 users (show)

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


Attachments
emerge --info (info,16.09 KB, text/plain)
2014-01-23 20:07 UTC, Vasco Gervasi
Details
build.log (build.log.tar.gz,248.88 KB, application/gzip)
2014-01-23 20:08 UTC, Vasco Gervasi
Details
chromium-33.0.1750.46-header_fix.diff (chromium-33.0.1750.46-header_fix.diff,797 bytes, patch)
2014-02-01 21:02 UTC, Markus Peloquin
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Vasco Gervasi 2014-01-23 20:07:24 UTC
Hi all,
I am trying to update chromium to 33.0.1750.46, but I get this error:

<command-line>:0:0: warning: "_FORTIFY_SOURCE" redefined [enabled by default]
../../ui/base/dragdrop/os_exchange_data_provider_aurax11.cc:1:0: note: this is the location of the previous definition
 // Copyright (c) 2012 The Chromium Authors. All rights reserved.
 ^
../../ui/base/dragdrop/os_exchange_data_provider_aurax11.cc: In member function ‘virtual ui::OSExchangeData::Provider* ui::OSExchangeDataProviderAuraX11::Clone() const’:
../../ui/base/dragdrop/os_exchange_data_provider_aurax11.cc:106:74: error: cannot allocate an object of abstract type ‘ui::OSExchangeDataProviderAuraX11’
   OSExchangeDataProviderAuraX11* ret = new OSExchangeDataProviderAuraX11();
                                                                          ^
In file included from ../../ui/base/dragdrop/os_exchange_data_provider_aurax11.cc:5:0:
../../ui/base/dragdrop/os_exchange_data_provider_aurax11.h:32:17: note:   because the following virtual functions are pure within ‘ui::OSExchangeDataProviderAuraX11’:
 class UI_EXPORT OSExchangeDataProviderAuraX11
                 ^
In file included from ../../ui/base/dragdrop/os_exchange_data_provider_aurax11.h:18:0,
                 from ../../ui/base/dragdrop/os_exchange_data_provider_aurax11.cc:5:
../../ui/base/dragdrop/os_exchange_data.h:114:18: note:         virtual bool ui::OSExchangeData::Provider::GetURLAndTitle(ui::OSExchangeData::FilenameToURLPolicy, GURL*, base::string16*) const
     virtual bool GetURLAndTitle(FilenameToURLPolicy policy,
                  ^
../../ui/base/dragdrop/os_exchange_data_provider_aurax11.cc: At global scope:
../../ui/base/dragdrop/os_exchange_data_provider_aurax11.cc:179:6: error: prototype for ‘bool ui::OSExchangeDataProviderAuraX11::GetURLAndTitle(ui::OSExchangeData::FilenameToURLPolicy, GURL*, base::string16*) const’ does not match any in class ‘ui::OSExchangeDataProviderAuraX11’
 bool OSExchangeDataProviderAuraX11::GetURLAndTitle(
      ^
In file included from ../../ui/base/dragdrop/os_exchange_data_provider_aurax11.cc:5:0:
../../ui/base/dragdrop/os_exchange_data_provider_aurax11.h:68:16: error: candidate is: virtual bool ui::OSExchangeDataProviderAuraX11::GetURLAndTitle(GURL*, base::string16*) const
   virtual bool GetURLAndTitle(GURL* url, base::string16* title) const OVERRIDE;
                ^
../../ui/base/dragdrop/os_exchange_data_provider_aurax11.cc: In static member function ‘static ui::OSExchangeData::Provider* ui::OSExchangeData::CreateProvider()’:
../../ui/base/dragdrop/os_exchange_data_provider_aurax11.cc:380:44: error: cannot allocate an object of abstract type ‘ui::OSExchangeDataProviderAuraX11’
   return new OSExchangeDataProviderAuraX11();
                                            ^
In file included from ../../ui/base/dragdrop/os_exchange_data_provider_aurax11.cc:5:0:
../../ui/base/dragdrop/os_exchange_data_provider_aurax11.h:32:17: note:   since type ‘ui::OSExchangeDataProviderAuraX11’ has pure virtual functions
 class UI_EXPORT OSExchangeDataProviderAuraX11
                 ^
../../ui/base/dragdrop/os_exchange_data_provider_aurax11.cc:381:1: warning: control reaches end of non-void function [-Wreturn-type]
 }
 ^
<command-line>:0:0: warning: "_FORTIFY_SOURCE" redefined [enabled by default]
../../ui/base/l10n/l10n_util.cc:1:0: note: this is the location of the previous definition
 // Copyright (c) 2012 The Chromium Authors. All rights reserved.
 ^
<command-line>:0:0: warning: "_FORTIFY_SOURCE" redefined [enabled by default]
../../ui/base/layout.cc:1:0: note: this is the location of the previous definition
 // Copyright (c) 2012 The Chromium Authors. All rights reserved.
 ^
Comment 1 Vasco Gervasi 2014-01-23 20:07:49 UTC
Created attachment 368588 [details]
emerge --info
Comment 2 Vasco Gervasi 2014-01-23 20:08:17 UTC
Created attachment 368590 [details]
build.log
Comment 3 Alice Ferrazzi Gentoo Infrastructure gentoo-dev 2014-01-24 08:16:30 UTC
i get same error

# emerge --info
Portage 2.2.7 (default/linux/amd64/13.0, gcc-4.6.3, glibc-2.17, 3.10.7-gentoo-r101 x86_64)
=================================================================
System uname: Linux-3.10.7-gentoo-r101-x86_64-Intel-R-_Core-TM-_i7-3770K_CPU_@_3.50GHz-with-gentoo-2.2
KiB Mem:    16318448 total,   4244980 free
KiB Swap:    1000444 total,     96792 free
Timestamp of tree: Fri, 24 Jan 2014 04:45:01 +0000
ld GNU ld (GNU Binutils) 2.23.2
app-shells/bash:          4.2_p45
dev-java/java-config:     2.1.12-r1
dev-lang/python:          2.7.5-r3, 3.2.5-r3, 3.3.3
dev-util/cmake:           2.8.11.2
dev-util/pkgconfig:       0.28
sys-apps/baselayout:      2.2
sys-apps/openrc:          0.12.4
sys-apps/sandbox:         2.6-r1
sys-devel/autoconf:       2.13, 2.69
sys-devel/automake:       1.10.3, 1.11.6, 1.12.6, 1.13.4
sys-devel/binutils:       2.23.2
sys-devel/gcc:            4.6.3, 4.7.3-r1
sys-devel/gcc-config:     1.7.3
sys-devel/libtool:        2.4.2
sys-devel/make:           3.82-r4
sys-kernel/linux-headers: 3.9 (virtual/os-headers)
sys-libs/glibc:           2.17
Repositories: gentoo vmware freebsd_alice betagarden gentoo-zh
ACCEPT_KEYWORDS="amd64"
ACCEPT_LICENSE="* -@EULA"
CBUILD="x86_64-pc-linux-gnu"
CFLAGS="-O2 -march=native -pipe"
CHOST="x86_64-pc-linux-gnu"
CONFIG_PROTECT="/etc /usr/share/gnupg/qualified.txt"
CONFIG_PROTECT_MASK="/etc/ca-certificates.conf /etc/dconf /etc/env.d /etc/fonts/fonts.conf /etc/gconf /etc/gentoo-release /etc/revdep-rebuild /etc/sandbox.d /etc/terminfo"
CXXFLAGS="-O2 -march=native -pipe"
DISTDIR="/usr/portage/distfiles"
FCFLAGS="-O2 -pipe"
FEATURES="assume-digests binpkg-logs config-protect-if-modified distlocks ebuild-locks fixlafiles merge-sync news parallel-fetch preserve-libs protect-owned sandbox sfperms strict unknown-features-warn unmerge-logs unmerge-orphans userfetch userpriv usersandbox usersync"
FFLAGS="-O2 -pipe"
GENTOO_MIRRORS="ftp://gg3.net/pub/linux/gentoo/ ftp://ftp.iij.ad.jp/pub/linux/gentoo/ http://ftp.iij.ad.jp/pub/linux/gentoo/ http://ftp.jaist.ac.jp/pub/Linux/Gentoo/ ftp://ftp.jaist.ac.jp/pub/Linux/Gentoo/"
LANG="en_US.UTF-8"
LDFLAGS="-Wl,-O1 -Wl,--as-needed"
MAKEOPTS="-j8"
PKGDIR="/usr/portage/packages"
PORTAGE_CONFIGROOT="/"
PORTAGE_RSYNC_OPTS="--recursive --links --safe-links --perms --times --omit-dir-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="/var/lib/layman/vmware /var/lib/layman/aliceinwire /var/lib/layman/betagarden /var/lib/layman/gentoo-zh"
SYNC="rsync://rsync.jp.gentoo.org/gentoo-portage"
USE="X \ acl acpi alsa amd64 avahi bash-completion battery bindist bzip2 cairo cjk cleartype cli consolekit corefonts cracklib crypt cups cxx dbus devicekit dri emacs encode freetype ftp gdbm gif glibc gtk2 hal history i915 iconv ieee1394 imagemagick imap ipv6 jabber javascript jpeg libg++ maildir mime mmx modules multilib ncurses nls nptl nptlonly opengl openmp oss pam pcre pdf perl pmu png policykit posix python readline samba session spell sql sse sse2 ssl ssse3 svg symlink sysfs tcpd tiff trayicon truetype udev unicode usb vhosts vim vim-syntax xine xml xml2 xpm xulrunner zlib zsh-completion" ABI_X86="64" 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" 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 author" 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 ublox 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" OFFICE_IMPLEMENTATION="libreoffice" PHP_TARGETS="php5-5" PYTHON_SINGLE_TARGET="python2_7" PYTHON_TARGETS="python2_7 python3_3" RUBY_TARGETS="ruby19 ruby18" USERLAND="GNU" VIDEO_CARDS="i915 intel" 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, PORTAGE_BUNZIP2_COMMAND, PORTAGE_COMPRESS, PORTAGE_COMPRESS_FLAGS, PORTAGE_RSYNC_EXTRA_OPTS, USE_PYTHON
Comment 4 Michael Mair-Keimberger (iamnr3) 2014-01-25 10:29:33 UTC
I can confirm this bug.


Portage 2.2.8-r1 (default/linux/amd64/13.0, gcc-4.8.2, glibc-2.18-r1, 3.13.0-rc8 x86_64)
=================================================================
System uname: Linux-3.13.0-rc8-x86_64-AMD_FX-tm-8350_Eight-Core_Processor-with-gentoo-2.2
KiB Mem:    16356248 total,   8341644 free
KiB Swap:    8388600 total,   8388600 free
Timestamp of tree: Sat, 25 Jan 2014 05:15:01 +0000
ld GNU ld (GNU Binutils) 2.24
app-shells/bash:          4.2_p45-r1
dev-lang/python:          2.7.6, 3.3.3
dev-util/cmake:           2.8.12.1-r4
dev-util/pkgconfig:       0.28
sys-apps/baselayout:      2.2
sys-apps/openrc:          0.12.4
sys-apps/sandbox:         2.6-r1
sys-devel/autoconf:       2.13, 2.69
sys-devel/automake:       1.11.6, 1.12.6, 1.14.1
sys-devel/binutils:       2.24-r2
sys-devel/gcc:            4.8.2
sys-devel/gcc-config:     1.8
sys-devel/libtool:        2.4.2
sys-devel/make:           4.0-r1
sys-kernel/linux-headers: 3.13 (virtual/os-headers)
sys-libs/glibc:           2.18-r1
Repositories: gentoo local sunrise hasufell x11 gamerlay
ACCEPT_KEYWORDS="amd64 ~amd64"
ACCEPT_LICENSE="* -@EULA"
CBUILD="x86_64-pc-linux-gnu"
CFLAGS="-O2 -pipe -march=bdver2 -mprefer-avx128"
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 /usr/share/themes/oxygen-gtk/gtk-3.0"
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 -march=bdver2 -mprefer-avx128"
DISTDIR="/usr/portage/distfiles"
FCFLAGS="-O2 -pipe"
FEATURES="assume-digests binpkg-logs config-protect-if-modified distlocks ebuild-locks fixlafiles merge-sync news parallel-fetch preserve-libs protect-owned sandbox sfperms strict unknown-features-warn unmerge-logs unmerge-orphans userfetch userpriv usersandbox usersync"
FFLAGS="-O2 -pipe"
GENTOO_MIRRORS="http://distfiles.gentoo.org"
LANG="en_US.utf8"
LDFLAGS="-Wl,-O1 -Wl,--as-needed"
MAKEOPTS="-j9"
PKGDIR="/usr/portage/packages"
PORTAGE_CONFIGROOT="/"
PORTAGE_RSYNC_OPTS="--recursive --links --safe-links --perms --times --omit-dir-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="/media/public/overlays/local /media/public/overlays/layman/sunrise /media/public/overlays/layman/hasufell /media/public/overlays/layman/x11 /media/public/overlays/layman/gamerlay"
SYNC="rsync://192.168.2.60/gentoo-portage"
USE="acl alsa amd64 avx berkdb bzip2 cli cracklib crypt cups cxx dbus dri exif flac gdbm graphite iconv icu ipv6 jpeg kde lzma mmx mmxext modules mp3 multilib ncurses nls nptl opengl openmp pam pcre png qt4 readline sdl semantic-desktop session sse sse2 sse3 sse4_1 ssl ssse3 svg tcpd threads tiff truetype unicode vdpau vim-syntax xinerama zlib" ABI_X86="64" 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" 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="krita sheets words" 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 ublox ubx" GRUB_PLATFORMS="pc" INPUT_DEVICES="evdev" KERNEL="linux" LCD_DEVICES="bayrad cfontz cfontz633 glk hd44780 lb216 lcdm001 mtxorb ncurses text" LIBREOFFICE_EXTENSIONS="presenter-console presenter-minimizer" LINGUAS="en" OFFICE_IMPLEMENTATION="libreoffice" PHP_TARGETS="php5-5" PYTHON_SINGLE_TARGET="python2_7" PYTHON_TARGETS="python2_7 python3_3" RUBY_TARGETS="ruby19 ruby18" USERLAND="GNU" VIDEO_CARDS="r600 radeon" 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, PORTAGE_BUNZIP2_COMMAND, PORTAGE_COMPRESS, PORTAGE_COMPRESS_FLAGS, PORTAGE_RSYNC_EXTRA_OPTS, USE_PYTHON
Comment 5 babykart 2014-02-01 18:25:55 UTC
Same bug with www-client/chromium-33.0.1750.58.


Portage 2.2.7 (default/linux/amd64/13.0, gcc-4.7.3, glibc-2.17, 3.10.28-gentoo x86_64)
=================================================================
System uname: Linux-3.10.28-gentoo-x86_64-Intel-R-_Core-TM-_i5-2550K_CPU_@_3.40GHz-with-gentoo-2.2
KiB Mem:     8141984 total,   2131204 free
KiB Swap:    1048572 total,   1048572 free
Timestamp of tree: Sat, 01 Feb 2014 16:15:01 +0000
ld GNU ld (GNU Binutils) 2.23.2
app-shells/bash:          4.2_p45
dev-java/java-config:     2.1.12-r1
dev-lang/python:          2.7.5-r3, 3.3.3
dev-util/cmake:           2.8.11.2
dev-util/pkgconfig:       0.28
sys-apps/baselayout:      2.2
sys-apps/openrc:          0.12.4
sys-apps/sandbox:         2.6-r1
sys-devel/autoconf:       2.13, 2.69
sys-devel/automake:       1.9.6-r3, 1.11.6, 1.12.6, 1.13.4
sys-devel/binutils:       2.23.2
sys-devel/gcc:            4.7.3-r1
sys-devel/gcc-config:     1.7.3
sys-devel/libtool:        2.4.2
sys-devel/make:           3.82-r4
sys-kernel/linux-headers: 3.10 (virtual/os-headers)
sys-libs/glibc:           2.17
Repositories: gentoo fallabs entropie e18
ACCEPT_KEYWORDS="amd64"
ACCEPT_LICENSE="* -@EULA AdobeFlash-11.x"
CBUILD="x86_64-pc-linux-gnu"
CFLAGS="-O2 -march=native -mtune=native -pipe"
CHOST="x86_64-pc-linux-gnu"
CONFIG_PROTECT="/etc /usr/share/gnupg/qualified.txt"
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 -march=native -mtune=native -pipe"
DISTDIR="/usr/portage/distfiles"
FCFLAGS="-O2 -pipe"
FEATURES="assume-digests binpkg-logs candy config-protect-if-modified distlocks ebuild-locks fixlafiles merge-sync news parallel-fetch preserve-libs protect-owned sandbox sfperms strict unknown-features-warn unmerge-logs unmerge-orphans userfetch userpriv usersandbox usersync"
FFLAGS="-O2 -pipe"
GENTOO_MIRRORS="http://mir1.gentoo-fr.org/ http://mir0.gentoo-fr.org/ ftp://ftp.free.fr/mirrors/ftp.gentoo.org/ ftp://ftp.belnet.be/mirror/rsync.gentoo.org/gentoo/"
LANG="en_US.utf8"
LDFLAGS="-Wl,-O1 -Wl,--as-needed"
MAKEOPTS="-j5"
PKGDIR="/usr/portage/packages"
PORTAGE_CONFIGROOT="/"
PORTAGE_RSYNC_OPTS="--recursive --links --safe-links --perms --times --omit-dir-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="/var/lib/layman/fallabs /var/lib/layman/entropie /var/lib/layman/e18"
SYNC="rsync://mir1.gentoo-fr.org/gentoo-portage"
USE="X alsa amd64 apng avx bash-completion berkdb bzip2 clang cli cracklib crypt curl cxx dbus device-mapper directfb dri egl fbcon flac gbm gdbm gif gles gtk3 iconv iproute2 ipv6 jack jpeg jpeg2k lcms libnotify llvm lzma mad mmx mmxext modules mp3 multilib ncurses nls nptl ogg opengl openmp pam pcre pdf png readline
sdl session sse sse2 sse3 sse4_1 ssl ssse3 svg tcpd theora threads tiff truetype udev unicode urandom vdpau vim-syntax vorbis wayland x264 xcb xinerama xml xmp xpm xv xvid zlib" ABI_X86="64" ALSA_CARDS="ice1712" ELIBC="glibc" ENLIGHTENMENT_MODULES="comp conf-edgebindings conf-keybindings dropshadow access appmenu backlight bluez4 clock conf-applications conf-comp conf-dialogs conf-display conf-interaction conf-intl conf-menus conf-paths conf-performance conf-randr conf-shelves conf-theme conf-wallpaper2 conf-window-manipulation conf-window-remember contact cpufreq everything fileman ibar conf-window-remembers ibox illume2 mixer msgbus music-control notification pager xkbswitch syscon systray shot start tasks gadman winlist quickaccess teamwork tiling wizard temperature connman fileman-opinfo wl-desktop-shell wl-screenshot" GRUB_PLATFORMS="pc" INPUT_DEVICES="evdev" KERNEL="linux" LCD_DEVICES="ncurses text X" LIBREOFFICE_EXTENSIONS="presenter-console presenter-minimizer" LINGUAS="fr" OFFICE_IMPLEMENTATION="libreoffice" PHP_TARGETS="php5-5" PYTHON_SINGLE_TARGET="python2_7" PYTHON_TARGETS="python2_7 python3_3" QEMU_SOFTMMU_TARGETS="x86_64" QEMU_USER_TARGETS="x86_64" RUBY_TARGETS="ruby19 ruby20" USERLAND="GNU" VIDEO_CARDS="nouveau fbdev" 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, PORTAGE_BUNZIP2_COMMAND, PORTAGE_COMPRESS, PORTAGE_COMPRESS_FLAGS, PORTAGE_RSYNC_EXTRA_OPTS, USE_PYTHON
Comment 6 Vasco Gervasi 2014-02-01 20:00:25 UTC
Same error with 33.0.1750.58
Comment 7 Mike Gilbert gentoo-dev 2014-02-01 21:02:20 UTC
+  01 Feb 2014; Mike Gilbert <floppym@gentoo.org> package.use.mask:
+  Mask aura for chromium-33.
+
Comment 8 Markus Peloquin 2014-02-01 21:02:32 UTC
Created attachment 369294 [details, diff]
chromium-33.0.1750.46-header_fix.diff

It seems as if a header missed an update in chromium source code. This shouldn't have been compilable ever.

I completed the build with this patch.
Comment 9 Markus Peloquin 2014-02-01 21:04:28 UTC
(In reply to Mike Gilbert from comment #7)
> +  01 Feb 2014; Mike Gilbert <floppym@gentoo.org> package.use.mask:
> +  Mask aura for chromium-33.
> +

This shouldn't be necessary with my patch, correct?
Comment 10 Mike Gilbert gentoo-dev 2014-02-01 21:09:49 UTC
(In reply to Markus Peloquin from comment #9)
> This shouldn't be necessary with my patch, correct?

Thanks for the patch, but I don't plan to utilize it. google-chrome-33 ships with the GTK UI, so the Aura UI is not going to get much testing.
Comment 11 Vasco Gervasi 2014-02-02 11:31:04 UTC
Thanks to Markus Peloquin for the patch.