Your message dated Tue, 21 Sep 2010 08:38:41 +0000
with message-id <[email protected]>
and subject line Bug#597306: fixed in ia32-libs 20100919
has caused the Debian Bug report #597306,
regarding NWN [neverwinter nights] requires lib32stdc++5. This seems to be
missing from ia32-libs 20100914
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 [email protected]
immediately.)
--
597306: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=597306
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: ia32-libs
Version: 20090808
Severity: normal
Tags: sid
I came across this bug because fglrx-glx-ia32 10.9-1 requries ia32-libs
20100914.
After installation nwn falts out looking for lib32stdc++5.
-- System Information:
Debian Release: squeeze/sid
APT prefers testing
APT policy: (990, 'testing'), (600, 'unstable'), (550, 'experimental')
Architecture: amd64 (x86_64)
Kernel: Linux 2.6.35-trunk-amd64 (SMP w/2 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash
Versions of packages ia32-libs depends on:
ii dpkg 1.15.8.4 Debian package management system
ii lib32asound2 1.0.23-1 shared library for ALSA applicatio
ii lib32gcc1 1:4.4.4-8 GCC support library (32 bit Versio
ii lib32ncurses5 5.7+20100313-2 shared libraries for terminal hand
ii lib32stdc++6 4.4.4-8 The GNU Standard C++ Library v3 (3
ii lib32z1 1:1.2.3.4.dfsg-3 compression library - 32 bit runti
ii libc6-i386 2.11.2-5 Embedded GNU C Library: 32-bit sha
ii lsb-release 3.2-23.1 Linux Standard Base version report
ia32-libs recommends no packages.
Versions of packages ia32-libs suggests:
ii ia32-libs-gtk 20090804 GTK+ ia32 shared libraries
-- no debconf information
--- End Message ---
--- Begin Message ---
Source: ia32-libs
Source-Version: 20100919
We believe that the bug you reported is fixed in the latest version of
ia32-libs, which is due to be installed in the Debian FTP archive:
ia32-libs-dev_20100919_amd64.deb
to main/i/ia32-libs/ia32-libs-dev_20100919_amd64.deb
ia32-libs_20100919.dsc
to main/i/ia32-libs/ia32-libs_20100919.dsc
ia32-libs_20100919.tar.gz
to main/i/ia32-libs/ia32-libs_20100919.tar.gz
ia32-libs_20100919_amd64.deb
to main/i/ia32-libs/ia32-libs_20100919_amd64.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 [email protected],
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Goswin von Brederlow <[email protected]> (supplier of updated ia32-libs 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 [email protected])
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Format: 1.8
Date: Sun, 19 Sep 2010 19:53:02 +0200
Source: ia32-libs
Binary: ia32-libs ia32-libs-dev
Architecture: source amd64
Version: 20100919
Distribution: unstable
Urgency: high
Maintainer: Debian ia32-libs Team
<[email protected]>
Changed-By: Goswin von Brederlow <[email protected]>
Description:
ia32-libs - ia32 shared libraries for use on amd64 and ia64 systems
ia32-libs-dev - ia32 development files for use on amd64 and ia64 systems
Closes: 597306
Changes:
ia32-libs (20100919) unstable; urgency=high
.
* Make dependency on lib32bz2-1.0 [amd64] only.
* Add gcc-3.3 1:3.3.6ds1-20 for libstdc++5 (Closes: #597306)
.
* Packages updated
.
[ openldap (2.4.23-5) unstable; urgency=high ]
.
[ Steve Langasek ]
* High-urgency upload for RC bugfix.
* debian/slapd.scripts-common: fix gratuitous (and wrong) use of grep in
get_suffix(), which causes us to incorrectly parse any slapd.conf that
uses tabs instead of spaces. #595672.
* debian/slapd.init, debian/slapd.scripts-common: when $SLAPD_CONF is not
set in /etc/default/slapd, we should always set a default value, giving
precedence to slapd.d and falling back to slapd.conf. Users who don't
want to use an existing slapd.d should point at slapd.conf explicitly.
#594714, #596343.
* debian/slapd.init: 'invoke-rc.d slapd stop' should not fail due to the
absence of a slapd configuration; we should still exit 0 so that the
package can be removed gracefully. #596100.
* drop build-conflicts with libssl-dev; we explicitly pass
--with-tls=gnutls to configure, so there's no risk of a misbuild here.
* debian/slapd.default: now that we have a sensible default behavior in
both slapd.init and the maintainer scripts, leave SLAPD_CONF empty to
save pain later.
* debian/slapd.scripts-common: ... and do the same in
migrate_to_slapd_d_style, we just need to comment out the user's
previous entry instead of blowing it away.
* debian/slapd.scripts-common: call get_suffix in a way that lets us
separate responses by newlines, to properly handle the case when a
DN has embedded spaces. Introduces a few more stupid fd tricks to work
around possible problems with debconf. #595466.
* debian/slapd.scripts-common: when parsing the names of includes, handle
double-quotes and escape characters as described in slapd.conf(5).
#595784.
* debian/slapd.scripts-common, debian/slapd.postinst: on upgrade from
versions <= 2.4.23-4, explicitly grant access to cn=Subschema, which
otherwise is blocked by our added olcAccess settings. #596326.
* debian/slapd.init.ldif: set the acl in the default LDIF for new installs,
too.
* Likewise, grant access to dn.exact="" so that base dn autodiscovery
works as intended. #596049.
* debian/slapd.init.ldif: synchronize our behavior on new installs with
that on upgrades, avoiding the non-standard cn=localroot,cn=config.
* debian/slapd.scripts-common: don't run the migration code if slapd.d
already exists. #593965.
.
[ Matthijs Mohlmann ]
* Remove upgrade_supported_from_backend, implemented patch from
Peter Marschall <[email protected]> to automatically detect if an upgrade is
supported. (#594712)
.
[ Peter Marschall ]
* debian/slapd.init: correctly set the slapd.conf argument even when
SLAPD_PIDFILE is non-empty in /etc/default/slapd. #593880.
* debian/slapd.scripts-common: pass -g to slapadd/slapcat, so that
subordinate databases aren't incorrectly included in the dump/restore of
the parent database. #594821.
.
[ pam (1.1.1-6) unstable; urgency=low ]
.
* Updated debconf translations:
- Swedish, thanks to Martin Bagge <[email protected]> (#575875)
.
[ pam (1.1.1-5) unstable; urgency=low ]
.
* debian/rules: pass getconf LFS_CFLAGS so that we get a 64-bit rlimit
interface. #579402.
* Update debian/source.lintian-overrides to clean up some spurious
warnings.
* Bump Standards-Version to 3.9.1.
* Add lintian overrides for a few more spurious warnings.
* debian/patches-applied/no_PATH_MAX_on_hurd: define PATH_MAX for
compatibility when it's not already set. #552043.
* debian/local/pam-auth-update: Don't try to pass embedded newlines to
debconf; backslash-escape them instead and use CAPB escape.
* debian/local/pam-auth-update: sort additional module options before
writing them out, so that we don't wind up with a different config file
on every invocation. Thanks to Jim Paris <[email protected]> for the patch.
#594123.
.
[ sane-backends (1.0.21-4) unstable; urgency=low ]
.
* debconf translations:
+ it.po: courtesy of Luca Monducci (#593722).
.
[ xorg (1:7.5+7) unstable; urgency=low ]
.
[ Julien Cristau ]
* Nuke x11-common's Conflicts. This was needed for upgrades from the
monolith, which aren't relevant anymore.
* Also drop Pre-Depends on debconf. The debconf interaction in
x11-common.preinst was removed in 1:7.4+2.
* Drop versioned build-dep on dpkg 1.7.0. Even woody had that..
* Drop x11-common Depends on debianutils 1.13. That was also in woody.
* Add xserver-xorg-video-geode to -all on i386 (#567909).
.
[ Cyril Brulebois ]
* Add myself to Uploaders.
* Update Debian po files by running debconf-updatepo (through
debian/rules clean).
Checksums-Sha1:
b0cf8f9c4a838084562ca9192b3ae7256b1c46b8 1235 ia32-libs_20100919.dsc
e8784c4984cb4e523af746f8d9bfcabffb4b7dec 339718299 ia32-libs_20100919.tar.gz
d11b4521f9d300e408e1122765afb86894089447 34148656 ia32-libs_20100919_amd64.deb
25a399f139962f085ec3abc711035023ce8fa4dc 12921536
ia32-libs-dev_20100919_amd64.deb
Checksums-Sha256:
04e6c3ff063c8c47a7837ca4407f6e9e733747e0ee6d2caad5196aeb53d73702 1235
ia32-libs_20100919.dsc
12b1305a4b751ba0afaa5e117347b0c1a5e58cf8353752c6c5df50ce63c6a9fc 339718299
ia32-libs_20100919.tar.gz
62e026a617f2ff2e4b624e16b12b68beb7bb12dd88ca724de75f35ae9a8c8eb2 34148656
ia32-libs_20100919_amd64.deb
3956daa19107ceb15cedbb9c17a30c0eb7f1d45828c613bf8ac1787b8a710218 12921536
ia32-libs-dev_20100919_amd64.deb
Files:
609fbb31a343d81cb88300c94ac547de 1235 libs optional ia32-libs_20100919.dsc
cd059398da5ac97326a2f75fa40dcbf1 339718299 libs optional
ia32-libs_20100919.tar.gz
17e06e935cd3799d18a39067ad3eb62f 34148656 libs optional
ia32-libs_20100919_amd64.deb
e8bf04309616327b57f721086b70a5ad 12921536 libdevel optional
ia32-libs-dev_20100919_amd64.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.10 (GNU/Linux)
iEYEARECAAYFAkyYZaoACgkQ6n7So0GVSSD62gCeLVD4gALxxWXRylHQ4Zro2R3Q
BLUAoKL3qpqMeoyP+QtV62iRuD5IMNVZ
=CYtj
-----END PGP SIGNATURE-----
--- End Message ---