Your message dated Thu, 26 Aug 2010 18:47:20 +0000
with message-id <e1oohts-000360...@franck.debian.org>
and subject line Bug#594199: fixed in aptitude 0.6.3-3.1
has caused the Debian Bug report #594199,
regarding aptitude fails to build with apt 0.8.0
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
594199: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=594199
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: aptitude
Version: 0.6.3-2ubuntu3
Severity: normal
Tags: patch

Hi,

attached is a small (and trivial) patch to make aptitude build against
the current apt in debian/experimental (and soon unstable).

Cheers,
 Michael

-- Package-specific info:
aptitude 0.6.3 compiled at Jul 30 2010 21:54:28
Compiler: g++ 4.4.5 20100723 (prerelease)
Compiled against:
  apt version 4.10.0
  NCurses version 5.7
  libsigc++ version: 2.2.4.2
  Ept support enabled.
  Gtk+ support disabled.

Current library versions:
  NCurses version: ncurses 5.7.20100626
  cwidget version: 0.5.16
  Apt version: 4.10.0
        libapt-pkg.so.4.10 => /usr/lib/libapt-pkg.so.4.10 (0x003df000)
        libncursesw.so.5 => /lib/libncursesw.so.5 (0x00e86000)
        libsigc-2.0.so.0 => /usr/lib/libsigc-2.0.so.0 (0x00e48000)
        libcwidget.so.3 => /usr/lib/libcwidget.so.3 (0x008bd000)
        libept.so.1 => /usr/lib/libept.so.1 (0x00110000)
        libxapian.so.15 => /usr/lib/libxapian.so.15 (0x00161000)
        libz.so.1 => /lib/libz.so.1 (0x00369000)
        libsqlite3.so.0 => /usr/lib/libsqlite3.so.0 (0x00b1e000)
        libboost_iostreams.so.1.42.0 => /usr/lib/libboost_iostreams.so.1.42.0 
(0x002ae000)
        libpthread.so.0 => /lib/libpthread.so.0 (0x00500000)
        libstdc++.so.6 => /usr/lib/libstdc++.so.6 (0x0051a000)
        libm.so.6 => /lib/libm.so.6 (0x00ee8000)
        libgcc_s.so.1 => /lib/libgcc_s.so.1 (0x00a80000)
        libc.so.6 => /lib/libc.so.6 (0x00606000)
        libutil.so.1 => /lib/libutil.so.1 (0x002c8000)
        libdl.so.2 => /lib/libdl.so.2 (0x002cc000)
        libbz2.so.1.0 => /lib/libbz2.so.1.0 (0x002d0000)
        librt.so.1 => /lib/librt.so.1 (0x002e2000)
        /lib/ld-linux.so.2 (0x00acd000)
Terminal: xterm
$DISPLAY is set.
`which aptitude`: /usr/bin/aptitude
aptitude version information:

aptitude linkage:

-- System Information:
Debian Release: squeeze/sid
  APT prefers maverick-updates
  APT policy: (500, 'maverick-updates'), (500, 'maverick-security'), (500, 
'maverick')
Architecture: i386 (i686)

