Your message dated Tue, 16 Aug 2022 10:46:26 +0000
with message-id <[email protected]>
and subject line Bug#1017283: fixed in scilab 6.1.1+dfsg2-4
has caused the Debian Bug report #1017283,
regarding scilab: FTBFS: ../../modules/core/includes/pause.h:18:18: error: 
conflicting declaration of C function ‘void pause()’
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.)


-- 
1017283: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1017283
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Source: scilab
Version: 6.1.1+dfsg2-3
Severity: serious
Justification: FTBFS
Tags: bookworm sid ftbfs
User: [email protected]
Usertags: ftbfs-20220813 ftbfs-bookworm

Hi,

During a rebuild of all packages in sid, your package failed to build
on amd64.


Relevant part (hopefully):
> /bin/bash ../../libtool  --tag=CXX   --mode=compile g++ -std=c++17 
> -DHAVE_CONFIG_H -I. -I../../modules/core/includes  -I./includes/ -I./src/c/ 
> -I./src/cpp/ -I./src/cpp/hash -I../../modules/ast/includes/ast/ 
> -I../../modules/ast/includes/exps/ -I../../modules/ast/includes/operations/ 
> -I../../modules/ast/includes/parse/ -I../../modules/ast/includes/symbol/ 
> -I../../modules/ast/includes/system_env/ -I../../modules/ast/includes/types/ 
> -I../../modules/ast/includes/analysis/ -I../../modules/call_scilab/includes/ 
> -I../../modules/api_scilab/includes/ -I../../modules/action_binding/includes/ 
> -I../../modules/output_stream/includes/ 
> -I../../modules/localization/includes/ 
> -I../../modules/functions_manager/includes/ 
> -I../../modules/elementary_functions/includes/ -I../../modules/io/includes/ 
> -I../../modules/tclsci/includes/ -I../../modules/dynamic_link/includes/ 
> -I../../modules/elementary_functions/includes/ 
> -I../../modules/string/includes/ -I../../modules/fileio/includes/ 
> -I../../modules/console/includes/ -I../../modules/threads/includes/ 
> -I../../modules/history_manager/includes/ 
> -I../../modules/preferences/includes/ 
> -I../../modules/external_objects/includes/ -I../../modules/jvm/includes/ 
> -I../../modules/jvm/src/c/ -I../../modules/gui/includes/ 
> -I../../modules/graphics/includes/ -I../../modules/hdf5/includes/ 
> -I../../modules/fftw/includes/ -I../../modules/ui_data/includes/ 
> -I/usr/include/hdf5/serial -I/usr/include/libxml2  -I/usr/include/tcl 
> -I/usr/include/tk -Wdate-time -D_FORTIFY_SOURCE=2 -DNDEBUG -g1 -O2 
> -fno-stack-protector -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. 
> -fstack-protector-strong -Wformat -Werror=format-security -MT 
> src/cpp/libscicore_algo_la-pause.lo -MD -MP -MF 
> src/cpp/.deps/libscicore_algo_la-pause.Tpo -c -o 
> src/cpp/libscicore_algo_la-pause.lo `test -f 'src/cpp/pause.cpp' || echo 
> './'`src/cpp/pause.cpp
> libtool: compile:  g++ -std=c++17 -DHAVE_CONFIG_H -I. 
> -I../../modules/core/includes -I./includes/ -I./src/c/ -I./src/cpp/ 
> -I./src/cpp/hash -I../../modules/ast/includes/ast/ 
> -I../../modules/ast/includes/exps/ -I../../modules/ast/includes/operations/ 
> -I../../modules/ast/includes/parse/ -I../../modules/ast/includes/symbol/ 
> -I../../modules/ast/includes/system_env/ -I../../modules/ast/includes/types/ 
> -I../../modules/ast/includes/analysis/ -I../../modules/call_scilab/includes/ 
> -I../../modules/api_scilab/includes/ -I../../modules/action_binding/includes/ 
> -I../../modules/output_stream/includes/ 
> -I../../modules/localization/includes/ 
> -I../../modules/functions_manager/includes/ 
> -I../../modules/elementary_functions/includes/ -I../../modules/io/includes/ 
> -I../../modules/tclsci/includes/ -I../../modules/dynamic_link/includes/ 
> -I../../modules/elementary_functions/includes/ 
> -I../../modules/string/includes/ -I../../modules/fileio/includes/ 
> -I../../modules/console/includes/ -I../../modules/threads/includes/ 
> -I../../modules/history_manager/includes/ 
> -I../../modules/preferences/includes/ 
> -I../../modules/external_objects/includes/ -I../../modules/jvm/includes/ 
> -I../../modules/jvm/src/c/ -I../../modules/gui/includes/ 
> -I../../modules/graphics/includes/ -I../../modules/hdf5/includes/ 
> -I../../modules/fftw/includes/ -I../../modules/ui_data/includes/ 
> -I/usr/include/hdf5/serial -I/usr/include/libxml2 -I/usr/include/tcl 
> -I/usr/include/tk -Wdate-time -D_FORTIFY_SOURCE=2 -DNDEBUG -g1 -O2 
> -fno-stack-protector -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. 
> -fstack-protector-strong -Wformat -Werror=format-security -MT 
> src/cpp/libscicore_algo_la-pause.lo -MD -MP -MF 
> src/cpp/.deps/libscicore_algo_la-pause.Tpo -c src/cpp/pause.cpp  -fPIC -DPIC 
> -o src/cpp/.libs/libscicore_algo_la-pause.o
> In file included from src/cpp/pause.cpp:19:
> ../../modules/core/includes/pause.h:18:18: error: conflicting declaration of 
> C function ‘void pause()’
>    18 | CORE_IMPEXP void pause(void);
>       |                  ^~~~~
> In file included from /usr/include/x86_64-linux-gnu/bits/sigstksz.h:24,
>                  from /usr/include/signal.h:328,
>                  from ../../modules/threads/includes/Thread_Wrapper.h:53,
>                  from 
> ../../modules/ast/includes/system_env/threadmanagement.hxx:21,
>                  from src/cpp/pause.cpp:15:
> /usr/include/unistd.h:489:12: note: previous declaration ‘int pause()’
>   489 | extern int pause (void);
>       |            ^~~~~
> src/cpp/pause.cpp:22:6: error: ambiguating new declaration of ‘void pause()’
>    22 | void pause(void)
>       |      ^~~~~
> /usr/include/unistd.h:489:12: note: old declaration ‘int pause()’
>   489 | extern int pause (void);
>       |            ^~~~~
> make[4]: *** [Makefile:2098: src/cpp/libscicore_algo_la-pause.lo] Error 1


The full build log is available from:
http://qa-logs.debian.net/2022/08/13/scilab_6.1.1+dfsg2-3_unstable.log

All bugs filed during this archive rebuild are listed at:
https://bugs.debian.org/cgi-bin/pkgreport.cgi?tag=ftbfs-20220813;[email protected]
or:
https://udd.debian.org/bugs/?release=na&merged=ign&fnewerval=7&flastmodval=7&fusertag=only&fusertagtag=ftbfs-20220813&[email protected]&allbugs=1&cseverity=1&ctags=1&caffected=1#results

A list of current common problems and possible solutions is available at
http://wiki.debian.org/qa.debian.org/FTBFS . You're welcome to contribute!

If you reassign this bug to another package, please marking it as 'affects'-ing
this package. See https://www.debian.org/Bugs/server-control#affects

If you fail to reproduce this, please provide a build log and diff it with mine
so that we can identify if something relevant changed in the meantime.

--- End Message ---
--- Begin Message ---
Source: scilab
Source-Version: 6.1.1+dfsg2-4
Done: Julien Puydt <[email protected]>

We believe that the bug you reported is fixed in the latest version of
scilab, 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.
Julien Puydt <[email protected]> (supplier of updated scilab 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: Tue, 16 Aug 2022 11:55:44 +0200
Source: scilab
Architecture: source
Version: 6.1.1+dfsg2-4
Distribution: unstable
Urgency: medium
Maintainer: Debian Science Team 
<[email protected]>
Changed-By: Julien Puydt <[email protected]>
Closes: 1017283
Changes:
 scilab (6.1.1+dfsg2-4) unstable; urgency=medium
 .
   * Add patch to disambiguate pause (Closes: #1017283).
Checksums-Sha1:
 55636524551c8dac6d3226cb971ca13ddf63ef95 3786 scilab_6.1.1+dfsg2-4.dsc
 a78902a5b8505d4aadf81ded334b1c91cfb4e00f 37736 
scilab_6.1.1+dfsg2-4.debian.tar.xz
 20ff0542c0f11fca4e4d09bab02dc1d17faf61ad 19886 
scilab_6.1.1+dfsg2-4_source.buildinfo
Checksums-Sha256:
 330694de196eaebd4bc1f26aa39c0de32c774d10bd4a08ae410f16a90b7e4bcf 3786 
scilab_6.1.1+dfsg2-4.dsc
 8410eec443d73f0c459cf594aacee2d014ebf8526df270dfc5ce08c1f8cdc99d 37736 
scilab_6.1.1+dfsg2-4.debian.tar.xz
 74ea67e415df980577ea2dd9ccbef270adaee8af6bf98a03b754575bd2fc10b4 19886 
scilab_6.1.1+dfsg2-4_source.buildinfo
Files:
 f06ad90ea13b2183a7a8d8ac8b5870d1 3786 math optional scilab_6.1.1+dfsg2-4.dsc
 8fffdf85643c808890c6f532ae653438 37736 math optional 
scilab_6.1.1+dfsg2-4.debian.tar.xz
 9df4d1d2c2c87475fd86385e12e348c8 19886 math optional 
scilab_6.1.1+dfsg2-4_source.buildinfo

-----BEGIN PGP SIGNATURE-----

iQJGBAEBCgAwFiEEgS7v2KP7pKzk3xFLBMU71/4DBVEFAmL7a/YSHGpwdXlkdEBk
ZWJpYW4ub3JnAAoJEATFO9f+AwVRRRcP/28o/xNbkQ/1r1ha5VI8bGRMrmVnf9BO
jA+itmI9mmno0toAzfnJYnjcnFWAjMXwayQPpEB64fjOf9rKwyFUEov3pgkhey+E
Sa2Ja5ZsKqZSWCG/HKgZQk+LYpgH5hAAPEAs16UeclcM3spsTQ4YGWZNSEAESHcv
+g4m/DypxmDw1/qFlgeKlPmRqVImjm/wKmB3Bn649gCpJL3Vk6D0gsm9vX6Rdoxc
cHMlJRYf/xg63ALGRtYnPKFFZiRqc7HRBYSFG6m0E1zjrBquvJ4PZatj/eFVRyGH
pyPfR5XFI10HSLAPmzPHFHb7lxxYWyLvHiQ8N1ykRb5b3lZt2IL8kIgxwmu3/qw/
vdhbBGRxpZbfPpCW+bBkaZLvwAWuGQcx/g2FxEpPhHMvJOUqd86HJdL5PVKMMh7H
EN6CJx6a9m6obdSxjMBx0WgVaYrKbdjoN/6e5LJ1hUAbkOMRaLvE7l6xjp8LRz6T
hj4TVYt9lQ0uHE+FwobnUzv2YPhexa6ihfR3ozAewDJyJtGn8WmQ8LntXe9pf4Sl
NnZtZs88yxweZiNkgcI39LOl/jvPh3Q+9Gu1zeP+tjYlivO5YNkbdw38Y8UeQKLG
WjVm+2VBaNz+iXakrfhQFaZwOVkjRQWZHk+GepiiFmv06S72zBXKciKDsAEnz64z
OUyGFVzVkixs
=uiVS
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to