Error upgrading Chromium

Kurt Buff kurt.buff at gmail.com
Fri Jan 18 03:32:58 UTC 2013


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


More information about the freebsd-questions mailing list