Opened 12 years ago

Closed 12 years ago

Last modified 12 years ago

#35839 closed defect (duplicate)

transfig does not compile fig2dev

Reported by: darrell.lamm@… Owned by: macports-tickets@…
Priority: Normal Milestone:
Component: ports Version: 2.1.2
Keywords: Cc: ryandesign (Ryan Carsten Schmidt)
Port: transfig

Description (last modified by ryandesign (Ryan Carsten Schmidt))

I have attached the redirected output transfig.log created from the following command line:

$ sudo port -d install transfig 2>&1 |tee transfig.log

Looking at the log file, I did note some fetch failures that might indicate that the latest package is not compiled:

--->  Attempting to fetch transfig-3.2.5d_1.darwin_12.x86_64.tbz2 from http://packages.macports.org/transfig
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed

  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
DEBUG: Fetching archive failed:: The requested URL returned error: 404
--->  Attempting to fetch transfig-3.2.5d_1.darwin_12.x86_64.tbz2 from http://macports.packages.ionic.de/transfig
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed

  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
DEBUG: Fetching archive failed:: The requested URL returned error: 404
D

Also there is a compilation failure:

genibmgl.c:575:29: error: non-void function 'set_width' should return a value [-Wreturn-type]
    if (w == current_width) return;

Perhaps 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.

Attachments (1)

transfig.log (109.9 KB) - added by darrell.lamm@… 12 years ago.
"port -d transfig" output log

Download all attachments as: .zip

Change History (3)

Changed 12 years ago by darrell.lamm@…

Attachment: transfig.log added

"port -d transfig" output log

comment:1 Changed 12 years ago by ryandesign (Ryan Carsten Schmidt)

Cc: ryandesign@… added
Description: modified (diff)
Keywords: transfig fig2dev removed
Resolution: duplicate
Status: newclosed

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.

comment:2 in reply to:  1 Changed 12 years ago by darrell.lamm@…

Replying to ryandesign@…:

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.

Thank you, problem solved. The missing piece was "sudo port selfupdate", which I had performed, but it was a number of days ago. Thanks again.

Note: See TracTickets for help on using tickets.