[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#957960: marked as done (wraplinux: ftbfs with GCC-10)



Your message dated Thu, 22 Oct 2020 16:49:59 +0000
with message-id <E1kVdmp-0000Z1-1k@fasolo.debian.org>
and subject line Bug#957960: fixed in wraplinux 1.7-10
has caused the Debian Bug report #957960,
regarding wraplinux: 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 owner@bugs.debian.org
immediately.)


-- 
957960: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=957960
Debian Bug Tracking System
Contact owner@bugs.debian.org with problems
--- Begin Message ---
Package: src:wraplinux
Version: 1.7-9
Severity: normal
Tags: sid bullseye
User: debian-gcc@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/wraplinux_1.7-9_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

[...]
checking for getopt_long... yes
checking for a sed that does not truncate output... /bin/sed
checking for ranlib... ranlib
checking for a BSD-compatible install... /usr/bin/install -c
checking for a thread-safe mkdir -p... /bin/mkdir -p
configure: creating ./config.status
config.status: creating MCONFIG
config.status: creating config.h
configure: WARNING: unrecognized options: --disable-silent-rules, --disable-maintainer-mode, --disable-dependency-tracking
   dh_auto_build
	make -j4
make[1]: Entering directory '/<<PKGBUILDDIR>>'
echo "#define WRAPLINUX_VERSION \"1.7\"" > version.h
gcc -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -W -Wpointer-arith -Wbad-function-cast -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Winline -Wshadow -Wcast-align -pipe -c -o linux.o linux.c
gcc -m32 -W -Wall -I. -g -Os -march=i386 -mregparm=3 -fPIE -ffreestanding -c -o reloc/reloc_linux.o reloc/reloc_linux.c
gcc -m32 -W -Wall -I. -g -Os -march=i386 -mregparm=3 -fPIE -ffreestanding -c -D__ASSEMBLY__ -o reloc/a20.o reloc/a20.S
gcc -m32 -W -Wall -I. -g -Os -march=i386 -mregparm=3 -fPIE -ffreestanding -c -D__ASSEMBLY__ -o reloc/memmove.o reloc/memmove.S
gcc -m32 -W -Wall -I. -g -Os -march=i386 -mregparm=3 -fPIE -ffreestanding -c -D__ASSEMBLY__ -o reloc/reloc_init.o reloc/reloc_init.S
gcc -m32 -W -Wall -I. -g -Os -march=i386 -mregparm=3 -fPIE -ffreestanding -c -D__ASSEMBLY__ -o highmove/highmove.o highmove/highmove.S
gcc -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -W -Wpointer-arith -Wbad-function-cast -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Winline -Wshadow -Wcast-align -pipe -c -o elf.o elf.c
gcc -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -W -Wpointer-arith -Wbad-function-cast -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Winline -Wshadow -Wcast-align -pipe -c -o nbi.o nbi.c
linux.c: In function ‘wrap_kernel’:
linux.c:161:13: warning: taking address of packed member of ‘struct setup_header’ may result in an unaligned pointer value [-Waddress-of-packed-member]
  161 |  if (rdle32(&hdr->header) != LINUX_MAGIC)
      |             ^~~~~~~~~~~~
linux.c:164:22: warning: taking address of packed member of ‘struct setup_header’ may result in an unaligned pointer value [-Waddress-of-packed-member]
  164 |   setup_ver = rdle16(&hdr->version);
      |                      ^~~~~~~~~~~~~
linux.c:180:23: warning: taking address of packed member of ‘struct setup_header’ may result in an unaligned pointer value [-Waddress-of-packed-member]
  180 |   initrd_max = rdle32(&hdr->initrd_addr_max);
      |                       ^~~~~~~~~~~~~~~~~~~~~
linux.c:207:15: warning: taking address of packed member of ‘struct setup_header’ may result in an unaligned pointer value [-Waddress-of-packed-member]
  207 |   wrle16(vga, &hdr->vid_mode);
      |               ^~~~~~~~~~~~~~
