Your message dated Thu, 06 Aug 2020 20:25:57 +0000
with message-id <e1k3msb-0003dm...@fasolo.debian.org>
and subject line Bug#957698: fixed in pommed 1.39~dfsg-5.1
has caused the Debian Bug report #957698,
regarding pommed: 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.)


-- 
957698: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=957698
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: src:pommed
Version: 1.39~dfsg-5
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/pommed_1.39~dfsg-5_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

[...]
  679 | {
      | ^
gcc -g -O2 -Wall -I/usr/include/dbus-1.0 
-I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -DDBUS_API_SUBJECT_TO_CHANGE     
-I/usr/include/x86_64-linux-gnu -Wdate-time -D_FORTIFY_SOURCE=2  -c -o evloop.o 
evloop.c
gcc -g -O2 -Wall -I/usr/include/dbus-1.0 
-I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -DDBUS_API_SUBJECT_TO_CHANGE     
-I/usr/include/x86_64-linux-gnu -Wdate-time -D_FORTIFY_SOURCE=2  -c -o dbus.o 
dbus.c
In file included from /usr/include/gtk-2.0/gtk/gtktoolitem.h:31,
                 from /usr/include/gtk-2.0/gtk/gtktoolbutton.h:30,
                 from /usr/include/gtk-2.0/gtk/gtkmenutoolbutton.h:30,
                 from /usr/include/gtk-2.0/gtk/gtk.h:126,
                 from gpomme.h:8,
                 from conffile.c:39:
/usr/include/gtk-2.0/gtk/gtktooltips.h:73:3: warning: ‘GTimeVal’ is deprecated: 
Use 'GDateTime' instead [-Wdeprecated-declarations]
   73 |   GTimeVal last_popdown;
      |   ^~~~~~~~
In file included from /usr/include/glib-2.0/glib/galloca.h:32,
                 from /usr/include/glib-2.0/glib.h:30,
                 from /usr/include/glib-2.0/gobject/gbinding.h:28,
                 from /usr/include/glib-2.0/glib-object.h:23,
                 from /usr/include/glib-2.0/gio/gioenums.h:28,
                 from /usr/include/glib-2.0/gio/giotypes.h:28,
                 from /usr/include/glib-2.0/gio/gio.h:26,
                 from /usr/include/gtk-2.0/gdk/gdkapplaunchcontext.h:30,
                 from /usr/include/gtk-2.0/gdk/gdk.h:32,
                 from /usr/include/gtk-2.0/gtk/gtk.h:32,
                 from gpomme.h:8,
                 from conffile.c:39:
/usr/include/glib-2.0/glib/gtypes.h:551:8: note: declared here
  551 | struct _GTimeVal
      |        ^~~~~~~~~
gcc -g -O2 -Wall -I/usr/include/dbus-1.0 
-I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -DDBUS_API_SUBJECT_TO_CHANGE     
-I/usr/include/x86_64-linux-gnu -Wdate-time -D_FORTIFY_SOURCE=2  -c -o power.o 
power.c
evloop.c: In function ‘evloop_timer_callback’:
evloop.c:141:3: warning: ignoring return value of ‘read’ declared with 
attribute ‘warn_unused_result’ [-Wunused-result]
  141 |   read(fd, &ticks, sizeof(ticks));
      |   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
power.c: In function ‘sysfs_check_ac_state’:
power.c:54:3: warning: ignoring return value of ‘fread’ declared with attribute 
‘warn_unused_result’ [-Wunused-result]
   54 |   fread(&ac_state, 1, 1, fp);
      |   ^~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /usr/include/string.h:495,
                 from conffile.c:22:
In function ‘strncpy’,
    inlined from ‘config_load’ at conffile.c:129:7:
/usr/include/x86_64-linux-gnu/bits/string_fortified.h:106:10: warning: 
‘__builtin_strncpy’ specified bound depends on the length of the source 
argument [-Wstringop-overflow=]
  106 |   return __builtin___strncpy_chk (__dest, __src, __len, __bos (__dest));
      |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
conffile.c: In function ‘config_load’:
conffile.c:129:37: note: length computed here
  129 |       strncpy(conffile, pw->pw_dir, strlen(pw->pw_dir) + 1);
      |                                     ^~~~~~~~~~~~~~~~~~
gcc -g -O2 -Wall -I/usr/include/dbus-1.0 
-I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -DDBUS_API_SUBJECT_TO_CHANGE     
-I/usr/include/x86_64-linux-gnu -Wdate-time -D_FORTIFY_SOURCE=2  -c -o beep.o 
beep.c
gcc -g -O2 -Wall -I/usr/include/dbus-1.0 
-I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -DDBUS_API_SUBJECT_TO_CHANGE     
-I/usr/include/x86_64-linux-gnu -Wdate-time -D_FORTIFY_SOURCE=2  -c -o video.o 
video.c
gcc -Wl,-z,relro  gpomme.o theme.o conffile.o ../client-common/dbus-client.o 
../client-common/video-client.o  -lpthread -lX11 -ldbus-1 -ldbus-glib-1 
-ldbus-1 -lgobject-2.0 -lglib-2.0 -lgtk-x11-2.0 -lgdk-x11-2.0 -lpangocairo-1.0 
-latk-1.0 -lcairo -lgdk_pixbuf-2.0 -lgio-2.0 -lpangoft2-1.0 -lpango-1.0 
-lgobject-2.0 -lglib-2.0 -lfontconfig -lfreetype -lconfuse -o gpomme
gcc -g -O2 -Wall -I/usr/include/dbus-1.0 
-I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -DDBUS_API_SUBJECT_TO_CHANGE     
-I/usr/include/x86_64-linux-gnu -Wdate-time -D_FORTIFY_SOURCE=2  -c -o 
sysfs_backlight.o sysfs_backlight.c
gcc -g -O2 -Wall -I/usr/include/dbus-1.0 
-I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -DDBUS_API_SUBJECT_TO_CHANGE     
-I/usr/include/x86_64-linux-gnu -Wdate-time -D_FORTIFY_SOURCE=2  -c -o 
mactel/x1600_backlight.o mactel/x1600_backlight.c
make[2]: Leaving directory '/<<PKGBUILDDIR>>/gpomme'
gcc -g -O2 -Wall -I/usr/include/dbus-1.0 
-I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -DDBUS_API_SUBJECT_TO_CHANGE     
-I/usr/include/x86_64-linux-gnu -Wdate-time -D_FORTIFY_SOURCE=2  -c -o 
mactel/gma950_backlight.o mactel/gma950_backlight.c
gcc -g -O2 -Wall -I/usr/include/dbus-1.0 
-I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -DDBUS_API_SUBJECT_TO_CHANGE     
-I/usr/include/x86_64-linux-gnu -Wdate-time -D_FORTIFY_SOURCE=2  -c -o 
mactel/nv8600mgt_backlight.o mactel/nv8600mgt_backlight.c
gcc -g -O2 -Wall -I/usr/include/dbus-1.0 
-I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -DDBUS_API_SUBJECT_TO_CHANGE     
-I/usr/include/x86_64-linux-gnu -Wdate-time -D_FORTIFY_SOURCE=2  -c -o 
mactel/kbd_backlight.o mactel/kbd_backlight.c
gcc -g -O2 -Wall -I/usr/include/dbus-1.0 
-I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -DDBUS_API_SUBJECT_TO_CHANGE     
-I/usr/include/x86_64-linux-gnu -Wdate-time -D_FORTIFY_SOURCE=2  -c -o 
mactel/ambient.o mactel/ambient.c
gcc -g -O2 -Wall -I/usr/include/dbus-1.0 
-I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -DDBUS_API_SUBJECT_TO_CHANGE     
-I/usr/include/x86_64-linux-gnu -Wdate-time -D_FORTIFY_SOURCE=2  -c -o 
mactel/acpi.o mactel/acpi.c
gcc -Wl,-z,relro  pommed.o cd_eject.o evdev.o conffile.o audio.o evloop.o 
dbus.o power.o beep.o video.o sysfs_backlight.o mactel/x1600_backlight.o 
mactel/gma950_backlight.o mactel/nv8600mgt_backlight.o mactel/kbd_backlight.o 
mactel/ambient.o mactel/acpi.o  -pthread -lrt -ldbus-1 -lasound -laudiofile 
-lconfuse -lpci  -o pommed
/usr/bin/ld: mactel/x1600_backlight.o:(.bss+0x0): multiple definition of 
`lcd_bck_info'; sysfs_backlight.o:(.bss+0x0): first defined here
/usr/bin/ld: mactel/nv8600mgt_backlight.o:(.bss+0x0): multiple definition of 
`lcd_bck_info'; sysfs_backlight.o:(.bss+0x0): first defined here
collect2: error: ld returned 1 exit status
make[2]: *** [<builtin>: pommed] Error 1
make[2]: Leaving directory '/<<PKGBUILDDIR>>/pommed'
make[1]: *** [Makefile:8: pommed] Error 2
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
dh_auto_build: error: make -j4 "INSTALL=install --strip-program=true" returned 
exit code 2
make: *** [debian/rules:3: build] Error 25
dpkg-buildpackage: error: debian/rules build subprocess returned exit status 2

--- End Message ---
--- Begin Message ---
Source: pommed
Source-Version: 1.39~dfsg-5.1
Done: Sudip Mukherjee <sudipm.mukher...@gmail.com>

We believe that the bug you reported is fixed in the latest version of
pommed, 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.
Sudip Mukherjee <sudipm.mukher...@gmail.com> (supplier of updated pommed 
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: SHA512

Format: 1.8
Date: Tue, 04 Aug 2020 20:18:05 +0100
Source: pommed
Architecture: source
Version: 1.39~dfsg-5.1
Distribution: unstable
Urgency: medium
Maintainer: Debian Mactel <team+pkg-mactel-de...@tracker.debian.org>
Changed-By: Sudip Mukherjee <sudipm.mukher...@gmail.com>
Closes: 957698
Changes:
 pommed (1.39~dfsg-5.1) unstable; urgency=medium
 .
   * Non-maintainer upload.
   * Fix ftbfs with GCC-10. (Closes: #957698)
Checksums-Sha1:
 c8cb98d24c747c65aa4a29e1f6aa48aadce39d68 2150 pommed_1.39~dfsg-5.1.dsc
 c01abc109842e21aa46cf2727f01da590bad3cc5 10720 
pommed_1.39~dfsg-5.1.debian.tar.xz
 6293feeb6689bcf59e392575f7ac426562ac1004 12456 
pommed_1.39~dfsg-5.1_amd64.buildinfo
Checksums-Sha256:
 7685bc38b36de972f0036e00256a19a0fb31bf95ec25e80015f2624696b98a7d 2150 
pommed_1.39~dfsg-5.1.dsc
 0a388016d468b802100395253a0a2c8087d020b50ed40718de6e2e88c3557b88 10720 
pommed_1.39~dfsg-5.1.debian.tar.xz
 3957fa074206d0d4ef5c31a1ef60a6344dcc93bbabbf3ec84ff88bb442838a45 12456 
pommed_1.39~dfsg-5.1_amd64.buildinfo
Files:
 cc949026f7a51f2e1d4c844ca900537e 2150 utils optional pommed_1.39~dfsg-5.1.dsc
 aa9a63e3752a726d42f5a2e8e7d8c021 10720 utils optional 
pommed_1.39~dfsg-5.1.debian.tar.xz
 ba57a6da8a3de7ac8daf184c9d3e7bb4 12456 utils optional 
pommed_1.39~dfsg-5.1_amd64.buildinfo

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

iQIzBAEBCgAdFiEEuDQJkCg9jZvBlJrHR5mjUUbRKzUFAl8ptikACgkQR5mjUUbR
KzVlCw//UG0bFoBJpwfQDvxGkCILEb/qDTBXtZdKhL96s03anQ4AcxAdJPhVwnyU
K35AIXhJLMl0lMhSVq88l04+wkXSslfBJkYHNDu88ClbP+8yC6XWnDxTaySwgiJ+
FhR5skeaXOwGoFK+HLIzjzbaOaIabvWg1oOq1pSB/fJu+86/Ixh7/IGjNLuhLE8X
eS7V6YacE9quznyVyW90iksnte09XSj6YEt+KwkGSc6PwNou2nNTirqzxa5sMLct
wtKgnWyHS5c/83hLi+DdtiKvIJA7kWo04ItKLLLbR+QIkuzrEEs49ALKpEEsNvjR
vlkr1vZfbWAVEqsP+l9ypKugjZE8z2zJgJUZo0oN9a3sUZPhiqVSIjjaEt8une14
kmUTxzhR1cqxwwwoh//poDpjCTe9MVE83mbMtJnuX9tIx70iEQJR4mcf6xZ3aXzB
xmoOyi/6yliCyhOW9ObTLje02O4HR0caoHT5YlqBfZ63Mg2VHmij8xbTXsPcOkJw
jSbKzFrOt3mufDHQ4yLiXPcpOhqH9uQ8jYCFNdl2peXt4+9ntbnTAKYfPwKvgNiY
sm0qkoSJWYewh+HteuIQfTklLwSLo63W5TZC3fe0cgFqIRDGZPIv3IcA6Nv/H+TK
zcRHzFWObVPTROP0MK7lP5hKKv6fOGeZMzx2NRfcWvrLAYRqVy4=
=2XyH
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to