Your message dated Tue, 10 Dec 2024 06:04:14 +0000 with message-id <e1tktly-004vc4...@fasolo.debian.org> and subject line Bug#1071045: fixed in gauche-c-wrapper 0.6.1-13 has caused the Debian Bug report #1071045, regarding gauche-c-wrapper: FTBFS against gauche 0.9.14 (0.98) 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.) -- 1071045: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1071045 Debian Bug Tracking System Contact ow...@bugs.debian.org with problems
--- Begin Message ---Source: gauche-c-wrapper Version: 0.6.1-12 Severity: serious Tags: ftbfs sid trixie Justification: fails to build from source (but built successfully in the past) User: debian...@lists.debian.org Usertags: piuparts dh_auto_build make -j16 make[1]: Entering directory '/build/gauche-c-wrapper-0.6.1' cd src; make all make[2]: Entering directory '/build/gauche-c-wrapper-0.6.1/src' /usr/bin/gauche-package compile --cppflags="-DGAUCHE_API_0_8_8 -Wdate-time -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE" --ldflags="-Wl,-z,relro " --libs="/usr/lib/x86_64-linux-gnu/libffi_pic.a " --verbose c-ffi c-ffi.c c-ffilib.stub closure_alloc.c /usr/bin/gauche-package compile --cppflags="-DGAUCHE_API_0_8_8 -Wdate-time -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE" --ldflags="-Wl,-z,relro " --libs="/usr/lib/x86_64-linux-gnu/libffi_pic.a " --verbose c-lex c-lex.c c-lexlib.stub /usr/bin/gauche-package compile --cppflags="-DGAUCHE_API_0_8_8 -Wdate-time -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE" --ldflags="-Wl,-z,relro " --libs="/usr/lib/x86_64-linux-gnu/libffi_pic.a " --verbose c-parser c-parser.c c-parserlib.stub c-lex.c: In function 'Scm_ReadStringLiteral': c-lex.c:998:1: error: number of arguments doesn't match prototype 998 | { | ^ In file included from /usr/lib/gauche-0.98/0.9.14/include/gauche.h:964, from c-lex.h:45, from c-lex.c:35: /usr/lib/gauche-0.98/0.9.14/include/gauche/string.h:243:20: error: prototype declaration 243 | SCM_EXTERN ScmObj Scm_ReadStringLiteral(ScmPort*, ScmReadContext*, | ^~~~~~~~~~~~~~~~~~~~~ In file included from c-ffi.c:31: c-ffi.c: In function 'ffi_type_of': c-ffi.c:350:34: error: too few arguments to function 'Scm_InstanceSlotRef' 350 | return SCM_FFI_TYPE_DATA(Scm_InstanceSlotRef(ctype, sa->slotNumber)); | ^~~~~~~~~~~~~~~~~~~ c-ffi.h:137:42: note: in definition of macro 'SCM_FFI_TYPE' 137 | #define SCM_FFI_TYPE(obj) ((ScmFFIType*)(obj)) | ^~~ c-ffi.c:350:16: note: in expansion of macro 'SCM_FFI_TYPE_DATA' 350 | return SCM_FFI_TYPE_DATA(Scm_InstanceSlotRef(ctype, sa->slotNumber)); | ^~~~~~~~~~~~~~~~~ In file included from /usr/lib/gauche-0.98/0.9.14/include/gauche.h:741, from c-ffi.h:40: /usr/lib/gauche-0.98/0.9.14/include/gauche/class.h:624:19: note: declared here 624 | SCM_EXTERN ScmObj Scm_InstanceSlotRef(ScmObj obj, ScmSmallInt k, | ^~~~~~~~~~~~~~~~~~~ *** ERROR: command execution failed: gcc -c -DGAUCHE_API_0_8_8 -Wdate-time -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE '-I/usr/lib/gauche-0.98/0.9.14/include' -g -O2 -Werror=implicit-function-declaration -ffile-prefix ... Stack Trace: _______________________________________ 0 (report-error e) 1 (apply gauche-package-compile src (delete-keyword :output args)) at "/usr/share/gauche-0.98/0.9.14/lib/gauche/package/compile.scm":137 2 (proc (car xs)) 3 (map (lambda (src) (cond ((equal? (path-extension src) OBJEXT ... at "/usr/share/gauche-0.98/0.9.14/lib/gauche/package/compile.scm":134 4 (#:G259 (cddr args)) 5 (main args) gcc -c -DGAUCHE_API_0_8_8 -Wdate-time -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE '-I/usr/lib/gauche-0.98/0.9.14/include' -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/build/gauche-c-wrapper-0.6.1=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -fPIC -o 'c-lex.o' 'c-lex.c' make[2]: *** [Makefile:69: c-lex.so] Error 70 make[2]: *** Waiting for unfinished jobs.... c-ffi.c: In function 'Scm_FFIPrepClosure': c-ffi.c:866:5: warning: 'ffi_prep_closure' is deprecated: use ffi_prep_closure_loc instead [-Wdeprecated-declarations] 866 | ffi_status status = ffi_prep_closure(closure, cif, closure_func, | ^~~~~~~~~~ In file included from c-ffi.h:50: /usr/include/x86_64-linux-gnu/ffi.h:356:1: note: declared here 356 | ffi_prep_closure (ffi_closure*, | ^~~~~~~~~~~~~~~~ *** ERROR: command execution failed: gcc -c -DGAUCHE_API_0_8_8 -Wdate-time -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE '-I/usr/lib/gauche-0.98/0.9.14/include' -g -O2 -Werror=implicit-function-declaration -ffile-prefix ... Stack Trace: _______________________________________ 0 (report-error e) 1 (apply gauche-package-compile src (delete-keyword :output args)) at "/usr/share/gauche-0.98/0.9.14/lib/gauche/package/compile.scm":137 2 (proc (car xs)) 3 (map (lambda (src) (cond ((equal? (path-extension src) OBJEXT ... at "/usr/share/gauche-0.98/0.9.14/lib/gauche/package/compile.scm":134 4 (#:G259 (cddr args)) 5 (main args) gcc -c -DGAUCHE_API_0_8_8 -Wdate-time -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE '-I/usr/lib/gauche-0.98/0.9.14/include' -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/build/gauche-c-wrapper-0.6.1=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -fPIC -o 'c-ffi.o' 'c-ffi.c' make[2]: *** [Makefile:66: c-ffi.so] Error 70 gcc -c -DGAUCHE_API_0_8_8 -Wdate-time -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE '-I/usr/lib/gauche-0.98/0.9.14/include' -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/build/gauche-c-wrapper-0.6.1=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -fPIC -o 'c-parser.o' 'c-parser.c' gcc -c -DGAUCHE_API_0_8_8 -Wdate-time -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE '-I/usr/lib/gauche-0.98/0.9.14/include' -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/build/gauche-c-wrapper-0.6.1=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -fPIC -o 'c-parserlib.o' 'c-parserlib.c' gcc -Wl,-z,relro '-L/usr/lib/gauche-0.98/0.9.14/x86_64-pc-linux-gnu' '-L/usr/lib/gauche-0.98/site/x86_64-pc-linux-gnu' -shared -o c-parser.so 'c-parser.o' 'c-parserlib.o' -lgauche-0.98 -lmbedtls -lcrypt -lrt -lm -lpthread /usr/lib/x86_64-linux-gnu/libffi_pic.a make[2]: Leaving directory '/build/gauche-c-wrapper-0.6.1/src' make[1]: *** [Makefile:40: all] Error 2 make[1]: Leaving directory '/build/gauche-c-wrapper-0.6.1' dh_auto_build: error: make -j16 returned exit code 2 make: *** [debian/rules:9: build] Error 25 Andreas
gauche-c-wrapper.sid.build.gz
Description: application/gzip
--- End Message ---
--- Begin Message ---Source: gauche-c-wrapper Source-Version: 0.6.1-13 Done: NIIBE Yutaka <gni...@fsij.org> 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 1071...@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: Tue, 10 Dec 2024 11:48:50 +0900 Source: gauche-c-wrapper Architecture: source Version: 0.6.1-13 Distribution: unstable Urgency: medium Maintainer: NIIBE Yutaka <gni...@fsij.org> Changed-By: NIIBE Yutaka <gni...@fsij.org> Closes: 1071045 Changes: gauche-c-wrapper (0.6.1-13) unstable; urgency=medium . * debian/patches/15_for_0915.patch: New. Fix FTBFS (Closes: #1071045). * debian/tests: New. Checksums-Sha1: 3021f4838c0dacf0adb85b2c71c17b8e07b8789e 1551 gauche-c-wrapper_0.6.1-13.dsc 44239ed224fd80b73e3e0eb37083b6cbc448d9bb 71028 gauche-c-wrapper_0.6.1-13.debian.tar.xz ce4cdec80a6c9796f0162d9afa020bc8cca04803 6319 gauche-c-wrapper_0.6.1-13_amd64.buildinfo Checksums-Sha256: 224d67bf31571b740c812857942a14df8a09d0b9421064e82d9ecd127e0ef76b 1551 gauche-c-wrapper_0.6.1-13.dsc 2547176de7571ca864e8479fc00cca10e4d052f41c4a61848a77f5aa5339bbe8 71028 gauche-c-wrapper_0.6.1-13.debian.tar.xz 1e236cb37f83a910e14bdea230e17433f68301889dccf8654e29285739217b5b 6319 gauche-c-wrapper_0.6.1-13_amd64.buildinfo Files: 5c91bbeebc3178a296c3f8800bba21b0 1551 lisp optional gauche-c-wrapper_0.6.1-13.dsc 6d0ceb9d2b25d490b2a9e59d28a1fd1c 71028 lisp optional gauche-c-wrapper_0.6.1-13.debian.tar.xz a6e417aee66d24d0560d2da05332c5c7 6319 lisp optional gauche-c-wrapper_0.6.1-13_amd64.buildinfo -----BEGIN PGP SIGNATURE----- iHUEARYIAB0WIQS3MhxVeHDZjYHXYQFkARSvid5gVAUCZ1fWjgAKCRBkARSvid5g VE6MAP9JDOWDMYAUu43Vv++H9m/YyOA1UbbueJaSbY8WWjHW7QEAt8jcUYqwyFeh 0U8sn4AvexytDuci4iN8OuE0RjeDdAA= =7Qhq -----END PGP SIGNATURE-----
pgpAgQ90jCici.pgp
Description: PGP signature
--- End Message ---