Your message dated Fri, 24 Jul 2020 00:07:38 +0300 (+03)
with message-id <alpine.deb.2.21.2007232358450.15...@fear.dho>
and subject line 
has caused the Debian Bug report #956991,
regarding alttab: 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.)


-- 
956991: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=956991
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: src:alttab
Version: 1.3.0-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/alttab_1.3.0-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

[...]
make[1]: Entering directory '/<<PKGBUILDDIR>>'
make  all-recursive
make[2]: Entering directory '/<<PKGBUILDDIR>>'
Making all in src
make[3]: Entering directory '/<<PKGBUILDDIR>>/src'
gcc -DHAVE_CONFIG_H -I. -I..   -Wdate-time -D_FORTIFY_SOURCE=2  
-I/usr/include/uuid -I/usr/include/freetype2 -I/usr/include/libpng16   
-I/usr/include/libpng16  -Wall -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. 
-fstack-protector-strong -Wformat -Werror=format-security -c -o alttab.o 
alttab.c
gcc -DHAVE_CONFIG_H -I. -I..   -Wdate-time -D_FORTIFY_SOURCE=2  
-I/usr/include/uuid -I/usr/include/freetype2 -I/usr/include/libpng16   
-I/usr/include/libpng16  -Wall -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. 
-fstack-protector-strong -Wformat -Werror=format-security -c -o gui.o gui.c
gcc -DHAVE_CONFIG_H -I. -I..   -Wdate-time -D_FORTIFY_SOURCE=2  
-I/usr/include/uuid -I/usr/include/freetype2 -I/usr/include/libpng16   
-I/usr/include/libpng16  -Wall -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. 
-fstack-protector-strong -Wformat -Werror=format-security -c -o win.o win.c
gcc -DHAVE_CONFIG_H -I. -I..   -Wdate-time -D_FORTIFY_SOURCE=2  
-I/usr/include/uuid -I/usr/include/freetype2 -I/usr/include/libpng16   
-I/usr/include/libpng16  -Wall -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. 
-fstack-protector-strong -Wformat -Werror=format-security -c -o x.o x.c
gcc -DHAVE_CONFIG_H -I. -I..   -Wdate-time -D_FORTIFY_SOURCE=2  
-I/usr/include/uuid -I/usr/include/freetype2 -I/usr/include/libpng16   
-I/usr/include/libpng16  -Wall -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. 
-fstack-protector-strong -Wformat -Werror=format-security -c -o rp.o rp.c
In file included from /usr/include/string.h:495,
                 from /usr/include/freetype2/freetype/config/ftstdlib.h:78,
                 from /usr/include/freetype2/freetype/config/ftconfig.h:41,
                 from /usr/include/freetype2/freetype/freetype.h:33,
                 from /usr/include/X11/Xft/Xft.h:40,
                 from win.c:23:
In function ‘strncpy’,
    inlined from ‘addWindowInfo’ at win.c:301:4:
/usr/include/x86_64-linux-gnu/bits/string_fortified.h:106:10: warning: 
‘__builtin_strncpy’ specified bound 256 equals destination size 
[-Wstringop-truncation]
  106 |   return __builtin___strncpy_chk (__dest, __src, __len, __bos (__dest));
      |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In function ‘strncpy’,
    inlined from ‘addWindowInfo’ at win.c:292:3:
/usr/include/x86_64-linux-gnu/bits/string_fortified.h:106:10: warning: 
‘__builtin_strncpy’ specified bound 256 equals destination size 
[-Wstringop-truncation]
  106 |   return __builtin___strncpy_chk (__dest, __src, __len, __bos (__dest));
      |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
gcc -DHAVE_CONFIG_H -I. -I..   -Wdate-time -D_FORTIFY_SOURCE=2  
-I/usr/include/uuid -I/usr/include/freetype2 -I/usr/include/libpng16   
-I/usr/include/libpng16  -Wall -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. 
-fstack-protector-strong -Wformat -Werror=format-security -c -o util.o util.c
gcc -DHAVE_CONFIG_H -I. -I..   -Wdate-time -D_FORTIFY_SOURCE=2  
-I/usr/include/uuid -I/usr/include/freetype2 -I/usr/include/libpng16   
-I/usr/include/libpng16  -Wall -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. 
-fstack-protector-strong -Wformat -Werror=format-security -c -o ewmh.o ewmh.c
gcc -DHAVE_CONFIG_H -I. -I..   -Wdate-time -D_FORTIFY_SOURCE=2  
-I/usr/include/uuid -I/usr/include/freetype2 -I/usr/include/libpng16   
-I/usr/include/libpng16  -Wall -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. 
-fstack-protector-strong -Wformat -Werror=format-security -c -o icon.o icon.c
gcc -DHAVE_CONFIG_H -I. -I..   -Wdate-time -D_FORTIFY_SOURCE=2  
-I/usr/include/uuid -I/usr/include/freetype2 -I/usr/include/libpng16   
-I/usr/include/libpng16  -Wall -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. 
-fstack-protector-strong -Wformat -Werror=format-security -c -o pngd.o pngd.c
In file included from /usr/include/string.h:495,
                 from icon.c:22:
