Changes between Initial Version and Version 1 of Ticket #37050


Ignore:
Timestamp:
Nov 19, 2012, 6:46:43 PM (11 years ago)
Author:
jmroot (Joshua Root)
Comment:

Please attach the complete main.log and show the output of these commands:

port -v installed xorg-libX11 xorg-libXau xorg-libXdmcp
lipo -info /opt/local/lib/libX11.dylib /opt/local/lib/libXau.dylib /opt/local/lib/libXdmcp.dylib

Please provide information about your system: CPU architecture, OS version, Xcode version. Are you using the universal variant?

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #37050

    • Property Keywords Xft2 removed
    • Property Owner changed from macports-tickets@… to jeremyhu@…
    • Property Summary changed from Error: org.macports.build for port Xft2 returned: command execution failed to Xft2 @2.3.1 build failure
    • Property Port Xft2 added
  • Ticket #37050 – Description

    initial v1  
    11Computer literate newbie here. Programmed back in the day from Assembly to Pascal/Fortran and early C.
    22During "Building Xft2" I get the following in terminal:
     3{{{
    34--->  Building Xft2
    45Error: org.macports.build for port Xft2 returned: command execution failed
     
    1011    http://guide.macports.org/#project.tickets
    1112Error: Processing of port wine failed
    12 
     13}}}
    1314Looking at the log file for port Xft2 using Textedit and starting where the first warning occurs:
     15{{{
    1416:info:build ld: warning: ignoring file /opt/local/lib/libX11.dylib, file was built for unsupported file format ( 0xcf 0xfa 0xed 0xfe 0x 7 0x 0 0x 0 0x 1 0x 3 0x 0 0x 0 0x 0 0x 6 0x 0 0x 0 0x 0 ) which is not the architecture being linked (i386): /opt/local/lib/libX11.dylib
    1517:info:build ld: warning: ignoring file /opt/local/lib/libXau.dylib, file was built for unsupported file format ( 0xcf 0xfa 0xed 0xfe 0x 7 0x 0 0x 0 0x 1 0x 3 0x 0 0x 0 0x 0 0x 6 0x 0 0x 0 0x 0 ) which is not the architecture being linked (i386): /opt/local/lib/libXau.dylib
     
    138140:notice:build Please see the log file for port Xft2 for details:
    139141    /opt/local/var/macports/logs/_opt_local_var_macports_sources_rsync.macports.org_release_ports_x11_Xft2/Xft2/main.log
    140 
     142}}}
    141143I got past an earlier crash in the build but this one has me stumped.
    142