Your message dated Wed, 06 Jan 2021 03:18:24 +0000
with message-id <e1kwzl6-0005py...@fasolo.debian.org>
and subject line Bug#957775: fixed in sawfish 1:1.11.90-1.2
has caused the Debian Bug report #957775,
regarding sawfish: 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.)


-- 
957775: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=957775
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: src:sawfish
Version: 1:1.11.90-1.1
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/sawfish_1.11.90-1.1_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

[...]
/usr/lib/x86_64-linux-gnu/rep/libtool --tag CC --mode=link --tag=CC gcc 
-export-dynamic -Wl,-z,relro \
  -o sawfish colors.o cursors.o display.o events.o fonts.o frames.o flippers.o 
functions.o images.o keys.o main.o multihead.o pixmap-cache.o property-cache.o 
server.o session.o stacking-list.o windows.o  -lrep -lcrypt -lgmp -lm 
-lpangoxft-1.0 -lpangoft2-1.0 -lpango-1.0 -lgobject-2.0 -lglib-2.0 -lfontconfig 
-lfreetype -lXft \
  -lgdk_pixbuf_xlib-2.0 -lgdk_pixbuf-2.0 -lgobject-2.0 -lglib-2.0 -lX11 -lX11 
-lXext -lXrender  -lICE -lSM -lXtst -lXinerama -lXrandr -lXft -lXext -lnsl  
In file included from /usr/include/gtk-2.0/gtk/gtkobject.h:37,
                 from /usr/include/gtk-2.0/gtk/gtkwidget.h:36,
                 from /usr/include/gtk-2.0/gtk/gtkcontainer.h:35,
                 from /usr/include/gtk-2.0/gtk/gtkbin.h:35,
                 from /usr/include/gtk-2.0/gtk/gtkwindow.h:36,
                 from /usr/include/gtk-2.0/gtk/gtkdialog.h:35,
                 from /usr/include/gtk-2.0/gtk/gtkaboutdialog.h:32,
                 from /usr/include/gtk-2.0/gtk/gtk.h:33,
                 from gtk-style.c:23:
/usr/include/gtk-2.0/gtk/gtktypeutils.h:236:1: warning: ‘GTypeDebugFlags’ is 
deprecated [-Wdeprecated-declarations]
  236 | void            gtk_type_init   (GTypeDebugFlags    debug_flags);
      | ^~~~
In file included from /usr/include/glib-2.0/gobject/gobject.h:24,
                 from /usr/include/glib-2.0/gobject/gbinding.h:29,
                 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 gtk-style.c:23:
