Your message dated Sat, 25 Jul 2020 12:38:18 -0400
with message-id <04ac7bc22389571f35a36930c397730a1b06057b.ca...@debian.org>
and subject line Re: pcc: ftbfs with GCC-10
has caused the Debian Bug report #957667,
regarding pcc: 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.)


-- 
957667: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=957667
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: src:pcc
Version: 1.2.0~DEVEL+20181216-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/pcc_1.2.0~DEVEL+20181216-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

[...]
./trees.c: In function ‘buildtree’:
./trees.c:174:26: warning: format ‘%p’ expects argument of type ‘void *’, but 
argument 3 has type ‘P1ND *’ {aka ‘struct p1node *’} [-Wformat=]
  174 |   printf("buildtree(%s, %p, %p)\n", copst(o), l, r);
      |                         ~^                    ~
      |                          |                    |
      |                          void *               P1ND * {aka struct p1node 
*}
./trees.c:174:30: warning: format ‘%p’ expects argument of type ‘void *’, but 
argument 4 has type ‘P1ND *’ {aka ‘struct p1node *’} [-Wformat=]
  174 |   printf("buildtree(%s, %p, %p)\n", copst(o), l, r);
      |                             ~^                   ~
      |                              |                   |
      |                              void *              P1ND * {aka struct 
p1node *}
./trees.c: In function ‘tymatch’:
./trees.c:1638:20: warning: format ‘%p’ expects argument of type ‘void *’, but 
argument 2 has type ‘P1ND *’ {aka ‘struct p1node *’} [-Wformat=]
 1638 |   printf("tymatch(%p): ", p);
      |                   ~^      ~
      |                    |      |
      |                    void * P1ND * {aka struct p1node *}
./trees.c: In function ‘eprint’:
./trees.c:1985:11: warning: format ‘%p’ expects argument of type ‘void *’, but 
argument 2 has type ‘P1ND *’ {aka ‘struct p1node *’} [-Wformat=]
 1985 |  printf("%p) %s, ", p, copst(p->n_op));
      |          ~^         ~
      |           |         |
      |           void *    P1ND * {aka struct p1node *}
./trees.c:1991:15: warning: format ‘%p’ expects argument of type ‘void *’, but 
argument 2 has type ‘struct symtab *’ [-Wformat=]
 1991 |    printf(", %p, ", p->n_sp);
      |              ~^
      |               |
      |               void *
./trees.c:2000:14: warning: format ‘%p’ expects argument of type ‘void *’, but 
argument 2 has type ‘union dimfun *’ [-Wformat=]
 2000 |  printf( ", %p, ", p->n_df);
      |             ~^
      |              |
      |              void *
./trees.c: In function ‘p1nfree’:
./trees.c:3416:27: warning: format ‘%p’ expects argument of type ‘void *’, but 
argument 2 has type ‘P1ND *’ {aka ‘struct p1node *’} [-Wformat=]
 3416 |   printf("freeing p1node %p\n", p);
      |                          ~^     ~
      |                           |     |
      |                           |     P1ND * {aka struct p1node *}
      |                           void *
./trees.c: In function ‘p1alloc’:
./trees.c:3437:26: warning: format ‘%p’ expects argument of type ‘void *’, but 
argument 2 has type ‘P1ND *’ {aka ‘struct p1node *’} [-Wformat=]
 3437 |    printf("alloc p1node %p from freelist\n", p);
      |                         ~^                   ~
      |                          |                   |
      |                          void *              P1ND * {aka struct p1node 
*}
./trees.c:3444:25: warning: format ‘%p’ expects argument of type ‘void *’, but 
argument 2 has type ‘P1ND *’ {aka ‘struct p1node *’} [-Wformat=]
 3444 |   printf("alloc p1node %p from memory\n", p);
      |                        ~^                 ~
      |                         |                 |
      |                         void *            P1ND * {aka struct p1node *}
gcc  -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong 
-Wformat -Werror=format-security -Wall -pedantic  -Wall -Wmissing-prototypes 
-Wshadow -Wsign-compare -Wdate-time -D_FORTIFY_SOURCE=2  -D_BSD_SOURCE 
-DGCC_COMPAT -DPCC_DEBUG -D_ISOC99_SOURCE -Dos_linux -Dmach_amd64 -I. -I. 
-I../.. -I../../mip -I../../arch/amd64 -I../../os/linux -I../../common -c -o 
unicode.o ../../common/unicode.c
In file included from /usr/include/x86_64-linux-gnu/bits/libc-header-start.h:33,
                 from /usr/include/stdio.h:27,
                 from ../../common/unicode.c:31:
/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"
      |   ^~~~~~~
gcc -Wl,-z,relro -Wl,-z,now -Wl,--as-needed builtins.o cgram.o code.o common.o 
compat.o dwarf.o external.o gcc_compat.o init.o inline.o local.o local2.o 
main.o strtodg.o match.o optim.o optim2.o order.o pftn.o reader.o softfloat.o 
regs.o scan.o stabs.o symtabs.o table.o trees.o unicode.o -o 
x86_64-linux-gnu-ccom 
/usr/bin/ld: scan.o:(.bss+0x18): multiple definition of `lineno'; 
common.o:(.bss+0x320): first defined here
collect2: error: ld returned 1 exit status
make[3]: *** [Makefile:206: x86_64-linux-gnu-ccom] Error 1
make[3]: Leaving directory '/<<PKGBUILDDIR>>/cc/ccom'
make[2]: *** [Makefile:12: all] Error 2
make[2]: Leaving directory '/<<PKGBUILDDIR>>/cc'
make[1]: *** [Makefile:12: all] Error 2
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
dh_auto_build: error: make -j4 returned exit code 2
make: *** [debian/rules:12: build] Error 25
dpkg-buildpackage: error: debian/rules build subprocess returned exit status 2

--- End Message ---
--- Begin Message ---
Version: 1.2.0~DEVEL+20200630-1

The package was build successfully on buildd with GCC 10.

-- 
Regards,
Boyuan Yang

Attachment: signature.asc
Description: This is a digitally signed message part


--- End Message ---

Reply via email to