Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 655858 - www-client/chromium - ../../ui/gfx/native_pixmap_handle.cc:15:49: error: use of undeclared identifier 'DRM_FORMAT_MOD_INVALID'
Summary: www-client/chromium - ../../ui/gfx/native_pixmap_handle.cc:15:49: error: use ...
Status: RESOLVED WORKSFORME
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: x86 Linux
: Low normal (vote)
Assignee: Chromium Project
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2018-05-16 11:39 UTC by Balint Dobai-Pataky
Modified: 2018-05-18 19:32 UTC (History)
0 users

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


Attachments
build.log.tar.bz2 (build.log.tar.bz2,189.46 KB, application/x-bzip-compressed-tar)
2018-05-16 11:43 UTC, Balint Dobai-Pataky
Details
emerge --info (emerge.info,4.02 KB, text/plain)
2018-05-16 11:44 UTC, Balint Dobai-Pataky
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Balint Dobai-Pataky 2018-05-16 11:39:23 UTC
x86_64-pc-linux-gnu-clang++ -MMD -MF obj/ui/gfx/memory_buffer_sources/native_pixmap_handle.o.d -DGFX_IMPLEMENTATION -DV8_DEPRECATION_WARNINGS -DUSE_UDEV -DUSE_AURA=1 -DUSE_GLIB=1 -DUSE_NSS_CERTS=1 -DUSE_X11=1 -DNO_TCMALLOC -DFULL_SAFE_BROWSING -DSAFE_BROWSING_CSD -DSAFE_BROWSING_DB_LOCAL -DCHROMIUM_BUILD -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -DCR_CLANG_REVISION=\"325667-1\" -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -DNDEBUG -DNVALGRIND -DDYNAMIC_ANNOTATIONS_ENABLED=0 -DGLIB_VERSION_MAX_ALLOWED=GLIB_VERSION_2_32 -DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_26 -I../.. -Igen -Igen/shim_headers/libdrm_shim -fno-strict-aliasing --param=ssp-buffer-size=4 -fstack-protector -Wno-builtin-macro-redefined -D__DATE__= -D__TIME__= -D__TIMESTAMP__= -funwind-tables -fPIC -pipe -pthread -fcolor-diagnostics -no-canonical-prefixes -m64 -march=x86-64 -Wall -Wextra -Wimplicit-fallthrough -Wthread-safety -Wno-missing-field-initializers -Wno-unused-parameter -Wno-c++11-narrowing -Wno-covered-switch-default -Wno-unneeded-internal-declaration -Wno-inconsistent-missing-override -Wno-undefined-var-template -Wno-nonportable-include-path -Wno-address-of-packed-member -Wno-unused-lambda-capture -Wno-user-defined-warnings -Wno-enum-compare-switch -Wno-null-pointer-arithmetic -O2 -fno-ident -fdata-sections -ffunction-sections -fno-omit-frame-pointer -g0 -fvisibility=hidden -Wheader-hygiene -Wstring-conversion -Wtautological-overlap-compare -isystem/usr/include/glib-2.0 -isystem/usr/lib64/glib-2.0/include -isystem/usr/include/libdrm -std=gnu++14 -fno-exceptions -fno-rtti -fvisibility-inlines-hidden -O2 -pipe -mtune=native -c ../../ui/gfx/native_pixmap_handle.cc -o obj/ui/gfx/memory_buffer_sources/native_pixmap_handle.o
warning: unknown warning option '-Wno-enum-compare-switch'; did you mean '-Wno-enum-compare'? [-Wunknown-warning-option]
warning: unknown warning option '-Wno-null-pointer-arithmetic'; did you mean '-Wno-null-arithmetic'? [-Wunknown-warning-option]
../../ui/gfx/native_pixmap_handle.cc:15:49: error: use of undeclared identifier 'DRM_FORMAT_MOD_INVALID'
static_assert(NativePixmapPlane::kNoModifier == DRM_FORMAT_MOD_INVALID,


Reproducible: Always




I can't figure it out, any help will be appreciated.
Comment 1 Balint Dobai-Pataky 2018-05-16 11:43:16 UTC
Created attachment 531688 [details]
build.log.tar.bz2
Comment 2 Balint Dobai-Pataky 2018-05-16 11:44:17 UTC
Created attachment 531690 [details]
emerge --info
Comment 3 Jeroen Roovers (RETIRED) gentoo-dev 2018-05-16 13:43:54 UTC
Comment on attachment 531688 [details]
build.log.tar.bz2

Why didn't you simply bzip the log file itself?
Comment 4 Balint Dobai-Pataky 2018-05-16 14:29:58 UTC
Indeed, I will do it that next time, thank you.
Comment 5 Balint Dobai-Pataky 2018-05-18 19:32:55 UTC
www-client/chromium-67.0.3396.40 compiled fine, took a long time.
I wont be able to provide more info.