Your message dated Fri, 21 Mar 2025 15:22:34 +0000
with message-id <e1tvecg-0013wb...@fasolo.debian.org>
and subject line Bug#1092316: fixed in haskell-text-icu 0.8.0.5-2
has caused the Debian Bug report #1092316,
regarding haskell-text-icu ftbfs with icu 76.1
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.)


-- 
1092316: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1092316
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: src:haskell-text-icu
Version: 0.8.0.5-1
User: debian-de...@lists.debian.org
Usertags: icu76

[...]
[34 of 38] Compiling Data.Text.ICU.Spoof ( dist-ghc/build/Data/Text/ICU/Spoof.hs, dist-ghc/build/Data/Text/ICU/Spoof.p_o )

Data/Text/ICU/Spoof.hsc:433:7: warning: [GHC-68441] [-Wdeprecations]
    In the use of ‘memcpy’
(imported from Data.ByteString.Internal, but defined in Data.ByteString.Internal.Type):
    Deprecated: "Use Foreign.Marshal.Utils.copyBytes instead"
    |
433 |       memcpy dptr bptr (fromIntegral dlen))
    |       ^^^^^^
[35 of 38] Compiling Data.Text.ICU.Spoof.Pure ( Data/Text/ICU/Spoof/Pure.hs, dist-ghc/build/Data/Text/ICU/Spoof/Pure.p_o ) [36 of 38] Compiling Data.Text.ICU.Text ( Data/Text/ICU/Text.hs, dist-ghc/build/Data/Text/ICU/Text.p_o ) [37 of 38] Compiling Data.Text.ICU ( Data/Text/ICU.hs, dist-ghc/build/Data/Text/ICU.p_o ) [38 of 38] Compiling Data.Text.ICU.Types ( Data/Text/ICU/Types.hs, dist-ghc/build/Data/Text/ICU/Types.p_o )
cbits/text_icu.c: In function ‘__hs_ubrk_safeClone’:

cbits/text_icu.c:172:5: error:
     warning: ‘ubrk_safeClone_76’ is deprecated [-Wdeprecated-declarations]
172 | return ubrk_safeClone(bi, stackBuffer, pBufferSize, status);
          |     ^~~~~~
    |
172 |     return ubrk_safeClone(bi, stackBuffer, pBufferSize, status);
    |     ^
In file included from /usr/include/unicode/platform.h:25,
                 from /usr/include/unicode/ptypes.h:46,
                 from /usr/include/unicode/umachine.h:46,
                 from /usr/include/unicode/utypes.h:38,
                 from include/hs_text_icu.h:5,

                 from cbits/text_icu.c:1:0: error:

