Skip to content

Instantly share code, notes, and snippets.

@mintar
Created May 7, 2015 12:36
Show Gist options
  • Save mintar/d9eca9a1d786edca8b3e to your computer and use it in GitHub Desktop.
Save mintar/d9eca9a1d786edca8b3e to your computer and use it in GitHub Desktop.
/usr/bin/ruby1.9.1 extconf.rb
autoreconf: Entering directory `.'
autoreconf: configure.ac: not using Gettext
autoreconf: running: aclocal
autoreconf: configure.ac: tracing
autoreconf: configure.ac: not using Libtool
autoreconf: running: /usr/bin/autoconf
autoreconf: running: /usr/bin/autoheader
autoreconf: running: automake --add-missing --copy --no-force
parallel-tests: installing './test-driver'
autoreconf: Leaving directory `.'
Post-processing configure
Post-processing ./Makefile.in
Post-processing ./rice/Makefile.in
Post-processing ./ruby/Makefile.in
Post-processing ./ruby/lib/Makefile.in
Post-processing ./sample/Makefile.in
Post-processing ./test/Makefile.in
Post-processing ./test/ext/Makefile.in
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking whether make supports nested variables... yes
checking for g++... g++
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 g++ accepts -g... yes
checking for style of include used by make... GNU
checking dependency style of g++... gcc3
checking for ranlib... ranlib
checking build system type... x86_64-unknown-linux-gnu
checking host system type... x86_64-unknown-linux-gnu
checking whether g++ supports C++11 features by default... no
checking whether g++ supports C++11 features with -std=gnu++11... yes
checking for ruby.h... yes
checking for node.h... no
checking for ruby/node.h... no
checking for version.h... no
checking for env.h... no
checking for doxygen... /usr/bin/doxygen
checking for perl... /usr/bin/perl
checking for dot... /usr/bin/dot
checking that generated files are newer than configure... done
configure: creating ./config.status
config.status: creating Makefile
config.status: creating rice/Makefile
config.status: creating test/Makefile
config.status: creating sample/Makefile
config.status: creating ruby/Makefile
config.status: creating ruby/lib/Makefile
config.status: creating test/ext/Makefile
config.status: creating ruby/lib/mkmf-rice.rb
config.status: creating rice/detail/ruby_version_code.hpp
config.status: creating rice/config.hpp
config.status: rice/config.hpp is unchanged
config.status: executing depfiles commands
make
Making all in rice
make[1]: Entering directory `/home/martin/opt/rock/.gems/gems/rice-1.7.0/rice'
make all-am
make[2]: Entering directory `/home/martin/opt/rock/.gems/gems/rice-1.7.0/rice'
depbase=`echo Class.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
g++ -DHAVE_CONFIG_H -I. -I/usr/include/ruby-1.9.1 -I/usr/include/ruby-1.9.1/x86_64-linux -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -fno-strict-aliasing -fPIC -fPIC -I/usr/include/ruby-1.9.1 -I/usr/include/ruby-1.9.1/x86_64-linux -MT Class.o -MD -MP -MF $depbase.Tpo -c -o Class.o Class.cpp &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo Data_Type.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
g++ -DHAVE_CONFIG_H -I. -I/usr/include/ruby-1.9.1 -I/usr/include/ruby-1.9.1/x86_64-linux -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -fno-strict-aliasing -fPIC -fPIC -I/usr/include/ruby-1.9.1 -I/usr/include/ruby-1.9.1/x86_64-linux -MT Data_Type.o -MD -MP -MF $depbase.Tpo -c -o Data_Type.o Data_Type.cpp &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo Director.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
g++ -DHAVE_CONFIG_H -I. -I/usr/include/ruby-1.9.1 -I/usr/include/ruby-1.9.1/x86_64-linux -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -fno-strict-aliasing -fPIC -fPIC -I/usr/include/ruby-1.9.1 -I/usr/include/ruby-1.9.1/x86_64-linux -MT Director.o -MD -MP -MF $depbase.Tpo -c -o Director.o Director.cpp &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo Exception.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
g++ -DHAVE_CONFIG_H -I. -I/usr/include/ruby-1.9.1 -I/usr/include/ruby-1.9.1/x86_64-linux -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -fno-strict-aliasing -fPIC -fPIC -I/usr/include/ruby-1.9.1 -I/usr/include/ruby-1.9.1/x86_64-linux -MT Exception.o -MD -MP -MF $depbase.Tpo -c -o Exception.o Exception.cpp &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo Identifier.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
g++ -DHAVE_CONFIG_H -I. -I/usr/include/ruby-1.9.1 -I/usr/include/ruby-1.9.1/x86_64-linux -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -fno-strict-aliasing -fPIC -fPIC -I/usr/include/ruby-1.9.1 -I/usr/include/ruby-1.9.1/x86_64-linux -MT Identifier.o -MD -MP -MF $depbase.Tpo -c -o Identifier.o Identifier.cpp &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo Module.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
g++ -DHAVE_CONFIG_H -I. -I/usr/include/ruby-1.9.1 -I/usr/include/ruby-1.9.1/x86_64-linux -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -fno-strict-aliasing -fPIC -fPIC -I/usr/include/ruby-1.9.1 -I/usr/include/ruby-1.9.1/x86_64-linux -MT Module.o -MD -MP -MF $depbase.Tpo -c -o Module.o Module.cpp &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo Object.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
g++ -DHAVE_CONFIG_H -I. -I/usr/include/ruby-1.9.1 -I/usr/include/ruby-1.9.1/x86_64-linux -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -fno-strict-aliasing -fPIC -fPIC -I/usr/include/ruby-1.9.1 -I/usr/include/ruby-1.9.1/x86_64-linux -MT Object.o -MD -MP -MF $depbase.Tpo -c -o Object.o Object.cpp &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo String.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
g++ -DHAVE_CONFIG_H -I. -I/usr/include/ruby-1.9.1 -I/usr/include/ruby-1.9.1/x86_64-linux -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -fno-strict-aliasing -fPIC -fPIC -I/usr/include/ruby-1.9.1 -I/usr/include/ruby-1.9.1/x86_64-linux -MT String.o -MD -MP -MF $depbase.Tpo -c -o String.o String.cpp &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo Struct.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
g++ -DHAVE_CONFIG_H -I. -I/usr/include/ruby-1.9.1 -I/usr/include/ruby-1.9.1/x86_64-linux -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -fno-strict-aliasing -fPIC -fPIC -I/usr/include/ruby-1.9.1 -I/usr/include/ruby-1.9.1/x86_64-linux -MT Struct.o -MD -MP -MF $depbase.Tpo -c -o Struct.o Struct.cpp &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo Symbol.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
g++ -DHAVE_CONFIG_H -I. -I/usr/include/ruby-1.9.1 -I/usr/include/ruby-1.9.1/x86_64-linux -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -fno-strict-aliasing -fPIC -fPIC -I/usr/include/ruby-1.9.1 -I/usr/include/ruby-1.9.1/x86_64-linux -MT Symbol.o -MD -MP -MF $depbase.Tpo -c -o Symbol.o Symbol.cpp &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo VM.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
g++ -DHAVE_CONFIG_H -I. -I/usr/include/ruby-1.9.1 -I/usr/include/ruby-1.9.1/x86_64-linux -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -fno-strict-aliasing -fPIC -fPIC -I/usr/include/ruby-1.9.1 -I/usr/include/ruby-1.9.1/x86_64-linux -MT VM.o -MD -MP -MF $depbase.Tpo -c -o VM.o VM.cpp &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo Arg_operators.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
g++ -DHAVE_CONFIG_H -I. -I/usr/include/ruby-1.9.1 -I/usr/include/ruby-1.9.1/x86_64-linux -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -fno-strict-aliasing -fPIC -fPIC -I/usr/include/ruby-1.9.1 -I/usr/include/ruby-1.9.1/x86_64-linux -MT Arg_operators.o -MD -MP -MF $depbase.Tpo -c -o Arg_operators.o Arg_operators.cpp &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo Address_Registration_Guard.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
g++ -DHAVE_CONFIG_H -I. -I/usr/include/ruby-1.9.1 -I/usr/include/ruby-1.9.1/x86_64-linux -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -fno-strict-aliasing -fPIC -fPIC -I/usr/include/ruby-1.9.1 -I/usr/include/ruby-1.9.1/x86_64-linux -MT Address_Registration_Guard.o -MD -MP -MF $depbase.Tpo -c -o Address_Registration_Guard.o Address_Registration_Guard.cpp &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo detail/check_ruby_type.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
g++ -DHAVE_CONFIG_H -I. -I/usr/include/ruby-1.9.1 -I/usr/include/ruby-1.9.1/x86_64-linux -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -fno-strict-aliasing -fPIC -fPIC -I/usr/include/ruby-1.9.1 -I/usr/include/ruby-1.9.1/x86_64-linux -MT detail/check_ruby_type.o -MD -MP -MF $depbase.Tpo -c -o detail/check_ruby_type.o detail/check_ruby_type.cpp &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo detail/demangle.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
g++ -DHAVE_CONFIG_H -I. -I/usr/include/ruby-1.9.1 -I/usr/include/ruby-1.9.1/x86_64-linux -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -fno-strict-aliasing -fPIC -fPIC -I/usr/include/ruby-1.9.1 -I/usr/include/ruby-1.9.1/x86_64-linux -MT detail/demangle.o -MD -MP -MF $depbase.Tpo -c -o detail/demangle.o detail/demangle.cpp &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo detail/method_data.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
g++ -DHAVE_CONFIG_H -I. -I/usr/include/ruby-1.9.1 -I/usr/include/ruby-1.9.1/x86_64-linux -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -fno-strict-aliasing -fPIC -fPIC -I/usr/include/ruby-1.9.1 -I/usr/include/ruby-1.9.1/x86_64-linux -MT detail/method_data.o -MD -MP -MF $depbase.Tpo -c -o detail/method_data.o detail/method_data.cpp &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo detail/protect.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
g++ -DHAVE_CONFIG_H -I. -I/usr/include/ruby-1.9.1 -I/usr/include/ruby-1.9.1/x86_64-linux -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -fno-strict-aliasing -fPIC -fPIC -I/usr/include/ruby-1.9.1 -I/usr/include/ruby-1.9.1/x86_64-linux -MT detail/protect.o -MD -MP -MF $depbase.Tpo -c -o detail/protect.o detail/protect.cpp &&\
mv -f $depbase.Tpo $depbase.Po
rm -f librice.a
ar cru librice.a Class.o Data_Type.o Director.o Exception.o Identifier.o Module.o Object.o String.o Struct.o Symbol.o VM.o Arg_operators.o Address_Registration_Guard.o detail/check_ruby_type.o detail/demangle.o detail/method_data.o detail/protect.o
ranlib librice.a
make[2]: Leaving directory `/home/martin/opt/rock/.gems/gems/rice-1.7.0/rice'
make[1]: Leaving directory `/home/martin/opt/rock/.gems/gems/rice-1.7.0/rice'
Making all in test
make[1]: Entering directory `/home/martin/opt/rock/.gems/gems/rice-1.7.0/test'
Making all in ext
make[2]: Entering directory `/home/martin/opt/rock/.gems/gems/rice-1.7.0/test/ext'
/usr/bin/ruby1.9.1 -I/home/martin/opt/rock/.gems/gems/rice-1.7.0/ruby/lib -C t1 extconf.rb --with-cppflags="-I/home/martin/opt/rock/.gems/gems/rice-1.7.0" --with-libpath="/home/martin/opt/rock/.gems/gems/rice-1.7.0/rice"
/usr/bin/ruby1.9.1 -I/home/martin/opt/rock/.gems/gems/rice-1.7.0/ruby/lib -C t2 extconf.rb --with-cppflags="-I/home/martin/opt/rock/.gems/gems/rice-1.7.0" --with-libpath="/home/martin/opt/rock/.gems/gems/rice-1.7.0/rice"
make -C t1 all
make -C t2 all
make[3]: Entering directory `/home/martin/opt/rock/.gems/gems/rice-1.7.0/test/ext/t1'
make[3]: warning: jobserver unavailable: using -j1. Add `+' to parent make rule.
make[3]: Entering directory `/home/martin/opt/rock/.gems/gems/rice-1.7.0/test/ext/t2'
make[3]: warning: jobserver unavailable: using -j1. Add `+' to parent make rule.
make[3]: *** No rule to make target `all'. Stop.
make[3]: Leaving directory `/home/martin/opt/rock/.gems/gems/rice-1.7.0/test/ext/t1'
make[2]: *** [t1_all] Error 2
make[2]: *** Waiting for unfinished jobs....
make[3]: *** No rule to make target `all'. Stop.
make[3]: Leaving directory `/home/martin/opt/rock/.gems/gems/rice-1.7.0/test/ext/t2'
make[2]: *** [t2_all] Error 2
creating Makefile
creating Makefile
make[2]: Leaving directory `/home/martin/opt/rock/.gems/gems/rice-1.7.0/test/ext'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/martin/opt/rock/.gems/gems/rice-1.7.0/test'
make: *** [all-recursive] Error 1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment