Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 92021 - dev-lang/ruby-1.8.2-r1 fails with "can't find header files for ruby"
Summary: dev-lang/ruby-1.8.2-r1 fails with "can't find header files for ruby"
Status: RESOLVED WORKSFORME
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Development (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: Gentoo Ruby Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-05-09 09:41 UTC by David Roussel
Modified: 2006-01-12 05:23 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description David Roussel 2005-05-09 09:41:01 UTC
I have ruby already...
 dev-lang/ruby
      Latest version available: 1.8.2-r1
      Latest version installed: 1.8.2

Look to see what would happen...
 # emerge -pv ruby

These are the packages that I would merge, in order:

Calculating dependencies ...done!
[ebuild     U ] dev-lang/ruby-1.8.2-r1 [1.8.2] -cjk -debug -doc -socks5 -tcltk -threads 0 kB


I try to emerge it....
# emerge ruby

I get the error "can't find header files for ruby." with no previous errors.



Reproducible: Always
Steps to Reproduce:
1. emerge ruby

Actual Results:  
Calculating dependencies ...done!
>>> emerge (1 of 1) dev-lang/ruby-1.8.2-r1 to /
>>> md5 files   ;-) ruby-1.6.8-r12.ebuild
>>> md5 files   ;-) ruby-1.6.8-r11.ebuild
>>> md5 files   ;-) ruby-1.8.2.ebuild
>>> md5 files   ;-) ruby-1.8.2-r1.ebuild
>>> md5 files   ;-) ChangeLog
>>> md5 files   ;-) metadata.xml
>>> md5 files   ;-) files/ruby-1.6.8-fix-x86_64.patch
>>> md5 files   ;-) files/ruby-1.8.2-soap.diff
>>> md5 files   ;-) files/ruby-rdoc-gentoo.diff
>>> md5 files   ;-) files/ruby-1.8.2-unittest.diff
>>> md5 files   ;-) files/digest-ruby-1.8.2
>>> md5 files   ;-) files/digest-ruby-1.6.8-r11
>>> md5 files   ;-) files/digest-ruby-1.6.8-r12
>>> md5 files   ;-) files/oniguruma-2.3.1-gentoo.patch
>>> md5 files   ;-) files/digest-ruby-1.8.2-r1
>>> md5 files   ;-) files/ruby-1.6.8-20040728-20041024.diff
>>> md5 src_uri ;-) ruby-1.8.2.tar.gz
>>> Unpacking source...
>>> Unpacking ruby-1.8.2.tar.gz to /var/tmp/portage/ruby-1.8.2-r1/work
 * Using GNU config files from /usr/share/libtool
 *  Updating config.sub                                                        
                                [ ok ]
 *  Updating config.guess                                                      
                                [ ok ]
 * Applying ruby-rdoc-gentoo.diff ...                                          
                                [ ok ]
 * Applying ruby-1.8.2-soap.diff ...                                           
                                [ ok ]
 * Applying ruby-1.8.2-unittest.diff ...                                       
                                [ ok ]
>>> Source unpacked.
 * econf: updating ruby-1.8.2/config.guess with /usr/share/gnuconfig/config.guess
 * econf: updating ruby-1.8.2/config.sub with /usr/share/gnuconfig/config.sub
./configure --prefix=/usr --host=i386-pc-linux-gnu --mandir=/usr/share/man
--infodir=/usr/share/info --datadir=/usr/share --sysconfdir=/etc
--localstatedir=/var/lib --program-suffix=18 --enable-shared --disable-socks
--disable-install-doc --disable-pthread
configure: WARNING: If you wanted to set the --build type, don't use --host.
    If a cross compiler is detected then cross compile mode will be used.