Kernel: Linux 2.6.35-14-generic (SMP w/2 CPU cores)
Locale: LANG=en_DK.UTF-8, LC_CTYPE=en_DK.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages aptitude depends on:
hi  apt [libapt-pkg4 0.7.26~exp12ubuntu3     Advanced front-end for dpkg
ii  libboost-iostrea 1.42.0-3ubuntu1         Boost.Iostreams Library
ii  libc6            2.12-0ubuntu4           Embedded GNU C Library: Shared lib
ii  libcwidget3      0.5.16-3ubuntu1         high-level terminal interface libr
ii  libept1          1.0.3                   High-level library for managing De
ii  libgcc1          1:4.5.0-7ubuntu1        GCC support library
ii  libncursesw5     5.7+20100626-0ubuntu1   shared libraries for terminal hand
ii  libsigc++-2.0-0c 2.2.4.2-1               type-safe Signal Framework for C++
ii  libsqlite3-0     3.7.0-1                 SQLite 3 shared library
ii  libstdc++6       4.5.0-7ubuntu1          The GNU Standard C++ Library v3
ii  libxapian15      1.0.20-2                Search engine library
ii  zlib1g           1:1.2.3.4.dfsg-3ubuntu1 compression library - runtime

Versions of packages aptitude recommends:
ii  apt-xapian-index          0.38ubuntu1    maintenance tools for a Xapian ind
ii  libparse-debianchangelog- 1.1.1-2ubuntu2 parse Debian changelogs and output
ii  sensible-utils            0.0.4ubuntu1   Utilities for sensible alternative

Versions of packages aptitude suggests:
pn  aptitude-doc-en | aptitude-do <none>     (no description available)
pn  debtags                       <none>     (no description available)
pn  tasksel                       <none>     (no description available)

-- no debconf information
Index: aptitude-0.6.3/src/main.cc
===================================================================
--- aptitude-0.6.3.orig/src/main.cc	2010-07-29 14:57:47.065075001 +0200
+++ aptitude-0.6.3/src/main.cc	2010-07-29 14:57:54.675075001 +0200
@@ -1059,7 +1059,7 @@
 	{
 	  // Connect up the "please consume errors" routine for the
 	  // command-line.
-	  consume_errors.connect(sigc::mem_fun(_error, &GlobalError::DumpErrors));
+	  consume_errors.connect(sigc::mem_fun0(_error, &GlobalError::DumpErrors));
 
 	  if(update_only || install_only || autoclean_only || clean_only)
 	    {

--- End Message ---
--- Begin Message ---
Source: aptitude
Source-Version: 0.6.3-3.1

We believe that the bug you reported is fixed in the latest version of
aptitude, which is due to be installed in the Debian FTP archive:

aptitude-dbg_0.6.3-3.1_i386.deb
  to main/a/aptitude/aptitude-dbg_0.6.3-3.1_i386.deb
aptitude-doc-cs_0.6.3-3.1_all.deb
  to main/a/aptitude/aptitude-doc-cs_0.6.3-3.1_all.deb
aptitude-doc-en_0.6.3-3.1_all.deb
  to main/a/aptitude/aptitude-doc-en_0.6.3-3.1_all.deb
aptitude-doc-es_0.6.3-3.1_all.deb
  to main/a/aptitude/aptitude-doc-es_0.6.3-3.1_all.deb
aptitude-doc-fi_0.6.3-3.1_all.deb
  to main/a/aptitude/aptitude-doc-fi_0.6.3-3.1_all.deb
aptitude-doc-fr_0.6.3-3.1_all.deb
  to main/a/aptitude/aptitude-doc-fr_0.6.3-3.1_all.deb
aptitude-doc-ja_0.6.3-3.1_all.deb
  to main/a/aptitude/aptitude-doc-ja_0.6.3-3.1_all.deb
aptitude-gtk_0.6.3-3.1_i386.deb
  to main/a/aptitude/aptitude-gtk_0.6.3-3.1_i386.deb
aptitude_0.6.3-3.1.debian.tar.gz
  to main/a/aptitude/aptitude_0.6.3-3.1.debian.tar.gz
aptitude_0.6.3-3.1.dsc
  to main/a/aptitude/aptitude_0.6.3-3.1.dsc
aptitude_0.6.3-3.1_i386.deb
  to main/a/aptitude/aptitude_0.6.3-3.1_i386.deb



A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 594...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Julien Cristau <jcris...@debian.org> (supplier of updated aptitude package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmas...@debian.org)


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256

Format: 1.8
Date: Thu, 26 Aug 2010 20:00:57 +0200
Source: aptitude
Binary: aptitude aptitude-gtk aptitude-dbg aptitude-doc-cs aptitude-doc-en 
aptitude-doc-es aptitude-doc-fi aptitude-doc-fr aptitude-doc-ja
Architecture: source i386 all
Version: 0.6.3-3.1
Distribution: unstable
Urgency: low
Maintainer: Daniel Burrows <dburr...@debian.org>
Changed-By: Julien Cristau <jcris...@debian.org>
Description: 
 aptitude   - terminal-based package manager (terminal interface only)
 aptitude-dbg - Debug symbols for the aptitude package manager
 aptitude-doc-cs - Czech manual for aptitude, a terminal-based package manager
 aptitude-doc-en - English manual for aptitude, a terminal-based package manager
 aptitude-doc-es - Spanish manual for aptitude, a terminal-based package manager
 aptitude-doc-fi - Finnish manual for aptitude, a terminal-based package manager
 aptitude-doc-fr - French manual for aptitude, a terminal-based package manager
 aptitude-doc-ja - Japanese manual for aptitude, a terminal-based package 
manager
 aptitude-gtk - terminal-based package manager (GUI and terminal interfaces)
Closes: 594199
Changes: 
 aptitude (0.6.3-3.1) unstable; urgency=low
 .
   * Non-maintainer upload to fix FTBFS (closes: 594199).
   * Add patch by Michael Vogt to use sigc::mem_fun0 instead of sigc::mem_fun,
     fixing an error with apt 0.8.
   * Comment out our operator<< for pkgCache::DepIterator, libapt-pkg has one
     now and this caused conflicts.  Build-Depend on new libapt-pkg-dev
     accordingly.
   * Don't build with -Werror to avoid more FTBFS.
Checksums-Sha1: 
 c1434120278ceb8a5041a5bd4c5d6af631a04508 2317 aptitude_0.6.3-3.1.dsc
 ac369f1372ddda781dc781b7337982a7c39c4021 46550 aptitude_0.6.3-3.1.debian.tar.gz
 d0d409bdaeb36ad4a0f79f2e1eae53c342a3bf2a 3800990 aptitude_0.6.3-3.1_i386.deb
 27a35f7529d3b8d013e2d632a793baedfa4e1b18 1960608 
aptitude-gtk_0.6.3-3.1_i386.deb
 03a97d79ebf7eb4be6e8471da259319d2a537618 23945660 
aptitude-dbg_0.6.3-3.1_i386.deb
 8934c97016e00e1a0939e3d27206452ca2d064bc 375714 
aptitude-doc-cs_0.6.3-3.1_all.deb
 1372831f745fb76bcc3aa863272f6d5d17d8e594 445916 
aptitude-doc-en_0.6.3-3.1_all.deb
 31a9b203d917557d9b8cc8efd6fbaf3f51634456 468580 
aptitude-doc-es_0.6.3-3.1_all.deb
 a944a38fccee2e47b78d6bc3ab068ee6c918a8cf 270990 
aptitude-doc-fi_0.6.3-3.1_all.deb
 04af7d0208a2fc4bbec8abd6709364008897c7e8 326162 
aptitude-doc-fr_0.6.3-3.1_all.deb
 744932c0f1c4340c6089c4190b7f34b2ba828e40 390346 
aptitude-doc-ja_0.6.3-3.1_all.deb
Checksums-Sha256: 
 c2ed17bbb25eca02f96a7954b436f9e311d6933146aeb4163dc3c61555a88ec7 2317 
aptitude_0.6.3-3.1.dsc
 a47626eb97631a9c4166c0ba2562a582ba7a3ee7408b49e2017d49449195dd22 46550 
aptitude_0.6.3-3.1.debian.tar.gz
 9977f7b44673958731d9872d6f6e2f2841f990f1c7c7a03a23f334ef9943d25c 3800990 
aptitude_0.6.3-3.1_i386.deb
 db4cc42834864cdd04b168e06d634a85acba8c20f210ac33dc204cdb371a85bf 1960608 
aptitude-gtk_0.6.3-3.1_i386.deb
 c02ec9da98883833f0bd814cda1bf2371fd9150d2d2fcd2a8f1f120ea87138af 23945660 
aptitude-dbg_0.6.3-3.1_i386.deb
 0b40f14e3959b0b61653b09c8c05227c5695ee0a131d3a339b0dfc57eb609a1e 375714 
aptitude-doc-cs_0.6.3-3.1_all.deb
 783fe6a6648431276b6313be0fc2397847f3787b8e3dcef9c15c536befc149e7 445916 
aptitude-doc-en_0.6.3-3.1_all.deb
 7e5dcfa032c12b11a0104a0e48626e22384645bf80313655eb1b79d9120e8c7a 468580 
aptitude-doc-es_0.6.3-3.1_all.deb
 9019e1d4d02240ef2cb4ba415942a8708c88daacc95bd476db880caf354b0364 270990 
aptitude-doc-fi_0.6.3-3.1_all.deb
 cf20925ef2e008d1535df881c46df1b0185a8b18c19cb135c8b7bb075c81735f 326162 
aptitude-doc-fr_0.6.3-3.1_all.deb
 847a8bdebd65389b422821efe3a0c0e0e51bbb59f9516af978d879fd6f223bcb 390346 
aptitude-doc-ja_0.6.3-3.1_all.deb
Files: 
 376b112d1a81ff510b7039e8a9aae30e 2317 admin - aptitude_0.6.3-3.1.dsc
 5eed3a66c7ad759b4b91cfe9448b775c 46550 admin - aptitude_0.6.3-3.1.debian.tar.gz
 933d68092f02700193557f4da46373a4 3800990 admin important 
aptitude_0.6.3-3.1_i386.deb
 2173eef1d6657ec77148ad1b0ea27435 1960608 admin optional 
aptitude-gtk_0.6.3-3.1_i386.deb
 903e8d4e3be5c262b54254f5a3506a98 23945660 debug extra 
aptitude-dbg_0.6.3-3.1_i386.deb
 4df97b3d095400f52e1e86d3dc07cb49 375714 doc optional 
aptitude-doc-cs_0.6.3-3.1_all.deb
 30062bb30a87661058f51b86d13bd9f3 445916 doc optional 
aptitude-doc-en_0.6.3-3.1_all.deb
 084050be1e3e08027c030683cf394841 468580 doc optional 
aptitude-doc-es_0.6.3-3.1_all.deb
 1b1b69efa0eb83a30914faa7a20a6f0b 270990 doc optional 
aptitude-doc-fi_0.6.3-3.1_all.deb
 8d2e325cfb206fa30df52ebf4fa35545 326162 doc optional 
aptitude-doc-fr_0.6.3-3.1_all.deb
 f4e7c036fb1c146cc8d0096aa8350fd8 390346 doc optional 
aptitude-doc-ja_0.6.3-3.1_all.deb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.10 (GNU/Linux)

iQIcBAEBCAAGBQJMdrNsAAoJEDEBgAUJBeQM2iMP/0yTKoV3KYxpUdrNNQScPZYx
mWugMfIr2gRxdLjRE1LKTJGq51gCMHZQojeKyUsYZkzMaHfn4lZgF/W/gUprhcGQ
TI9W9xq9e+R2Vc+0CRSvDBGbZEmdmliZZdWrDac5AqgoTj/qGEe04WYo3KNQ6AkN
IxhMqcECT9AnVWa7UF4kt5DFTHT09F6rTINtlCtRCGfPxEXiYE7KTrwhXIDf871l
MgdqzGppejV+gjVAPjB+zbS465rMKVIMt7JcbenyPNziuSs5l8Ol8kP0vS/cAedm
bM1S1XA3mfNrAOe7xPpbWs4v1jrFs9qxND6QaUJXBfmLk1d82cxD7iYgq8rW1mH9
ag0q1dJfE6aLuEqHCR/r5eLkoDyD9+0SaqVAkijX+WnIKc/wCDccOMfxhl8msQ9p
awYZS3YP+OVvnlQmXPXSMHLEX4vRjOdPXeF2FmVV0F1fEnAKNC17qcTs84t5LT1X
pksMBK9eaEwiSdgSVWDAwtQo8MYh6mM9vfgKHNGYT2UU3nM6fKpjaKoz+DucJc3T
gCu6sQ4vb4qdNg+6BCO39sGG53uzPpFkkRxyO6vMZWJbwwzzl4+iKCEuiSSl2/PC
K2BSMO7K19ogccO/Z8otlrN2Uwv0gMcrd1q/Ay32278k0+I/wCeV7vE2XAIgb0A3
FvA9tZEVTORSheTljmnz
=e8en
-----END PGP SIGNATURE-----



--- End Message ---

Reply via email to