Your message dated Sat, 05 Dec 2020 19:50:06 +0000
with message-id <[email protected]>
and subject line Bug#975157: fixed in meshlab 2020.09+dfsg1-1
has caused the Debian Bug report #975157,
regarding meshlab: FTBFS: AtomicCounter.h:28:35: error: ‘ULONG_MAX’ was not 
declared in this scope
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.)


-- 
975157: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=975157
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Source: meshlab
Version: 2020.06+dfsg1-1
Severity: serious
Justification: FTBFS on amd64
Tags: bullseye sid ftbfs
Usertags: ftbfs-20201119 ftbfs-bullseye

Hi,

During a rebuild of all packages in sid, your package failed to build
on amd64.

Relevant part (hopefully):
> /usr/bin/c++ -DMESHLAB_SCALAR=float -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NO_DEBUG 
> -DQT_OPENGL_LIB -DQT_SCRIPT_LIB -DQT_WIDGETS_LIB -DQT_XML_LIB 
> -I/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/external-ssynth_autogen/include 
> -I/<<PKGBUILDDIR>>/vcglib -I/<<PKGBUILDDIR>>/src -I/usr/include/eigen3 
> -isystem /<<PKGBUILDDIR>>/src/external/structuresynth-1.5/ssynth -isystem 
> /usr/include/x86_64-linux-gnu/qt5 -isystem 
> /usr/include/x86_64-linux-gnu/qt5/QtCore -isystem 
> /usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -isystem 
> /usr/include/x86_64-linux-gnu/qt5/QtXml -isystem 
> /usr/include/x86_64-linux-gnu/qt5/QtOpenGL -isystem 
> /usr/include/x86_64-linux-gnu/qt5/QtWidgets -isystem 
> /usr/include/x86_64-linux-gnu/qt5/QtGui -isystem 
> /usr/include/x86_64-linux-gnu/qt5/QtScript -g -O2 
> -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wdate-time 
> -D_FORTIFY_SOURCE=2 -fPIC -fPIC -o 
> CMakeFiles/external-ssynth.dir/external/structuresynth-1.5/ssynth/SyntopiaCore/GLEngine/Raytracer/AtomicCounter.cpp.o
>  -c 
> /<<PKGBUILDDIR>>/src/external/structuresynth-1.5/ssynth/SyntopiaCore/GLEngine/Raytracer/AtomicCounter.cpp
> In file included from 
> /<<PKGBUILDDIR>>/src/external/structuresynth-1.5/ssynth/SyntopiaCore/GLEngine/Raytracer/AtomicCounter.cpp:1:
> /<<PKGBUILDDIR>>/src/external/structuresynth-1.5/ssynth/SyntopiaCore/GLEngine/Raytracer/AtomicCounter.h:28:35:
>  error: ‘ULONG_MAX’ was not declared in this scope
>    28 |    bool wait(unsigned long time = ULONG_MAX) { wcm.lock(); bool w = 
> wc.wait(&wcm,time); wcm.unlock(); return w; }
>       |                                   ^~~~~~~~~
> /<<PKGBUILDDIR>>/src/external/structuresynth-1.5/ssynth/SyntopiaCore/GLEngine/Raytracer/AtomicCounter.h:5:1:
>  note: ‘ULONG_MAX’ is defined in header ‘<climits>’; did you forget to 
> ‘#include <climits>’?
>     4 | #include <QWaitCondition>
>   +++ |+#include <climits>
>     5 | 
> make[3]: *** [CMakeFiles/external-ssynth.dir/build.make:410: 
> CMakeFiles/external-ssynth.dir/external/structuresynth-1.5/ssynth/SyntopiaCore/GLEngine/Raytracer/AtomicCounter.cpp.o]
>  Error 1

The full build log is available from:
   http://qa-logs.debian.net/2020/11/19/meshlab_2020.06+dfsg1-1_unstable.log

A list of current common problems and possible solutions is available at
http://wiki.debian.org/qa.debian.org/FTBFS . You're welcome to contribute!

About the archive rebuild: The rebuild was done on EC2 VM instances from
Amazon Web Services, using a clean, minimal and up-to-date chroot. Every
failed build was retried once to eliminate random failures.

--- End Message ---
--- Begin Message ---
Source: meshlab
Source-Version: 2020.09+dfsg1-1
Done: Ryan Pavlik <[email protected]>