linux.c:284:24: warning: taking address of packed member of ‘struct setup_header’ may result in an unaligned pointer value [-Waddress-of-packed-member]
  284 |   wrle32(scmd.address, &hdr->cmd_line_ptr);
      |                        ^~~~~~~~~~~~~~~~~~
gcc -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -W -Wpointer-arith -Wbad-function-cast -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Winline -Wshadow -Wcast-align -pipe -c -o segment.o segment.c
linux.c:292:47: warning: taking address of packed member of ‘struct setup_header’ may result in an unaligned pointer value [-Waddress-of-packed-member]
  292 |   wrle16(scmd.address - ssup.address - 0x200, &hdr->heap_end_ptr);
      |                                               ^~~~~~~~~~~~~~~~~~
linux.c:378:22: warning: taking address of packed member of ‘struct setup_header’ may result in an unaligned pointer value [-Waddress-of-packed-member]
  378 |   wrle32(initrd_len, &hdr->ramdisk_size);
      |                      ^~~~~~~~~~~~~~~~~~
gcc -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -W -Wpointer-arith -Wbad-function-cast -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Winline -Wshadow -Wcast-align -pipe -c -o mapfile.o mapfile.c
gcc -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -W -Wpointer-arith -Wbad-function-cast -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Winline -Wshadow -Wcast-align -pipe -c -o cwrite.o cwrite.c
gcc -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -W -Wpointer-arith -Wbad-function-cast -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Winline -Wshadow -Wcast-align -pipe -c -o xmalloc.o xmalloc.c
gcc -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -W -Wpointer-arith -Wbad-function-cast -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Winline -Wshadow -Wcast-align -pipe -c -o main.o main.c
ld -m elf_i386  -T reloc/reloc.ld \
	-o reloc/reloc.elf reloc/reloc_linux.o reloc/a20.o reloc/memmove.o reloc/reloc_init.o
ld -m elf_i386  -T reloc/reloc.ld \
	-o highmove/highmove.elf  highmove/highmove.o
