#35839: transfig does not compile fig2dev -------------------------------------------+-------------------------------- Reporter: darrell.lamm@… | Owner: macports-tickets@… Type: defect | Status: closed Priority: Normal | Milestone: Component: ports | Version: 2.1.2 Resolution: duplicate | Keywords: Port: transfig | -------------------------------------------+-------------------------------- Changes (by ryandesign@…): * keywords: transfig fig2dev => * status: new => closed * resolution: => duplicate * cc: ryandesign@… (added) Old description:
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.
New description: 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. -- 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. -- Ticket URL: <https://trac.macports.org/ticket/35839#comment:1> MacPorts <http://www.macports.org/> Ports system for Mac OS