Your message dated Tue, 18 Feb 2020 03:19:19 +0000
with message-id <e1j3tpr-000c8n...@fasolo.debian.org>
and subject line Bug#925625: fixed in abr2gbr 1:1.0.2-2.1
has caused the Debian Bug report #925625,
regarding abr2gbr: 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 ow...@bugs.debian.org
immediately.)


-- 
925625: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=925625
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: src:abr2gbr
Version: 1:1.0.2-2
Severity: normal
Tags: sid bullseye
User: debian-...@lists.debian.org
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/abr2gbr_1.0.2-2_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.

[...]
rmdir .obj
rmdir: failed to remove '.obj': No such file or directory
make[1]: [Makefile:62: clean] Error 1 (ignored)
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
dh_clean 
dh_clean: Compatibility levels before 9 are deprecated (level 7 in use)
dpkg-buildpackage: warning: debian/rules must be updated to support the 
'build-arch' and 'build-indep' targets (at least 'build-arch' seems to be 
missing)
 debian/rules build
dh_testdir
touch configure-stamp
dh_testdir
/usr/bin/make CCFLAGS="-Wall -g -O2"
make[1]: Entering directory '/<<PKGBUILDDIR>>'
if [ ! -d .obj ]; then mkdir .obj; fi
gcc -o .obj/abr2gbr.o -Wall -g -O2 -I/usr/include/glib-2.0 
-I/usr/lib/x86_64-linux-gnu/glib-2.0/include -c abr2gbr.c
abr2gbr.c: In function 'gbr_brush_save':
abr2gbr.c:305:22: warning: format '%d' expects argument of type 'int', but 
argument 3 has type 'long unsigned int' [-Wformat=]
  305 |  g_print(" | >> %s (%d bytes)\n", brush->name,
      |                     ~^
      |                      |
      |                      int
      |                     %ld
  306 |   brush->size + sizeof(GbrBrushHeader) + strlen(brush->description) + 
1);
      |   ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      |                                                                     |
      |                                                                     
long unsigned int
gcc -o .obj/abr2gbr -Wall -g -O2 -I/usr/include/glib-2.0 
-I/usr/lib/x86_64-linux-gnu/glib-2.0/include  -lglib-2.0 .obj/abr2gbr.o
/usr/bin/ld: .obj/abr2gbr.o: in function `abr_read_char':
/<<PKGBUILDDIR>>/abr2gbr.c:95: undefined reference to `g_return_if_fail_warning'
/usr/bin/ld: .obj/abr2gbr.o: in function `abr_read_short':
/<<PKGBUILDDIR>>/abr2gbr.c:105: undefined reference to 
`g_return_if_fail_warning'
/usr/bin/ld: .obj/abr2gbr.o: in function `abr_read_long':
/<<PKGBUILDDIR>>/abr2gbr.c:117: undefined reference to 
`g_return_if_fail_warning'
/usr/bin/ld: .obj/abr2gbr.o: in function `abr_brush_load':
/<<PKGBUILDDIR>>/abr2gbr.c:134: undefined reference to `g_print'
/usr/bin/ld: /<<PKGBUILDDIR>>/abr2gbr.c:231: undefined reference to `g_print'
/usr/bin/ld: /<<PKGBUILDDIR>>/abr2gbr.c:172: undefined reference to `g_malloc0'
/usr/bin/ld: /<<PKGBUILDDIR>>/abr2gbr.c:179: undefined reference to `g_malloc0'
/usr/bin/ld: /<<PKGBUILDDIR>>/abr2gbr.c:187: undefined reference to `g_print'
/usr/bin/ld: /<<PKGBUILDDIR>>/abr2gbr.c:200: undefined reference to 
`g_malloc0_n'
/usr/bin/ld: /<<PKGBUILDDIR>>/abr2gbr.c:225: undefined reference to `g_free'
/usr/bin/ld: /<<PKGBUILDDIR>>/abr2gbr.c:130: undefined reference to 
`g_return_if_fail_warning'
/usr/bin/ld: /<<PKGBUILDDIR>>/abr2gbr.c:187: undefined reference to `g_print'
/usr/bin/ld: /<<PKGBUILDDIR>>/abr2gbr.c:170: undefined reference to `g_print'
/usr/bin/ld: .obj/abr2gbr.o: in function `gbr_brush_free':
/<<PKGBUILDDIR>>/abr2gbr.c:241: undefined reference to `g_free'
/usr/bin/ld: /<<PKGBUILDDIR>>/abr2gbr.c:242: undefined reference to `g_free'
/usr/bin/ld: /<<PKGBUILDDIR>>/abr2gbr.c:243: undefined reference to `g_free'
/usr/bin/ld: .obj/abr2gbr.o: in function `gbr_brush_save':
/<<PKGBUILDDIR>>/abr2gbr.c:290: undefined reference to `g_strndup'
/usr/bin/ld: /<<PKGBUILDDIR>>/abr2gbr.c:293: undefined reference to 
`g_strdup_printf'
/usr/bin/ld: /<<PKGBUILDDIR>>/abr2gbr.c:294: undefined reference to 
`g_strdup_printf'
/usr/bin/ld: /<<PKGBUILDDIR>>/abr2gbr.c:295: undefined reference to `g_free'
/usr/bin/ld: /<<PKGBUILDDIR>>/abr2gbr.c:305: undefined reference to `g_print'
/usr/bin/ld: .obj/abr2gbr.o: in function `abr_load':
/<<PKGBUILDDIR>>/abr2gbr.c:263: undefined reference to `g_print'
/usr/bin/ld: /<<PKGBUILDDIR>>/abr2gbr.c:272: undefined reference to `g_print'
/usr/bin/ld: /<<PKGBUILDDIR>>/abr2gbr.c:267: undefined reference to `g_print'
/usr/bin/ld: .obj/abr2gbr.o: in function `gbr_brush_free':
/<<PKGBUILDDIR>>/abr2gbr.c:244: undefined reference to `g_free'
/usr/bin/ld: .obj/abr2gbr.o: in function `abr_load':
/<<PKGBUILDDIR>>/abr2gbr.c:256: undefined reference to `g_print'
/usr/bin/ld: .obj/abr2gbr.o: in function `main':
/<<PKGBUILDDIR>>/abr2gbr.c:323: undefined reference to `g_print'
/usr/bin/ld: /<<PKGBUILDDIR>>/abr2gbr.c:317: undefined reference to `g_print'
collect2: error: ld returned 1 exit status
make[1]: *** [Makefile:47: .obj/abr2gbr] Error 1
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
make: *** [debian/rules:23: build-stamp] Error 2
dpkg-buildpackage: error: debian/rules build subprocess returned exit status 2