objcopy -O binary reloc/reloc.elf reloc/reloc.bin
objcopy -O binary highmove/highmove.elf highmove/highmove.bin
gcc -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -W -Wpointer-arith -Wbad-function-cast -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Winline -Wshadow -Wcast-align -pipe -c -o reloc.o reloc.S
gcc -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -W -Wpointer-arith -Wbad-function-cast -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Winline -Wshadow -Wcast-align -pipe -c -o highmove.o highmove.S
gcc -Wl,-z,relro -o wraplinux main.o linux.o reloc.o highmove.o elf.o nbi.o segment.o mapfile.o cwrite.o xmalloc.o
/usr/bin/ld: linux.o:./wraplinux.h:34: multiple definition of `opt'; main.o:./wraplinux.h:34: first defined here
/usr/bin/ld: elf.o:./wraplinux.h:34: multiple definition of `opt'; main.o:./wraplinux.h:34: first defined here
/usr/bin/ld: nbi.o:./wraplinux.h:34: multiple definition of `opt'; main.o:./wraplinux.h:34: first defined here
/usr/bin/ld: segment.o:./wraplinux.h:34: multiple definition of `opt'; main.o:./wraplinux.h:34: first defined here
/usr/bin/ld: mapfile.o:./wraplinux.h:34: multiple definition of `opt'; main.o:./wraplinux.h:34: first defined here
/usr/bin/ld: cwrite.o:./wraplinux.h:34: multiple definition of `opt'; main.o:./wraplinux.h:34: first defined here
/usr/bin/ld: xmalloc.o:./wraplinux.h:34: multiple definition of `opt'; main.o:./wraplinux.h:34: first defined here
collect2: error: ld returned 1 exit status
make[1]: *** [Makefile:59: wraplinux] Error 1
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
dh_auto_build: error: make -j4 returned exit code 2
make: *** [debian/rules:4: build] Error 25
dpkg-buildpackage: error: debian/rules build subprocess returned exit status 2

--- End Message ---
--- Begin Message ---
Source: wraplinux
Source-Version: 1.7-10
Done: Sudip Mukherjee <sudipm.mukherjee@gmail.com>

We believe that the bug you reported is fixed in the latest version of
wraplinux, 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 957960@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Sudip Mukherjee <sudipm.mukherjee@gmail.com> (supplier of updated wraplinux 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 ftpmaster@ftp-master.debian.org)


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512

Format: 1.8
Date: Thu, 22 Oct 2020 17:23:36 +0100
Source: wraplinux
Architecture: source
Version: 1.7-10
Distribution: unstable
Urgency: medium
Maintainer: Debian QA Group <packages@qa.debian.org>
Changed-By: Sudip Mukherjee <sudipm.mukherjee@gmail.com>
Closes: 957960
Changes:
 wraplinux (1.7-10) unstable; urgency=medium
 .
   * QA upload.
   * Update Standards-Version to 4.5.0
   * Update compat level to 13.
   * Fix ftbfs with GCC-10. (Closes: #957960)
Checksums-Sha1:
 0d841f0a5160a689ceccfd840c2cc764bf9bb024 1772 wraplinux_1.7-10.dsc
 4e829d8b12ab34beaf16e5954435cc83d8df1378 2660 wraplinux_1.7-10.debian.tar.xz
 341effb38e7d5585690d45601be0f1c0cbb37623 6818 wraplinux_1.7-10_amd64.buildinfo
Checksums-Sha256:
 f421adfd775e9e8edfaf00a297f44cb0765d8c2e4d65559a44a1739889db4034 1772 wraplinux_1.7-10.dsc
 c0e5efef9faf53391ddf2bb22993d2878c27cb09533de4363ccd389ff0159eb2 2660 wraplinux_1.7-10.debian.tar.xz
 40c5619a7c04a5410a5aed900798eb2cf566a3c0f730983301f0ffb3ae902905 6818 wraplinux_1.7-10_amd64.buildinfo
Files:
 ea4e7b83f386050de7c9e6e05f2f9b20 1772 utils optional wraplinux_1.7-10.dsc
 7dd82dba25b86feccf8ffb80719ff35e 2660 utils optional wraplinux_1.7-10.debian.tar.xz
 d3becaa21e54ea742cb77711c9a92c0d 6818 utils optional wraplinux_1.7-10_amd64.buildinfo

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

iQIzBAEBCgAdFiEEuDQJkCg9jZvBlJrHR5mjUUbRKzUFAl+RswgACgkQR5mjUUbR
KzVLxg/9HC0SmE3hOFr4VlswVhDkkW4MlbXFiLIJH8c9btRd6HgxNdmskw/pTVHB
lTM2aptrQx5sL46w7I9dDlRgSMPlAU28HYldRZLA79UZQkJn1LAbst0RcrB+XcH8
K17z/7cxlzhWP3meQA0VFZKA7B6rMY46zbDS5qx978VU+ypQbwDDCGYTbU5FKGIU
tX/Iyk9RLyO/hM+KJreGgYYO89VaafBDH/oFSyX9Jia3VGJdooTg520OMQiyD3tD
UmO8y/Tm6UGmItbzzAmQwWyvgKLpQQ9/igTctKHRiZGkikUoLMi5ON4T8D93BHwh
uGUAVEH9rMMPVu/b3eQKd9jzE3ppbqiZ2f6A18iD2DfcmPUjnRmlbfxNU1iFCLMB
0j6YNdPcbUXb1of9AGgB06NtrflUoXGmC3zvUHHt/VRn7a4GXKFvKCvfMZPBqX/f
hglcjSNjIDNikyyJ4VeixCI1K4dT6dz9g8Qe7mZU+yohZQucUrLG/AaOk3ipBAgY
0NIFDIBUQWTUz0vBEUXNgNEKajqpH9YjyLLG3VvwH1S/t0pDjL2QpY3tgc093XlD
DfkWPbeOcfr2jKfrllcUBjBV1kxc8Hfx6UTUMdfNZQWXJRFYYfkEtYInIzhN60LI
f2p4o34NFH3OmHnZ4jDACBkPT89yhIXj05NSnBOGBBum4YvCWa4=
=Mbgi
-----END PGP SIGNATURE-----

--- End Message ---

Reply to: