Ticket #17845 (closed defect: invalid)
upgrade gimp2 2.6.3_0 < 2.6.4_0 on MacOSX 10.5.6 fails
| Reported by: | q.qa.qaz.qazi@… | Owned by: | macports-tickets@… |
|---|---|---|---|
| Priority: | Normal | Milestone: | |
| Component: | ports | Version: | 1.7.0 |
| Keywords: | upgrade, symbolic link, library, build | Cc: | |
| Port: | gimp2 |
Description
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
Change History
Note: See
TracTickets for help on using
tickets.

