Your message dated Fri, 30 Aug 2024 15:11:57 +0000
with message-id <e1sk3i5-00aj4r...@fasolo.debian.org>
and subject line Bug#1075623: fixed in virtuoso-opensource 7.2.12+dfsg-1
has caused the Debian Bug report #1075623,
regarding virtuoso-opensource: FTBFS
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.)


-- 
1075623: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075623
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: virtuoso-opensource
Severity: serious
Tags: ftbfs sid
Justification: FTBFS

Dear Maintainer,

Your package FTBFS:

Dksesstr.c: In function 'strdev_free_buf':
Dksesstr.c:152:44: warning: unused parameter 'arg' [-Wunused-parameter]
  152 | strdev_free_buf (buffer_elt_t * b, caddr_t arg)
      |                                    ~~~~~~~~^~~
Dksesstr.c: In function 'strdev_write':
Dksesstr.c:282:23: warning: comparison of integer expressions of different
signedness: 'size_t' {aka 'long unsigned int'} and 'int' [-Wsign-compare]
  282 |               if (len == -1)
      |                       ^~
Dksesstr.c:359:18: warning: comparison of integer expressions of different
signedness: 'int' and 'long unsigned int' [-Wsign-compare]
  359 |       if (filled == (size_t) - 1)
      |                  ^~
Dksesstr.c: In function 'strses_chars_length':
Dksesstr.c:710:41: error: passing argument 2 of 'virt_mbsnrtowcs' from
incompatible pointer type [-Wincompatible-pointer-types]
  710 |       last_len = virt_mbsnrtowcs (NULL, &ptr, ses->dks_out_fill, 0,
&mb);
      |                                         ^~~~
      |                                         |
      |                                         unsigned char **
in file included from ../../libsrc/libutil.h:41,
                 from dksesstr.c:29:
../../libsrc/util/utf8funs.h:52:68: note: expected 'const unsigned char **' but
argument is of type 'unsigned char **'
   52 | extern size_t virt_mbsnrtowcs (wchar_t *dst, const unsigned char **src,
size_t nmc, size_t len, virt_mbstate_t *ps);
      |                                              ~~~~~~~~~~~~~~~~~~~~~~^~~
dksesstr.c: in function 'strses_write_out':
dksesstr.c:775:18: warning: comparison of integer expressions of different
signedness: 'int' and 'size_t' {aka 'long unsigned int'} [-wsign-compare]
  775 |           if (-1 == readed)
      |                  ^~
Dksesstr.c: In function 'strses_skip_wchars':
Dksesstr.c:842:47: warning: unused parameter 'nbytes' [-Wunused-parameter]
  842 | strses_skip_wchars (unsigned char *data, long nbytes, long ofs)
      |                                          ~~~~~^~~~~~
Dksesstr.c: In function 'strses_deserialize':
Dksesstr.c:982:51: warning: unused parameter 'macro' [-Wunused-parameter]
  982 | strses_deserialize (dk_session_t * session, dtp_t macro)
      |                                             ~~~~~~^~~~~
Dksesstr.c: In function 'strses_get_part_1':
Dksesstr.c:1338:34: warning: comparison of integer expressions of different
signedness: 'size_t' {aka 'long unsigned int'} and 'int' [-Wsign-compare]
 1338 |                       if (readed == -1)
      |                                  ^~
Dksesstr.c:1348:26: warning: comparison of integer expressions of different
signedness: 'size_t' {aka 'long unsigned int'} and 'int' [-Wsign-compare]
 1348 |               if (readed == -1)
      |                          ^~
Dksesstr.c:1373:51: error: passing argument 2 of 'virt_mbsnrtowcs' from
incompatible pointer type [-Wincompatible-pointer-types]
 1373 |           last_len_chars = virt_mbsnrtowcs (NULL, &ptr,
ses->dks_out_fill, 0, &mb);
      |                                                   ^~~~
      |                                                   |
      |                                                   unsigned char **
