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

Bug#778122: marked as done (skyeye: ftbfs with GCC-5)



Your message dated Thu, 23 Jul 2015 21:48:39 +0000
with message-id <E1ZIOM3-0002E3-Gq@franck.debian.org>
and subject line Bug#778122: fixed in skyeye 1.2.5-5
has caused the Debian Bug report #778122,
regarding skyeye: ftbfs with GCC-5
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.)


-- 
778122: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=778122
Debian Bug Tracking System
Contact owner@bugs.debian.org with problems
--- Begin Message ---
Package: src:skyeye
Version: 1.2.5-4
Severity: normal
Tags: sid stretch
User: debian-gcc@lists.debian.org
Usertags: ftbfs-gcc-5

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-5/g++-5, but succeeds to build with gcc-4.9/g++-4.9. The
severity of this report may be raised before the stretch release.

The full build log can be found at:
http://people.debian.org/~doko/logs/gcc5-20150205/skyeye_1.2.5-4_unstable_gcc5.log
The last lines of the build log are at the end of this report.

To build with GCC 5, either set CC=gcc-5 CXX=g++-5 explicitly,
or install the gcc, g++, gfortran, ... packages from experimental.

  apt-get -t experimental install g++ 

Common build failures are C11 as the default C mode, 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-5/porting_to.html