/usr/include/glib-2.0/gobject/gtype.h:679:1: note: declared here
  679 | {
      | ^
libtool: link: gcc -Wl,-z -Wl,relro -o sawfish colors.o cursors.o display.o 
events.o fonts.o frames.o flippers.o functions.o images.o keys.o main.o 
multihead.o pixmap-cache.o property-cache.o server.o session.o stacking-list.o 
windows.o -Wl,--export-dynamic  -lrep -lcrypt -lgmp -lm -lpangoxft-1.0 
-lpangoft2-1.0 -lpango-1.0 -lfontconfig -lfreetype -lgdk_pixbuf_xlib-2.0 
-lgdk_pixbuf-2.0 -lgobject-2.0 -lglib-2.0 -lX11 -lXrender -lICE -lSM -lXtst 
-lXinerama -lXrandr -lXft -lXext -lnsl
/usr/bin/ld: flippers.o:(.bss+0x28): multiple definition of `Qleft'; 
frames.o:(.bss+0x118): first defined here
/usr/bin/ld: flippers.o:(.bss+0x20): multiple definition of `Qright'; 
frames.o:(.bss+0x120): first defined here
/usr/bin/ld: flippers.o:(.bss+0x18): multiple definition of `Qtop'; 
frames.o:(.bss+0x110): first defined here
/usr/bin/ld: flippers.o:(.bss+0x10): multiple definition of `Qbottom'; 
frames.o:(.bss+0x108): first defined here
/usr/bin/ld: functions.o:(.bss+0x28): multiple definition of `Qroot'; 
events.o:(.bss+0x78): first defined here
/usr/bin/ld: windows.o:(.bss+0x20): multiple definition of `Qcenter'; 
frames.o:(.bss+0x128): first defined here
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 gtk-style.c:23:
/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 gtk-style.c:23:
/usr/include/glib-2.0/glib/gtypes.h:551:8: note: declared here
  551 | struct _GTimeVal
      |        ^~~~~~~~~
libtool: compile:  gcc -c -DHAVE_CONFIG_H -DSAWFISH -D__STRICT_ANSI__ -I. -I.. 
-Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. 
-fstack-protector-strong -Wformat -Werror=format-security -I/usr/include/ 
-I/usr/lib/x86_64-linux-gnu/rep/ -pthread -I/usr/include/gdk-pixbuf-2.0 
-I/usr/include/libmount -I/usr/include/blkid -I/usr/include/glib-2.0 
-I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/uuid 
-I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/pango-1.0 
-I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/fribidi 
-I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include 
-I/usr/include/uuid -I/usr/include/freetype2 -I/usr/include/libpng16 x.c -o x.o 
>/dev/null 2>&1
collect2: error: ld returned 1 exit status
make[3]: *** [Makefile:45: sawfish] Error 1
make[3]: *** Waiting for unfinished jobs....
libtool: compile:  gcc -c -DHAVE_CONFIG_H -DSAWFISH -D__STRICT_ANSI__ -I. -I.. 
-Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. 
-fstack-protector-strong -Wformat -Werror=format-security -I/usr/include/ 
-I/usr/lib/x86_64-linux-gnu/rep/ -pthread -I/usr/include/gdk-pixbuf-2.0 
-I/usr/include/libmount -I/usr/include/blkid -I/usr/include/glib-2.0 
-I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/uuid 
-I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/pango-1.0 
-I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/fribidi 
-I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include 
-I/usr/include/uuid -I/usr/include/freetype2 -I/usr/include/libpng16 
libclient.c -o libclient_.o >/dev/null 2>&1
make[3]: Leaving directory '/<<PKGBUILDDIR>>/src'
make[2]: *** [Makefile:30: all] Error 1
make[2]: Leaving directory '/<<PKGBUILDDIR>>'
dh_auto_build: error: make -j4 returned exit code 2
make[1]: *** [debian/rules:13: override_dh_auto_build] Error 25
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
make: *** [debian/rules:8: build] Error 2
dpkg-buildpackage: error: debian/rules build subprocess returned exit status 2

--- End Message ---
--- Begin Message ---
Source: sawfish
Source-Version: 1:1.11.90-1.2
Done: Boyuan Yang <by...@debian.org>

We believe that the bug you reported is fixed in the latest version of
sawfish, 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.
Boyuan Yang <by...@debian.org> (supplier of updated sawfish 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, 05 Jan 2021 21:59:18 -0500
Source: sawfish
Architecture: source
Version: 1:1.11.90-1.2
Distribution: unstable
Urgency: medium
Maintainer: Jose M Calhariz <j...@calhariz.com>
Changed-By: Boyuan Yang <by...@debian.org>
Closes: 957775 975677
Changes:
 sawfish (1:1.11.90-1.2) unstable; urgency=medium
 .
   * Non-maintainer upload.
   * debian/control: Update Vcs-* fields.
   * debian/control: Add missing build-dependency
     libgdk-pixbuf-xlib-2.0-dev. (Closes: #975677)
   * debian/patches/0010-gcc-10-ftbfs-fix: Backport upstream patch to
     fix FTBFS with gcc 10. (Closes: #957775)
Checksums-Sha1:
 fadc9cfe4f816e7e23373a533d845bc94f99d605 2337 sawfish_1.11.90-1.2.dsc
 092c088f0af8efe6fd603bd6e9b10f005615a65f 2751684 sawfish_1.11.90.orig.tar.xz
 58f5cbe828221bf992ff3237627f24b54d158635 39840 
sawfish_1.11.90-1.2.debian.tar.xz
 e1c8a9dd3f6df957480f8084000cc06b840c2124 12339 
sawfish_1.11.90-1.2_amd64.buildinfo
Checksums-Sha256:
 74fef36b07f9739e1c1e5e1e1464acb31e75caf004f9571dd4d52cda6db7892e 2337 
sawfish_1.11.90-1.2.dsc
 734ac2b2781889793e2d846d81f52b8a90707e136bce7b5691c4d12e90ce7cfa 2751684 
sawfish_1.11.90.orig.tar.xz
 b55a232c6b9e300cf43c4b1f43b0c0cdad0978ead8462dba952c8b29bdd4d8a5 39840 
sawfish_1.11.90-1.2.debian.tar.xz
 e979f90b247933bee58ebb2cff3c8dbba9c3b39c0faef360351562d2e0fc5336 12339 
sawfish_1.11.90-1.2_amd64.buildinfo
Files:
 c213b38d1401baf2b93a76f6a0cd864a 2337 x11 optional sawfish_1.11.90-1.2.dsc
 dfbfa49f7c743a018ebdc618fceb5256 2751684 x11 optional 
sawfish_1.11.90.orig.tar.xz
 679eccd0648d738d1553b592d0e652ae 39840 x11 optional 
sawfish_1.11.90-1.2.debian.tar.xz
 be2b6ffb4983ca5afa48782a700a34de 12339 x11 optional 
sawfish_1.11.90-1.2_amd64.buildinfo

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

iQIzBAEBCgAdFiEEfncpR22H1vEdkazLwpPntGGCWs4FAl/1KIwACgkQwpPntGGC
Ws5mHA/+P36HlzQbSmTN3Av91C5QO8QT82TDgvQwkP8x6qnbJzZWFh4FIFccJpo8
LH5icV4X9vVOQYQReLOSxNQeSCFcx5pKlaAJn3YnFSz4w5jpTe2Tlhke/vjq2RiF
qzCn5SusQy6fS1jL1jfOSAwehKdR2HW4ZeE4P8SCqJzeM8OAkP4uxzAqhZPr6s9h
zeVvctCdXqMqA/6NhZgTAjNrny9Fwc5/sS+T+OfkAN0M2Bd8a4tQudo8CDIoUI+k
ZxYyDGACi4iH9NuAlyihhiHKcn32jjikyGbSHm9kbAwTXR7BorB0GyI6vv64jYI2
4jCEUCeLkYjLPd8XonZptdvRrGo5J4BucWQW6N6j3mbxm2WyugJmoM3n55UB6ppJ
pzheLJwSHjGPWqqdlMIxmluym+Q5qddD1R5k5sXBfBHXpbEahVJg2zlASqf+O8am
nC556zTkU3erLVXKu9cohMyDkeDtjBaXNVlaysUg9o8vbI3O/fa0+qzadCl20FTD
7A1ALDIi/pctT9K4FxXDmJRtY0XaPb1tkMyNk245D54jccGHPWv5NZtkgnYeoVNi
4ZwEC4SNu0ucRfcj0ou6e7+BKV3p82TT4ceGl2oBiFRh25xBPql+uwqrQoGXPgRw
uaHovHnbzVeVOhIPPhfv1WnGkOVxgfCj5KvPZk+g5tudtggu9LM=
=/jSu
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to