Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 17 Jan 2013 19:25:21 -0800
From:      Kurt Buff <kurt.buff@gmail.com>
To:        FreeBSD Questions <questions@freebsd.org>
Subject:   Error upgrading Chromium
Message-ID:  <CADy1Ce4gMkn41gtgo%2B4a30YMee_2wZpDDp-ZyKhQ_3XC=PJA2w@mail.gmail.com>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?CADy1Ce4gMkn41gtgo%2B4a30YMee_2wZpDDp-ZyKhQ_3XC=PJA2w>