Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 438242 - www-client/chromium-23.0.1271.22 - image_transport_surface_linux.cc:(.text._ZN21ImageTransportSurface13CreateSurfaceEP17GpuChannelManagerP20GpuCommandBufferStubRKN3gfx 15GLSurfaceHandleE+0x85): undefined reference to `TextureImageTransportSurface::...
Summary: www-client/chromium-23.0.1271.22 - image_transport_surface_linux.cc:(.text._Z...
Status: RESOLVED INVALID
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: 2012-10-13 16:53 UTC by Andrew Savchenko
Modified: 2012-10-13 21:15 UTC (History)
1 user (show)

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


Attachments
build.log.xz (build.log.xz,238.43 KB, application/x-xz)
2012-10-13 16:54 UTC, Andrew Savchenko
Details
emerge --info =www-client/chromium-23.0.1271.22 (emerge.info,9.27 KB, text/plain)
2012-10-13 16:54 UTC, Andrew Savchenko
Details
environment (environment,255.36 KB, text/plain)
2012-10-13 16:54 UTC, Andrew Savchenko
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Andrew Savchenko gentoo-dev 2012-10-13 16:53:20 UTC
Hello,

chromium-23.0.1271.22 fails to build due undefined reference
Comment 1 Andrew Savchenko gentoo-dev 2012-10-13 16:54:02 UTC
Created attachment 326472 [details]
build.log.xz
Comment 2 Andrew Savchenko gentoo-dev 2012-10-13 16:54:31 UTC
Created attachment 326474 [details]
emerge --info =www-client/chromium-23.0.1271.22
Comment 3 Andrew Savchenko gentoo-dev 2012-10-13 16:54:41 UTC
Created attachment 326476 [details]
environment
Comment 4 Jeroen Roovers (RETIRED) gentoo-dev 2012-10-13 16:57:23 UTC
out/Release/obj.target/content/../content_common/content/common/gpu/image_transport_surface_linux.o: In function `ImageTransportSurf
ace::CreateSurface(GpuChannelManager*, GpuCommandBufferStub*, gfx::GLSurfaceHandle const&)':
image_transport_surface_linux.cc:(.text._ZN21ImageTransportSurface13CreateSurfaceEP17GpuChannelManagerP20GpuCommandBufferStubRKN3gfx
15GLSurfaceHandleE+0x85): undefined reference to `TextureImageTransportSurface::TextureImageTransportSurface(GpuChannelManager*, Gpu
CommandBufferStub*, gfx::GLSurfaceHandle const&)'
Comment 5 Paweł Hajdan, Jr. (RETIRED) gentoo-dev 2012-10-13 17:23:47 UTC
(In reply to comment #2)
> Created attachment 326474 [details]
> emerge --info =www-client/chromium-23.0.1271.22

ccache version 3.1.8 [enabled]

I guess that's it. Please try without ccache.
Comment 6 Andrew Savchenko gentoo-dev 2012-10-13 21:15:11 UTC
That was indeed ccache. Without it compiles fine.