Your message dated Mon, 22 Jul 2019 03:41:42 +0000
with message-id <[email protected]>
and subject line Bug#925866: fixed in xteddy 2.2-4
has caused the Debian Bug report #925866,
regarding xteddy: ftbfs with GCC-9
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.)


-- 
925866: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=925866
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: src:xteddy
Version: 2.2-3
Severity: normal
Tags: sid bullseye
User: [email protected]
Usertags: ftbfs-gcc-9

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-9/g++-9, but succeeds to build with gcc-8/g++-8. 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/gcc9-20190321/xteddy_2.2-3_unstable_gcc9.log
The last lines of the build log are at the end of this report.

To build with GCC 9, either set CC=gcc-9 CXX=g++-9 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-9/porting_to.html

GCC 9 also passes the linker option --as-needed by default; typical
build issues are passing libraries before object files to the linker,
or underlinking of convenience libraries built from the same source.

[...]
make[2]: Leaving directory '/<<PKGBUILDDIR>>/html'
Making all in images
make[2]: Entering directory '/<<PKGBUILDDIR>>/images'
make[2]: Nothing to be done for 'all'.
make[2]: Leaving directory '/<<PKGBUILDDIR>>/images'
make[2]: Entering directory '/<<PKGBUILDDIR>>'
gcc -DPIXMAP_PATH=\"/usr/share/xteddy\" -Wall -I.   -Wdate-time 
-D_FORTIFY_SOURCE=2  -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. 
-fstack-protector-strong -Wformat -Werror=format-security -c -o xteddy.o 
xteddy.c
xteddy.c: In function 'main':
xteddy.c:203:5: warning: this 'if' clause does not guard... 
[-Wmisleading-indentation]
  203 |     if ( (!strncmp(argv[argnum],"-F", 2)) || ( 
(!strncmp(argv[argnum],"-f", 2)) && (strcmp(argv[argnum],"-float")) ) )
      |     ^~
