Changes between Initial Version and Version 1 of Ticket #17356


Ignore:
Timestamp:
Nov 22, 2008, 1:29:42 PM (15 years ago)
Author:
jmroot (Joshua Root)
Comment:

Looks like the same issue as #14592 (mismatch between .la files and available .dylibs). comment:ticket:17008:3 says the fix is to either delete the .la files in /usr/X11/lib or install a newer XQuartz package.

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #17356

    • Property Status changed from new to closed
    • Property Summary changed from easytag and easytag-devel do not build to gtk2 fails to link with libXdamage.1.1.0.dylib
    • Property Resolution changed from to duplicate
    • Property Port gtk2 added
  • Ticket #17356 – Description

    initial v1  
    11I get the following error while doing 'sudo port install easytag'
    2 
     2{{{
    33/usr/bin/nm -p  .libs/gdk.o .libs/gdkapplaunchcontext.o .libs/gdkcairo.o .libs/gdkcolor.o .libs/gdkcursor.o .libs/gdkdisplay.o .libs/gdkdisplaymanager.o .libs/gdkdnd.o .libs/gdkdraw.o .libs/gdkevents.o .libs/gdkfont.o .libs/gdkgc.o .libs/gdkglobals.o .libs/gdkimage.o .libs/gdkkeys.o .libs/gdkkeyuni.o .libs/gdkpango.o .libs/gdkpixbuf-drawable.o .libs/gdkpixbuf-render.o .libs/gdkpixmap.o .libs/gdkpolyreg-generic.o .libs/gdkrectangle.o .libs/gdkregion-generic.o .libs/gdkrgb.o .libs/gdkscreen.o .libs/gdkselection.o .libs/gdkvisual.o .libs/gdkwindow.o .libs/gdkwindowimpl.o .libs/gdkenumtypes.o  x11/.libs/libgdk-x11.a | sed -n -e 's/^.*[    ]\([BCDEGRST][BCDEGRST]*\)[     ][      ]*_\([_A-Za-z][_A-Za-z0-9]*\)$/\1 _\2 \2/p' | /usr/bin/sed 's/.* //' | sort | uniq > .libs/libgdk-x11-2.0.exp
    44/usr/bin/grep -E -e "^[^_].*" ".libs/libgdk-x11-2.0.exp" > ".libs/libgdk-x11-2.0.expT"
     
    2121Error: The following dependencies failed to build: gtk2 hicolor-icon-theme
    2222Error: Status 1 encountered during processing.
     23}}}