Your message dated Mon, 29 Jun 2015 22:01:55 +0000
with message-id <e1z9h7k-0002bf...@franck.debian.org>
and subject line Bug#789558: fixed in meep 1.3-1
has caused the Debian Bug report #789558,
regarding meep: FTBFS against harminv 1.4: error: cannot convert 'harminv_data'
to 'harminv_complex*
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.)
--
789558: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=789558
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: meep
Version: 1.2.1-2
Severity: serious
this blocks the harminv 1.4 transition
https://buildd.debian.org/status/package.php?p=meep&suite=unstable
from the amd64 log:
dh_auto_build -a
make -j1
make[1]: Entering directory '/«PKGBUILDDIR»'
make all-recursive
make[2]: Entering directory '/«PKGBUILDDIR»'
Making all in src
make[3]: Entering directory '/«PKGBUILDDIR»/src'
make all-am
make[4]: Entering directory '/«PKGBUILDDIR»/src'
/bin/bash ../libtool --tag=CXX --mode=compile x86_64-linux-gnu-g++
-DHAVE_CONFIG_H -I. -I.. -I../src -D_FORTIFY_SOURCE=2
-I/usr/include/hdf5/serial -pthread -I/usr/include/guile/2.0 -g -O2
-fstack-protector-strong -Wformat -Werror=format-security -c -o
anisotropic_averaging.lo anisotropic_averaging.cpp
libtool: compile: x86_64-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I.. -I../src
-D_FORTIFY_SOURCE=2 -I/usr/include/hdf5/serial -pthread
-I/usr/include/guile/2.0 -g -O2 -fstack-protector-strong -Wformat
-Werror=format-security -c anisotropic_averaging.cpp -fPIC -DPIC -o
.libs/anisotropic_averaging.o
libtool: compile: x86_64-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I.. -I../src
-D_FORTIFY_SOURCE=2 -I/usr/include/hdf5/serial -pthread
-I/usr/include/guile/2.0 -g -O2 -fstack-protector-strong -Wformat
-Werror=format-security -c anisotropic_averaging.cpp -fPIC -DPIC -o
anisotropic_averaging.o >/dev/null 2>&1
/bin/bash ../libtool --tag=CXX --mode=compile x86_64-linux-gnu-g++
-DHAVE_CONFIG_H -I. -I.. -I../src -D_FORTIFY_SOURCE=2
-I/usr/include/hdf5/serial -pthread -I/usr/include/guile/2.0 -g -O2
-fstack-protector-strong -Wformat -Werror=format-security -c -o bands.lo
bands.cpp
libtool: compile: x86_64-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I.. -I../src
-D_FORTIFY_SOURCE=2 -I/usr/include/hdf5/serial -pthread
-I/usr/include/guile/2.0 -g -O2 -fstack-protector-strong -Wformat
-Werror=format-security -c bands.cpp -fPIC -DPIC -o .libs/bands.o
bands.cpp: In function 'int meep::do_harminv(std::complex<double>*, int,
double, double, double, int, std::complex<double>*, double*, double*, double*,
double, double, double, double, double, double)':
bands.cpp:469:51: error: cannot convert 'harminv_data' to 'harminv_complex*
{aka std::complex<double>*}' for argument '1' to 'void
harminv_get_amplitude(harminv_complex*, harminv_data, int)'
double max_amp = abs(harminv_get_amplitude(hd, 0));
^
bands.cpp:471:49: error: cannot convert 'harminv_data' to 'harminv_complex*
{aka std::complex<double>*}' for argument '1' to 'void
harminv_get_amplitude(harminv_complex*, harminv_data, int)'
double amp = abs(harminv_get_amplitude(hd, i));
^
bands.cpp:480:58: error: cannot convert 'harminv_data' to 'harminv_complex*
{aka std::complex<double>*}' for argument '1' to 'void
harminv_get_amplitude(harminv_complex*, harminv_data, int)'
double amp = abs(harminv_get_amplitude(hd, fsort[i]));
^
bands.cpp:539:58: error: cannot convert 'harminv_data' to 'harminv_complex*
{aka std::complex<double>*}' for argument '1' to 'void
harminv_get_omega(harminv_complex*, harminv_data, int)'
complex<double> freq = harminv_get_omega(hd, fsort[i]) / (2*pi*dt);
^
bands.cpp:542:49: error: cannot convert 'harminv_data' to 'harminv_complex*
{aka std::complex<double>*}' for argument '1' to 'void
harminv_get_amplitude(harminv_complex*, harminv_data, int)'
amps[i] = harminv_get_amplitude(hd, fsort[i]);
^
make[4]: *** [bands.lo] Error 1
Makefile:560: recipe for target 'bands.lo' failed
make[4]: Leaving directory '/«PKGBUILDDIR»/src'
make[3]: *** [all] Error 2
make[2]: *** [all-recursive] Error 1
Makefile:411: recipe for target 'all' failed
make[3]: Leaving directory '/«PKGBUILDDIR»/src'
Makefile:481: recipe for target 'all-recursive' failed
make[2]: Leaving directory '/«PKGBUILDDIR»'
make[1]: *** [all] Error 2
dh_auto_build: make -j1 returned exit code 2
Makefile:389: recipe for target 'all' failed
make[1]: Leaving directory '/«PKGBUILDDIR»'
make: *** [build-arch] Error 2
debian/rules:24: recipe for target 'build-arch' failed
Andreas
--- End Message ---
--- Begin Message ---
Source: meep
Source-Version: 1.3-1
We believe that the bug you reported is fixed in the latest version of
meep, 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 789...@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 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, 22 Jun 2015 19:00:00 +0200
Source: meep
Binary: meep libmeep8 libmeep-dev
Architecture: source i386
Version: 1.3-1
Distribution: unstable
Urgency: medium
Maintainer: Thorsten Alteholz <deb...@alteholz.de>
Changed-By: Thorsten Alteholz <deb...@alteholz.de>
Description:
libmeep-dev - development library for using meep
libmeep8 - library for using meep
meep - software package for FDTD simulation
Closes: 781624 789558
Changes:
meep (1.3-1) unstable; urgency=medium
.
* new upstream version (Closes: #781624, #789558)
* soname changed to 8
* debian/control: Standards Version to 3.9.6. (No changes needed).
Checksums-Sha1:
6290f83a154814f4257c4c4cc64b5c0c96a60a5f 2091 meep_1.3-1.dsc
68cf7b009d33f93de5684e9742f5bc1161f61310 740890 meep_1.3.orig.tar.gz
39a886142020b4725ff3d1ec4ecc940f135009ac 5484 meep_1.3-1.debian.tar.xz
e1af8097b53148ebc84d78f7b7ac48212dad8fcb 290760 libmeep-dev_1.3-1_i386.deb
f2c04b8b2d0e5701b940f1dc384e557f31c699ba 269648 libmeep8_1.3-1_i386.deb
32a0ea824a458a5b9566817d0d0522bc9d1d801a 181788 meep_1.3-1_i386.deb
Checksums-Sha256:
939bb48debeeefbdf076f51f9709e5e32aa8c9d98780f1a907045c32f5068cd4 2091
meep_1.3-1.dsc
564c1ff1b413a3487cf81048a45deabfdac4243a1a37ce743f4fcf0c055fd438 740890
meep_1.3.orig.tar.gz
ae330fa3c0f2db96ce2554f074f956b999570b8b930a19e074d215902d00ff46 5484
meep_1.3-1.debian.tar.xz
7ec87df4485c0d909e62d166b944a13ecf35efa59b062b01c984682ee28a3842 290760
libmeep-dev_1.3-1_i386.deb
b7cf3b74b88be1e7444f8a163317724e4d241fe9f399067a77e16cc7dc07e12d 269648
libmeep8_1.3-1_i386.deb
a5379a01da189396a33fde6249f2767a2a5501c2d330e17e0134ba2c0a65e88c 181788
meep_1.3-1_i386.deb
Files:
7bd59347b7d9e9a73bf299fcc2b2584d 2091 science optional meep_1.3-1.dsc
18a5b9e18008627a0411087e0bb60db5 740890 science optional meep_1.3.orig.tar.gz
1da946159918f87a2e90fbd3e34740e6 5484 science optional meep_1.3-1.debian.tar.xz
5c31af84197db21e21158762f8fd3d0c 290760 libdevel optional
libmeep-dev_1.3-1_i386.deb
219215d4f56949b41d5cac80d0f9e26f 269648 libs optional libmeep8_1.3-1_i386.deb
903f96ce8fd7c18663eb5892c4569c6b 181788 science optional meep_1.3-1_i386.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1
iQJ8BAEBCgBmBQJViWS8XxSAAAAAAC4AKGlzc3Vlci1mcHJAbm90YXRpb25zLm9w
ZW5wZ3AuZmlmdGhob3JzZW1hbi5uZXQ2MjAxRkJGRkRCQkRFMDc4MjJFQUJCOTY5
NkZDQUMwRDM4N0I1ODQ3AAoJEJb8rA04e1hHSl8P/1YcHyuc5bHFPqDV4wEAdpTt
Wys6b/+FLKoBCzqtbh8i+hzo9TkErrTcgXCK9wQ634GO9bmKhjRK6iwPFfXkGkcS
fcDAtrCo+NtiQmsfnIfuF+LjJlOjxuSzu6jztGaZD6+UqgMWCv1mu61r1QvJHjv/
I+vuWEK6lgr3703y+L5pomNs6ua2/7dkMK4E2+rjrJPOLbOuyZG4zPvxjXx4Nc0s
Bw3wEQvM+Ab6j59e3BuLBHUmG7rzqhjgooaFdcmB+93u03gRZqOlzTK+VY1VNE2+
pRXwo9q7l7Vdi3Wt3vvPreqxOrupil3Cn7HsATn1/60IKikXIAv6mZvq4DP2qfbu
dcLuQPvoSJiaiYj6Z6u5Ihg6rN0JPSJY6jocQSe02+haSOHrMc81lIjbvob7OYeG
KbHT8ov3wIKpwqAAkg7OvZVP/WlkAua16yc02Fyn32JJWNyfvELBhHgq3aD4rYN3
d0eMx8C/hsHMsms1x1klvbhrQ3ZmxjpeESQv8QCddhZL8/foKwEuggl2v/k2+iZo
1FH7Sk2CM9dF21ttHGBuQOgoyERkY5OPefsbuHuve0hbUXDHfpXxJnRJAbGM9DfW
pDLn0ya1TCgjroV+ToAAB5N0gVLy4y5KgLi+RMGtWL46ijr2nSaeBjias8/GE7J1
gWHY0yJw608NRcEyxMrs
=0ikU
-----END PGP SIGNATURE-----
--- End Message ---