Changes between Initial Version and Version 2 of Ticket #49339


Ignore:
Timestamp:
Oct 18, 2015, 7:59:33 AM (9 years ago)
Author:
ryandesign (Ryan Carsten Schmidt)
Comment:

Duplicate of #49340.

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #49339

    • Property Keywords build failure removed
    • Property Status changed from new to closed
    • Property Resolution changed from to duplicate
  • Ticket #49339 – Description

    initial v2  
    33I am actually trying to install wine-devel and it isn't building because glib2 fails. I already have glib2 installed but wine-devel wants glib2 +universal. The normal variant builds just find but glib2 +universal gives this error on the command line:
    44
     5{{{
    56--->  Building glib2
    67Error: org.macports.build for port glib2 returned: command execution failed
     
    910Error: Unable to upgrade port: 1
    1011Error: Unable to execute port: upgrade gnutls failed
     12}}}
    1113
    1214And this in the main.log:
    1315
     16{{{
    1417:info:build ld: in '/opt/local/lib/libbz2.1.0.dylib', file was built for x86_64 which is not the architecture being linked (i386): /opt/local/lib/libbz2.1.0.dylib for architecture i386
     18}}}
    1519
    1620There is more error message after that but that is the first one, and seems to be the most important since the normal version works fine, but the universal doesn't. The main.log is attached.