xteddy.c:205:7: note: ...this statement, but the latter is misleadingly 
indented as if it were guarded by the 'if'
  205 |       if (strlen(teddy) == 0){ /* accept "-f <name>" as well as 
"-f<name>" */
      |       ^~
xteddy.c:156:24: warning: variable 'charcount' set but not used 
[-Wunused-but-set-variable]
  156 |   int                  charcount;
      |                        ^~~~~~~~~
gcc  -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong 
-Wformat -Werror=format-security -lImlib2 -lX11 -lXext -Wl,-z,relro -Wl,-z,now 
-o xteddy xteddy.o  
/usr/bin/ld: xteddy.o: in function `main':
./xteddy.c:197: undefined reference to `XParseGeometry'
/usr/bin/ld: ./xteddy.c:234: undefined reference to `XOpenDisplay'
/usr/bin/ld: ./xteddy.c:245: undefined reference to `imlib_set_color_usage'
/usr/bin/ld: ./xteddy.c:247: undefined reference to `imlib_context_set_dither'
/usr/bin/ld: ./xteddy.c:249: undefined reference to `imlib_context_set_display'
/usr/bin/ld: ./xteddy.c:250: undefined reference to `imlib_context_set_visual'
/usr/bin/ld: ./xteddy.c:251: undefined reference to `imlib_context_set_colormap'
/usr/bin/ld: ./xteddy.c:257: undefined reference to 
`imlib_load_image_immediately'
/usr/bin/ld: ./xteddy.c:261: undefined reference to `imlib_context_set_image'
/usr/bin/ld: ./xteddy.c:262: undefined reference to `imlib_image_get_width'
/usr/bin/ld: ./xteddy.c:263: undefined reference to `imlib_image_get_height'
/usr/bin/ld: ./xteddy.c:276: undefined reference to `XCreateSimpleWindow'
/usr/bin/ld: ./xteddy.c:280: undefined reference to `XSelectInput'
/usr/bin/ld: ./xteddy.c:282: undefined reference to `imlib_context_set_drawable'
/usr/bin/ld: ./xteddy.c:283: undefined reference to 
`imlib_render_pixmaps_for_whole_image'
/usr/bin/ld: ./xteddy.c:284: undefined reference to `XSetWindowBackgroundPixmap'
/usr/bin/ld: ./xteddy.c:285: undefined reference to `XShapeCombineMask'
/usr/bin/ld: ./xteddy.c:286: undefined reference to `XFreePixmap'
/usr/bin/ld: ./xteddy.c:287: undefined reference to `XFreePixmap'
/usr/bin/ld: ./xteddy.c:288: undefined reference to 
`imlib_free_image_and_decache'
/usr/bin/ld: ./xteddy.c:302: undefined reference to `XCreateBitmapFromData'
/usr/bin/ld: ./xteddy.c:308: undefined reference to `XCreatePixmapCursor'
/usr/bin/ld: ./xteddy.c:309: undefined reference to `XFreePixmap'
/usr/bin/ld: ./xteddy.c:316: undefined reference to `XChangeWindowAttributes'
/usr/bin/ld: ./xteddy.c:324: undefined reference to `XStringListToTextProperty'
/usr/bin/ld: ./xteddy.c:340: undefined reference to `XSetWMProperties'
/usr/bin/ld: ./xteddy.c:349: undefined reference to `XSelectInput'
/usr/bin/ld: ./xteddy.c:352: undefined reference to `XMapWindow'
/usr/bin/ld: ./xteddy.c:357: undefined reference to `XNextEvent'
/usr/bin/ld: ./xteddy.c:395: undefined reference to `XCheckMaskEvent'
/usr/bin/ld: ./xteddy.c:396: undefined reference to `XQueryPointer'
/usr/bin/ld: ./xteddy.c:401: undefined reference to `XReconfigureWMWindow'
/usr/bin/ld: ./xteddy.c:413: undefined reference to `XLookupString'
/usr/bin/ld: ./xteddy.c:419: undefined reference to `XCloseDisplay'
/usr/bin/ld: ./xteddy.c:386: undefined reference to `XQueryPointer'
/usr/bin/ld: ./xteddy.c:390: undefined reference to `XReconfigureWMWindow'
/usr/bin/ld: ./xteddy.c:379: undefined reference to `XRaiseWindow'
/usr/bin/ld: ./xteddy.c:381: undefined reference to `XQueryPointer'
/usr/bin/ld: ./xteddy.c:409: undefined reference to `XRaiseWindow'
/usr/bin/ld: ./xteddy.c:375: undefined reference to `XUngrabKeyboard'
/usr/bin/ld: ./xteddy.c:370: undefined reference to `XGrabKeyboard'
/usr/bin/ld: ./xteddy.c:312: undefined reference to `XCreateFontCursor'
/usr/bin/ld: ./xteddy.c:236: undefined reference to `XDisplayName'
collect2: error: ld returned 1 exit status
make[2]: *** [Makefile:447: xteddy] Error 1
make[2]: Leaving directory '/<<PKGBUILDDIR>>'
make[1]: *** [Makefile:562: all-recursive] Error 1
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
dh_auto_build: make -j4 returned exit code 2
make: *** [debian/rules:8: build-arch] Error 2
dpkg-buildpackage: error: debian/rules build-arch subprocess returned exit 
status 2

--- End Message ---
--- Begin Message ---
Source: xteddy
Source-Version: 2.2-4

We believe that the bug you reported is fixed in the latest version of
xteddy, 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.
Markus Koschany <[email protected]> (supplier of updated xteddy 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: Mon, 22 Jul 2019 03:16:58 +0200
Source: xteddy
Architecture: source
Version: 2.2-4
Distribution: unstable
Urgency: medium
Maintainer: Debian Games Team <[email protected]>
Changed-By: Markus Koschany <[email protected]>
Closes: 641275 925866
Changes:
 xteddy (2.2-4) unstable; urgency=medium
 .
   * Team upload.
   * Declare compliance with Debian Policy 4.4.0.
   * Switch to debhelper-compat = 12.
   * Remove obsolete menu file.
   * Add xteddy_bug_925866.patch and fix FTBFS with GCC-9.
     Thanks to Matthias Klose for the patch. (Closes: #925866, #641275)
Checksums-Sha1:
 6fc1e70852955f2f1bafb7e11fa1bdb0879e4e0d 2044 xteddy_2.2-4.dsc
 0090ddb58e200c00f92fe296955b56c613b7a77d 5348 xteddy_2.2-4.debian.tar.xz
 9ac30c5cfc63cd953bb8229ee0036ae1f997e437 7143 xteddy_2.2-4_amd64.buildinfo
Checksums-Sha256:
 973c16a65475669240ed45c0b1a86e63b298b88c24142ce78cccb7f2735ab3a1 2044 
xteddy_2.2-4.dsc
 c8d74a3ad66d61a9383b91a8d24f568904616fc1b6c7daff1f9ed588ed58522d 5348 
xteddy_2.2-4.debian.tar.xz
 700d3086e31bbc89b70281a52e45b848e31675d99499b164d4e365db4d85ffad 7143 
xteddy_2.2-4_amd64.buildinfo
Files:
 b070007ea68e78ab5ebec898393c1ecd 2044 games optional xteddy_2.2-4.dsc
 3d56a2599eb3a0e6e7850036fe731748 5348 games optional xteddy_2.2-4.debian.tar.xz
 c1d6c5062b6972a8f264fb83d364cbb3 7143 games optional 
xteddy_2.2-4_amd64.buildinfo

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

iQKjBAEBCgCNFiEErPPQiO8y7e9qGoNf2a0UuVE7UeQFAl01EvJfFIAAAAAALgAo
aXNzdWVyLWZwckBub3RhdGlvbnMub3BlbnBncC5maWZ0aGhvcnNlbWFuLm5ldEFD
RjNEMDg4RUYzMkVERUY2QTFBODM1RkQ5QUQxNEI5NTEzQjUxRTQPHGFwb0BkZWJp
YW4ub3JnAAoJENmtFLlRO1HkSO8QAMlW5GCZaw42JjZzexhy/HGIRNkBIRytecUt
i7nM/7MPeRBMeHKL9nJWm25jCDCHnsr9HmI/534dYAc7yf8OvNOpyXTMehDXX1XY
1G9uU9JS5MZBUiaBjnuRAR29853fBd/l+hd/YXX3i3Yw8Q8r24OznVFbFpVw4iBH
45rEZStQKOq9qs4a05Li6pSnw4zShzgTb6TOd/3LJvRWu/+ZeZQD7Dnve/8wAFgP
jvP9zT/rdmyXhXv2aSrtD5dfKi0AL0nx0k0DAD/hjYrXwLrZKuxwoMVJA27DS0Z9
aU1GE6jpimHHyI8EElqLHYgL9Ea4ROc07Q2pbD/HCIw9Tzb9+Arb7HttocGTiIN2
jPWrHatyO0FdyQQSHj/1oSCzx8It0o/uSYQRqy8hmL55JD2IAF7a4kGyQtHhXA38
jmdjB5f7EeHaCx1QUigCdB3/AxfmMO28+hIO6mgT+Q1b9C0rzjlUgElBscQbnL0P
3KELk4mjI9A/xKNBeBbMtJUOdXrBkwXOwTxxOYyrG+kUjNG0pSq9xkjlRk1jOrjq
taN8ut9pnaCGbH6ktg/tV1fKIOx7c5Y3a7li6yiGSMs09N4CvvSECnnyqrpLQWOn
juNDzNZmIEeAklc4Aw3VXc/Zmby6v9M+G3/M0On6IeZl4TL3H+vEbvBeFZEpvN27
HHrQ40yc
=nkI+
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to