/usr/include/unicode/ubrk.h:321:1: error:
     note: declared here
      321 | ubrk_safeClone(
          | ^~~~~~~~~~~~~~
    |
321 | ubrk_safeClone(
    | ^
cbits/text_icu.c: In function ‘__hs_ucol_safeClone’:

cbits/text_icu.c:298:5: error:
     warning: ‘ucol_safeClone_76’ is deprecated [-Wdeprecated-declarations]
298 | return ucol_safeClone(coll, stackBuffer, pBufferSize, status);
          |     ^~~~~~
    |
298 |     return ucol_safeClone(coll, stackBuffer, pBufferSize, status);
    |     ^

/usr/include/unicode/ucol.h:1360:1: error:
     note: declared here
     1360 | ucol_safeClone(const UCollator *coll,
          | ^~~~~~~~~~~~~~
     |
1360 | ucol_safeClone(const UCollator *coll,
     | ^
cbits/text_icu.c: In function ‘__hs_unorm_quickCheck’:

cbits/text_icu.c:537:5: error:
warning: ‘unorm_quickCheck_76’ is deprecated [-Wdeprecated-declarations] 537 | return unorm_quickCheck(source, sourcelength, mode, status);
          |     ^~~~~~
    |
537 |     return unorm_quickCheck(source, sourcelength, mode, status);
    |     ^

/usr/include/unicode/unorm.h:244:1: error:
     note: declared here
      244 | unorm_quickCheck(const UChar *source, int32_t sourcelength,
          | ^~~~~~~~~~~~~~~~
    |
244 | unorm_quickCheck(const UChar *source, int32_t sourcelength,
    | ^
cbits/text_icu.c: In function ‘__hs_unorm_isNormalized’:

cbits/text_icu.c:544:5: error:
warning: ‘unorm_isNormalized_76’ is deprecated [-Wdeprecated-declarations] 544 | return unorm_isNormalized(src, srcLength, mode, pErrorCode);
          |     ^~~~~~
    |
544 |     return unorm_isNormalized(src, srcLength, mode, pErrorCode);
    |     ^

/usr/include/unicode/unorm.h:291:1: error:
     note: declared here
      291 | unorm_isNormalized(const UChar *src, int32_t srcLength,
          | ^~~~~~~~~~~~~~~~~~
    |
291 | unorm_isNormalized(const UChar *src, int32_t srcLength,
    | ^
cbits/text_icu.c: In function ‘__hs_unorm_normalize’:

cbits/text_icu.c:552:5: error:
warning: ‘unorm_normalize_76’ is deprecated [-Wdeprecated-declarations] 552 | return unorm_normalize(source, sourceLength, mode, options, result,
          |     ^~~~~~
    |
552 | return unorm_normalize(source, sourceLength, mode, options, result,
    |     ^

/usr/include/unicode/unorm.h:218:1: error:
     note: declared here
      218 | unorm_normalize(const UChar *source, int32_t sourceLength,
          | ^~~~~~~~~~~~~~~
    |
218 | unorm_normalize(const UChar *source, int32_t sourceLength,
    | ^
cbits/text_icu.c: In function ‘__hs_ubrk_safeClone’:

cbits/text_icu.c:172:5: error:
     warning: ‘ubrk_safeClone_76’ is deprecated [-Wdeprecated-declarations]
172 | return ubrk_safeClone(bi, stackBuffer, pBufferSize, status);
          |     ^~~~~~
    |
172 |     return ubrk_safeClone(bi, stackBuffer, pBufferSize, status);
    |     ^
In file included from /usr/include/unicode/platform.h:25,
                 from /usr/include/unicode/ptypes.h:46,
                 from /usr/include/unicode/umachine.h:46,
                 from /usr/include/unicode/utypes.h:38,
                 from include/hs_text_icu.h:5,

                 from cbits/text_icu.c:1:0: error:

/usr/include/unicode/ubrk.h:321:1: error:
     note: declared here
      321 | ubrk_safeClone(
          | ^~~~~~~~~~~~~~
    |
321 | ubrk_safeClone(
    | ^
cbits/text_icu.c: In function ‘__hs_ucol_safeClone’:

cbits/text_icu.c:298:5: error:
     warning: ‘ucol_safeClone_76’ is deprecated [-Wdeprecated-declarations]
298 | return ucol_safeClone(coll, stackBuffer, pBufferSize, status);
          |     ^~~~~~
    |
298 |     return ucol_safeClone(coll, stackBuffer, pBufferSize, status);
    |     ^

/usr/include/unicode/ucol.h:1360:1: error:
     note: declared here
     1360 | ucol_safeClone(const UCollator *coll,
          | ^~~~~~~~~~~~~~
     |
1360 | ucol_safeClone(const UCollator *coll,
     | ^
cbits/text_icu.c: In function ‘__hs_unorm_quickCheck’:

cbits/text_icu.c:537:5: error:
warning: ‘unorm_quickCheck_76’ is deprecated [-Wdeprecated-declarations] 537 | return unorm_quickCheck(source, sourcelength, mode, status);
          |     ^~~~~~
    |
537 |     return unorm_quickCheck(source, sourcelength, mode, status);
    |     ^

/usr/include/unicode/unorm.h:244:1: error:
     note: declared here
      244 | unorm_quickCheck(const UChar *source, int32_t sourcelength,
          | ^~~~~~~~~~~~~~~~
    |
244 | unorm_quickCheck(const UChar *source, int32_t sourcelength,
    | ^
cbits/text_icu.c: In function ‘__hs_unorm_isNormalized’:

cbits/text_icu.c:544:5: error:
warning: ‘unorm_isNormalized_76’ is deprecated [-Wdeprecated-declarations] 544 | return unorm_isNormalized(src, srcLength, mode, pErrorCode);
          |     ^~~~~~
    |
544 |     return unorm_isNormalized(src, srcLength, mode, pErrorCode);
    |     ^

/usr/include/unicode/unorm.h:291:1: error:
     note: declared here
      291 | unorm_isNormalized(const UChar *src, int32_t srcLength,
          | ^~~~~~~~~~~~~~~~~~
    |
291 | unorm_isNormalized(const UChar *src, int32_t srcLength,
    | ^
cbits/text_icu.c: In function ‘__hs_unorm_normalize’:

cbits/text_icu.c:552:5: error:
warning: ‘unorm_normalize_76’ is deprecated [-Wdeprecated-declarations] 552 | return unorm_normalize(source, sourceLength, mode, options, result,
          |     ^~~~~~
    |
552 | return unorm_normalize(source, sourceLength, mode, options, result,
    |     ^

/usr/include/unicode/unorm.h:218:1: error:
     note: declared here
      218 | unorm_normalize(const UChar *source, int32_t sourceLength,
          | ^~~~~~~~~~~~~~~
    |
218 | unorm_normalize(const UChar *source, int32_t sourceLength,
    | ^
cbits/text_icu.c: In function ‘__hs_ubrk_safeClone’:

cbits/text_icu.c:172:5: error:
     warning: ‘ubrk_safeClone_76’ is deprecated [-Wdeprecated-declarations]
172 | return ubrk_safeClone(bi, stackBuffer, pBufferSize, status);
          |     ^~~~~~
    |
172 |     return ubrk_safeClone(bi, stackBuffer, pBufferSize, status);
    |     ^
In file included from /usr/include/unicode/platform.h:25,
                 from /usr/include/unicode/ptypes.h:46,
                 from /usr/include/unicode/umachine.h:46,
                 from /usr/include/unicode/utypes.h:38,
                 from include/hs_text_icu.h:5,

                 from cbits/text_icu.c:1:0: error:

/usr/include/unicode/ubrk.h:321:1: error:
     note: declared here
      321 | ubrk_safeClone(
          | ^~~~~~~~~~~~~~
    |
321 | ubrk_safeClone(
    | ^
cbits/text_icu.c: In function ‘__hs_ucol_safeClone’:

cbits/text_icu.c:298:5: error:
     warning: ‘ucol_safeClone_76’ is deprecated [-Wdeprecated-declarations]
298 | return ucol_safeClone(coll, stackBuffer, pBufferSize, status);
          |     ^~~~~~
    |
298 |     return ucol_safeClone(coll, stackBuffer, pBufferSize, status);
    |     ^

/usr/include/unicode/ucol.h:1360:1: error:
     note: declared here
     1360 | ucol_safeClone(const UCollator *coll,
          | ^~~~~~~~~~~~~~
     |
1360 | ucol_safeClone(const UCollator *coll,
     | ^
cbits/text_icu.c: In function ‘__hs_unorm_quickCheck’:

cbits/text_icu.c:537:5: error:
warning: ‘unorm_quickCheck_76’ is deprecated [-Wdeprecated-declarations] 537 | return unorm_quickCheck(source, sourcelength, mode, status);
          |     ^~~~~~
    |
537 |     return unorm_quickCheck(source, sourcelength, mode, status);
    |     ^

/usr/include/unicode/unorm.h:244:1: error:
     note: declared here
      244 | unorm_quickCheck(const UChar *source, int32_t sourcelength,
          | ^~~~~~~~~~~~~~~~
    |
244 | unorm_quickCheck(const UChar *source, int32_t sourcelength,
    | ^
cbits/text_icu.c: In function ‘__hs_unorm_isNormalized’:

cbits/text_icu.c:544:5: error:
warning: ‘unorm_isNormalized_76’ is deprecated [-Wdeprecated-declarations] 544 | return unorm_isNormalized(src, srcLength, mode, pErrorCode);
          |     ^~~~~~
    |
544 |     return unorm_isNormalized(src, srcLength, mode, pErrorCode);
    |     ^

/usr/include/unicode/unorm.h:291:1: error:
     note: declared here
      291 | unorm_isNormalized(const UChar *src, int32_t srcLength,
          | ^~~~~~~~~~~~~~~~~~
    |
291 | unorm_isNormalized(const UChar *src, int32_t srcLength,
    | ^
cbits/text_icu.c: In function ‘__hs_unorm_normalize’:

cbits/text_icu.c:552:5: error:
warning: ‘unorm_normalize_76’ is deprecated [-Wdeprecated-declarations] 552 | return unorm_normalize(source, sourceLength, mode, options, result,
          |     ^~~~~~
    |
552 | return unorm_normalize(source, sourceLength, mode, options, result,
    |     ^

/usr/include/unicode/unorm.h:218:1: error:
     note: declared here
      218 | unorm_normalize(const UChar *source, int32_t sourceLength,
          | ^~~~~~~~~~~~~~~
    |
218 | unorm_normalize(const UChar *source, int32_t sourceLength,
    | ^
Preprocessing test suite 'tests' for text-icu-0.8.0.5..
Building test suite 'tests' for text-icu-0.8.0.5..
[1 of 3] Compiling QuickCheckUtils ( tests/QuickCheckUtils.hs, dist-ghc/build/tests/tests-tmp/QuickCheckUtils.o ) [2 of 3] Compiling Properties ( tests/Properties.hs, dist-ghc/build/tests/tests-tmp/Properties.o ) [3 of 3] Compiling Main ( tests/Tests.hs, dist-ghc/build/tests/tests-tmp/Main.o )
[4 of 4] Linking dist-ghc/build/tests/tests
touch build-ghc-stamp
perl -d:Confess -MDebian::Debhelper::Buildsystem::Haskell::Recipes=/.*/ \
        -E 'check_recipe'
Running dh_listpackages
libghc-text-icu-dev
libghc-text-icu-prof
libghc-text-icu-doc
Running 1 test suites...
Test suite tests: RUNNING...
Properties:
  t_toCaseFold: [OK, passed 100 tests]
  t_toLower: [OK, passed 100 tests]
  t_toUpper: [OK, passed 100 tests]
  t_charIterator_String: [OK, passed 100 tests]
  t_charIterator_Text: [OK, passed 100 tests]
  t_charIterator_Utf8: [OK, passed 100 tests]
  t_quickCheck_isNormalized: [OK, passed 100 tests]
  t_collate: [OK, passed 100 tests]
  t_collate_emptyRule: [OK, passed 100 tests]
  t_convert: [OK, passed 100 tests]
  t_blockCode: [OK, passed 100 tests]
  t_charFullName: [OK, passed 100 tests]
  t_charName: [OK, passed 100 tests]
  t_combiningClass: [OK, passed 100 tests]
  t_direction: [OK, passed 100 tests]
  t_isMirrored: [OK, passed 100 tests]
  t_mirror: [OK, passed 100 tests]
  t_digitToInt: [OK, passed 100 tests]
  t_numericValue: [OK, passed 100 tests]
  t_spoofable: [OK, passed 100 tests]
  t_nonspoofable: [OK, passed 100 tests]
  t_confusable: [OK, passed 100 tests]
  t_Utf8IsUtf8: [OK, passed 100 tests]
Test cases:
  : [OK]
  : [OK]
  : [OK]
  : [OK]
  : [OK]
  : [OK]
  : [OK]
  : [OK]
  : [OK]
  : [OK]
  : [OK]
  : [OK]
  : [OK]
  : [Failed]
expected: "2. Januar 2000 um 03:04:05 GMT+1"
 but got: "2. Januar 2000 um 03:04:05 MEZ"
  : [OK]
  : [OK]
  : [OK]
  : [OK]
  : [OK]
  : [OK]
  :collate:
    :invalid format:
      :errError: [OK]
      :errLine: [OK]
      :errOffset: [OK]
    :custom collator: [OK]
  : [OK]
  : [OK]
  : [OK]
  : [OK]

         Properties  Test Cases  Total
 Passed  23          27          50
 Failed  0           1           1
 Total   23          28          51
Test suite tests: FAIL
Test suite logged to: dist-ghc/test/text-icu-0.8.0.5-tests.log
0 of 1 test suites (0 of 1 test cases) passed.
-e: error: debian/hlibrary.setup test --builddir=dist-ghc --show-details=direct returned exit code 1
 at /usr/share/perl5/Debian/Debhelper/Dh_Lib.pm line 877.
Debian::Debhelper::Dh_Lib::error("debian/hlibrary.setup test --builddir=dist-ghc --show-details"...) called at /usr/share/perl5/Debian/Debhelper/Dh_Lib.pm line 616 Debian::Debhelper::Dh_Lib::error_exitcode("debian/hlibrary.setup test --builddir=dist-ghc --show-details"...) called at /usr/share/perl5/Debian/Debhelper/Dh_Lib.pm line 479 Debian::Debhelper::Dh_Lib::doit("debian/hlibrary.setup", "test", "--builddir=dist-ghc", "--show-details=direct") called at /usr/share/perl5/Debian/Debhelper/Buildsystem/Haskell/Recipes.pm line 692 Debian::Debhelper::Buildsystem::Haskell::Recipes::check_recipe() called at -e line 1 make: *** [/usr/share/cdbs/1/class/hlibrary.mk:165: check-ghc-stamp] Error 25 dpkg-buildpackage: error: debian/rules binary subprocess returned exit status 2
--- End Message ---
--- Begin Message ---
Source: haskell-text-icu
Source-Version: 0.8.0.5-2
Done: Ilias Tsitsimpis <ilias...@debian.org>

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

Debian distribution maintenance software
pp.
Ilias Tsitsimpis <ilias...@debian.org> (supplier of updated haskell-text-icu 
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: Fri, 21 Mar 2025 17:10:34 +0200
Source: haskell-text-icu
Architecture: source
Version: 0.8.0.5-2
Distribution: unstable
Urgency: medium
Maintainer: Debian Haskell Group 
<pkg-haskell-maintain...@lists.alioth.debian.org>
Changed-By: Ilias Tsitsimpis <ilias...@debian.org>
Closes: 1092316
Changes:
 haskell-text-icu (0.8.0.5-2) unstable; urgency=medium
 .
   * Fix testsuite failure with ICU 76 (Closes: #1092316)
Checksums-Sha1:
 a805a0a05259f5f239f97d868b6599aaa3515d93 2595 haskell-text-icu_0.8.0.5-2.dsc
 bd9a1de31eeb8664f679605b7094d5fd61146e30 4640 
haskell-text-icu_0.8.0.5-2.debian.tar.xz
 e91dc68bae04b73ffaa3b47bd9cd4e39bd0286b8 10395 
haskell-text-icu_0.8.0.5-2_amd64.buildinfo
Checksums-Sha256:
 0728fbe572a7208625eff7d8e59a4628d4632c93cfb3e014447ada524dc88626 2595 
haskell-text-icu_0.8.0.5-2.dsc
 b6802f6c655abcaebb23ea46888f4adf9b71d0496096567fb48c677f33ae991c 4640 
haskell-text-icu_0.8.0.5-2.debian.tar.xz
 25e07758bf2a8c3c0ae435e16978754ed9a5be16161f507e39cf01258d441f08 10395 
haskell-text-icu_0.8.0.5-2_amd64.buildinfo
Files:
 fb1ba01383cb778a799c939daff3894c 2595 haskell optional 
haskell-text-icu_0.8.0.5-2.dsc
 eef451f7c8770b2f1275caba0c11a42a 4640 haskell optional 
haskell-text-icu_0.8.0.5-2.debian.tar.xz
 fbea320df3857d577d2439ef3147b079 10395 haskell optional 
haskell-text-icu_0.8.0.5-2_amd64.buildinfo


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

iQJIBAEBCgAyFiEEJ9c8pfW11+AaUTb116hngMxkQDwFAmfdgecUHGlsaWFzdHNp
QGRlYmlhbi5vcmcACgkQ16hngMxkQDwFMg/9GIfe9Rkm3LKduA3dLkN2FDfebjZI
7KwkGkV2dop6DD7i43C+tBJitZDnkebKntIEmCdBdOYUQy9l8ORyo0uml4wvRK2i
xWd8AQvsXdJCs3OwdOzxLkKZNYvO88K4Rq8dBWQsVBBxaHR5SFBwu9Xg3hHHD84g
ttgJASCUiza0YDGfTGkdDDx8/xteG3R/SF1F/Qh5jjjau6UQoe0UepvvmHMDJQMg
iX4rd3uuEOBKc5q2dHvfR48lVn7O4XSHW2+jo0okrH5cVrAxqicsyy4ubGT/BW9i
PCt3u2ytnxHeuAQt78nNndy7BrlIR9umz59gfVwbq06NOo9p1DTYuns7NIPpfCiE
9MSZABbxtt/o1ycbRAEbNVIhsfCFgU2Qe2XQS1w1jzGjhoRdLWVytwHap2eayTYY
0nnE91QEiuni1G9LeLL4qqSDUexrL9zmA2OpCif177B0p29fARh2E4HGqXYOkUUk
CLXD1jdFqYsZZAJWdL0Z4Icjz/myGDzDkgBFkErvy9q5ClwkAVCfY38ydVsczSE8
99F04t11qIHjmmr/ECqUjePO0p1z57pUIZW0bWf7kWRNfZ/RJ077IKWZaAeenwWX
0CGBd3ZUZGDLYHd5PitooKjgqeI0KF/keFxy5KhhmOJ8Wfil63m4pZzf40AUvNfW
kc5s1H/Bcp44T0E=
=NAsl
-----END PGP SIGNATURE-----

Attachment: pgpMm2AT7t7ar.pgp
Description: PGP signature


--- End Message ---

Reply via email to