[pypy-commit] pypy default: hg ignore generated libbacktrace files, do not call libbacktrace/configure twice if it has already been generated

plan_rich pypy.commits at gmail.com
Tue Apr 4 18:51:14 EDT 2017


Author: Richard Plangger <planrichi at gmail.com>
Branch: 
Changeset: r90959:0c692c931d74
Date: 2017-04-04 18:50 -0400
http://bitbucket.org/pypy/pypy/changeset/0c692c931d74/

Log:	hg ignore generated libbacktrace files, do not call
	libbacktrace/configure twice if it has already been generated

diff too long, truncating to 2000 out of 13758 lines

diff --git a/.hgignore b/.hgignore
--- a/.hgignore
+++ b/.hgignore
@@ -49,6 +49,11 @@
 ^rpython/translator/goal/target.+-c$
 ^rpython/translator/goal/.+\.exe$
 ^rpython/translator/goal/.+\.dll$
+^rpython/rlib/rvmprof/src/shared/libbacktrace/Makefile$
+^rpython/rlib/rvmprof/src/shared/libbacktrace/config.h$
+^rpython/rlib/rvmprof/src/shared/libbacktrace/config.log$
+^rpython/rlib/rvmprof/src/shared/libbacktrace/config.status$
+^rpython/rlib/rvmprof/src/shared/libbacktrace/gstdint.h$
 ^pypy/goal/pypy-translation-snapshot$
 ^pypy/goal/pypy-c
 ^pypy/goal/.+\.exe$
