Your message dated Sat, 25 Oct 2014 19:34:32 +0000
with message-id <e1xi76e-0003dg...@franck.debian.org>
and subject line Bug#749794: fixed in talksoup.app 1.0alpha-32-g55b4d4e-2
has caused the Debian Bug report #749794,
regarding talksoup.app: GCC warnings that may lead to runtime issues with new 
GNUstep libraries
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.)


-- 
749794: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=749794
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: talksoup.app
Version: 1.0alpha-32-g55b4d4e-1.2
Severity: normal
Tags: sid jessie
User: pkg-gnustep-maintain...@lists.alioth.debian.org
Usertags: gnustep-base1.24-transition gnustep-gui0.24-transition 
gnustep-transition

Your package builds successfully with the new GNUstep libraries, but
there are some GCC warnings that *may* lead to problems at runtime and
may affect the forthcoming gnustep transition/jessie release.  Latest
versions of the core GNUstep packages are available at mentors.d.n [*];
they will be uploaded to experimental first.

Please note that the warnings may be unrelated to GNUstep or changes in
GNUstep but could be legitimate nevertheless.  In case the fix is
applicable for the current gnustep-* library packages in sid (-base/1.22
and -gui/0.20) you can upload the fixed package before the transition
begins.  Otherwise, please wait for the transition to complete and
do not forget to adjust the Build-Depends field accordingly:

  libgnustep-base-dev (>= 1.24.6)
  or
  libgnustep-gui-dev (>= 0.24)

Relevant portion(s) of the log:

Making all for framework TalkSoupBundles...
 Compiling file TalkSoup.m ...
TalkSoup.m: In function '-[TalkSoup forwardInvocation:]':
TalkSoup.m:360:2: warning: overflow in implicit constant conversion [-Woverflow]
  int index = NSNotFound;
  ^
[...]
Making all for bundle GNUstepOutput...
[...]
Controllers/ServerListController.m: In function 'reload_column':
Controllers/ServerListController.m:173:2: warning: passing argument 1 of 
'getRow:column:forPoint:' from incompatible pointer type [enabled by default]
  [matrix getRow: &row1 column: &col1 forPoint: myPos];
  ^
Controllers/ServerListController.m:173:2: note: expected 'NSInteger *' but 
argument is of type 'int *'
Controllers/ServerListController.m:173:2: warning: passing argument 2 of 
'getRow:column:forPoint:' from incompatible pointer type [enabled by default]
Controllers/ServerListController.m:173:2: note: expected 'NSInteger *' but 
argument is of type 'int *'
Controllers/ServerListController.m:177:2: warning: passing argument 1 of 
'getRow:column:forPoint:' from incompatible pointer type [enabled by default]
  [matrix getRow: &row2 column: &col2 forPoint: myPos];
  ^
Controllers/ServerListController.m:177:2: note: expected 'NSInteger *' but 
argument is of type 'int *'
Controllers/ServerListController.m:177:2: warning: passing argument 2 of 
'getRow:column:forPoint:' from incompatible pointer type [enabled by default]
Controllers/ServerListController.m:177:2: note: expected 'NSInteger *' but 
argument is of type 'int *'


The full build log is available upon request.
The severity of this bug may be raised to "important", "serious" or
"grave" after the transition depending on the impact.

[*]
http://mentors.debian.net/debian/pool/main/g/gnustep-make/gnustep-make_2.6.6-1.dsc
http://mentors.debian.net/debian/pool/main/g/gnustep-base/gnustep-base_1.24.6-1.dsc
http://mentors.debian.net/debian/pool/main/g/gnustep-gui/gnustep-gui_0.24.0-1.dsc
http://mentors.debian.net/debian/pool/main/g/gnustep-back/gnustep-back_0.24.0-1.dsc

--- End Message ---
--- Begin Message ---
Source: talksoup.app
Source-Version: 1.0alpha-32-g55b4d4e-2

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

Debian distribution maintenance software
pp.
Yavor Doganov <ya...@gnu.org> (supplier of updated talksoup.app 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: Mon, 20 Oct 2014 20:48:59 +0300
Source: talksoup.app
Binary: talksoup.app
Architecture: source amd64
Version: 1.0alpha-32-g55b4d4e-2
Distribution: unstable
Urgency: medium
Maintainer: Debian GNUstep maintainers 
<pkg-gnustep-maintain...@lists.alioth.debian.org>
Changed-By: Yavor Doganov <ya...@gnu.org>
Description:
 talksoup.app - IRC client for GNUstep
Closes: 567218 691831 749794
Changes:
 talksoup.app (1.0alpha-32-g55b4d4e-2) unstable; urgency=medium
 .
   * debian/control (Maintainer): Adopt package on behalf of the GNUstep
     team (Closes: #691831).
     (Uploaders): Add myself.
     (Build-Depends): Bump debhelper, remove obsolete version
     requirements.  Add imagemagick for the icon conversion.
     (Depends): Add ${misc:Depends} and ${gnustep:Depends}.
     (Homepage): Use the new upstream homepage.
     (Vcs-Git, Vcs-Browser): New fields.
     (Standards-Version): Claim compliance with 3.9.6 as of this release.
   * debian/compat: Set to 9.
   * debian/source/format: Switch to 3.0 (quilt) and move local
     modifications...
   * debian/patches/base-1.22.patch: ...here.
   * debian/patches/base-1.24.patch: New, adapt to the new GNUstep API
     (Closes: #749794).
   * debian/patches/link-libs.patch: New, link all needed libraries.
   * debian/patches/series: Create.
   * debian/rules: Rewrite to use modern debhelper.  Move all images to
     /usr/share/GNUstep/TalkSoup.app.  Generate/clean XPM icon.  Install
     the library in /usr/lib/talksoup.app.
   * debian/lintian-overrride:
   * debian/talksoup.app.links:
   * debian/dirs: Delete.
   * debian/install: New file.
   * debian/menu: Add icon and longtitle.
   * debian/TalkSoup.desktop: Add Keywords field and full path for the icon
     (Closes: #567218).
   * debian/README: Delete; obsolete.
   * debian/watch: New file; track new upstream.
   * debian/copyright: Rewrite in format 1.0.
Checksums-Sha1:
 811e1a79449a713cef8d3e928e40945a5ec02650 1807 
talksoup.app_1.0alpha-32-g55b4d4e-2.dsc
 78ae543984e93bad05577dda7fe1aa5826f590d9 10376 
talksoup.app_1.0alpha-32-g55b4d4e-2.debian.tar.xz
Checksums-Sha256:
 23e6ae1e7c3da6113961964c2aeaee7c7930591d5f0e9f4002853d2f6d28e594 1807 
talksoup.app_1.0alpha-32-g55b4d4e-2.dsc
 8cb7d08c7dbd65db007ddcc1a1833242830c5ebefadf7a021bd277aae61100ae 10376 
talksoup.app_1.0alpha-32-g55b4d4e-2.debian.tar.xz
Files:
 97944166191b33ab6c0d00487110049c 1807 net optional 
talksoup.app_1.0alpha-32-g55b4d4e-2.dsc
 d6b66131981dea408511776230cb6122 10376 net optional 
talksoup.app_1.0alpha-32-g55b4d4e-2.debian.tar.xz

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.12 (GNU/Linux)

iQEcBAEBCAAGBQJUS/i/AAoJEJxcmesFvXUKU1oH/3S1egLe4crI9GG6GTcEHd7+
k6ysNv6GtW4I7WRPNfOUSGvgtKaAuIsZgXzSV37f8z7OxTU4+Vz19E85lHI4yAi3
Kkg0cHecMARY+/j0I3pPhRFafuLxuPeHNBjquK5oMgyhFrrVhyjJBle/ncZ6IwSW
oQcL9xg5dz7ElF5Iu8vJJ6HS9XU31zNDTlRgi9fJ+mTF+o9osILKPlg+KmqhT3ri
heXXDgEUW7D/Espi8pkdfBmh4h21fXgICpzx2zMjx9mUJu4jNaffyPVcw7rqXAbW
uBProL+LUhvStNhbQc9YAVDpx+HKkHkP0r7FNce6j75O5AW1foQgE4huBX54r28=
=uWpf
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to