Changes between Initial Version and Version 1 of Ticket #30672


Ignore:
Timestamp:
Aug 9, 2011, 2:55:26 PM (13 years ago)
Author:
ryandesign (Ryan Carsten Schmidt)
Comment:

Please use WikiFormatting and preview before submitting, and Cc the port's maintainer.

It's hardly surprising an ancient piece of software like sheepshaver fails to build on an ultranew operating system like Lion.

The log says:

:info:build ../kpx_cpu/src/cpu/jit/basic-dyngen-ops.cpp: In function ‘void op_mov_ad_A0_im()’:
:info:build ../kpx_cpu/src/cpu/jit/basic-dyngen-ops.cpp:79: internal compiler error: in EmitLV_DECL, at llvm-convert.cpp:7475
:info:build Please submit a full bug report,
:info:build with preprocessed source if appropriate.
:info:build See <URL:http://developer.apple.com/bugreporter> for instructions.

So I recommend you do that.

You can also see if building this port with clang or, if all else fails, gcc-4.2 helps matters.

sudo port clean sheepshaver
sudo port install sheepshaver configure.compiler=clang

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #30672

    • Property Cc opendarwin.nospam@… added
    • Property Keywords sheepshaver removed
  • Ticket #30672 – Description

    initial v1  
    77The following ports are currently installed:
    88
     9{{{
    910  atk @1.32.0_0 (active)
    1011  autoconf @2.68_2 (active)
     
    115116  xrender @0.9.6_0 (active)
    116117  zlib @1.2.5_0 (active)
    117 
     118}}}
    118119
    119120End of log :
    120121
     122{{{
    121123:info:build /Developer/usr/bin/llvm-g++-4.2 -I../include -I. -I../slirp -I/opt/local/include -I../kpx_cpu/include -I../kpx_cpu/src -DUSE_JIT -DHAVE_CONFIG_H -D_REENTRANT -DDATADIR=\"/opt/local/share/SheepShaver\" -pipe -O2 -arch x86_64 -I/opt/local/include/SDL -D_GNU_SOURCE=1 -D_THREAD_SAFE -mdynamic-no-pic -D_REENTRANT -I/opt/local/include/gtk-2.0 -I/opt/local/lib/gtk-2.0/include -I/opt/local/include/atk-1.0 -I/opt/local/include/cairo -I/opt/local/include/gdk-pixbuf-2.0 -I/opt/local/include/pango-1.0 -I/opt/local/include/gio-unix-2.0/ -I/opt/local/include -I/opt/local/include/glib-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include/pixman-1 -I/opt/local/include/freetype2 -I/opt/local/include/libpng14   -fomit-frame-pointer -fno-align-functions -finline-functions -finline-limit=10000 -fno-exceptions -g0 -fno-reorder-blocks -fno-optimize-sibling-calls -c ../kpx_cpu/src/cpu/jit/basic-dyngen-ops.cpp -o obj/basic-dyngen-ops.o
    122124:info:build /Developer/usr/bin/llvm-g++-4.2 -o dyngen -L/opt/local/lib -arch x86_64     obj/dyngen.dgo obj/cxxdemangle.dgo
     
    139141:info:build Warning: the following items did not execute (for sheepshaver): org.macports.activate org.macports.build org.macports.destroot org.macports.install
    140142:notice:build Log for sheepshaver is at: /opt/local/var/macports/logs/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_emulators_sheepshaver/sheepshaver/main.log
     143}}}
    141144
    142145Full log as attach ...