checking build system type... i686-pc-linux-gnu
checking host system type... i386-pc-linux-gnu
checking target system type... i386-pc-linux-gnu
checking for i386-pc-linux-gnu-gcc... i386-pc-linux-gnu-gcc
checking for i386-pc-linux-gnu-gcc... (cached) i386-pc-linux-gnu-gcc
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 i386-pc-linux-gnu-gcc accepts -g... yes
checking for i386-pc-linux-gnu-gcc option to accept ANSI C... none needed
checking how to run the C preprocessor... i386-pc-linux-gnu-gcc -E
checking for egrep... grep -E
checking whether i386-pc-linux-gnu-gcc needs -traditional... no
checking whether the linker is GNU ld... yes
checking whether i386-pc-linux-gnu-gcc -E accepts -o... yes
checking for bison... bison -y
checking for i386-pc-linux-gnu-ranlib... i386-pc-linux-gnu-ranlib
checking for i386-pc-linux-gnu-ar... i386-pc-linux-gnu-ar
checking whether ln -s works... yes
checking whether make sets $(MAKE)... yes
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... 64
checking for _LARGE_FILES 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 prototypes... yes
checking token paste string... ansi
checking for variable length prototypes and stdarg.h... yes
checking for noreturn... x __attribute__ ((noreturn))
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 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 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 for uid_t in sys/types.h... yes
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 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... 1
checking for fseeko... yes
checking for ftello... yes
checking for dup2... yes
checking for memmove... yes
checking for mkdir... 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 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 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 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 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 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... 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
cd . && autoconf
MINIRUBY="./miniruby" /bin/sh ./config.status --recheck
running /bin/sh ./configure  --prefix=/usr --host=i386-pc-linux-gnu
--mandir=/usr/share/man --infodir=/usr/share/info --datadir=/usr/share
--sysconfdir=/etc --localstatedir=/var/lib --program-suffix=18 --enable-shared
--disable-socks --disable-install-doc --disable-pthread CFLAGS=-march=i686 -msse
-mmmx -mfpmath=sse -pipe -Os host_alias=i386-pc-linux-gnu  --no-create
--no-recursion
configure: WARNING: If you wanted to set the --build type, don't use --host.
    If a cross compiler is detected then cross compile mode will be used.
