[Collab-qa-commits] r755 - in collab-qa-tools: . bin lib/collab-qa test/dest test/source

lucas at alioth.debian.org lucas at alioth.debian.org
Wed Apr 2 11:00:51 UTC 2008


Author: lucas
Date: 2008-04-02 11:00:50 +0000 (Wed, 02 Apr 2008)
New Revision: 755

Added:
   collab-qa-tools/test/dest/conduit_0.3.9-1_sid32.buildoutput
   collab-qa-tools/test/dest/libnet-server-mail-perl_0.16-3_sid32.buildoutput
   collab-qa-tools/test/source/conduit_0.3.9-1_sid32.buildlog
   collab-qa-tools/test/source/libnet-server-mail-perl_0.16-3_sid32.buildlog
Removed:
   collab-qa-tools/InstalledFiles
Modified:
   collab-qa-tools/bin/cqa-rb
   collab-qa-tools/lib/collab-qa/log-parser.rb
Log:
cqa-tools improvements

Deleted: collab-qa-tools/InstalledFiles
===================================================================
--- collab-qa-tools/InstalledFiles	2008-04-02 08:29:02 UTC (rev 754)
+++ collab-qa-tools/InstalledFiles	2008-04-02 11:00:50 UTC (rev 755)
@@ -1 +0,0 @@
-/usr/bin/cqa-fetchbugs

Modified: collab-qa-tools/bin/cqa-rb
===================================================================
--- collab-qa-tools/bin/cqa-rb	2008-04-02 08:29:02 UTC (rev 754)
+++ collab-qa-tools/bin/cqa-rb	2008-04-02 11:00:50 UTC (rev 755)
@@ -48,7 +48,7 @@
 end
 
 File::open(".mail.#{log.package}", "w") do |f|
-  f.puts log.to_mail(DATE, ENV['DEBFULLNAME'], ENV['DEBEMAIL'])
+  f.puts log.to_mail(DATE, ENV['DEBFULLNAME'], ENV['DEBEMAIL'], ENV['BUGTYPE'])
 end
 
 cmd = "/usr/bin/mutt -e 'set autoedit' -H .mail.#{log.package}"

Modified: collab-qa-tools/lib/collab-qa/log-parser.rb
===================================================================
--- collab-qa-tools/lib/collab-qa/log-parser.rb	2008-04-02 08:29:02 UTC (rev 754)
+++ collab-qa-tools/lib/collab-qa/log-parser.rb	2008-04-02 11:00:50 UTC (rev 755)
@@ -49,6 +49,7 @@
       [ / not in arch list: \w+ -- skipping$/, 'NOTINARCH' ],
       [ /dpkg-shlibdeps: failure/, 'DPKGSHLIB' ],
       [ /^After installing, the following source dependencies are still unsatisfied:$/, 'BDEPUNSAT'],
+      [ /^ImportError:/, 'PYIMPORT'],
     ]
 
     GCC_LINES = [
@@ -291,7 +292,9 @@
       /: command not found$/i,
       /: missing operand$/,
       /LaTeX Error: /,
-      /: error CS\d+: /
+      /: error CS\d+: /,
+      /; use `pycentral pycentraldir' to determine the installation directory/,
+      /^ImportError:/
     ]
 
     POSSIBLE_CUTS = [
@@ -323,7 +326,8 @@
       elsif not (l2 = lines.grep_index(/^Build finished at/)).empty?
         ef = l2[0]
       else
-        raise "WHERE SHOULD I STOP?"
+        # stop at end.
+        ef = lines.length - 1
       end
       # try to reduce extract
       lines = lines[0..ef]
@@ -380,11 +384,53 @@
       s
     end
 
-    def to_mail(date, fullname, email)
+    def to_mail(date, fullname, email, bugtype)
       sdate = date.gsub(/\//, '')
-      s = <<-EOF
+      if bugtype == "dash"
+        s = <<-EOF
 From: #{fullname} <#{email}>
 To: submit at bugs.debian.org
+Subject: #{@package}: FTBFS with dash: #{@sum_1l}
+
+Package: #{@package}
+Version: #{@version}
+Severity: important
+User: debian-qa at lists.debian.org
+Usertags: qa-ftbfs-dash-#{sdate} qa-ftbfs-dash
+
+Hi,
+
+During a rebuild of all packages in sid using /bin/dash as /bin/sh,
+your package failed to build.
+
+Relevant part:
+> #{@extract.join("\n> ")}
+
+The full build log is available from:
+   http://people.debian.org/~lucas/logs/#{date}
+
+This bug is part of the "dash" release goal (see
+http://release.debian.org/lenny/goals.txt). If you intend to fix this
+bug yourself, please do so ASAP (and please indicate so in the bug
+log, by tagging it "pending", for example). If you don't, someone will
+probably take care of preparing an NMU (please note that 0-day NMU
+rules apply for bugs part of a release goal).
+
+If you want more information about dash as /bin/sh, you can read:
+http://lists.debian.org/debian-release/2008/01/msg00189.html
+https://wiki.ubuntu.com/DashAsBinSh
+
+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 about 50 AMD64 nodes
+of the Grid'5000 platform, using a clean chroot containing a sid i386
+environment.  Internet was not accessible from the build systems.
+EOF
+      else
+        s = <<-EOF
+From: #{fullname} <#{email}>
+To: submit at bugs.debian.org
 Subject: #{@package}: FTBFS: #{@sum_1l}
 
 Package: #{@package}
@@ -411,6 +457,7 @@
 of the Grid'5000 platform, using a clean chroot containing a sid i386
 environment.  Internet was not accessible from the build systems.
 EOF
+      end
       return s
     end
   end

Added: collab-qa-tools/test/dest/conduit_0.3.9-1_sid32.buildoutput
===================================================================
--- collab-qa-tools/test/dest/conduit_0.3.9-1_sid32.buildoutput	                        (rev 0)
+++ collab-qa-tools/test/dest/conduit_0.3.9-1_sid32.buildoutput	2008-04-02 11:00:50 UTC (rev 755)
@@ -0,0 +1,104 @@
+conduit 0.3.9-1 Failed 67.976461
+Reason: PYIMPORT
+
+1-line summary:
+ImportError: No module named dbus
+
+multi-line summary:
+ImportError: No module named dbus
+
+excerpt for mail:
+ /usr/bin/fakeroot debian/rules clean
+dpatch  deapply-all  
+01_conduit.desktop not applied to ./ .
+rm -rf patch-stamp patch-stampT debian/patched
+dh_testdir
+dh_testroot
+rm -f build-stamp configure-stamp
+[ ! -f Makefile ] || /usr/bin/make clean
+rm -rf debian/patched
+dh_clean 
+ dpkg-source -b conduit-0.3.9
+dpkg-source: building conduit using existing conduit_0.3.9.orig.tar.gz
+dpkg-source: building conduit in conduit_0.3.9-1.diff.gz
+dpkg-source: warning: executable mode 0755 of 'debian/patches/01_conduit.desktop.dpatch' will not be represented in diff
+dpkg-source: building conduit in conduit_0.3.9-1.dsc
+ debian/rules build
+test -d debian/patched || install -d debian/patched
+dpatch  apply-all  
+applying patch 01_conduit.desktop to ./ ... ok.
+dpatch  cat-all  >>patch-stampT
+mv -f patch-stampT patch-stamp
+dh_testdir
+./configure  --enable-maintainer-mode \
+        	    --prefix=/usr --mandir=\${prefix}/share/man \
+		    --infodir=\${prefix}/share/info --disable-scrollkeeper
+checking for a BSD-compatible install... /usr/bin/install -c
+checking whether build environment is sane... yes
+checking for gawk... no
+checking for mawk... mawk
+checking whether make sets $(MAKE)... yes
+checking whether to enable maintainer-specific portions of Makefiles... yes
+checking for style of include used by make... GNU
+checking for gcc... gcc
+checking for C compiler default output file name... a.out
+checking whether the C compiler works... yes
+checking whether we are cross compiling... no
+checking for suffix of executables... 
+checking for suffix of object files... o
+checking whether we are using the GNU C compiler... yes
+checking whether gcc accepts -g... yes
+checking for gcc option to accept ISO C89... none needed
+checking dependency style of gcc... none
+checking how to run the C preprocessor... gcc -E
+checking for grep that handles long lines and -e... /bin/grep
+checking for egrep... /bin/grep -E
+checking for ANSI C header files... yes
+checking for sys/types.h... yes
+checking for sys/stat.h... yes
+checking for stdlib.h... yes
+checking for string.h... yes
+checking for memory.h... yes
+checking for strings.h... yes
+checking for inttypes.h... yes
+checking for stdint.h... yes
+checking for unistd.h... yes
+checking build system type... i686-pc-linux-gnu
+checking host system type... i686-pc-linux-gnu
+checking locale.h usability... yes
+checking locale.h presence... yes
+checking for locale.h... yes
+checking for LC_MESSAGES... yes
+checking libintl.h usability... yes
+checking libintl.h presence... yes
+checking for libintl.h... yes
+checking for ngettext in libc... yes
+checking for dgettext in libc... yes
+checking for bind_textdomain_codeset... yes
+checking for msgfmt... /usr/bin/msgfmt
+checking for dcgettext... yes
+checking if msgfmt accepts -c... yes
+checking for gmsgfmt... /usr/bin/msgfmt
+checking for xgettext... /usr/bin/xgettext
+checking for intltool >= 0.35.0... 0.36.2 found
+checking for perl... /usr/bin/perl
+checking for XML::Parser... ok
+checking for pkg-config... /usr/bin/pkg-config
+checking pkg-config is at least version 0.9.0... yes
+checking for a Python interpreter with version >= 2.4... python
+checking for python... /usr/bin/python
+checking for python version... 2.4
+checking for python platform... linux2
+checking for python script directory... ${prefix}/lib/python2.4/site-packages
+checking for python extension module directory... ${exec_prefix}/lib/python2.4/site-packages
+checking for python module vobject... yes
+checking for python module dateutil... yes
+checking for 0.9.0 of goocanvas... /var/lib/python-support/python2.4/gtk-2.0/gtk/__init__.py:72: GtkWarning: could not open display
+  warnings.warn(str(e), _gtk.Warning)
+yes
+checking for 0.80.0 of dbus... Traceback (most recent call last):
+  File "<string>", line 2, in ?
+ImportError: No module named dbus
+no
+configure: error: Python module dbus >= 0.80.0 required to run Conduit
+make: *** [configure-stamp] Error 1

Added: collab-qa-tools/test/dest/libnet-server-mail-perl_0.16-3_sid32.buildoutput
===================================================================
--- collab-qa-tools/test/dest/libnet-server-mail-perl_0.16-3_sid32.buildoutput	                        (rev 0)
+++ collab-qa-tools/test/dest/libnet-server-mail-perl_0.16-3_sid32.buildoutput	2008-04-02 11:00:50 UTC (rev 755)
@@ -0,0 +1,22 @@
+libnet-server-mail-perl 0.16-3 Unknown 0
+Reason: UNKNOWN
+
+1-line summary:
+XXX
+
+multi-line summary:
+UNKNOWN
+
+excerpt for mail:
+make[1]: Entering directory `/build/user/libnet-server-mail-perl-0.16'
+PERL_DL_NONLAZY=1 /usr/bin/perl "-MExtUtils::Command::MM" "-e" "test_harness(0, 'blib/lib', 'blib/arch')" t/*.t
+t/esmtp....Use of uninitialized value in getprotobynumber at /usr/lib/perl/5.8/IO/Socket/INET.pm line 133.
+Use of uninitialized value in socket at /usr/lib/perl/5.8/IO/Socket.pm line 80.
+Use of uninitialized value in socket at /usr/lib/perl/5.8/IO/Socket.pm line 80.
+Use of uninitialized value in getprotobynumber at /usr/lib/perl/5.8/IO/Socket/INET.pm line 133.
+Use of uninitialized value in socket at /usr/lib/perl/5.8/IO/Socket.pm line 80.
+Use of uninitialized value in socket at /usr/lib/perl/5.8/IO/Socket.pm line 80.
+Use of uninitialized value in getprotobynumber at /usr/lib/perl/5.8/IO/Socket/INET.pm line 133.
+Use of uninitialized value in socket at /usr/lib/perl/5.8/IO/Socket.pm line 80.
+Use of uninitialized value in socket at /usr/lib/perl/5.8/IO/Socket.pm line 80.
+Use of uninitialized value in getprotobynumber at /usr/lib/perl/5.8/IO/Socket/INET.pm line 133.

Added: collab-qa-tools/test/source/conduit_0.3.9-1_sid32.buildlog
===================================================================
--- collab-qa-tools/test/source/conduit_0.3.9-1_sid32.buildlog	                        (rev 0)
+++ collab-qa-tools/test/source/conduit_0.3.9-1_sid32.buildlog	2008-04-02 11:00:50 UTC (rev 755)
@@ -0,0 +1,873 @@
+DC-Build-Header: conduit 0.3.9-1 / Wed Apr 02 02:27:05 +0200 2008
+Automatic build of conduit_0.3.9-1 on bordereau-8.bordeaux.grid5000.fr by sbuild/amd64 0.57.0
+Build started at 20080402-0227
+******************************************************************************
+Failed to open ./conduit_0.3.9-1.dsc
+Checking available source versions...
+Fetching source files...
+Reading package lists...
+Building dependency tree...
+Reading state information...
+Need to get 900kB of source archives.
+Get:1 http://idpot.grenoble.grid5000.fr sid/main conduit 0.3.9-1 (dsc) [776B]
+Get:2 http://idpot.grenoble.grid5000.fr sid/main conduit 0.3.9-1 (tar) [894kB]
+Get:3 http://idpot.grenoble.grid5000.fr sid/main conduit 0.3.9-1 (diff) [5175B]
+Fetched 900kB in 0s (1189kB/s)
+Download complete and in download only mode
+** Using build dependencies supplied by package:
+Build-Depends: debhelper (>= 5.0.51~), dpatch, gnome-doc-utils, intltool, libdbus-1-dev, python-all-dev, python-gtk2-dev, python-pygoocanvas, python-support (>= 0.5.3), python-vobject
+Checking for already installed source dependencies...
+debhelper: missing
+Using default version 6.0.10
+dpatch: missing
+gnome-doc-utils: missing
+intltool: missing
+libdbus-1-dev: missing
+python-all-dev: missing
+python-gtk2-dev: missing
+python-pygoocanvas: missing
+python-support: missing
+Using default version 0.7.7
+python-vobject: missing
+Checking for source dependency conflicts...
+Reading package lists...
+Building dependency tree...
+Reading state information...
+The following extra packages will be installed:
+  autoconf automake1.7 autotools-dev bsdmainutils defoma file fontconfig
+  fontconfig-config gettext gettext-base groff-base html2text ifupdown
+  intltool-debian libatk1.0-0 libatk1.0-dev libcairo2 libcairo2-dev libcupsys2
+  libdatrie0 libdb4.5 libdbus-1-3 libexpat1 libexpat1-dev libffi-dev libffi5
+  libfontconfig1 libfontconfig1-dev libfreetype6 libfreetype6-dev libglib2.0-0
+  libglib2.0-dev libgomp1 libgtk2.0-0 libgtk2.0-common libgtk2.0-dev
+  libhtml-parser-perl libhtml-tagset-perl libhtml-tree-perl libice-dev libice6
+  libjpeg62 libkeyutils1 libkrb53 libmagic1 libncursesw5 libnewt0.52
+  libpango1.0-0 libpango1.0-common libpango1.0-dev libpcre3 libpng12-0
+  libpng12-dev libpopt0 libsm-dev libsm6 libsqlite3-0 libssl0.9.8 libthai-data
+  libthai0 libtiff4 liburi-perl libwww-perl libx11-6 libx11-data libx11-dev
+  libxau-dev libxau6 libxcomposite-dev libxcomposite1 libxcursor-dev
+  libxcursor1 libxdamage-dev libxdamage1 libxdmcp-dev libxdmcp6 libxext-dev
+  libxext6 libxfixes-dev libxfixes3 libxft-dev libxft2 libxi-dev libxi6
+  libxinerama-dev libxinerama1 libxml-parser-perl libxml2 libxml2-utils
+  libxrandr-dev libxrandr2 libxrender-dev libxrender1 libxslt1.1 m4 man-db
+  mime-support net-tools netbase pkg-config po-debconf python python-all
+  python-cairo python-central python-dateutil python-dev python-gobject
+  python-gobject-dev python-gtk2 python-libxml2 python-minimal python-numeric
+  python2.4 python2.4-dev python2.4-minimal python2.5 python2.5-dev
+  python2.5-minimal ttf-dejavu ttf-dejavu-core ttf-dejavu-extra ucf whiptail
+  x11-common x11proto-composite-dev x11proto-core-dev x11proto-damage-dev
+  x11proto-fixes-dev x11proto-input-dev x11proto-kb-dev x11proto-randr-dev
+  x11proto-render-dev x11proto-xext-dev x11proto-xinerama-dev xsltproc
+  xtrans-dev zlib1g-dev
+Suggested packages:
+  autobook autoconf-archive autoconf-doc autoconf2.13 gnu-standards libtool
+  wamerican wordlist whois vacation dh-make defoma-doc dfontmgr psfontmgr
+  x-ttcidfont-conf curl cvs gettext-doc groff iproute dhcp3-client dhcp-client
+  ppp libcairo2-doc cupsys-common libglib2.0-doc librsvg2-common libgtk2.0-doc
+  krb5-doc krb5-user ttf-arphic-bkai00mp ttf-arphic-bsmi00lp
+  ttf-arphic-gbsn00lp ttf-arphic-gkai00mp ttf-baekmuk ttf-kochi-gothic
+  ttf-kochi-mincho ttf-thryomanes imagemagick libpango1.0-doc
+  libio-socket-ssl-perl www-browser python-doc python-tk python-profiler
+  python-gobject-dbg python-gtk2-doc python-numeric-dbg python-numeric-ext
+  python-numeric-tutorial python2.4-doc binfmt-support python2.5-doc
+Recommended packages:
+  automake automaken libft-perl patchutils libatk1.0-data dbus libglib2.0-data
+  hicolor-icon-theme libgtk2.0-bin libgpmg1 libfribidi0 libcompress-zlib-perl
+  libhtml-format-perl libmailtools-perl xml-core libmail-box-perl
+  libmail-sendmail-perl docbook-xsl
+The following NEW packages will be installed:
+  autoconf automake1.7 autotools-dev bsdmainutils debhelper defoma dpatch file
+  fontconfig fontconfig-config gettext gettext-base gnome-doc-utils groff-base
+  html2text ifupdown intltool intltool-debian libatk1.0-0 libatk1.0-dev
+  libcairo2 libcairo2-dev libcupsys2 libdatrie0 libdb4.5 libdbus-1-3
+  libdbus-1-dev libexpat1 libexpat1-dev libffi-dev libffi5 libfontconfig1
+  libfontconfig1-dev libfreetype6 libfreetype6-dev libglib2.0-0 libglib2.0-dev
+  libgomp1 libgtk2.0-0 libgtk2.0-common libgtk2.0-dev libhtml-parser-perl
+  libhtml-tagset-perl libhtml-tree-perl libice-dev libice6 libjpeg62
+  libkeyutils1 libkrb53 libmagic1 libncursesw5 libnewt0.52 libpango1.0-0
+  libpango1.0-common libpango1.0-dev libpcre3 libpng12-0 libpng12-dev libpopt0
+  libsm-dev libsm6 libsqlite3-0 libssl0.9.8 libthai-data libthai0 libtiff4
+  liburi-perl libwww-perl libx11-6 libx11-data libx11-dev libxau-dev libxau6
+  libxcomposite-dev libxcomposite1 libxcursor-dev libxcursor1 libxdamage-dev
+  libxdamage1 libxdmcp-dev libxdmcp6 libxext-dev libxext6 libxfixes-dev
+  libxfixes3 libxft-dev libxft2 libxi-dev libxi6 libxinerama-dev libxinerama1
+  libxml-parser-perl libxml2 libxml2-utils libxrandr-dev libxrandr2
+  libxrender-dev libxrender1 libxslt1.1 m4 man-db mime-support net-tools
+  netbase pkg-config po-debconf python python-all python-all-dev python-cairo
+  python-central python-dateutil python-dev python-gobject python-gobject-dev
+  python-gtk2 python-gtk2-dev python-libxml2 python-minimal python-numeric
+  python-pygoocanvas python-support python-vobject python2.4 python2.4-dev
+  python2.4-minimal python2.5 python2.5-dev python2.5-minimal ttf-dejavu
+  ttf-dejavu-core ttf-dejavu-extra ucf whiptail x11-common
+  x11proto-composite-dev x11proto-core-dev x11proto-damage-dev
+  x11proto-fixes-dev x11proto-input-dev x11proto-kb-dev x11proto-randr-dev
+  x11proto-render-dev x11proto-xext-dev x11proto-xinerama-dev xsltproc
+  xtrans-dev zlib1g-dev
+0 upgraded, 148 newly installed, 0 to remove and 0 not upgraded.
+Need to get 55.3MB of archives.
+After this operation, 172MB of additional disk space will be used.
+WARNING: The following packages cannot be authenticated!
+  x11-common libice6 x11proto-core-dev libice-dev libsm6 libsm-dev libxau6
+  libxdmcp6 libx11-data libx11-6 libxau-dev libxdmcp-dev libxext6
+  x11proto-input-dev x11proto-xext-dev libxext-dev x11proto-kb-dev xtrans-dev
+  libx11-dev libxfixes3 libxcomposite1 x11proto-fixes-dev libxfixes-dev
+  x11proto-composite-dev libxcomposite-dev libxrender1 libxcursor1
+  x11proto-render-dev libxrender-dev libxcursor-dev libxdamage1
+  x11proto-damage-dev libxdamage-dev libexpat1 libfreetype6 ucf libmagic1 file
+  libnewt0.52 libpopt0 whiptail defoma ttf-dejavu-core ttf-dejavu-extra
+  ttf-dejavu fontconfig-config libfontconfig1 libxft2 libexpat1-dev zlib1g-dev
+  libfreetype6-dev libpcre3 libglib2.0-0 pkg-config libfontconfig1-dev
+  libxft-dev libxi6 libxi-dev libxinerama1 x11proto-xinerama-dev
+  libxinerama-dev libxrandr2 x11proto-randr-dev libxrandr-dev bsdmainutils
+  groff-base net-tools ifupdown libncursesw5 libssl0.9.8 man-db netbase
+  gettext-base libdb4.5 libkeyutils1 libkrb53 m4 mime-support
+  python2.4-minimal python2.4 python-minimal python python-central
+  python-support autoconf autotools-dev automake1.7 html2text libgomp1 gettext
+  intltool-debian po-debconf debhelper dpatch fontconfig libxml2 libxml2-utils
+  python-libxml2 libxslt1.1 xsltproc gnome-doc-utils liburi-perl
+  libhtml-tagset-perl libhtml-parser-perl libhtml-tree-perl libwww-perl
+  libxml-parser-perl intltool libatk1.0-0 libglib2.0-dev libatk1.0-dev
+  libpng12-0 libcairo2 libpng12-dev libcairo2-dev libcupsys2 libdatrie0
+  libdbus-1-3 libdbus-1-dev libgtk2.0-common libjpeg62 libpango1.0-common
+  libthai-data libthai0 libpango1.0-0 libtiff4 libgtk2.0-0 libpango1.0-dev
+  libgtk2.0-dev libsqlite3-0 python2.5-minimal python2.5 python-all
+  python2.4-dev python-dev python2.5-dev python-all-dev python-cairo
+  python-dateutil libffi5 python-gobject libffi-dev python-gobject-dev
+  python-numeric python-gtk2 python-gtk2-dev python-pygoocanvas python-vobject
+Authentication warning overridden.
+Get:1 http://idpot.grenoble.grid5000.fr sid/main x11-common 1:7.3+10 [345kB]
+Get:2 http://idpot.grenoble.grid5000.fr sid/main libice6 2:1.0.4-1 [46.6kB]
+Get:3 http://idpot.grenoble.grid5000.fr sid/main x11proto-core-dev 7.0.12-1 [89.6kB]
+Get:4 http://idpot.grenoble.grid5000.fr sid/main libice-dev 2:1.0.4-1 [55.1kB]
+Get:5 http://idpot.grenoble.grid5000.fr sid/main libsm6 2:1.0.3-1+b1 [21.8kB]
+Get:6 http://idpot.grenoble.grid5000.fr sid/main libsm-dev 2:1.0.3-1+b1 [24.3kB]
+Get:7 http://idpot.grenoble.grid5000.fr sid/main libxau6 1:1.0.3-2 [11.7kB]
+Get:8 http://idpot.grenoble.grid5000.fr sid/main libxdmcp6 1:1.0.2-2 [16.7kB]
+Get:9 http://idpot.grenoble.grid5000.fr sid/main libx11-data 2:1.0.3-7 [157kB]
+Get:10 http://idpot.grenoble.grid5000.fr sid/main libx11-6 2:1.0.3-7 [567kB]
+Get:11 http://idpot.grenoble.grid5000.fr sid/main libxau-dev 1:1.0.3-2 [15.4kB]
+Get:12 http://idpot.grenoble.grid5000.fr sid/main libxdmcp-dev 1:1.0.2-2 [19.8kB]
+Get:13 http://idpot.grenoble.grid5000.fr sid/main libxext6 2:1.0.4-1 [33.5kB]
+Get:14 http://idpot.grenoble.grid5000.fr sid/main x11proto-input-dev 1.4.3-2 [16.0kB]
+Get:15 http://idpot.grenoble.grid5000.fr sid/main x11proto-xext-dev 7.0.2-5 [41.7kB]
+Get:16 http://idpot.grenoble.grid5000.fr sid/main libxext-dev 2:1.0.4-1 [84.2kB]
+Get:17 http://idpot.grenoble.grid5000.fr sid/main x11proto-kb-dev 1.0.3-2 [26.8kB]
+Get:18 http://idpot.grenoble.grid5000.fr sid/main xtrans-dev 1.1-1 [73.7kB]
+Get:19 http://idpot.grenoble.grid5000.fr sid/main libx11-dev 2:1.0.3-7 [1269kB]
+Get:20 http://idpot.grenoble.grid5000.fr sid/main libxfixes3 1:4.0.3-2 [9572B]
+Get:21 http://idpot.grenoble.grid5000.fr sid/main libxcomposite1 1:0.4.0-1 [10.8kB]
+Get:22 http://idpot.grenoble.grid5000.fr sid/main x11proto-fixes-dev 4.0-2 [5640B]
+Get:23 http://idpot.grenoble.grid5000.fr sid/main libxfixes-dev 1:4.0.3-2 [12.1kB]
+Get:24 http://idpot.grenoble.grid5000.fr sid/main x11proto-composite-dev 1:0.4-2 [12.3kB]
+Get:25 http://idpot.grenoble.grid5000.fr sid/main libxcomposite-dev 1:0.4.0-1 [14.3kB]
+Get:26 http://idpot.grenoble.grid5000.fr sid/main libxrender1 1:0.9.4-1 [25.4kB]
+Get:27 http://idpot.grenoble.grid5000.fr sid/main libxcursor1 1:1.1.9-1 [24.0kB]
+Get:28 http://idpot.grenoble.grid5000.fr sid/main x11proto-render-dev 2:0.9.3-2 [7062B]
+Get:29 http://idpot.grenoble.grid5000.fr sid/main libxrender-dev 1:0.9.4-1 [28.5kB]
+Get:30 http://idpot.grenoble.grid5000.fr sid/main libxcursor-dev 1:1.1.9-1 [30.8kB]
+Get:31 http://idpot.grenoble.grid5000.fr sid/main libxdamage1 1:1.1.1-3 [9804B]
+Get:32 http://idpot.grenoble.grid5000.fr sid/main x11proto-damage-dev 1.1.0-2 [9090B]
+Get:33 http://idpot.grenoble.grid5000.fr sid/main libxdamage-dev 1:1.1.1-3 [9634B]
+Get:34 http://idpot.grenoble.grid5000.fr sid/main libexpat1 1.95.8-4 [63.9kB]
+Get:35 http://idpot.grenoble.grid5000.fr sid/main libfreetype6 2.3.5-1+b1 [347kB]
+Get:36 http://idpot.grenoble.grid5000.fr sid/main ucf 3.005 [61.2kB]
+Get:37 http://idpot.grenoble.grid5000.fr sid/main libmagic1 4.23-2 [342kB]
+Get:38 http://idpot.grenoble.grid5000.fr sid/main file 4.23-2 [41.0kB]
+Get:39 http://idpot.grenoble.grid5000.fr sid/main libnewt0.52 0.52.2-11.2 [67.2kB]
+Get:40 http://idpot.grenoble.grid5000.fr sid/main libpopt0 1.10-3 [33.1kB]
+Get:41 http://idpot.grenoble.grid5000.fr sid/main whiptail 0.52.2-11.2 [34.8kB]
+Get:42 http://idpot.grenoble.grid5000.fr sid/main defoma 0.11.10-0.2 [101kB]
+Get:43 http://idpot.grenoble.grid5000.fr sid/main ttf-dejavu-core 2.24-2 [1351kB]
+Get:44 http://idpot.grenoble.grid5000.fr sid/main ttf-dejavu-extra 2.24-2 [2952kB]
+Get:45 http://idpot.grenoble.grid5000.fr sid/main ttf-dejavu 2.24-2 [24.8kB]
+Get:46 http://idpot.grenoble.grid5000.fr sid/main fontconfig-config 2.5.0-2 [179kB]
+Get:47 http://idpot.grenoble.grid5000.fr sid/main libfontconfig1 2.5.0-2 [110kB]
+Get:48 http://idpot.grenoble.grid5000.fr sid/main libxft2 2.1.12-2 [47.6kB]
+Get:49 http://idpot.grenoble.grid5000.fr sid/main libexpat1-dev 1.95.8-4 [129kB]
+Get:50 http://idpot.grenoble.grid5000.fr sid/main zlib1g-dev 1:1.2.3.3.dfsg-11 [157kB]
+Get:51 http://idpot.grenoble.grid5000.fr sid/main libfreetype6-dev 2.3.5-1+b1 [662kB]
+Get:52 http://idpot.grenoble.grid5000.fr sid/main libpcre3 7.6-2 [208kB]
+Get:53 http://idpot.grenoble.grid5000.fr sid/main libglib2.0-0 2.16.1-2 [744kB]
+Get:54 http://idpot.grenoble.grid5000.fr sid/main pkg-config 0.22-1 [52.2kB]
+Get:55 http://idpot.grenoble.grid5000.fr sid/main libfontconfig1-dev 2.5.0-2 [595kB]
+Get:56 http://idpot.grenoble.grid5000.fr sid/main libxft-dev 2.1.12-2 [61.3kB]
+Get:57 http://idpot.grenoble.grid5000.fr sid/main libxi6 2:1.1.3-1 [24.6kB]
+Get:58 http://idpot.grenoble.grid5000.fr sid/main libxi-dev 2:1.1.3-1 [69.0kB]
+Get:59 http://idpot.grenoble.grid5000.fr sid/main libxinerama1 2:1.0.3-1 [9874B]
+Get:60 http://idpot.grenoble.grid5000.fr sid/main x11proto-xinerama-dev 1.1.2-4 [5074B]
+Get:61 http://idpot.grenoble.grid5000.fr sid/main libxinerama-dev 2:1.0.3-1 [11.4kB]
+Get:62 http://idpot.grenoble.grid5000.fr sid/main libxrandr2 2:1.2.2-1 [20.4kB]
+Get:63 http://idpot.grenoble.grid5000.fr sid/main x11proto-randr-dev 1.2.1-2 [28.6kB]
+Get:64 http://idpot.grenoble.grid5000.fr sid/main libxrandr-dev 2:1.2.2-1 [27.8kB]
+Get:65 http://idpot.grenoble.grid5000.fr sid/main bsdmainutils 6.1.10 [172kB]
+Get:66 http://idpot.grenoble.grid5000.fr sid/main groff-base 1.18.1.1-20 [846kB]
+Get:67 http://idpot.grenoble.grid5000.fr sid/main net-tools 1.60-19 [258kB]
+Get:68 http://idpot.grenoble.grid5000.fr sid/main ifupdown 0.6.8 [50.9kB]
+Get:69 http://idpot.grenoble.grid5000.fr sid/main libncursesw5 5.6+20080308-1 [348kB]
+Get:70 http://idpot.grenoble.grid5000.fr sid/main libssl0.9.8 0.9.8g-8 [2900kB]
+Get:71 http://idpot.grenoble.grid5000.fr sid/main man-db 2.5.1-3 [997kB]
+Get:72 http://idpot.grenoble.grid5000.fr sid/main netbase 4.31 [18.3kB]
+Get:73 http://idpot.grenoble.grid5000.fr sid/main gettext-base 0.17-2 [123kB]
+Get:74 http://idpot.grenoble.grid5000.fr sid/main libdb4.5 4.5.20-11 [525kB]
+Get:75 http://idpot.grenoble.grid5000.fr sid/main libkeyutils1 1.2-6 [5206B]
+Get:76 http://idpot.grenoble.grid5000.fr sid/main libkrb53 1.6.dfsg.3~beta1-4 [464kB]
+Get:77 http://idpot.grenoble.grid5000.fr sid/main m4 1.4.10-1 [206kB]
+Get:78 http://idpot.grenoble.grid5000.fr sid/main mime-support 3.40-1.1 [31.3kB]
+Get:79 http://idpot.grenoble.grid5000.fr sid/main python2.4-minimal 2.4.5-1 [968kB]
+Get:80 http://idpot.grenoble.grid5000.fr sid/main python2.4 2.4.5-1 [2801kB]
+Get:81 http://idpot.grenoble.grid5000.fr sid/main python-minimal 2.4.4-6 [12.9kB]
+Get:82 http://idpot.grenoble.grid5000.fr sid/main python 2.4.4-6 [140kB]
+Get:83 http://idpot.grenoble.grid5000.fr sid/main python-central 0.6.1 [38.7kB]
+Get:84 http://idpot.grenoble.grid5000.fr sid/main python-support 0.7.7 [26.7kB]
+Get:85 http://idpot.grenoble.grid5000.fr sid/main autoconf 2.61-7 [448kB]
+Get:86 http://idpot.grenoble.grid5000.fr sid/main autotools-dev 20080123.1 [63.0kB]
+Get:87 http://idpot.grenoble.grid5000.fr sid/main automake1.7 1.7.9-9 [391kB]
+Get:88 http://idpot.grenoble.grid5000.fr sid/main html2text 1.3.2a-3 [98.9kB]
+Get:89 http://idpot.grenoble.grid5000.fr sid/main libgomp1 4.3.0-2 [13.2kB]
+Get:90 http://idpot.grenoble.grid5000.fr sid/main gettext 0.17-2 [2683kB]
+Get:91 http://idpot.grenoble.grid5000.fr sid/main intltool-debian 0.35.0+20060710.1 [30.8kB]
+Get:92 http://idpot.grenoble.grid5000.fr sid/main po-debconf 1.0.12.1 [237kB]
+Get:93 http://idpot.grenoble.grid5000.fr sid/main debhelper 6.0.10 [522kB]
+Get:94 http://idpot.grenoble.grid5000.fr sid/main dpatch 2.0.29 [87.3kB]
+Get:95 http://idpot.grenoble.grid5000.fr sid/main fontconfig 2.5.0-2 [43.0kB]
+Get:96 http://idpot.grenoble.grid5000.fr sid/main libxml2 2.6.31.dfsg-2 [782kB]
+Get:97 http://idpot.grenoble.grid5000.fr sid/main libxml2-utils 2.6.31.dfsg-2 [33.9kB]
+Get:98 http://idpot.grenoble.grid5000.fr sid/main python-libxml2 2.6.31.dfsg-2 [263kB]
+Get:99 http://idpot.grenoble.grid5000.fr sid/main libxslt1.1 1.1.22-1 [219kB]
+Get:100 http://idpot.grenoble.grid5000.fr sid/main xsltproc 1.1.22-1 [109kB]
+Get:101 http://idpot.grenoble.grid5000.fr sid/main gnome-doc-utils 0.12.2-1 [387kB]
+Get:102 http://idpot.grenoble.grid5000.fr sid/main liburi-perl 1.35.dfsg.1-1 [88.0kB]
+Get:103 http://idpot.grenoble.grid5000.fr sid/main libhtml-tagset-perl 3.20-1 [13.9kB]
+Get:104 http://idpot.grenoble.grid5000.fr sid/main libhtml-parser-perl 3.56-1 [108kB]
+Get:105 http://idpot.grenoble.grid5000.fr sid/main libhtml-tree-perl 3.23-1 [209kB]
+Get:106 http://idpot.grenoble.grid5000.fr sid/main libwww-perl 5.808-1 [366kB]
+Get:107 http://idpot.grenoble.grid5000.fr sid/main libxml-parser-perl 2.36-1 [365kB]
+Get:108 http://idpot.grenoble.grid5000.fr sid/main intltool 0.37.1-1 [122kB]
+Get:109 http://idpot.grenoble.grid5000.fr sid/main libatk1.0-0 1.22.0-1 [79.2kB]
+Get:110 http://idpot.grenoble.grid5000.fr sid/main libglib2.0-dev 2.16.1-2 [866kB]
+Get:111 http://idpot.grenoble.grid5000.fr sid/main libatk1.0-dev 1.22.0-1 [115kB]
+Get:112 http://idpot.grenoble.grid5000.fr sid/main libpng12-0 1.2.15~beta5-3 [187kB]
+Get:113 http://idpot.grenoble.grid5000.fr sid/main libcairo2 1.4.14-1 [539kB]
+Get:114 http://idpot.grenoble.grid5000.fr sid/main libpng12-dev 1.2.15~beta5-3 [171kB]
+Get:115 http://idpot.grenoble.grid5000.fr sid/main libcairo2-dev 1.4.14-1 [617kB]
+Get:116 http://idpot.grenoble.grid5000.fr sid/main libcupsys2 1.3.6-3 [156kB]
+Get:117 http://idpot.grenoble.grid5000.fr sid/main libdatrie0 0.1.3-1 [18.3kB]
+Get:118 http://idpot.grenoble.grid5000.fr sid/main libdbus-1-3 1.1.20-1 [143kB]
+Get:119 http://idpot.grenoble.grid5000.fr sid/main libdbus-1-dev 1.1.20-1 [212kB]
+Get:120 http://idpot.grenoble.grid5000.fr sid/main libgtk2.0-common 2.12.9-2 [5371kB]
+Get:121 http://idpot.grenoble.grid5000.fr sid/main libjpeg62 6b-14 [86.0kB]
+Get:122 http://idpot.grenoble.grid5000.fr sid/main libpango1.0-common 1.20.0-1 [62.1kB]
+Get:123 http://idpot.grenoble.grid5000.fr sid/main libthai-data 0.1.9-3 [162kB]
+Get:124 http://idpot.grenoble.grid5000.fr sid/main libthai0 0.1.9-3 [31.5kB]
+Get:125 http://idpot.grenoble.grid5000.fr sid/main libpango1.0-0 1.20.0-1 [285kB]
+Get:126 http://idpot.grenoble.grid5000.fr sid/main libtiff4 3.8.2-7 [483kB]
+Get:127 http://idpot.grenoble.grid5000.fr sid/main libgtk2.0-0 2.12.9-2 [2063kB]
+Get:128 http://idpot.grenoble.grid5000.fr sid/main libpango1.0-dev 1.20.0-1 [347kB]
+Get:129 http://idpot.grenoble.grid5000.fr sid/main libgtk2.0-dev 2.12.9-2 [2789kB]
+Get:130 http://idpot.grenoble.grid5000.fr sid/main libsqlite3-0 3.5.7-1 [197kB]
+Get:131 http://idpot.grenoble.grid5000.fr sid/main python2.5-minimal 2.5.2-2 [1176kB]
+Get:132 http://idpot.grenoble.grid5000.fr sid/main python2.5 2.5.2-2 [2897kB]
+Get:133 http://idpot.grenoble.grid5000.fr sid/main python-all 2.4.4-6 [852B]
+Get:134 http://idpot.grenoble.grid5000.fr sid/main python2.4-dev 2.4.5-1 [1472kB]
+Get:135 http://idpot.grenoble.grid5000.fr sid/main python-dev 2.4.4-6 [934B]
+Get:136 http://idpot.grenoble.grid5000.fr sid/main python2.5-dev 2.5.2-2 [1896kB]
+Get:137 http://idpot.grenoble.grid5000.fr sid/main python-all-dev 2.4.4-6 [866B]
+Get:138 http://idpot.grenoble.grid5000.fr sid/main python-cairo 1.4.12-1 [86.0kB]
+Get:139 http://idpot.grenoble.grid5000.fr sid/main python-dateutil 1.4-1 [212kB]
+Get:140 http://idpot.grenoble.grid5000.fr sid/main libffi5 3.0.4-2 [17.7kB]
+Get:141 http://idpot.grenoble.grid5000.fr sid/main python-gobject 2.14.1-3 [157kB]
+Get:142 http://idpot.grenoble.grid5000.fr sid/main libffi-dev 3.0.4-2 [91.4kB]
+Get:143 http://idpot.grenoble.grid5000.fr sid/main python-gobject-dev 2.14.1-3 [52.1kB]
+Get:144 http://idpot.grenoble.grid5000.fr sid/main python-numeric 24.2-8.2 [181kB]
+Get:145 http://idpot.grenoble.grid5000.fr sid/main python-gtk2 2.12.1-1 [1377kB]
+Get:146 http://idpot.grenoble.grid5000.fr sid/main python-gtk2-dev 2.12.1-1 [205kB]
+Get:147 http://idpot.grenoble.grid5000.fr sid/main python-pygoocanvas 0.9.0-1 [162kB]
+Get:148 http://idpot.grenoble.grid5000.fr sid/main python-vobject 0.6.0-1 [44.3kB]
+debconf: delaying package configuration, since apt-utils is not installed
+Fetched 55.3MB in 2s (19.2MB/s)
+Selecting previously deselected package x11-common.
+(Reading database ... 9149 files and directories currently installed.)
+Unpacking x11-common (from .../x11-common_1%3a7.3+10_i386.deb) ...
+Selecting previously deselected package libice6.
+Unpacking libice6 (from .../libice6_2%3a1.0.4-1_i386.deb) ...
+Setting up x11-common (1:7.3+10) ...
+Selecting previously deselected package x11proto-core-dev.
+(Reading database ... 9187 files and directories currently installed.)
+Unpacking x11proto-core-dev (from .../x11proto-core-dev_7.0.12-1_all.deb) ...
+Selecting previously deselected package libice-dev.
+Unpacking libice-dev (from .../libice-dev_2%3a1.0.4-1_i386.deb) ...
+Selecting previously deselected package libsm6.
+Unpacking libsm6 (from .../libsm6_2%3a1.0.3-1+b1_i386.deb) ...
+Selecting previously deselected package libsm-dev.
+Unpacking libsm-dev (from .../libsm-dev_2%3a1.0.3-1+b1_i386.deb) ...
+Selecting previously deselected package libxau6.
+Unpacking libxau6 (from .../libxau6_1%3a1.0.3-2_i386.deb) ...
+Selecting previously deselected package libxdmcp6.
+Unpacking libxdmcp6 (from .../libxdmcp6_1%3a1.0.2-2_i386.deb) ...
+Selecting previously deselected package libx11-data.
+Unpacking libx11-data (from .../libx11-data_2%3a1.0.3-7_all.deb) ...
+Selecting previously deselected package libx11-6.
+Unpacking libx11-6 (from .../libx11-6_2%3a1.0.3-7_i386.deb) ...
+Selecting previously deselected package libxau-dev.
+Unpacking libxau-dev (from .../libxau-dev_1%3a1.0.3-2_i386.deb) ...
+Selecting previously deselected package libxdmcp-dev.
+Unpacking libxdmcp-dev (from .../libxdmcp-dev_1%3a1.0.2-2_i386.deb) ...
+Selecting previously deselected package libxext6.
+Unpacking libxext6 (from .../libxext6_2%3a1.0.4-1_i386.deb) ...
+Selecting previously deselected package x11proto-input-dev.
+Unpacking x11proto-input-dev (from .../x11proto-input-dev_1.4.3-2_all.deb) ...
+Selecting previously deselected package x11proto-xext-dev.
+Unpacking x11proto-xext-dev (from .../x11proto-xext-dev_7.0.2-5_all.deb) ...
+Selecting previously deselected package libxext-dev.
+Unpacking libxext-dev (from .../libxext-dev_2%3a1.0.4-1_i386.deb) ...
+Selecting previously deselected package x11proto-kb-dev.
+Unpacking x11proto-kb-dev (from .../x11proto-kb-dev_1.0.3-2_all.deb) ...
+Selecting previously deselected package xtrans-dev.
+Unpacking xtrans-dev (from .../xtrans-dev_1.1-1_all.deb) ...
+Selecting previously deselected package libx11-dev.
+Unpacking libx11-dev (from .../libx11-dev_2%3a1.0.3-7_i386.deb) ...
+Selecting previously deselected package libxfixes3.
+Unpacking libxfixes3 (from .../libxfixes3_1%3a4.0.3-2_i386.deb) ...
+Selecting previously deselected package libxcomposite1.
+Unpacking libxcomposite1 (from .../libxcomposite1_1%3a0.4.0-1_i386.deb) ...
+Selecting previously deselected package x11proto-fixes-dev.
+Unpacking x11proto-fixes-dev (from .../x11proto-fixes-dev_4.0-2_all.deb) ...
+Selecting previously deselected package libxfixes-dev.
+Unpacking libxfixes-dev (from .../libxfixes-dev_1%3a4.0.3-2_i386.deb) ...
+Selecting previously deselected package x11proto-composite-dev.
+Unpacking x11proto-composite-dev (from .../x11proto-composite-dev_1%3a0.4-2_all.deb) ...
+Selecting previously deselected package libxcomposite-dev.
+Unpacking libxcomposite-dev (from .../libxcomposite-dev_1%3a0.4.0-1_i386.deb) ...
+Selecting previously deselected package libxrender1.
+Unpacking libxrender1 (from .../libxrender1_1%3a0.9.4-1_i386.deb) ...
+Selecting previously deselected package libxcursor1.
+Unpacking libxcursor1 (from .../libxcursor1_1%3a1.1.9-1_i386.deb) ...
+Selecting previously deselected package x11proto-render-dev.
+Unpacking x11proto-render-dev (from .../x11proto-render-dev_2%3a0.9.3-2_all.deb) ...
+Selecting previously deselected package libxrender-dev.
+Unpacking libxrender-dev (from .../libxrender-dev_1%3a0.9.4-1_i386.deb) ...
+Selecting previously deselected package libxcursor-dev.
+Unpacking libxcursor-dev (from .../libxcursor-dev_1%3a1.1.9-1_i386.deb) ...
+Selecting previously deselected package libxdamage1.
+Unpacking libxdamage1 (from .../libxdamage1_1%3a1.1.1-3_i386.deb) ...
+Selecting previously deselected package x11proto-damage-dev.
+Unpacking x11proto-damage-dev (from .../x11proto-damage-dev_1.1.0-2_all.deb) ...
+Selecting previously deselected package libxdamage-dev.
+Unpacking libxdamage-dev (from .../libxdamage-dev_1%3a1.1.1-3_i386.deb) ...
+Selecting previously deselected package libexpat1.
+Unpacking libexpat1 (from .../libexpat1_1.95.8-4_i386.deb) ...
+Selecting previously deselected package libfreetype6.
+Unpacking libfreetype6 (from .../libfreetype6_2.3.5-1+b1_i386.deb) ...
+Selecting previously deselected package ucf.
+Unpacking ucf (from .../apt/archives/ucf_3.005_all.deb) ...
+Moving old data out of the way
+Selecting previously deselected package libmagic1.
+Unpacking libmagic1 (from .../libmagic1_4.23-2_i386.deb) ...
+Selecting previously deselected package file.
+Unpacking file (from .../archives/file_4.23-2_i386.deb) ...
+Selecting previously deselected package libnewt0.52.
+Unpacking libnewt0.52 (from .../libnewt0.52_0.52.2-11.2_i386.deb) ...
+Selecting previously deselected package libpopt0.
+Unpacking libpopt0 (from .../libpopt0_1.10-3_i386.deb) ...
+Selecting previously deselected package whiptail.
+Unpacking whiptail (from .../whiptail_0.52.2-11.2_i386.deb) ...
+Selecting previously deselected package defoma.
+Unpacking defoma (from .../defoma_0.11.10-0.2_all.deb) ...
+Selecting previously deselected package ttf-dejavu-core.
+Unpacking ttf-dejavu-core (from .../ttf-dejavu-core_2.24-2_all.deb) ...
+Selecting previously deselected package ttf-dejavu-extra.
+Unpacking ttf-dejavu-extra (from .../ttf-dejavu-extra_2.24-2_all.deb) ...
+Selecting previously deselected package ttf-dejavu.
+Unpacking ttf-dejavu (from .../ttf-dejavu_2.24-2_all.deb) ...
+Selecting previously deselected package fontconfig-config.
+Unpacking fontconfig-config (from .../fontconfig-config_2.5.0-2_all.deb) ...
+Selecting previously deselected package libfontconfig1.
+Unpacking libfontconfig1 (from .../libfontconfig1_2.5.0-2_i386.deb) ...
+Selecting previously deselected package libxft2.
+Unpacking libxft2 (from .../libxft2_2.1.12-2_i386.deb) ...
+Selecting previously deselected package libexpat1-dev.
+Unpacking libexpat1-dev (from .../libexpat1-dev_1.95.8-4_i386.deb) ...
+Selecting previously deselected package zlib1g-dev.
+Unpacking zlib1g-dev (from .../zlib1g-dev_1%3a1.2.3.3.dfsg-11_i386.deb) ...
+Selecting previously deselected package libfreetype6-dev.
+Unpacking libfreetype6-dev (from .../libfreetype6-dev_2.3.5-1+b1_i386.deb) ...
+Selecting previously deselected package libpcre3.
+Unpacking libpcre3 (from .../libpcre3_7.6-2_i386.deb) ...
+Selecting previously deselected package libglib2.0-0.
+Unpacking libglib2.0-0 (from .../libglib2.0-0_2.16.1-2_i386.deb) ...
+Selecting previously deselected package pkg-config.
+Unpacking pkg-config (from .../pkg-config_0.22-1_i386.deb) ...
+Selecting previously deselected package libfontconfig1-dev.
+Unpacking libfontconfig1-dev (from .../libfontconfig1-dev_2.5.0-2_i386.deb) ...
+Selecting previously deselected package libxft-dev.
+Unpacking libxft-dev (from .../libxft-dev_2.1.12-2_i386.deb) ...
+Selecting previously deselected package libxi6.
+Unpacking libxi6 (from .../libxi6_2%3a1.1.3-1_i386.deb) ...
+Selecting previously deselected package libxi-dev.
+Unpacking libxi-dev (from .../libxi-dev_2%3a1.1.3-1_i386.deb) ...
+Selecting previously deselected package libxinerama1.
+Unpacking libxinerama1 (from .../libxinerama1_2%3a1.0.3-1_i386.deb) ...
+Selecting previously deselected package x11proto-xinerama-dev.
+Unpacking x11proto-xinerama-dev (from .../x11proto-xinerama-dev_1.1.2-4_all.deb) ...
+Selecting previously deselected package libxinerama-dev.
+Unpacking libxinerama-dev (from .../libxinerama-dev_2%3a1.0.3-1_i386.deb) ...
+Selecting previously deselected package libxrandr2.
+Unpacking libxrandr2 (from .../libxrandr2_2%3a1.2.2-1_i386.deb) ...
+Selecting previously deselected package x11proto-randr-dev.
+Unpacking x11proto-randr-dev (from .../x11proto-randr-dev_1.2.1-2_all.deb) ...
+Selecting previously deselected package libxrandr-dev.
+Unpacking libxrandr-dev (from .../libxrandr-dev_2%3a1.2.2-1_i386.deb) ...
+Selecting previously deselected package bsdmainutils.
+Unpacking bsdmainutils (from .../bsdmainutils_6.1.10_i386.deb) ...
+Selecting previously deselected package groff-base.
+Unpacking groff-base (from .../groff-base_1.18.1.1-20_i386.deb) ...
+Selecting previously deselected package net-tools.
+Unpacking net-tools (from .../net-tools_1.60-19_i386.deb) ...
+Selecting previously deselected package ifupdown.
+Unpacking ifupdown (from .../ifupdown_0.6.8_i386.deb) ...
+Selecting previously deselected package libncursesw5.
+Unpacking libncursesw5 (from .../libncursesw5_5.6+20080308-1_i386.deb) ...
+Selecting previously deselected package libssl0.9.8.
+Unpacking libssl0.9.8 (from .../libssl0.9.8_0.9.8g-8_i386.deb) ...
+Selecting previously deselected package man-db.
+Unpacking man-db (from .../man-db_2.5.1-3_i386.deb) ...
+Selecting previously deselected package netbase.
+Unpacking netbase (from .../archives/netbase_4.31_all.deb) ...
+Selecting previously deselected package gettext-base.
+Unpacking gettext-base (from .../gettext-base_0.17-2_i386.deb) ...
+Selecting previously deselected package libdb4.5.
+Unpacking libdb4.5 (from .../libdb4.5_4.5.20-11_i386.deb) ...
+Selecting previously deselected package libkeyutils1.
+Unpacking libkeyutils1 (from .../libkeyutils1_1.2-6_i386.deb) ...
+Selecting previously deselected package libkrb53.
+Unpacking libkrb53 (from .../libkrb53_1.6.dfsg.3~beta1-4_i386.deb) ...
+Selecting previously deselected package m4.
+Unpacking m4 (from .../archives/m4_1.4.10-1_i386.deb) ...
+Selecting previously deselected package mime-support.
+Unpacking mime-support (from .../mime-support_3.40-1.1_all.deb) ...
+Selecting previously deselected package python2.4-minimal.
+Unpacking python2.4-minimal (from .../python2.4-minimal_2.4.5-1_i386.deb) ...
+Selecting previously deselected package python2.4.
+Unpacking python2.4 (from .../python2.4_2.4.5-1_i386.deb) ...
+Selecting previously deselected package python-minimal.
+Unpacking python-minimal (from .../python-minimal_2.4.4-6_all.deb) ...
+Selecting previously deselected package python.
+Unpacking python (from .../python_2.4.4-6_all.deb) ...
+Selecting previously deselected package python-central.
+Unpacking python-central (from .../python-central_0.6.1_all.deb) ...
+Selecting previously deselected package python-support.
+Unpacking python-support (from .../python-support_0.7.7_all.deb) ...
+Selecting previously deselected package autoconf.
+Unpacking autoconf (from .../autoconf_2.61-7_all.deb) ...
+Selecting previously deselected package autotools-dev.
+Unpacking autotools-dev (from .../autotools-dev_20080123.1_all.deb) ...
+Selecting previously deselected package automake1.7.
+Unpacking automake1.7 (from .../automake1.7_1.7.9-9_all.deb) ...
+Selecting previously deselected package html2text.
+Unpacking html2text (from .../html2text_1.3.2a-3_i386.deb) ...
+Selecting previously deselected package libgomp1.
+Unpacking libgomp1 (from .../libgomp1_4.3.0-2_i386.deb) ...
+Selecting previously deselected package gettext.
+Unpacking gettext (from .../gettext_0.17-2_i386.deb) ...
+Selecting previously deselected package intltool-debian.
+Unpacking intltool-debian (from .../intltool-debian_0.35.0+20060710.1_all.deb) ...
+Selecting previously deselected package po-debconf.
+Unpacking po-debconf (from .../po-debconf_1.0.12.1_all.deb) ...
+Selecting previously deselected package debhelper.
+Unpacking debhelper (from .../debhelper_6.0.10_all.deb) ...
+Selecting previously deselected package dpatch.
+Unpacking dpatch (from .../archives/dpatch_2.0.29_all.deb) ...
+Selecting previously deselected package fontconfig.
+Unpacking fontconfig (from .../fontconfig_2.5.0-2_i386.deb) ...
+Selecting previously deselected package libxml2.
+Unpacking libxml2 (from .../libxml2_2.6.31.dfsg-2_i386.deb) ...
+Selecting previously deselected package libxml2-utils.
+Unpacking libxml2-utils (from .../libxml2-utils_2.6.31.dfsg-2_i386.deb) ...
+Selecting previously deselected package python-libxml2.
+Unpacking python-libxml2 (from .../python-libxml2_2.6.31.dfsg-2_i386.deb) ...
+Selecting previously deselected package libxslt1.1.
+Unpacking libxslt1.1 (from .../libxslt1.1_1.1.22-1_i386.deb) ...
+Selecting previously deselected package xsltproc.
+Unpacking xsltproc (from .../xsltproc_1.1.22-1_i386.deb) ...
+Selecting previously deselected package gnome-doc-utils.
+Unpacking gnome-doc-utils (from .../gnome-doc-utils_0.12.2-1_all.deb) ...
+Selecting previously deselected package liburi-perl.
+Unpacking liburi-perl (from .../liburi-perl_1.35.dfsg.1-1_all.deb) ...
+Selecting previously deselected package libhtml-tagset-perl.
+Unpacking libhtml-tagset-perl (from .../libhtml-tagset-perl_3.20-1_all.deb) ...
+Selecting previously deselected package libhtml-parser-perl.
+Unpacking libhtml-parser-perl (from .../libhtml-parser-perl_3.56-1_i386.deb) ...
+Selecting previously deselected package libhtml-tree-perl.
+Unpacking libhtml-tree-perl (from .../libhtml-tree-perl_3.23-1_all.deb) ...
+Selecting previously deselected package libwww-perl.
+Unpacking libwww-perl (from .../libwww-perl_5.808-1_all.deb) ...
+Selecting previously deselected package libxml-parser-perl.
+Unpacking libxml-parser-perl (from .../libxml-parser-perl_2.36-1_i386.deb) ...
+Selecting previously deselected package intltool.
+Unpacking intltool (from .../intltool_0.37.1-1_all.deb) ...
+Selecting previously deselected package libatk1.0-0.
+Unpacking libatk1.0-0 (from .../libatk1.0-0_1.22.0-1_i386.deb) ...
+Selecting previously deselected package libglib2.0-dev.
+Unpacking libglib2.0-dev (from .../libglib2.0-dev_2.16.1-2_i386.deb) ...
+Selecting previously deselected package libatk1.0-dev.
+Unpacking libatk1.0-dev (from .../libatk1.0-dev_1.22.0-1_i386.deb) ...
+Selecting previously deselected package libpng12-0.
+Unpacking libpng12-0 (from .../libpng12-0_1.2.15~beta5-3_i386.deb) ...
+Selecting previously deselected package libcairo2.
+Unpacking libcairo2 (from .../libcairo2_1.4.14-1_i386.deb) ...
+Selecting previously deselected package libpng12-dev.
+Unpacking libpng12-dev (from .../libpng12-dev_1.2.15~beta5-3_i386.deb) ...
+Selecting previously deselected package libcairo2-dev.
+Unpacking libcairo2-dev (from .../libcairo2-dev_1.4.14-1_i386.deb) ...
+Selecting previously deselected package libcupsys2.
+Unpacking libcupsys2 (from .../libcupsys2_1.3.6-3_i386.deb) ...
+Selecting previously deselected package libdatrie0.
+Unpacking libdatrie0 (from .../libdatrie0_0.1.3-1_i386.deb) ...
+Selecting previously deselected package libdbus-1-3.
+Unpacking libdbus-1-3 (from .../libdbus-1-3_1.1.20-1_i386.deb) ...
+Selecting previously deselected package libdbus-1-dev.
+Unpacking libdbus-1-dev (from .../libdbus-1-dev_1.1.20-1_i386.deb) ...
+Selecting previously deselected package libgtk2.0-common.
+Unpacking libgtk2.0-common (from .../libgtk2.0-common_2.12.9-2_all.deb) ...
+Selecting previously deselected package libjpeg62.
+Unpacking libjpeg62 (from .../libjpeg62_6b-14_i386.deb) ...
+Selecting previously deselected package libpango1.0-common.
+Unpacking libpango1.0-common (from .../libpango1.0-common_1.20.0-1_all.deb) ...
+Selecting previously deselected package libthai-data.
+Unpacking libthai-data (from .../libthai-data_0.1.9-3_all.deb) ...
+Selecting previously deselected package libthai0.
+Unpacking libthai0 (from .../libthai0_0.1.9-3_i386.deb) ...
+Selecting previously deselected package libpango1.0-0.
+Unpacking libpango1.0-0 (from .../libpango1.0-0_1.20.0-1_i386.deb) ...
+Selecting previously deselected package libtiff4.
+Unpacking libtiff4 (from .../libtiff4_3.8.2-7_i386.deb) ...
+Selecting previously deselected package libgtk2.0-0.
+Unpacking libgtk2.0-0 (from .../libgtk2.0-0_2.12.9-2_i386.deb) ...
+Selecting previously deselected package libpango1.0-dev.
+Unpacking libpango1.0-dev (from .../libpango1.0-dev_1.20.0-1_i386.deb) ...
+Selecting previously deselected package libgtk2.0-dev.
+Unpacking libgtk2.0-dev (from .../libgtk2.0-dev_2.12.9-2_i386.deb) ...
+Selecting previously deselected package libsqlite3-0.
+Unpacking libsqlite3-0 (from .../libsqlite3-0_3.5.7-1_i386.deb) ...
+Selecting previously deselected package python2.5-minimal.
+Unpacking python2.5-minimal (from .../python2.5-minimal_2.5.2-2_i386.deb) ...
+Selecting previously deselected package python2.5.
+Unpacking python2.5 (from .../python2.5_2.5.2-2_i386.deb) ...
+Selecting previously deselected package python-all.
+Unpacking python-all (from .../python-all_2.4.4-6_all.deb) ...
+Selecting previously deselected package python2.4-dev.
+Unpacking python2.4-dev (from .../python2.4-dev_2.4.5-1_i386.deb) ...
+Selecting previously deselected package python-dev.
+Unpacking python-dev (from .../python-dev_2.4.4-6_all.deb) ...
+Selecting previously deselected package python2.5-dev.
+Unpacking python2.5-dev (from .../python2.5-dev_2.5.2-2_i386.deb) ...
+Selecting previously deselected package python-all-dev.
+Unpacking python-all-dev (from .../python-all-dev_2.4.4-6_all.deb) ...
+Selecting previously deselected package python-cairo.
+Unpacking python-cairo (from .../python-cairo_1.4.12-1_i386.deb) ...
+Selecting previously deselected package python-dateutil.
+Unpacking python-dateutil (from .../python-dateutil_1.4-1_all.deb) ...
+Selecting previously deselected package libffi5.
+Unpacking libffi5 (from .../libffi5_3.0.4-2_i386.deb) ...
+Selecting previously deselected package python-gobject.
+Unpacking python-gobject (from .../python-gobject_2.14.1-3_i386.deb) ...
+Selecting previously deselected package libffi-dev.
+Unpacking libffi-dev (from .../libffi-dev_3.0.4-2_i386.deb) ...
+Selecting previously deselected package python-gobject-dev.
+Unpacking python-gobject-dev (from .../python-gobject-dev_2.14.1-3_all.deb) ...
+Selecting previously deselected package python-numeric.
+Unpacking python-numeric (from .../python-numeric_24.2-8.2_i386.deb) ...
+Selecting previously deselected package python-gtk2.
+Unpacking python-gtk2 (from .../python-gtk2_2.12.1-1_i386.deb) ...
+Selecting previously deselected package python-gtk2-dev.
+Unpacking python-gtk2-dev (from .../python-gtk2-dev_2.12.1-1_all.deb) ...
+Selecting previously deselected package python-pygoocanvas.
+Unpacking python-pygoocanvas (from .../python-pygoocanvas_0.9.0-1_i386.deb) ...
+Selecting previously deselected package python-vobject.
+Unpacking python-vobject (from .../python-vobject_0.6.0-1_all.deb) ...
+Setting up libice6 (2:1.0.4-1) ...
+Setting up x11proto-core-dev (7.0.12-1) ...
+Setting up libice-dev (2:1.0.4-1) ...
+Setting up libsm6 (2:1.0.3-1+b1) ...
+Setting up libsm-dev (2:1.0.3-1+b1) ...
+Setting up libxau6 (1:1.0.3-2) ...
+Setting up libxdmcp6 (1:1.0.2-2) ...
+Setting up libx11-data (2:1.0.3-7) ...
+Setting up libx11-6 (2:1.0.3-7) ...
+Setting up libxau-dev (1:1.0.3-2) ...
+Setting up libxdmcp-dev (1:1.0.2-2) ...
+Setting up libxext6 (2:1.0.4-1) ...
+Setting up x11proto-input-dev (1.4.3-2) ...
+Setting up x11proto-xext-dev (7.0.2-5) ...
+Setting up x11proto-kb-dev (1.0.3-2) ...
+Setting up xtrans-dev (1.1-1) ...
+Setting up libxfixes3 (1:4.0.3-2) ...
+Setting up libxcomposite1 (1:0.4.0-1) ...
+Setting up x11proto-fixes-dev (4.0-2) ...
+Setting up x11proto-composite-dev (1:0.4-2) ...
+Setting up libxrender1 (1:0.9.4-1) ...
+Setting up libxcursor1 (1:1.1.9-1) ...
+Setting up x11proto-render-dev (2:0.9.3-2) ...
+Setting up libxdamage1 (1:1.1.1-3) ...
+Setting up x11proto-damage-dev (1.1.0-2) ...
+Setting up libexpat1 (1.95.8-4) ...
+Setting up libfreetype6 (2.3.5-1+b1) ...
+Setting up ucf (3.005) ...
+Setting up libmagic1 (4.23-2) ...
+Setting up file (4.23-2) ...
+Setting up libnewt0.52 (0.52.2-11.2) ...
+Setting up libpopt0 (1.10-3) ...
+Setting up whiptail (0.52.2-11.2) ...
+Setting up defoma (0.11.10-0.2) ...
+Setting up ttf-dejavu-core (2.24-2) ...
+Setting up ttf-dejavu-extra (2.24-2) ...
+Setting up ttf-dejavu (2.24-2) ...
+Setting up fontconfig-config (2.5.0-2) ...
+Setting up libfontconfig1 (2.5.0-2) ...
+Setting up libxft2 (2.1.12-2) ...
+Setting up libexpat1-dev (1.95.8-4) ...
+Setting up zlib1g-dev (1:1.2.3.3.dfsg-11) ...
+Setting up libfreetype6-dev (2.3.5-1+b1) ...
+Setting up libpcre3 (7.6-2) ...
+Setting up libglib2.0-0 (2.16.1-2) ...
+Setting up pkg-config (0.22-1) ...
+Setting up libfontconfig1-dev (2.5.0-2) ...
+Setting up libxi6 (2:1.1.3-1) ...
+Setting up libxinerama1 (2:1.0.3-1) ...
+Setting up x11proto-xinerama-dev (1.1.2-4) ...
+Setting up libxrandr2 (2:1.2.2-1) ...
+Setting up x11proto-randr-dev (1.2.1-2) ...
+Setting up bsdmainutils (6.1.10) ...
+Setting up groff-base (1.18.1.1-20) ...
+Setting up net-tools (1.60-19) ...
+Setting up ifupdown (0.6.8) ...
+ifupdown.postinst: Warning: No 'iface lo' definition found in /etc/network/interfaces
+ifupdown.postinst: Warning: No 'auto lo' statement found in /etc/network/interfaces
+Setting up libncursesw5 (5.6+20080308-1) ...
+Setting up libssl0.9.8 (0.9.8g-8) ...
+Setting up man-db (2.5.1-3) ...
+Building database of manual pages ...
+Setting up netbase (4.31) ...
+Setting up gettext-base (0.17-2) ...
+Setting up libdb4.5 (4.5.20-11) ...
+Setting up libkeyutils1 (1.2-6) ...
+Setting up libkrb53 (1.6.dfsg.3~beta1-4) ...
+Setting up m4 (1.4.10-1) ...
+Setting up mime-support (3.40-1.1) ...
+Setting up python2.4-minimal (2.4.5-1) ...
+Setting up python2.4 (2.4.5-1) ...
+Setting up python-minimal (2.4.4-6) ...
+Setting up python (2.4.4-6) ...
+Setting up python-central (0.6.1) ...
+Setting up python-support (0.7.7) ...
+Setting up autoconf (2.61-7) ...
+Setting up autotools-dev (20080123.1) ...
+Setting up automake1.7 (1.7.9-9) ...
+Setting up html2text (1.3.2a-3) ...
+Setting up libgomp1 (4.3.0-2) ...
+Setting up gettext (0.17-2) ...
+Setting up intltool-debian (0.35.0+20060710.1) ...
+Setting up po-debconf (1.0.12.1) ...
+Setting up debhelper (6.0.10) ...
+Setting up dpatch (2.0.29) ...
+Setting up fontconfig (2.5.0-2) ...
+Updating font configuration of fontconfig...
+Cleaning up category cid..
+Cleaning up category truetype..
+Cleaning up category type1..
+Updating category type1..
+Updating category truetype..
+Updating category cid..
+Updating fontconfig cache for /usr/share/fonts/truetype/ttf-dejavu
+Cleaning up old fontconfig caches... done.
+Regenerating fonts cache... done.
+Setting up libxml2 (2.6.31.dfsg-2) ...
+Setting up libxml2-utils (2.6.31.dfsg-2) ...
+Setting up python-libxml2 (2.6.31.dfsg-2) ...
+Setting up libxslt1.1 (1.1.22-1) ...
+Setting up xsltproc (1.1.22-1) ...
+Setting up gnome-doc-utils (0.12.2-1) ...
+Setting up liburi-perl (1.35.dfsg.1-1) ...
+Setting up libhtml-tagset-perl (3.20-1) ...
+Setting up libhtml-parser-perl (3.56-1) ...
+Setting up libhtml-tree-perl (3.23-1) ...
+Setting up libwww-perl (5.808-1) ...
+Setting up libxml-parser-perl (2.36-1) ...
+Setting up intltool (0.37.1-1) ...
+Setting up libatk1.0-0 (1.22.0-1) ...
+Setting up libglib2.0-dev (2.16.1-2) ...
+Setting up libatk1.0-dev (1.22.0-1) ...
+Setting up libpng12-0 (1.2.15~beta5-3) ...
+Setting up libcairo2 (1.4.14-1) ...
+Setting up libpng12-dev (1.2.15~beta5-3) ...
+Setting up libcupsys2 (1.3.6-3) ...
+Setting up libdatrie0 (0.1.3-1) ...
+Setting up libdbus-1-3 (1.1.20-1) ...
+Setting up libdbus-1-dev (1.1.20-1) ...
+Setting up libgtk2.0-common (2.12.9-2) ...
+Setting up libjpeg62 (6b-14) ...
+Setting up libpango1.0-common (1.20.0-1) ...
+I: Purging /etc/pango/pango.modules
+Cleaning up font configuration of pango...
+Updating font configuration of pango...
+Cleaning up category xfont..
+Updating category xfont..
+*** You don't have any defomized font packages.
+*** So we are trying to force to generate pangox.aliases...
+Setting up libthai-data (0.1.9-3) ...
+Setting up libthai0 (0.1.9-3) ...
+Setting up libpango1.0-0 (1.20.0-1) ...
+Setting up libtiff4 (3.8.2-7) ...
+Setting up libgtk2.0-0 (2.12.9-2) ...
+Removing generated module files coming from the previous Gtk binary version...
+Setting up libsqlite3-0 (3.5.7-1) ...
+Setting up python2.5-minimal (2.5.2-2) ...
+Setting up python2.5 (2.5.2-2) ...
+Setting up python-all (2.4.4-6) ...
+Setting up python2.4-dev (2.4.5-1) ...
+Setting up python-dev (2.4.4-6) ...
+Setting up python2.5-dev (2.5.2-2) ...
+Setting up python-all-dev (2.4.4-6) ...
+Setting up python-cairo (1.4.12-1) ...
+Setting up python-dateutil (1.4-1) ...
+Setting up libffi5 (3.0.4-2) ...
+Setting up python-gobject (2.14.1-3) ...
+Setting up libffi-dev (3.0.4-2) ...
+Setting up python-gobject-dev (2.14.1-3) ...
+Setting up python-numeric (24.2-8.2) ...
+Setting up python-gtk2 (2.12.1-1) ...
+Setting up python-pygoocanvas (0.9.0-1) ...
+Setting up python-vobject (0.6.0-1) ...
+Setting up libxext-dev (2:1.0.4-1) ...
+Setting up libx11-dev (2:1.0.3-7) ...
+Setting up libxfixes-dev (1:4.0.3-2) ...
+Setting up libxcomposite-dev (1:0.4.0-1) ...
+Setting up libxrender-dev (1:0.9.4-1) ...
+Setting up libxcursor-dev (1:1.1.9-1) ...
+Setting up libxdamage-dev (1:1.1.1-3) ...
+Setting up libxft-dev (2.1.12-2) ...
+Setting up libxi-dev (2:1.1.3-1) ...
+Setting up libxinerama-dev (2:1.0.3-1) ...
+Setting up libxrandr-dev (2:1.2.2-1) ...
+Setting up libcairo2-dev (1.4.14-1) ...
+Setting up libpango1.0-dev (1.20.0-1) ...
+Setting up libgtk2.0-dev (2.12.9-2) ...
+Setting up python-gtk2-dev (2.12.1-1) ...
+Checking correctness of source dependencies...
+Kernel: Linux 2.6.18-3-amd64 i386 (x86_64)
+Toolchain package versions: libc6-dev_2.7-10 linux-libc-dev_2.6.24-5 gcc-4.2_4.2.3-3 g++-4.2_4.2.3-3 binutils_2.18.1~cvs20080103-3 libstdc++6-4.2-dev_4.2.3-3 libstdc++6_4.3.0-2
+------------------------------------------------------------------------------
+gpg: Signature made Sun Mar 30 01:13:13 2008 CET using DSA key ID 90788E11
+gpg: Can't check signature: public key not found
+dpkg-source: extracting conduit in conduit-0.3.9
+dpkg-source: unpacking conduit_0.3.9.orig.tar.gz
+dpkg-source: applying ./conduit_0.3.9-1.diff.gz
+dpkg-buildpackage: source package conduit
+dpkg-buildpackage: source version 0.3.9-1
+dpkg-buildpackage: source changed by Jose Carlos Garcia Sogo <jsogo at debian.org>
+dpkg-buildpackage: host architecture i386
+ /usr/bin/fakeroot debian/rules clean
+dpatch  deapply-all  
+01_conduit.desktop not applied to ./ .
+rm -rf patch-stamp patch-stampT debian/patched
+dh_testdir
+dh_testroot
+rm -f build-stamp configure-stamp
+[ ! -f Makefile ] || /usr/bin/make clean
+rm -rf debian/patched
+dh_clean 
+ dpkg-source -b conduit-0.3.9
+dpkg-source: building conduit using existing conduit_0.3.9.orig.tar.gz
+dpkg-source: building conduit in conduit_0.3.9-1.diff.gz
+dpkg-source: warning: executable mode 0755 of 'debian/patches/01_conduit.desktop.dpatch' will not be represented in diff
+dpkg-source: building conduit in conduit_0.3.9-1.dsc
+ debian/rules build
+test -d debian/patched || install -d debian/patched
+dpatch  apply-all  
+applying patch 01_conduit.desktop to ./ ... ok.
+dpatch  cat-all  >>patch-stampT
+mv -f patch-stampT patch-stamp
+dh_testdir
+./configure  --enable-maintainer-mode \
+        	    --prefix=/usr --mandir=\${prefix}/share/man \
+		    --infodir=\${prefix}/share/info --disable-scrollkeeper
+checking for a BSD-compatible install... /usr/bin/install -c
+checking whether build environment is sane... yes
+checking for gawk... no
+checking for mawk... mawk
+checking whether make sets $(MAKE)... yes
+checking whether to enable maintainer-specific portions of Makefiles... yes
+checking for style of include used by make... GNU
+checking for gcc... gcc
+checking for C compiler default output file name... a.out
+checking whether the C compiler works... yes
+checking whether we are cross compiling... no
+checking for suffix of executables... 
+checking for suffix of object files... o
+checking whether we are using the GNU C compiler... yes
+checking whether gcc accepts -g... yes
+checking for gcc option to accept ISO C89... none needed
+checking dependency style of gcc... none
+checking how to run the C preprocessor... gcc -E
+checking for grep that handles long lines and -e... /bin/grep
+checking for egrep... /bin/grep -E
+checking for ANSI C header files... yes
+checking for sys/types.h... yes
+checking for sys/stat.h... yes
+checking for stdlib.h... yes
+checking for string.h... yes
+checking for memory.h... yes
+checking for strings.h... yes
+checking for inttypes.h... yes
+checking for stdint.h... yes
+checking for unistd.h... yes
+checking build system type... i686-pc-linux-gnu
+checking host system type... i686-pc-linux-gnu
+checking locale.h usability... yes
+checking locale.h presence... yes
+checking for locale.h... yes
+checking for LC_MESSAGES... yes
+checking libintl.h usability... yes
+checking libintl.h presence... yes
+checking for libintl.h... yes
+checking for ngettext in libc... yes
+checking for dgettext in libc... yes
+checking for bind_textdomain_codeset... yes
+checking for msgfmt... /usr/bin/msgfmt
+checking for dcgettext... yes
+checking if msgfmt accepts -c... yes
+checking for gmsgfmt... /usr/bin/msgfmt
+checking for xgettext... /usr/bin/xgettext
+checking for intltool >= 0.35.0... 0.36.2 found
+checking for perl... /usr/bin/perl
+checking for XML::Parser... ok
+checking for pkg-config... /usr/bin/pkg-config
+checking pkg-config is at least version 0.9.0... yes
+checking for a Python interpreter with version >= 2.4... python
+checking for python... /usr/bin/python
+checking for python version... 2.4
+checking for python platform... linux2
+checking for python script directory... ${prefix}/lib/python2.4/site-packages
+checking for python extension module directory... ${exec_prefix}/lib/python2.4/site-packages
+checking for python module vobject... yes
+checking for python module dateutil... yes
+checking for 0.9.0 of goocanvas... /var/lib/python-support/python2.4/gtk-2.0/gtk/__init__.py:72: GtkWarning: could not open display
+  warnings.warn(str(e), _gtk.Warning)
+yes
+checking for 0.80.0 of dbus... Traceback (most recent call last):
+  File "<string>", line 2, in ?
+ImportError: No module named dbus
+no
+configure: error: Python module dbus >= 0.80.0 required to run Conduit
+make: *** [configure-stamp] Error 1
+dpkg-buildpackage: failure: debian/rules build gave error exit status 2
+******************************************************************************
+Build finished at 20080402-0228
+FAILED [dpkg-buildpackage died]
+Purging /var/lib/schroot/mount/sid32-b070e874-c593-44a8-8985-1e51c4014205/build/user/conduit-0.3.9
+------------------------------------------------------------------------------
+Not removing build depends: session managed chroot in use
+******************************************************************************
+Finished at 20080402-0228
+Build needed 00:00:04, 5000k disk space
+DC-Build-Status: Failed 67.976461s

Added: collab-qa-tools/test/source/libnet-server-mail-perl_0.16-3_sid32.buildlog
===================================================================
--- collab-qa-tools/test/source/libnet-server-mail-perl_0.16-3_sid32.buildlog	                        (rev 0)
+++ collab-qa-tools/test/source/libnet-server-mail-perl_0.16-3_sid32.buildlog	2008-04-02 11:00:50 UTC (rev 755)
@@ -0,0 +1,156 @@
+DC-Build-Header: libnet-server-mail-perl 0.16-3 / Tue Mar 11 07:27:29 +0100 2008
+Automatic build of libnet-server-mail-perl_0.16-3 on grelon-73.nancy.grid5000.fr by sbuild/amd64 0.57.0
+Build started at 20080311-0727
+******************************************************************************
+Failed to open ./libnet-server-mail-perl_0.16-3.dsc
+Checking available source versions...
+Fetching source files...
+Reading package lists...
+Building dependency tree...
+Reading state information...
+Need to get 19.2kB of source archives.
+Get:1 http://idpot.grenoble.grid5000.fr sid/main libnet-server-mail-perl 0.16-3 (dsc) [659B]
+Get:2 http://idpot.grenoble.grid5000.fr sid/main libnet-server-mail-perl 0.16-3 (tar) [15.8kB]
+Get:3 http://idpot.grenoble.grid5000.fr sid/main libnet-server-mail-perl 0.16-3 (diff) [2777B]
+Fetched 19.2kB in 0s (134kB/s)
+Download complete and in download only mode
+** Using build dependencies supplied by package:
+Build-Depends: debhelper (>= 4.0.2)
+Build-Depends-Indep: perl (>= 5.8.0-7)
+Checking for already installed source dependencies...
+debhelper: missing
+Using default version 6.0.7
+perl: already installed (5.8.8-12 >= 5.8.0-7 is satisfied)
+Checking for source dependency conflicts...
+Reading package lists...
+Building dependency tree...
+Reading state information...
+The following extra packages will be installed:
+  bsdmainutils file gettext gettext-base groff-base html2text intltool-debian
+  libgomp1 libmagic1 man-db po-debconf
+Suggested packages:
+  wamerican wordlist whois vacation dh-make cvs gettext-doc groff www-browser
+Recommended packages:
+  curl wget lynx libcompress-zlib-perl libmail-box-perl libmail-sendmail-perl
+The following NEW packages will be installed:
+  bsdmainutils debhelper file gettext gettext-base groff-base html2text
+  intltool-debian libgomp1 libmagic1 man-db po-debconf
+0 upgraded, 12 newly installed, 0 to remove and 0 not upgraded.
+Need to get 6104kB of archives.
+After this operation, 18.7MB of additional disk space will be used.
+WARNING: The following packages cannot be authenticated!
+  bsdmainutils groff-base man-db libmagic1 file gettext-base html2text
+  libgomp1 gettext intltool-debian po-debconf debhelper
+Authentication warning overridden.
+Get:1 http://idpot.grenoble.grid5000.fr sid/main bsdmainutils 6.1.10 [172kB]
+Get:2 http://idpot.grenoble.grid5000.fr sid/main groff-base 1.18.1.1-17 [844kB]
+Get:3 http://idpot.grenoble.grid5000.fr sid/main man-db 2.5.1-2 [997kB]
+Get:4 http://idpot.grenoble.grid5000.fr sid/main libmagic1 4.23-2 [342kB]
+Get:5 http://idpot.grenoble.grid5000.fr sid/main file 4.23-2 [41.0kB]
+Get:6 http://idpot.grenoble.grid5000.fr sid/main gettext-base 0.17-2 [123kB]
+Get:7 http://idpot.grenoble.grid5000.fr sid/main html2text 1.3.2a-3 [98.9kB]
+Get:8 http://idpot.grenoble.grid5000.fr sid/main libgomp1 4.3.0-1 [13.3kB]
+Get:9 http://idpot.grenoble.grid5000.fr sid/main gettext 0.17-2 [2683kB]
+Get:10 http://idpot.grenoble.grid5000.fr sid/main intltool-debian 0.35.0+20060710.1 [30.8kB]
+Get:11 http://idpot.grenoble.grid5000.fr sid/main po-debconf 1.0.12 [237kB]
+Get:12 http://idpot.grenoble.grid5000.fr sid/main debhelper 6.0.7 [521kB]
+debconf: delaying package configuration, since apt-utils is not installed
+Fetched 6104kB in 0s (26.0MB/s)
+Selecting previously deselected package bsdmainutils.
+(Reading database ... 9174 files and directories currently installed.)
+Unpacking bsdmainutils (from .../bsdmainutils_6.1.10_i386.deb) ...
+Selecting previously deselected package groff-base.
+Unpacking groff-base (from .../groff-base_1.18.1.1-17_i386.deb) ...
+Selecting previously deselected package man-db.
+Unpacking man-db (from .../man-db_2.5.1-2_i386.deb) ...
+Selecting previously deselected package libmagic1.
+Unpacking libmagic1 (from .../libmagic1_4.23-2_i386.deb) ...
+Selecting previously deselected package file.
+Unpacking file (from .../archives/file_4.23-2_i386.deb) ...
+Selecting previously deselected package gettext-base.
+Unpacking gettext-base (from .../gettext-base_0.17-2_i386.deb) ...
+Selecting previously deselected package html2text.
+Unpacking html2text (from .../html2text_1.3.2a-3_i386.deb) ...
+Selecting previously deselected package libgomp1.
+Unpacking libgomp1 (from .../libgomp1_4.3.0-1_i386.deb) ...
+Selecting previously deselected package gettext.
+Unpacking gettext (from .../gettext_0.17-2_i386.deb) ...
+Selecting previously deselected package intltool-debian.
+Unpacking intltool-debian (from .../intltool-debian_0.35.0+20060710.1_all.deb) ...
+Selecting previously deselected package po-debconf.
+Unpacking po-debconf (from .../po-debconf_1.0.12_all.deb) ...
+Selecting previously deselected package debhelper.
+Unpacking debhelper (from .../debhelper_6.0.7_all.deb) ...
+Setting up bsdmainutils (6.1.10) ...
+Setting up groff-base (1.18.1.1-17) ...
+Setting up man-db (2.5.1-2) ...
+Building database of manual pages ...
+Setting up libmagic1 (4.23-2) ...
+Setting up file (4.23-2) ...
+Setting up gettext-base (0.17-2) ...
+Setting up html2text (1.3.2a-3) ...
+Setting up libgomp1 (4.3.0-1) ...
+Setting up gettext (0.17-2) ...
+Setting up intltool-debian (0.35.0+20060710.1) ...
+Setting up po-debconf (1.0.12) ...
+Setting up debhelper (6.0.7) ...
+Checking correctness of source dependencies...
+Kernel: Linux 2.6.18-3-amd64 i386 (x86_64)
+Toolchain package versions: libc6-dev_2.7-9 linux-libc-dev_2.6.24-4 gcc-4.2_4.2.3-2 g++-4.2_4.2.3-2 binutils_2.18.1~cvs20080103-1 libstdc++6-4.2-dev_4.2.3-2 libstdc++6_4.3.0-1
+------------------------------------------------------------------------------
+gpg: Signature made Wed Feb 27 06:36:18 2008 CET using DSA key ID 54C1C1C9
+gpg: Can't check signature: public key not found
+dpkg-source: extracting libnet-server-mail-perl in libnet-server-mail-perl-0.16
+dpkg-source: unpacking libnet-server-mail-perl_0.16.orig.tar.gz
+dpkg-source: applying ./libnet-server-mail-perl_0.16-3.diff.gz
+dpkg-buildpackage: source package libnet-server-mail-perl
+dpkg-buildpackage: source version 0.16-3
+dpkg-buildpackage: source changed by Ivan Kohler <ivan-debian at 420.am>
+dpkg-buildpackage: host architecture i386
+ /usr/bin/fakeroot debian/rules clean
+dh_testdir
+dh_testroot
+dh_clean build-stamp install-stamp
+# Add commands to clean up after the build process here
+[ ! -f Makefile ] || /usr/bin/make realclean
+ dpkg-source -b libnet-server-mail-perl-0.16
+dpkg-source: building libnet-server-mail-perl using existing libnet-server-mail-perl_0.16.orig.tar.gz
+dpkg-source: building libnet-server-mail-perl in libnet-server-mail-perl_0.16-3.diff.gz
+dpkg-source: building libnet-server-mail-perl in libnet-server-mail-perl_0.16-3.dsc
+ debian/rules build
+dh_testdir
+# Add commands to compile the package here
+/usr/bin/perl Makefile.PL INSTALLDIRS=vendor
+Checking if your kit is complete...
+Looks good
+Writing Makefile for Net::Server::Mail
+/usr/bin/make
+make[1]: Entering directory `/build/user/libnet-server-mail-perl-0.16'
+cp lib/Net/Server/Mail/LMTP.pm blib/lib/Net/Server/Mail/LMTP.pm
+cp lib/Net/Server/Mail/ESMTP/Extension.pm blib/lib/Net/Server/Mail/ESMTP/Extension.pm
+cp lib/Net/Server/Mail/ESMTP/PIPELINING.pm blib/lib/Net/Server/Mail/ESMTP/PIPELINING.pm
+cp lib/Net/Server/Mail.pm blib/lib/Net/Server/Mail.pm
+cp lib/Net/Server/Mail/SMTP.pm blib/lib/Net/Server/Mail/SMTP.pm
+cp lib/Net/Server/Mail/ESMTP/XFORWARD.pm blib/lib/Net/Server/Mail/ESMTP/XFORWARD.pm
+cp lib/Net/Server/Mail/ESMTP/8BITMIME.pm blib/lib/Net/Server/Mail/ESMTP/8BITMIME.pm
+cp lib/Net/Server/Mail/ESMTP.pm blib/lib/Net/Server/Mail/ESMTP.pm
+Manifying blib/man3/Net::Server::Mail::LMTP.3pm
+Manifying blib/man3/Net::Server::Mail::ESMTP::Extension.3pm
+Manifying blib/man3/Net::Server::Mail::ESMTP::XFORWARD.3pm
+Manifying blib/man3/Net::Server::Mail::SMTP.3pm
+Manifying blib/man3/Net::Server::Mail.3pm
+Manifying blib/man3/Net::Server::Mail::ESMTP.3pm
+make[1]: Leaving directory `/build/user/libnet-server-mail-perl-0.16'
+/usr/bin/make test
+make[1]: Entering directory `/build/user/libnet-server-mail-perl-0.16'
+PERL_DL_NONLAZY=1 /usr/bin/perl "-MExtUtils::Command::MM" "-e" "test_harness(0, 'blib/lib', 'blib/arch')" t/*.t
+t/esmtp....Use of uninitialized value in getprotobynumber at /usr/lib/perl/5.8/IO/Socket/INET.pm line 133.
+Use of uninitialized value in socket at /usr/lib/perl/5.8/IO/Socket.pm line 80.
+Use of uninitialized value in socket at /usr/lib/perl/5.8/IO/Socket.pm line 80.
+Use of uninitialized value in getprotobynumber at /usr/lib/perl/5.8/IO/Socket/INET.pm line 133.
+Use of uninitialized value in socket at /usr/lib/perl/5.8/IO/Socket.pm line 80.
+Use of uninitialized value in socket at /usr/lib/perl/5.8/IO/Socket.pm line 80.
+Use of uninitialized value in getprotobynumber at /usr/lib/perl/5.8/IO/Socket/INET.pm line 133.
+Use of uninitialized value in socket at /usr/lib/perl/5.8/IO/Socket.pm line 80.
+Use of uninitialized value in socket at /usr/lib/perl/5.8/IO/Socket.pm line 80.
+Use of uninitialized value in getprotobynumber at /usr/lib/perl/5.8/IO/Socket/INET.pm line 133.




More information about the Collab-qa-commits mailing list