Bug#713103: iceweasel: FTBFS: ImportError: No module named _sysconfigdata_nd

Lucas Nussbaum lucas at lucas-nussbaum.net
Sat Jun 22 11:00:05 UTC 2013


Source: iceweasel
Version: 17.0.6esr-1
Severity: serious
Tags: jessie sid
User: debian-qa at lists.debian.org
Usertags: qa-ftbfs-20130620 qa-ftbfs
Justification: FTBFS on amd64

Hi,

During a rebuild of all packages in sid, your package failed to build on
amd64.

Relevant part:
> make[1]: Entering directory `/«PKGBUILDDIR»'
> touch stamps/dummy
> for dir in build/autoconf js/src/build/autoconf; do \
> 		for file in config.guess config.sub; do \
> 			sed -i '2!b;/^#/ i\exec "/usr/share/misc/'$file'" "$@"' $dir/$file; \
> 		done; \
> 	done
> chmod 755 configure js/src/configure
> touch stamps/prepare-configure
> mkdir build-xulrunner
> cd build-xulrunner && \
> 	MOZCONFIG=/«PKGBUILDDIR»/debian/xulrunner.mozconfig \
> 	ASFLAGS="-g" \
> 	CC="gcc" CXX="g++" CFLAGS="-fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security" CXXFLAGS="-fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security" CPPFLAGS="-D_FORTIFY_SOURCE=2" MOZILLA_OFFICIAL="" \
> 	../configure --host=x86_64-linux-gnu --build=x86_64-linux-gnu --prefix=/usr  \
> 		--with-default-mozilla-five-home=/usr/lib/xulrunner-17.0
> Adding configure options from /«PKGBUILDDIR»/debian/xulrunner.mozconfig:
>   --enable-application=xulrunner
>   --prefix=/usr
>   --enable-default-toolkit=cairo-gtk2
>   --enable-pango
>   --enable-system-cairo
>   --with-system-jpeg
>   --with-system-zlib
>   --with-system-bz2
>   --with-system-nspr
>   --with-system-nss
>   --enable-svg
>   --enable-mathml
>   --disable-pedantic
>   --disable-long-long-warning
>   --disable-gnomevfs
>   --disable-gconf
>   --enable-gio
>   --enable-extensions=-gnomevfs gio
>   --disable-gnomeui
>   --disable-mochitest
>   --disable-debug
>   --enable-canvas
>   --enable-readline
>   --disable-installer
>   --disable-javaxpcom
>   --disable-elf-dynstr-gc
>   --enable-system-hunspell
>   --disable-crashreporter
>   --enable-system-sqlite
>   --disable-strip
>   --disable-install-strip
>   --enable-url-classifier
>   --enable-startup-notification
>   --enable-system-ffi
>   --with-system-libevent
>   --with-system-libvpx
>   --enable-shared-js
>   --with-system-ply
> creating cache ./config.cache
> checking host system type... x86_64-pc-linux-gnu
> checking target system type... x86_64-pc-linux-gnu
> checking build system type... x86_64-pc-linux-gnu
> checking for gawk... no
> checking for mawk... mawk
> checking for perl5... no
> checking for perl... /usr/bin/perl
> checking for objcopy... /usr/bin/objcopy
> checking for gcc... gcc
> checking whether the C compiler (gcc -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security ) works... yes
> checking whether the C compiler (gcc -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security ) is a cross-compiler... no
> checking whether we are using GNU C... yes
> checking whether gcc accepts -g... yes
> checking for c++... g++
> checking whether the C++ compiler (g++ -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security ) works... yes
> checking whether the C++ compiler (g++ -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security ) is a cross-compiler... no
> checking whether we are using GNU C++... yes
> checking whether g++ accepts -g... yes
> checking for ranlib... ranlib
> checking for as... /usr/bin/as
> checking for ar... ar
> checking for ld... ld
> checking for strip... strip
> checking for windres... no
> checking how to run the C preprocessor... gcc -E
> checking how to run the C++ preprocessor... g++ -E
> checking for a BSD compatible install... /usr/bin/install -c
> checking whether ln -s works... yes
> checking for minimum required perl version >= 5.006... 5.014002
> checking for full perl installation... yes
> checking for python2.7... /usr/bin/python2.7
> checking for doxygen... :
> checking for autoconf... :
> checking for unzip... /usr/bin/unzip
> checking for zip... /usr/bin/zip
> checking for makedepend... no
> checking for xargs... /usr/bin/xargs
> checking for rpmbuild... :
> checking compiler version... gcc (Debian 4.8.1-3) 4.8.1
> Copyright (C) 2013 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.
> checking for gmake... no
> checking for make... /usr/bin/make
> checking for X... libraries , headers 
> checking for dnet_ntoa in -ldnet... no
> checking for dnet_ntoa in -ldnet_stub... no
> checking for gethostbyname... yes
> checking for connect... yes
> checking for remove... yes
> checking for shmat... yes
> checking for IceConnectionNumber in -lICE... yes
> checking that static assertion macros used in autoconf tests work... yes
> checking for --noexecstack option to as... yes
> checking for -z noexecstack option to ld... yes
> checking for -mssse3 option to gcc... yes
> checking whether the C compiler supports -Werror=return-type... yes
> checking whether the C compiler supports -Wtype-limits... yes
> checking whether the C compiler supports -Wempty-body... yes
> checking whether the C compiler supports -Wno-overlength-strings... yes
> checking whether the C++ compiler supports -Werror=return-type... yes
> checking whether the C++ compiler supports -Wtype-limits... yes
> checking whether the C++ compiler supports -Wempty-body... yes
> checking whether the C++ compiler supports -Wno-overlength-strings... yes
> checking whether the C++ compiler supports -Wno-invalid-offsetof... yes
> checking whether the C++ compiler supports -Wno-variadic-macros... yes
> checking whether ld has archive extraction flags... yes
> checking for 64-bit OS... yes
> checking for Python version >= 2.5 but not 3.x... yes
> checking for custom <stdint.h> implementation... none specified
> checking whether the linker supports Identical Code Folding... no
> checking whether removing dead symbols breaks debugging... no
> checking for ANSI C header files... yes
> checking for working const... yes
> checking for mode_t... yes
> checking for off_t... yes
> checking for pid_t... yes
> checking for size_t... yes
> checking for __stdcall... no
> checking for ssize_t... yes
> checking for st_blksize in struct stat... yes
> checking for siginfo_t... yes
> checking for int64... no
> checking for uint... yes
> checking for uint_t... no
> checking for uname.domainname... yes
> checking for uname.__domainname... no
> checking for gcc c++0x headers bug without rtti... no
> checking for usable char16_t (2 bytes, unsigned)... yes
> checking for usable wchar_t (2 bytes, unsigned)... no
> checking for nullptr... yes
> checking for visibility(hidden) attribute... yes
> checking for visibility(default) attribute... yes
> checking for visibility pragma support... yes
> checking For gcc visibility bug with class-level attributes (GCC bug 26905)... no
> checking For x86_64 gcc visibility bug with builtins (GCC bug 20297)... no
> checking for gcc PR49911... no
> checking for __force_align_arg_pointer__ attribute... no
> checking for dirent.h that defines DIR... yes
> checking for opendir in -ldir... no
> checking for sys/byteorder.h... no
> checking for compat.h... no
> checking for getopt.h... yes
> checking for sys/bitypes.h... yes
> checking for memory.h... yes
> checking for unistd.h... yes
> checking for gnu/libc-version.h... yes
> checking for nl_types.h... yes
> checking for malloc.h... yes
> checking for X11/XKBlib.h... yes
> checking for io.h... no
> checking for cpuid.h... yes
> checking for sys/statvfs.h... yes
> checking for sys/statfs.h... yes
> checking for sys/vfs.h... yes
> checking for sys/mount.h... yes
> checking for sys/quota.h... yes
> checking for sys/sysmacros.h... yes
> checking for linux/quota.h... yes
> checking for mmintrin.h... yes
> checking for new... yes
> checking for sys/cdefs.h... yes
> checking for linux/perf_event.h... yes
> checking for perf_event_open system call... yes
> checking for gethostbyname_r in -lc_r... no
> checking for library containing dlopen... -ldl
> checking for dlfcn.h... yes
> checking for dladdr... yes
> checking for memmem... yes
> checking for socket in -lsocket... no
> checking for XDrawLines in -lX11... yes
> checking for XextAddDisplay in -lXext... yes
> checking for XtFree in -lXt... yes
> checking for XShmCreateImage in -lXext... yes
> checking for X11/extensions/scrnsaver.h... no
> checking for pthread_create in -lpthreads... no
> checking for pthread_create in -lpthread... yes
> checking whether gcc accepts -pthread... yes
> checking whether gcc needs -traditional... no
> checking for 8-bit clean memcmp... yes
> checking for random... yes
> checking for strerror... yes
> checking for lchown... yes
> checking for fchmod... yes
> checking for snprintf... yes
> checking for statvfs... yes
> checking for memmove... yes
> checking for rint... no
> checking for stat64... yes
> checking for lstat64... yes
> checking for truncate64... yes
> checking for statvfs64... yes
> checking for setbuf... yes
> checking for isatty... yes
> checking for flockfile... yes
> checking for getpagesize... yes
> checking for localtime_r... yes
> checking for strtok_r... yes
> checking for clock_gettime(CLOCK_MONOTONIC)... 
> checking for wcrtomb... yes
> checking for mbrtowc... yes
> checking for res_ninit()... yes
> checking for gnu_get_libc_version()... yes
> checking for iconv in -lc... yes
> checking for iconv()... yes
> checking for iconv() with const input... no
> checking for nl_langinfo and CODESET... yes
> checking for an implementation of va_copy()... yes
> checking for an implementation of __va_copy()... yes
> checking whether va_lists can be copied by value... no
> checking for modern C++ template specialization syntax support... yes
> checking whether partial template specialization works... yes
> checking whether the C++ "using" keyword resolves ambiguity... yes
> checking for C++ dynamic_cast to void*... yes
> checking whether C++ requires implementation of unused virtual methods... yes
> checking for trouble comparing to zero near std::operator!=()... no
> checking for __thread keyword for TLS variables... yes
> checking for malloc.h... (cached) yes
> checking for strndup... yes
> checking for posix_memalign... yes
> checking for memalign... yes
> checking for valloc... yes
> checking for __attribute__((always_inline))... yes
> checking for __attribute__((malloc))... yes
> checking for __attribute__((warn_unused_result))... yes
> checking for LC_MESSAGES... yes
> checking for localeconv... yes
> checking for nspr-config... /usr/bin/nspr-config
> checking for NSPR - version >= 4.9.2... yes
> checking for event.h... yes
> checking for event_init in -levent... yes
> checking for nss-config... /usr/bin/nss-config
> checking for NSS - version >= 3.13.2... yes
> checking for YASM assembler... checking for yasm... no
> checking for jpeg_destroy_compress in -ljpeg... yes
> checking for gzread in -lz... yes
> checking for BZ2_bzread in -lbz2... yes
> checking for pkg-config... /usr/bin/pkg-config
> checking for hunspell... yes
> checking MOZ_HUNSPELL_CFLAGS... -I/usr/include/hunspell  
> checking MOZ_HUNSPELL_LIBS... -lhunspell-1.3  
> checking for libffi >= 3.0.9... yes
> checking MOZ_FFI_CFLAGS...  
> checking MOZ_FFI_LIBS... -lffi  
> checking for application to build... xulrunner
> checking if app-specific confvars.sh exists... ../xulrunner/confvars.sh
> checking for gtk+-2.0 >= 2.10.0 gtk+-unix-print-2.0 glib-2.0 gobject-2.0 gdk-x11-2.0... yes
> checking MOZ_GTK2_CFLAGS... -pthread -I/usr/include/gtk-2.0 -I/usr/lib/x86_64-linux-gnu/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/pango-1.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/libdrm -I/usr/include/harfbuzz -I/usr/include/gtk-unix-print-2.0  
> checking MOZ_GTK2_LIBS... -lgtk-x11-2.0 -latk-1.0 -lgio-2.0 -lpangoft2-1.0 -lfreetype -lfontconfig -lgdk-x11-2.0 -lpangocairo-1.0 -lgdk_pixbuf-2.0 -lpango-1.0 -lcairo -lgobject-2.0 -lglib-2.0  
> checking for libstartup-notification-1.0 >= 0.8... yes
> checking MOZ_STARTUP_NOTIFICATION_CFLAGS... -I/usr/include/startup-notification-1.0  
> checking MOZ_STARTUP_NOTIFICATION_LIBS... -lstartup-notification-1  
> checking for pango >= 1.14.0... yes
> checking _PANGOCHK_CFLAGS... -pthread -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include  
> checking _PANGOCHK_LIBS... -lpango-1.0 -lgobject-2.0 -lglib-2.0  
> checking for pango >= 1.14.0 pangoft2 >= 1.14.0 pangocairo >= 1.14.0... yes
> checking MOZ_PANGO_CFLAGS... -pthread -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/harfbuzz -I/usr/include/freetype2 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng12 -I/usr/include/libdrm  
> checking MOZ_PANGO_LIBS... -lpangoft2-1.0 -lfreetype -lfontconfig -lpangocairo-1.0 -lpango-1.0 -lcairo -lgobject-2.0 -lglib-2.0  
> checking for gtk+-2.0 >= 2.14... yes
> checking _GTKCHECK_CFLAGS... -pthread -I/usr/include/gtk-2.0 -I/usr/lib/x86_64-linux-gnu/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/pango-1.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/libdrm -I/usr/include/harfbuzz  
> checking _GTKCHECK_LIBS... -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgio-2.0 -lpangoft2-1.0 -lpangocairo-1.0 -lgdk_pixbuf-2.0 -lcairo -lpango-1.0 -lfreetype -lfontconfig -lgobject-2.0 -lglib-2.0  
> checking for gio-2.0 >= 2.18... yes
> checking MOZ_GIO_CFLAGS... -pthread -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include  
> checking MOZ_GIO_LIBS... -lgio-2.0 -lgobject-2.0 -lglib-2.0  
> checking for dbus-1 >= 0.60... yes
> checking MOZ_DBUS_CFLAGS... -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include  
> checking MOZ_DBUS_LIBS... -ldbus-1  
> checking for dbus-glib-1 >= 0.60... yes
> checking MOZ_DBUS_GLIB_CFLAGS... -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include  
> checking MOZ_DBUS_GLIB_LIBS... -ldbus-glib-1 -ldbus-1 -lgobject-2.0 -lglib-2.0  
> checking __attribute__ ((aligned ())) support... trying 64
> 64
> checking for vpx >= 1.0.0... yes
> checking MOZ_LIBVPX_CFLAGS...  
> checking MOZ_LIBVPX_LIBS... -lvpx  
> checking for vpx/vpx_decoder.h... yes
> checking for vpx_codec_dec_init_ver in -lvpx... yes
> checking for alsa... yes
> checking MOZ_ALSA_CFLAGS... -I/usr/include/alsa  
> checking MOZ_ALSA_LIBS... -lasound  
> checking for java... :
> checking for javac... :
> checking for jar... :
> checking for tar archiver... checking for gnutar... no
> checking for gtar... no
> checking for tar... tar
> tar
> checking for wget... checking for wget... no
> 
> checking for sqlite3 >= 3.7.13... yes
> checking SQLITE_CFLAGS...  
> checking SQLITE_LIBS... -lsqlite3  
> checking for SQLITE_SECURE_DELETE support in system SQLite... yes
> checking for SQLITE_THREADSAFE support in system SQLite... yes
> checking for SQLITE_ENABLE_FTS3 support in system SQLite... yes
> checking for SQLITE_ENABLE_UNLOCK_NOTIFY support in system SQLite... yes
> checking for conic... checking for valid optimization flags... yes
> checking size of int *... 8
> checking whether linker creates PT_GNU_RELRO segments... no
> checking for __cxa_demangle... yes
> checking for unwind.h... yes
> checking for _Unwind_Backtrace... yes
> checking for -pipe support... yes
> checking whether C compiler supports -fprofile-generate... yes
> checking for correct overload resolution with const and templates... no
> checking what kind of list files are supported by the linker... linkerscript
> checking what kind of ordering can be done with the linker... none
> checking for glib-2.0 >= 1.3.7 gobject-2.0... yes
> checking GLIB_CFLAGS... -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include  
> checking GLIB_LIBS... -lgobject-2.0 -lglib-2.0  
> checking for freetype2 >= 6.1.0... yes
> checking FT2_CFLAGS... -I/usr/include/freetype2  
> checking FT2_LIBS... -lfreetype  
> checking for FT_Bitmap_Size.y_ppem... yes
> checking for FT_GlyphSlot_Embolden... yes
> checking for FT_Load_Sfnt_Table... yes
> checking for FT_Select_Size... yes
> checking for fontconfig/fcfreetype.h... yes
> checking for fontconfig... yes
> checking _FONTCONFIG_CFLAGS...  
> checking _FONTCONFIG_LIBS... -lfontconfig  
> checking for pixman-1 >= 0.19.2... yes
> checking PIXMAN_CFLAGS... -I/usr/include/pixman-1  
> checking PIXMAN_LIBS... -lpixman-1  
> checking for stdint.h... yes
> checking for inttypes.h... yes
> checking for sys/int_types.h... no
> checking for cairo >= 1.10... yes
> checking CAIRO_CFLAGS... -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/libdrm  
> checking CAIRO_LIBS... -lcairo  
> checking for cairo-tee >= 1.10... yes
> checking CAIRO_TEE_CFLAGS... -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/libdrm  
> checking CAIRO_TEE_LIBS... -lcairo  
> checking for cairo-xlib-xrender >= 1.10... yes
> checking CAIRO_XRENDER_CFLAGS... -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/libdrm  
> checking CAIRO_XRENDER_LIBS... -lXrender -lcairo -lXext -lX11  
> checking for iwlib.h... yes
> checking for posix_fallocate... yes
> checking for GL/glx.h... yes
> Creating Python virtualenv
> New python executable in ./_virtualenv/bin/python2.7
> Also creating executable in ./_virtualenv/bin/python
> Installing setuptools...................................
>   Complete output from command /build/iceweasel-JrK...ualenv/bin/python2.7 -c "#!python
> \"\"\"Bootstra...sys.argv[1:])
> 
> 
> 
> 
> 
> 
> " /build/iceweasel-JrK...ols-0.6c11-py2.7.egg:
>   Traceback (most recent call last):
>   File "<string>", line 279, in <module>
>   File "<string>", line 240, in main
>   File "/«PKGBUILDDIR»/python/virtualenv/virtualenv_support/setuptools-0.6c11-py2.7.egg/setuptools/command/easy_install.py", line 1712, in main
>   File "/«PKGBUILDDIR»/python/virtualenv/virtualenv_support/setuptools-0.6c11-py2.7.egg/setuptools/command/easy_install.py", line 1700, in with_ei_usage
>   File "/«PKGBUILDDIR»/python/virtualenv/virtualenv_support/setuptools-0.6c11-py2.7.egg/setuptools/command/easy_install.py", line 1716, in <lambda>
>   File "/usr/lib/python2.7/distutils/core.py", line 152, in setup
>     dist.run_commands()
>   File "/usr/lib/python2.7/distutils/dist.py", line 953, in run_commands
>     self.run_command(cmd)
>   File "/usr/lib/python2.7/distutils/dist.py", line 971, in run_command
>     cmd_obj.ensure_finalized()
>   File "/usr/lib/python2.7/distutils/cmd.py", line 109, in ensure_finalized
>     self.finalize_options()
>   File "/«PKGBUILDDIR»/python/virtualenv/virtualenv_support/setuptools-0.6c11-py2.7.egg/setuptools/command/easy_install.py", line 125, in finalize_options
>   File "/«PKGBUILDDIR»/python/virtualenv/virtualenv_support/setuptools-0.6c11-py2.7.egg/setuptools/command/easy_install.py", line 1121, in _expand
>   File "/usr/lib/python2.7/distutils/cmd.py", line 312, in get_finalized_command
>     cmd_obj.ensure_finalized()
>   File "/usr/lib/python2.7/distutils/cmd.py", line 109, in ensure_finalized
>     self.finalize_options()
>   File "/«PKGBUILDDIR»/python/virtualenv/virtualenv_support/setuptools-0.6c11-py2.7.egg/setuptools/command/install.py", line 32, in finalize_options
>   File "/usr/lib/python2.7/distutils/command/install.py", line 321, in finalize_options
>     (prefix, exec_prefix) = get_config_vars('prefix', 'exec_prefix')
>   File "/«PKGBUILDDIR»/build-xulrunner/_virtualenv/lib/python2.7/distutils/__init__.py", line 85, in sysconfig_get_config_vars
>     real_vars = old_get_config_vars(*args)
>   File "/usr/lib/python2.7/distutils/sysconfig.py", line 495, in get_config_vars
>     func()
>   File "/usr/lib/python2.7/distutils/sysconfig.py", line 439, in _init_posix
>     from _sysconfigdata import build_time_vars
>   File "/usr/lib/python2.7/_sysconfigdata.py", line 6, in <module>
>     from _sysconfigdata_nd import *
> ImportError: No module named _sysconfigdata_nd
> ----------------------------------------
> ...Installing setuptools...done.
> Traceback (most recent call last):
>   File "/«PKGBUILDDIR»/python/virtualenv/virtualenv.py", line 2427, in <module>
>     main()
>   File "/«PKGBUILDDIR»/python/virtualenv/virtualenv.py", line 939, in main
>     never_download=options.never_download)
>   File "/«PKGBUILDDIR»/python/virtualenv/virtualenv.py", line 1049, in create_environment
>     search_dirs=search_dirs, never_download=never_download)
>   File "/«PKGBUILDDIR»/python/virtualenv/virtualenv.py", line 598, in install_setuptools
>     search_dirs=search_dirs, never_download=never_download)
>   File "/«PKGBUILDDIR»/python/virtualenv/virtualenv.py", line 570, in _install_req
>     cwd=cwd)
>   File "/«PKGBUILDDIR»/python/virtualenv/virtualenv.py", line 1017, in call_subprocess
>     % (cmd_desc, proc.returncode))
> OSError: Command /build/iceweasel-JrK...ualenv/bin/python2.7 -c "#!python
> \"\"\"Bootstra...sys.argv[1:])
> 
> 
> 
> 
> 
> 
> " /build/iceweasel-JrK...ols-0.6c11-py2.7.egg failed with error code 1
> Populating Python virtualenv
> 
> ---------------------------------------------------------------------------
> This script requires setuptools version 0.6c11 to run (even to display
> help).  I will attempt to download it for you (from
> http://pypi.python.org/packages/2.7/s/setuptools/), but
> you may need to enable firewall access for this script first.
> I will start the download in 15 seconds.
> 
> (Note: if this machine does not have network access, please obtain the file
> 
>    http://pypi.python.org/packages/2.7/s/setuptools/setuptools-0.6c11-py2.7.egg
> 
> and place it in this directory before rerunning this script.)
> ---------------------------------------------------------------------------
> Downloading http://pypi.python.org/packages/2.7/s/setuptools/setuptools-0.6c11-py2.7.egg
> running develop
> Traceback (most recent call last):
>   File "/«PKGBUILDDIR»/python/simplejson-2.1.1/setup.py", line 103, in <module>
>     run_setup(False)
>   File "/«PKGBUILDDIR»/python/simplejson-2.1.1/setup.py", line 99, in run_setup
>     cmdclass={'build_ext': ve_build_ext},
>   File "/usr/lib/python2.7/distutils/core.py", line 152, in setup
>     dist.run_commands()
>   File "/usr/lib/python2.7/distutils/dist.py", line 953, in run_commands
>     self.run_command(cmd)
>   File "/usr/lib/python2.7/distutils/dist.py", line 971, in run_command
>     cmd_obj.ensure_finalized()
>   File "/usr/lib/python2.7/distutils/cmd.py", line 109, in ensure_finalized
>     self.finalize_options()
>   File "/«PKGBUILDDIR»/python/simplejson-2.1.1/setuptools-0.6c11-py2.7.egg/setuptools/command/develop.py", line 50, in finalize_options
>   File "/«PKGBUILDDIR»/python/simplejson-2.1.1/setuptools-0.6c11-py2.7.egg/setuptools/command/easy_install.py", line 125, in finalize_options
>   File "/«PKGBUILDDIR»/python/simplejson-2.1.1/setuptools-0.6c11-py2.7.egg/setuptools/command/easy_install.py", line 1121, in _expand
>   File "/usr/lib/python2.7/distutils/cmd.py", line 312, in get_finalized_command
>     cmd_obj.ensure_finalized()
>   File "/usr/lib/python2.7/distutils/cmd.py", line 109, in ensure_finalized
>     self.finalize_options()
>   File "/«PKGBUILDDIR»/python/simplejson-2.1.1/setuptools-0.6c11-py2.7.egg/setuptools/command/install.py", line 32, in finalize_options
>   File "/usr/lib/python2.7/distutils/command/install.py", line 321, in finalize_options
>     (prefix, exec_prefix) = get_config_vars('prefix', 'exec_prefix')
>   File "/«PKGBUILDDIR»/build-xulrunner/_virtualenv/lib/python2.7/distutils/__init__.py", line 85, in sysconfig_get_config_vars
>     real_vars = old_get_config_vars(*args)
>   File "/usr/lib/python2.7/distutils/sysconfig.py", line 495, in get_config_vars
>     func()
>   File "/usr/lib/python2.7/distutils/sysconfig.py", line 439, in _init_posix
>     from _sysconfigdata import build_time_vars
>   File "/usr/lib/python2.7/_sysconfigdata.py", line 6, in <module>
>     from _sysconfigdata_nd import *
> ImportError: No module named _sysconfigdata_nd
> Traceback (most recent call last):
>   File "/«PKGBUILDDIR»/build/virtualenv/populate_virtualenv.py", line 69, in <module>
>     populate_virtualenv(sys.argv[1], sys.argv[2])
>   File "/«PKGBUILDDIR»/build/virtualenv/populate_virtualenv.py", line 42, in populate_virtualenv
>     package[2:])
>   File "/«PKGBUILDDIR»/build/virtualenv/populate_virtualenv.py", line 63, in call_setup
>     raise Exception('Error installing package: %s' % directory)
> Exception: Error installing package: /«PKGBUILDDIR»/python/simplejson-2.1.1
> make[1]: *** [stamps/configure-xulrunner] Error 1

The full build log is available from:
   http://aws-logs.debian.net/ftbfs-logs/2013/06/20/iceweasel_17.0.6esr-1_unstable.log

A list of current common problems and possible solutions is available at 
http://wiki.debian.org/qa.debian.org/FTBFS . You're welcome to contribute!

About the archive rebuild: The rebuild was done on EC2 VM instances from
Amazon Web Services, using a clean, minimal and up-to-date chroot. Every
failed build was retried once to eliminate random failures.



More information about the pkg-mozilla-maintainers mailing list