--- End Message ---
--- Begin Message ---
Source: abr2gbr
Source-Version: 1:1.0.2-2.1
Done: Sudip Mukherjee <sudipm.mukher...@gmail.com>

We believe that the bug you reported is fixed in the latest version of
abr2gbr, 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 925...@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 abr2gbr 
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: Mon, 17 Feb 2020 21:29:46 +0000
Source: abr2gbr
Architecture: source
Version: 1:1.0.2-2.1
Distribution: unstable
Urgency: medium
Maintainer: alice ferrazzi (aliceinwire) <aliceinw...@gnumerica.org>
Changed-By: Sudip Mukherjee <sudipm.mukher...@gmail.com>
Closes: 925625
Changes:
 abr2gbr (1:1.0.2-2.1) unstable; urgency=medium
 .
   * Non-maintainer upload.
   * Fix ftbfs. (Closes: #925625)
     - Thanks to Reiner Herrmann.
Checksums-Sha1:
 3408bb299aa03532a88140cf7299316a76ba6019 1748 abr2gbr_1.0.2-2.1.dsc
 81aa3dc695eb0832f7d98b9c35df0d467c52ee77 3280 abr2gbr_1.0.2-2.1.debian.tar.xz
 7f283ddddc00e28b9476bae8e5eff00f9cbc4f9d 6398 
abr2gbr_1.0.2-2.1_source.buildinfo
Checksums-Sha256:
 9f142c873c1e307fe4159d138935ee0814f9ec0612588f92bd699b72f24cdea2 1748 
abr2gbr_1.0.2-2.1.dsc
 d09b68859f923b23a32e66b6b1cbe802204301637f435763809c2c499a501ab4 3280 
abr2gbr_1.0.2-2.1.debian.tar.xz
 6affba88d3a74c532fd0e38b8f853182a3a58612c98f337b8d68c131fe74c84c 6398 
abr2gbr_1.0.2-2.1_source.buildinfo
Files:
 0272a8b9f96f8b21dbcd3ff2d865a072 1748 x11 extra abr2gbr_1.0.2-2.1.dsc
 0e68905f694eb4cba3890d58fc185112 3280 x11 extra abr2gbr_1.0.2-2.1.debian.tar.xz
 75b0e57c33bf1f9dede7fabea035289e 6398 x11 extra 
abr2gbr_1.0.2-2.1_source.buildinfo

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

iQIzBAEBCgAdFiEEkjZVexcMh/iCHArDweDZLphvfH4FAl5LU0gACgkQweDZLphv
fH5huxAAmnGQbtMAWuYJjr6u44RHRbM21gA0TY2+/LvrS40nYy1MWWvVkiRKVgtm
XZj4lD4KojOcH6ITKNfO3CHckty/wfrUywEx0qguF8Klph/EZ0J90wTmE+P8mlFH
iL98kD8p3vlnTj7D4PRDUqFYsljuQEPvY8dn8D4R2RG2qV3f0zYGHgN66zyFCzVH
q3tXaTgp4vY7r4iD8MB0KGMN9RyaYNCY9K9x6r9MbECJYXL30B3SE0s9Kin9awyQ
JnNiA72kTfOgSRx8kUrX4JSKq8OiLnPp+lZ8P48WC4NSsFFiM4shl3j+hIPhjbvt
taEbqw576Jofm3fbIAYs7Ters/FuKliQ9HBcoxRRJ7/SkgBMky2xBh0tIW3aCBb8
mU9LBVhdk4potiKXZfZslP4laCRMkEHsxj20G6bHFpzVLLu6NIEnwrXGbtJUsBWm
D4d/BMxChVx59DAI/o4lLFpPfFWlhzmQJcgAm5BjSi9noSzN+fKmLNpwAgEFTJCf
VWhIVOOBqK7QWO2Jrj7L6ySpnPK7lLMhZazrZhuPxSeoeUD4fE0hoWLyOtfm9PaZ
wJ+wonz5NnX/qiGsDinqPXn15niQjmvKZRRyp0xMvVNeUqrqMDBvsKWFLs3mUp/M
c1TMTDfvlCaWkmna1BEM5OMnQkBrCuZUaAlGjIHnVtUbNYvcRc4=
=4+1y
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to