From owner-freebsd-questions@FreeBSD.ORG Mon Jan 21 16:30:42 2013 Return-Path: Delivered-To: questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id ED9408B8 for ; Mon, 21 Jan 2013 16:30:42 +0000 (UTC) (envelope-from kurt.buff@gmail.com) Received: from mail-ea0-f175.google.com (mail-ea0-f175.google.com [209.85.215.175]) by mx1.freebsd.org (Postfix) with ESMTP id 877A3D99 for ; Mon, 21 Jan 2013 16:30:42 +0000 (UTC) Received: by mail-ea0-f175.google.com with SMTP id d1so2489365eab.6 for ; Mon, 21 Jan 2013 08:30:36 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:x-received:in-reply-to:references:date:message-id :subject:from:to:content-type; bh=TEPhmA6NGRkhzqFVw6H4oftbQfpWI4EaBv1dhjam934=; b=Bi46J8BV3w02jZx1rNX4Wq44/iS3HvCi9FJcgSZjA2KAgUU55Qtn1smIZmXWShHs8h rE5qHc5SyZ85U+fZO3ITPYvECpZUcY87Cv93rXk4shZNgAH5LvHqEqoPI/kJkz/9Z8cH UrPPIVEm81xwdjyvvbbiPNZX9z83I9Rpuu2W8qoZJB/RRZQgbwx+rxxNtTVp5xojUEWy OA1h+62z4qznWDdyfHjCptND3GStdx+TNgWh/MiCK3VFWbqHUHIuRRxYAtkB/XcvTE7y tu8KB0cAvf1naaWu3ubkXgRX22A2IZzltgXHOQSG4XH01n1IXL5RFjoc+vfYxyBHzp4R wj2g== MIME-Version: 1.0 X-Received: by 10.14.203.3 with SMTP id e3mr27169997eeo.9.1358785836395; Mon, 21 Jan 2013 08:30:36 -0800 (PST) Received: by 10.14.124.79 with HTTP; Mon, 21 Jan 2013 08:30:36 -0800 (PST) In-Reply-To: References: Date: Mon, 21 Jan 2013 08:30:36 -0800 Message-ID: Subject: Re: Error upgrading Chromium From: Kurt Buff To: FreeBSD Questions Content-Type: text/plain; charset=UTF-8 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 21 Jan 2013 16:30:43 -0000 I worked around this by reconfiguring the port so that it doesn't use pulseadio, recompiled, and it finished OK. Kurt On Thu, Jan 17, 2013 at 7:25 PM, Kurt Buff wrote: > Just updated from 8.3 to FreeBSD 9.0-RELEASE-p3, and am reinstalling ports. > Chromium is giving me two errors and bombing out. > > The errors are: > > media/audio/pulst/pulse_output.cc:89L28: error: use of undeclared identifier > 'kChannelOrderings'; did you mean 'ChannelOrder'? > int channel_position = kChannelOrderings[channel_layout][channel]; > ^~~~~~~~~~~~~~~~~ > ChannelOrder > > ./media/base/channel/_layout.h:121:18: note: 'ChannelOrder' declared here > MEDIA_EXPORT int ChannelOrder(ChannelLayout layout, Channels, channel); > ^ > > media/audio/pulse_output.cc:89:45: error: type 'int (media::ChannelLayout, > media::Channels)' does not provide a subscript operator > int channel_position = kChannelOrderings[channel_layout][channel]; > > 2 errors generated. > gmake: *** [out/Release/obj.target/media/media/audio/pulse/pulse_output.0] > Error 1 > > I've googled trying to see what if anyting this might be, and see nothing... > > Anyone have thoughts on this? > > Thanks, > > Kurt