Your message dated Sun, 12 Oct 2014 05:18:41 +0000
with message-id <[email protected]>
and subject line Bug#671711: fixed in dpkg 1.17.17
has caused the Debian Bug report #671711,
regarding liblapack3: octave has upgrade problems: liblapack.so.3gf: cannot 
open shared object file: No such file or directory
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.)


-- 
671711: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=671711
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: liblapack3
Version: 3.4.1-3
Severity: serious
User: [email protected]
Usertags: piuparts


Hi,

while doing piuparts tests distupgrading from squeeze to sid I noticed a
cooperation problem between octave and liblapack3:

[...]
  Preparing to replace liblapack3gf 3.3.1-1 (using 
.../liblapack3gf_3.4.1-3_amd64.deb) ...
  Unpacking replacement liblapack3gf ...
  Preparing to replace libblas3gf 1.2.20110419-2 (using 
.../libblas3gf_1.2.20110419-3_amd64.deb) ...
  Unpacking replacement libblas3gf ...
  Selecting previously unselected package libblas3.
  Unpacking libblas3 (from .../libblas3_1.2.20110419-3_amd64.deb) ...
  update-alternatives: warning: alternative /usr/lib/libblas/libblas.so.3gf 
(part of link group libblas.so.3gf) doesn't exist. Removing from list of 
alternatives.
  update-alternatives: warning: /etc/alternatives/libblas.so.3gf is dangling, 
it will be updated with best choice.
  Selecting previously unselected package liblapack3.
  Unpacking liblapack3 (from .../liblapack3_3.4.1-3_amd64.deb) ...
  update-alternatives: warning: alternative /usr/lib/lapack/liblapack.so.3gf 
(part of link group liblapack.so.3gf) doesn't exist. Removing from list of 
alternatives.
  update-alternatives: warning: /etc/alternatives/liblapack.so.3gf is dangling, 
it will be updated with best choice.
  Preparing to replace octave-io 1.0.18-2 (using 
.../octave-io_1.0.19-1_amd64.deb) ...
  Unpacking replacement octave-io ...
  Processing triggers for octave ...
  octave: error while loading shared libraries: liblapack.so.3gf: cannot open 
shared object file: No such file or directory
  dpkg: error processing octave (--unpack):
   subprocess installed post-installation script returned error exit status 127
  Errors were encountered while processing:
   octave

The full piuparts log is attached.


Cheers,

Andreas

Attachment: octave-io_1.0.19-1.log.gz
Description: GNU Zip compressed data