checking build system type... i686-pc-linux-gnu
checking host system type... i386-pc-linux-gnu
checking target system type... i386-pc-linux-gnu
checking for i386-pc-linux-gnu-gcc... i386-pc-linux-gnu-gcc
checking for i386-pc-linux-gnu-gcc... (cached) i386-pc-linux-gnu-gcc
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 i386-pc-linux-gnu-gcc accepts -g... yes
checking for i386-pc-linux-gnu-gcc option to accept ANSI C... none needed
checking how to run the C preprocessor... i386-pc-linux-gnu-gcc -E
checking for egrep... grep -E
checking whether i386-pc-linux-gnu-gcc needs -traditional... no
checking whether the linker is GNU ld... yes
checking whether i386-pc-linux-gnu-gcc -E accepts -o... yes
checking for bison... bison -y
checking for i386-pc-linux-gnu-ranlib... i386-pc-linux-gnu-ranlib
checking for i386-pc-linux-gnu-ar... i386-pc-linux-gnu-ar
checking whether ln -s works... yes
checking whether make sets $(MAKE)... yes
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... 64
checking for _LARGE_FILES 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 prototypes... yes
checking token paste string... ansi
checking for variable length prototypes and stdarg.h... yes
checking for noreturn... x __attribute__ ((noreturn))
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 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 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 for uid_t in sys/types.h... yes
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 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... 1
checking for fseeko... yes
checking for ftello... yes
checking for dup2... yes
checking for memmove... yes
checking for mkdir... 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 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 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 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 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 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... 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
config.h unchanged
configure: creating ./config.status
MAKE=make /bin/sh ./config.status
config.status: creating Makefile
i386-pc-linux-gnu-gcc -march=i686 -msse -mmmx -mfpmath=sse -pipe -Os  -fPIC  
-I. -I.  -c array.c
i386-pc-linux-gnu-gcc -march=i686 -msse -mmmx -mfpmath=sse -pipe -Os  -fPIC  
-I. -I.  -c bignum.c
i386-pc-linux-gnu-gcc -march=i686 -msse -mmmx -mfpmath=sse -pipe -Os  -fPIC  
-I. -I.  -c class.c
i386-pc-linux-gnu-gcc -march=i686 -msse -mmmx -mfpmath=sse -pipe -Os  -fPIC  
-I. -I.  -c compar.c
i386-pc-linux-gnu-gcc -march=i686 -msse -mmmx -mfpmath=sse -pipe -Os  -fPIC  
-I. -I.  -c dir.c
i386-pc-linux-gnu-gcc -march=i686 -msse -mmmx -mfpmath=sse -pipe -Os  -fPIC  
-I. -I.  -c dln.c
i386-pc-linux-gnu-gcc -march=i686 -msse -mmmx -mfpmath=sse -pipe -Os  -fPIC  
-I. -I.  -c enum.c
i386-pc-linux-gnu-gcc -march=i686 -msse -mmmx -mfpmath=sse -pipe -Os  -fPIC  
-I. -I.  -c error.c
i386-pc-linux-gnu-gcc -march=i686 -msse -mmmx -mfpmath=sse -pipe -Os  -fPIC  
-I. -I.  -c eval.c
i386-pc-linux-gnu-gcc -march=i686 -msse -mmmx -mfpmath=sse -pipe -Os  -fPIC  
-I. -I.  -c file.c
i386-pc-linux-gnu-gcc -march=i686 -msse -mmmx -mfpmath=sse -pipe -Os  -fPIC  
-I. -I.  -c gc.c
i386-pc-linux-gnu-gcc -march=i686 -msse -mmmx -mfpmath=sse -pipe -Os  -fPIC  
-I. -I.  -c hash.c
i386-pc-linux-gnu-gcc -march=i686 -msse -mmmx -mfpmath=sse -pipe -Os  -fPIC  
-I. -I.  -c inits.c
i386-pc-linux-gnu-gcc -march=i686 -msse -mmmx -mfpmath=sse -pipe -Os  -fPIC  
-I. -I.  -c io.c
i386-pc-linux-gnu-gcc -march=i686 -msse -mmmx -mfpmath=sse -pipe -Os  -fPIC  
-I. -I.  -c marshal.c
i386-pc-linux-gnu-gcc -march=i686 -msse -mmmx -mfpmath=sse -pipe -Os  -fPIC  
-I. -I.  -c math.c
i386-pc-linux-gnu-gcc -march=i686 -msse -mmmx -mfpmath=sse -pipe -Os  -fPIC  
-I. -I.  -c numeric.c
i386-pc-linux-gnu-gcc -march=i686 -msse -mmmx -mfpmath=sse -pipe -Os  -fPIC  
-I. -I.  -c object.c
i386-pc-linux-gnu-gcc -march=i686 -msse -mmmx -mfpmath=sse -pipe -Os  -fPIC  
-I. -I.  -c pack.c
i386-pc-linux-gnu-gcc -march=i686 -msse -mmmx -mfpmath=sse -pipe -Os  -fPIC  
-I. -I.  -c parse.c
i386-pc-linux-gnu-gcc -march=i686 -msse -mmmx -mfpmath=sse -pipe -Os  -fPIC  
-I. -I.  -c process.c
i386-pc-linux-gnu-gcc -march=i686 -msse -mmmx -mfpmath=sse -pipe -Os  -fPIC  
-I. -I.  -c prec.c
i386-pc-linux-gnu-gcc -march=i686 -msse -mmmx -mfpmath=sse -pipe -Os  -fPIC  
-I. -I.  -c random.c
i386-pc-linux-gnu-gcc -march=i686 -msse -mmmx -mfpmath=sse -pipe -Os  -fPIC  
-I. -I.  -c range.c
i386-pc-linux-gnu-gcc -march=i686 -msse -mmmx -mfpmath=sse -pipe -Os  -fPIC  
-I. -I.  -c re.c
i386-pc-linux-gnu-gcc -march=i686 -msse -mmmx -mfpmath=sse -pipe -Os  -fPIC  
-I. -I.  -c regex.c
i386-pc-linux-gnu-gcc -march=i686 -msse -mmmx -mfpmath=sse -pipe -Os  -fPIC  
-I. -I.  -c ruby.c
i386-pc-linux-gnu-gcc -march=i686 -msse -mmmx -mfpmath=sse -pipe -Os  -fPIC  
-I. -I.  -c signal.c
i386-pc-linux-gnu-gcc -march=i686 -msse -mmmx -mfpmath=sse -pipe -Os  -fPIC  
-I. -I.  -c sprintf.c
i386-pc-linux-gnu-gcc -march=i686 -msse -mmmx -mfpmath=sse -pipe -Os  -fPIC  
-I. -I.  -c st.c
i386-pc-linux-gnu-gcc -march=i686 -msse -mmmx -mfpmath=sse -pipe -Os  -fPIC  
-I. -I.  -c string.c
i386-pc-linux-gnu-gcc -march=i686 -msse -mmmx -mfpmath=sse -pipe -Os  -fPIC  
-I. -I.  -c struct.c
i386-pc-linux-gnu-gcc -march=i686 -msse -mmmx -mfpmath=sse -pipe -Os  -fPIC  
-I. -I.  -c time.c
i386-pc-linux-gnu-gcc -march=i686 -msse -mmmx -mfpmath=sse -pipe -Os  -fPIC  
-I. -I.  -c util.c
i386-pc-linux-gnu-gcc -march=i686 -msse -mmmx -mfpmath=sse -pipe -Os  -fPIC  
-I. -I.  -c variable.c
i386-pc-linux-gnu-gcc -march=i686 -msse -mmmx -mfpmath=sse -pipe -Os  -fPIC  
-I. -I.  -c version.c
i386-pc-linux-gnu-gcc -march=i686 -msse -mmmx -mfpmath=sse -pipe -Os  -fPIC  
-I. -I.  -c dmyext.c
i386-pc-linux-gnu-gcc -march=i686 -msse -mmmx -mfpmath=sse -pipe -Os  -fPIC  
-I. -I.  -c main.c
i386-pc-linux-gnu-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
i386-pc-linux-gnu-gcc -march=i686 -msse -mmmx -mfpmath=sse -pipe -Os  -fPIC   
-rdynamic -Wl,-export-dynamic  main.o dmyext.o libruby18-static.a -ldl -lcrypt
-lm   -o miniruby
i386-pc-linux-gnu-gcc -shared -Wl,-soname,libruby18.so.1.8   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 -ldl -lcrypt -lm   -o
libruby18.so.1.8.2
can't find header files for ruby.
make: *** [all] Error 1

