Your message dated Sat, 25 Apr 2020 17:03:58 +0000
with message-id <e1jsode-0008is...@fasolo.debian.org>
and subject line Bug#957011: fixed in asclock 2.0.12-30
has caused the Debian Bug report #957011,
regarding asclock: 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.)


-- 
957011: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=957011
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: src:asclock
Version: 2.0.12-29
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/asclock_2.0.12-29_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

[...]
  578 |   int thismonth, thisweekday, thisdate;
      |                  ^~~~~~~~~~~
asclock.c:578:7: warning: unused variable ‘thismonth’ [-Wunused-variable]
  578 |   int thismonth, thisweekday, thisdate;
      |       ^~~~~~~~~
parser.c: In function ‘read_token’:
parser.c:3:17: warning: ignoring return value of ‘fread’ declared with 
attribute ‘warn_unused_result’ [-Wunused-result]
    3 | #define GETNEXT fread(&next, 1, sizeof(char), file); if(feof(file)) 
return FALSE
      |                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
parser.c:60:5: note: in expansion of macro ‘GETNEXT’
   60 |     GETNEXT;
      |     ^~~~~~~
parser.c:3:17: warning: ignoring return value of ‘fread’ declared with 
attribute ‘warn_unused_result’ [-Wunused-result]
    3 | #define GETNEXT fread(&next, 1, sizeof(char), file); if(feof(file)) 
return FALSE
      |                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
parser.c:65:7: note: in expansion of macro ‘GETNEXT’
   65 |       GETNEXT;
      |       ^~~~~~~
parser.c: In function ‘read_assign’:
parser.c:3:17: warning: ignoring return value of ‘fread’ declared with 
attribute ‘warn_unused_result’ [-Wunused-result]
    3 | #define GETNEXT fread(&next, 1, sizeof(char), file); if(feof(file)) 
return FALSE
      |                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
parser.c:79:5: note: in expansion of macro ‘GETNEXT’
   79 |     GETNEXT;
      |     ^~~~~~~
parser.c:3:17: warning: ignoring return value of ‘fread’ declared with 
attribute ‘warn_unused_result’ [-Wunused-result]
    3 | #define GETNEXT fread(&next, 1, sizeof(char), file); if(feof(file)) 
return FALSE
      |                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
parser.c:81:3: note: in expansion of macro ‘GETNEXT’
   81 |   GETNEXT;
      |   ^~~~~~~
asclock.c: In function ‘main’:
asclock.c:249:8: warning: ignoring return value of ‘system’ declared with 
attribute ‘warn_unused_result’ [-Wunused-result]
  249 |        system(exec_str);
      |        ^~~~~~~~~~~~~~~~
parser.c: In function ‘read_int’:
parser.c:3:17: warning: ignoring return value of ‘fread’ declared with 
attribute ‘warn_unused_result’ [-Wunused-result]
    3 | #define GETNEXT fread(&next, 1, sizeof(char), file); if(feof(file)) 
return FALSE
      |                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
parser.c:92:5: note: in expansion of macro ‘GETNEXT’
   92 |     GETNEXT;
      |     ^~~~~~~
parser.c:3:17: warning: ignoring return value of ‘fread’ declared with 
attribute ‘warn_unused_result’ [-Wunused-result]
    3 | #define GETNEXT fread(&next, 1, sizeof(char), file); if(feof(file)) 
return FALSE
      |                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
parser.c:97:5: note: in expansion of macro ‘GETNEXT’
   97 |     GETNEXT;
      |     ^~~~~~~
parser.c: In function ‘read_semicolon’:
parser.c:3:17: warning: ignoring return value of ‘fread’ declared with 
attribute ‘warn_unused_result’ [-Wunused-result]
    3 | #define GETNEXT fread(&next, 1, sizeof(char), file); if(feof(file)) 
return FALSE
      |                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
parser.c:113:5: note: in expansion of macro ‘GETNEXT’
  113 |     GETNEXT;
      |     ^~~~~~~
parser.c:3:17: warning: ignoring return value of ‘fread’ declared with 
attribute ‘warn_unused_result’ [-Wunused-result]
    3 | #define GETNEXT fread(&next, 1, sizeof(char), file); if(feof(file)) 
return FALSE
      |                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
parser.c:115:3: note: in expansion of macro ‘GETNEXT’
  115 |   GETNEXT;
      |   ^~~~~~~
