[MacPorts] #34741: VLC @2.0.1_0 fails to upgrade on OS X 10.6.
MacPorts
noreply at macports.org
Sun Jun 3 15:23:16 PDT 2012
#34741: VLC @2.0.1_0 fails to upgrade on OS X 10.6.
---------------------------------------+------------------------------------
Reporter: nonstop.server@… | Owner: jeremyhu@…
Type: defect | Status: closed
Priority: Normal | Milestone:
Component: ports | Version: 2.1.1
Resolution: wontfix | Keywords:
Port: VLC |
---------------------------------------+------------------------------------
Changes (by jeremyhu@…):
* status: new => closed
* resolution: => wontfix
Comment:
Well, that's a different error:
{{{
:info:build ncurses.c:649:23: error: read-only variable is not assignable
:info:build wide[i ] = '.';
:info:build ~~~~~~~~~ ^
:info:build ncurses.c:650:23: error: read-only variable is not assignable
:info:build wide[i+1] = '.';
:info:build ~~~~~~~~~ ^
:info:build ncurses.c:655:27: error: read-only variable is not assignable
:info:build wide[i-1] = '.';
:info:build ~~~~~~~~~ ^
:info:build ncurses.c:670:46: error: read-only variable is not assignable
:info:build wide[i + 2 + i_char_len - j - 1] = '\0';
:info:build ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^
:info:build ncurses.c:676:17: error: read-only variable is not assignable
:info:build wide[i] = '\0';
:info:build ~~~~~~~ ^
}}}
and wide is declared as:
{{{
wchar_t wide[len + 1];
}}}
So it's a compiler bug. Please update to a supported XCode version.
--
Ticket URL: <https://trac.macports.org/ticket/34741#comment:5>
MacPorts <http://www.macports.org/>
Ports system for Mac OS
More information about the macports-tickets
mailing list