Changes between Version 5 and Version 6 of Ticket #23532


Ignore:
Timestamp:
Feb 6, 2010, 11:57:49 PM (15 years ago)
Author:
singingwolfboy@…
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #23532 – Description

    v5 v6  
    1 I had the same problem. I ran with debug flags, and found it was complaining about incorrect architecture. I'm pretty sure that if I rebuilt the xorg-libX11 port with +universal, it will work (and I'm trying that now). Yes, I'm running Snow Leopard.
     1Just for starters I'm not all that smart with computing, I just wan't to get Wine up and running and i've basically hit a brick wall:
     2{{{
     3$ sudo port install xorg-libxfixes (tried +universal, same ouput)
     4--->  Computing dependencies for xorg-libXfixes
     5--->  Building xorg-libXfixes
     6Error: Target org.macports.build returned: shell command " cd "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_x11_xorg-libXfixes/work/libXfixes-4.0.4" && /usr/bin/make -j2 all " returned error 2
     7Command output:       _XFixesCopyRegion in Region.o
     8      _XFixesDestroyRegion in Region.o
     9      _XFixesCreateRegionFromPicture in Region.o
     10      _XFixesCreateRegionFromGC in Region.o
     11      _XFixesCreateRegionFromWindow in Region.o
     12      _XFixesCreateRegionFromBitmap in Region.o
     13      _XFixesFetchRegionAndBounds in Region.o
     14      _XFixesCreateRegion in Region.o
     15      _XFixesSetRegion in Region.o
     16      _XFixesChangeSaveSet in SaveSet.o
     17      _XFixesSelectSelectionInput in Selection.o
     18      _XFixesFindDisplay in Xfixes.o
     19  "__XEatData", referenced from:
     20      _XFixesGetCursorName in Cursor.o
     21      _XFixesGetCursorImage in Cursor.o
     22      _XFixesGetCursorImage in Cursor.o
     23      _XFixesFetchRegionAndBounds in Region.o
     24      _XFixesFetchRegionAndBounds in Region.o
     25  "_XInitExtension", referenced from:
     26      _XFixesFindDisplay in Xfixes.o
     27  "_XESetEventToWire", referenced from:
     28      _XFixesFindDisplay in Xfixes.o
     29  "__XLockMutex_fn", referenced from:
     30      __XLockMutex_fn$non_lazy_ptr in Xfixes.o
     31ld: symbol(s) not found
     32collect2: ld returned 1 exit status
     33lipo: can't open input file: /var/tmp//ccmUJt53.out (No such file or directory)
     34make[2]: *** [libXfixes.la] Error 1
     35make[1]: *** [all-recursive] Error 1
     36make: *** [all] Error 2
     37 
     38Error: Status 1 encountered during processing.
     39Before reporting a bug, first run the command again with the -d flag to get complete output.
     40}}}