Skip to content

Instantly share code, notes, and snippets.

@emiltin
Created December 4, 2010 22:38
Show Gist options
  • Select an option

  • Save emiltin/728560 to your computer and use it in GitHub Desktop.

Select an option

Save emiltin/728560 to your computer and use it in GitHub Desktop.
.....
SHA_H -DHAVE_SYS_CDEFS_H -DHAVE_INTTYPES_H -DHAVE_UNISTD_H -fno-common -arch i386 -arch x86_64 -fexceptions -fno-common -pipe -O3 -g -Wall -arch i386 -arch x86_64 -o sha1ossl.o -c sha1ossl.c
/usr/bin/gcc -dynamic -bundle -undefined suppress -flat_namespace -arch i386 -arch x86_64 -o sha1.bundle sha1init.o sha1ossl.o -L. -L../../.. -arch i386 -arch x86_64 -lmacruby -lcrypto
cd ext/digest/sha2 && ../../../miniruby -I../../.. -I../../../lib -r rbconfig -e "RbConfig::CONFIG['libdir'] = '../../..'; require './extconf.rb'"
checking for sys/cdefs.h... yes
checking for inttypes.h... yes
checking for unistd.h... yes
checking for uint64_t in defs.h with -DHAVE_CONFIG_H -DHAVE_SYS_CDEFS_H -DHAVE_INTTYPES_H -DHAVE_UNISTD_H... yes
creating Makefile
cd ext/digest/sha2 && /usr/bin/make top_srcdir=../../.. ruby="../../../miniruby -I../../.. -I../../../lib" extout=../../../.ext hdrdir=../../../include arch_hdrdir=../../../include libdir=../../..
/usr/bin/gcc -I. -I../../../include -I../../../include/ruby/backward -I../../../include -I. -I./.. -DHAVE_CONFIG_H -DHAVE_SYS_CDEFS_H -DHAVE_INTTYPES_H -DHAVE_UNISTD_H -DHAVE_TYPE_UINT64_T -fno-common -arch i386 -arch x86_64 -fexceptions -fno-common -pipe -O3 -g -Wall -arch i386 -arch x86_64 -o sha2.o -c sha2.c
/usr/bin/gcc -I. -I../../../include -I../../../include/ruby/backward -I../../../include -I. -I./.. -DHAVE_CONFIG_H -DHAVE_SYS_CDEFS_H -DHAVE_INTTYPES_H -DHAVE_UNISTD_H -DHAVE_TYPE_UINT64_T -fno-common -arch i386 -arch x86_64 -fexceptions -fno-common -pipe -O3 -g -Wall -arch i386 -arch x86_64 -o sha2init.o -c sha2init.c
/usr/bin/gcc -dynamic -bundle -undefined suppress -flat_namespace -arch i386 -arch x86_64 -o sha2.bundle sha2.o sha2init.o -L. -L../../.. -arch i386 -arch x86_64 -lmacruby
cd ext/etc && ../../miniruby -I../.. -I../../lib -r rbconfig -e "RbConfig::CONFIG['libdir'] = '../..'; require './extconf.rb'"
checking for getpwnam() in -lsun... no
checking for getlogin()... yes
checking for getpwent()... yes
checking for getgrent()... yes
checking for struct passwd.pw_gecos in pwd.h... yes
checking for struct passwd.pw_change in pwd.h... yes
checking for struct passwd.pw_quota in pwd.h... no
checking for struct passwd.pw_age in pwd.h... no
checking for struct passwd.pw_class in pwd.h... yes
checking for struct passwd.pw_comment in pwd.h... no
checking for struct passwd.pw_expire in pwd.h... yes
checking for struct passwd.pw_passwd in pwd.h... yes
checking for struct group.gr_passwd in grp.h... yes
creating Makefile
cd ext/etc && /usr/bin/make top_srcdir=../.. ruby="../../miniruby -I../.. -I../../lib" extout=../../.ext hdrdir=../../include arch_hdrdir=../../include libdir=../..
/usr/bin/gcc -I. -I../../include -I../../include/ruby/backward -I../../include -I. -DHAVE_GETLOGIN -DHAVE_GETPWENT -DHAVE_GETGRENT -DHAVE_STRUCT_PASSWD_PW_GECOS -DHAVE_ST_PW_GECOS -DHAVE_STRUCT_PASSWD_PW_CHANGE -DHAVE_ST_PW_CHANGE -DHAVE_STRUCT_PASSWD_PW_CLASS -DHAVE_ST_PW_CLASS -DHAVE_STRUCT_PASSWD_PW_EXPIRE -DHAVE_ST_PW_EXPIRE -DHAVE_STRUCT_PASSWD_PW_PASSWD -DHAVE_ST_PW_PASSWD -DHAVE_STRUCT_GROUP_GR_PASSWD -DHAVE_ST_GR_PASSWD -fno-common -arch i386 -arch x86_64 -fexceptions -fno-common -pipe -O3 -g -Wall -arch i386 -arch x86_64 -o etc.o -c etc.c
/usr/bin/gcc -dynamic -bundle -undefined suppress -flat_namespace -arch i386 -arch x86_64 -o etc.bundle etc.o -L. -L../.. -arch i386 -arch x86_64 -lmacruby
cd ext/fcntl && ../../miniruby -I../.. -I../../lib -r rbconfig -e "RbConfig::CONFIG['libdir'] = '../..'; require './extconf.rb'"
creating Makefile
cd ext/fcntl && /usr/bin/make top_srcdir=../.. ruby="../../miniruby -I../.. -I../../lib" extout=../../.ext hdrdir=../../include arch_hdrdir=../../include libdir=../..
/usr/bin/gcc -I. -I../../include -I../../include/ruby/backward -I../../include -I. -fno-common -arch i386 -arch x86_64 -fexceptions -fno-common -pipe -O3 -g -Wall -arch i386 -arch x86_64 -o fcntl.o -c fcntl.c
/usr/bin/gcc -dynamic -bundle -undefined suppress -flat_namespace -arch i386 -arch x86_64 -o fcntl.bundle fcntl.o -L. -L../.. -arch i386 -arch x86_64 -lmacruby
cd ext/iconv && ../../miniruby -I../.. -I../../lib -r rbconfig -e "RbConfig::CONFIG['libdir'] = '../..'; require './extconf.rb'"
checking for iconv() in iconv.h... no
checking for iconv() in -liconv... no
cd ext/iconv && /usr/bin/make top_srcdir=../.. ruby="../../miniruby -I../.. -I../../lib" extout=../../.ext hdrdir=../../include arch_hdrdir=../../include libdir=../..
make: *** No targets specified and no makefile found. Stop.
rake aborted!
Command failed with status (2): [cd ext/iconv && /usr/bin/make top_srcdir=....]
(See full trace by running task with --trace)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment