[MacPorts] #48527: Bug in gimp-gap
#48527: Bug in gimp-gap ---------------------------------+-------------------------------- Reporter: simon.ravelingien@… | Owner: macports-tickets@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 2.3.3 Keywords: xz failure | Port: gimp-gap ---------------------------------+-------------------------------- I wanted to install the port gimp-gap, but if failed because 'Failed to locate xz in path'. So I installed the port xz first and then this problem was solved. -- Ticket URL: <https://trac.macports.org/ticket/48527> MacPorts <https://www.macports.org/> Ports system for OS X
#48527: Bug in gimp-gap ----------------------------------+-------------------------------- Reporter: simon.ravelingien@… | Owner: macports-tickets@… Type: defect | Status: closed Priority: Normal | Milestone: Component: ports | Version: 2.3.3 Resolution: invalid | Keywords: Port: gimp-gap | ----------------------------------+-------------------------------- Changes (by devans@…): * keywords: xz failure => * status: new => closed * resolution: => invalid Comment: gimp-gap doesn't use port xz at all but some of its dependencies do (tiff, libxml2) but, without a copy of your build log, it's really impossible to tell where your reported error is coming from. I tried doing a clean install of gimp-gap, myself, xz was installed as part of the process and all built properly. I suspect that xz was inadvertantly deactivated or uninstalled on your system but at any rate your fix for the error was appropriate. -- Ticket URL: <https://trac.macports.org/ticket/48527#comment:1> MacPorts <https://www.macports.org/> Ports system for OS X
#48527: Bug in gimp-gap ----------------------------------+-------------------------------- Reporter: simon.ravelingien@… | Owner: macports-tickets@… Type: defect | Status: closed Priority: Normal | Milestone: Component: ports | Version: 2.3.3 Resolution: invalid | Keywords: Port: gimp-gap | ----------------------------------+-------------------------------- Comment (by simon.ravelingien@…): Replying to [comment:1 devans@…]:
gimp-gap doesn't use port xz at all but some of its dependencies do (tiff, libxml2) but, without a copy of your build log, it's really impossible to tell where your reported error is coming from.
I tried doing a clean install of gimp-gap, myself, xz was installed as part of the process and all built properly.
I suspect that xz was inadvertantly deactivated or uninstalled on your system but at any rate your fix for the error was appropriate.
How can I get a copy of my build log? (I'm just new here :) ) -- Ticket URL: <https://trac.macports.org/ticket/48527#comment:2> MacPorts <https://www.macports.org/> Ports system for OS X
#48527: Bug in gimp-gap ----------------------------------+-------------------------------- Reporter: simon.ravelingien@… | Owner: macports-tickets@… Type: defect | Status: reopened Priority: Normal | Milestone: Component: ports | Version: Resolution: | Keywords: Port: gimp-gap | ----------------------------------+-------------------------------- Changes (by devans@…): * status: closed => reopened * version: 2.3.3 => * resolution: invalid => Comment: First uninstall gimp-gap and its dependencies so you can replicate the original conditions. {{{ sudo port uninstall --follow-dependencies gimp-gap }}} Then clean gimp-gap and do a fresh build {{{ sudo port clean gimp-gap sudo port install gimp-gap }}} If the build fails again, you can find the path to the build log (main.log) by using this command {{{ port logfile gimp-gap }}} Then attach main.log to this ticket using the 'Attach file' button above so we can see what happened. Let us know the results of this test either way. Thanks. -- Ticket URL: <https://trac.macports.org/ticket/48527#comment:3> MacPorts <https://www.macports.org/> Ports system for OS X
#48527: Bug in gimp-gap ----------------------------------+---------------------- Reporter: simon.ravelingien@… | Owner: devans@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: Resolution: | Keywords: Port: gimp-gap | ----------------------------------+---------------------- Changes (by devans@…): * status: reopened => new * owner: macports-tickets@… => devans@… -- Ticket URL: <https://trac.macports.org/ticket/48527#comment:4> MacPorts <https://www.macports.org/> Ports system for OS X
#48527: Bug in gimp-gap ----------------------------------+---------------------- Reporter: simon.ravelingien@… | Owner: devans@… Type: defect | Status: assigned Priority: Normal | Milestone: Component: ports | Version: Resolution: | Keywords: Port: gimp-gap | ----------------------------------+---------------------- Changes (by devans@…): * status: new => assigned -- Ticket URL: <https://trac.macports.org/ticket/48527#comment:5> MacPorts <https://www.macports.org/> Ports system for OS X
#48527: Bug in gimp-gap ----------------------------------+---------------------- Reporter: simon.ravelingien@… | Owner: devans@… Type: defect | Status: assigned Priority: Normal | Milestone: Component: ports | Version: Resolution: | Keywords: Port: gimp-gap | ----------------------------------+---------------------- Comment (by ionic@…): This typically happens when a port has a `fetch`-dependency on xz, but MacPorts skips it because it went into archive download mode (for which no fetch or build dependencies are needed) and failed to fetch the archive for some reason. -- Ticket URL: <https://trac.macports.org/ticket/48527#comment:6> MacPorts <https://www.macports.org/> Ports system for OS X
#48527: Bug in gimp-gap ----------------------------------+---------------------- Reporter: simon.ravelingien@… | Owner: devans@… Type: defect | Status: assigned Priority: Normal | Milestone: Component: ports | Version: Resolution: | Keywords: Port: gimp-gap | ----------------------------------+---------------------- Comment (by devans@…): Replying to [comment:6 ionic@…]:
This typically happens when a port has a `fetch`-dependency on xz, but MacPorts skips it because it went into archive download mode (for which no fetch or build dependencies are needed) and failed to fetch the archive for some reason.
But not likely for gimp-gap since the dependencies tiff and libxml2 mentioned above both have library dependencies on xz. So, if there is a problem of the type you mention, it is with one of the recursive dependencies not gimp-gap. -- Ticket URL: <https://trac.macports.org/ticket/48527#comment:7> MacPorts <https://www.macports.org/> Ports system for OS X
#48527: Bug in gimp-gap ----------------------------------+---------------------- Reporter: simon.ravelingien@… | Owner: devans@… Type: defect | Status: assigned Priority: Normal | Milestone: Component: ports | Version: Resolution: | Keywords: Port: gimp-gap | ----------------------------------+---------------------- Comment (by simon.ravelingien@…): Replying to [comment:3 devans@…]:
First uninstall gimp-gap and its dependencies so you can replicate the original conditions. {{{ sudo port uninstall --follow-dependencies gimp-gap }}}
Then clean gimp-gap and do a fresh build {{{ sudo port clean gimp-gap sudo port install gimp-gap }}}
If the build fails again, you can find the path to the build log (main.log) by using this command
{{{ port logfile gimp-gap }}}
Then attach main.log to this ticket using the 'Attach file' button above so we can see what happened. Let us know the results of this test either way.
Thanks.
The installations didn't fail, maybe I have to uninstall 'xz' first? I followed your whole proces, so I don't have a log file neither. -- Ticket URL: <https://trac.macports.org/ticket/48527#comment:8> MacPorts <https://www.macports.org/> Ports system for OS X
participants (1)
-
MacPorts