Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 11 Jul 2007 12:30:21 -0700
From:      snowcrash+freebsd <schneecrash+freebsd@gmail.com>
To:        freebsd-ports@freebsd.org
Subject:   coredump on portupgrade of installed ruby-1.8.6, 1 to ruby-1.8.6_1, 1
Message-ID:  <70f41ba20707111230y66532185o7fd8a335d7c72694@mail.gmail.com>

next in thread | raw e-mail | index | archive | help
on an install of,

uname -a
 FreeBSD router.mydomain.com 6.2-RELEASE-p5 FreeBSD 6.2-RELEASE-p5
#2: Mon Jun  4 12:15:53 PDT 2007
root@mydomain.com:/usr/obj/usr/src/sys/CUSTOM_ROUTER  i386

attempting a portupgrade with,

 portsnap fetch update
 pkgdb --autofix --fix-lost
 pkgdb -F
 portupgrade               --verbose --recursive --upward-recursive --all

fails with a coredump at,


--->  Upgrade of lang/ruby18 started at: Wed, 11 Jul 2007 10:08:35 -0700
--->  Upgrading 'ruby-1.8.6,1' to 'ruby-1.8.6_1,1' (lang/ruby18)
--->  Build of lang/ruby18 started at: Wed, 11 Jul 2007 10:08:35 -0700
--->  Building '/usr/ports/lang/ruby18'
===>  Cleaning for ruby-1.8.6_1,1
===>  Extracting for ruby-1.8.6_1,1
=> MD5 Checksum OK for ruby/ruby-1.8.6.tar.bz2.
=> SHA256 Checksum OK for ruby/ruby-1.8.6.tar.bz2.
/bin/mv /usr/ports/lang/ruby18/work/ruby-1.8.6/ext/dl/h2rb
/usr/ports/lang/ruby18/work/ruby-1.8.6/bin/
===>  Patching for ruby-1.8.6_1,1
===>  Applying FreeBSD patches for ruby-1.8.6_1,1
/usr/bin/sed -i.bak -e 's|-l$pthread_lib|-pthread|g'
/usr/ports/lang/ruby18/work/ruby-1.8.6/configure
/bin/rm -rf /usr/ports/lang/ruby18/work/ruby-1.8.6/ext/Win32API
/bin/rm -rf /usr/ports/lang/ruby18/work/ruby-1.8.6/ext/win32ole
/bin/mv /usr/ports/lang/ruby18/work/ruby-1.8.6/ext/gdbm
/usr/ports/lang/ruby18/work/
/bin/mv /usr/ports/lang/ruby18/work/ruby-1.8.6/ext/iconv
/usr/ports/lang/ruby18/work/
/bin/mv /usr/ports/lang/ruby18/work/ruby-1.8.6/ext/tk
/usr/ports/lang/ruby18/work/
===>   ruby-1.8.6_1,1 depends on file: /usr/local/lib/libcrypto.so.5 - found
===>  Configuring for ruby-1.8.6_1,1
/usr/bin/touch /usr/ports/lang/ruby18/work/ruby-1.8.6/configure
configure: WARNING: you should use --build, --host, --target
checking build system type... i386-portbld-freebsd6
checking host system type... i386-portbld-freebsd6
checking target system type... i386-portbld-freebsd6
checking for i386-portbld-freebsd6-gcc... /usr/local/libexec/ccache/cc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables...
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether /usr/local/libexec/ccache/cc accepts -g... yes
checking for /usr/local/libexec/ccache/cc option to accept ISO C89...
none needed
checking how to run the C preprocessor... /usr/local/libexec/ccache/cc -E
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking whether /usr/local/libexec/ccache/cc needs -traditional... no
checking whether the linker is GNU ld... yes
checking whether /usr/local/libexec/ccache/cc -E accepts -o... yes
checking for bison... bison -y
checking for i386-portbld-freebsd6-ranlib... no
checking for ranlib... ranlib
checking for i386-portbld-freebsd6-ar... no
checking for ar... ar
checking for i386-portbld-freebsd6-as... no
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 -o root -g wheel
checking for AIX... no
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 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 for int... yes
checking size of int... 4
checking for short... yes
checking size of short... 2
checking for long... yes
checking size of long... 4
checking for long long... (cached) yes
checking size of long long... 8
checking for __int64... no
checking size of __int64... 0
checking for off_t... (cached) yes
checking size of off_t... 8
checking for void*... yes
checking size of void*... 4
checking for float... yes
checking size of float... 4
checking for double... yes
checking size of double... 8
checking for time_t... yes
checking size of time_t... 4
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 whether -lxpg4 has to be linked... no
checking for crypt in -lcrypt... yes
checking for dlopen in -ldl... no
checking for shl_load in -ldld... no
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... no
checking syscall.h presence... no
checking for syscall.h... no
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... yes
checking ieeefp.h presence... yes
checking for ieeefp.h... yes
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 for rlim_t... 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 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... no
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 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 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... yes
checking for seteuid... yes
checking for setreuid... yes
checking for setresuid... yes
checking for setproctitle... yes
checking for setrgid... yes
checking for setegid... yes
checking for setregid... yes
checking for setresgid... yes
checking for issetugid... yes
checking for pause... yes
checking for lchown... yes
checking for lchmod... yes
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 dlopen... yes
checking for sigprocmask... yes
checking for sigaction... yes
checking for _setjmp... 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 cosh... yes
checking for sinh... yes
checking for tanh... yes
checking for setuid... yes
checking for setgid... yes
checking for setenv... yes
checking for unsetenv... yes
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... no
checking for negative time_t for gmtime(3)... yes
checking whether getpgrp requires zero arguments... yes
checking whether setpgrp takes no argument... no
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... _r
checking read buffer ptr field in FILE structures... _p
checking whether need to seek between R/W... yes
checking whether st_ino is huge... no
checking whether _SC_CLK_TCK is supported... yes
checking stack growing direction... (cached) -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
===>  Building for ruby-1.8.6_1,1
/usr/local/libexec/ccache/cc -O2 -pipe -funroll-loops -s
-frename-registers -fomit-frame-pointer -march=pentium-mmx   -fPIC
-DRUBY_EXPORT -I. -I. -c array.c
/usr/local/libexec/ccache/cc -O2 -pipe -funroll-loops -s
-frename-registers -fomit-frame-pointer -march=pentium-mmx   -fPIC
-DRUBY_EXPORT -I. -I. -c bignum.c
/usr/local/libexec/ccache/cc -O2 -pipe -funroll-loops -s
-frename-registers -fomit-frame-pointer -march=pentium-mmx   -fPIC
-DRUBY_EXPORT -I. -I. -c class.c
/usr/local/libexec/ccache/cc -O2 -pipe -funroll-loops -s
-frename-registers -fomit-frame-pointer -march=pentium-mmx   -fPIC
-DRUBY_EXPORT -I. -I. -c compar.c
/usr/local/libexec/ccache/cc -O2 -pipe -funroll-loops -s
-frename-registers -fomit-frame-pointer -march=pentium-mmx   -fPIC
-DRUBY_EXPORT -I. -I. -c dir.c
/usr/local/libexec/ccache/cc -O2 -pipe -funroll-loops -s
-frename-registers -fomit-frame-pointer -march=pentium-mmx   -fPIC
-DRUBY_EXPORT -I. -I. -c dln.c
/usr/local/libexec/ccache/cc -O2 -pipe -funroll-loops -s
-frename-registers -fomit-frame-pointer -march=pentium-mmx   -fPIC
-DRUBY_EXPORT -I. -I. -c enum.c
/usr/local/libexec/ccache/cc -O2 -pipe -funroll-loops -s
-frename-registers -fomit-frame-pointer -march=pentium-mmx   -fPIC
-DRUBY_EXPORT -I. -I. -c error.c
/usr/local/libexec/ccache/cc -O2 -pipe -funroll-loops -s
-frename-registers -fomit-frame-pointer -march=pentium-mmx   -fPIC
-DRUBY_EXPORT -I. -I. -c eval.c
/usr/local/libexec/ccache/cc -O2 -pipe -funroll-loops -s
-frename-registers -fomit-frame-pointer -march=pentium-mmx   -fPIC
-DRUBY_EXPORT -I. -I. -c file.c
/usr/local/libexec/ccache/cc -O2 -pipe -funroll-loops -s
-frename-registers -fomit-frame-pointer -march=pentium-mmx   -fPIC
-DRUBY_EXPORT -I. -I. -c gc.c
/usr/local/libexec/ccache/cc -O2 -pipe -funroll-loops -s
-frename-registers -fomit-frame-pointer -march=pentium-mmx   -fPIC
-DRUBY_EXPORT -I. -I. -c hash.c
/usr/local/libexec/ccache/cc -O2 -pipe -funroll-loops -s
-frename-registers -fomit-frame-pointer -march=pentium-mmx   -fPIC
-DRUBY_EXPORT -I. -I. -c inits.c
/usr/local/libexec/ccache/cc -O2 -pipe -funroll-loops -s
-frename-registers -fomit-frame-pointer -march=pentium-mmx   -fPIC
-DRUBY_EXPORT -I. -I. -c io.c
/usr/local/libexec/ccache/cc -O2 -pipe -funroll-loops -s
-frename-registers -fomit-frame-pointer -march=pentium-mmx   -fPIC
-DRUBY_EXPORT -I. -I. -c marshal.c
/usr/local/libexec/ccache/cc -O2 -pipe -funroll-loops -s
-frename-registers -fomit-frame-pointer -march=pentium-mmx   -fPIC
-DRUBY_EXPORT -I. -I. -c math.c
/usr/local/libexec/ccache/cc -O2 -pipe -funroll-loops -s
-frename-registers -fomit-frame-pointer -march=pentium-mmx   -fPIC
-DRUBY_EXPORT -I. -I. -c numeric.c
/usr/local/libexec/ccache/cc -O2 -pipe -funroll-loops -s
-frename-registers -fomit-frame-pointer -march=pentium-mmx   -fPIC
-DRUBY_EXPORT -I. -I. -c object.c
/usr/local/libexec/ccache/cc -O2 -pipe -funroll-loops -s
-frename-registers -fomit-frame-pointer -march=pentium-mmx   -fPIC
-DRUBY_EXPORT -I. -I. -c pack.c
/usr/local/libexec/ccache/cc -O2 -pipe -funroll-loops -s
-frename-registers -fomit-frame-pointer -march=pentium-mmx   -fPIC
-DRUBY_EXPORT -I. -I. -c parse.c
/usr/local/libexec/ccache/cc -O2 -pipe -funroll-loops -s
-frename-registers -fomit-frame-pointer -march=pentium-mmx   -fPIC
-DRUBY_EXPORT -I. -I. -c process.c
/usr/local/libexec/ccache/cc -O2 -pipe -funroll-loops -s
-frename-registers -fomit-frame-pointer -march=pentium-mmx   -fPIC
-DRUBY_EXPORT -I. -I. -c prec.c
/usr/local/libexec/ccache/cc -O2 -pipe -funroll-loops -s
-frename-registers -fomit-frame-pointer -march=pentium-mmx   -fPIC
-DRUBY_EXPORT -I. -I. -c random.c
/usr/local/libexec/ccache/cc -O2 -pipe -funroll-loops -s
-frename-registers -fomit-frame-pointer -march=pentium-mmx   -fPIC
-DRUBY_EXPORT -I. -I. -c range.c
/usr/local/libexec/ccache/cc -O2 -pipe -funroll-loops -s
-frename-registers -fomit-frame-pointer -march=pentium-mmx   -fPIC
-DRUBY_EXPORT -I. -I. -c re.c
/usr/local/libexec/ccache/cc -O2 -pipe -funroll-loops -s
-frename-registers -fomit-frame-pointer -march=pentium-mmx   -fPIC
-DRUBY_EXPORT -I. -I. -c regex.c
/usr/local/libexec/ccache/cc -O2 -pipe -funroll-loops -s
-frename-registers -fomit-frame-pointer -march=pentium-mmx   -fPIC
-DRUBY_EXPORT -I. -I. -c ruby.c
/usr/local/libexec/ccache/cc -O2 -pipe -funroll-loops -s
-frename-registers -fomit-frame-pointer -march=pentium-mmx   -fPIC
-DRUBY_EXPORT -I. -I. -c signal.c
/usr/local/libexec/ccache/cc -O2 -pipe -funroll-loops -s
-frename-registers -fomit-frame-pointer -march=pentium-mmx   -fPIC
-DRUBY_EXPORT -I. -I. -c sprintf.c
/usr/local/libexec/ccache/cc -O2 -pipe -funroll-loops -s
-frename-registers -fomit-frame-pointer -march=pentium-mmx   -fPIC
-DRUBY_EXPORT -I. -I. -c st.c
/usr/local/libexec/ccache/cc -O2 -pipe -funroll-loops -s
-frename-registers -fomit-frame-pointer -march=pentium-mmx   -fPIC
-DRUBY_EXPORT -I. -I. -c string.c
/usr/local/libexec/ccache/cc -O2 -pipe -funroll-loops -s
-frename-registers -fomit-frame-pointer -march=pentium-mmx   -fPIC
-DRUBY_EXPORT -I. -I. -c struct.c
/usr/local/libexec/ccache/cc -O2 -pipe -funroll-loops -s
-frename-registers -fomit-frame-pointer -march=pentium-mmx   -fPIC
-DRUBY_EXPORT -I. -I. -c time.c
/usr/local/libexec/ccache/cc -O2 -pipe -funroll-loops -s
-frename-registers -fomit-frame-pointer -march=pentium-mmx   -fPIC
-DRUBY_EXPORT -I. -I. -c util.c
/usr/local/libexec/ccache/cc -O2 -pipe -funroll-loops -s
-frename-registers -fomit-frame-pointer -march=pentium-mmx   -fPIC
-DRUBY_EXPORT -I. -I. -c variable.c
/usr/local/libexec/ccache/cc -O2 -pipe -funroll-loops -s
-frename-registers -fomit-frame-pointer -march=pentium-mmx   -fPIC
-DRUBY_EXPORT -I. -I. -c version.c
/usr/local/libexec/ccache/cc -O2 -pipe -funroll-loops -s
-frename-registers -fomit-frame-pointer -march=pentium-mmx   -fPIC
-DRUBY_EXPORT -I. -I. -c dmyext.c
ar rcu libruby18-static.a array.o  bignum.o  class.o  compar.o  dir.o
dln.o  enum.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  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
/usr/local/libexec/ccache/cc -O2 -pipe -funroll-loops -s
-frename-registers -fomit-frame-pointer -march=pentium-mmx   -fPIC
-DRUBY_EXPORT -I. -I. -c main.c
/usr/local/libexec/ccache/cc -O2 -pipe -funroll-loops -s
-frename-registers -fomit-frame-pointer -march=pentium-mmx   -fPIC
-DRUBY_EXPORT  -rdynamic -L.   main.o  libruby18-static.a -lcrypt -lm
-rpath=/usr/local/lib -pthread  -o miniruby
./lib/fileutils.rb:1236: [BUG] Segmentation fault
ruby 1.8.6 (2007-03-13) [i386-freebsd6]

Abort trap (core dumped)
*** Error code 134

Stop in /usr/ports/lang/ruby18/work/ruby-1.8.6.
*** Error code 1

Stop in /usr/ports/lang/ruby18.
** Command failed [exit code 1]: /usr/bin/script -qa
/tmp/portupgrade.23113.40 env UPGRADE_TOOL=portupgrade
UPGRADE_PORT=ruby-1.8.6,1 UPGRADE_PORT_VER=1.8.6,1 make
** Fix the problem and try again.
--->  Build of lang/ruby18 ended at: Wed, 11 Jul 2007 10:13:32 -0700
(consumed 00:04:57)
--->  Upgrade of lang/ruby18 ended at: Wed, 11 Jul 2007 10:13:32 -0700
(consumed 00:04:57)



known issue? something /i/ need to do?
thanks!



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?70f41ba20707111230y66532185o7fd8a335d7c72694>