Your message dated Wed, 21 Aug 2024 17:51:33 +0000
with message-id <[email protected]>
and subject line Bug#1077995: fixed in msc-generator 8.6.2-2
has caused the Debian Bug report #1077995,
regarding msc-generator FTBFS on armel/armhf: error: invalid use of incomplete
type ‘class contour::HoledSimpleContour’
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.)
--
1077995: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1077995
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Source: msc-generator
Version: 8.6.2-1
Severity: serious
Tags: ftbfs
https://buildd.debian.org/status/logs.php?pkg=msc-generator&ver=8.6.2-1
...
In file included from /usr/include/c++/14/vector:66,
from ../../../../src/libcgencommon/contour_edge.cpp:54:
/usr/include/c++/14/bits/stl_vector.h: In instantiation of ‘constexpr
std::_Vector_base<_Tp, _Alloc>::~_Vector_base() [with _Tp =
contour::HoledSimpleContour; _Alloc =
std::allocator<contour::HoledSimpleContour>]’:
/usr/include/c++/14/bits/stl_vector.h:531:7: required from here
531 | vector() = default;
| ^~~~~~
/usr/include/c++/14/bits/stl_vector.h:369:49: error: invalid use of incomplete
type ‘class contour::HoledSimpleContour’
369 | _M_impl._M_end_of_storage - _M_impl._M_start);
| ~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~
In file included from ../../../../src/libcgencommon/contour_simple.h:28,
from ../../../../src/libcgencommon/contour.h:29,
from ../../../../src/libcgencommon/contour_edge.cpp:58:
../../../../src/libcgencommon/contour_path.h:40:7: note: forward declaration of
‘class contour::HoledSimpleContour’
40 | class HoledSimpleContour;
| ^~~~~~~~~~~~~~~~~~
In file included from /usr/include/c++/14/vector:66,
from ../../../../src/libcgencommon/contour_path.h:28:
/usr/include/c++/14/bits/stl_vector.h: In instantiation of ‘constexpr
std::_Vector_base<_Tp, _Alloc>::~_Vector_base() [with _Tp =
contour::HoledSimpleContour; _Alloc =
std::allocator<contour::HoledSimpleContour>]’:
/usr/include/c++/14/bits/stl_vector.h:531:7: required from here
531 | vector() = default;
| ^~~~~~
/usr/include/c++/14/bits/stl_vector.h:369:49: error: invalid use of incomplete
type ‘class contour::HoledSimpleContour’
369 | _M_impl._M_end_of_storage - _M_impl._M_start);
| ~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~
../../../../src/libcgencommon/contour_path.h:40:7: note: forward declaration of
‘class contour::HoledSimpleContour’
40 | class HoledSimpleContour;
| ^~~~~~~~~~~~~~~~~~
../../../../src/libcgencommon/contour_edge.cpp: In member function
‘std::pair<double, double> contour::Edge::UnboundedBezierDistance(const
contour::XY&) const’:
../../../../src/libcgencommon/contour_edge.cpp:1783:70: note: parameter passing
for argument of type ‘std::pair<double, double>’ when C++17 is enabled changed
to match C++14 in GCC 10.1
1783 | std::pair<double, double> Edge::UnboundedBezierDistance(const XY &M)
const
|
^~~~~
g++ -DPACKAGE_NAME=\"msc-generator\" -DPACKAGE_TARNAME=\"msc-generator\"
-DPACKAGE_VERSION=\"8.6.2\" -DPACKAGE_STRING=\"msc-generator\ 8.6.2\"
-DPACKAGE_BUGREPORT=\"[email protected]\" -DPACKAGE_URL=\"\"
-DPACKAGE=\"msc-generator\" -DVERSION=\"8.6.2\" -DGRAPHVIZ_VER=236
-DHAVE_STDIO_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_INTTYPES_H=1
-DHAVE_STDINT_H=1 -DHAVE_STRINGS_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_SYS_TYPES_H=1
-DHAVE_UNISTD_H=1 -DSTDC_HEADERS=1 -I. -I../../../../src/libcgencommon
-I../../../../src/libcgencommon/../imported/miniz -I/usr/include/libpng16
-D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_TIME_BITS=64 -Wdate-time
-D_FORTIFY_SOURCE=2 -DNDEBUG -I/usr/include/cairo -I/usr/include/libpng16
-I/usr/include/freetype2 -I/usr/include/pixman-1 -I/usr/include/graphviz
-std=c++23 -Wall -Wextra -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=.
-fstack-protector-strong -fstack-clash-protection -Wformat
-Werror=format-security -c -o contour_debug.o
../../../../src/libcgencommon/contour_debug.cpp
In file included from ../../../../src/libcgencommon/contour_path.h:32,
from ../../../../src/libcgencommon/contour_simple.h:28,
from ../../../../src/libcgencommon/contour.h:29,
from ../../../../src/libcgencommon/contour.cpp:26:
../../../../src/libcgencommon/contour_edge.h: In member function
‘std::pair<contour::XY, double> contour::Edge::XMinExtreme() const’:
../../../../src/libcgencommon/contour_edge.h:672:47: note: parameter passing
for argument of type ‘std::pair<contour::XY, double>’ when C++17 is enabled
changed to match C++14 in GCC 10.1
672 | std::pair<XY, double> XMinExtreme() const { return
Extremes<false>()[0]; }
| ^
make[5]: *** [Makefile:474: contour_edge.o] Error 1
--- End Message ---
--- Begin Message ---
Source: msc-generator
Source-Version: 8.6.2-2
Done: Gábor Németh <[email protected]>
We believe that the bug you reported is fixed in the latest version of
msc-generator, 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.
Gábor Németh <[email protected]> (supplier of updated msc-generator 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: SHA512
Format: 1.8
Date: Thu, 15 Aug 2024 07:29:19 +0200
Source: msc-generator
Architecture: source
Version: 8.6.2-2
Distribution: unstable
Urgency: medium
Maintainer: Gábor Németh <[email protected]>
Changed-By: Gábor Németh <[email protected]>
Closes: 1077995
Changes:
msc-generator (8.6.2-2) unstable; urgency=medium
.
* Add 0004-arm32-gcc-bug.patch for armel/armhf (Closes: #1077995)
* Honor build flags nocheck, nodoc, noopt
Checksums-Sha1:
b2b198e22f54eb8f494e6ff11a743373386308f6 2301 msc-generator_8.6.2-2.dsc
9e970c69ae0caa31961286a0eed7ec5c945bfbc8 26108
msc-generator_8.6.2-2.debian.tar.xz
d04d063ca020067dc1d10a377ab4abc25f35a8ab 8357
msc-generator_8.6.2-2_source.buildinfo
Checksums-Sha256:
ab966f2905d1ce32006fdd01676159f9eb36f380d3789fe5081819563a8fa0a9 2301
msc-generator_8.6.2-2.dsc
a843ac31d9b4b48724791018b152f0a9cbf07c4af64e3f83691683c7cb158458 26108
msc-generator_8.6.2-2.debian.tar.xz
457233ae7cde662422f053449a511b00fc60b6677fb87849509e3aee951a1517 8357
msc-generator_8.6.2-2_source.buildinfo
Files:
ccea1e983c47fbb73e5d19708b083157 2301 devel optional msc-generator_8.6.2-2.dsc
ede1e3d617a42f75713e239c0728e1e5 26108 devel optional
msc-generator_8.6.2-2.debian.tar.xz
fdb4120e936405a6f2dfc9f0995c938e 8357 devel optional
msc-generator_8.6.2-2_source.buildinfo
-----BEGIN PGP SIGNATURE-----
iQHEBAEBCgAuFiEEQGIgyLhVKAI3jM5BH1x6i0VWQxQFAmbGI/EQHGJhZ2VAZGVi
aWFuLm9yZwAKCRAfXHqLRVZDFJ2QC/9ruaMe6PUSftC5ApliVZXJTgCfITsq4Fgr
JU/yF+O/iu9szUB+BqO22kT9o+iZgi+GQ5Y7qnxXjL194g4lvOoyYpvc95ngUbwg
xxUqTMTsyhGdTeR0yGBiNaat8apF9Vv/SO4HBsRTPpk4U8B98pbc+L4F0XfSIGva
wmB44YB0vSS9/S/ICj/QOMHR94HmSRN9bIOW60pwi1zTluHfIUIke37zmYDeGNrp
QeEzVmrUmWO4ODT7i94jbWu5Hal4W9lI1nXpn87oNjfroPp8XaQc+OA9iXA0Fxb+
uLEXnT4vt8ZFG0RgzlY2inNR0WwEUrh/6Eukqa6s84J6Lgc8SkU7nsIAEgfyPgP7
SY51H5sZtKMPxS8Ty8tJE8rTEGuc/kxuMKNmMw6PQWvTvJqAlqmuCitHx81wvAV8
1nkeW3U9/HOvHy1GrDeTEu209JdkBsR/m7rZ9NQ6xFgYbXaCVQHIWF/1Z0u7Lri0
XXNwhDt8GtbgLAVmfhfI86vOFCE1+qw=
=djir
-----END PGP SIGNATURE-----
pgpiLbxx4okIF.pgp
Description: PGP signature
--- End Message ---