rm -f asclock
gcc -g -o asclock -g -O2 -fno-strict-aliasing   -Wl,-z,relro -Wl,-z,now    
asclock.o parser.o symbols.o config.o -L/usr/lib/X11 -lXpm -lXext -lX11      
/usr/bin/ld: symbols.o:(.bss+0xf8): multiple definition of `itdocks'; 
asclock.o:(.bss+0x1c10): first defined here
collect2: error: ld returned 1 exit status
make[1]: *** [Makefile:1060: asclock] Error 1
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
dh_auto_build: error: make -j4 "CFLAGS=-g -O2 
-fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat 
-Werror=format-security -Wall" "CPPFLAGS=-Wdate-time -D_FORTIFY_SOURCE=2" 
"CXXFLAGS=-g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong 
-Wformat -Werror=format-security" "FCFLAGS=-g -O2 
-fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong" "FFLAGS=-g -O2 
-fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong" "GCJFLAGS=-g 
-O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong" 
"LDFLAGS=-Wl,-z,relro -Wl,-z,now" "OBJCFLAGS=-g -O2 
-fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat 
-Werror=format-security" "OBJCXXFLAGS=-g -O2 
-fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat 
-Werror=format-security" "EXTRA_LDOPTIONS=-Wl,-z,relro -Wl,-z,now" returned 
exit code 2
make: *** [debian/rules:33: build-stamp] Error 25
dpkg-buildpackage: error: debian/rules build subprocess returned exit status 2

--- End Message ---
--- Begin Message ---
Source: asclock
Source-Version: 2.0.12-30
Done: Helge Kreutzmann <deb...@helgefjell.de>

We believe that the bug you reported is fixed in the latest version of
asclock, 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.
Helge Kreutzmann <deb...@helgefjell.de> (supplier of updated asclock 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: Sun, 19 Apr 2020 10:50:39 +0200
Source: asclock
Architecture: source
Version: 2.0.12-30
Distribution: experimental
Urgency: medium
Maintainer: Helge Kreutzmann <deb...@helgefjell.de>
Changed-By: Helge Kreutzmann <deb...@helgefjell.de>
Closes: 957011
Changes:
 asclock (2.0.12-30) experimental; urgency=medium
 .
   * Remove FTBFS with gcc-10. (Closes: #957011)
   * Build does not require root.
   * Update to standards version 4.1.4. with the previous change. The
     recommendation to use dh is noted.
Checksums-Sha1:
 6ba7301e930b2e55547485ae6ac2e9de65c6a1ec 1806 asclock_2.0.12-30.dsc
 ef9572420383cc3d48c647f00d2e39460c117fe9 36548 asclock_2.0.12-30.debian.tar.xz
 8991c2ac3bc10235cd4e1ac45bb02d03a2228c28 6422 asclock_2.0.12-30_amd64.buildinfo
Checksums-Sha256:
 9f7b07cc4f7908bb1abe6c042df51c6a212bfd4391432990ba442bfb4f7f562d 1806 
asclock_2.0.12-30.dsc
 c3aaf59eb7cccdc934c3dfae64821ca88734379f6f64e997b48fd0e8a21bc686 36548 
asclock_2.0.12-30.debian.tar.xz
 1a40095f77b694aca83e80e3eb9ba1de0d5992e0860131bdcdf8ba24f5c4feef 6422 
asclock_2.0.12-30_amd64.buildinfo
Files:
 db2ffd8ec99b27ff45dd8d873e9aece5 1806 x11 optional asclock_2.0.12-30.dsc
 d2915eca25678f4c38287dc6785da9e9 36548 x11 optional 
asclock_2.0.12-30.debian.tar.xz
 0f4f4c8bfab24b604b098a1341f77f37 6422 x11 optional 
asclock_2.0.12-30_amd64.buildinfo

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

iQIzBAEBCAAdFiEEbZZfteMW0gNUynuwQbqlJmgq5nAFAl6kZ70ACgkQQbqlJmgq
5nDEBg/8D6SzwMTtvzo1dPlJaMsLayskG8Tt5MJnJ0jk4WdUdV3xKVO13XmY1kfw
iQijyh2wLcZRDwqKDA0g0U7Othgo1NVAPQiMxnh3XJ7HTBVThnlxK1c4ZQLz657C
sZf5sVCK5A3ymeIOBotDjJw+ICvF2gq1sYmU4/lA0NR89OgEDZ2I1kf5E5WRmJ4w
UbkaXnZQwe6qh0vWRWn5mK1oMrtVR7+YzO2btknVeJdAhKKoOZ0ykO1yivRjPKk0
AeOcD40YEEimDMxqfeLTO2gyim7zCClvothzDSRtGWfXPk6lgVbT6Fh+oJtrXkst
qEwek8LKTqAsVZZkszrBsSexrZi5wOwHbQfk1pfCzX2sRC8E2Tb5saTy/+tg9VXh
CIdu94Qq8/4Tl200fXU+OTidXws5GMG5BIEHSOOo5OWqC5doe9y4UY/lDFPeMelq
h52F86mhq8oFMj0wjLnSv15SfpCCv063HQFwhmP1GvwXTnvgc5wpPdfUDrJ+6CH+
1r7Rl6mnr9ocWQf5FNHeWOwozRCrG1anws5lgHT1SeKlQrOHr1N8SAjgDdlbfP99
gsyh4Sah/L+I5YJlSZB1MmZJ69TYwFXvmQZIOHla/deeRp0QuQxtj+O5TtCKjQPK
1YlOMzf4jKkuPo+yuZOAzo63P3ruBeYWT1V9nWUHLGAZjupK/bM=
=4pYR
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to