../../libsrc/util/utf8funs.h:52:68: note: expected 'const unsigned char **' but
argument is of type 'unsigned char **'
   52 | extern size_t virt_mbsnrtowcs (wchar_t *dst, const unsigned char **src,
size_t nmc, size_t len, virt_mbstate_t *ps);
      |                                              ~~~~~~~~~~~~~~~~~~~~~~^~~
dksesstr.c:1374:30: warning: comparison of integer expressions of different
signedness: 'long int' and 'long unsigned int' [-wsign-compare]
 1374 |           if (last_len_chars == (size_t) - 1)
      |                              ^~
Dksesstr.c: In function 'read_wides_from_utf8_file':
Dksesstr.c:1461:58: error: passing argument 2 of 'virt_mbsnrtowcs' from
incompatible pointer type [-Wincompatible-pointer-types]
 1461 |           converted = virt_mbsnrtowcs ((wchar_t *) dest, &data_ptr,
readed, nchars, &mb);
      |                                                          ^~~~~~~~~
      |                                                          |
      |                                                          unsigned char
**
../../libsrc/util/utf8funs.h:52:68: note: expected 'const unsigned char **' but
argument is of type 'unsigned char **'
   52 | extern size_t virt_mbsnrtowcs (wchar_t *dst, const unsigned char **src,
size_t nmc, size_t len, virt_mbstate_t *ps);
      |                                              ~~~~~~~~~~~~~~~~~~~~~~^~~
