Your message dated Sat, 19 Dec 2015 03:50:53 +0000
with message-id <e1aa8xl-0006ir...@franck.debian.org>
and subject line Bug#777861: fixed in gauche-c-wrapper 0.6.1-6
has caused the Debian Bug report #777861,
regarding gauche-c-wrapper: 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 ow...@bugs.debian.org
immediately.)


-- 
777861: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=777861
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: src:gauche-c-wrapper
Version: 0.6.1-5
Severity: normal
Tags: sid stretch
User: debian-...@lists.debian.org
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/gauche-c-wrapper_0.6.1-5_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

[...]
cd objc; make all
make[2]: Entering directory '/«PKGBUILDDIR»/objc'
make[2]: Nothing to be done for 'all'.
make[2]: Leaving directory '/«PKGBUILDDIR»/objc'
cd doc; make all
make[2]: Entering directory '/«PKGBUILDDIR»/doc'
make[2]: Nothing to be done for 'all'.
make[2]: Leaving directory '/«PKGBUILDDIR»/doc'
cd testsuite; make check
make[2]: Entering directory '/«PKGBUILDDIR»/testsuite'
gcc -c -fPIC -o ffitest.o ffitest.c
gcc -shared -o ffitest.so ffitest.o 
gcc -c -fPIC -o fptr_array.o fptr_array.c
gcc -shared -o fptr_array.so fptr_array.o
gcc -c -fPIC -o gcc_extension.o gcc_extension.c
gcc -shared -o gcc_extension.so gcc_extension.o
/usr/bin/gosh -I../src -I../lib attr-test.scm >> test.log
Testing parse-attribute ...                                      passed.
/usr/bin/gosh -I../src -I../lib ffitest.scm >> test.log
Testing c-wrapper (ffi) ...                                      passed.
/usr/bin/gosh -I../src -I../lib ctypestest.scm >> test.log
Testing c-types ...                                              passed.
/usr/bin/gosh -I../src -I../lib cwrappertest.scm >> test.log
Testing c-wrapper ...                                            
././ffitest.h:828: #f
././ffitest.h:828: [bug] lost macro body (at token: *eoi*)
*** ERROR: [bug] lost macro body
Stack Trace:
_______________________________________
  0  (proc i o)
        At line 511 of "/usr/share/gauche-0.9/0.9.4/lib/gauche/process.scm"
  1  (let ((gcc-error #f)) (let-keywords* rest ((show-define? #t)) (cal
        At line 956 of "../lib/c-wrapper/c-parser.scm"
  2  (with-error-handler (lambda (e) (let ((e e)) (%guard-rec e e ((<me
        [unknown location]
  3  (parse-macro include-dirs headers options)
        At line 1159 of "../lib/c-wrapper/c-parser.scm"
  4  (trunk)
        At line 67 of "../lib/c-wrapper/c-parser.scm"
  5  (c-parse (if (list? include-dirs) include-dirs (list include-dirs)
        At line 105 of "../lib/c-wrapper.scm"
make[2]: *** [check-c] Error 70
Makefile:69: recipe for target 'check-c' failed
make[2]: Leaving directory '/«PKGBUILDDIR»/testsuite'
make[1]: *** [check] Error 2
Makefile:46: recipe for target 'check' failed
make[1]: Leaving directory '/«PKGBUILDDIR»'
dh_auto_test: make -j1 check returned exit code 2
make: *** [build-arch] Error 2
debian/rules:10: recipe for target 'build-arch' failed
dpkg-buildpackage: error: debian/rules build-arch gave error exit status 2

--- End Message ---
--- Begin Message ---
Source: gauche-c-wrapper
Source-Version: 0.6.1-6

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

Debian distribution maintenance software
pp.
NIIBE Yutaka <gni...@fsij.org> (supplier of updated gauche-c-wrapper 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: Sat, 19 Dec 2015 03:03:33 +0000
Source: gauche-c-wrapper
Binary: gauche-c-wrapper
Architecture: source armhf
Version: 0.6.1-6
Distribution: unstable
Urgency: low
Maintainer: Debian Gauche Maintainers <pkg-gauche-de...@lists.alioth.debian.org>
Changed-By: NIIBE Yutaka <gni...@fsij.org>
Description:
 gauche-c-wrapper - Foreign function interface for Gauche to C libraries
Closes: 777861
Changes:
 gauche-c-wrapper (0.6.1-6) unstable; urgency=low
 .
   [ Jens Thiele ]
   * debain/patches/04_build_with_gcc5.patch: New.
     Thanks to Matthias Klose and Martin Michlmayr.  Closes: #777861.
 .
   [ NIIBE Yutaka ]
   * debian/control (Standards-Version): Conforms to 3.9.6.
     (Maintainer): Remove Hatta Shuzo.
   * debian/rules (GZIP): Add -n for reproducibility.
Checksums-Sha1:
 f4a08d7a21fce90ab78230df12c4df80d217a2ac 1679 gauche-c-wrapper_0.6.1-6.dsc
 2effa76672755d1274f55bcdf5a4f68016858b5c 5920 
gauche-c-wrapper_0.6.1-6.debian.tar.xz
 68deaafc61465435eac5a8e516ef3969dd4bcadf 187380 
gauche-c-wrapper_0.6.1-6_armhf.deb
Checksums-Sha256:
 74f58575d997924e72c1b214d1973ea58fe575bfe2fd789c4c8a69fafa171b99 1679 
gauche-c-wrapper_0.6.1-6.dsc
 d5e82b91d9bc84ca99c70b97cab9ecd5b4e60a61281beca6fa41b08044c20749 5920 
gauche-c-wrapper_0.6.1-6.debian.tar.xz
 5aefbc7579bf998c376fb8d3ebde20dfbe7c92ee91c25f30db6f3808e27e68c0 187380 
gauche-c-wrapper_0.6.1-6_armhf.deb
Files:
 c151e37b95e2b3527588bbd00bc3425a 1679 lisp optional 
gauche-c-wrapper_0.6.1-6.dsc
 c417d17e0df911de4d76f015e05e09ec 5920 lisp optional 
gauche-c-wrapper_0.6.1-6.debian.tar.xz
 974ef7c887fea470fe6952a0109fa0a6 187380 lisp optional 
gauche-c-wrapper_0.6.1-6_armhf.deb

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

iQEcBAEBCAAGBQJWdMxaAAoJEAC0Xr1Mp7q+ifcH/juibMAbTp9jDQxA1m+UiSgR
PmsRzE0nMpIMF9N9xwJOt12ENMb1x2aLBW+g6WUA3c26j+bQZCFbcOtqSFWeOjnJ
7ipO9ckdBQnh5Pe8w/ioDFedGoTioz2GLlAJpkxRDPwZu05JmCOfhc3QrXCNcF9u
RwKUQkHkxfEmPsxwoS01DarlPGRvlXz320rK6ETlH5BJ/lCMjoEggrtb8IrxRn9X
2rzb8KgLzwDFFIgbiiDPJ7icWYVlS/22aFcU82TNEj4jiyby8vPfPBmzpvGAqhHn
be3nmopWbUUVYwoOXsMnGHJZWDeG0Pcb6X3ddTaQjWnKZ8q1HOTW+eZe7+pNSMM=
=unPl
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to