[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#1054239: marked as done (libixion FTBFS with gcc 13 on i386)



Your message dated Sun, 22 Oct 2023 09:22:01 +0000
with message-id <E1quUen-003S4E-Ls@fasolo.debian.org>
and subject line Bug#1054239: fixed in libixion 0.17.0-4
has caused the Debian Bug report #1054239,
regarding libixion FTBFS with gcc 13 on i386
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 owner@bugs.debian.org
immediately.)


-- 
1054239: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1054239
Debian Bug Tracking System
Contact owner@bugs.debian.org with problems
--- Begin Message ---
Source: libixion
Version: 0.17.0-3
Severity: serious
Tags: ftbfs trixie sid patch

https://buildd.debian.org/status/fetch.php?pkg=libixion&arch=i386&ver=0.19.0-1&stamp=1697292545&raw=0

...
FAIL: document-test
===================

test_basic_calc: --begin
document-test: document_test.cpp:50: void test_basic_calc(): Assertion `doc.get_numeric_value(A1) == 1.1' failed.
FAIL document-test (exit status: 134)

FAIL: general-test
==================

test_size: --begin
test size
* int: 4
* long: 4
* double: 8
* size_t: 4
* string_id_t: 4 (min:0; max:4294967295)
* celltype_t: 1
* formula_cell: 4
* formula_tokens_t: 12
test_size: --end (duration: 0 sec)
test_string_to_double: --begin
test_string_to_double: --end (duration: 0 sec)
test_string_pool: --begin
string count: 4
* 0: 'Table1' (0x57251a98)
* 1: 'Table2' (0x57251ab0)
* 2: 'Category' (0x57251ac8)
* 3: 'Value' (0x57251ae0)
string map count: 4
* key: 'Value' (0x57251ae0; 5), value: 3
* key: 'Category' (0x57251ac8; 8), value: 2
* key: 'Table2' (0x57251ab0; 6), value: 1
* key: 'Table1' (0x57251a98; 6), value: 0
test_string_pool: --end (duration: 0 sec)
test_formula_tokens_store: --begin
test_formula_tokens_store: --end (duration: 0 sec)
test_matrix: --begin
test_matrix: --end (duration: 0 sec)
test_matrix_non_numeric_values: --begin
general-test: general_test.cpp:166: void {anonymous}::test_matrix_non_numeric_values(): Assertion `mtx.get_numeric(0, 0) == 1.1' failed.
FAIL general-test (exit status: 134)

============================================================================
Testsuite summary for libixion 0.19.0
============================================================================
# TOTAL: 6
# PASS:  4
# SKIP:  0
# XFAIL: 0
# FAIL:  2
# XPASS: 0
# ERROR: 0
============================================================================
See src/libixion/test-suite.log
============================================================================
make[6]: *** [Makefile:1101: test-suite.log] Error 1



There are two ways to fix this:


--- debian/rules.old	2023-10-19 17:03:33.109096000 +0000
+++ debian/rules	2023-10-19 17:03:52.569079353 +0000
@@ -5,6 +5,8 @@
 
 include /usr/share/dpkg/architecture.mk
 
+export DEB_CXXFLAGS_MAINT_APPEND += -fexcess-precision=fast
+
 %:
 	dh $@
 


OR


--- configure.ac.old	2023-10-19 17:04:03.837069635 +0000
+++ configure.ac	2023-10-19 17:04:13.189061522 +0000
@@ -19,7 +19,7 @@
 AC_CONFIG_HEADERS([config.h])
 AM_INIT_AUTOMAKE([1.11 foreign dist-bzip2 dist-xz])
 m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])])
-AX_CXX_COMPILE_STDCXX_17([noext], [mandatory])
+AX_CXX_COMPILE_STDCXX_17([ext], [mandatory])
 CXXFLAGS="$CXXFLAGS -fvisibility=hidden -Wall -Wshadow -Wno-write-strings -pthread"
 
 AC_CANONICAL_HOST

--- End Message ---
--- Begin Message ---
Source: libixion
Source-Version: 0.17.0-4
Done: Rene Engelhard <rene@debian.org>

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