In function ‘strncpy’,
    inlined from ‘inspectIconFile’ at icon.c:246:4:
/usr/include/x86_64-linux-gnu/bits/string_fortified.h:106:10: warning: 
‘__builtin_strncpy’ specified bound 1024 equals destination size 
[-Wstringop-truncation]
  106 |   return __builtin___strncpy_chk (__dest, __src, __len, __bos (__dest));
      |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In function ‘strncpy’,
    inlined from ‘inspectIconFile’ at icon.c:236:3:
/usr/include/x86_64-linux-gnu/bits/string_fortified.h:106:10: warning: 
‘__builtin_strncpy’ specified bound 1024 equals destination size 
[-Wstringop-truncation]
  106 |   return __builtin___strncpy_chk (__dest, __src, __len, __bos (__dest));
      |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/include/x86_64-linux-gnu/bits/string_fortified.h:106:10: warning: 
‘__builtin_strncpy’ specified bound 1024 equals destination size 
[-Wstringop-truncation]
gcc -DHAVE_CONFIG_H -I. -I..   -Wdate-time -D_FORTIFY_SOURCE=2  
-I/usr/include/uuid -I/usr/include/freetype2 -I/usr/include/libpng16   
-I/usr/include/libpng16  -Wall -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. 
-fstack-protector-strong -Wformat -Werror=format-security -c -o randr.o randr.c
gcc -DHAVE_CONFIG_H -I. -I..   -Wdate-time -D_FORTIFY_SOURCE=2  
-I/usr/include/uuid -I/usr/include/freetype2 -I/usr/include/libpng16   
-I/usr/include/libpng16  -Wall -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. 
-fstack-protector-strong -Wformat -Werror=format-security -c -o autil.o autil.c
gcc  -I/usr/include/uuid -I/usr/include/freetype2 -I/usr/include/libpng16   
-I/usr/include/libpng16  -Wall -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. 
-fstack-protector-strong -Wformat -Werror=format-security  -Wl,-z,relro 
-Wl,-z,now -o alttab alttab.o gui.o win.o x.o rp.o util.o ewmh.o icon.o pngd.o 
randr.o autil.o  -lX11 -lXft -lXrender -lX11 -lXrandr -lpng16 -lz 
/usr/bin/ld: gui.o:./src/util.h:47: multiple definition of `ee_complain'; 
alttab.o:./src/util.h:47: first defined here
/usr/bin/ld: gui.o:./src/util.h:46: multiple definition of `ee_ignored'; 
alttab.o:./src/util.h:46: first defined here
/usr/bin/ld: win.o:./src/util.h:47: multiple definition of `ee_complain'; 
alttab.o:./src/util.h:47: first defined here
/usr/bin/ld: win.o:./src/util.h:46: multiple definition of `ee_ignored'; 
alttab.o:./src/util.h:46: first defined here
/usr/bin/ld: x.o:./src/util.h:47: multiple definition of `ee_complain'; 
alttab.o:./src/util.h:47: first defined here
/usr/bin/ld: x.o:./src/util.h:46: multiple definition of `ee_ignored'; 
alttab.o:./src/util.h:46: first defined here
/usr/bin/ld: rp.o:./src/util.h:47: multiple definition of `ee_complain'; 
alttab.o:./src/util.h:47: first defined here
/usr/bin/ld: rp.o:./src/util.h:46: multiple definition of `ee_ignored'; 
alttab.o:./src/util.h:46: first defined here
/usr/bin/ld: util.o:./src/util.h:47: multiple definition of `ee_complain'; 
alttab.o:./src/util.h:47: first defined here
/usr/bin/ld: util.o:./src/util.h:46: multiple definition of `ee_ignored'; 
alttab.o:./src/util.h:46: first defined here
/usr/bin/ld: ewmh.o:./src/util.h:47: multiple definition of `ee_complain'; 
alttab.o:./src/util.h:47: first defined here
/usr/bin/ld: ewmh.o:./src/util.h:46: multiple definition of `ee_ignored'; 
alttab.o:./src/util.h:46: first defined here
/usr/bin/ld: randr.o:./src/util.h:47: multiple definition of `ee_complain'; 
alttab.o:./src/util.h:47: first defined here
/usr/bin/ld: randr.o:./src/util.h:46: multiple definition of `ee_ignored'; 
alttab.o:./src/util.h:46: first defined here
collect2: error: ld returned 1 exit status
make[3]: *** [Makefile:351: alttab] Error 1
make[3]: Leaving directory '/<<PKGBUILDDIR>>/src'
make[2]: *** [Makefile:366: all-recursive] Error 1
make[2]: Leaving directory '/<<PKGBUILDDIR>>'
make[1]: *** [Makefile:307: all] Error 2
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
dh_auto_build: error: make -j4 returned exit code 2
make: *** [debian/rules:6: build] Error 25
dpkg-buildpackage: error: debian/rules build subprocess returned exit status 2

--- End Message ---
--- Begin Message ---
Package: alttab
Version: 1.5.0-1

Fixed by correct extern definitions.

--- End Message ---

Reply via email to