Changes between Initial Version and Version 1 of Ticket #37905


Ignore:
Timestamp:
Feb 2, 2013, 9:01:13 PM (11 years ago)
Author:
ryandesign (Ryan Carsten Schmidt)
Comment:

The important details are actually:

:info:build avifile.ucbCvr.s:443:2: error: invalid operand for instruction
:info:build         lretw
:info:build         ^
:info:build avifile.ucbCvr.s:580:2: error: invalid operand for instruction
:info:build         lretw
:info:build         ^
:info:build winebuild: /usr/bin/clang failed with status 1

I see this too on my Lion machine with Xcode 4.3.3, and one (or two?) of our buildbots experienced this as well. It built fine on my Mountain Lion machine with Xcode 4.6.

The problem seems to be that the version of Clang that you have doesn't like to build this part of Wine. What version of Clang do you have? Run "clang -v" to find out. What version of Xcode do you have? Run "xcodebuild -version" to find out.

It is strange that the Wine build is using Clang at all; it should be using only GCC 4.2, since the port says "compiler.whitelist gcc-4.2 apple-gcc-4.2". I must investigate this.

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #37905

    • Property Cc jwa@… added
    • Property Status changed from new to assigned
    • Property Owner changed from macports-tickets@… to ryandesign@…
    • Property Summary changed from wine-devel @1.5.23 build failure to wine-devel @1.5.23: invalid operand for instruction lretw
  • Ticket #37905 – Description

    initial v1  
    11This failed, despite fixing some missing dependancies (zenity, libnotify not required by default) and despite cleaning before attempting a rebuild. Logfile is attached. The important details are here:
    22
     3{{{
    34:debug:build Backtrace: command execution failed
    45    while executing
     
    1213    invoked from within
    1314"$procedure $targetname"
     15}}}