Dksesstr.c: In function 'strses_get_wide_part':
Dksesstr.c:1505:37: error: passing argument 2 of 'virt_mbsnrtowcs' from
incompatible pointer type [-Wincompatible-pointer-types]
 1505 |           if (virt_mbsnrtowcs (buf, &data_ptr,
      |                                     ^~~~~~~~~
      |                                     |
      |                                     unsigned char **
../../libsrc/util/utf8funs.h:52:68: note: expected 'const unsigned char **' but
argument is of type 'unsigned char **'
   52 | extern size_t virt_mbsnrtowcs (wchar_t *dst, const unsigned char **src,
size_t nmc, size_t len, virt_mbstate_t *ps);
      |                                              ~~~~~~~~~~~~~~~~~~~~~~^~~
dksesstr.c:1549:18: warning: comparison of integer expressions of different
signedness: 'int' and 'size_t' {aka 'long unsigned int'} [-wsign-compare]
 1549 |           if (-1 == readed)
      |                  ^~
Dksesstr.c:1578:50: error: passing argument 2 of 'virt_mbsnrtowcs' from
incompatible pointer type [-Wincompatible-pointer-types]
 1578 |           if ((converted = virt_mbsnrtowcs (buf, &data_ptr_start,
      |                                                  ^~~~~~~~~~~~~~~
      |                                                  |
      |                                                  unsigned char **
../../libsrc/util/utf8funs.h:52:68: note: expected 'const unsigned char **' but
argument is of type 'unsigned char **'
   52 | extern size_t virt_mbsnrtowcs (wchar_t *dst, const unsigned char **src,
size_t nmc, size_t len, virt_mbstate_t *ps);
      |                                              ~~~~~~~~~~~~~~~~~~~~~~^~~
dksesstr.c: in function 'strses_readtable_initialize':
dksesstr.c:1793:37: warning: cast between incompatible function types from
'void (*)(char *, dk_session_t *)' {aka 'void (*)(char *, struct dk_session_s
*)'} to 'int (*)(const void *, dk_session_t *)' {aka 'int (*)(const void *,
struct dk_session_s *)'} [-wcast-function-type]
 1793 |   prpcsetwriter (dv_string_session, (ses_write_func) strses_serialize);
      |                                     ^
make[4]: *** [makefile:1241: libdksrv_la-dksesstr.lo] error 1

Attachment: signature.asc
Description: This is a digitally signed message part.


--- End Message ---
--- Begin Message ---
Source: virtuoso-opensource
Source-Version: 7.2.12+dfsg-1
Done: Bastian Germann <b...@debian.org>

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

Debian distribution maintenance software
pp.
Bastian Germann <b...@debian.org> (supplier of updated virtuoso-opensource 
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, 30 Aug 2024 16:22:28 +0200
Source: virtuoso-opensource
Architecture: source
Version: 7.2.12+dfsg-1
Distribution: unstable
Urgency: medium
Maintainer: Debian Science Maintainers 
<debian-science-maintain...@lists.alioth.debian.org>
Changed-By: Bastian Germann <b...@debian.org>
Closes: 1075623
Changes:
 virtuoso-opensource (7.2.12+dfsg-1) unstable; urgency=medium
 .
   * Team upload.
   * Relax compilation errors.  (Closes: #1075623)
   * Drop package libvirtuoso5.5-cil.
 .
   [ Lee Garrett ]
   * Fix missing bracket.
Checksums-Sha1:
 ad7fc61265a42054a8026e7425264cd4c6949168 3536 
virtuoso-opensource_7.2.12+dfsg-1.dsc
 aee1aeed2ae177518c0751c101a101700677eb25 70780 
virtuoso-opensource_7.2.12+dfsg-1.debian.tar.xz
 317a5e0051c3cf135be54308056584b94467fb55 14576 
virtuoso-opensource_7.2.12+dfsg-1_source.buildinfo
Checksums-Sha256:
 517ce6dfae35ff593144c731b7aaca8fdec3817ab9a7b714305f815eb224ef78 3536 
virtuoso-opensource_7.2.12+dfsg-1.dsc
 436151ef2b8714d27a0aa023af2f102103cf487dad1c52fadadae18a937ac0bc 70780 
virtuoso-opensource_7.2.12+dfsg-1.debian.tar.xz
 ea6f2ee12f8c88eace0529abc46ab6eddb4cc17dfbadf700d7542e57613556cd 14576 
virtuoso-opensource_7.2.12+dfsg-1_source.buildinfo
Files:
 5a7dc8340a5cdc4253c1b4927abf661a 3536 database optional 
virtuoso-opensource_7.2.12+dfsg-1.dsc
 af31a629e505e3e4632e3c8f98d593ec 70780 database optional 
virtuoso-opensource_7.2.12+dfsg-1.debian.tar.xz
 70a6f54c973cdd95cfffe538f36ca7f5 14576 database optional 
virtuoso-opensource_7.2.12+dfsg-1_source.buildinfo
-----BEGIN PGP SIGNATURE-----

iQHEBAEBCgAuFiEEQGIgyLhVKAI3jM5BH1x6i0VWQxQFAmbR14QQHGJhZ2VAZGVi
aWFuLm9yZwAKCRAfXHqLRVZDFHN/C/0bMvYim2XTBD1VBhElV8+ZDMjMorK5j99y
bYQinxjW4jEvj8xUuSYAZBbzCBUTXs0XSCUeK3jVcdk4PEfHDIfkO2AIuesNBKgm
z/KtIIXQlodCKQ0pFk5Q6RL5kVYsRgqonfrNW45BYfNq3bBRv8dlvUQm/K3Qy1XQ
6eUnAkvxv8QMCswurZnRDh0CTPmI9VCBG1Dv4o8egjUyw7Vx7klarvEh0ICCuUIx
mBuOqYjNnolidiBT/r3x7vdnabk3f2fBZL0wbHK2NHvSDcte/3MKpIo/RxVTNVh8
lDam8s1gy/ABB+81dhMp8X2ha4k611B/gcDihpoq54KMUjsCZpUunreFmmjCvG2V
ZGE/Ahl9CMk8ptcacmlEh70ZtbHnJZQUnfGPDTgwDtWJ3JWDA2wvL3pJn4cRYn73
F3bFTgaX8eLcdqDepSdM95vYk4UmxxjVfXTOhYuXw2bGx5xmEwbCEjZi5jw/FAHP
HuSy5qnpWiaUJDlHeH/gREHNuNygZfU=
=ggFn
-----END PGP SIGNATURE-----

Attachment: pgpUF1hmaLU0h.pgp
Description: PGP signature


--- End Message ---
-- 
debian-science-maintainers mailing list
debian-science-maintainers@alioth-lists.debian.net
https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/debian-science-maintainers

Reply via email to