Your message dated Thu, 01 Aug 2024 10:49:48 +0000
with message-id <e1sztnu-00g4iv...@fasolo.debian.org>
and subject line Bug#1077415: fixed in gnucash 1:5.8-1
has caused the Debian Bug report #1077415,
regarding gnucash: FTBFS: gtest-gnc-int128.cpp:195:26: error: expected 
initializer before ‘GTEST_ATTRIBUTE_UNUSED_’
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.)


-- 
1077415: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1077415
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: gnucash
Version: 1:5.6-1
Severity: serious
Justification: FTBFS
Tags: trixie sid ftbfs
User: lu...@debian.org
Usertags: ftbfs-20240728 ftbfs-trixie

Hi,

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


Relevant part (hopefully):
> cd /<<PKGBUILDDIR>>/.build/libgnucash/engine/test && /usr/bin/c++ 
> -DBOOST_ATOMIC_DYN_LINK -DBOOST_ATOMIC_NO_LIB -DBOOST_CHRONO_DYN_LINK 
> -DBOOST_CHRONO_NO_LIB -DBOOST_DATE_TIME_DYN_LINK -DBOOST_DATE_TIME_NO_LIB 
> -DBOOST_FILESYSTEM_DYN_LINK -DBOOST_FILESYSTEM_NO_LIB -DBOOST_LOCALE_DYN_LINK 
> -DBOOST_LOCALE_NO_LIB -DBOOST_PROGRAM_OPTIONS_DYN_LINK 
> -DBOOST_PROGRAM_OPTIONS_NO_LIB -DBOOST_REGEX_DYN_LINK -DBOOST_REGEX_NO_LIB 
> -DBOOST_SYSTEM_DYN_LINK -DBOOST_SYSTEM_NO_LIB -DBOOST_THREAD_DYN_LINK 
> -DBOOST_THREAD_NO_LIB -DGLIB_VERSION_MAX_ALLOWED=GLIB_VERSION_2_56 
> -DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_56 -DHAVE_CONFIG_H -DHAVE_GUILE30 
> -D_GNU_SOURCE -I/<<PKGBUILDDIR>>/libgnucash/engine 
> -I/<<PKGBUILDDIR>>/libgnucash/core-utils -I/<<PKGBUILDDIR>>/.build/common 
> -I/<<PKGBUILDDIR>>/common 
> -I/<<PKGBUILDDIR>>/libgnucash/engine/test/../../../borrowed/libc 
> -I/<<PKGBUILDDIR>>/.build/__gtest/googletest/include 
> -I/<<PKGBUILDDIR>>/.build/__gtest/googletest -isystem /usr/include/glib-2.0 
> -isystem /usr/lib/x86_64-linux-gnu/glib-2.0/include -isystem 
> /usr/include/sysprof-6 -Wall -Wmissing-declarations -g -O2 
> -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong 
> -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection 
> -Wno-error=stringop-truncation -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -DNDEBUG 
> -std=c++17 -pthread -MD -MT 
> libgnucash/engine/test/CMakeFiles/test-gnc-int128.dir/gtest-gnc-int128.cpp.o 
> -MF CMakeFiles/test-gnc-int128.dir/gtest-gnc-int128.cpp.o.d -o 
> CMakeFiles/test-gnc-int128.dir/gtest-gnc-int128.cpp.o -c 
> /<<PKGBUILDDIR>>/libgnucash/engine/test/gtest-gnc-int128.cpp
> In file included from 
> /<<PKGBUILDDIR>>/.build/__gtest/googletest/include/gtest/gtest-printers.h:122,
>                  from 
> /<<PKGBUILDDIR>>/.build/__gtest/googletest/include/gtest/gtest-matchers.h:49,
>                  from 
> /<<PKGBUILDDIR>>/.build/__gtest/googletest/include/gtest/internal/gtest-death-test-internal.h:47,
>                  from 
> /<<PKGBUILDDIR>>/.build/__gtest/googletest/include/gtest/gtest-death-test.h:43,
>                  from 
> /<<PKGBUILDDIR>>/.build/__gtest/googletest/include/gtest/gtest.h:64,
>                  from 
> /<<PKGBUILDDIR>>/libgnucash/engine/test/gtest-gnc-int128.cpp:24:
> /<<PKGBUILDDIR>>/libgnucash/engine/test/gtest-gnc-int128.cpp: In member 
> function ‘virtual void 
> GncInt128_functions_test_int_functions_Test::TestBody()’:
> /<<PKGBUILDDIR>>/libgnucash/engine/test/gtest-gnc-int128.cpp:195:26: error: 
> expected initializer before ‘GTEST_ATTRIBUTE_UNUSED_’
>   195 |     EXPECT_THROW (auto v GTEST_ATTRIBUTE_UNUSED_ = 
> static_cast<int64_t>(value2), std::overflow_error);
>       |                          ^~~~~~~~~~~~~~~~~~~~~~~
> /<<PKGBUILDDIR>>/.build/__gtest/googletest/include/gtest/internal/gtest-internal.h:1314:5:
>  note: in definition of macro ‘GTEST_SUPPRESS_UNREACHABLE_CODE_WARNING_BELOW_’
>  1314 |     statement;                                                    \
>       |     ^~~~~~~~~
> /<<PKGBUILDDIR>>/.build/__gtest/googletest/include/gtest/gtest.h:1792:3: 
> note: in expansion of macro ‘GTEST_TEST_THROW_’
>  1792 |   GTEST_TEST_THROW_(statement, expected_exception, 
> GTEST_NONFATAL_FAILURE_)
>       |   ^~~~~~~~~~~~~~~~~
> /<<PKGBUILDDIR>>/libgnucash/engine/test/gtest-gnc-int128.cpp:195:5: note: in 
> expansion of macro ‘EXPECT_THROW’
>   195 |     EXPECT_THROW (auto v GTEST_ATTRIBUTE_UNUSED_ = 
> static_cast<int64_t>(value2), std::overflow_error);
>       |     ^~~~~~~~~~~~
> /<<PKGBUILDDIR>>/libgnucash/engine/test/gtest-gnc-int128.cpp:199:26: error: 
> expected initializer before ‘GTEST_ATTRIBUTE_UNUSED_’
>   199 |     EXPECT_THROW (auto v GTEST_ATTRIBUTE_UNUSED_ = 
> static_cast<int64_t>(value3), std::underflow_error);
>       |                          ^~~~~~~~~~~~~~~~~~~~~~~
> /<<PKGBUILDDIR>>/.build/__gtest/googletest/include/gtest/internal/gtest-internal.h:1314:5:
>  note: in definition of macro ‘GTEST_SUPPRESS_UNREACHABLE_CODE_WARNING_BELOW_’
>  1314 |     statement;                                                    \
>       |     ^~~~~~~~~
> /<<PKGBUILDDIR>>/.build/__gtest/googletest/include/gtest/gtest.h:1792:3: 
> note: in expansion of macro ‘GTEST_TEST_THROW_’
>  1792 |   GTEST_TEST_THROW_(statement, expected_exception, 
> GTEST_NONFATAL_FAILURE_)
>       |   ^~~~~~~~~~~~~~~~~
> /<<PKGBUILDDIR>>/libgnucash/engine/test/gtest-gnc-int128.cpp:199:5: note: in 
> expansion of macro ‘EXPECT_THROW’
>   199 |     EXPECT_THROW (auto v GTEST_ATTRIBUTE_UNUSED_ = 
> static_cast<int64_t>(value3), std::underflow_error);
>       |     ^~~~~~~~~~~~
> /<<PKGBUILDDIR>>/libgnucash/engine/test/gtest-gnc-int128.cpp:200:26: error: 
> expected initializer before ‘GTEST_ATTRIBUTE_UNUSED_’
>   200 |     EXPECT_THROW (auto v GTEST_ATTRIBUTE_UNUSED_ = 
> static_cast<uint64_t>(value3), std::underflow_error);
>       |                          ^~~~~~~~~~~~~~~~~~~~~~~
> /<<PKGBUILDDIR>>/.build/__gtest/googletest/include/gtest/internal/gtest-internal.h:1314:5:
>  note: in definition of macro ‘GTEST_SUPPRESS_UNREACHABLE_CODE_WARNING_BELOW_’
>  1314 |     statement;                                                    \
>       |     ^~~~~~~~~
> /<<PKGBUILDDIR>>/.build/__gtest/googletest/include/gtest/gtest.h:1792:3: 
> note: in expansion of macro ‘GTEST_TEST_THROW_’
>  1792 |   GTEST_TEST_THROW_(statement, expected_exception, 
> GTEST_NONFATAL_FAILURE_)
>       |   ^~~~~~~~~~~~~~~~~
> /<<PKGBUILDDIR>>/libgnucash/engine/test/gtest-gnc-int128.cpp:200:5: note: in 
> expansion of macro ‘EXPECT_THROW’
>   200 |     EXPECT_THROW (auto v GTEST_ATTRIBUTE_UNUSED_ = 
> static_cast<uint64_t>(value3), std::underflow_error);
>       |     ^~~~~~~~~~~~
> /<<PKGBUILDDIR>>/libgnucash/engine/test/gtest-gnc-int128.cpp:203:26: error: 
> expected initializer before ‘GTEST_ATTRIBUTE_UNUSED_’
>   203 |     EXPECT_THROW (auto v GTEST_ATTRIBUTE_UNUSED_ = 
> static_cast<int64_t>(value4), std::overflow_error);
>       |                          ^~~~~~~~~~~~~~~~~~~~~~~
> /<<PKGBUILDDIR>>/.build/__gtest/googletest/include/gtest/internal/gtest-internal.h:1314:5:
>  note: in definition of macro ‘GTEST_SUPPRESS_UNREACHABLE_CODE_WARNING_BELOW_’
>  1314 |     statement;                                                    \
>       |     ^~~~~~~~~
> /<<PKGBUILDDIR>>/.build/__gtest/googletest/include/gtest/gtest.h:1792:3: 
> note: in expansion of macro ‘GTEST_TEST_THROW_’
>  1792 |   GTEST_TEST_THROW_(statement, expected_exception, 
> GTEST_NONFATAL_FAILURE_)
>       |   ^~~~~~~~~~~~~~~~~
> /<<PKGBUILDDIR>>/libgnucash/engine/test/gtest-gnc-int128.cpp:203:5: note: in 
> expansion of macro ‘EXPECT_THROW’
>   203 |     EXPECT_THROW (auto v GTEST_ATTRIBUTE_UNUSED_ = 
> static_cast<int64_t>(value4), std::overflow_error);
>       |     ^~~~~~~~~~~~
> /<<PKGBUILDDIR>>/libgnucash/engine/test/gtest-gnc-int128.cpp:204:26: error: 
> expected initializer before ‘GTEST_ATTRIBUTE_UNUSED_’
>   204 |     EXPECT_THROW (auto v GTEST_ATTRIBUTE_UNUSED_ = 
> static_cast<uint64_t>(value4), std::overflow_error);
>       |                          ^~~~~~~~~~~~~~~~~~~~~~~
> /<<PKGBUILDDIR>>/.build/__gtest/googletest/include/gtest/internal/gtest-internal.h:1314:5:
>  note: in definition of macro ‘GTEST_SUPPRESS_UNREACHABLE_CODE_WARNING_BELOW_’
>  1314 |     statement;                                                    \
>       |     ^~~~~~~~~
> /<<PKGBUILDDIR>>/.build/__gtest/googletest/include/gtest/gtest.h:1792:3: 
> note: in expansion of macro ‘GTEST_TEST_THROW_’
>  1792 |   GTEST_TEST_THROW_(statement, expected_exception, 
> GTEST_NONFATAL_FAILURE_)
>       |   ^~~~~~~~~~~~~~~~~
> /<<PKGBUILDDIR>>/libgnucash/engine/test/gtest-gnc-int128.cpp:204:5: note: in 
> expansion of macro ‘EXPECT_THROW’
>   204 |     EXPECT_THROW (auto v GTEST_ATTRIBUTE_UNUSED_ = 
> static_cast<uint64_t>(value4), std::overflow_error);
>       |     ^~~~~~~~~~~~
> /<<PKGBUILDDIR>>/libgnucash/engine/test/gtest-gnc-int128.cpp:207:26: error: 
> expected initializer before ‘GTEST_ATTRIBUTE_UNUSED_’
>   207 |     EXPECT_THROW (auto v GTEST_ATTRIBUTE_UNUSED_ = 
> static_cast<int64_t>(value5), std::overflow_error);
>       |                          ^~~~~~~~~~~~~~~~~~~~~~~
> /<<PKGBUILDDIR>>/.build/__gtest/googletest/include/gtest/internal/gtest-internal.h:1314:5:
>  note: in definition of macro ‘GTEST_SUPPRESS_UNREACHABLE_CODE_WARNING_BELOW_’
>  1314 |     statement;                                                    \
>       |     ^~~~~~~~~
> /<<PKGBUILDDIR>>/.build/__gtest/googletest/include/gtest/gtest.h:1792:3: 
> note: in expansion of macro ‘GTEST_TEST_THROW_’
>  1792 |   GTEST_TEST_THROW_(statement, expected_exception, 
> GTEST_NONFATAL_FAILURE_)
>       |   ^~~~~~~~~~~~~~~~~
> /<<PKGBUILDDIR>>/libgnucash/engine/test/gtest-gnc-int128.cpp:207:5: note: in 
> expansion of macro ‘EXPECT_THROW’
>   207 |     EXPECT_THROW (auto v GTEST_ATTRIBUTE_UNUSED_ = 
> static_cast<int64_t>(value5), std::overflow_error);
>       |     ^~~~~~~~~~~~
> /<<PKGBUILDDIR>>/libgnucash/engine/test/gtest-gnc-int128.cpp:208:26: error: 
> expected initializer before ‘GTEST_ATTRIBUTE_UNUSED_’
>   208 |     EXPECT_THROW (auto v GTEST_ATTRIBUTE_UNUSED_ = 
> static_cast<uint64_t>(value5), std::overflow_error);
>       |                          ^~~~~~~~~~~~~~~~~~~~~~~
> /<<PKGBUILDDIR>>/.build/__gtest/googletest/include/gtest/internal/gtest-internal.h:1314:5:
>  note: in definition of macro ‘GTEST_SUPPRESS_UNREACHABLE_CODE_WARNING_BELOW_’
>  1314 |     statement;                                                    \
>       |     ^~~~~~~~~
> /<<PKGBUILDDIR>>/.build/__gtest/googletest/include/gtest/gtest.h:1792:3: 
> note: in expansion of macro ‘GTEST_TEST_THROW_’
>  1792 |   GTEST_TEST_THROW_(statement, expected_exception, 
> GTEST_NONFATAL_FAILURE_)
>       |   ^~~~~~~~~~~~~~~~~
> /<<PKGBUILDDIR>>/libgnucash/engine/test/gtest-gnc-int128.cpp:208:5: note: in 
> expansion of macro ‘EXPECT_THROW’
>   208 |     EXPECT_THROW (auto v GTEST_ATTRIBUTE_UNUSED_ = 
> static_cast<uint64_t>(value5), std::overflow_error);
>       |     ^~~~~~~~~~~~
> /<<PKGBUILDDIR>>/libgnucash/engine/test/gtest-gnc-int128.cpp:211:26: error: 
> expected initializer before ‘GTEST_ATTRIBUTE_UNUSED_’
>   211 |     EXPECT_THROW (auto v GTEST_ATTRIBUTE_UNUSED_ = 
> static_cast<int64_t>(value6), std::overflow_error);
>       |                          ^~~~~~~~~~~~~~~~~~~~~~~
> /<<PKGBUILDDIR>>/.build/__gtest/googletest/include/gtest/internal/gtest-internal.h:1314:5:
>  note: in definition of macro ‘GTEST_SUPPRESS_UNREACHABLE_CODE_WARNING_BELOW_’
>  1314 |     statement;                                                    \
>       |     ^~~~~~~~~
> /<<PKGBUILDDIR>>/.build/__gtest/googletest/include/gtest/gtest.h:1792:3: 
> note: in expansion of macro ‘GTEST_TEST_THROW_’
>  1792 |   GTEST_TEST_THROW_(statement, expected_exception, 
> GTEST_NONFATAL_FAILURE_)
>       |   ^~~~~~~~~~~~~~~~~
> /<<PKGBUILDDIR>>/libgnucash/engine/test/gtest-gnc-int128.cpp:211:5: note: in 
> expansion of macro ‘EXPECT_THROW’
>   211 |     EXPECT_THROW (auto v GTEST_ATTRIBUTE_UNUSED_ = 
> static_cast<int64_t>(value6), std::overflow_error);
>       |     ^~~~~~~~~~~~
> /<<PKGBUILDDIR>>/libgnucash/engine/test/gtest-gnc-int128.cpp:217:26: error: 
> expected initializer before ‘GTEST_ATTRIBUTE_UNUSED_’
>   217 |     EXPECT_THROW (auto v GTEST_ATTRIBUTE_UNUSED_ = 
> static_cast<uint64_t>(value7), std::underflow_error);
>       |                          ^~~~~~~~~~~~~~~~~~~~~~~
> /<<PKGBUILDDIR>>/.build/__gtest/googletest/include/gtest/internal/gtest-internal.h:1314:5:
>  note: in definition of macro ‘GTEST_SUPPRESS_UNREACHABLE_CODE_WARNING_BELOW_’
>  1314 |     statement;                                                    \
>       |     ^~~~~~~~~
> /<<PKGBUILDDIR>>/.build/__gtest/googletest/include/gtest/gtest.h:1792:3: 
> note: in expansion of macro ‘GTEST_TEST_THROW_’
>  1792 |   GTEST_TEST_THROW_(statement, expected_exception, 
> GTEST_NONFATAL_FAILURE_)
>       |   ^~~~~~~~~~~~~~~~~
> /<<PKGBUILDDIR>>/libgnucash/engine/test/gtest-gnc-int128.cpp:217:5: note: in 
> expansion of macro ‘EXPECT_THROW’
>   217 |     EXPECT_THROW (auto v GTEST_ATTRIBUTE_UNUSED_ = 
> static_cast<uint64_t>(value7), std::underflow_error);
>       |     ^~~~~~~~~~~~
> /<<PKGBUILDDIR>>/libgnucash/engine/test/gtest-gnc-int128.cpp:221:26: error: 
> expected initializer before ‘GTEST_ATTRIBUTE_UNUSED_’
>   221 |     EXPECT_THROW (auto v GTEST_ATTRIBUTE_UNUSED_ = 
> static_cast<uint64_t>(value8), std::underflow_error);
>       |                          ^~~~~~~~~~~~~~~~~~~~~~~
> /<<PKGBUILDDIR>>/.build/__gtest/googletest/include/gtest/internal/gtest-internal.h:1314:5:
>  note: in definition of macro ‘GTEST_SUPPRESS_UNREACHABLE_CODE_WARNING_BELOW_’
>  1314 |     statement;                                                    \
>       |     ^~~~~~~~~
> /<<PKGBUILDDIR>>/.build/__gtest/googletest/include/gtest/gtest.h:1792:3: 
> note: in expansion of macro ‘GTEST_TEST_THROW_’
>  1792 |   GTEST_TEST_THROW_(statement, expected_exception, 
> GTEST_NONFATAL_FAILURE_)
>       |   ^~~~~~~~~~~~~~~~~
> /<<PKGBUILDDIR>>/libgnucash/engine/test/gtest-gnc-int128.cpp:221:5: note: in 
> expansion of macro ‘EXPECT_THROW’
>   221 |     EXPECT_THROW (auto v GTEST_ATTRIBUTE_UNUSED_ = 
> static_cast<uint64_t>(value8), std::underflow_error);
>       |     ^~~~~~~~~~~~
> /<<PKGBUILDDIR>>/libgnucash/engine/test/gtest-gnc-int128.cpp:229:26: error: 
> expected initializer before ‘GTEST_ATTRIBUTE_UNUSED_’
>   229 |     EXPECT_THROW (auto v GTEST_ATTRIBUTE_UNUSED_ = 
> static_cast<int64_t>(value10), std::underflow_error);
>       |                          ^~~~~~~~~~~~~~~~~~~~~~~
> /<<PKGBUILDDIR>>/.build/__gtest/googletest/include/gtest/internal/gtest-internal.h:1314:5:
>  note: in definition of macro ‘GTEST_SUPPRESS_UNREACHABLE_CODE_WARNING_BELOW_’
>  1314 |     statement;                                                    \
>       |     ^~~~~~~~~
> /<<PKGBUILDDIR>>/.build/__gtest/googletest/include/gtest/gtest.h:1792:3: 
> note: in expansion of macro ‘GTEST_TEST_THROW_’
>  1792 |   GTEST_TEST_THROW_(statement, expected_exception, 
> GTEST_NONFATAL_FAILURE_)
>       |   ^~~~~~~~~~~~~~~~~
> /<<PKGBUILDDIR>>/libgnucash/engine/test/gtest-gnc-int128.cpp:229:5: note: in 
> expansion of macro ‘EXPECT_THROW’
>   229 |     EXPECT_THROW (auto v GTEST_ATTRIBUTE_UNUSED_ = 
> static_cast<int64_t>(value10), std::underflow_error);
>       |     ^~~~~~~~~~~~
> /<<PKGBUILDDIR>>/libgnucash/engine/test/gtest-gnc-int128.cpp:230:26: error: 
> expected initializer before ‘GTEST_ATTRIBUTE_UNUSED_’
>   230 |     EXPECT_THROW (auto v GTEST_ATTRIBUTE_UNUSED_ = 
> static_cast<uint64_t>(value10),
>       |                          ^~~~~~~~~~~~~~~~~~~~~~~
> /<<PKGBUILDDIR>>/.build/__gtest/googletest/include/gtest/internal/gtest-internal.h:1314:5:
>  note: in definition of macro ‘GTEST_SUPPRESS_UNREACHABLE_CODE_WARNING_BELOW_’
>  1314 |     statement;                                                    \
>       |     ^~~~~~~~~
> /<<PKGBUILDDIR>>/.build/__gtest/googletest/include/gtest/gtest.h:1792:3: 
> note: in expansion of macro ‘GTEST_TEST_THROW_’
>  1792 |   GTEST_TEST_THROW_(statement, expected_exception, 
> GTEST_NONFATAL_FAILURE_)
>       |   ^~~~~~~~~~~~~~~~~
> /<<PKGBUILDDIR>>/libgnucash/engine/test/gtest-gnc-int128.cpp:230:5: note: in 
> expansion of macro ‘EXPECT_THROW’
>   230 |     EXPECT_THROW (auto v GTEST_ATTRIBUTE_UNUSED_ = 
> static_cast<uint64_t>(value10),
>       |     ^~~~~~~~~~~~
> make[5]: *** 
> [libgnucash/engine/test/CMakeFiles/test-gnc-int128.dir/build.make:95: 
> libgnucash/engine/test/CMakeFiles/test-gnc-int128.dir/gtest-gnc-int128.cpp.o] 
> Error 1


The full build log is available from:
http://qa-logs.debian.net/2024/07/28/gnucash_5.6-1_unstable.log

All bugs filed during this archive rebuild are listed at:
https://bugs.debian.org/cgi-bin/pkgreport.cgi?tag=ftbfs-20240728;users=lu...@debian.org
or:
https://udd.debian.org/bugs/?release=na&merged=ign&fnewerval=7&flastmodval=7&fusertag=only&fusertagtag=ftbfs-20240728&fusertaguser=lu...@debian.org&allbugs=1&cseverity=1&ctags=1&caffected=1#results

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!

If you reassign this bug to another package, please mark it as 'affects'-ing
this package. See https://www.debian.org/Bugs/server-control#affects

If you fail to reproduce this, please provide a build log and diff it with mine
so that we can identify if something relevant changed in the meantime.

--- End Message ---
--- Begin Message ---
Source: gnucash
Source-Version: 1:5.8-1
Done: Dmitry Smirnov <only...@debian.org>

We believe that the bug you reported is fixed in the latest version of
gnucash, 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 1077...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Dmitry Smirnov <only...@debian.org> (supplier of updated gnucash 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: SHA256

Format: 1.8
Date: Thu, 01 Aug 2024 19:40:30 +1000
Source: gnucash
Architecture: source
Version: 1:5.8-1
Distribution: unstable
Urgency: medium
Maintainer: Dmitry Smirnov <only...@debian.org>
Changed-By: Dmitry Smirnov <only...@debian.org>
Closes: 1077415
Changes:
 gnucash (1:5.8-1) unstable; urgency=medium
 .
   * New upstream release.
     + fixed FTBFS in "gtest-gnc-int128.cpp" (Closes: #1077415).
Checksums-Sha1:
 72f83e00c4b53740ea3d1a61df4c7579b98b0b29 2375 gnucash_5.8-1.dsc
 57f2628f0e48c2d399abed8725495d850e842761 10105952 gnucash_5.8.orig.tar.xz
 ee896fbdc4abbd76cfe8c1f7dee10268d218e557 37104 gnucash_5.8-1.debian.tar.xz
 53f3ea2695faeb227e149a1118e14378ad6366d1 27412 gnucash_5.8-1_amd64.buildinfo
Checksums-Sha256:
 cb66f310b0de06a959af69304e755ce90898de514974d82d5c4bd4c51fa60f5b 2375 
gnucash_5.8-1.dsc
 069e44eee812d8269fb51cd543d40a304ed85e651e7c47225a36b155c1e876e0 10105952 
gnucash_5.8.orig.tar.xz
 c84e24c94657e1b0e16642c594f5845716de50b52bcce23c61b0e59229bb7282 37104 
gnucash_5.8-1.debian.tar.xz
 8cd9951ea8416bccc664fb9464928efec940324c4a023e8458656627048dd63a 27412 
gnucash_5.8-1_amd64.buildinfo
Files:
 27a35a97f0229d7fc7c61ab6360fe826 2375 gnome optional gnucash_5.8-1.dsc
 2cca3eb2228f7948186dde69ceef2e2e 10105952 gnome optional 
gnucash_5.8.orig.tar.xz
 7b7bd98bdcfd89e84cc452c9ab69b4b9 37104 gnome optional 
gnucash_5.8-1.debian.tar.xz
 aa7a4de983f6b1707a9264d57cb283ac 27412 gnome optional 
gnucash_5.8-1_amd64.buildinfo

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

iQIzBAEBCAAdFiEEULx8+TnSDCcqawZWUra72VOWjRsFAmarYSYACgkQUra72VOW
jRsJgxAAokRdHY+TOwzfW0+/bCysJoctRf02jCdLBXoau64dAQleggAQ2SahmsQq
bF16LkO7VyLZMaCQF5IroefevckV/Ax6cOj1GEolQitQxINaFGxlY8pONlDvRL7z
7YE0//Oj0I4sstkSBt822R/uSOTa26qQqx6uHbql/qXV0pS8ZfmGHSVPqyy/SxWq
OSBZzJ8K5yTstSCYCOL9/f/N5fxs+P7IHD31Vvw2+eusbdQQ+bUgVmw9f48cIV3Y
ztmtxidoiZKrsmOnI8QgodnA5WnpbrIMVumrcA/alyhftYZMF7qHJDavuYheXTUl
pgG0txpohPMarUANpWuQzXn3djpCDlExTc4DnEdtFw7ANRSfFxjm1gAdiOecoxRV
C+2Lou3mz132gjz+5JlvvM8Q5csF6DEfwWCBrCGUozb6NvQQOBt1kOUYDROpOhWc
puXB+rprZ4ox/kSEVCBaGWnaq2U7zviYnCxVb3/Icj7NmI2ueH1tKNH3t+szYK7L
n4rBKbnvwLni4C+D+jHOD8Am/7CyW2jZiBeeLO0GeGfpc6iODLGU11g6wdrHE2st
Qn+A7CqYvkkz3o7Mu9aYyXCmLKPJ3dLJZgsuQyr54iQtC8GjnLAGw6Or/4rvsFIz
usDi26Ve+SB0CnZI6ekLTTo9PyxAuLrq3d606Bfyz8GvW2p6E6s=
=Gw5T
-----END PGP SIGNATURE-----

Attachment: pgp7i82TNiHw0.pgp
Description: PGP signature


--- End Message ---

Reply via email to