!!! ERROR: dev-lang/ruby-1.8.2-r1 failed.
!!! Function src_compile, Line 87, Exitcode 2
!!! emake failed
!!! If you need support, post the topmost build error, NOT this status message.




# sort /var/lib/portage/world
app-admin/logrotate
app-admin/logsentry
app-admin/sudo
app-admin/syslog-ng
app-admin/usermin
app-admin/webmin
app-arch/ncompress
app-arch/rar
app-editors/nano
app-editors/vim
app-editors/vim-core
app-forensics/chkrootkit
app-misc/screen
app-portage/esearch
app-portage/gentoolkit
app-portage/mirrorselect
app-text/dos2unix
app-text/rcs
app-vim/gentoo-syntax
dev-db/mysql
dev-java/jikes
dev-lang/ruby
dev-ruby/programming-ruby
dev-ruby/rubygems
dev-util/ctags
dev-util/cvs
games-misc/wtf
mail-client/mailx-support
mail-client/mutt
mail-mta/esmtp
media-gfx/imagemagick
media-libs/alsa-lib
media-libs/alsa-oss
media-sound/alsa-tools
media-sound/alsa-utils
media-sound/daapd
media-sound/madplay
media-sound/mpc
media-sound/mpd
media-sound/ncmpc
net-analyzer/netcat
net-analyzer/nettop
net-dns/bind-tools
net-fs/samba
net-ftp/ftp
net-mail/mailbase
net-misc/clockspeed
net-misc/howl
net-misc/ntp
net-misc/openssh
net-misc/urlview
net-p2p/bittorrent
net-www/apache
sys-apps/coldplug
sys-apps/fileutils
sys-apps/hotplug
sys-apps/sh-utils
sys-apps/smartmontools
sys-apps/textutils
sys-block/noflushd
sys-boot/grub
sys-devel/gettext
sys-fs/devfsd
sys-fs/device-mapper
sys-fs/lvm2
sys-fs/reiserfsprogs
sys-fs/udev
sys-kernel/genkernel
sys-kernel/gentoo-sources
sys-kernel/linux-headers
sys-kernel/vanilla-sources
sys-libs/glibc
sys-libs/slang
sys-power/acpi
sys-power/acpid
sys-process/cronbase
sys-process/lsof
sys-process/vixie-cron
www-client/links
www-client/lynx
www-servers/tomcat
x11-misc/xaos
Comment 1 Caleb Tennis (RETIRED) gentoo-dev 2005-05-23 13:20:00 UTC
You've emerge synced lately, right? 
Comment 2 David Roussel 2005-05-23 14:14:43 UTC
Sure I did, right before I tried the emerge.  I've lost ssh access at the
moment, but will retry soon.
Comment 3 Caleb Tennis (RETIRED) gentoo-dev 2006-01-12 05:23:14 UTC
Seems like a freak accident to me.  I'm going to close as a WORKSFORME, please reopen if it persists.