@@ -83,3 +88,5 @@
 ^\.cache$
 
 pypy/module/cppyy/.+/*\.pcm
+
+
diff --git a/rpython/rlib/rvmprof/cintf.py b/rpython/rlib/rvmprof/cintf.py
--- a/rpython/rlib/rvmprof/cintf.py
+++ b/rpython/rlib/rvmprof/cintf.py
@@ -69,9 +69,10 @@
     import os
     olddir = os.getcwd()
 
-    os.chdir(str(BACKTRACE))
-    subprocess.check_call(["./configure"])
-    os.chdir(olddir)
+    if not BACKTRACE.join('config.h').exists():
+        os.chdir(str(BACKTRACE))
+        subprocess.check_call(["./configure"])
+        os.chdir(olddir)
 
 def setup():
     configure_libbacktrace()
diff --git a/rpython/rlib/rvmprof/src/shared/libbacktrace/Makefile b/rpython/rlib/rvmprof/src/shared/libbacktrace/Makefile
deleted file mode 100644
--- a/rpython/rlib/rvmprof/src/shared/libbacktrace/Makefile
+++ /dev/null
@@ -1,770 +0,0 @@
-# Makefile.in generated by automake 1.11.6 from Makefile.am.
-# Makefile.  Generated from Makefile.in by configure.
-
-# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
-# 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software
-# Foundation, Inc.
-# This Makefile.in is free software; the Free Software Foundation
-# gives unlimited permission to copy and/or distribute it,
-# with or without modifications, as long as this notice is preserved.
-
-# This program is distributed in the hope that it will be useful,
-# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
-# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
-# PARTICULAR PURPOSE.
-
-
-
-# Makefile.am -- Backtrace Makefile.
-# Copyright (C) 2012-2016 Free Software Foundation, Inc.
-
-# Redistribution and use in source and binary forms, with or without
-# modification, are permitted provided that the following conditions are
-# met:
-
-#     (1) Redistributions of source code must retain the above copyright
-#     notice, this list of conditions and the following disclaimer.
-
-#     (2) Redistributions in binary form must reproduce the above copyright
-#     notice, this list of conditions and the following disclaimer in
-#     the documentation and/or other materials provided with the
-#     distribution.
-
-#     (3) The name of the author may not be used to
-#     endorse or promote products derived from this software without
-#     specific prior written permission.
-
-# THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
-# IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
-# WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
-# DISCLAIMED. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT,
-# INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
-# (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
-# SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
-# HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
-# STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING
-# IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
-# POSSIBILITY OF SUCH DAMAGE.
-
-
-am__make_dryrun = \
-  { \
-    am__dry=no; \
-    case $$MAKEFLAGS in \
-      *\\[\ \	]*) \
-        echo 'am--echo: ; @echo "AM"  OK' | $(MAKE) -f - 2>/dev/null \
-          | grep '^AM OK$$' >/dev/null || am__dry=yes;; \
-      *) \
-        for am__flg in $$MAKEFLAGS; do \
-          case $$am__flg in \
-            *=*|--*) ;; \
-            *n*) am__dry=yes; break;; \
-          esac; \
-        done;; \
-    esac; \
-    test $$am__dry = yes; \
-  }
-pkgdatadir = $(datadir)/libbacktrace
-pkgincludedir = $(includedir)/libbacktrace
-pkglibdir = $(libdir)/libbacktrace
-pkglibexecdir = $(libexecdir)/libbacktrace
-am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
-install_sh_DATA = $(install_sh) -c -m 644
-install_sh_PROGRAM = $(install_sh) -c
-install_sh_SCRIPT = $(install_sh) -c
-INSTALL_HEADER = $(INSTALL_DATA)
-transform = $(program_transform_name)
-NORMAL_INSTALL = :
-PRE_INSTALL = :
-POST_INSTALL = :
-NORMAL_UNINSTALL = :
-PRE_UNINSTALL = :
-POST_UNINSTALL = :
-build_triplet = i686-pc-linux-gnu
-host_triplet = i686-pc-linux-gnu
-target_triplet = i686-pc-linux-gnu
-check_PROGRAMS = $(am__EXEEXT_1)
-am__append_1 = btest stest
-subdir = .
-DIST_COMMON = README ChangeLog $(srcdir)/Makefile.in \
-	$(srcdir)/Makefile.am $(top_srcdir)/configure \
-	$(am__configure_deps) $(srcdir)/config.h.in \
-	$(srcdir)/../mkinstalldirs $(srcdir)/backtrace-supported.h.in
-ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
-am__aclocal_m4_deps = $(top_srcdir)/../config/lead-dot.m4 \
-	$(top_srcdir)/../config/multi.m4 \
-	$(top_srcdir)/../config/override.m4 \
-	$(top_srcdir)/../config/stdint.m4 \
-	$(top_srcdir)/../config/unwind_ipinfo.m4 \
-	$(top_srcdir)/../config/warnings.m4 \
-	$(top_srcdir)/../libtool.m4 $(top_srcdir)/../ltoptions.m4 \
-	$(top_srcdir)/../ltsugar.m4 $(top_srcdir)/../ltversion.m4 \
-	$(top_srcdir)/../lt~obsolete.m4 $(top_srcdir)/configure.ac
-am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
-	$(ACLOCAL_M4)
-am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
- configure.lineno config.status.lineno
-mkinstalldirs = $(SHELL) $(top_srcdir)/../mkinstalldirs
-CONFIG_HEADER = config.h
-CONFIG_CLEAN_FILES = backtrace-supported.h
-CONFIG_CLEAN_VPATH_FILES =
-LTLIBRARIES = $(noinst_LTLIBRARIES)
-am__DEPENDENCIES_1 =
-am_libbacktrace_la_OBJECTS = atomic.lo dwarf.lo fileline.lo posix.lo \
-	print.lo sort.lo state.lo
-libbacktrace_la_OBJECTS = $(am_libbacktrace_la_OBJECTS)
-am__EXEEXT_1 = btest$(EXEEXT) stest$(EXEEXT)
-am_btest_OBJECTS = btest-btest.$(OBJEXT)
-btest_OBJECTS = $(am_btest_OBJECTS)
-btest_DEPENDENCIES = libbacktrace.la
-btest_LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
-	--mode=link $(CCLD) $(btest_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) \
-	$(LDFLAGS) -o $@
-am_stest_OBJECTS = stest.$(OBJEXT)
-stest_OBJECTS = $(am_stest_OBJECTS)
-stest_DEPENDENCIES = libbacktrace.la
-DEFAULT_INCLUDES = -I.
-depcomp =
-am__depfiles_maybe =
-COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
-	$(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
-LTCOMPILE = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
-	--mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
-	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
-CCLD = $(CC)
-LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
-	--mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) \
-	$(LDFLAGS) -o $@
-SOURCES = $(libbacktrace_la_SOURCES) $(EXTRA_libbacktrace_la_SOURCES) \
-	$(btest_SOURCES) $(stest_SOURCES)
-MULTISRCTOP = 
-MULTIBUILDTOP = 
-MULTIDIRS = 
-MULTISUBDIR = 
-MULTIDO = true
-MULTICLEAN = true
-am__can_run_installinfo = \
-  case $$AM_UPDATE_INFO_DIR in \
-    n|no|NO) false;; \
-    *) (install-info --version) >/dev/null 2>&1;; \
-  esac
-ETAGS = etags
-CTAGS = ctags
-am__tty_colors = \
-red=; grn=; lgn=; blu=; std=
-ACLOCAL = aclocal-1.11
-ALLOC_FILE = mmap.lo
-AMTAR = $${TAR-tar}
-AR = ar
-AUTOCONF = autoconf
-AUTOHEADER = autoheader
-AUTOMAKE = automake-1.11
-AWK = mawk
-BACKTRACE_FILE = backtrace.lo simple.lo
-BACKTRACE_SUPPORTED = 1
-BACKTRACE_SUPPORTS_DATA = 1
-BACKTRACE_SUPPORTS_THREADS = 1
-BACKTRACE_USES_MALLOC = 0
-CC = gcc
-CFLAGS = -g -O2
-CPP = gcc -E
-CPPFLAGS = 
-CYGPATH_W = echo
-DEFS = -DHAVE_CONFIG_H
-DSYMUTIL = 
-DUMPBIN = 
-ECHO_C = 
-ECHO_N = -n
-ECHO_T = 
-EGREP = /bin/grep -E
-EXEEXT = 
-EXTRA_FLAGS = -funwind-tables -frandom-seed=$@
-FGREP = /bin/grep -F
-FORMAT_FILE = elf.lo
-GREP = /bin/grep
-INSTALL = /usr/bin/install -c
-INSTALL_DATA = ${INSTALL} -m 644
-INSTALL_PROGRAM = ${INSTALL}
-INSTALL_SCRIPT = ${INSTALL}
-INSTALL_STRIP_PROGRAM = $(install_sh) -c -s
-LD = /usr/bin/ld
-LDFLAGS = 
-LIBOBJS = 
-LIBS = 
-LIBTOOL = $(SHELL) $(top_builddir)/libtool
-LIPO = 
-LN_S = cp -p
-LTLIBOBJS = 
-MAINT = #
-MAKEINFO = makeinfo
-MKDIR_P = /bin/mkdir -p
-NM = /usr/bin/nm -B
-NMEDIT = 
-OBJDUMP = objdump
-OBJEXT = o
-OTOOL = 
-OTOOL64 = 
-PACKAGE = libbacktrace
-PACKAGE_BUGREPORT = 
-PACKAGE_NAME = package-unused
-PACKAGE_STRING = package-unused version-unused
-PACKAGE_TARNAME = libbacktrace
-PACKAGE_URL = 
-PACKAGE_VERSION = version-unused
-PATH_SEPARATOR = :
-PIC_FLAG = 
-RANLIB = ranlib
-SED = /bin/sed
-SET_MAKE = 
-SHELL = /bin/bash
-STRIP = strip
-VERSION = version-unused
-VIEW_FILE = mmapio.lo
-WARN_FLAGS = -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual
-abs_builddir = /media/sf_pypy/rpython/rlib/rvmprof/src/shared/libbacktrace
-abs_srcdir = /media/sf_pypy/rpython/rlib/rvmprof/src/shared/libbacktrace
-abs_top_builddir = /media/sf_pypy/rpython/rlib/rvmprof/src/shared/libbacktrace
-abs_top_srcdir = /media/sf_pypy/rpython/rlib/rvmprof/src/shared/libbacktrace
-ac_ct_CC = gcc
-ac_ct_DUMPBIN = 
-am__leading_dot = .
-am__tar = $${TAR-tar} chof - "$$tardir"
-am__untar = $${TAR-tar} xf -
-bindir = ${exec_prefix}/bin
-build = i686-pc-linux-gnu
-build_alias = 
-build_cpu = i686
-build_os = linux-gnu
-build_vendor = pc
-builddir = .
-datadir = ${datarootdir}
-datarootdir = ${prefix}/share
-docdir = ${datarootdir}/doc/${PACKAGE_TARNAME}
-dvidir = ${docdir}
-exec_prefix = ${prefix}
-host = i686-pc-linux-gnu
-host_alias = 
-host_cpu = i686
-host_os = linux-gnu
-host_vendor = pc
-htmldir = ${docdir}
-includedir = ${prefix}/include
-infodir = ${datarootdir}/info
-install_sh = ${SHELL} /media/sf_pypy/rpython/rlib/rvmprof/src/shared/libbacktrace/install-sh
-libdir = ${exec_prefix}/lib
-libexecdir = ${exec_prefix}/libexec
-libtool_VERSION = 1:0:0
-localedir = ${datarootdir}/locale
-localstatedir = ${prefix}/var
-mandir = ${datarootdir}/man
-mkdir_p = /bin/mkdir -p
-multi_basedir = 
-oldincludedir = /usr/include
-pdfdir = ${docdir}
-prefix = /usr/local
-program_transform_name = s,x,x,
-psdir = ${docdir}
-sbindir = ${exec_prefix}/sbin
-sharedstatedir = ${prefix}/com
-srcdir = .
-sysconfdir = ${prefix}/etc
-target = i686-pc-linux-gnu
-target_alias = 
-target_cpu = i686
-target_os = linux-gnu
-target_vendor = pc
-top_build_prefix = 
-top_builddir = .
-top_srcdir = .
-ACLOCAL_AMFLAGS = -I .. -I ../config
-AM_CPPFLAGS = -I $(top_srcdir)/../include -I $(top_srcdir)/../libgcc \
-	-I ../libgcc
-
-AM_CFLAGS = $(EXTRA_FLAGS) $(WARN_FLAGS) $(PIC_FLAG)
-noinst_LTLIBRARIES = libbacktrace.la
-libbacktrace_la_SOURCES = \
-	backtrace.h \
-	atomic.c \
-	dwarf.c \
-	fileline.c \
-	internal.h \
-	posix.c \
-	print.c \
-	sort.c \
-	state.c
-
-BACKTRACE_FILES = \
-	backtrace.c \
-	simple.c \
-	nounwind.c
-
-FORMAT_FILES = \
-	elf.c \
-	pecoff.c \
-	unknown.c
-
-VIEW_FILES = \
-	read.c \
-	mmapio.c
-
-ALLOC_FILES = \
-	alloc.c \
-	mmap.c
-
-EXTRA_libbacktrace_la_SOURCES = \
-	$(BACKTRACE_FILES) \
-	$(FORMAT_FILES) \
-	$(VIEW_FILES) \
-	$(ALLOC_FILES)
-
-libbacktrace_la_LIBADD = \
-	$(BACKTRACE_FILE) \
-	$(FORMAT_FILE) \
-	$(VIEW_FILE) \
-	$(ALLOC_FILE)
-
-libbacktrace_la_DEPENDENCIES = $(libbacktrace_la_LIBADD)
-TESTS = $(check_PROGRAMS)
-btest_SOURCES = btest.c
-btest_CFLAGS = $(AM_CFLAGS) -g -O
-btest_LDADD = libbacktrace.la
-stest_SOURCES = stest.c
-stest_LDADD = libbacktrace.la
-
-# We can't use automake's automatic dependency tracking, because it
-# breaks when using bootstrap-lean.  Automatic dependency tracking
-# with GCC bootstrap will cause some of the objects to depend on
-# header files in prev-gcc/include, e.g., stddef.h and stdarg.h.  When
-# using bootstrap-lean, prev-gcc is removed after each stage.  When
-# running "make install", those header files will be gone, causing the
-# library to be rebuilt at install time.  That may not succeed.
-
-# These manual dependencies do not include dependencies on unwind.h,
-# even though that is part of GCC, because where to find it depends on
-# whether we are being built as a host library or a target library.
-INCDIR = $(top_srcdir)/../include
-all: config.h
-	$(MAKE) $(AM_MAKEFLAGS) all-am
-
-.SUFFIXES:
-.SUFFIXES: .c .lo .o .obj
-am--refresh: Makefile
-	@:
-$(srcdir)/Makefile.in: # $(srcdir)/Makefile.am  $(am__configure_deps)
-	@for dep in $?; do \
-	  case '$(am__configure_deps)' in \
-	    *$$dep*) \
-	      echo ' cd $(srcdir) && $(AUTOMAKE) --foreign --ignore-deps'; \
-	      $(am__cd) $(srcdir) && $(AUTOMAKE) --foreign --ignore-deps \
-		&& exit 0; \
-	      exit 1;; \
-	  esac; \
-	done; \
-	echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign --ignore-deps Makefile'; \
-	$(am__cd) $(top_srcdir) && \
-	  $(AUTOMAKE) --foreign --ignore-deps Makefile
-.PRECIOUS: Makefile
-Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
-	@case '$?' in \
-	  *config.status*) \
-	    echo ' $(SHELL) ./config.status'; \
-	    $(SHELL) ./config.status;; \
-	  *) \
-	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \
-	    cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \
-	esac;
-
-$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
-	$(SHELL) ./config.status --recheck
-
-$(top_srcdir)/configure: # $(am__configure_deps)
-	$(am__cd) $(srcdir) && $(AUTOCONF)
-$(ACLOCAL_M4): # $(am__aclocal_m4_deps)
-	$(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
-$(am__aclocal_m4_deps):
-
-config.h: stamp-h1
-	@if test ! -f $@; then rm -f stamp-h1; else :; fi
-	@if test ! -f $@; then $(MAKE) $(AM_MAKEFLAGS) stamp-h1; else :; fi
-
-stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status
-	@rm -f stamp-h1
-	cd $(top_builddir) && $(SHELL) ./config.status config.h
-$(srcdir)/config.h.in: # $(am__configure_deps) 
-	($(am__cd) $(top_srcdir) && $(AUTOHEADER))
-	rm -f stamp-h1
-	touch $@
-
-distclean-hdr:
-	-rm -f config.h stamp-h1
-backtrace-supported.h: $(top_builddir)/config.status $(srcdir)/backtrace-supported.h.in
-	cd $(top_builddir) && $(SHELL) ./config.status $@
-
-clean-noinstLTLIBRARIES:
-	-test -z "$(noinst_LTLIBRARIES)" || rm -f $(noinst_LTLIBRARIES)
-	@list='$(noinst_LTLIBRARIES)'; for p in $$list; do \
-	  dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
-	  test "$$dir" != "$$p" || dir=.; \
-	  echo "rm -f \"$${dir}/so_locations\""; \
-	  rm -f "$${dir}/so_locations"; \
-	done
-libbacktrace.la: $(libbacktrace_la_OBJECTS) $(libbacktrace_la_DEPENDENCIES) $(EXTRA_libbacktrace_la_DEPENDENCIES) 
-	$(LINK)  $(libbacktrace_la_OBJECTS) $(libbacktrace_la_LIBADD) $(LIBS)
-
-clean-checkPROGRAMS:
-	@list='$(check_PROGRAMS)'; test -n "$$list" || exit 0; \
-	echo " rm -f" $$list; \
-	rm -f $$list || exit $$?; \
-	test -n "$(EXEEXT)" || exit 0; \
-	list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
-	echo " rm -f" $$list; \
-	rm -f $$list
-btest$(EXEEXT): $(btest_OBJECTS) $(btest_DEPENDENCIES) $(EXTRA_btest_DEPENDENCIES) 
-	@rm -f btest$(EXEEXT)
-	$(btest_LINK) $(btest_OBJECTS) $(btest_LDADD) $(LIBS)
-stest$(EXEEXT): $(stest_OBJECTS) $(stest_DEPENDENCIES) $(EXTRA_stest_DEPENDENCIES) 
-	@rm -f stest$(EXEEXT)
-	$(LINK) $(stest_OBJECTS) $(stest_LDADD) $(LIBS)
-
-mostlyclean-compile:
-	-rm -f *.$(OBJEXT)
-
-distclean-compile:
-	-rm -f *.tab.c
-
-.c.o:
-	$(COMPILE) -c $<
-
-.c.obj:
-	$(COMPILE) -c `$(CYGPATH_W) '$<'`
-
-.c.lo:
-	$(LTCOMPILE) -c -o $@ $<
-
-btest-btest.o: btest.c
-	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(btest_CFLAGS) $(CFLAGS) -c -o btest-btest.o `test -f 'btest.c' || echo '$(srcdir)/'`btest.c
-
-btest-btest.obj: btest.c
-	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(btest_CFLAGS) $(CFLAGS) -c -o btest-btest.obj `if test -f 'btest.c'; then $(CYGPATH_W) 'btest.c'; else $(CYGPATH_W) '$(srcdir)/btest.c'; fi`
-
-mostlyclean-libtool:
-	-rm -f *.lo
-
-clean-libtool:
-	-rm -rf .libs _libs
-
-distclean-libtool:
-	-rm -f libtool config.lt
-
-# GNU Make needs to see an explicit $(MAKE) variable in the command it
-# runs to enable its job server during parallel builds.  Hence the
-# comments below.
-all-multi:
-	$(MULTIDO) $(AM_MAKEFLAGS) DO=all multi-do # $(MAKE)
-install-multi:
-	$(MULTIDO) $(AM_MAKEFLAGS) DO=install multi-do # $(MAKE)
-
-mostlyclean-multi:
-	$(MULTICLEAN) $(AM_MAKEFLAGS) DO=mostlyclean multi-clean # $(MAKE)
-clean-multi:
-	$(MULTICLEAN) $(AM_MAKEFLAGS) DO=clean multi-clean # $(MAKE)
-distclean-multi:
-	$(MULTICLEAN) $(AM_MAKEFLAGS) DO=distclean multi-clean # $(MAKE)
-maintainer-clean-multi:
-	$(MULTICLEAN) $(AM_MAKEFLAGS) DO=maintainer-clean multi-clean # $(MAKE)
-
-ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
-	list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
-	unique=`for i in $$list; do \
-	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
-	  done | \
-	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
-	      END { if (nonempty) { for (i in files) print i; }; }'`; \
-	mkid -fID $$unique
-tags: TAGS
-
-TAGS:  $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
-		$(TAGS_FILES) $(LISP)
-	set x; \
-	here=`pwd`; \
-	list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \
-	unique=`for i in $$list; do \
-	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
-	  done | \
-	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
-	      END { if (nonempty) { for (i in files) print i; }; }'`; \
-	shift; \
-	if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
-	  test -n "$$unique" || unique=$$empty_fix; \
-	  if test $$# -gt 0; then \
-	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
-	      "$$@" $$unique; \
-	  else \
-	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
-	      $$unique; \
-	  fi; \
-	fi
-ctags: CTAGS
-CTAGS:  $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
-		$(TAGS_FILES) $(LISP)
-	list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \
-	unique=`for i in $$list; do \
-	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
-	  done | \
-	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
-	      END { if (nonempty) { for (i in files) print i; }; }'`; \
-	test -z "$(CTAGS_ARGS)$$unique" \
-	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
-	     $$unique
-
-GTAGS:
-	here=`$(am__cd) $(top_builddir) && pwd` \
-	  && $(am__cd) $(top_srcdir) \
-	  && gtags -i $(GTAGS_ARGS) "$$here"
-
-distclean-tags:
-	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
-
-check-TESTS: $(TESTS)
-	@failed=0; all=0; xfail=0; xpass=0; skip=0; \
-	srcdir=$(srcdir); export srcdir; \
-	list=' $(TESTS) '; \
-	$(am__tty_colors); \
-	if test -n "$$list"; then \
-	  for tst in $$list; do \
-	    if test -f ./$$tst; then dir=./; \
-	    elif test -f $$tst; then dir=; \
-	    else dir="$(srcdir)/"; fi; \
-	    if $(TESTS_ENVIRONMENT) $${dir}$$tst; then \
-	      all=`expr $$all + 1`; \
-	      case " $(XFAIL_TESTS) " in \
-	      *[\ \	]$$tst[\ \	]*) \
-		xpass=`expr $$xpass + 1`; \
-		failed=`expr $$failed + 1`; \
-		col=$$red; res=XPASS; \
-	      ;; \
-	      *) \
-		col=$$grn; res=PASS; \
-	      ;; \
-	      esac; \
-	    elif test $$? -ne 77; then \
-	      all=`expr $$all + 1`; \
-	      case " $(XFAIL_TESTS) " in \
-	      *[\ \	]$$tst[\ \	]*) \
-		xfail=`expr $$xfail + 1`; \
-		col=$$lgn; res=XFAIL; \
-	      ;; \
-	      *) \
-		failed=`expr $$failed + 1`; \
-		col=$$red; res=FAIL; \
-	      ;; \
-	      esac; \
-	    else \
-	      skip=`expr $$skip + 1`; \
-	      col=$$blu; res=SKIP; \
-	    fi; \
-	    echo "$${col}$$res$${std}: $$tst"; \
-	  done; \
-	  if test "$$all" -eq 1; then \
-	    tests="test"; \
-	    All=""; \
-	  else \
-	    tests="tests"; \
-	    All="All "; \
-	  fi; \
-	  if test "$$failed" -eq 0; then \
-	    if test "$$xfail" -eq 0; then \
-	      banner="$$All$$all $$tests passed"; \
-	    else \
-	      if test "$$xfail" -eq 1; then failures=failure; else failures=failures; fi; \
-	      banner="$$All$$all $$tests behaved as expected ($$xfail expected $$failures)"; \
-	    fi; \
-	  else \
-	    if test "$$xpass" -eq 0; then \
-	      banner="$$failed of $$all $$tests failed"; \
-	    else \
-	      if test "$$xpass" -eq 1; then passes=pass; else passes=passes; fi; \
-	      banner="$$failed of $$all $$tests did not behave as expected ($$xpass unexpected $$passes)"; \
-	    fi; \
-	  fi; \
-	  dashes="$$banner"; \
-	  skipped=""; \
-	  if test "$$skip" -ne 0; then \
-	    if test "$$skip" -eq 1; then \
-	      skipped="($$skip test was not run)"; \
-	    else \
-	      skipped="($$skip tests were not run)"; \
-	    fi; \
-	    test `echo "$$skipped" | wc -c` -le `echo "$$banner" | wc -c` || \
-	      dashes="$$skipped"; \
-	  fi; \
-	  report=""; \
-	  if test "$$failed" -ne 0 && test -n "$(PACKAGE_BUGREPORT)"; then \
-	    report="Please report to $(PACKAGE_BUGREPORT)"; \
-	    test `echo "$$report" | wc -c` -le `echo "$$banner" | wc -c` || \
-	      dashes="$$report"; \
-	  fi; \
-	  dashes=`echo "$$dashes" | sed s/./=/g`; \
-	  if test "$$failed" -eq 0; then \
-	    col="$$grn"; \
-	  else \
-	    col="$$red"; \
-	  fi; \
-	  echo "$${col}$$dashes$${std}"; \
-	  echo "$${col}$$banner$${std}"; \
-	  test -z "$$skipped" || echo "$${col}$$skipped$${std}"; \
-	  test -z "$$report" || echo "$${col}$$report$${std}"; \
-	  echo "$${col}$$dashes$${std}"; \
-	  test "$$failed" -eq 0; \
-	else :; fi
-check-am: all-am
-	$(MAKE) $(AM_MAKEFLAGS) $(check_PROGRAMS)
-	$(MAKE) $(AM_MAKEFLAGS) check-TESTS
-check: check-am
-all-am: Makefile $(LTLIBRARIES) all-multi config.h
-installdirs:
-install: install-am
-install-exec: install-exec-am
-install-data: install-data-am
-uninstall: uninstall-am
-
-install-am: all-am
-	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
-
-installcheck: installcheck-am
-install-strip:
-	if test -z '$(STRIP)'; then \
-	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
-	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
-	      install; \
-	else \
-	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
-	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
-	    "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
-	fi
-mostlyclean-generic:
-
-clean-generic:
-
-distclean-generic:
-	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
-	-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
-
-maintainer-clean-generic:
-	@echo "This command is intended for maintainers to use"
-	@echo "it deletes files that may require special tools to rebuild."
-clean: clean-am clean-multi
-
-clean-am: clean-checkPROGRAMS clean-generic clean-libtool \
-	clean-noinstLTLIBRARIES mostlyclean-am
-
-distclean: distclean-am distclean-multi
-	-rm -f $(am__CONFIG_DISTCLEAN_FILES)
-	-rm -f Makefile
-distclean-am: clean-am distclean-compile distclean-generic \
-	distclean-hdr distclean-libtool distclean-tags
-
-dvi: dvi-am
-
-dvi-am:
-
-html: html-am
-
-html-am:
-
-info: info-am
-
-info-am:
-
-install-data-am:
-
-install-dvi: install-dvi-am
-
-install-dvi-am:
-
-install-exec-am: install-multi
-
-install-html: install-html-am
-
-install-html-am:
-
-install-info: install-info-am
-
-install-info-am:
-
-install-man:
-
-install-pdf: install-pdf-am
-
-install-pdf-am:
-
-install-ps: install-ps-am
-
-install-ps-am:
-
-installcheck-am:
-
-maintainer-clean: maintainer-clean-am maintainer-clean-multi
-	-rm -f $(am__CONFIG_DISTCLEAN_FILES)
-	-rm -rf $(top_srcdir)/autom4te.cache
-	-rm -f Makefile
-maintainer-clean-am: distclean-am maintainer-clean-generic
-
-mostlyclean: mostlyclean-am mostlyclean-multi
-
-mostlyclean-am: mostlyclean-compile mostlyclean-generic \
-	mostlyclean-libtool
-
-pdf: pdf-am
-
-pdf-am:
-
-ps: ps-am
-
-ps-am:
-
-uninstall-am:
-
-.MAKE: all all-multi check-am clean-multi distclean-multi install-am \
-	install-multi install-strip maintainer-clean-multi \
-	mostlyclean-multi
-
-.PHONY: CTAGS GTAGS all all-am all-multi am--refresh check check-TESTS \
-	check-am clean clean-checkPROGRAMS clean-generic clean-libtool \
-	clean-multi clean-noinstLTLIBRARIES ctags distclean \
-	distclean-compile distclean-generic distclean-hdr \
-	distclean-libtool distclean-multi distclean-tags dvi dvi-am \
-	html html-am info info-am install install-am install-data \
-	install-data-am install-dvi install-dvi-am install-exec \
-	install-exec-am install-html install-html-am install-info \
-	install-info-am install-man install-multi install-pdf \
-	install-pdf-am install-ps install-ps-am install-strip \
-	installcheck installcheck-am installdirs maintainer-clean \
-	maintainer-clean-generic maintainer-clean-multi mostlyclean \
-	mostlyclean-compile mostlyclean-generic mostlyclean-libtool \
-	mostlyclean-multi pdf pdf-am ps ps-am tags uninstall \
-	uninstall-am
-
-alloc.lo: config.h backtrace.h internal.h
-backtrace.lo: config.h backtrace.h internal.h
-btest.lo: (INCDIR)/filenames.h backtrace.h backtrace-supported.h
-dwarf.lo: config.h $(INCDIR)/dwarf2.h $(INCDIR)/dwarf2.def \
-	$(INCDIR)/filenames.h backtrace.h internal.h
-elf.lo: config.h backtrace.h internal.h
-fileline.lo: config.h backtrace.h internal.h
-mmap.lo: config.h backtrace.h internal.h
-mmapio.lo: config.h backtrace.h internal.h
-nounwind.lo: config.h internal.h
-pecoff.lo: config.h backtrace.h internal.h
-posix.lo: config.h backtrace.h internal.h
-print.lo: config.h backtrace.h internal.h
-read.lo: config.h backtrace.h internal.h
-simple.lo: config.h backtrace.h internal.h
-sort.lo: config.h backtrace.h internal.h
-stest.lo: config.h backtrace.h internal.h
-state.lo: config.h backtrace.h backtrace-supported.h internal.h
-unknown.lo: config.h backtrace.h internal.h
-
-# Tell versions [3.59,3.63) of GNU make to not export all variables.
-# Otherwise a system limit (for SysV at least) may be exceeded.
-.NOEXPORT:
diff --git a/rpython/rlib/rvmprof/src/shared/libbacktrace/config.h b/rpython/rlib/rvmprof/src/shared/libbacktrace/config.h
deleted file mode 100644
--- a/rpython/rlib/rvmprof/src/shared/libbacktrace/config.h
+++ /dev/null
@@ -1,135 +0,0 @@
-/* config.h.  Generated from config.h.in by configure.  */
-/* config.h.in.  Generated from configure.ac by autoheader.  */
-
-/* ELF size: 32 or 64 */
-#define BACKTRACE_ELF_SIZE 32
-
-/* Define to 1 if you have the __atomic functions */
-/* #undef HAVE_ATOMIC_FUNCTIONS */
-
-/* Define to 1 if you have the declaration of `strnlen', and to 0 if you
-   don't. */
-#define HAVE_DECL_STRNLEN 1
-
-/* Define to 1 if you have the <dlfcn.h> header file. */
-#define HAVE_DLFCN_H 1
-
-/* Define if dl_iterate_phdr is available. */
-#define HAVE_DL_ITERATE_PHDR 1
-
-/* Define to 1 if you have the fcntl function */
-#define HAVE_FCNTL 1
-
-/* Define if getexecname is available. */
-/* #undef HAVE_GETEXECNAME */
-
-/* Define if _Unwind_GetIPInfo is available. */
-#define HAVE_GETIPINFO 1
-
-/* Define to 1 if you have the <inttypes.h> header file. */
-#define HAVE_INTTYPES_H 1
-
-/* Define to 1 if you have the <link.h> header file. */
-#define HAVE_LINK_H 1
-
-/* Define to 1 if you have the <memory.h> header file. */
-#define HAVE_MEMORY_H 1
-
-/* Define to 1 if you have the <stdint.h> header file. */
-#define HAVE_STDINT_H 1
-
-/* Define to 1 if you have the <stdlib.h> header file. */
-#define HAVE_STDLIB_H 1
-
-/* Define to 1 if you have the <strings.h> header file. */
-#define HAVE_STRINGS_H 1
-
-/* Define to 1 if you have the <string.h> header file. */
-#define HAVE_STRING_H 1
-
-/* Define to 1 if you have the __sync functions */
-#define HAVE_SYNC_FUNCTIONS 1
-
-/* Define to 1 if you have the <sys/mman.h> header file. */
-#define HAVE_SYS_MMAN_H 1
-
-/* Define to 1 if you have the <sys/stat.h> header file. */
-#define HAVE_SYS_STAT_H 1
-
-/* Define to 1 if you have the <sys/types.h> header file. */
-#define HAVE_SYS_TYPES_H 1
-
-/* Define to 1 if you have the <unistd.h> header file. */
-#define HAVE_UNISTD_H 1
-
-/* Define to the sub-directory in which libtool stores uninstalled libraries.
-   */
-#define LT_OBJDIR ".libs/"
-
-/* Define to the address where bug reports for this package should be sent. */
-#define PACKAGE_BUGREPORT ""
-
-/* Define to the full name of this package. */
-#define PACKAGE_NAME "package-unused"
-
-/* Define to the full name and version of this package. */
-#define PACKAGE_STRING "package-unused version-unused"
-
-/* Define to the one symbol short name of this package. */
-#define PACKAGE_TARNAME "libbacktrace"
-
-/* Define to the home page for this package. */
-#define PACKAGE_URL ""
-
-/* Define to the version of this package. */
-#define PACKAGE_VERSION "version-unused"
-
-/* The size of `char', as computed by sizeof. */
-/* #undef SIZEOF_CHAR */
-
-/* The size of `int', as computed by sizeof. */
-/* #undef SIZEOF_INT */
-
-/* The size of `long', as computed by sizeof. */
-/* #undef SIZEOF_LONG */
-
-/* The size of `short', as computed by sizeof. */
-/* #undef SIZEOF_SHORT */
-
-/* The size of `void *', as computed by sizeof. */
-/* #undef SIZEOF_VOID_P */
-
-/* Define to 1 if you have the ANSI C header files. */
-#define STDC_HEADERS 1
-
-/* Enable extensions on AIX 3, Interix.  */
-#ifndef _ALL_SOURCE
-# define _ALL_SOURCE 1
-#endif
-/* Enable GNU extensions on systems that have them.  */
-#ifndef _GNU_SOURCE
-# define _GNU_SOURCE 1
-#endif
-/* Enable threading extensions on Solaris.  */
-#ifndef _POSIX_PTHREAD_SEMANTICS
-# define _POSIX_PTHREAD_SEMANTICS 1
-#endif
-/* Enable extensions on HP NonStop.  */
-#ifndef _TANDEM_SOURCE
-# define _TANDEM_SOURCE 1
-#endif
-/* Enable general extensions on Solaris.  */
-#ifndef __EXTENSIONS__
-# define __EXTENSIONS__ 1
-#endif
-
-
-/* Define to 1 if on MINIX. */
-/* #undef _MINIX */
-
-/* Define to 2 if the system does not provide POSIX.1 features except with
-   this defined. */
-/* #undef _POSIX_1_SOURCE */
-
-/* Define to 1 if you need to in order for `stat' and other things to work. */
-/* #undef _POSIX_SOURCE */
diff --git a/rpython/rlib/rvmprof/src/shared/libbacktrace/config.log b/rpython/rlib/rvmprof/src/shared/libbacktrace/config.log
deleted file mode 100644
--- a/rpython/rlib/rvmprof/src/shared/libbacktrace/config.log
+++ /dev/null
@@ -1,1208 +0,0 @@
-This file contains any messages produced by compilers while
-running configure, to aid debugging if configure makes a mistake.
-
-It was created by package-unused configure version-unused, which was
-generated by GNU Autoconf 2.64.  Invocation command line was
-
-  $ ./configure 
-
-## --------- ##
-## Platform. ##
-## --------- ##
-
-hostname = ubuntu
-uname -m = i686
-uname -r = 3.13.0-32-generic
-uname -s = Linux
-uname -v = #57~precise1-Ubuntu SMP Tue Jul 15 03:50:54 UTC 2014
-
-/usr/bin/uname -p = unknown
-/bin/uname -X     = unknown
-
-/bin/arch              = unknown
-/usr/bin/arch -k       = unknown
-/usr/convex/getsysinfo = unknown
-/usr/bin/hostinfo      = unknown
-/bin/machine           = unknown
-/usr/bin/oslevel       = unknown
-/bin/universe          = unknown
-
-PATH: /usr/local/sbin
-PATH: /usr/local/bin
-PATH: /usr/sbin
-PATH: /usr/bin
-PATH: /sbin
-PATH: /bin
-PATH: /usr/games
-
-
-## ----------- ##
-## Core tests. ##
-## ----------- ##
-
-configure:2524: checking build system type
-configure:2538: result: i686-pc-linux-gnu
-configure:2558: checking host system type
-configure:2571: result: i686-pc-linux-gnu
-configure:2591: checking target system type
-configure:2604: result: i686-pc-linux-gnu
-configure:2681: checking for gcc
-configure:2697: found /usr/bin/gcc
-configure:2708: result: gcc
-configure:2937: checking for C compiler version
-configure:2946: gcc --version >&5
-gcc (Ubuntu/Linaro 4.6.3-1ubuntu5) 4.6.3
-Copyright (C) 2011 Free Software Foundation, Inc.
-This is free software; see the source for copying conditions.  There is NO
-warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
-
-configure:2957: $? = 0
-configure:2946: gcc -v >&5
-Using built-in specs.
-COLLECT_GCC=gcc
-COLLECT_LTO_WRAPPER=/usr/lib/gcc/i686-linux-gnu/4.6/lto-wrapper
-Target: i686-linux-gnu
-Configured with: ../src/configure -v --with-pkgversion='Ubuntu/Linaro 4.6.3-1ubuntu5' --with-bugurl=file:///usr/share/doc/gcc-4.6/README.Bugs --enable-languages=c,c++,fortran,objc,obj-c++ --prefix=/usr --program-suffix=-4.6 --enable-shared --enable-linker-build-id --with-system-zlib --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --with-gxx-include-dir=/usr/include/c++/4.6 --libdir=/usr/lib --enable-nls --with-sysroot=/ --enable-clocale=gnu --enable-libstdcxx-debug --enable-libstdcxx-time=yes --enable-gnu-unique-object --enable-plugin --enable-objc-gc --enable-targets=all --disable-werror --with-arch-32=i686 --with-tune=generic --enable-checking=release --build=i686-linux-gnu --host=i686-linux-gnu --target=i686-linux-gnu
-Thread model: posix
-gcc version 4.6.3 (Ubuntu/Linaro 4.6.3-1ubuntu5) 
-configure:2957: $? = 0
-configure:2946: gcc -V >&5
-gcc: error: unrecognized option '-V'
-gcc: fatal error: no input files
-compilation terminated.
-configure:2957: $? = 4
-configure:2946: gcc -qversion >&5
-gcc: error: unrecognized option '-qversion'
-gcc: fatal error: no input files
-compilation terminated.
-configure:2957: $? = 4
-configure:2977: checking for C compiler default output file name
-configure:2999: gcc    conftest.c  >&5
-configure:3003: $? = 0
-configure:3040: result: a.out
-configure:3056: checking whether the C compiler works
-configure:3065: ./a.out
-configure:3069: $? = 0
-configure:3084: result: yes
-configure:3091: checking whether we are cross compiling
-configure:3093: result: no
-configure:3096: checking for suffix of executables
-configure:3103: gcc -o conftest    conftest.c  >&5
-configure:3107: $? = 0
-configure:3129: result: 
-configure:3135: checking for suffix of object files
-configure:3157: gcc -c   conftest.c >&5
-configure:3161: $? = 0
-configure:3182: result: o
-configure:3186: checking whether we are using the GNU C compiler
-configure:3205: gcc -c   conftest.c >&5
-configure:3205: $? = 0
-configure:3214: result: yes
-configure:3223: checking whether gcc accepts -g
-configure:3243: gcc -c -g  conftest.c >&5
-configure:3243: $? = 0
-configure:3284: result: yes
-configure:3301: checking for gcc option to accept ISO C89
-configure:3365: gcc  -c -g -O2  conftest.c >&5
-configure:3365: $? = 0
-configure:3378: result: none needed
-configure:3404: checking how to run the C preprocessor
-configure:3435: gcc -E  conftest.c
-configure:3435: $? = 0
-configure:3449: gcc -E  conftest.c
-conftest.c:9:28: fatal error: ac_nonexistent.h: No such file or directory
-compilation terminated.
-configure:3449: $? = 1
-configure: failed program was:
-| /* confdefs.h */
-| #define PACKAGE_NAME "package-unused"
-| #define PACKAGE_TARNAME "libbacktrace"
-| #define PACKAGE_VERSION "version-unused"
-| #define PACKAGE_STRING "package-unused version-unused"
-| #define PACKAGE_BUGREPORT ""
-| #define PACKAGE_URL ""
-| /* end confdefs.h.  */
-| #include <ac_nonexistent.h>
-configure:3474: result: gcc -E
-configure:3494: gcc -E  conftest.c
-configure:3494: $? = 0
-configure:3508: gcc -E  conftest.c
-conftest.c:9:28: fatal error: ac_nonexistent.h: No such file or directory
-compilation terminated.
-configure:3508: $? = 1
-configure: failed program was:
-| /* confdefs.h */
-| #define PACKAGE_NAME "package-unused"
-| #define PACKAGE_TARNAME "libbacktrace"
-| #define PACKAGE_VERSION "version-unused"
-| #define PACKAGE_STRING "package-unused version-unused"
-| #define PACKAGE_BUGREPORT ""
-| #define PACKAGE_URL ""
-| /* end confdefs.h.  */
-| #include <ac_nonexistent.h>
-configure:3537: checking for grep that handles long lines and -e
-configure:3595: result: /bin/grep
-configure:3600: checking for egrep
-configure:3662: result: /bin/grep -E
-configure:3667: checking for ANSI C header files
-configure:3687: gcc -c -g -O2  conftest.c >&5
-configure:3687: $? = 0
-configure:3760: gcc -o conftest -g -O2   conftest.c  >&5
-configure:3760: $? = 0
-configure:3760: ./conftest
-configure:3760: $? = 0
-configure:3771: result: yes
-configure:3784: checking for sys/types.h
-configure:3784: gcc -c -g -O2  conftest.c >&5
-configure:3784: $? = 0
-configure:3784: result: yes
-configure:3784: checking for sys/stat.h
-configure:3784: gcc -c -g -O2  conftest.c >&5
-configure:3784: $? = 0
-configure:3784: result: yes
-configure:3784: checking for stdlib.h
-configure:3784: gcc -c -g -O2  conftest.c >&5
-configure:3784: $? = 0
-configure:3784: result: yes
-configure:3784: checking for string.h
-configure:3784: gcc -c -g -O2  conftest.c >&5
-configure:3784: $? = 0
-configure:3784: result: yes
-configure:3784: checking for memory.h
-configure:3784: gcc -c -g -O2  conftest.c >&5
-configure:3784: $? = 0
-configure:3784: result: yes
-configure:3784: checking for strings.h
-configure:3784: gcc -c -g -O2  conftest.c >&5
-configure:3784: $? = 0
-configure:3784: result: yes
-configure:3784: checking for inttypes.h
-configure:3784: gcc -c -g -O2  conftest.c >&5
-configure:3784: $? = 0
-configure:3784: result: yes
-configure:3784: checking for stdint.h
-configure:3784: gcc -c -g -O2  conftest.c >&5
-configure:3784: $? = 0
-configure:3784: result: yes
-configure:3784: checking for unistd.h
-configure:3784: gcc -c -g -O2  conftest.c >&5
-configure:3784: $? = 0
-configure:3784: result: yes
-configure:3798: checking minix/config.h usability
-configure:3798: gcc -c -g -O2  conftest.c >&5
-conftest.c:52:26: fatal error: minix/config.h: No such file or directory
-compilation terminated.
-configure:3798: $? = 1
-configure: failed program was:
-| /* confdefs.h */
-| #define PACKAGE_NAME "package-unused"
-| #define PACKAGE_TARNAME "libbacktrace"
-| #define PACKAGE_VERSION "version-unused"
-| #define PACKAGE_STRING "package-unused version-unused"
-| #define PACKAGE_BUGREPORT ""
-| #define PACKAGE_URL ""
-| #define STDC_HEADERS 1
-| #define HAVE_SYS_TYPES_H 1
-| #define HAVE_SYS_STAT_H 1
-| #define HAVE_STDLIB_H 1
-| #define HAVE_STRING_H 1
-| #define HAVE_MEMORY_H 1
-| #define HAVE_STRINGS_H 1
-| #define HAVE_INTTYPES_H 1
-| #define HAVE_STDINT_H 1
-| #define HAVE_UNISTD_H 1
-| /* end confdefs.h.  */
-| #include <stdio.h>
-| #ifdef HAVE_SYS_TYPES_H
-| # include <sys/types.h>
-| #endif
-| #ifdef HAVE_SYS_STAT_H
-| # include <sys/stat.h>
-| #endif
-| #ifdef STDC_HEADERS
-| # include <stdlib.h>
-| # include <stddef.h>
-| #else
-| # ifdef HAVE_STDLIB_H
-| #  include <stdlib.h>
-| # endif
-| #endif
-| #ifdef HAVE_STRING_H
-| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
-| #  include <memory.h>
-| # endif
-| # include <string.h>
-| #endif
-| #ifdef HAVE_STRINGS_H
-| # include <strings.h>
-| #endif
-| #ifdef HAVE_INTTYPES_H
-| # include <inttypes.h>
-| #endif
-| #ifdef HAVE_STDINT_H
-| # include <stdint.h>
-| #endif
-| #ifdef HAVE_UNISTD_H
-| # include <unistd.h>
-| #endif
-| #include <minix/config.h>
-configure:3798: result: no
-configure:3798: checking minix/config.h presence
-configure:3798: gcc -E  conftest.c
-conftest.c:19:26: fatal error: minix/config.h: No such file or directory
-compilation terminated.
-configure:3798: $? = 1
-configure: failed program was:
-| /* confdefs.h */
-| #define PACKAGE_NAME "package-unused"
-| #define PACKAGE_TARNAME "libbacktrace"
-| #define PACKAGE_VERSION "version-unused"
-| #define PACKAGE_STRING "package-unused version-unused"
-| #define PACKAGE_BUGREPORT ""
-| #define PACKAGE_URL ""
-| #define STDC_HEADERS 1
-| #define HAVE_SYS_TYPES_H 1
-| #define HAVE_SYS_STAT_H 1
-| #define HAVE_STDLIB_H 1
-| #define HAVE_STRING_H 1
-| #define HAVE_MEMORY_H 1
-| #define HAVE_STRINGS_H 1
-| #define HAVE_INTTYPES_H 1
-| #define HAVE_STDINT_H 1
-| #define HAVE_UNISTD_H 1
-| /* end confdefs.h.  */
-| #include <minix/config.h>
-configure:3798: result: no
-configure:3798: checking for minix/config.h
-configure:3798: result: no
-configure:3819: checking whether it is safe to define __EXTENSIONS__
-configure:3837: gcc -c -g -O2  conftest.c >&5
-configure:3837: $? = 0
-configure:3844: result: yes
-configure:3887: checking for a BSD-compatible install
-configure:3955: result: /usr/bin/install -c
-configure:3966: checking whether build environment is sane
-configure:4016: result: yes
-configure:4044: WARNING: `missing' script is too old or missing
-configure:4157: checking for a thread-safe mkdir -p
-configure:4196: result: /bin/mkdir -p
-configure:4209: checking for gawk
-configure:4239: result: no
-configure:4209: checking for mawk
-configure:4225: found /usr/bin/mawk
-configure:4236: result: mawk
-configure:4247: checking whether make sets $(MAKE)
-configure:4269: result: yes
-configure:4342: checking whether to enable maintainer-specific portions of Makefiles
-configure:4351: result: no
-configure:4425: checking for gcc
-configure:4452: result: gcc
-configure:4681: checking for C compiler version
-configure:4690: gcc --version >&5
-gcc (Ubuntu/Linaro 4.6.3-1ubuntu5) 4.6.3
-Copyright (C) 2011 Free Software Foundation, Inc.
-This is free software; see the source for copying conditions.  There is NO
-warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
-
-configure:4701: $? = 0
-configure:4690: gcc -v >&5
-Using built-in specs.
-COLLECT_GCC=gcc
-COLLECT_LTO_WRAPPER=/usr/lib/gcc/i686-linux-gnu/4.6/lto-wrapper
-Target: i686-linux-gnu
-Configured with: ../src/configure -v --with-pkgversion='Ubuntu/Linaro 4.6.3-1ubuntu5' --with-bugurl=file:///usr/share/doc/gcc-4.6/README.Bugs --enable-languages=c,c++,fortran,objc,obj-c++ --prefix=/usr --program-suffix=-4.6 --enable-shared --enable-linker-build-id --with-system-zlib --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --with-gxx-include-dir=/usr/include/c++/4.6 --libdir=/usr/lib --enable-nls --with-sysroot=/ --enable-clocale=gnu --enable-libstdcxx-debug --enable-libstdcxx-time=yes --enable-gnu-unique-object --enable-plugin --enable-objc-gc --enable-targets=all --disable-werror --with-arch-32=i686 --with-tune=generic --enable-checking=release --build=i686-linux-gnu --host=i686-linux-gnu --target=i686-linux-gnu
-Thread model: posix
-gcc version 4.6.3 (Ubuntu/Linaro 4.6.3-1ubuntu5) 
-configure:4701: $? = 0
-configure:4690: gcc -V >&5
-gcc: error: unrecognized option '-V'
-gcc: fatal error: no input files
-compilation terminated.
-configure:4701: $? = 4
-configure:4690: gcc -qversion >&5
-gcc: error: unrecognized option '-qversion'
-gcc: fatal error: no input files
-compilation terminated.
-configure:4701: $? = 4
-configure:4705: checking whether we are using the GNU C compiler
-configure:4733: result: yes
-configure:4742: checking whether gcc accepts -g
-configure:4803: result: yes
-configure:4820: checking for gcc option to accept ISO C89
-configure:4897: result: none needed
-configure:4964: checking for ranlib
-configure:4980: found /usr/bin/ranlib
-configure:4991: result: ranlib
-configure:5018: checking for gawk
-configure:5045: result: mawk
-configure:5106: checking how to print strings
-configure:5133: result: printf
-configure:5154: checking for a sed that does not truncate output
-configure:5218: result: /bin/sed
-configure:5236: checking for fgrep
-configure:5298: result: /bin/grep -F
-configure:5333: checking for ld used by gcc
-configure:5400: result: /usr/bin/ld
-configure:5407: checking if the linker (/usr/bin/ld) is GNU ld
-configure:5422: result: yes
-configure:5434: checking for BSD- or MS-compatible name lister (nm)
-configure:5483: result: /usr/bin/nm -B
-configure:5613: checking the name lister (/usr/bin/nm -B) interface
-configure:5620: gcc -c -g -O2  conftest.c >&5
-configure:5623: /usr/bin/nm -B "conftest.o"
-configure:5626: output
-00000000 B some_variable
-configure:5633: result: BSD nm
-configure:5636: checking whether ln -s works
-configure:5643: result: no, using cp -p
-configure:5648: checking the maximum length of command line arguments
-configure:5773: result: 1572864
-configure:5790: checking whether the shell understands some XSI constructs
-configure:5800: result: yes
-configure:5804: checking whether the shell understands "+="
-configure:5810: result: yes
-configure:5845: checking for /usr/bin/ld option to reload object files
-configure:5852: result: -r
-configure:5921: checking for objdump
-configure:5937: found /usr/bin/objdump
-configure:5948: result: objdump
-configure:5980: checking how to recognize dependent libraries
-configure:6181: result: pass_all
-configure:6241: checking for ar
-configure:6257: found /usr/bin/ar
-configure:6268: result: ar
-configure:6346: checking for strip
-configure:6362: found /usr/bin/strip
-configure:6373: result: strip
-configure:6445: checking for ranlib
-configure:6472: result: ranlib
-configure:6574: checking command to parse /usr/bin/nm -B output from gcc object
-configure:6692: gcc -c -g -O2  conftest.c >&5
-configure:6695: $? = 0
-configure:6699: /usr/bin/nm -B conftest.o \| sed -n -e 's/^.*[ ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p' \> conftest.nm
-configure:6702: $? = 0
-configure:6756: gcc -o conftest -g -O2   conftest.c conftstm.o >&5
-configure:6759: $? = 0
-configure:6797: result: ok
-configure:7645: checking for dlfcn.h
-configure:7645: gcc -c -g -O2  conftest.c >&5
-configure:7645: $? = 0
-configure:7645: result: yes
-configure:7832: checking for objdir
-configure:7847: result: .libs
-configure:8118: checking if gcc supports -fno-rtti -fno-exceptions
-configure:8136: gcc -c -g -O2  -fno-rtti -fno-exceptions conftest.c >&5
-cc1: warning: command line option '-fno-rtti' is valid for C++/ObjC++ but not for C [enabled by default]
-configure:8140: $? = 0
-configure:8153: result: no
-configure:8173: checking for gcc option to produce PIC
-configure:8459: result: -fPIC -DPIC
-configure:8471: checking if gcc PIC flag -fPIC -DPIC works
-configure:8489: gcc -c -g -O2  -fPIC -DPIC -DPIC conftest.c >&5
-configure:8493: $? = 0
-configure:8506: result: yes
-configure:8530: checking if gcc static flag -static works
-configure:8558: result: yes
-configure:8573: checking if gcc supports -c -o file.o
-configure:8594: gcc -c -g -O2  -o out/conftest2.o conftest.c >&5
-configure:8598: $? = 0
-configure:8620: result: yes
-configure:8628: checking if gcc supports -c -o file.o
-configure:8675: result: yes
-configure:8708: checking whether the gcc linker (/usr/bin/ld) supports shared libraries
-configure:9779: result: yes
-configure:9816: checking whether -lc should be explicitly linked in
-configure:9824: gcc -c -g -O2  conftest.c >&5
-configure:9827: $? = 0
-configure:9842: gcc -shared  -fPIC -DPIC conftest.o  -v -Wl,-soname -Wl,conftest -o conftest 2\>\&1 \| /bin/grep  -lc  \>/dev/null 2\>\&1
-configure:9845: $? = 0
-configure:9859: result: no
-configure:10024: checking dynamic linker characteristics
-configure:10475: gcc -o conftest -g -O2   -Wl,-rpath -Wl,/foo conftest.c  >&5
-configure:10475: $? = 0
-configure:10697: result: GNU/Linux ld.so
-configure:10804: checking how to hardcode library paths into programs
-configure:10829: result: immediate
-configure:11369: checking whether stripping libraries is possible
-configure:11374: result: yes
-configure:11409: checking if libtool supports shared libraries
-configure:11411: result: yes
-configure:11414: checking whether to build shared libraries
-configure:11435: result: yes
-configure:11438: checking whether to build static libraries
-configure:11442: result: yes
-configure:11486: checking unwind.h usability
-configure:11486: gcc -c -g -O2  conftest.c >&5
-configure:11486: $? = 0
-configure:11486: result: yes
-configure:11486: checking unwind.h presence
-configure:11486: gcc -E  conftest.c
-configure:11486: $? = 0
-configure:11486: result: yes
-configure:11486: checking for unwind.h
-configure:11486: result: yes
-configure:11488: checking for _Unwind_Backtrace
-configure:11488: gcc -o conftest -g -O2   conftest.c  >&5
-configure:11488: $? = 0
-configure:11488: result: yes
-configure:11509: checking for -funwind-tables option
-configure:11527: gcc -c -g -O2 -funwind-tables  conftest.c >&5
-configure:11527: $? = 0
-configure:11535: result: yes
-configure:11540: checking for -frandom-seed=string option
-configure:11558: gcc -c -g -O2 -frandom-seed=conftest.lo  conftest.c >&5
-configure:11558: $? = 0
-configure:11566: result: yes
-configure:11593: checking whether gcc supports -W
-configure:11610: gcc -c -W  conftest.c >&5
-configure:11610: $? = 0
-configure:11619: result: yes
-configure:11593: checking whether gcc supports -Wall
-configure:11610: gcc -c -Wall  conftest.c >&5
-configure:11610: $? = 0
-configure:11619: result: yes
-configure:11593: checking whether gcc supports -Wwrite-strings
-configure:11610: gcc -c -Wwrite-strings  conftest.c >&5
-configure:11610: $? = 0
-configure:11619: result: yes
-configure:11593: checking whether gcc supports -Wstrict-prototypes
-configure:11610: gcc -c -Wstrict-prototypes  conftest.c >&5
-conftest.c:28:1: warning: function declaration isn't a prototype [-Wstrict-prototypes]
-configure:11610: $? = 0
-configure:11619: result: yes
-configure:11593: checking whether gcc supports -Wmissing-prototypes
-configure:11610: gcc -c -Wmissing-prototypes  conftest.c >&5
-configure:11610: $? = 0
-configure:11619: result: yes
-configure:11593: checking whether gcc supports -Wold-style-definition
-configure:11610: gcc -c -Wold-style-definition  conftest.c >&5
-conftest.c: In function 'main':
-conftest.c:28:1: warning: old-style function definition [-Wold-style-definition]
-configure:11610: $? = 0
-configure:11619: result: yes
-configure:11593: checking whether gcc supports -Wmissing-format-attribute
-configure:11610: gcc -c -Wmissing-format-attribute  conftest.c >&5
-configure:11610: $? = 0
-configure:11619: result: yes
-configure:11593: checking whether gcc supports -Wcast-qual
-configure:11610: gcc -c -Wcast-qual  conftest.c >&5
-configure:11610: $? = 0
-configure:11619: result: yes
-configure:11680: checking for _Unwind_GetIPInfo
-configure:11695: gcc -o conftest -g -O2 -Werror-implicit-function-declaration   conftest.c  >&5
-configure:11695: $? = 0
-configure:11703: result: yes
-configure:11723: checking __sync extensions
-configure:11747: gcc -o conftest -g -O2   conftest.c  >&5
-configure:11747: $? = 0
-configure:11756: result: yes
-configure:11768: checking __atomic extensions
-configure:11788: gcc -o conftest -g -O2   conftest.c  >&5
-conftest.c: In function 'main':
-conftest.c:32:22: error: '__ATOMIC_ACQUIRE' undeclared (first use in this function)
-conftest.c:32:22: note: each undeclared identifier is reported only once for each function it appears in
-conftest.c:33:35: error: '__ATOMIC_RELEASE' undeclared (first use in this function)
-configure:11788: $? = 1
-configure: failed program was:
-| /* confdefs.h */
-| #define PACKAGE_NAME "package-unused"
-| #define PACKAGE_TARNAME "libbacktrace"
-| #define PACKAGE_VERSION "version-unused"
-| #define PACKAGE_STRING "package-unused version-unused"
-| #define PACKAGE_BUGREPORT ""
-| #define PACKAGE_URL ""
-| #define STDC_HEADERS 1
-| #define HAVE_SYS_TYPES_H 1
-| #define HAVE_SYS_STAT_H 1
-| #define HAVE_STDLIB_H 1
-| #define HAVE_STRING_H 1
-| #define HAVE_MEMORY_H 1
-| #define HAVE_STRINGS_H 1
-| #define HAVE_INTTYPES_H 1
-| #define HAVE_STDINT_H 1
-| #define HAVE_UNISTD_H 1
-| #define __EXTENSIONS__ 1
-| #define _ALL_SOURCE 1
-| #define _GNU_SOURCE 1
-| #define _POSIX_PTHREAD_SEMANTICS 1
-| #define _TANDEM_SOURCE 1
-| #define HAVE_DLFCN_H 1
-| #define LT_OBJDIR ".libs/"
-| #define HAVE_GETIPINFO 1
-| #define HAVE_SYNC_FUNCTIONS 1
-| /* end confdefs.h.  */
-| int i;
-| int
-| main ()
-| {
-| __atomic_load_n (&i, __ATOMIC_ACQUIRE);
-| 		       __atomic_store_n (&i, 1, __ATOMIC_RELEASE);
-|   ;
-|   return 0;
-| }
-configure:11797: result: no
-configure:11808: checking output filetype
-configure:11825: gcc -c -g -O2  conftest.c >&5
-configure:11825: $? = 0
-configure:11836: result: elf32
-configure:11893: checking for uintmax_t
-configure:11893: gcc -c -g -O2  conftest.c >&5
-configure:11893: $? = 0
-configure:11893: gcc -c -g -O2  conftest.c >&5
-conftest.c: In function 'main':
-conftest.c:35:24: error: expected expression before ')' token
-configure:11893: $? = 1
-configure: failed program was:
-| /* confdefs.h */
-| #define PACKAGE_NAME "package-unused"
-| #define PACKAGE_TARNAME "libbacktrace"
-| #define PACKAGE_VERSION "version-unused"
-| #define PACKAGE_STRING "package-unused version-unused"
-| #define PACKAGE_BUGREPORT ""
-| #define PACKAGE_URL ""
-| #define STDC_HEADERS 1
-| #define HAVE_SYS_TYPES_H 1
-| #define HAVE_SYS_STAT_H 1
-| #define HAVE_STDLIB_H 1
-| #define HAVE_STRING_H 1
-| #define HAVE_MEMORY_H 1
-| #define HAVE_STRINGS_H 1
-| #define HAVE_INTTYPES_H 1
-| #define HAVE_STDINT_H 1
-| #define HAVE_UNISTD_H 1
-| #define __EXTENSIONS__ 1
-| #define _ALL_SOURCE 1
-| #define _GNU_SOURCE 1
-| #define _POSIX_PTHREAD_SEMANTICS 1
-| #define _TANDEM_SOURCE 1
-| #define HAVE_DLFCN_H 1
-| #define LT_OBJDIR ".libs/"
-| #define HAVE_GETIPINFO 1
-| #define HAVE_SYNC_FUNCTIONS 1
-| #define BACKTRACE_ELF_SIZE 32
-| /* end confdefs.h.  */
-| #include <sys/types.h>
-| #include <stdint.h>
-| 
-| int
-| main ()
-| {
-| if (sizeof ((uintmax_t)))
-| 	    return 0;
-|   ;
-|   return 0;
-| }
-configure:11893: result: yes
-configure:11902: checking for uintptr_t
-configure:11902: gcc -c -g -O2  conftest.c >&5
-configure:11902: $? = 0
-configure:11902: gcc -c -g -O2  conftest.c >&5
-conftest.c: In function 'main':
-conftest.c:35:24: error: expected expression before ')' token
-configure:11902: $? = 1
-configure: failed program was:
-| /* confdefs.h */
-| #define PACKAGE_NAME "package-unused"
-| #define PACKAGE_TARNAME "libbacktrace"
-| #define PACKAGE_VERSION "version-unused"
-| #define PACKAGE_STRING "package-unused version-unused"
-| #define PACKAGE_BUGREPORT ""
-| #define PACKAGE_URL ""
-| #define STDC_HEADERS 1
-| #define HAVE_SYS_TYPES_H 1
-| #define HAVE_SYS_STAT_H 1
-| #define HAVE_STDLIB_H 1
-| #define HAVE_STRING_H 1
-| #define HAVE_MEMORY_H 1
-| #define HAVE_STRINGS_H 1
-| #define HAVE_INTTYPES_H 1
-| #define HAVE_STDINT_H 1
-| #define HAVE_UNISTD_H 1
-| #define __EXTENSIONS__ 1
-| #define _ALL_SOURCE 1
-| #define _GNU_SOURCE 1
-| #define _POSIX_PTHREAD_SEMANTICS 1
-| #define _TANDEM_SOURCE 1
-| #define HAVE_DLFCN_H 1
-| #define LT_OBJDIR ".libs/"
-| #define HAVE_GETIPINFO 1
-| #define HAVE_SYNC_FUNCTIONS 1
-| #define BACKTRACE_ELF_SIZE 32
-| /* end confdefs.h.  */
-| #include <sys/types.h>
-| #include <stdint.h>
-| 
-| int
-| main ()
-| {
-| if (sizeof ((uintptr_t)))
-| 	    return 0;
-|   ;
-|   return 0;
-| }
-configure:11902: result: yes
-configure:11911: checking for int_least32_t
-configure:11911: gcc -c -g -O2  conftest.c >&5
-configure:11911: $? = 0
-configure:11911: gcc -c -g -O2  conftest.c >&5
-conftest.c: In function 'main':
-conftest.c:35:28: error: expected expression before ')' token
-configure:11911: $? = 1
-configure: failed program was:
-| /* confdefs.h */
-| #define PACKAGE_NAME "package-unused"
-| #define PACKAGE_TARNAME "libbacktrace"
-| #define PACKAGE_VERSION "version-unused"
-| #define PACKAGE_STRING "package-unused version-unused"
-| #define PACKAGE_BUGREPORT ""
-| #define PACKAGE_URL ""
-| #define STDC_HEADERS 1
-| #define HAVE_SYS_TYPES_H 1
-| #define HAVE_SYS_STAT_H 1
-| #define HAVE_STDLIB_H 1
-| #define HAVE_STRING_H 1
-| #define HAVE_MEMORY_H 1
-| #define HAVE_STRINGS_H 1
-| #define HAVE_INTTYPES_H 1
-| #define HAVE_STDINT_H 1
-| #define HAVE_UNISTD_H 1
-| #define __EXTENSIONS__ 1
-| #define _ALL_SOURCE 1
-| #define _GNU_SOURCE 1
-| #define _POSIX_PTHREAD_SEMANTICS 1
-| #define _TANDEM_SOURCE 1
-| #define HAVE_DLFCN_H 1
-| #define LT_OBJDIR ".libs/"
-| #define HAVE_GETIPINFO 1
-| #define HAVE_SYNC_FUNCTIONS 1
-| #define BACKTRACE_ELF_SIZE 32
-| /* end confdefs.h.  */
-| #include <sys/types.h>
-| #include <stdint.h>
-| 
-| int
-| main ()
-| {
-| if (sizeof ((int_least32_t)))
-| 	    return 0;
-|   ;
-|   return 0;
-| }
-configure:11911: result: yes
-configure:11920: checking for int_fast32_t
-configure:11920: gcc -c -g -O2  conftest.c >&5
-configure:11920: $? = 0
-configure:11920: gcc -c -g -O2  conftest.c >&5
-conftest.c: In function 'main':
-conftest.c:35:27: error: expected expression before ')' token
-configure:11920: $? = 1
-configure: failed program was:
-| /* confdefs.h */
-| #define PACKAGE_NAME "package-unused"
-| #define PACKAGE_TARNAME "libbacktrace"
-| #define PACKAGE_VERSION "version-unused"
-| #define PACKAGE_STRING "package-unused version-unused"
-| #define PACKAGE_BUGREPORT ""
-| #define PACKAGE_URL ""
-| #define STDC_HEADERS 1
-| #define HAVE_SYS_TYPES_H 1
-| #define HAVE_SYS_STAT_H 1
-| #define HAVE_STDLIB_H 1
-| #define HAVE_STRING_H 1
-| #define HAVE_MEMORY_H 1
-| #define HAVE_STRINGS_H 1
-| #define HAVE_INTTYPES_H 1
-| #define HAVE_STDINT_H 1
-| #define HAVE_UNISTD_H 1
-| #define __EXTENSIONS__ 1
-| #define _ALL_SOURCE 1
-| #define _GNU_SOURCE 1
-| #define _POSIX_PTHREAD_SEMANTICS 1
-| #define _TANDEM_SOURCE 1
-| #define HAVE_DLFCN_H 1
-| #define LT_OBJDIR ".libs/"
-| #define HAVE_GETIPINFO 1
-| #define HAVE_SYNC_FUNCTIONS 1
-| #define BACKTRACE_ELF_SIZE 32
-| /* end confdefs.h.  */
-| #include <sys/types.h>
-| #include <stdint.h>
-| 
-| int
-| main ()
-| {
-| if (sizeof ((int_fast32_t)))
-| 	    return 0;
-|   ;
-|   return 0;
-| }
-configure:11920: result: yes
-configure:11929: checking for uint64_t
-configure:11929: gcc -c -g -O2  conftest.c >&5
-configure:11929: $? = 0
-configure:11929: gcc -c -g -O2  conftest.c >&5
-conftest.c: In function 'main':
-conftest.c:35:23: error: expected expression before ')' token
-configure:11929: $? = 1
-configure: failed program was:
-| /* confdefs.h */
-| #define PACKAGE_NAME "package-unused"
-| #define PACKAGE_TARNAME "libbacktrace"
-| #define PACKAGE_VERSION "version-unused"
-| #define PACKAGE_STRING "package-unused version-unused"
-| #define PACKAGE_BUGREPORT ""
-| #define PACKAGE_URL ""
-| #define STDC_HEADERS 1
-| #define HAVE_SYS_TYPES_H 1
-| #define HAVE_SYS_STAT_H 1
-| #define HAVE_STDLIB_H 1
-| #define HAVE_STRING_H 1
-| #define HAVE_MEMORY_H 1
-| #define HAVE_STRINGS_H 1
-| #define HAVE_INTTYPES_H 1
-| #define HAVE_STDINT_H 1
-| #define HAVE_UNISTD_H 1
-| #define __EXTENSIONS__ 1
-| #define _ALL_SOURCE 1
-| #define _GNU_SOURCE 1
-| #define _POSIX_PTHREAD_SEMANTICS 1
-| #define _TANDEM_SOURCE 1
-| #define HAVE_DLFCN_H 1
-| #define LT_OBJDIR ".libs/"
-| #define HAVE_GETIPINFO 1
-| #define HAVE_SYNC_FUNCTIONS 1
-| #define BACKTRACE_ELF_SIZE 32
-| /* end confdefs.h.  */
-| #include <sys/types.h>
-| #include <stdint.h>
-| 
-| int
-| main ()
-| {
-| if (sizeof ((uint64_t)))
-| 	    return 0;
-|   ;
-|   return 0;
-| }
-configure:11929: result: yes
-configure:12010: checking what to include in gstdint.h
-configure:12038: result: stdint.h (already complete)
-configure:12289: checking sys/mman.h usability
-configure:12289: gcc -c -g -O2  conftest.c >&5
-configure:12289: $? = 0
-configure:12289: result: yes
-configure:12289: checking sys/mman.h presence
-configure:12289: gcc -E  conftest.c
-configure:12289: $? = 0
-configure:12289: result: yes
-configure:12289: checking for sys/mman.h
-configure:12289: result: yes
-configure:12314: checking for mmap
-configure:12314: gcc -o conftest -g -O2   conftest.c  >&5
-configure:12314: $? = 0
-configure:12314: result: yes
-configure:12337: gcc -E  conftest.c
-configure:12337: $? = 0
-configure:12356: checking link.h usability
-configure:12356: gcc -c -g -O2  conftest.c >&5
-configure:12356: $? = 0
-configure:12356: result: yes
-configure:12356: checking link.h presence
-configure:12356: gcc -E  conftest.c
-configure:12356: $? = 0
-configure:12356: result: yes
-configure:12356: checking for link.h
-configure:12356: result: yes
-configure:12391: checking for dl_iterate_phdr
-configure:12391: gcc -o conftest -g -O2   conftest.c  >&5
-configure:12391: $? = 0
-configure:12391: result: yes
-configure:12414: checking for fcntl
-configure:12414: gcc -o conftest -g -O2   conftest.c  >&5
-configure:12414: $? = 0
-configure:12414: result: yes
-configure:12428: checking whether strnlen is declared
-configure:12428: gcc -c -g -O2  conftest.c >&5
-configure:12428: $? = 0
-configure:12428: result: yes
-configure:12447: checking for getexecname
-configure:12447: gcc -o conftest -g -O2   conftest.c  >&5
-/tmp/ccdqaPuA.o: In function `main':
-/media/sf_pypy/rpython/rlib/rvmprof/src/shared/libbacktrace/conftest.c:68: undefined reference to `getexecname'
-collect2: ld returned 1 exit status
-configure:12447: $? = 1
-configure: failed program was:
-| /* confdefs.h */
-| #define PACKAGE_NAME "package-unused"
-| #define PACKAGE_TARNAME "libbacktrace"
-| #define PACKAGE_VERSION "version-unused"
-| #define PACKAGE_STRING "package-unused version-unused"
-| #define PACKAGE_BUGREPORT ""
-| #define PACKAGE_URL ""
-| #define STDC_HEADERS 1
-| #define HAVE_SYS_TYPES_H 1
-| #define HAVE_SYS_STAT_H 1
-| #define HAVE_STDLIB_H 1
-| #define HAVE_STRING_H 1
-| #define HAVE_MEMORY_H 1
-| #define HAVE_STRINGS_H 1
-| #define HAVE_INTTYPES_H 1
-| #define HAVE_STDINT_H 1
-| #define HAVE_UNISTD_H 1
-| #define __EXTENSIONS__ 1
-| #define _ALL_SOURCE 1
-| #define _GNU_SOURCE 1
-| #define _POSIX_PTHREAD_SEMANTICS 1
-| #define _TANDEM_SOURCE 1
-| #define HAVE_DLFCN_H 1
-| #define LT_OBJDIR ".libs/"
-| #define HAVE_GETIPINFO 1
-| #define HAVE_SYNC_FUNCTIONS 1
-| #define BACKTRACE_ELF_SIZE 32
-| #define HAVE_SYS_MMAN_H 1
-| #define HAVE_LINK_H 1
-| #define HAVE_DL_ITERATE_PHDR 1
-| #define HAVE_FCNTL 1
-| #define HAVE_DECL_STRNLEN 1
-| /* end confdefs.h.  */
-| /* Define getexecname to an innocuous variant, in case <limits.h> declares getexecname.
-|    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
-| #define getexecname innocuous_getexecname
-| 
-| /* System header to define __stub macros and hopefully few prototypes,
-|     which can conflict with char getexecname (); below.
-|     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
-|     <limits.h> exists even on freestanding compilers.  */
-| 
-| #ifdef __STDC__
-| # include <limits.h>
-| #else
-| # include <assert.h>
-| #endif
-| 
-| #undef getexecname
-| 
-| /* Override any GCC internal prototype to avoid an error.
-|    Use char because int might match the return type of a GCC
-|    builtin and then its argument prototype would still apply.  */
-| #ifdef __cplusplus
-| extern "C"
-| #endif
-| char getexecname ();
-| /* The GNU C library defines this for functions which it implements
-|     to always fail with ENOSYS.  Some functions are actually named
-|     something starting with __ and the normal name is an alias.  */
-| #if defined __stub_getexecname || defined __stub___getexecname
-| choke me
-| #endif
-| 
-| int
-| main ()
-| {
-| return getexecname ();
-|   ;
-|   return 0;
-| }
-configure:12447: result: no
-configure:12461: checking whether tests can run
-configure:12480: gcc -o conftest -g -O2   conftest.c  >&5
-configure:12480: $? = 0
-configure:12480: ./conftest
-configure:12480: $? = 0
-configure:12490: result: yes
-configure:12632: creating ./config.status
-
-## ---------------------- ##
-## Running config.status. ##
-## ---------------------- ##
-
-This file was extended by package-unused config.status version-unused, which was
-generated by GNU Autoconf 2.64.  Invocation command line was
-
-  CONFIG_FILES    = 
-  CONFIG_HEADERS  = 
-  CONFIG_LINKS    = 
-  CONFIG_COMMANDS = 
-  $ ./config.status 
-
-on ubuntu
-
-config.status:1123: creating Makefile
-config.status:1123: creating backtrace-supported.h
-config.status:1123: creating config.h
-config.status:1343: executing libtool commands
-config.status:1343: executing gstdint.h commands
-config.status:1343: executing default commands
-
-## ---------------- ##
-## Cache variables. ##
-## ---------------- ##
-
-ac_cv_build=i686-pc-linux-gnu
-ac_cv_c_compiler_gnu=yes
-ac_cv_env_CC_set=
-ac_cv_env_CC_value=
-ac_cv_env_CFLAGS_set=
-ac_cv_env_CFLAGS_value=
-ac_cv_env_CPPFLAGS_set=
-ac_cv_env_CPPFLAGS_value=
-ac_cv_env_CPP_set=
-ac_cv_env_CPP_value=
-ac_cv_env_LDFLAGS_set=
-ac_cv_env_LDFLAGS_value=
-ac_cv_env_LIBS_set=
-ac_cv_env_LIBS_value=
-ac_cv_env_build_alias_set=
-ac_cv_env_build_alias_value=
-ac_cv_env_host_alias_set=
-ac_cv_env_host_alias_value=
-ac_cv_env_target_alias_set=
-ac_cv_env_target_alias_value=
-ac_cv_func__Unwind_Backtrace=yes
-ac_cv_func_dl_iterate_phdr=yes
-ac_cv_func_fcntl=yes
-ac_cv_func_getexecname=no
-ac_cv_func_mmap=yes
-ac_cv_have_decl_strnlen=yes
-ac_cv_header_dlfcn_h=yes
-ac_cv_header_inttypes_h=yes
-ac_cv_header_link_h=yes
-ac_cv_header_memory_h=yes
-ac_cv_header_minix_config_h=no
-ac_cv_header_stdc=yes
-ac_cv_header_stdint_h=yes
-ac_cv_header_stdlib_h=yes
-ac_cv_header_string_h=yes
-ac_cv_header_strings_h=yes
-ac_cv_header_sys_mman_h=yes
-ac_cv_header_sys_stat_h=yes
-ac_cv_header_sys_types_h=yes
-ac_cv_header_unistd_h=yes
-ac_cv_header_unwind_h=yes
-ac_cv_host=i686-pc-linux-gnu
-ac_cv_objext=o
-ac_cv_path_EGREP='/bin/grep -E'
-ac_cv_path_FGREP='/bin/grep -F'
-ac_cv_path_GREP=/bin/grep
-ac_cv_path_SED=/bin/sed
-ac_cv_path_install='/usr/bin/install -c'
-ac_cv_path_mkdir=/bin/mkdir
-ac_cv_prog_AWK=mawk
-ac_cv_prog_CPP='gcc -E'
-ac_cv_prog_ac_ct_AR=ar
-ac_cv_prog_ac_ct_CC=gcc
-ac_cv_prog_ac_ct_OBJDUMP=objdump
-ac_cv_prog_ac_ct_RANLIB=ranlib
-ac_cv_prog_ac_ct_STRIP=strip
-ac_cv_prog_cc_c89=
-ac_cv_prog_cc_g=yes
-ac_cv_prog_make_make_set=yes
-ac_cv_safe_to_define___extensions__=yes
-ac_cv_target=i686-pc-linux-gnu
-ac_cv_type_int_fast32_t=yes
-ac_cv_type_int_least32_t=yes
-ac_cv_type_u_int64_t=no
-ac_cv_type_uint64_t=yes
-ac_cv_type_uintmax_t=yes
-ac_cv_type_uintptr_t=yes
-acx_cv_header_stdint=stdint.h
-acx_cv_header_stdint_kind='(already complete)'
-acx_cv_prog_cc_warning__W=yes
-acx_cv_prog_cc_warning__Wall=yes
-acx_cv_prog_cc_warning__Wcast_qual=yes
-acx_cv_prog_cc_warning__Wmissing_format_attribute=yes
-acx_cv_prog_cc_warning__Wmissing_prototypes=yes
-acx_cv_prog_cc_warning__Wold_style_definition=yes
-acx_cv_prog_cc_warning__Wstrict_prototypes=yes
-acx_cv_prog_cc_warning__Wwrite_strings=yes
-libbacktrace_cv_c_random_seed_string=yes
-libbacktrace_cv_c_unwind_tables=yes
-libbacktrace_cv_sys_atomic=no
-libbacktrace_cv_sys_filetype=elf32
-libbacktrace_cv_sys_native=yes
-libbacktrace_cv_sys_sync=yes
-lt_cv_archive_cmds_need_lc=no
-lt_cv_deplibs_check_method=pass_all
-lt_cv_file_magic_cmd='$MAGIC_CMD'
-lt_cv_file_magic_test_file=
-lt_cv_ld_reload_flag=-r
-lt_cv_nm_interface='BSD nm'
-lt_cv_objdir=.libs
-lt_cv_path_LD=/usr/bin/ld
-lt_cv_path_NM='/usr/bin/nm -B'
-lt_cv_prog_compiler_c_o=yes
-lt_cv_prog_compiler_pic_works=yes
-lt_cv_prog_compiler_rtti_exceptions=no
-lt_cv_prog_compiler_static_works=yes
-lt_cv_prog_gnu_ld=yes
-lt_cv_shlibpath_overrides_runpath=no
-lt_cv_sys_global_symbol_pipe='sed -n -e '\''s/^.*[	 ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[	 ][	 ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p'\'''
-lt_cv_sys_global_symbol_to_c_name_address='sed -n -e '\''s/^: \([^ ]*\) $/  {\"\1\", (void *) 0},/p'\'' -e '\''s/^[ABCDGIRSTW]* \([^ ]*\) \([^ ]*\)$/  {"\2", (void *) \&\2},/p'\'''
-lt_cv_sys_global_symbol_to_c_name_address_lib_prefix='sed -n -e '\''s/^: \([^ ]*\) $/  {\"\1\", (void *) 0},/p'\'' -e '\''s/^[ABCDGIRSTW]* \([^ ]*\) \(lib[^ ]*\)$/  {"\2", (void *) \&\2},/p'\'' -e '\''s/^[ABCDGIRSTW]* \([^ ]*\) \([^ ]*\)$/  {"lib\2", (void *) \&\2},/p'\'''
-lt_cv_sys_global_symbol_to_cdecl='sed -n -e '\''s/^T .* \(.*\)$/extern int \1();/p'\'' -e '\''s/^[ABCDGIRSTW]* .* \(.*\)$/extern char \1;/p'\'''


More information about the pypy-commit mailing list