Changes between Version 4 and Version 5 of Ticket #23532


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

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #23532 – Description

    v4 v5  
    1 Just 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
    6 Error: 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
    7 Command 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
    31 ld: symbol(s) not found
    32 collect2: ld returned 1 exit status
    33 lipo: can't open input file: /var/tmp//ccmUJt53.out (No such file or directory)
    34 make[2]: *** [libXfixes.la] Error 1
    35 make[1]: *** [all-recursive] Error 1
    36 make: *** [all] Error 2
    37 
    38 Error: Status 1 encountered during processing.
    39 Before reporting a bug, first run the command again with the -d flag to get complete output.
    40 }}}
     1I 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.