Changes between Initial Version and Version 4 of Ticket #17177


Ignore:
Timestamp:
Nov 10, 2008, 8:22:49 PM (16 years ago)
Author:
ryandesign (Ryan Carsten Schmidt)
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #17177

    • Property Cc joda@… added
    • Property Owner changed from macports-tickets@… to febeling@…
  • Ticket #17177 – Description

    initial v4  
    11I tried sudo port -v install ruby19
    22
     3Eventually I got this:
    34
    4 Eventually I got this:
    5 [[BR]]
     5{{{
    66cc -dynamic -bundle -undefined suppress -flat_namespace -o ../../../../.ext/i386-darwin8/json/ext/parser.bundle parser.o unicode.o -L. -L../../../.. -L. -L/opt/local/lib    -lruby1.9  -lpthread -ldl -lobjc
    7 [[BR]]
    87compiling mathn/complex
    9 [[BR]]
    108mkdir -p ../../../.ext/i386-darwin8/mathn
    11 [[BR]]
    129/usr/bin/gcc-4.0 -I. -I../../../.ext/include/i386-darwin8 -I../../.././include -I../../.././ext/mathn/complex -DRUBY_EXTCONF_H=\"extconf.h\" -DEXT_MATHN -DCANON -DCLCANON  -fno-common -O2 -O2 -g -Wall -Wno-parentheses  -fno-common -pipe -fno-common  -o complex.o -c complex.c
    13 [[BR]]
    1410cc -dynamic -bundle -undefined suppress -flat_namespace -o ../../../.ext/i386-darwin8/mathn/complex.bundle complex.o -L. -L../../.. -L. -L/opt/local/lib    -lruby1.9  -lpthread -ldl -lobjc
    15 [[BR]]
    1611/usr/bin/ld: multiple definitions of symbol _rb_complex_raw
    17 [[BR]]
    1812complex.o definition of _rb_complex_raw in section (__TEXT,__text)
    19 [[BR]]
    2013../../../libruby1.9.dylib(complex.o) definition of _rb_complex_raw
    21 [[BR]]
    2214/usr/bin/ld: multiple definitions of symbol _rb_complex_polar
    23 [[BR]]
    2415complex.o definition of _rb_complex_polar in section (__TEXT,__text)
    25 [[BR]]
    2616../../../libruby1.9.dylib(complex.o) definition of _rb_complex_polar
    27 [[BR]]
    2817/usr/bin/ld: multiple definitions of symbol _rb_complex_new
    29 [[BR]]
    3018complex.o definition of _rb_complex_new in section (__TEXT,__text)
    31 [[BR]]
    3219../../../libruby1.9.dylib(complex.o) definition of _rb_complex_new
    33 [[BR]]
    3420/usr/bin/ld: multiple definitions of symbol _rb_Complex
    35 [[BR]]
    3621complex.o definition of _rb_Complex in section (__TEXT,__text)
    37 [[BR]]
    3822../../../libruby1.9.dylib(complex.o) definition of _rb_Complex
    39 [[BR]]
    4023collect2: ld returned 1 exit status
    41 [[BR]]
    4224make[1]: *** [../../../.ext/i386-darwin8/mathn/complex.bundle] Error 1
    43 [[BR]]
    4425make: *** [exts] Error 1
    45 [[BR]]
    46 [[BR]]
    4726Warning: the following items did not execute (for ruby19): org.macports.activate org.macports.build org.macports.destroot org.macports.install
    48 [[BR]]
    4927Error: Status 1 encountered during processing.
    50 [[BR]]
    51 [[BR]]
     28}}}
     29
    5230This is on a recently selfupdated macports on OS 10.4.11 on a MacBookPro
    5331