Your message dated Thu, 06 Aug 2020 17:31:13 +0000
with message-id <e1k3jjv-000bet...@fasolo.debian.org>
and subject line Bug#966658: Removed package(s) from unstable
has caused the Debian Bug report #956975,
regarding acfax: 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.)


-- 
956975: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=956975
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: src:acfax
Version: 981011-17
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/acfax_981011-17_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

[...]
FChooser.c: In function ‘ChildrenUpdate’:
FChooser.c:502:34: warning: unused variable ‘child_idea’ [-Wunused-variable]
  502 |     XtWidgetGeometry parent_idea,child_idea;
      |                                  ^~~~~~~~~~
FChooser.c:502:22: warning: unused variable ‘parent_idea’ [-Wunused-variable]
  502 |     XtWidgetGeometry parent_idea,child_idea;
      |                      ^~~~~~~~~~~
FChooser.c: In function ‘DirectoryCallback’:
FChooser.c:596:17: warning: cast from pointer to integer of different size 
[-Wpointer-to-int-cast]
  596 |     int index = (int)client_data;
      |                 ^
FChooser.c: In function ‘UpdateLists’:
FChooser.c:855:62: warning: cast to pointer from integer of different size 
[-Wint-to-pointer-cast]
  855 |         
XtAddCallback(menuItem,XtNcallback,DirectoryCallback,(XtPointer)i);
      |                                                              ^
gcc -g -O2 -fno-strict-aliasing    -I.     -Dlinux -D__amd64__ 
-D_POSIX_C_SOURCE=199309L                                -D_POSIX_SOURCE 
-D_XOPEN_SOURCE                                 -D_BSD_SOURCE -D_SVID_SOURCE    
                             -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64         
                                                          -DFUNCPROTO=15 
-DNARROWPROTO   -DSBL_16 -DDSP_SELECT -O2 -Wall    -c -o Directory.o Directory.c
In file included from /usr/include/x86_64-linux-gnu/bits/libc-header-start.h:33,
                 from /usr/include/stdio.h:27,
                 from Directory.h:29,
                 from Directory.c:26:
/usr/include/features.h:185:3: warning: #warning "_BSD_SOURCE and _SVID_SOURCE 
are deprecated, use _DEFAULT_SOURCE" [-Wcpp]
  185 | # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use 
_DEFAULT_SOURCE"
      |   ^~~~~~~
Directory.c: In function ‘DirEntryDump’:
Directory.c:209:27: warning: format ‘%d’ expects argument of type ‘int’, but 
argument 4 has type ‘long int’ [-Wformat=]
  209 |  fprintf(fp,"%20s, Size %7d, Prot %3o\n",
      |                         ~~^
      |                           |
      |                           int
      |                         %7ld
gcc -g -O2 -fno-strict-aliasing    -I.     -Dlinux -D__amd64__ 
-D_POSIX_C_SOURCE=199309L                                -D_POSIX_SOURCE 
-D_XOPEN_SOURCE                                 -D_BSD_SOURCE -D_SVID_SOURCE    
                             -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64         
                                                          -DFUNCPROTO=15 
-DNARROWPROTO   -DSBL_16 -DDSP_SELECT -O2 -Wall    -c -o DirMgr.o DirMgr.c
In file included from /usr/include/x86_64-linux-gnu/bits/libc-header-start.h:33,
                 from /usr/include/stdlib.h:25,
                 from DirMgr.c:25:
/usr/include/features.h:185:3: warning: #warning "_BSD_SOURCE and _SVID_SOURCE 
are deprecated, use _DEFAULT_SOURCE" [-Wcpp]
  185 | # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use 
_DEFAULT_SOURCE"
      |   ^~~~~~~
DirMgr.c: In function ‘DirectoryMgrOpen’:
DirMgr.c:132:54: warning: format ‘%s’ expects argument of type ‘char *’, but 
argument 3 has type ‘DIRECTORY *’ [-Wformat=]
  132 |   fprintf(stderr,"DirectoryMgrOpen: can't open dir '%s'\n",
      |                                                     ~^
      |                                                      |
      |                                                      char *
DirMgr.c: In function ‘DirectoryMgrRefilter’:
DirMgr.c:172:1: warning: control reaches end of non-void function 
[-Wreturn-type]
  172 | } /* End DirectoryMgrRefilter */
      | ^
DirMgr.c: In function ‘DirectoryMgrRefresh’:
DirMgr.c:237:29: warning: ‘dm_ptrs’ may be used uninitialized in this function 
[-Wmaybe-uninitialized]
  237 |  DirectoryMgrSortedPtrs(dm) = dm_ptrs;
DirMgr.c:236:23: warning: ‘dm_data’ may be used uninitialized in this function 
[-Wmaybe-uninitialized]
  236 |  DirectoryMgrData(dm) = dm_data;
gcc -g -O2 -fno-strict-aliasing    -I.     -Dlinux -D__amd64__ 
-D_POSIX_C_SOURCE=199309L                                -D_POSIX_SOURCE 
-D_XOPEN_SOURCE                                 -D_BSD_SOURCE -D_SVID_SOURCE    
                             -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64         
                                                          -DFUNCPROTO=15 
-DNARROWPROTO   -DSBL_16 -DDSP_SELECT -O2 -Wall    -c -o RegExp.o RegExp.c
In file included from /usr/include/x86_64-linux-gnu/bits/libc-header-start.h:33,
                 from /usr/include/stdio.h:27,
                 from RegExp.h:28,
                 from RegExp.c:25:
/usr/include/features.h:185:3: warning: #warning "_BSD_SOURCE and _SVID_SOURCE 
are deprecated, use _DEFAULT_SOURCE" [-Wcpp]
  185 | # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use 
_DEFAULT_SOURCE"
      |   ^~~~~~~
rm -f acfax
gcc -o acfax -g -O2 -fno-strict-aliasing       acfax.o Canvas.o mod_demod.o 
sblaster.o fax_funcs.o              x_image.o widgets.o             FChooser.o 
Directory.o DirMgr.o RegExp.o -lXaw -lXt -lX11 -lm      
/usr/bin/ld: fax_funcs.o:/<<PKGBUILDDIR>>/fax_funcs.c:99: multiple definition 
of `mainapp'; acfax.o:(.bss+0x10): first defined here
/usr/bin/ld: x_image.o:/<<PKGBUILDDIR>>/x_image.c:37: multiple definition of 
`dpy'; acfax.o:(.bss+0x80): first defined here
/usr/bin/ld: widgets.o:/<<PKGBUILDDIR>>/widgets.c:104: multiple definition of 
`txt_trans'; acfax.o:/<<PKGBUILDDIR>>/acfax.c:253: first defined here
collect2: error: ld returned 1 exit status
make[1]: *** [Makefile:1095: acfax] Error 1
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 ---
Version: 981011-17+rm

Dear submitter,

as the package acfax has just been removed from the Debian archive
unstable we hereby close the associated bug reports.  We are sorry
that we couldn't deal with your issue properly.

For details on the removal, please see https://bugs.debian.org/966658

The version of this package that was in Debian prior to this removal
can still be found using http://snapshot.debian.org/.

Please note that the changes have been done on the master archive and
will not propagate to any mirrors until the next dinstall run at the
earliest.

This message was generated automatically; if you believe that there is
a problem with it please contact the archive administrators by mailing
ftpmas...@ftp-master.debian.org.

Debian distribution maintenance software
pp.
Sean Whitton (the ftpmaster behind the curtain)

--- End Message ---

Reply via email to