Your message dated Sun, 26 Oct 2014 15:59:57 +0000
with message-id <e1xiqex-00089t...@franck.debian.org>
and subject line Bug#749791: fixed in steptalk 0.10.0-6
has caused the Debian Bug report #749791,
regarding steptalk: 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.)
--
749791: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=749791
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: steptalk
Version: 0.10.0-5
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:
SmalltalkEngine.m: In function '-[SmalltalkEngine interpretScript:inContext:]':
SmalltalkEngine.m:83:5: warning: passing argument 1 of 'setEnvironment:' from
distinct Objective-C type [enabled by default]
[compiler setEnvironment:context];
^
SmalltalkEngine.m:86:5: warning: passing argument 1 of 'executeInEnvironment:'
from distinct Objective-C type [enabled by default]
retval = [compiledScript executeInEnvironment:context];
^
[...]
SmalltalkEngine.m: In function '-[SmalltalkEngine
methodFromSource:forReceiver:inContext:]':
SmalltalkEngine.m:111:5: warning: passing argument 1 of
'compilerWithEnvironment:' from distinct Objective-C type [enabled by default]
compiler = [STCompiler compilerWithEnvironment:context];
^
SmalltalkEngine.m: In function '-[SmalltalkEngine
executeMethod:forReceiver:withArguments:inContext:]':
SmalltalkEngine.m:137:5: warning: passing argument 1 of
'interpreterWithEnvrionment:' from distinct Objective-C type [enabled by
default]
interpreter = [STBytecodeInterpreter interpreterWithEnvrionment:context];
^
[...]
STShell.m: In function '-[STShell initReadline]':
STShell.m:135:5: warning: passing argument 2 of 'rl_bind_key' from incompatible
pointer type [enabled by default]
rl_bind_key('\t', complete_handler);
^
In file included from STShell.m:42:0:
/usr/include/readline/readline.h:300:12: note: expected 'int (*)(int, int)'
but argument is of type 'int (*)(void)'
extern int rl_bind_key PARAMS((int, rl_command_func_t *));
^
[...]
STShell.m:309:5: warning: assignment from distinct Objective-C type [enabled by
default]
env = [conversation context];
^
STShell.m: In function '-[STShell executeScriptNamed:]':
STShell.m:377:5: warning: initialization from distinct Objective-C type
[enabled by default]
STScript *script = [scriptsManager scriptWithName:scriptName];
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: steptalk
Source-Version: 0.10.0-6
We believe that the bug you reported is fixed in the latest version of
steptalk, 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 steptalk 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: SHA1
Format: 1.8
Date: Fri, 13 Jun 2014 17:45:35 +0300
Source: steptalk
Binary: steptalk libsteptalk0 libsteptalk-dev
Architecture: source amd64
Version: 0.10.0-6
Distribution: unstable
Urgency: medium
Maintainer: Debian GNUstep maintainers
<pkg-gnustep-maintain...@lists.alioth.debian.org>
Changed-By: Yavor Doganov <ya...@gnu.org>
Description:
libsteptalk-dev - GNUstep Scripting Framework (development files)
libsteptalk0 - GNUstep Scripting Framework (library files)
steptalk - GNUstep Scripting Framework
Closes: 749791
Changes:
steptalk (0.10.0-6) unstable; urgency=medium
.
* debian/source/format: Switch to 3.0 (quilt).
* debian/control (Build-Depends): Remove quilt.
(steptalk): Tighten depends on libsteptalk0.
(libsteptalk0): Add apropriate Replaces/Breaks.
(libsteptalk-dev): Remove obsolete Replaces field.
(Vcs-Git, Vcs-Browser): Use canonical URIs.
(Standards-Version): Bump to 3.9.5 (no changes needed).
* debian/rules: Don't include patchsys-quilt.mk. Enable hardening.
(gs-pre-install/StepTalk): New rule; install the bundles and modules
in the shared library; they're loaded via NSBundle methods and are
actually required.
* debian/README.source: Delete.
* debian/patches/NSInteger-transition.patch: New, assembled from the
upstream repo (Closes: #749791).
* debian/patches/series: Update.
* debian/steptalk.install: Remove stuff moved to the library.
* debian/copyright: Switch to format 1.0.
Checksums-Sha1:
24a47aef074571071eb574d1b794873784772d3b 2133 steptalk_0.10.0-6.dsc
4706c942c1b71c40867ed2247d84cd10d2ddcede 33068 steptalk_0.10.0-6.debian.tar.xz
db49bb5f2bf0b1c51321c4cf055a1e9947201f6a 85908 steptalk_0.10.0-6_amd64.deb
c1286a2dbf9b819768e960dc06224284b583fc3b 162664 libsteptalk0_0.10.0-6_amd64.deb
41d7297a9ff871c6309ce74bc04c14dbbb25e1c4 21132
libsteptalk-dev_0.10.0-6_amd64.deb
Checksums-Sha256:
01245a6450df247f2043b961cb79c0a7b7a3d91a9115bf79fec5d18c75128ec6 2133
steptalk_0.10.0-6.dsc
9ef35b846c9d87fac483217b1c5c31da8ade45b2be049846c6422c190790656f 33068
steptalk_0.10.0-6.debian.tar.xz
ae51006026ba8b491df61c1e7816c6c914185a41abc7ab84ac0d38bd378213e8 85908
steptalk_0.10.0-6_amd64.deb
7bea07e2655a2828cc9bd69943a9f3f54bfcbee2c31f213049a0626f26f742ee 162664
libsteptalk0_0.10.0-6_amd64.deb
9d97d343491780cb8df28c973741ce40a43520ba431172ca4e687f564c5b368f 21132
libsteptalk-dev_0.10.0-6_amd64.deb
Files:
3e54ea79ef0db5c2d7b3ad2a9a2bf39e 2133 gnustep optional steptalk_0.10.0-6.dsc
079e1ca076747d96220d2476b5487dc0 33068 gnustep optional
steptalk_0.10.0-6.debian.tar.xz
f161c38b84b69da017fdacdd64b6d45e 85908 gnustep optional
steptalk_0.10.0-6_amd64.deb
5545df66fdcdfc17ce15b84cd6d9132a 162664 libs optional
libsteptalk0_0.10.0-6_amd64.deb
fddfac9d6d7e1ea1d2b1a725aa2b2c95 21132 libdevel optional
libsteptalk-dev_0.10.0-6_amd64.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.12 (GNU/Linux)
iQIcBAEBAgAGBQJUTQFsAAoJEMOOgWCheEH+nwsP/2TADD3/z6Otflq5FZx86fYA
nuvboOoGY/ztnKs1o+UhBaS1J3bzVpQmw2eurgiakdVRq8HNsObtQ4EmCdy4yVLs
1Cq3JpVCKXNv0j6PEoKZ5rFrf/Vbch4bRaIzfF8J1+tabtaz+GObHAmFT7KZw0v5
g+WQH90cPaX5o6qD6WKfWgq7ewnM+Iwcn5uGWirQl49Dic/4Ic3KMvZZpp/1RpOa
J1ePp5JX8hjjHh9++wMVhdUunp9XBQqTtO4jlH5MW5w+2CVbsRY5OWTuyBm7WKlU
34qNwFkoCCUPmBJg1Mtq+1jqaSyPfl8BOBmcPs4U2tECbm/1iLNzoOi6y12JsTNR
qz4ZhsqSu046oBL5U28SI2hLfi9XTmLB7xqVvN2aaUgjfvbmy/yAwfzgFGmmnxiT
98bueYD0e5HlU0mhOLmnb9KgKEa7V8987SEfkbB2/9Tp2n8PyQYqiY+EjjKCYbvp
khKWflJpnzbSDE8uD4Htqcau05b4wnySqBTaNsJ748A5ddQ7rE1qBETMQsKxW2q8
ROmdM4zMi5FVoQxaJFNnVFTipX5JFEGMq82hx0m1O6/tYkXMowrm8DEAQqzw3+aF
Y+UakvzqOv58mJbW0WD/wiyhgxTJ+fZvi01Y870Hg1wFdpvsAAffMvQZgNhxkih4
XzxBf11QrhhZsMGFzPLb
=Nn7Y
-----END PGP SIGNATURE-----
--- End Message ---