Changes between Initial Version and Version 2 of Ticket #34426


Ignore:
Timestamp:
May 12, 2012, 5:54:06 PM (12 years ago)
Author:
ryandesign (Ryan Carsten Schmidt)
Comment:

The actual relevant error in the log appears to be:

:info:build In file included from ncurses.c:43:
:info:build /opt/local/include/ncurses.h:1244:27: note: instantiated from:
:info:build #define mvhline(y,x,c,n)                mvwhline(stdscr,y,x,c,n)
:info:build                                         ^
:info:build /opt/local/include/ncurses.h:1223:57: note: instantiated from:
:info:build #define mvwhline(win,y,x,c,n)           (wmove(win,y,x) == ERR ? ERR : whline(win,c,n))
:info:build                                                                  ^
:info:build /opt/local/include/ncurses.h:314:18: note: instantiated from:
:info:build #define ERR     (-1)
:info:build                  ^~
: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         ~~~~~~~ ^
:info:build ncurses.c:1042:5: warning: expression result unused [-Wunused-value]
:info:build     attrset(A_REVERSE);
:info:build     ^~~~~~~~~~~~~~~~~~

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #34426

    • Property Cc nonstop.server@… added
    • Property Keywords VLC failed to build removed
    • Property Summary changed from Failed to build VLC-2.0.1_1 to VLC: error: read-only variable is not assignable
    • Property Port VLC added; VLC-2.0.1_1 removed
  • Ticket #34426 – Description

    initial v2  
    44Last lines of main.log:
    55
     6{{{
    67:info:build 16 warnings and 5 errors generated.
    78:info:build make[5]: *** [libncurses_plugin_la-ncurses.lo] Error 1
     
    2728:info:build Warning: the following items did not execute (for VLC): org.macports.install org.macports.build org.macports.destroot
    2829:notice:build Log for VLC is at: /opt/local/var/macports/logs/_opt_local_var_macports_sources_rsync.macports.org_release_ports_multimedia_VLC/VLC/main.log
     30}}}