Your message dated Thu, 21 Jul 2016 18:53:52 +0000
with message-id <[email protected]>
and subject line Bug#812046: fixed in open-vm-tools 2:10.0.7-3227872-4.1
has caused the Debian Bug report #812046,
regarding open-vm-tools: FTBFS with GCC 6: dereferencing pointer
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 [email protected]
immediately.)


-- 
812046: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=812046
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: open-vm-tools
Version: 2:10.0.5-3227872-2
Severity: important
User: [email protected]
Usertags: ftbfs-gcc-6

This package fails to build with GCC 6.  GCC 6 has not been released
yet, but it's expected that GCC 6 will become the default compiler for
stretch.

Note that only the first error is reported; there might be more.  You
can find a snapshot of GCC 6 in experimental.  To build with GCC 6,
you can set CC=gcc-6 CXX=g++-6 explicitly.

You may be able to find out more about this issue at
https://gcc.gnu.org/gcc-6/changes.html

> sbuild (Debian sbuild) 0.67.0 (26 Dec 2015) on dl580gen9-02.hlinux
...
> UILDDIR>>/lib/include -I/<<PKGBUILDDIR>>/lib/include -Wdate-time 
> -D_FORTIFY_SOURCE=2 -DUSING_AUTOCONF=1 -DOPEN_VM_TOOLS -DUSE_VGAUTH 
> -I/usr/include -DUSE_ICU -DHAVE_ICU_38 -DVMX86_TOOLS -D_FILE_OFFSET_BITS=64 
> -D_LARGEFILE64_SOURCE -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -D_SVID_SOURCE 
> -D_DEFAULT_SOURCE -DUSE_SSL_DIRECT -fPIC -Wno-deprecated-declarations -g -O2 
> -fstack-protector-strong -Wformat -Werror=format-security -Wall -Werror 
> -Wno-pointer-sign -Wno-unused-value -fno-strict-aliasing -Wno-unknown-pragmas 
> -Wno-uninitialized -Wno-deprecated-declarations -Wno-unused-but-set-variable 
> -c asyncsocket.c  -fPIC -DPIC -o .libs/asyncsocket.o
> In file included from /<<PKGBUILDDIR>>/lib/include/hostinfo.h:35:0,
>                  from asyncsocket.c:58:
> /<<PKGBUILDDIR>>/lib/include/x86cpuid.h:912:51: error: result of '-2147483648 
> << 1' requires 33 bits to represent, but 'int' only has 32 bits 
> [-Werror=shift-overflow=]
>  #define VMW_BIT_MASK(shift)  (((1 << (shift - 1)) << 1) - 1)
>                                                    ^
> 
> /<<PKGBUILDDIR>>/lib/include/x86cpuid.h:916:34: note: in expansion of macro 
> 'VMW_BIT_MASK'
>     CPUID_##name##_MASK         = VMW_BIT_MASK(size) << bitpos, \
>                                   ^~~~~~~~~~~~
> 
> /<<PKGBUILDDIR>>/lib/include/x86cpuid.h:292:1: note: in expansion of macro 
> 'FIELD'
>  FIELD(  0,  0, EAX,  0, 32, NUMLEVELS,                             ANY, 
> FALSE) \
>  ^~~~~
> 
> /<<PKGBUILDDIR>>/lib/include/x86cpuid.h:870:4: note: in expansion of macro 
> 'CPUID_FIELD_DATA_LEVEL_0'
>     CPUID_FIELD_DATA_LEVEL_0                                           \
>     ^~~~~~~~~~~~~~~~~~~~~~~~
> 
> /<<PKGBUILDDIR>>/lib/include/x86cpuid.h:927:4: note: in expansion of macro 
> 'CPUID_FIELD_DATA'
>     CPUID_FIELD_DATA
>     ^~~~~~~~~~~~~~~~
> 
> /<<PKGBUILDDIR>>/lib/include/x86cpuid.h:912:51: error: result of '-2147483648 
> << 1' requires 33 bits to represent, but 'int' only has 32 bits 
> [-Werror=shift-overflow=]
>  #define VMW_BIT_MASK(shift)  (((1 << (shift - 1)) << 1) - 1)
>                                                    ^
> 
> /<<PKGBUILDDIR>>/lib/include/x86cpuid.h:918:34: note: in expansion of macro 
> 'VMW_BIT_MASK'
>     CPUID_INTERNAL_MASK_##name  = VMW_BIT_MASK(size) << bitpos, \
>                                   ^~~~~~~~~~~~
> 
> /<<PKGBUILDDIR>>/lib/include/x86cpuid.h:292:1: note: in expansion of macro 
> 'FIELD'
>  FIELD(  0,  0, EAX,  0, 32, NUMLEVELS,                             ANY, 
> FALSE) \
>  ^~~~~
> 
> /<<PKGBUILDDIR>>/lib/include/x86cpuid.h:870:4: note: in expansion of macro 
> 'CPUID_FIELD_DATA_LEVEL_0'
>     CPUID_FIELD_DATA_LEVEL_0                                           \
>     ^~~~~~~~~~~~~~~~~~~~~~~~
> 
> /<<PKGBUILDDIR>>/lib/include/x86cpuid.h:927:4: note: in expansion of macro 
> 'CPUID_FIELD_DATA'
>     CPUID_FIELD_DATA
>     ^~~~~~~~~~~~~~~~
> 
> /<<PKGBUILDDIR>>/lib/include/x86cpuid.h:912:51: error: result of '-2147483648 
> << 1' requires 33 bits to represent, but 'int' only has 32 bits 
> [-Werror=shift-overflow=]
>  #define VMW_BIT_MASK(shift)  (((1 << (shift - 1)) << 1) - 1)
>                                                    ^
> 
> /<<PKGBUILDDIR>>/lib/include/x86cpuid.h:916:34: note: in expansion of macro 
> 'VMW_BIT_MASK'
>     CPUID_##name##_MASK         = VMW_BIT_MASK(size) << bitpos, \
>                                   ^~~~~~~~~~~~
> 
> /<<PKGBUILDDIR>>/lib/include/x86cpuid.h:293:1: note: in expansion of macro 
> 'FIELD'
>  FIELD(  0,  0, EBX,  0, 32, VENDOR1,                               YES, 
> TRUE)  \
>  ^~~~~
> 
> /<<PKGBUILDDIR>>/lib/include/x86cpuid.h:870:4: note: in expansion of macro 
> 'CPUID_FIELD_DATA_LEVEL_0'
>     CPUID_FIELD_DATA_LEVEL_0                                           \
>     ^~~~~~~~~~~~~~~~~~~~~~~~
> 
> /<<PKGBUILDDIR>>/lib/include/x86cpuid.h:927:4: note: in expansion of macro 
> 'CPUID_FIELD_DATA'
>     CPUID_FIELD_DATA
>     ^~~~~~~~~~~~~~~~
> 
> /<<PKGBUILDDIR>>/lib/include/x86cpuid.h:912:51: error: result of '-2147483648 
> << 1' requires 33 bits to represent, but 'int' only has 32 bits 
> [-Werror=shift-overflow=]
>  #define VMW_BIT_MASK(shift)  (((1 << (shift - 1)) << 1) - 1)
>                                                    ^
> 
> /<<PKGBUILDDIR>>/lib/include/x86cpuid.h:918:34: note: in expansion of macro 
> 'VMW_BIT_MASK'
>     CPUID_INTERNAL_MASK_##name  = VMW_BIT_MASK(size) << bitpos, \
>                                   ^~~~~~~~~~~~
> 
> /<<PKGBUILDDIR>>/lib/include/x86cpuid.h:293:1: note: in expansion of macro 
> 'FIELD'
>  FIELD(  0,  0, EBX,  0, 32, VENDOR1,                               YES, 
> TRUE)  \
>  ^~~~~
> 
> /<<PKGBUILDDIR>>/lib/include/x86cpuid.h:870:4: note: in expansion of macro 
> 'CPUID_FIELD_DATA_LEVEL_0'
>     CPUID_FIELD_DATA_LEVEL_0                                           \
>     ^~~~~~~~~~~~~~~~~~~~~~~~
> 
> /<<PKGBUILDDIR>>/lib/include/x86cpuid.h:927:4: note: in expansion of macro 
> 'CPUID_FIELD_DATA'
>     CPUID_FIELD_DATA
>     ^~~~~~~~~~~~~~~~
> 
> /<<PKGBUILDDIR>>/lib/include/x86cpuid.h:912:51: error: result of '-2147483648 
> << 1' requires 33 bits to represent, but 'int' only has 32 bits 
> [-Werror=shift-overflow=]
>  #define VMW_BIT_MASK(shift)  (((1 << (shift - 1)) << 1) - 1)

