Account Options

  1. Sign in
The old Google Groups will be going away soon, but your browser is incompatible with the new version.
Google Groups Home
« Groups Home
Message from discussion Problem Installing REE

Received: by 10.236.190.225 with SMTP id e61mr3156839yhn.10.1309769203612;
        Mon, 04 Jul 2011 01:46:43 -0700 (PDT)
X-BeenThere: emm-ruby@googlegroups.com
Received: by 10.151.156.14 with SMTP id i14ls1331568ybo.4.gmail; Mon, 04 Jul
 2011 01:46:42 -0700 (PDT)
Received: by 10.236.173.165 with SMTP id v25mr1322051yhl.184.1309769202794;
        Mon, 04 Jul 2011 01:46:42 -0700 (PDT)
Received: by 10.150.33.26 with SMTP id g26msybg;
        Sun, 3 Jul 2011 18:11:16 -0700 (PDT)
MIME-Version: 1.0
Received: by 10.68.25.10 with SMTP id y10mr1020539pbf.41.1309741875295; Sun,
 03 Jul 2011 18:11:15 -0700 (PDT)
Received: by p30g2000prp.googlegroups.com with HTTP; Sun, 3 Jul 2011 18:11:15
 -0700 (PDT)
Date: Sun, 3 Jul 2011 18:11:15 -0700 (PDT)
User-Agent: G2/1.0
X-HTTP-UserAgent: Mozilla/5.0 (X11; Linux x86_64; rv:5.0) Gecko/20100101 Firefox/5.0,gzip(gfe)
Message-ID: <2dd753fd-c807-489f-a4ce-9cc69a81bab7@p30g2000prp.googlegroups.com>
Subject: Problem Installing REE
From: Brian Broderick <br...@thelensflare.com>
To: Ruby Enterprise Edition <emm-ruby@googlegroups.com>
Content-Type: text/plain; charset=windows-1252
Content-Transfer-Encoding: quoted-printable

I posted earlier about an error with tcmalloc.  I found a post on how
to skip that, but now I'm getting a new error.  Any suggestions?

I'm running Fedora 15 x64 with gcc 4.6.

Thanks,
Brian

./ruby-enterprise-1.8.7-2011.03/installer --no-tcmalloc
Welcome to the Ruby Enterprise Edition installer
This installer will help you install Ruby Enterprise Edition
1.8.7-2011.03.
Don't worry, none of your system files will be touched if you don't
want them
to, so there is no risk that things will screw up.

You can expect this from the installation process:

  1. Ruby Enterprise Edition will be compiled and optimized for speed
for this
     system.
  2. Ruby on Rails will be installed for Ruby Enterprise Edition.
  3. You will learn how to tell Phusion Passenger to use Ruby
Enterprise
     Edition instead of regular Ruby.

Press Enter to continue, or Ctrl-C to abort.

Checking for required software...

 * C compiler... found at /usr/bin/gcc
 * C++ compiler... found at /usr/bin/g++
 * The 'make' tool... found at /usr/bin/make
 * The 'patch' tool... found at /usr/bin/patch
 * Zlib development headers... found
 * OpenSSL development headers... found
 * GNU Readline development headers... found
--------------------------------------------
Target directory

Where would you like to install Ruby Enterprise Edition to?
(All Ruby Enterprise Edition files will be put inside that directory.)

[/var/ruby-enterprise] :
--------------------------------------------
Compiling and optimizing Ruby Enterprise Edition
In the mean time, feel free to grab a cup of coffee.

