Changes between Initial Version and Version 2 of Ticket #49339
- Timestamp:
- Oct 18, 2015, 7:59:33 AM (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #49339
- Property Keywords build failure removed
-
Property
Status
changed from
new
toclosed
-
Property
Resolution
changed from
to
duplicate
-
Ticket #49339 – Description
initial v2 3 3 I 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: 4 4 5 {{{ 5 6 ---> Building glib2 6 7 Error: org.macports.build for port glib2 returned: command execution failed … … 9 10 Error: Unable to upgrade port: 1 10 11 Error: Unable to execute port: upgrade gnutls failed 12 }}} 11 13 12 14 And this in the main.log: 13 15 16 {{{ 14 17 :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 }}} 15 19 16 20 There 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.