--- End Message ---
--- Begin Message ---
Source: open-vm-tools
Source-Version: 2:10.0.7-3227872-4.1

We believe that the bug you reported is fixed in the latest version of
open-vm-tools, 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 [email protected],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Raphaël Hertzog <[email protected]> (supplier of updated open-vm-tools 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 [email protected])


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

Format: 1.8
Date: Thu, 21 Jul 2016 17:24:34 +0200
Source: open-vm-tools
Binary: open-vm-tools open-vm-tools-desktop open-vm-tools-dev open-vm-tools-dkms
Architecture: source
Version: 2:10.0.7-3227872-4.1
Distribution: unstable
Urgency: medium
Maintainer: Bernd Zeimetz <[email protected]>
Changed-By: Raphaël Hertzog <[email protected]>
Description:
 open-vm-tools - Open VMware Tools for virtual machines hosted on VMware (CLI)
 open-vm-tools-desktop - Open VMware Tools for virtual machines hosted on 
VMware (GUI)
 open-vm-tools-dev - Open VMware Tools for virtual machines hosted on VMware 
(developm
 open-vm-tools-dkms - Open VMware Tools vmxnet kernel module (deprecated)
Closes: 812046
Changes:
 open-vm-tools (2:10.0.7-3227872-4.1) unstable; urgency=medium
 .
   * Non-maintainer upload.
 .
   [ Bernd Zeimetz ]
   * [0176637] Recommend lsb_release for consistent hostinfo.
 .
   [ Raphaël Hertzog ]
   * [257c90b] Fix build failure with GCC 6.
     Thanks to Paul Wise for the patch. (Closes: #812046)
Checksums-Sha1:
 17ea1c4b1e3121c79b9c2a266a2363d7164cb918 2139 
open-vm-tools_10.0.7-3227872-4.1.dsc
 069d656c3bc065fa32296a80428c1188f2dc7796 24436 
open-vm-tools_10.0.7-3227872-4.1.debian.tar.xz
Checksums-Sha256:
 14b1b0de312be5e5c255e9e4bbf938bac2dbfa6b2086ce75864bb1127e53a7cf 2139 
open-vm-tools_10.0.7-3227872-4.1.dsc
 7e103d517e373698e7d2416c8502d267cd88bae89a1787e569d21428da4c39f9 24436 
open-vm-tools_10.0.7-3227872-4.1.debian.tar.xz
Files:
 988f790fc326fe9747075a6eac0daba6 2139 admin extra 
open-vm-tools_10.0.7-3227872-4.1.dsc
 413248bca1d6efeae0c40415ab738416 24436 admin extra 
open-vm-tools_10.0.7-3227872-4.1.debian.tar.xz

-----BEGIN PGP SIGNATURE-----
Comment: Signed by Raphael Hertzog

iQEcBAEBCgAGBQJXkRZ5AAoJEAOIHavrwpq5lK4H/1ZM1zCtKAQM+DAWyGRJhGrS
rBetw92+GT/K8ECyh3k4n2ccheJSNZZEMhLOQ4uPr7oE6tplaOH/H59VE/yVdkzl
g9eGRfe5in0SydVZOzy7otaVFhCrBpR8LcyuJgCyQF71yBsu0zOVWIXrsUk2jEDq
su/XiR+naoO+9subOxpJpiNhrKwBH+SKZlaJhklkP75OomJYKshL8s2okW34ggb5
M1Ai+Y2mYE1OYN8TJpVyDsk3b76sjr3tmsOIk3ewDOzH+aEAK7Kq0p6F7kXqwXPV
YUTA1Mw5ryWoOluQC0pSF3Zub2X+u4KNNx6Iabee0wHdN4XreeDxAvv/m0rM8i8=
=AuWK
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to