[...]
./arch/ppc/libppc.a(ppc_fpu.o): In function `ppc_opc_fdivx':
ppc_fpu.c:(.text+0x9ef): undefined reference to `ppc_fpu_div'
./arch/ppc/libppc.a(ppc_fpu.o): In function `ppc_opc_fdivsx':
ppc_fpu.c:(.text+0xb32): undefined reference to `ppc_fpu_div'
./arch/ppc/libppc.a(ppc_fpu.o): In function `ppc_opc_fmaddx':
ppc_fpu.c:(.text+0xc3e): undefined reference to `ppc_fpu_mul_add'
./arch/ppc/libppc.a(ppc_fpu.o): In function `ppc_opc_fmaddsx':
ppc_fpu.c:(.text+0xd4d): undefined reference to `ppc_fpu_mul_add'
./arch/ppc/libppc.a(ppc_fpu.o): In function `ppc_opc_fmsubx':
ppc_fpu.c:(.text+0xebc): undefined reference to `ppc_fpu_mul_add'
./arch/ppc/libppc.a(ppc_fpu.o): In function `ppc_opc_fmsubsx':
ppc_fpu.c:(.text+0xfcb): undefined reference to `ppc_fpu_mul_add'
./arch/ppc/libppc.a(ppc_fpu.o): In function `ppc_opc_fmulx':
ppc_fpu.c:(.text+0x10df): undefined reference to `ppc_fpu_mul'
./arch/ppc/libppc.a(ppc_fpu.o): In function `ppc_opc_fmulsx':
ppc_fpu.c:(.text+0x11f0): undefined reference to `ppc_fpu_mul'
./arch/ppc/libppc.a(ppc_fpu.o): In function `ppc_opc_fnmaddx':
ppc_fpu.c:(.text+0x13c2): undefined reference to `ppc_fpu_mul_add'
./arch/ppc/libppc.a(ppc_fpu.o): In function `ppc_opc_fnmaddsx':
ppc_fpu.c:(.text+0x14e0): undefined reference to `ppc_fpu_mul_add'
./arch/ppc/libppc.a(ppc_fpu.o): In function `ppc_opc_fnmsubx':
ppc_fpu.c:(.text+0x1607): undefined reference to `ppc_fpu_mul_add'
./arch/ppc/libppc.a(ppc_fpu.o): In function `ppc_opc_fnmsubsx':
ppc_fpu.c:(.text+0x172e): undefined reference to `ppc_fpu_mul_add'
./arch/ppc/libppc.a(ppc_fpu.o): In function `ppc_opc_frsqrtex':
ppc_fpu.c:(.text+0x18d5): undefined reference to `ppc_fpu_sqrt'
ppc_fpu.c:(.text+0x1912): undefined reference to `ppc_fpu_div'
./arch/ppc/libppc.a(ppc_fpu.o): In function `ppc_opc_fsqrtx':
ppc_fpu.c:(.text+0x1a94): undefined reference to `ppc_fpu_sqrt'
./arch/ppc/libppc.a(ppc_fpu.o): In function `ppc_opc_fsubx':
ppc_fpu.c:(.text+0x1bf3): undefined reference to `ppc_fpu_add'
./arch/ppc/libppc.a(ppc_fpu.o): In function `ppc_opc_fsubsx':
ppc_fpu.c:(.text+0x1d0f): undefined reference to `ppc_fpu_add'
./arch/ppc/libppc.a(ppc_mmu.o): In function `ppc_opc_lvx':
ppc_mmu.c:(.text+0x4cab): undefined reference to `ppc_read_effective_qword'
./arch/ppc/libppc.a(ppc_mmu.o): In function `ppc_opc_stvx':
ppc_mmu.c:(.text+0x6af7): undefined reference to `ppc_write_effective_qword'
collect2: error: ld returned 1 exit status
make[3]: *** [skyeye] Error 1
Makefile:286: recipe for target 'skyeye' failed
make[3]: Leaving directory '/«PKGBUILDDIR»'
make[2]: *** [all-recursive] Error 1
Makefile:332: recipe for target 'all-recursive' failed
make[2]: Leaving directory '/«PKGBUILDDIR»'
make[1]: *** [all] Error 2
Makefile:208: recipe for target 'all' failed
make[1]: Leaving directory '/«PKGBUILDDIR»'
make: *** [build-stamp] Error 2
debian/rules:30: recipe for target 'build-stamp' failed
dpkg-buildpackage: error: debian/rules build-arch gave error exit status 2

--- End Message ---
--- Begin Message ---
Source: skyeye
Source-Version: 1.2.5-5

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

Debian distribution maintenance software
pp.
gregor herrmann <gregoa@debian.org> (supplier of updated skyeye 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, 23 Jul 2015 23:17:43 +0200
Source: skyeye
Binary: skyeye
Architecture: source
Version: 1.2.5-5
Distribution: unstable
Urgency: medium
Maintainer: Debian QA Group <packages@qa.debian.org>
Changed-By: gregor herrmann <gregoa@debian.org>
Description:
 skyeye     - Embedded Hardware Simulation
Closes: 778122
Changes:
 skyeye (1.2.5-5) unstable; urgency=medium
 .
   * QA upload.
   * Fix "ftbfs with GCC-5": strategically place some "-fgnu89-inline" into all
     Makefile{,.in}s.
     (Closes: #778122)
Checksums-Sha1:
 270594e5bb31beb973dc4372e72e90b475f99cc2 1852 skyeye_1.2.5-5.dsc
 49f876fe3ef1b8fb4b2548ac881bba62e5e56edc 104729 skyeye_1.2.5-5.diff.gz
Checksums-Sha256:
 fedff081d2ef3fb66ab5db5d37981fe0b3f0ba249580e14b5f6ffd10063ef29b 1852 skyeye_1.2.5-5.dsc
 ae0cb5d8c355b8b0f45ba8117f84954e067f579a0577616082b51228e46dcaf3 104729 skyeye_1.2.5-5.diff.gz
Files:
 51997fc95752ba024a13aba3173f051f 1852 misc extra skyeye_1.2.5-5.dsc
 2ea9a3623ed5c87fa48ee96347fbc228 104729 misc extra skyeye_1.2.5-5.diff.gz

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1

iQJ8BAEBCgBmBQJVsVqwXxSAAAAAAC4AKGlzc3Vlci1mcHJAbm90YXRpb25zLm9w
ZW5wZ3AuZmlmdGhob3JzZW1hbi5uZXREMUUxMzE2RTkzQTc2MEE4MTA0RDg1RkFC
QjNBNjgwMTg2NDlBQTA2AAoJELs6aAGGSaoG9/gP/1zg25qczrcxgAUTMpSB1ZG0
hTGpnbPnzv/BTa65r6yyXGAUUoDNTdH8GwgCq30f8bzllqehLlIA1fE6xTlG+UBk
izS/s9ecX459tUwzjg3xdEVIUV0MayMhbhM53vdG2ZlUbAM7AwBx0nwCALpOHGVo
KPeV566vmrwc7Aoof5t78Cb+YjmEIYFgQwafK/Wzc/tfcjFVImwfKx4gHRnfjvSs
DIh3K/pL2KX1nSQ0PnvUWH9GGk019bbKpYBmcWrXEwnMGOx757BT9dxkb2i3D3E6
+VLcvaY6cpLGFIbsAoJ4JXxRj1d0Mg5UBwntwgxw9pu1muhWunMZxv+zC3gZ1L8V
C+Q0qUl4xdqfZoUVETjI1BenTqEU3ej6WXF1ouXFQKU/JF1HCjSBLg05cq8CYQ6/
ZpeH4BwowJxmy2rzeWPMQ5CEVALy6yz4aa+2fJwbgxia6zR0FZWoVMcPCKMAFvEB
29PPG+yPgwtGMkNCqn117bedH25AujCs9c0nOgRZ8l/wfX7EiI02bGUjrIytb6kL
5pEm/2fytSWIBIsjlQ29HP1kxCxdlynj1rcnx1lIRnddWBSQpKQInVAm6mUv7BOc
jqEy09k4Lw3Y+KY7r1OnDY8fsLBplmkAjm55Q+/ayfdCtFDcba0N+39vJKxPwUYt
bSCzTnlePePYHYERLSct
=B2MP
-----END PGP SIGNATURE-----

--- End Message ---

Reply to: