Your message dated Fri, 24 Jul 2015 15:38:47 +0000
with message-id <[email protected]>
and subject line Bug#778146: fixed in tinyscheme 1.41-1.1
has caused the Debian Bug report #778146,
regarding tinyscheme: ftbfs with GCC-5
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 [email protected]
immediately.)


-- 
778146: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=778146
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: src:tinyscheme
Version: 1.41-1
Severity: normal
Tags: sid stretch
User: [email protected]
Usertags: ftbfs-gcc-5

Please keep this issue open in the bug tracker for the package it
was filed for.  If a fix in another package is required, please
file a bug for the other package (or clone), and add a block in this
package. Please keep the issue open until the package can be built in
a follow-up test rebuild.

The package fails to build in a test rebuild on at least amd64 with
gcc-5/g++-5, but succeeds to build with gcc-4.9/g++-4.9. The
severity of this report may be raised before the stretch release.

The full build log can be found at:
http://people.debian.org/~doko/logs/gcc5-20150205/tinyscheme_1.41-1_unstable_gcc5.log
The last lines of the build log are at the end of this report.

To build with GCC 5, either set CC=gcc-5 CXX=g++-5 explicitly,
or install the gcc, g++, gfortran, ... packages from experimental.

  apt-get -t experimental install g++ 

Common build failures are C11 as the default C mode, new warnings
resulting in build failures with -Werror turned on, or new/dropped
symbols in Debian symbols files.  For other C/C++ related build failures
see the porting guide at http://gcc.gnu.org/gcc-5/porting_to.html

[...]
dpkg-buildpackage: source changed by Barak A. Pearlmutter <[email protected]>
 dpkg-source --before-build tinyscheme-1.41
dpkg-buildpackage: host architecture amd64
 fakeroot debian/rules clean
dh clean --parallel
   dh_testdir -O--parallel
   dh_auto_clean -O--parallel
make[1]: Entering directory '/«PKGBUILDDIR»'
rm -f scheme.o dynload.o libtinyscheme.so libtinyscheme.a scheme
rm -f tinyscheme.ilk tinyscheme.map tinyscheme.pdb tinyscheme.exp
rm -f scheme.ilk scheme.map scheme.pdb scheme.lib scheme.exp
rm -f *~
make[1]: Leaving directory '/«PKGBUILDDIR»'
   dh_clean -O--parallel
 debian/rules build-arch
dh build-arch --parallel
   dh_testdir -a -O--parallel
   dh_auto_configure -a -O--parallel
   debian/rules override_dh_auto_build
make[1]: Entering directory '/«PKGBUILDDIR»'
dh_auto_build -- -f debian/Makefile
make[2]: Entering directory '/«PKGBUILDDIR»'
cc -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -O2 
-D_FORTIFY_SOURCE=2 -DSUN_DL=1 -DUSE_DL=1 -DUSE_MATH=1 -DUSE_ASCII_NAMES=0 
-DUSE_PLIST=1 -DINLINE=inline -DInitFile=\"/usr/lib/tinyscheme/init.scm\"  
-Wall -Wno-switch  -c -o scheme.o scheme.c
cc -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -O2 
-D_FORTIFY_SOURCE=2 -DSUN_DL=1 -DUSE_DL=1 -DUSE_MATH=1 -DUSE_ASCII_NAMES=0 
-DUSE_PLIST=1 -DINLINE=inline -DInitFile=\"/usr/lib/tinyscheme/init.scm\"  
-Wall -Wno-switch  -c -o dynload.o dynload.c
dynload.c:24:0: warning: "SUN_DL" redefined
 #define SUN_DL
 ^
<command-line>:0:0: note: this is the location of the previous definition
dynload.c:85:13: warning: 'dl_detach' defined but not used [-Wunused-function]
 static void dl_detach(HMODULE mo) {
             ^
scheme.c: In function 'main':
scheme.c:5017:21: warning: 'fin' may be used uninitialized in this function 
[-Wmaybe-uninitialized]
     if(isfile && fin==0) {
                     ^
cc -Wl,-z,relro  scheme.o dynload.o -ldl -lm  -o scheme
scheme.o:(.data+0x168): undefined reference to `is_macro'
scheme.o:(.rodata+0xa70): undefined reference to `is_inport'
scheme.o:(.rodata+0xa80): undefined reference to `is_outport'
collect2: error: ld returned 1 exit status
make[2]: *** [scheme] Error 1
<builtin>: recipe for target 'scheme' failed
make[2]: Leaving directory '/«PKGBUILDDIR»'
dh_auto_build: make -j10 -f debian/Makefile returned exit code 2
make[1]: *** [override_dh_auto_build] Error 2
debian/rules:9: recipe for target 'override_dh_auto_build' failed
make[1]: Leaving directory '/«PKGBUILDDIR»'
make: *** [build-arch] Error 2
debian/rules:4: recipe for target 'build-arch' failed
dpkg-buildpackage: error: debian/rules build-arch gave error exit status 2

--- End Message ---
--- Begin Message ---
Source: tinyscheme
Source-Version: 1.41-1.1

We believe that the bug you reported is fixed in the latest version of
tinyscheme, 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 [email protected],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
gregor herrmann <[email protected]> (supplier of updated tinyscheme 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 [email protected])


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

Format: 1.8
Date: Sun, 19 Jul 2015 16:15:11 +0200
Source: tinyscheme
Binary: tinyscheme
Architecture: source
Version: 1.41-1.1
Distribution: unstable
Urgency: medium
Maintainer: Panu Kalliokoski <[email protected]>
Changed-By: gregor herrmann <[email protected]>
Description:
 tinyscheme - Very small scheme implementation
Closes: 778146
Changes:
 tinyscheme (1.41-1.1) unstable; urgency=medium
 .
   * Non-maintainer upload.
   * Fix "ftbfs with GCC-5": add patch from Nicholas Luedtke:
     Removed inline from function signatures to work with test cases.
     (Closes: #778146)
Checksums-Sha1:
 38777293de98acc0549a125b4425ce2aa38c3df2 2069 tinyscheme_1.41-1.1.dsc
 e6092d8c2162962d517a350d487050e311689970 5112 tinyscheme_1.41-1.1.debian.tar.xz
Checksums-Sha256:
 1cb99999348b60e7a4ef76b6642a1e6b8185829618ddd5fb0f5ec549ecebdf2e 2069 
tinyscheme_1.41-1.1.dsc
 0b50b74db03dc6d7de59fb9c446fd9d112bd8436b3136ee5322b615ba308ed7b 5112 
tinyscheme_1.41-1.1.debian.tar.xz
Files:
 601a493847913578bc519aad9f3a27c7 2069 interpreters optional 
tinyscheme_1.41-1.1.dsc
 33850e7974bf21eda50aff0932d3ac8e 5112 interpreters optional 
tinyscheme_1.41-1.1.debian.tar.xz

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1

iQJ8BAEBCgBmBQJVq7GEXxSAAAAAAC4AKGlzc3Vlci1mcHJAbm90YXRpb25zLm9w
ZW5wZ3AuZmlmdGhob3JzZW1hbi5uZXREMUUxMzE2RTkzQTc2MEE4MTA0RDg1RkFC
QjNBNjgwMTg2NDlBQTA2AAoJELs6aAGGSaoGhbAP/0veYu+3OvYtrQD8hmdxIWTH
tJo7pbdJSGJo9DsjveSToX2kq2xJh5ot5MnmKSaV+STuWFpceGaqZSOrdP25aPnH
0CeBURC6LYsaTljdRJYymbB1ug2SwpRbyN+SPqoRDWfTbRZmW+TtaOEasSUp5yv6
u++c1MAeSPaHiFVaOd2JpAtqT/ppN4/sF5UsMY+7QZDpPIwZgBW071D3YzLoVEre
BPRRZGYq874lbonL05DPAnDLSTkXp2cGqmQc1Rls9LDIuVc+ZpGIjD6wuiwMThZK
UGa60bvAZWUBoWje7S3UFFdunhPWmiwHIiEIWCgdPIxZzMIzo/i//0QA1GKt2Dp/
mOp+5nyWy7n5R/xCBWfgKhsy4nQG3cq0BReEaBIAqMijhJ94koM6XKsL+HdQVcTl
OhzNAR4IWQjIkVBCQhjWQHmpxHclkPXwZeE/5WIxJIzYKegYK10svepYchUsOIDJ
vbxnbJDAM1zrZ813u4ZtAL7EqVJJFs25HDkDUQKd8pviIK9y+OCa7Qk8dmMRBWKv
B0LyUYoJe0RwPQln03a1DLXSa+Hu+QE0y8Wr8rXboyTwK/jdMMbgWnN1shqOTh7h
T6Sv5zSpyjEMxPCr18DunM0iDfw6dPzk1m1KNLma5EemtRLr+V4ed2mM12bw405m
RZpqROiCOJ+jI5z3FR3X
=wVb8
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to