Changes between Initial Version and Version 1 of Ticket #7167, comment 4


Ignore:
Timestamp:
Mar 24, 2016, 11:31:24 AM (8 years ago)
Author:
ryandesign (Ryan Carsten Schmidt)
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #7167, comment 4

    initial v1  
    1212Apply this patch to dports/lang/gcc41/Portfile:
    1313
     14{{{
    1415Index: dports/lang/gcc41/Portfile
    1516===================================================================
     
    2728 
    2829 post-destroot {
    29 
     30}}}
    3031
    3132Unfortunately this procedure doesn't work for GCC 4.2.  It finds the desired nm executable, but then fails as described in my previous report.  It seems that the "no name list" error is actually a warning and not the fatal error; the problem seems to be that the "close $NM or die;" fails, which the GCC build infrastructure treats as fatal.  I hacked the perl script to not die in that case, and the build of libstdc++ continued.  However, the build eventually failed (and in the process almost ran me out of disk space, so I've deleted the workspace so I can get work done).  Sorry for not providing details, but I can't afford the time or effort to rebuild (it also kills interactive responsiveness) right now.  I'll try again later, when I'll also have a patch for the perl script.