--- End Message ---
--- Begin Message ---
Source: dpkg
Source-Version: 1.17.17

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

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.
Guillem Jover <[email protected]> (supplier of updated dpkg 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: SHA256

Format: 1.8
Date: Sun, 12 Oct 2014 04:59:09 +0200
Source: dpkg
Binary: libdpkg-dev dpkg dpkg-dev libdpkg-perl dselect
Architecture: source all
Version: 1.17.17
Distribution: unstable
Urgency: low
Maintainer: Dpkg Developers <[email protected]>
Changed-By: Guillem Jover <[email protected]>
Description:
 dpkg       - Debian package management system
 dpkg-dev   - Debian package development tools
 dselect    - Debian package management front-end
 libdpkg-dev - Debian package management static library
 libdpkg-perl - Dpkg perl modules
Closes: 671711 764216 764673 764721
Changes:
 dpkg (1.17.17) unstable; urgency=low
 .
   [ Guillem Jover ]
   * Add dpkg-vendor, Dpkg/File.pm and Dpkg/Util.pm to the list of files with
     translatable strings, so that they can be translated.
   * Fix some typos for versioned and mentioned in comments and changelogs.
   * Mark for translation and unify "rm cleanup" string in dpkg.
   * Mark for translation and improve dselect method handling error messages.
   * Defer trigger processing if the package does not fulfill dependencies.
     Closes: #671711
   * Do not write to the database when changing selections with --dry-run.
     Closes: #764673
   * Add missing imports from Dpkg::BuildProfiles in dpkg-genchanges.
     Regression introduced in dpkg 1.17.14. Closes: #764216
     Reported by Johannes Schauer <[email protected]>.
   * Initialize dependencies with the correct minimum version from a symbols
     file with multiple SONAMEs in dpkg-shlibdeps.
     Thanks to Jérémy Bobbio <[email protected]>. Closes: #764721
   * Perl modules:
     - Allow multiple whitespace in Dpkg::BuildProfiles::get_build_profiles()
       when parsing the DEB_BUILD_PROFILES environment variable.
       Thanks to Johannes Schauer <[email protected]>.
     - New Dpkg::Getopt private module.
     - Document public module Dpkg.
     - Document public module Dpkg::Gettext.
     - Mark Dpkg::BuildProfiles as a public module.
     - Document all public module versions in a CHANGES section.
     - Remove EXPORTED from POD section titles.
     - Document private modules as such in a CHANGES section.
   * Set the DEB_TARGET_* dpkg-architecture variables from architecture.mk.
     Missed in dpkg 1.17.14.
   * Initialize DEB_TARGET_ARCH variable without requiring DEB_HOST_ARCH,
     which is not being set at all when querying for DEB_TARGET_ variables.
   * Normalize dpkg-architecture command-line parsing, so that «--option=value»
     «--option value», «-ovalue» and «-o value» will all be accepted.
   * Add long option names for all dpkg-architecture short options.
   * Add support for --host-arch, --host-type, --target-arch and --target-type
     long options in dpkg-buildpackage. These will get passed through to
     dpkg-architecture. This restores the ability to specify the target
     architecture when building cross-compilers. Regression introduced in
     dpkg 1.17.14. Reported by Helmut Grohne <[email protected]>.
   * Do not modify the topic variable values in list functions in perl code.
   * List Dpkg::Exit and Dpkg::Interface::Storable as public modules in
     libdpkg-perl package description.
 .
   [ Updated programs translations ]
   * German (Sven Joachim).
   * Vietnamese (Trần Ngọc Quân).
 .
   [ Updated scripts translations ]
   * German (Helge Kreutzmann).
Checksums-Sha1:
 8528fc368dd11534d3fc60887d1abd2c83bfba89 2057 dpkg_1.17.17.dsc
 85f982ed86527ec6d68d0653375a067a6612ea7f 4313064 dpkg_1.17.17.tar.xz
 91f5448753bd3fb17d384ab98913271ac880f2b2 1494278 dpkg-dev_1.17.17_all.deb
 71ce89d9d4ec2c00de88559da211114edef7a275 1027574 libdpkg-perl_1.17.17_all.deb
Checksums-Sha256:
 a47f7ac389fc2da544e6e88dec0e997d609ffdf27914f4e13763b831874f4978 2057 
dpkg_1.17.17.dsc
 c7250b66b4e349c5f97f00b41b59438c6d6d526e25ad908c963a6e1de1778e46 4313064 
dpkg_1.17.17.tar.xz
 bfdd3b01c01d4467501db45c7d3d8ae87e85e5f83f23b585e272fa8ad33c0e4c 1494278 
dpkg-dev_1.17.17_all.deb
 0100a7d717d61ae6ded66c047168731ee3bfdcb0fc4d7a6170d81b0fc5ccac0d 1027574 
libdpkg-perl_1.17.17_all.deb
Files:
 75f0284c9f2ffb7066837a82e3cfec79 2057 admin required dpkg_1.17.17.dsc
 0c8161cc5d12792d6623af860cdc2d0d 4313064 admin required dpkg_1.17.17.tar.xz
 691053b0d30d682b51fe972b11f8c3cb 1494278 utils optional 
dpkg-dev_1.17.17_all.deb
 86bf70411f24366e4a43d36e46595d1e 1027574 perl optional 
libdpkg-perl_1.17.17_all.deb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v2

iQIcBAEBCAAGBQJUOgpFAAoJELlyvz6krlejHxUP/jqt0Q9VxbfooYZaCSt3CTUc
V+9qjLer2fwxxMUtV8MQBKVzkS72TzR8iRBQqw4bbTmrQzBPPZZbBWhwXgoY//dm
dKc689PfthCXsLvczV//YPdVoYHOLLMaX0+ZU7kLUEH/nZHAm8Z2mGXCrkMc4RtW
dk98hP3iSlVk0W7Kr4q0q7bBxsLO8H6WpXnBjWo1X2LkDYSCKg5+mFQMX5x51lDU
Gtnst9pCBy+DsJeL0186QIOIXP7FVnjDDg3/naaY9R6KA1Cx17/c2wSkjlzHWWfO
Ky3hupAMuEScFP2J2Salj6jNcmPLalwQYBb3YB7IsT/j5U6I5nMIsb8/O7wyZbJq
uVTBkrVJXFArdH167j5GRLFq1K1WwdW6Ba6bFgnBVXZ3JLUiyC7GXALl+WNQvc55
5Z8PssS4Tysd3Et+uAUdXPftwa/raOG+dH2TqgW1WpiPhKC3Ni0AWtzwkEVqZsLH
DkajTJe792cuN8kQ/2IA1qQgEJg554xKOEyyawPsY7CqSHOckMMFEbw9nDomJ/Ih
ja9j9mULEXHpmxJQuROecI7L13TiDbjmrVa/cvtN0nn9uCPV67C2ctSJNOITqLLF
IuEgss0TJGJ/aYo1HXrtGT9iJQ9x5q5NUa+H4Um8v6lVKAP7X2fTA8nguYaZ5aZR
vl/0iCuLm6nWZQeMbfx8
=WV+v
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to