Changes between Initial Version and Version 1 of Ticket #35839


Ignore:
Timestamp:
Aug 26, 2012, 7:37:31 PM (12 years ago)
Author:
ryandesign (Ryan Carsten Schmidt)
Comment:

The fetch failures from packages.macports.org are not a bug; we simply do not have a Mountain Lion buildbot set up yet. See #35397.

The build failure of fig2dev with clang was already fixed 9 days ago; see #35528. Run "sudo port selfupdate" and "sudo port upgrade transfig" to receive the fix.

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #35839

    • Property Keywords transfig fig2dev removed
    • Property Status changed from new to closed
    • Property Resolution changed from to duplicate
    • Property Cc ryandesign@… added
  • Ticket #35839 – Description

    initial v1  
    11I have attached the redirected output transfig.log created from the following command line:
     2{{{
    23$ sudo port -d install transfig 2>&1 |tee transfig.log
     4}}}
    35
    46Looking at the log file, I did note some fetch failures that might indicate that the latest package is not compiled:
    5 ''--->  Attempting to fetch transfig-3.2.5d_1.darwin_12.x86_64.tbz2 from http://packages.macports.org/transfig
     7{{{
     8--->  Attempting to fetch transfig-3.2.5d_1.darwin_12.x86_64.tbz2 from http://packages.macports.org/transfig
    69  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
    710                                 Dload  Upload   Total   Spent    Left  Speed
     
    1720  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
    1821DEBUG: Fetching archive failed:: The requested URL returned error: 404
    19 D''
    20 
     22D
     23}}}
    2124
    2225Also there is a compilation failure:
    23 ''genibmgl.c:575:29: error: non-void function 'set_width' should return a value [-Wreturn-type]
    24     if (w == current_width) return;''
     26{{{
     27genibmgl.c:575:29: error: non-void function 'set_width' should return a value [-Wreturn-type]
     28    if (w == current_width) return;
     29}}}
    2530
    2631Perhaps the patches are not reaching all of the repositories. From previous posts, I understand this error has been recognized and fixed, but it does not appear to be universally distributed.