Your message dated Tue, 05 Feb 2019 19:07:33 +0000
with message-id <e1gr64d-0008td...@fasolo.debian.org>
and subject line Bug#918077: fixed in meep-lam4 1.7.0-3
has caused the Debian Bug report #918077,
regarding python-meep-mpich2 fails to install, postinst script looks for wrong
package name.
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.)
--
918077: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=918077
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: python-meep-lam4
Version: 1.7.0-2
Severity: serious
https://piuparts.debian.org/sid/fail/python-meep-lam4_1.7.0-2.log
Setting up python-meep-lam4 (1.7.0-2) ...
dpkg-query: package 'python-meep' is not installed
Use dpkg --contents (= dpkg-deb --contents) to list archive files contents.
Traceback (most recent call last):
File "/usr/bin/pycompile", line 289, in <module>
main()
File "/usr/bin/pycompile", line 262, in main
options.force, options.optimize, e_patterns)
File "/usr/bin/pycompile", line 154, in compile
for fn, versions_to_compile in filter_files(files, e_patterns, versions):
File "/usr/bin/pycompile", line 109, in filter_files
for fn in files:
File "/usr/share/python/debpython/files.py", line 77, in filter_out_ext
for fn in files:
File "/usr/share/python/debpython/namespace.py", line 77, in
add_namespace_files
for fn in files:
File "/usr/share/python/debpython/files.py", line 69, in filter_public
for fn in files:
File "/usr/share/python/debpython/files.py", line 53, in from_package
raise Exception("cannot get content of %s" % package_name)
Exception: cannot get content of python-meep
dpkg: error processing package python-meep-lam4 (--configure):
installed python-meep-lam4 package post-installation script subprocess
returned error exit status 1
Processing triggers for libc-bin (2.28-4) ...
Errors were encountered while processing:
python-meep-lam4
E: Sub-process /usr/bin/dpkg returned an error code (1)
After some investigating it looks like this was caused by failing to update the
package name in the postinst script
when copying the python changes from the plain meep source package to the
meep-lam4 source package. The prerm
script also seems to suffer from a similar issue.
A debdiff fixing that is attatched, no intent to NMU.
diff -Nru meep-lam4-1.7.0/debian/changelog meep-lam4-1.7.0/debian/changelog
--- meep-lam4-1.7.0/debian/changelog 2018-12-25 15:30:09.000000000 +0000
+++ meep-lam4-1.7.0/debian/changelog 2019-01-03 02:10:44.000000000 +0000
@@ -1,3 +1,9 @@
+meep-lam4 (1.7.0-2+rpi1) buster-staging; urgency=medium
+
+ * Fix postinst and prerm scripts for python-meep-mpich2 to use correct
package name.
+
+ -- Peter Michael Green <plugw...@raspbian.org> Thu, 03 Jan 2019 02:10:44
+0000
+
meep-lam4 (1.7.0-2) unstable; urgency=medium
* upload to unstable
diff -Nru meep-lam4-1.7.0/debian/python-meep-lam4.postinst
meep-lam4-1.7.0/debian/python-meep-lam4.postinst
--- meep-lam4-1.7.0/debian/python-meep-lam4.postinst 2018-12-23
11:39:19.000000000 +0000
+++ meep-lam4-1.7.0/debian/python-meep-lam4.postinst 2019-01-03
02:10:44.000000000 +0000
@@ -2,7 +2,7 @@
set -e
if which pycompile >/dev/null 2>&1; then
- pycompile -p python-meep
+ pycompile -p python-meep-lam4
fi
#DEBHELPER#
diff -Nru meep-lam4-1.7.0/debian/python-meep-lam4.prerm
meep-lam4-1.7.0/debian/python-meep-lam4.prerm
--- meep-lam4-1.7.0/debian/python-meep-lam4.prerm 2018-12-23
11:39:19.000000000 +0000
+++ meep-lam4-1.7.0/debian/python-meep-lam4.prerm 2019-01-03
02:10:44.000000000 +0000
@@ -2,7 +2,7 @@
set -e
if which pyclean >/dev/null 2>&1; then
- pyclean -p python-meep
+ pyclean -p python-meep-lam4
else
dpkg -L python-meep | grep \.py$ | while read file
do
--- End Message ---
--- Begin Message ---
Source: meep-lam4
Source-Version: 1.7.0-3
We believe that the bug you reported is fixed in the latest version of
meep-lam4, 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 918...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Thorsten Alteholz <deb...@alteholz.de> (supplier of updated meep-lam4 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...@ftp-master.debian.org)
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512
Format: 1.8
Date: Mon, 04 Feb 2019 19:00:00 +0100
Source: meep-lam4
Binary: libmeep-lam4-12 libmeep-lam4-12-dbgsym libmeep-lam4-dev meep-lam4
meep-lam4-dbgsym python-meep-lam4 python-meep-lam4-dbgsym
Architecture: source amd64
Version: 1.7.0-3
Distribution: sid
Urgency: medium
Maintainer: Thorsten Alteholz <deb...@alteholz.de>
Changed-By: Thorsten Alteholz <deb...@alteholz.de>
Description:
libmeep-lam4-12 - library for using parallel (OpenMPI) version of meep
libmeep-lam4-dev - development library for using parallel (OpenMPI) version of
meep
meep-lam4 - software package for FDTD simulation, parallel (OpenMPI) version
python-meep-lam4 - software package for FDTD simulation with Python
Closes: 918077 918858
Changes:
meep-lam4 (1.7.0-3) sid; urgency=medium
.
* debian/*postinst debian/*prerm: add correct package name
(Closes: #918077, #918858)
Thanks to Peter Green and Andreas Beckmann for their hints
* debian/control: update description according to upstream wishes
* debian/control: update homepage
* debian/control: Standards Version to 4.3.0. (No changes needed).
* debian/copyright: update Upstream-Source:
Checksums-Sha1:
a155632291ecba3f33c88a8323a8232ce177e352 2448 meep-lam4_1.7.0-3.dsc
b440a22182e04882f00578ca6bc45fc23c322d68 10182150 meep-lam4_1.7.0.orig.tar.gz
f9fb672c1465fe336a39bb02cff28898adcb1fcc 7628 meep-lam4_1.7.0-3.debian.tar.xz
e6617515d00cbc176f3c04b6f714b5f5a47fdfde 2224692
libmeep-lam4-12-dbgsym_1.7.0-3_amd64.deb
98f98302c37207b890af568adaa5c1c5d0114925 326076
libmeep-lam4-12_1.7.0-3_amd64.deb
166ae00e6df50158892992f57e483107a04ac779 343220
libmeep-lam4-dev_1.7.0-3_amd64.deb
98a542bad795da67526a8a643f0a46c49f8ed824 1249116
meep-lam4-dbgsym_1.7.0-3_amd64.deb
ea1cc1e9210c135b149d4021e782bc71903a0465 10146
meep-lam4_1.7.0-3_amd64.buildinfo
8a68488e1a70f99ee212e11f2adb264814e77238 211832 meep-lam4_1.7.0-3_amd64.deb
9d8d1fd8274c7d186157433e66654fdaa27ce7f8 2589556
python-meep-lam4-dbgsym_1.7.0-3_amd64.deb
c3bb739d7e00df737fd4a4a92b5c664bb10103f4 430856
python-meep-lam4_1.7.0-3_amd64.deb
Checksums-Sha256:
8d0be6912fca16b90d14c8c215fc6d4e5d60b1104eda84945af76bd978247e77 2448
meep-lam4_1.7.0-3.dsc
a5af8c28da2626a0987a6fd4aa97f4fcc5695cf17f9ee2247caa90208efaa8bf 10182150
meep-lam4_1.7.0.orig.tar.gz
9808c510a270e867a27c91853fdff65f90076e2678b9b45f4587cde3da9de520 7628
meep-lam4_1.7.0-3.debian.tar.xz
794fb99a7844d31872eda5d13b5dd48479e55a115a857fa91f385229ba94f41b 2224692
libmeep-lam4-12-dbgsym_1.7.0-3_amd64.deb
9543e2258fff6be610078aa85c17dc16dfbfd0c65ec0d644b8d3a0954384edb0 326076
libmeep-lam4-12_1.7.0-3_amd64.deb
a858c1e2a1cc6fc385bcc2be1dc519e64a4833122f390416263809eacb09ea48 343220
libmeep-lam4-dev_1.7.0-3_amd64.deb
40ea84f20abd84220b1879ad2f165492b072746c0a45f7b9bab79844add717a1 1249116
meep-lam4-dbgsym_1.7.0-3_amd64.deb
f9afd537c2cb0eced14d35925a84025b5328ec0df6415fb06a0376fd3110fb92 10146
meep-lam4_1.7.0-3_amd64.buildinfo
7b0ca6127abe59dab0b63805b2d858aaad79fb0327735b63b36dfd65b1155bb3 211832
meep-lam4_1.7.0-3_amd64.deb
2137796f3747f38719cf84046e1c943f86b547ebd66f0250f7f882ca1cfa4cdd 2589556
python-meep-lam4-dbgsym_1.7.0-3_amd64.deb
30cfa35487a7eaf5bfe0013184eb00ddf5a030570ed0abeefa381e5d1d9ad80e 430856
python-meep-lam4_1.7.0-3_amd64.deb
Files:
a06d4fe90f8dffa6789eccaa0c4de942 2448 science optional meep-lam4_1.7.0-3.dsc
6e5bb086caa536b025c52c19d993a73d 10182150 science optional
meep-lam4_1.7.0.orig.tar.gz
c396fb883acb9ad7d1831bed3fd8a1ae 7628 science optional
meep-lam4_1.7.0-3.debian.tar.xz
71b52f4ebf3ef3b4e08c4dab86de2015 2224692 debug optional
libmeep-lam4-12-dbgsym_1.7.0-3_amd64.deb
fd7c70d3299418fda9d923bcb5c11116 326076 libs optional
libmeep-lam4-12_1.7.0-3_amd64.deb
38bba3101295872eeec715ebccb9d9cf 343220 libdevel optional
libmeep-lam4-dev_1.7.0-3_amd64.deb
3157e71beee6d705a4323ff73dbb0409 1249116 debug optional
meep-lam4-dbgsym_1.7.0-3_amd64.deb
0201aae9bb489d55d84491d77973d900 10146 science optional
meep-lam4_1.7.0-3_amd64.buildinfo
608dc9ca4d98871d57307ca5b51e64c0 211832 science optional
meep-lam4_1.7.0-3_amd64.deb
4e395feb39a1ac627a71401f3172fe5a 2589556 debug optional
python-meep-lam4-dbgsym_1.7.0-3_amd64.deb
d274b1bff615121a1340522e5ac39fd4 430856 python optional
python-meep-lam4_1.7.0-3_amd64.deb
-----BEGIN PGP SIGNATURE-----
iQKnBAEBCgCRFiEEYgH7/9u94Hgi6ruWlvysDTh7WEcFAlxZ2KZfFIAAAAAALgAo
aXNzdWVyLWZwckBub3RhdGlvbnMub3BlbnBncC5maWZ0aGhvcnNlbWFuLm5ldDYy
MDFGQkZGREJCREUwNzgyMkVBQkI5Njk2RkNBQzBEMzg3QjU4NDcTHGRlYmlhbkBh
bHRlaG9sei5kZQAKCRCW/KwNOHtYR7zLD/4qtvXLAxTTTyOGsBET0lH/wpvmRVEv
95GMPjOP7gix76BHwXz6Kz27YOuq4fhPW8co8MkrKLZRaAKRDAJ/aCHqp/CPPp/I
UFEFcI2nfVr/ASL0q/3H3GUjWrSsxEF4eAMMMFuN7nZw6rbXVwwocRKOvbKqgmsc
+PcJYHQ2kuHBbat81N7fu+lD91ffFMaAKZuz3ZPriL8tD/Ee+c2vi+ARUioZ8Wgg
IhdzA+3DI/Jp4WEeg5BPiRUHV29zhR1AGCCM/euhMz2nKhM2u0kvoWI2kUOTmiW+
j7DaPS87I2lbR//BNIIsoLHrjIwXpnVDkKWA0H2rEo8jq65rq5yp2jNmSzjR68O5
gLAU8bzAa5xtLHIDI267OLdMJ8TdKJaFHR02v45HBrZv+TJnJz9YqQFFhOuHX6jr
KmqEqQzHeWw9cWI1by2W+gtTEsjScfIrRJqjxfp7UYqfTY0z8IFHdZCSb731BTiQ
1MZuXAEnJ1lb5EaKgfMgsB6siLlTBuY166JxXa/+/AASZI0+XR3s+nshq+oQdNlG
32p/q5LIvqF8qGUwgdUjlzYQnElJDLC6ONWfZ94qHHEKctAIbRmF17dcAfknrfkf
t0HYvixQctlVgCcGnO+UC0kAGVEPazdJTO1ri+SN+b40slWiqtHgKfVFfRoTRl7f
bjIPgjQAKhxrlA==
=Rb9j
-----END PGP SIGNATURE-----
--- End Message ---