Debian distribution maintenance software
pp.
Rene Engelhard <rene@debian.org> (supplier of updated libixion 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 ftpmaster@ftp-master.debian.org)


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512

Format: 1.8
Date: Mon, 14 Aug 2023 20:53:33 +0200
Source: libixion
Architecture: source
Version: 0.17.0-4
Distribution: unstable
Urgency: medium
Maintainer: Debian LibreOffice Maintainers <debian-openoffice@lists.debian.org>
Changed-By: Rene Engelhard <rene@debian.org>
Closes: 1045940 1054239
Changes:
 libixion (0.17.0-4) unstable; urgency=medium
 .
   * debian/clean: add missing / (closes: #1045940)
   * debian/rules: export DEB_CXXFLAGS_MAINT_APPEND += -fexcess-precision=fast
     thanks Adrian Bunk (closes: #1054239)
Checksums-Sha1:
 65b86122a68434d775c85da32b301765c92ad7a9 2576 libixion_0.17.0-4.dsc
 1afaf1c39a3ce9ddad5c708a0d2eeecef4feb250 10124 libixion_0.17.0-4.debian.tar.xz
 173e408bc4f74ba19d0e7589d9bf0c16af37fabc 5333 libixion_0.17.0-4_source.buildinfo
Checksums-Sha256:
 3b69ac91b733d9a4b74b61ba3593ba82f436efca78a3aa921da67444e77a5fc4 2576 libixion_0.17.0-4.dsc
 461ad58c61af985339b9bd7a37204f7698f4d3d03354ddc9c5d04ba278e08e44 10124 libixion_0.17.0-4.debian.tar.xz
 5ca856c3ec0650d581d7f8c7a7996844a0a4b52087ac7a1bcd4656f4daeed28e 5333 libixion_0.17.0-4_source.buildinfo
Files:
 351328c5fedae9142b2ba29b2a754fbc 2576 libs optional libixion_0.17.0-4.dsc
 9161ac9018f0486627c40093a4c36d61 10124 libs optional libixion_0.17.0-4.debian.tar.xz
 9fbf562bba1cae05978deebada48bf9d 5333 libs optional libixion_0.17.0-4_source.buildinfo

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

iQJEBAEBCgAuFiEE4S3qRnUGcM+pYIAdCqBFcdA+PnAFAmU04tQQHHJlbmVAZGVi
aWFuLm9yZwAKCRAKoEVx0D4+cNyJD/0ZhIVn7THt6Szuo7kHUsT9iV+5ky4lHBTr
4kMTsAm/vdcwHOTSMyDSrFMlOukb7jmesgPBNON6fp81btxRJplvO/0sxXX/fwsY
eQ/miiH9MTsCIGNg88ZjYReLz7wZq9AVQKv0sMKv5/nSpc4i/E6S9JcDNSEb/m2w
S7b6E7HgszTmjTzoh2g/bFd9tfXiaz78vTqfDA/RhWXv7aL/Ezb4lxsW1N3mt6oG
q/78ZklcU3exIXLAZbVE5dSy+b29BGmxuZtVK1bepzwwzobqxX0/arVKNt0SKKVA
vuEcgHI1JC/4e2CiBQBL7ZxUM9jkElF5mC2ehfLoZBJVlFBUChrC31L4z+HuYDBP
JR3daeMsqKuOgemc234VH1j+1d4wPDQoabeC/Z8JFonj7O/uXpnPOpATj2GoRfRo
5ZWludd7FHljXwLoqsB7KxUrN0k0yvjnF4ToPV+v2nt4qyAB8Y7l94f+Qvoswde3
5gpWgZnMxWpDE5uBZDW3ZKCd8AUpRaTCi5IaQoyiGtMKBz+7z/vG0IxPRH2/xAO2
W7dvuebIjG4nCl/PKRTYT1GdW60AlUU/kGe/DMfdkXORPpOv7hsdwKe5ENboiTT6
jazhD+SRyVLCOJaKLGqoT18zXDDADMUlVArVnCo/iq3ApJwS5F87fpTlWLHnIlmy
LlPhnUlCYw==
=3TVj
-----END PGP SIGNATURE-----

--- End Message ---

Reply to: