Your message dated Mon, 04 Jan 2021 18:51:23 +0000
with message-id <e1kwuwt-0002dt...@fasolo.debian.org>
and subject line Bug#957647: fixed in osdsh 0.7.0-10.4
has caused the Debian Bug report #957647,
regarding osdsh: ftbfs with GCC-10
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.)
--
957647: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=957647
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: src:osdsh
Version: 0.7.0-10.3
Severity: normal
Tags: sid bullseye
User: debian-...@lists.debian.org
Usertags: ftbfs-gcc-10
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-10/g++-10, but succeeds to build with gcc-9/g++-9. The
severity of this report will be raised before the bullseye release,
so nothing has to be done for the buster release.
The full build log can be found at:
http://people.debian.org/~doko/logs/gcc10-20200225/osdsh_0.7.0-10.3_unstable_gcc10.log
The last lines of the build log are at the end of this report.
To build with GCC 10, either set CC=gcc-10 CXX=g++-10 explicitly,
or install the gcc, g++, gfortran, ... packages from experimental.
apt-get -t=experimental install g++
Common build failures are 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-10/porting_to.html
[...]
42 | if (strcmp(command, "")==0)
| ^~~~~~
osdctl.c:45:48: warning: implicit declaration of function ‘getuid’
[-Wimplicit-function-declaration]
45 | sprintf(fifo_file, "%s.%d", OSD_FIFO_PATH, getuid());
| ^~~~~~
osdctl.c:55:2: warning: incompatible implicit declaration of built-in function
‘exit’
55 | exit(1);
| ^~~~
osdctl.c:55:2: note: include ‘<stdlib.h>’ or provide a declaration of ‘exit’
osdctl.c:60:2: warning: incompatible implicit declaration of built-in function
‘exit’
60 | exit(1);
| ^~~~
osdctl.c:60:2: note: include ‘<stdlib.h>’ or provide a declaration of ‘exit’
osdctl.c:67:2: warning: incompatible implicit declaration of built-in function
‘exit’
67 | exit(1);
| ^~~~
osdctl.c:67:2: note: include ‘<stdlib.h>’ or provide a declaration of ‘exit’
osdctl.c: In function ‘script_file’:
osdctl.c:83:2: warning: incompatible implicit declaration of built-in function
‘exit’
83 | exit(1);
| ^~~~
osdctl.c:83:2: note: include ‘<stdlib.h>’ or provide a declaration of ‘exit’
osdctl.c: In function ‘main’:
osdctl.c:118:6: warning: incompatible implicit declaration of built-in function
‘exit’
118 | exit(0);
| ^~~~
osdctl.c:118:6: note: include ‘<stdlib.h>’ or provide a declaration of ‘exit’
controlsh.c: In function ‘load_plugin’:
controlsh.c:52:22: warning: cast to pointer from integer of different size
[-Wint-to-pointer-cast]
52 | plugins[a].myname = (char *) info();
| ^
controlsh.c: In function ‘display_stuff’:
controlsh.c:166:2: warning: implicit declaration of function ‘control_options’
[-Wimplicit-function-declaration]
166 | control_options(&settings, arg_first, arg_secound);
| ^~~~~~~~~~~~~~~
controlsh.c: In function ‘control_sh’:
controlsh.c:213:2: warning: implicit declaration of function ‘initialize_osd’
[-Wimplicit-function-declaration]
213 | initialize_osd(&settings);
| ^~~~~~~~~~~~~~
controlsh.c:214:2: warning: implicit declaration of function
‘load_basic_plugins’ [-Wimplicit-function-declaration]
214 | load_basic_plugins();
| ^~~~~~~~~~~~~~~~~~
gcc -fPIC -c utils.c
make[2]: Leaving directory '/<<PKGBUILDDIR>>/src/osdctl'
gcc -c -O3 -rdynamic osdsh.c
osdsh.c: In function ‘load_basic_plugins’:
osdsh.c:119:6: warning: implicit declaration of function ‘load_plugin’
[-Wimplicit-function-declaration]
119 | a = load_plugin(file);
| ^~~~~~~~~~~
osdsh.c: In function ‘main’:
osdsh.c:158:5: warning: implicit declaration of function ‘set_defaults’
[-Wimplicit-function-declaration]
158 | set_defaults(&settings);
| ^~~~~~~~~~~~
osdsh.c:159:5: warning: implicit declaration of function ‘initialize_osd’
[-Wimplicit-function-declaration]
159 | initialize_osd(&settings);
| ^~~~~~~~~~~~~~
osdsh.c:195:6: warning: implicit declaration of function ‘control_sh’
[-Wimplicit-function-declaration]
195 | control_sh(NULL);
| ^~~~~~~~~~
gcc -O3 -rdynamic -o osdsh osdsh.o controlsh.o utils.o -L/usr/X11R6/lib
-L/usr/lib -lxosd -lpthread -ldl
/usr/bin/ld: controlsh.o:(.bss+0x0): multiple definition of `mixerdevice';
osdsh.o:(.bss+0x0): first defined here
/usr/bin/ld: utils.o:(.bss+0x0): multiple definition of `mixerdevice';
osdsh.o:(.bss+0x0): first defined here
collect2: error: ld returned 1 exit status
make[2]: *** [Makefile:25: osdsh] Error 1
make[2]: Leaving directory '/<<PKGBUILDDIR>>/src/osdsh'
make[1]: *** [Makefile:15: osdsh] Error 2
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
dh_auto_build: error: make -j4 returned exit code 2
make: *** [debian/rules:11: build] Error 25
dpkg-buildpackage: error: debian/rules build subprocess returned exit status 2
--- End Message ---
--- Begin Message ---
Source: osdsh
Source-Version: 0.7.0-10.4
Done: Andrej Shadura <andre...@debian.org>
We believe that the bug you reported is fixed in the latest version of
osdsh, 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 957...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Andrej Shadura <andre...@debian.org> (supplier of updated osdsh 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: Mon, 04 Jan 2021 19:27:50 +0100
Source: osdsh
Architecture: source
Version: 0.7.0-10.4
Distribution: unstable
Urgency: medium
Maintainer: Joachim Breitner <nome...@debian.org>
Changed-By: Andrej Shadura <andre...@debian.org>
Closes: 957647
Changes:
osdsh (0.7.0-10.4) unstable; urgency=medium
.
* Non-maintainer upload.
* Refresh patches and add patches to fix build with GCC 10
(Closes: #957647):
- Explicitly include unistd.h, string.h, stdlib.h
- Allocate mixerdevice only once
- Add forward declarations for functions in other source files
- Use snprintf for a bit more robust string handling
* Trim trailing whitespace.
* Bump debhelper from old 10 to 13.
* Set debhelper-compat version in Build-Depends.
* Fix Makefiles to use system compiler settings.
* Export buildflags.
Checksums-Sha1:
1b6aed533ad9a7a32bdca8a566a4dbb9dd720c7f 1448 osdsh_0.7.0-10.4.dsc
2cdf05054a2ff6fded2f2d6488148e9d2c322033 11916 osdsh_0.7.0-10.4.debian.tar.xz
Checksums-Sha256:
0a44ebe8356c99cca8866ce2ec89818e2e3ceadfdf2c55790cc5557701ce99de 1448
osdsh_0.7.0-10.4.dsc
6062e151c6d36e519b6ed5f6abea4c2cc0a6fdff6afbc35fb7ace9f640d6b334 11916
osdsh_0.7.0-10.4.debian.tar.xz
Files:
9f27c14446cd46abca876eebd8874677 1448 x11 optional osdsh_0.7.0-10.4.dsc
e9221b9e5096f23dfd70a9cb677ba941 11916 x11 optional
osdsh_0.7.0-10.4.debian.tar.xz
-----BEGIN PGP SIGNATURE-----
iQEzBAEBCAAdFiEEeuS9ZL8A0js0NGiOXkCM2RzYOdIFAl/zXsUACgkQXkCM2RzY
OdIPmQf+NPmzdSjlZqtORh8mdP1aINsic3i9+Tp5jO4E+G9kTUYzbbSBtILLero/
pt7YYUcVVab9ZS9Ay4rMmnsb/AU1KS/zx0NfePrI1fLDU18uUIraqVvhqUIy6s5G
WvLEz1fU18bAGPj/8hQzEHhp4qnGD+zH5E4yHlficxwU7pasJWMheYqlzbMSSwsh
zVKmU4iab2g+pw2aTkrkouzrRAQJCQ06+SGbEpzr50OJ0Mia4+ottxMTYuTfL/Me
6+ywbs0jn14YlxVFUzVBlIUe6yD7s9Qe50KO6dczbpXxCX8y6v/tQFEndYH/debN
sUxppJF7/3MzyiM+0+F9lyr+AOOKZg==
=uV1i
-----END PGP SIGNATURE-----
--- End Message ---