From owner-freebsd-chromium@FreeBSD.ORG Sun Aug 24 11:46:24 2014 Return-Path: Delivered-To: chromium@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id DCD81EEE for ; Sun, 24 Aug 2014 11:46:23 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id BD681347D for ; Sun, 24 Aug 2014 11:46:23 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id s7OBkNxR015234 for ; Sun, 24 Aug 2014 11:46:23 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: chromium@FreeBSD.org Subject: [Bug 192685] www/chromium 36.0.1985.143 fails to build on 10-stable Date: Sun, 24 Aug 2014 11:46:23 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports Tree X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: cpm@fbsd.es X-Bugzilla-Status: In Discussion X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: chromium@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: attachments.created Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-chromium@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: FreeBSD-specific Chromium issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 24 Aug 2014 11:46:24 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=192685 --- Comment #13 from Carlos Jacobo Puga Medina --- Created attachment 146210 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=146210&action=edit fix conflicting typedef in GL/glext.h and GLES2/gl2.h > In file included from ../../gpu/command_buffer/service/buffer_manager.cc:10: > In file included from ../../gpu/command_buffer/service/context_state.h:14: > In file included from ../../gpu/command_buffer/service/query_manager.h:16: > In file included from ../../gpu/command_buffer/service/feature_info.h:14: > In file included from ../../gpu/command_buffer/service/gles2_cmd_validation.h:13: > ../../gpu/command_buffer/common/gles2_cmd_format.h:41:26: error: typedef redefinition with different types ('khronos_intptr_t' (aka 'long') vs 'ptrdiff_t' (aka 'int')) > typedef khronos_intptr_t GLintptr; > ^ > /usr/local/include/GL/glext.h:6152:19: note: previous definition is here > typedef ptrdiff_t GLintptr; > ^ > In file included from ../../gpu/command_buffer/service/buffer_manager.cc:10: > In file included from ../../gpu/command_buffer/service/context_state.h:14: > In file included from ../../gpu/command_buffer/service/query_manager.h:16: > In file included from ../../gpu/command_buffer/service/feature_info.h:14: > In file included from ../../gpu/command_buffer/service/gles2_cmd_validation.h:13: > ../../gpu/command_buffer/common/gles2_cmd_format.h:42:26: error: typedef redefinition with different types ('khronos_ssize_t' (aka 'long') vs 'ptrdiff_t' (aka 'int')) > typedef khronos_ssize_t GLsizeiptr; > ^ > /usr/local/include/GL/glext.h:6153:19: note: previous definition is here > typedef ptrdiff_t GLsizeiptr; > ^ > 2 errors generated. > [5619/13757] CXX obj/gpu/command_buffer/service/command_buffer_service.command_buffer_service.o > ninja: build stopped: subcommand failed. > ===> Compilation failed unexpectedly. > Try to set MAKE_JOBS_UNSAFE=yes and rebuild before reporting the failure to > the maintainer. > *** Error code 1 > > Stop. > make[1]: stopped in /usr/ports/www/chromium > *** Error code 1 > > Stop. > make: stopped in /usr/ports/www/chromium I attached some patches to fix those errors in chromium 37.0.2062.94 (beta), so this will work with the previous release as well. -- You are receiving this mail because: You are the assignee for the bug.