./configure --prefix=3D/var/ruby-enterprise --enable-mbari-api  CFLAGS=3D'-
g -O2 '
checking build system type... x86_64-unknown-linux-gnu
checking host system type... x86_64-unknown-linux-gnu
checking target system type... x86_64-unknown-linux-gnu
checking for gcc... gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables...
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking how to run the C preprocessor... gcc -E
checking for grep that handles long lines and -e... /bin/grep
checking for egrep... /bin/grep -E
checking whether gcc needs -traditional... no
checking whether the linker is GNU ld... yes
checking whether gcc -E accepts -o... yes
checking for bison... no
checking for byacc... no
checking for ranlib... ranlib
checking for ar... ar
checking for as... as
checking whether ln -s works... yes
checking whether make sets $(MAKE)... yes
checking for a BSD-compatible install... /usr/bin/install -c
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking minix/config.h usability... no
checking minix/config.h presence... no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... yes
checking for special C compiler options needed for large files... no
checking for _FILE_OFFSET_BITS value needed for large files... no
checking for long long... yes
checking for off_t... yes
checking size of int... 4
checking size of short... 2
checking size of long... 8
checking size of long long... 8
checking size of __int64... 0
checking size of off_t... 8
checking size of void*... 8
checking size of float... 4
checking size of double... 8
checking size of time_t... 8
checking for pid_t... yes
checking for gid_t... yes
checking for uid_t... yes
checking for prototypes... yes
checking token paste string... ansi
checking for variable length prototypes and stdarg.h... yes
checking for noreturn function attribute... __attribute__ ((noreturn))
x
checking for noinline function attribute... __attribute__ ((noinline))
x
checking for RUBY_EXTERN... no
checking whether sys_nerr is declared... yes
checking for crypt in -lcrypt... yes
checking for dlopen in -ldl... yes
checking for shl_load in -ldld... no
checking for clock_gettime in -lrt... yes
checking for dirent.h that defines DIR... yes
checking for library containing opendir... none required
checking for ANSI C header files... (cached) yes
checking for sys/wait.h that is POSIX.1 compatible... yes
checking for stdlib.h... (cached) yes
checking for string.h... (cached) yes
checking for unistd.h... (cached) yes
checking limits.h usability... yes
checking limits.h presence... yes
checking for limits.h... yes
checking sys/file.h usability... yes
checking sys/file.h presence... yes
checking for sys/file.h... yes
checking sys/ioctl.h usability... yes
checking sys/ioctl.h presence... yes
checking for sys/ioctl.h... yes
checking sys/syscall.h usability... yes
checking sys/syscall.h presence... yes
checking for sys/syscall.h... yes
checking fcntl.h usability... yes
checking fcntl.h presence... yes
checking for fcntl.h... yes
checking sys/fcntl.h usability... yes
checking sys/fcntl.h presence... yes
checking for sys/fcntl.h... yes
checking sys/select.h usability... yes
checking sys/select.h presence... yes
checking for sys/select.h... yes
checking sys/time.h usability... yes
checking sys/time.h presence... yes
checking for sys/time.h... yes
checking sys/times.h usability... yes
checking sys/times.h presence... yes
checking for sys/times.h... yes
checking sys/param.h usability... yes
checking sys/param.h presence... yes
checking for sys/param.h... yes
checking syscall.h usability... yes
checking syscall.h presence... yes
checking for syscall.h... yes
checking pwd.h usability... yes
checking pwd.h presence... yes
checking for pwd.h... yes
checking grp.h usability... yes
checking grp.h presence... yes
checking for grp.h... yes
checking a.out.h usability... yes
checking a.out.h presence... yes
checking for a.out.h... yes
checking utime.h usability... yes
checking utime.h presence... yes
checking for utime.h... yes
checking for memory.h... (cached) yes
checking direct.h usability... no
checking direct.h presence... no
checking for direct.h... no
checking sys/resource.h usability... yes
checking sys/resource.h presence... yes
checking for sys/resource.h... yes
checking sys/mkdev.h usability... no
checking sys/mkdev.h presence... no
checking for sys/mkdev.h... no
checking sys/utime.h usability... no
checking sys/utime.h presence... no
checking for sys/utime.h... no
checking netinet/in_systm.h usability... yes
checking netinet/in_systm.h presence... yes
checking for netinet/in_systm.h... yes
checking float.h usability... yes
checking float.h presence... yes
checking for float.h... yes
checking ieeefp.h usability... no
checking ieeefp.h presence... no
checking for ieeefp.h... no
checking pthread.h usability... yes
checking pthread.h presence... yes
checking for pthread.h... yes
checking ucontext.h usability... yes
checking ucontext.h presence... yes
checking for ucontext.h... yes
checking intrinsics.h usability... no
checking intrinsics.h presence... no
checking for intrinsics.h... no
checking time.h usability... yes
checking time.h presence... yes
checking for time.h... yes
checking size of rlim_t... 8
checking for size_t... yes
checking for struct stat.st_blksize... yes
checking for struct stat.st_blocks... yes
checking for struct stat.st_rdev... yes
checking for int8_t... yes
checking size of int8_t... 1
checking for uint8_t... yes
checking size of uint8_t... 1
checking for int16_t... yes
checking size of int16_t... 2
checking for uint16_t... yes
checking size of uint16_t... 2
checking for int32_t... yes
checking size of int32_t... 4
checking for uint32_t... yes
checking size of uint32_t... 4
checking for int64_t... yes
checking size of int64_t... 8
checking for uint64_t... yes
checking size of uint64_t... 8
checking for int128_t... no
checking for uint128_t... no
checking for struct timezone... yes
checking for uid_t in sys/types.h... (cached) yes
checking type of array argument to getgroups... gid_t
checking return type of signal handlers... void
checking for working alloca.h... yes
checking for alloca... yes
checking for working memcmp... yes
checking for _LARGEFILE_SOURCE value needed for large files... no
checking for ftello... yes
checking for broken erfc of glibc-2.3.6 on IA64... no
checking for dup2... yes
checking for memmove... yes
checking for strcasecmp... yes
checking for strncasecmp... yes
checking for strerror... yes
checking for strftime... yes
checking for strchr... yes
checking for strstr... yes
checking for strtoul... yes
checking for crypt... yes
checking for flock... yes
checking for vsnprintf... yes
checking for isnan... yes
checking for finite... yes
checking for isinf... yes
checking for hypot... yes
checking for acosh... yes
checking for erf... yes
checking for fmod... yes
checking for killpg... yes
checking for wait4... yes
checking for waitpid... yes
checking for syscall... yes
checking for chroot... yes
checking for fsync... yes
checking for getcwd... yes
checking for eaccess... yes
checking for truncate... yes
checking for ftruncate... yes
checking for chsize... no
checking for times... yes
checking for utimes... yes
checking for fcntl... yes
checking for lockf... yes
checking for lstat... yes
checking for symlink... yes
checking for link... yes
checking for readlink... yes
checking for setitimer... yes
checking for setruid... no
checking for seteuid... yes
checking for setreuid... yes
checking for setresuid... yes
checking for setproctitle... no
checking for setrgid... no
checking for setegid... yes
checking for setregid... yes
checking for setresgid... yes
checking for issetugid... no
checking for pause... yes
checking for lchown... yes
checking for lchmod... no
checking for getpgrp... yes
checking for setpgrp... yes
checking for getpgid... yes
checking for setpgid... yes
checking for initgroups... yes
checking for getgroups... yes
checking for setgroups... yes
checking for getpriority... yes
checking for getrlimit... yes
checking for setrlimit... yes
checking for sysconf... yes
checking for group_member... yes
checking for dlopen... yes
checking for sigprocmask... yes
checking for sigaction... yes
checking for sigsetjmp... no
checking for _setjmp... yes
checking for _longjmp... yes
checking for setsid... yes
checking for telldir... yes
checking for seekdir... yes
checking for fchmod... yes
checking for mktime... yes
checking for timegm... yes
checking for gettimeofday... yes
checking for cosh... yes
checking for sinh... yes
checking for tanh... yes
checking for round... yes
checking for setuid... yes
checking for setgid... yes
checking for setenv... yes
checking for unsetenv... yes
checking for __builtin_setjmp... no
checking for setjmp type... _setjmp
checking whether struct tm is in sys/time.h or time.h... time.h
checking for struct tm.tm_zone... yes
checking for struct tm.tm_gmtoff... yes
checking for external int daylight... yes
checking for external timezone... long
checking for external altzone... no
checking for negative time_t for gmtime(3)... yes
checking whether getpgrp requires zero arguments... yes
checking whether setpgrp takes no argument... yes
checking whether byte ordering is bigendian... no
checking for an ANSI C-conforming const... yes
checking whether char is unsigned... no
checking for inline... inline
checking for working volatile... yes
checking whether right shift preserve sign bit... yes
checking read count field in FILE structures... not found(OK if using
GNU libc)
checking read buffer ptr field in FILE structures... _IO_read_ptr
checking read buffer end field in FILE structures... _IO_read_end
checking whether need to seek between R/W... no
checking whether st_ino is huge... no
checking whether _SC_CLK_TCK is supported... yes
checking stack growing direction... -1
checking whether ELF binaries are produced... yes
checking whether OS depend dynamic link works... yes
checking for nroff... /usr/bin/nroff
creating config.h
configure: creating ./config.status
config.status: creating Makefile
patch -p1 -R < ../fast-threading.patch
patching file eval.c
Hunk #35 succeeded at 9036 (offset 12 lines).
Hunk #36 succeeded at 10481 (offset 12 lines).
Hunk #37 succeeded at 10696 (offset 12 lines).
Hunk #38 succeeded at 10732 (offset 12 lines).
Hunk #39 succeeded at 10746 (offset 12 lines).
Hunk #40 succeeded at 10838 (offset 12 lines).
Hunk #41 succeeded at 10891 with fuzz 2 (offset 13 lines).
Hunk #42 succeeded at 10900 (offset 13 lines).
Hunk #43 succeeded at 11024 (offset 22 lines).
Hunk #44 succeeded at 11050 (offset 22 lines).
Hunk #45 succeeded at 11146 (offset 22 lines).
Hunk #46 succeeded at 11160 (offset 22 lines).
Hunk #47 succeeded at 12505 (offset 32 lines).
Hunk #48 succeeded at 12552 (offset 32 lines).
Hunk #49 succeeded at 12724 (offset 32 lines).
Hunk #50 succeeded at 12738 (offset 32 lines).
Hunk #51 succeeded at 12753 (offset 32 lines).
Hunk #52 succeeded at 12770 (offset 32 lines).
Hunk #53 succeeded at 13091 (offset 32 lines).
Hunk #54 succeeded at 13114 (offset 32 lines).
Hunk #55 succeeded at 13964 (offset 32 lines).
Hunk #56 succeeded at 13989 (offset 32 lines).
Hunk #57 succeeded at 14013 (offset 32 lines).
Hunk #58 succeeded at 14051 (offset 32 lines).
patching file gc.c
Hunk #2 succeeded at 1034 (offset 319 lines).
Hunk #3 succeeded at 1069 (offset 319 lines).
Hunk #4 succeeded at 1097 (offset 319 lines).
Hunk #5 succeeded at 1116 (offset 319 lines).
Hunk #6 succeeded at 2095 (offset 412 lines).
Hunk #7 succeeded at 2108 (offset 412 lines).
Hunk #8 succeeded at 2133 (offset 412 lines).
Hunk #9 succeeded at 2190 (offset 423 lines).
Hunk #10 succeeded at 3083 (offset 453 lines).
patching file node.h
patching file rubysig.h
patching file signal.c
mkdir -p .ext/common
make PREINCFLAGS=3D'-I/opt/local/include' PRELIBS=3D'-L/opt/local/lib -Wl,-
rpath,/var/ruby-enterprise/lib -L/var/ruby-enterprise/lib'
gcc -g -O2     -DRUBY_EXPORT -D_GNU_SOURCE=3D1  -I. -I.    -c array.c
gcc -g -O2     -DRUBY_EXPORT -D_GNU_SOURCE=3D1  -I. -I.    -c bignum.c
gcc -g -O2     -DRUBY_EXPORT -D_GNU_SOURCE=3D1  -I. -I.    -c class.c
gcc -g -O2     -DRUBY_EXPORT -D_GNU_SOURCE=3D1  -I. -I.    -c compar.c
gcc -g -O2     -DRUBY_EXPORT -D_GNU_SOURCE=3D1  -I. -I.    -c dir.c
gcc -g -O2     -DRUBY_EXPORT -D_GNU_SOURCE=3D1  -I. -I.    -c dln.c
gcc -g -O2     -DRUBY_EXPORT -D_GNU_SOURCE=3D1  -I. -I.    -c enum.c
gcc -g -O2     -DRUBY_EXPORT -D_GNU_SOURCE=3D1  -I. -I.    -c
enumerator.c
gcc -g -O2     -DRUBY_EXPORT -D_GNU_SOURCE=3D1  -I. -I.    -c error.c
gcc -g -O2     -DRUBY_EXPORT -D_GNU_SOURCE=3D1  -I. -I.    -c eval.c
eval.c: In function =91rb_eval_string_wrap=92:
eval.c:1775:5: warning: assignment discards =91volatile=92 qualifier from
pointer target type [enabled by default]
eval.c: In function =91rb_eval_cmd=92:
eval.c:1916:5: warning: assignment discards =91volatile=92 qualifier from
pointer target type [enabled by default]
eval.c: In function =91call_trace_func=92:
eval.c:2773:5: warning: assignment discards =91volatile=92 qualifier from
pointer target type [enabled by default]
eval.c: In function =91rb_raise_jump=92:
eval.c:4910:2: warning: assignment discards =91volatile=92 qualifier from
pointer target type [enabled by default]
eval.c: In function =91method_missing=92:
eval.c:5866:2: warning: assignment discards =91volatile=92 qualifier from
pointer target type [enabled by default]
eval.c: In function =91rb_call0=92:
eval.c:6024:5: warning: assignment discards =91volatile=92 qualifier from
pointer target type [enabled by default]
eval.c: In function =91rb_f_eval=92:
eval.c:6829:2: warning: assignment discards =91volatile=92 qualifier from
pointer target type [enabled by default]
eval.c: In function =91exec_under=92:
eval.c:6854:5: warning: assignment discards =91volatile=92 qualifier from
pointer target type [enabled by default]
eval.c: In function =91rb_load=92:
eval.c:7170:5: warning: assignment discards =91volatile=92 qualifier from
pointer target type [enabled by default]
eval.c: In function =91call_end_proc=92:
eval.c:8206:5: warning: assignment discards =91volatile=92 qualifier from
pointer target type [enabled by default]
eval.c: In function =91rb_f_END=92:
eval.c:8219:5: warning: assignment discards =91volatile=92 qualifier from
pointer target type [enabled by default]
eval.c: In function =91mproc=92:
eval.c:10012:5: warning: assignment discards =91volatile=92 qualifier from
pointer target type [enabled by default]
gcc -g -O2     -DRUBY_EXPORT -D_GNU_SOURCE=3D1  -I. -I.    -c file.c
gcc -g -O2     -DRUBY_EXPORT -D_GNU_SOURCE=3D1  -I. -I.    -c gc.c
gcc -g -O2     -DRUBY_EXPORT -D_GNU_SOURCE=3D1  -I. -I.    -c hash.c
gcc -g -O2     -DRUBY_EXPORT -D_GNU_SOURCE=3D1  -I. -I.    -c inits.c
gcc -g -O2     -DRUBY_EXPORT -D_GNU_SOURCE=3D1  -I. -I.    -c io.c
gcc -g -O2     -DRUBY_EXPORT -D_GNU_SOURCE=3D1  -I. -I.    -c marshal.c
gcc -g -O2     -DRUBY_EXPORT -D_GNU_SOURCE=3D1  -I. -I.    -c math.c
gcc -g -O2     -DRUBY_EXPORT -D_GNU_SOURCE=3D1  -I. -I.    -c numeric.c
gcc -g -O2     -DRUBY_EXPORT -D_GNU_SOURCE=3D1  -I. -I.    -c object.c
gcc -g -O2     -DRUBY_EXPORT -D_GNU_SOURCE=3D1  -I. -I.    -c pack.c
gcc -g -O2     -DRUBY_EXPORT -D_GNU_SOURCE=3D1  -I. -I.    -c parse.c
gcc -g -O2     -DRUBY_EXPORT -D_GNU_SOURCE=3D1  -I. -I.    -c
pointerset.c
gcc -g -O2     -DRUBY_EXPORT -D_GNU_SOURCE=3D1  -I. -I.    -c process.c
gcc -g -O2     -DRUBY_EXPORT -D_GNU_SOURCE=3D1  -I. -I.    -c prec.c
gcc -g -O2     -DRUBY_EXPORT -D_GNU_SOURCE=3D1  -I. -I.    -c random.c
gcc -g -O2     -DRUBY_EXPORT -D_GNU_SOURCE=3D1  -I. -I.    -c range.c
gcc -g -O2     -DRUBY_EXPORT -D_GNU_SOURCE=3D1  -I. -I.    -c re.c
gcc -g -O2     -DRUBY_EXPORT -D_GNU_SOURCE=3D1  -I. -I.    -c regex.c
gcc -g -O2     -DRUBY_EXPORT -D_GNU_SOURCE=3D1  -I. -I.    -c ruby.c
gcc -g -O2     -DRUBY_EXPORT -D_GNU_SOURCE=3D1  -I. -I.    -c signal.c
gcc -g -O2     -DRUBY_EXPORT -D_GNU_SOURCE=3D1  -I. -I.    -c sprintf.c
gcc -g -O2     -DRUBY_EXPORT -D_GNU_SOURCE=3D1  -I. -I.    -c st.c
gcc -g -O2     -DRUBY_EXPORT -D_GNU_SOURCE=3D1  -I. -I.    -c string.c
gcc -g -O2     -DRUBY_EXPORT -D_GNU_SOURCE=3D1  -I. -I.    -c struct.c
gcc -g -O2     -DRUBY_EXPORT -D_GNU_SOURCE=3D1  -I. -I.    -c time.c
gcc -g -O2     -DRUBY_EXPORT -D_GNU_SOURCE=3D1  -I. -I.    -c util.c
gcc -g -O2     -DRUBY_EXPORT -D_GNU_SOURCE=3D1  -I. -I.    -c variable.c
gcc -g -O2     -DRUBY_EXPORT -D_GNU_SOURCE=3D1  -I. -I.    -c version.c
gcc -g -O2     -DRUBY_EXPORT -D_GNU_SOURCE=3D1  -I. -I.    -c dmyext.c
ar rcu libruby-static.a array.o bignum.o class.o compar.o dir.o dln.o
enum.o enumerator.o error.o eval.o file.o gc.o hash.o inits.o io.o
marshal.o math.o numeric.o object.o pack.o parse.o pointerset.o
process.o prec.o random.o range.o re.o regex.o ruby.o signal.o
sprintf.o st.o string.o struct.o time.o util.o variable.o version.o
dmyext.o
gcc -g -O2     -DRUBY_EXPORT -D_GNU_SOURCE=3D1  -I. -I.    -c main.c
gcc -g -O2     -DRUBY_EXPORT -D_GNU_SOURCE=3D1  -L.  -rdynamic -Wl,-
export-dynamic   main.o  libruby-static.a -L/opt/local/lib -Wl,-rpath,/
var/ruby-enterprise/lib -L/var/ruby-enterprise/lib -lrt -ldl -lcrypt -
lm   -o miniruby
rbconfig.rb updated
compiling Win32API
compiling bigdecimal
make[1]: Entering directory `/home/webmaster/Downloads/ruby-
enterprise-1.8.7-2011.03/source/ext/bigdecimal'
mkdir -p ../../.ext/x86_64-linux
gcc -I/opt/local/include -I. -I/opt/local/include -I../.. -I../../. -
I../.././ext/bigdecimal -DBASE=3D1000000000UL -DBASE_FIG=3D9    -fPIC -g -
O2    -c bigdecimal.c
gcc -shared -o ../../.ext/x86_64-linux/bigdecimal.so bigdecimal.o -L. -
L../.. -L.  -rdynamic -Wl,-export-dynamic    -L/opt/local/lib -lrt -
ldl -lcrypt -lm   -lc
mkdir -p ../../.ext/common/bigdecimal
cp ../.././ext/bigdecimal/lib/bigdecimal/jacobian.rb ../../.ext/common/
bigdecimal
cp ../.././ext/bigdecimal/lib/bigdecimal/math.rb ../../.ext/common/
bigdecimal
cp ../.././ext/bigdecimal/lib/bigdecimal/newton.rb ../../.ext/common/
bigdecimal
cp ../.././ext/bigdecimal/lib/bigdecimal/util.rb ../../.ext/common/
bigdecimal
cp ../.././ext/bigdecimal/lib/bigdecimal/ludcmp.rb ../../.ext/common/
bigdecimal
make[1]: Leaving directory `/home/webmaster/Downloads/ruby-
enterprise-1.8.7-2011.03/source/ext/bigdecimal'
compiling curses
make[1]: Entering directory `/home/webmaster/Downloads/ruby-
enterprise-1.8.7-2011.03/source/ext/curses'
gcc -I/opt/local/include -I. -I/opt/local/include -I../.. -I../../. -
I../.././ext/curses -DHAVE_NCURSES_H -DHAVE_BEEP -DHAVE_BKGD -
DHAVE_BKGDSET -DHAVE_CURS_SET -DHAVE_DELETELN -DHAVE_DOUPDATE -
DHAVE_FLASH -DHAVE_GETBKGD -DHAVE_GETNSTR -DHAVE_ISENDWIN -
DHAVE_KEYNAME -DHAVE_KEYPAD -DHAVE_RESIZETERM -DHAVE_SCRL -
DHAVE_SETSCRREG -DHAVE_UNGETCH -DHAVE_WATTROFF -DHAVE_WATTRON -
DHAVE_WATTRSET -DHAVE_WBKGD -DHAVE_WBKGDSET -DHAVE_WDELETELN -
DHAVE_WGETNSTR -DHAVE_WRESIZE -DHAVE_WSCRL -DHAVE_WSETSCRREG -
DHAVE_DEF_PROG_MODE -DHAVE_RESET_PROG_MODE -DHAVE_TIMEOUT -
DHAVE_WTIMEOUT -DHAVE_NODELAY -DHAVE_INIT_COLOR -DHAVE_WCOLOR_SET -
D_XOPEN_SOURCE_EXTENDED    -fPIC -g -O2    -c curses.c
gcc -shared -o ../../.ext/x86_64-linux/curses.so curses.o -L. -L../.. -
L.  -rdynamic -Wl,-export-dynamic    -lncurses -ltinfo  -L/opt/local/
lib -lrt -ldl -lcrypt -lm   -lc
make[1]: Leaving directory `/home/webmaster/Downloads/ruby-
enterprise-1.8.7-2011.03/source/ext/curses'
compiling dbm
make[1]: Entering directory `/home/webmaster/Downloads/ruby-
enterprise-1.8.7-2011.03/source/ext/dbm'
gcc -I/opt/local/include -I. -I/opt/local/include -I../.. -I../../. -
I../.././ext/dbm -DHAVE_TYPE_DBM -DHAVE___DB_NDBM_CLEARERR -
DDB_DBM_HSEARCH  -DDBM_HDR=3D"<db.h>" -DHAVE_SYS_CDEFS_H    -fPIC -g -
O2    -c dbm.c
gcc -shared -o ../../.ext/x86_64-linux/dbm.so dbm.o -L. -L../.. -L.  -
rdynamic -Wl,-export-dynamic    -ldb  -L/opt/local/lib -lrt -ldl -
lcrypt -lm   -lc
make[1]: Leaving directory `/home/webmaster/Downloads/ruby-
enterprise-1.8.7-2011.03/source/ext/dbm'
compiling digest
make[1]: Entering directory `/home/webmaster/Downloads/ruby-
enterprise-1.8.7-2011.03/source/ext/digest'
gcc -I/opt/local/include -I. -I/opt/local/include -I../.. -I../../. -
I../.././ext/digest   -fPIC -g -O2    -c digest.c
digest.c: In function =91rb_digest_instance_inspect=92:
digest.c:280:11: warning: assignment discards =91const=92 qualifier from
pointer target type [enabled by default]
gcc -shared -o ../../.ext/x86_64-linux/digest.so digest.o -L. -L../.. -
L.  -rdynamic -Wl,-export-dynamic    -L/opt/local/lib -lrt -ldl -
lcrypt -lm   -lc
cp ../.././ext/digest/lib/digest.rb ../../.ext/common
cp ../.././ext/digest/lib/sha1.rb ../../.ext/common
cp ../.././ext/digest/lib/md5.rb ../../.ext/common
cp ../.././ext/digest/digest.h ../../.ext/x86_64-linux
make[1]: Leaving directory `/home/webmaster/Downloads/ruby-
enterprise-1.8.7-2011.03/source/ext/digest'
compiling digest/bubblebabble
make[1]: Entering directory `/home/webmaster/Downloads/ruby-
enterprise-1.8.7-2011.03/source/ext/digest/bubblebabble'
mkdir -p ../../../.ext/x86_64-linux/digest
gcc -I/opt/local/include -I. -I/opt/local/include -I../../.. -
I../../../. -I../../.././ext/digest/bubblebabble -I../../.././ext/
digest/bubblebabble/.. -DHAVE_CONFIG_H    -fPIC -g -O2    -c
bubblebabble.c
gcc -shared -o ../../../.ext/x86_64-linux/digest/bubblebabble.so
bubblebabble.o -L. -L../../.. -L.  -rdynamic -Wl,-export-dynamic    -L/
opt/local/lib -lrt -ldl -lcrypt -lm   -lc
make[1]: Leaving directory `/home/webmaster/Downloads/ruby-
enterprise-1.8.7-2011.03/source/ext/digest/bubblebabble'
compiling digest/md5
make[1]: Entering directory `/home/webmaster/Downloads/ruby-
enterprise-1.8.7-2011.03/source/ext/digest/md5'
gcc -I/opt/local/include -I. -I/opt/local/include -I../../.. -
I../../../. -I../../.././ext/digest/md5 -I../../.././ext/digest/md5/..
-DHAVE_CONFIG_H -DHAVE_OPENSSL_MD5_H -DHAVE_SYS_CDEFS_H -
DHAVE_INTTYPES_H -DHAVE_UNISTD_H    -fPIC -g -O2    -c md5init.c
gcc -I/opt/local/include -I. -I/opt/local/include -I../../.. -
I../../../. -I../../.././ext/digest/md5 -I../../.././ext/digest/md5/..
-DHAVE_CONFIG_H -DHAVE_OPENSSL_MD5_H -DHAVE_SYS_CDEFS_H -
DHAVE_INTTYPES_H -DHAVE_UNISTD_H    -fPIC -g -O2    -c md5ossl.c
gcc -shared -o ../../../.ext/x86_64-linux/digest/md5.so md5init.o
md5ossl.o -L. -L../../.. -L.  -rdynamic -Wl,-export-dynamic    -
lcrypto  -L/opt/local/lib -lrt -ldl -lcrypt -lm   -lc
make[1]: Leaving directory `/home/webmaster/Downloads/ruby-
enterprise-1.8.7-2011.03/source/ext/digest/md5'
compiling digest/rmd160
make[1]: Entering directory `/home/webmaster/Downloads/ruby-
enterprise-1.8.7-2011.03/source/ext/digest/rmd160'
gcc -I/opt/local/include -I. -I/opt/local/include -I../../.. -
I../../../. -I../../.././ext/digest/rmd160 -I../../.././ext/digest/
rmd160/.. -DNDEBUG -DHAVE_CONFIG_H -DHAVE_OPENSSL_RIPEMD_H -
DHAVE_SYS_CDEFS_H -DHAVE_INTTYPES_H -DHAVE_UNISTD_H    -fPIC -g -O2
-c rmd160init.c
gcc -I/opt/local/include -I. -I/opt/local/include -I../../.. -
I../../../. -I../../.././ext/digest/rmd160 -I../../.././ext/digest/
rmd160/.. -DNDEBUG -DHAVE_CONFIG_H -DHAVE_OPENSSL_RIPEMD_H -
DHAVE_SYS_CDEFS_H -DHAVE_INTTYPES_H -DHAVE_UNISTD_H    -fPIC -g -O2
-c rmd160ossl.c
gcc -shared -o ../../../.ext/x86_64-linux/digest/rmd160.so
rmd160init.o rmd160ossl.o -L. -L../../.. -L.  -rdynamic -Wl,-export-
dynamic    -lcrypto  -L/opt/local/lib -lrt -ldl -lcrypt -lm   -lc
make[1]: Leaving directory `/home/webmaster/Downloads/ruby-
enterprise-1.8.7-2011.03/source/ext/digest/rmd160'
compiling digest/sha1
make[1]: Entering directory `/home/webmaster/Downloads/ruby-
enterprise-1.8.7-2011.03/source/ext/digest/sha1'
gcc -I/opt/local/include -I. -I/opt/local/include -I../../.. -
I../../../. -I../../.././ext/digest/sha1 -I../../.././ext/digest/
sha1/.. -DHAVE_CONFIG_H -DHAVE_OPENSSL_SHA_H -DHAVE_SYS_CDEFS_H -
DHAVE_INTTYPES_H -DHAVE_UNISTD_H    -fPIC -g -O2    -c sha1init.c
gcc -I/opt/local/include -I. -I/opt/local/include -I../../.. -
I../../../. -I../../.././ext/digest/sha1 -I../../.././ext/digest/
sha1/.. -DHAVE_CONFIG_H -DHAVE_OPENSSL_SHA_H -DHAVE_SYS_CDEFS_H -
DHAVE_INTTYPES_H -DHAVE_UNISTD_H    -fPIC -g -O2    -c sha1ossl.c
gcc -shared -o ../../../.ext/x86_64-linux/digest/sha1.so sha1init.o
sha1ossl.o -L. -L../../.. -L.  -rdynamic -Wl,-export-dynamic    -
lcrypto  -L/opt/local/lib -lrt -ldl -lcrypt -lm   -lc
make[1]: Leaving directory `/home/webmaster/Downloads/ruby-
enterprise-1.8.7-2011.03/source/ext/digest/sha1'
compiling digest/sha2
make[1]: Entering directory `/home/webmaster/Downloads/ruby-
enterprise-1.8.7-2011.03/source/ext/digest/sha2'
gcc -I/opt/local/include -I. -I/opt/local/include -I../../.. -
I../../../. -I../../.././ext/digest/sha2 -I../../.././ext/digest/
sha2/.. -DHAVE_CONFIG_H -DHAVE_SYS_CDEFS_H -DHAVE_INTTYPES_H -
DHAVE_UNISTD_H -DHAVE_TYPE_UINT64_T    -fPIC -g -O2    -c sha2.c
gcc -I/opt/local/include -I. -I/opt/local/include -I../../.. -
I../../../. -I../../.././ext/digest/sha2 -I../../.././ext/digest/
sha2/.. -DHAVE_CONFIG_H -DHAVE_SYS_CDEFS_H -DHAVE_INTTYPES_H -
DHAVE_UNISTD_H -DHAVE_TYPE_UINT64_T    -fPIC -g -O2    -c sha2init.c
gcc -shared -o ../../../.ext/x86_64-linux/digest/sha2.so sha2.o
sha2init.o -L. -L../../.. -L.  -rdynamic -Wl,-export-dynamic    -L/opt/
local/lib -lrt -ldl -lcrypt -lm   -lc
mkdir -p ../../../.ext/common/digest
cp ../../.././ext/digest/sha2/lib/sha2.rb ../../../.ext/common/digest
make[1]: Leaving directory `/home/webmaster/Downloads/ruby-
enterprise-1.8.7-2011.03/source/ext/digest/sha2'
compiling dl
make[1]: Entering directory `/home/webmaster/Downloads/ruby-
enterprise-1.8.7-2011.03/source/ext/dl'
gcc -I/opt/local/include -I. -I/opt/local/include -I../.. -I../../. -
I../.././ext/dl -DHAVE_DLFCN_H -DHAVE_DLOPEN -DHAVE_DLCLOSE -
DHAVE_DLSYM -DHAVE_DLERROR    -I. -fPIC -g -O2   -fno-defer-pop -fno-
omit-frame-pointer  -c ptr.c
Generating callback.func
Generating cbtable.func
gcc -I/opt/local/include -I. -I/opt/local/include -I../.. -I../../. -
I../.././ext/dl -DHAVE_DLFCN_H -DHAVE_DLOPEN -DHAVE_DLCLOSE -
DHAVE_DLSYM -DHAVE_DLERROR    -I. -fPIC -g -O2   -fno-defer-pop -fno-
omit-frame-pointer  -c dl.c
In file included from dl.c:104:0:
callback.func:1:1: warning: data definition has no type or storage
class [enabled by default]
callback.func:1:7: error: expected identifier or =91(=92 before =91long=92
In file included from dl.c:104:0:
callback.func:78:33: error: expected =91)=92 before =91(=92 token
callback.func:79:3: warning: data definition has no type or storage
class [enabled by default]
callback.func:79:24: error: =91proc=92 undeclared here (not in a function)
callback.func:79:39: error: =91argc=92 undeclared here (not in a function)
callback.func:79:45: error: =91argv=92 undeclared here (not in a function)
callback.func:82:1: error: expected identifier or =91(=92 before =91}=92 to=
ken
dl.c:106:1: error: expected =91;=92, =91,=92 or =91)=92 before =91static=92
make[1]: *** [dl.o] Error 1
make[1]: Leaving directory `/home/webmaster/Downloads/ruby-
enterprise-1.8.7-2011.03/source/ext/dl'