[MacPorts] #17845: upgrade gimp2 2.6.3_0 < 2.6.4_0 on MacOSX 10.5.6 fails
#17845: upgrade gimp2 2.6.3_0 < 2.6.4_0 on MacOSX 10.5.6 fails ----------------------------------------------------+----------------------- Reporter: q.qa.qaz.qazi@… | Owner: macports-tickets@… Type: defect | Status: new Priority: Normal | Milestone: Port Bugs Component: ports | Version: 1.7.0 Keywords: upgrade, symbolic link, library, build | Port: gimp2 ----------------------------------------------------+----------------------- The upgrade of gimp2 2.6.3_0 < 2.6.4_0 with darwinports fails because the build process of file-uri fails due to two wrong named library versions: libXrandr.2.0.0.dylib and libXdamage.1.0.0.dylib are needed but not found. libXrandr.2.1.0 and libXdamage.1.1.0 are actually installed (on my MacOSX 10.5.6 System). workaround: Creating two adequate symbolic links from libXdamage.1.dylib and libXrandr.2.dylib fixes this problem: cd /usr/X11/lib sudo ln -s libXdamage.1.dylib libXdamage.1.0.0.dylib sudo ln -s libXrandr.2.dylib libXrandr.2.0.0.dylib Kind regards, qazi -- Ticket URL: <http://trac.macports.org/ticket/17845> MacPorts <http://www.macports.org/> Ports system for Mac OS
#17845: upgrade gimp2 2.6.3_0 < 2.6.4_0 on MacOSX 10.5.6 fails -------------------------------------------+-------------------------------- Reporter: q.qa.qaz.qazi@… | Owner: macports-tickets@… Type: defect | Status: closed Priority: Normal | Milestone: Port Bugs Component: ports | Version: 1.7.0 Resolution: invalid | Keywords: upgrade, symbolic link, library, build Port: gimp2 | -------------------------------------------+-------------------------------- Changes (by jmr@…): * status: new => closed * resolution: => invalid Comment: The problem is with the .la files that ship with Leopard's X11. We can't really work around the problem in the ports. See [wiki:LeopardProblems#usrX11liblibXrandr.2.0.0.dylib:Nosuchfileordirectory]. Also note that there is no longer any such thing as DarwinPorts, it was renamed to MacPorts several years ago. -- Ticket URL: <http://trac.macports.org/ticket/17845#comment:1> MacPorts <http://www.macports.org/> Ports system for Mac OS
participants (1)
-
MacPorts