Ticket #24005 (closed defect: fixed)
gd2 +universal destroot failure when dependencies aren't universal
| Reported by: | yairchu@… | Owned by: | ryandesign@… |
|---|---|---|---|
| Priority: | Normal | Milestone: | |
| Component: | ports | Version: | 1.8.2 |
| Keywords: | Cc: | ||
| Port: | gd2 |
Description
when doing
port install gd2 +universal
it failed here, saying:
Error: Target org.macports.destroot returned: /opt/local/bin/gdlib-config differs...
One example difference was:
echo"features: GD_XPM GD_FREETYPE GD_GIF GD_GIFANIM GD_OPENPOLYGON"
vs
echo"features: GD_XPM GD_JPEG GD_FONTCONFIG GD_FREETYPE GD_PNG GD_GIF GD_GIFAN IM GD_OPENPOLYGON"
installing universal versions for jpeg, fontconfig, and libpng solved it here. The problem is that gd2 builds with different capabilities depending on what one has installed and if those "quasi-dependencies" are not universal then it has different capabilities for different archs and then can't merge gdlib-config.
Change History
Note: See
TracTickets for help on using
tickets.