We believe that the bug you reported is fixed in the latest version of
meshlab, 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.
Ryan Pavlik <[email protected]> (supplier of updated meshlab 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: Tue, 01 Dec 2020 13:35:09 -0600
Source: meshlab
Architecture: source
Version: 2020.09+dfsg1-1
Distribution: unstable
Urgency: medium
Maintainer: Debian Science Team 
<[email protected]>
Changed-By: Ryan Pavlik <[email protected]>
Closes: 975157
Changes:
 meshlab (2020.09+dfsg1-1) unstable; urgency=medium
 .
   * New upstream version 2020.09+dfsg1
     - New plugin: global registration.
     - Closes: #975157
   * d/get-orig-source.sh: Improve
   * d/copyright:
     - Update exclusion lists.
     - Update source location.
     - Update copyright entries.
   * d/control: Add more Build-Depends for new plugins/new deps.
   * d/lintian-override: Override a false positive.
   * Rediff patches.
     - Add 0008-u3d-Use-system-zlib-jpeg-png.patch: Needed for new bundled dep
     - Drop 17_io_u3d.patch: Upstream binary dropped in favor of source, which 
is
       OK.
     - Drop 0007-Install-icon-to-correct-pixmaps-dir.patch: Incorporated
       upstream.
     - Add 0009-cmake-Search-for-use-Qt5Qml-in-a-more-graceful-absen.patch: 
Fixes
       build error in absence of qt declarative
     - Add 0010-build-Use-C99-where-available-for-large-file-support.patch: 
Fixes
       build warning.
Checksums-Sha1:
 3757f6660d0dcffef99bc2429a9357c691ceb60d 2360 meshlab_2020.09+dfsg1-1.dsc
 bd2a1de2a96991f9e4b8ddc7781287ba3413cc6d 11594932 
meshlab_2020.09+dfsg1.orig.tar.xz
 9dd5e65f81271fc979965fd50f3a346c73011694 47612 
meshlab_2020.09+dfsg1-1.debian.tar.xz
 b2b69d060890460d009f102c4ecf479e5e4531fd 11199 
meshlab_2020.09+dfsg1-1_source.buildinfo
Checksums-Sha256:
 4b065f80d84855db097bb365a73035fcb027c48d227d52ec613f142b74026c76 2360 
meshlab_2020.09+dfsg1-1.dsc
 d6715352ff65caffdec0292858d4263eb0c3cbbf3b1e5c2e2bab218e3f234630 11594932 
meshlab_2020.09+dfsg1.orig.tar.xz
 3b1d5f7bf130e99408feb74bbbf7f3956a257d7b78f35fecb12c3b6e09529345 47612 
meshlab_2020.09+dfsg1-1.debian.tar.xz
 bf41f91b400c45caca415dfecef3c792153338a141cd4b77f1e46533fae53831 11199 
meshlab_2020.09+dfsg1-1_source.buildinfo
Files:
 b861d6eee9d2ee91f19b1600c900f264 2360 graphics optional 
meshlab_2020.09+dfsg1-1.dsc
 8b595b1a192ccea4d9cdec1330085196 11594932 graphics optional 
meshlab_2020.09+dfsg1.orig.tar.xz
 2fb5a844af5dc712300018e829df095b 47612 graphics optional 
meshlab_2020.09+dfsg1-1.debian.tar.xz
 468d0ac6acf62b391613dee428d3f267 11199 graphics optional 
meshlab_2020.09+dfsg1-1_source.buildinfo

-----BEGIN PGP SIGNATURE-----

iQIzBAEBCgAdFiEEu71F6oGKuG/2fnKF0+Fzg8+n/wYFAl/L4REACgkQ0+Fzg8+n
/wbs1Q//ZY6PCglsIXonGwsjbxkFAp2nnwFP7Sc18cfO2Q6ahxwWjBuJh2ViUboS
FCtbLUq81C9gt4EBUWSTpLJ9nTwaDA/+DycqdrWnORdBrnfacTjxSuACDKPyJ80m
+r4bli6dhqhM909xfJ0JlbziPncgYDUK6bXc0jOoiZ++xpNq7DNRPoHe94te0XWf
fkgt9RrnHaRMF6JFLcpHp0VH5/2LjHJ6wBG/9xqFOSbftsqTDDwNlaMPkFPv8X0u
ww0sribvtiRp/RZVpYNGXdFODbEsvO0CqSGp0P+N/VwpHpn3fV0VafJQs9RUp71r
yAzeGoGcbcJr6ZmHYbolXeNMI7WTOlBYNP5y9e/c/uionuvKL3izPhiYP8T32j0x
Pij6palhB5Gwk07DAPp3wCE0jQ2nxYc0DcBy0nMbpjr+vFzPp/0jXvzJ6YTB61n9
KjwPO8lTveLzghXL4exiC3on1tNfu6aGu2J4z0XoKrDAd9jiQkmMSQYR/tGDf6xQ
C2DWHwkBOIb4HB4LrYA8hqP49QaEm919mWgBHwgJDH1l+WgNge9D08XitQtqgpW6
1Lu7/s1dWoyJw+hWcIFl8kYBESqpMO+GUXCzw5SfCE/FuGGhys4WfH83FOMFaOxa
A+11wRAm5n6DadF6Z06862K7zluF1k3PrhybvZfPsK2GmjWhtCI=
=AfVN
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to