Your message dated Sun, 21 Sep 2014 00:04:05 +0000 with message-id <[email protected]> and subject line Bug#753926: fixed in wine-development 1.7.27-1 has caused the Debian Bug report #753926, regarding wine64-dev-tools-unstable: hello world example fails to compile silently at linking stage 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.) -- 753926: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=753926 Debian Bug Tracking System Contact [email protected] with problems
--- Begin Message ---Package: wine64-dev-tools-unstable Version: 1.7.21-1 Severity: normal Dear Maintainer, i tried to compile this simple "hello world" example and the wineg++ compiler fails at linking stage, without giving an specific error. #include <windows.h> int WINAPI WinMain (HINSTANCE hInstance, HINSTANCE hPrevInst, LPTSTR lpCmdLine, int nShowCmd) { MessageBoxW (NULL, L"Hello World!", L"hello", MB_OK | MB_ICONINFORMATION); return 0; } snaut@setaur:~/proggen$ wineg++ -v hello.c -o hello.exe -mwindows g++ -fshort-wchar -DWINE_UNICODE_NATIVE -D_REENTRANT -fPIC -DWIN64 -D_WIN64 -D__WIN64 -D__WIN64__ -DWIN32 -D_WIN32 -D__WIN32 -D__WIN32__ -D__WINNT -D__WINNT__ -D__stdcall=__attribute__((ms_abi)) -D__cdecl=__attribute__((ms_abi)) -D_stdcall=__attribute__((ms_abi)) -D_cdecl=__attribute__((ms_abi)) -D__fastcall=__attribute__((ms_abi)) -D_fastcall=__attribute__((ms_abi)) -D__declspec(x)=__declspec_##x -D__declspec_align(x)=__attribute__((aligned(x))) -D__declspec_allocate(x)=__attribute__((section(x))) -D__declspec_deprecated=__attribute__((deprecated)) -D__declspec_dllimport=__attribute__((dllimport)) -D__declspec_dllexport=__attribute__((dllexport)) -D__declspec_naked=__attribute__((naked)) -D__declspec_noinline=__attribute__((noinline)) -D__declspec_noreturn=__attribute__((noreturn)) -D__declspec_nothrow=__attribute__((nothrow)) -D__declspec_novtable=__attribute__(()) -D__declspec_selectany=__attribute__((weak)) -D__declspec_thread=__thread -D__int8=char -D__int16=short -D__int32=int -D__int64=long -D__WINE__ -c -o hello-Sm4xkv.o -v hello.c -isystem//usr/include/wine-unstable/windows Using built-in specs. COLLECT_GCC=g++ Target: x86_64-linux-gnu Configured with: ../src/configure -v --with-pkgversion='Debian 4.9.0-7' --with-bugurl=file:///usr/share/doc/gcc-4.9/README.Bugs --enable-languages=c,c++,java,go,d,fortran,objc,obj-c++ --prefix=/usr --program-suffix=-4.9 --enable-shared --enable-linker-build-id --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --with-gxx-include-dir=/usr/include/c++/4.9 --libdir=/usr/lib --enable-nls --with-sysroot=/ --enable-clocale=gnu --enable-libstdcxx-debug --enable-libstdcxx-time=yes --enable-gnu-unique-object --disable-libmudflap --enable-plugin --with-system-zlib --disable-browser-plugin --enable-java-awt=gtk --enable-gtk-cairo --with-java-home=/usr/lib/jvm/java-1.5.0-gcj-4.9-amd64/jre --enable-java-home --with-jvm-root-dir=/usr/lib/jvm/java-1.5.0-gcj-4.9-amd64 --with-jvm-jar-dir=/usr/lib/jvm-exports/java-1.5.0-gcj-4.9-amd64 --with-arch-directory=amd64 --with-ecj-jar=/usr/share/java/eclipse-ecj.jar --enable-objc-gc --enable-multiarch --with-arch-32=i586 --with-abi=m64 --w ith-multilib-list=m32,m64,mx32 --enable-multilib --with-tune=generic --enable-checking=release --build=x86_64-linux-gnu --host=x86_64-linux-gnu --target=x86_64-linux-gnu Thread model: posix gcc version 4.9.0 (Debian 4.9.0-7) COLLECT_GCC_OPTIONS='-fshort-wchar' '-D' 'WINE_UNICODE_NATIVE' '-D' '_REENTRANT' '-fPIC' '-D' 'WIN64' '-D' '_WIN64' '-D' '__WIN64' '-D' '__WIN64__' '-D' 'WIN32' '-D' '_WIN32' '-D' '__WIN32' '-D' '__WIN32__' '-D' '__WINNT' '-D' '__WINNT__' '-D' '__stdcall=__attribute__((ms_abi))' '-D' '__cdecl=__attribute__((ms_abi))' '-D' '_stdcall=__attribute__((ms_abi))' '-D' '_cdecl=__attribute__((ms_abi))' '-D' '__fastcall=__attribute__((ms_abi))' '-D' '_fastcall=__attribute__((ms_abi))' '-D' '__declspec(x)=__declspec_##x' '-D' '__declspec_align(x)=__attribute__((aligned(x)))' '-D' '__declspec_allocate(x)=__attribute__((section(x)))' '-D' '__declspec_deprecated=__attribute__((deprecated))' '-D' '__declspec_dllimport=__attribute__((dllimport))' '-D' '__declspec_dllexport=__attribute__((dllexport))' '-D' '__declspec_naked=__attribute__((naked))' '-D' '__declspec_noinline=__attribute__((noinline))' '-D' '__declspec_noreturn=__attribute__((noreturn))' '-D' '__declspec_nothrow=__attribute__((nothrow)) ' '-D' '__declspec_novtable=__attribute__(())' '-D' '__declspec_selectany=__attribute__((weak))' '-D' '__declspec_thread=__thread' '-D' '__int8=char' '-D' '__int16=short' '-D' '__int32=int' '-D' '__int64=long' '-D' '__WINE__' '-c' '-o' 'hello-Sm4xkv.o' '-v' '-isystem' '//usr/include/wine-unstable/windows' '-shared-libgcc' '-mtune=generic' '-march=x86-64' /usr/lib/gcc/x86_64-linux-gnu/4.9/cc1plus -quiet -v -imultiarch x86_64-linux-gnu -D_GNU_SOURCE -D WINE_UNICODE_NATIVE -D _REENTRANT -D WIN64 -D _WIN64 -D __WIN64 -D __WIN64__ -D WIN32 -D _WIN32 -D __WIN32 -D __WIN32__ -D __WINNT -D __WINNT__ -D __stdcall=__attribute__((ms_abi)) -D __cdecl=__attribute__((ms_abi)) -D _stdcall=__attribute__((ms_abi)) -D _cdecl=__attribute__((ms_abi)) -D __fastcall=__attribute__((ms_abi)) -D _fastcall=__attribute__((ms_abi)) -D __declspec(x)=__declspec_##x -D __declspec_align(x)=__attribute__((aligned(x))) -D __declspec_allocate(x)=__attribute__((section(x))) -D __declspec_deprecated=__attribute__((deprecated)) -D __declspec_dllimport=__attribute__((dllimport)) -D __declspec_dllexport=__attribute__((dllexport)) -D __declspec_naked=__attribute__((naked)) -D __declspec_noinline=__attribute__((noinline)) -D __declspec_noreturn=__attribute__((noreturn)) -D __declspec_nothrow=__attribute__((nothrow)) -D __declspec_novtable=__attribute__(()) -D __declspec_sel ectany=__attribute__((weak)) -D __declspec_thread=__thread -D __int8=char -D __int16=short -D __int32=int -D __int64=long -D __WINE__ -isystem //usr/include/wine-unstable/windows hello.c -quiet -dumpbase hello.c -mtune=generic -march=x86-64 -auxbase-strip hello-Sm4xkv.o -version -fshort-wchar -fPIC -o /tmp/cccPTicu.s GNU C++ (Debian 4.9.0-7) version 4.9.0 (x86_64-linux-gnu) compiled by GNU C version 4.9.0, GMP version 6.0.0, MPFR version 3.1.2-p3, MPC version 1.0.1 GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072 ignoring duplicate directory "/usr/include/x86_64-linux-gnu/c++/4.9" ignoring nonexistent directory "/usr/local/include/x86_64-linux-gnu" ignoring nonexistent directory "/usr/lib/gcc/x86_64-linux-gnu/4.9/../../../../x86_64-linux-gnu/include" #include "..." search starts here: #include <...> search starts here: //usr/include/wine-unstable/windows /usr/include/c++/4.9 /usr/include/x86_64-linux-gnu/c++/4.9 /usr/include/c++/4.9/backward /usr/lib/gcc/x86_64-linux-gnu/4.9/include /usr/local/include /usr/lib/gcc/x86_64-linux-gnu/4.9/include-fixed /usr/include/x86_64-linux-gnu /usr/include End of search list. GNU C++ (Debian 4.9.0-7) version 4.9.0 (x86_64-linux-gnu) compiled by GNU C version 4.9.0, GMP version 6.0.0, MPFR version 3.1.2-p3, MPC version 1.0.1 GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072 Compiler executable checksum: 7fc525ca3127a3eead1210248a6cab6a COLLECT_GCC_OPTIONS='-fshort-wchar' '-D' 'WINE_UNICODE_NATIVE' '-D' '_REENTRANT' '-fPIC' '-D' 'WIN64' '-D' '_WIN64' '-D' '__WIN64' '-D' '__WIN64__' '-D' 'WIN32' '-D' '_WIN32' '-D' '__WIN32' '-D' '__WIN32__' '-D' '__WINNT' '-D' '__WINNT__' '-D' '__stdcall=__attribute__((ms_abi))' '-D' '__cdecl=__attribute__((ms_abi))' '-D' '_stdcall=__attribute__((ms_abi))' '-D' '_cdecl=__attribute__((ms_abi))' '-D' '__fastcall=__attribute__((ms_abi))' '-D' '_fastcall=__attribute__((ms_abi))' '-D' '__declspec(x)=__declspec_##x' '-D' '__declspec_align(x)=__attribute__((aligned(x)))' '-D' '__declspec_allocate(x)=__attribute__((section(x)))' '-D' '__declspec_deprecated=__attribute__((deprecated))' '-D' '__declspec_dllimport=__attribute__((dllimport))' '-D' '__declspec_dllexport=__attribute__((dllexport))' '-D' '__declspec_naked=__attribute__((naked))' '-D' '__declspec_noinline=__attribute__((noinline))' '-D' '__declspec_noreturn=__attribute__((noreturn))' '-D' '__declspec_nothrow=__attribute__((nothrow)) ' '-D' '__declspec_novtable=__attribute__(())' '-D' '__declspec_selectany=__attribute__((weak))' '-D' '__declspec_thread=__thread' '-D' '__int8=char' '-D' '__int16=short' '-D' '__int32=int' '-D' '__int64=long' '-D' '__WINE__' '-c' '-o' 'hello-Sm4xkv.o' '-v' '-isystem' '//usr/include/wine-unstable/windows' '-shared-libgcc' '-mtune=generic' '-march=x86-64' as -v --64 -o hello-Sm4xkv.o /tmp/cccPTicu.s GNU assembler version 2.24.51 (x86_64-linux-gnu) using BFD version (GNU Binutils for Debian) 2.24.51.20140704 COMPILER_PATH=/usr/lib/gcc/x86_64-linux-gnu/4.9/:/usr/lib/gcc/x86_64-linux-gnu/4.9/:/usr/lib/gcc/x86_64-linux-gnu/:/usr/lib/gcc/x86_64-linux-gnu/4.9/:/usr/lib/gcc/x86_64-linux-gnu/ LIBRARY_PATH=/usr/lib/gcc/x86_64-linux-gnu/4.9/:/usr/lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/:/usr/lib/gcc/x86_64-linux-gnu/4.9/../../../../lib/:/lib/x86_64-linux-gnu/:/lib/../lib/:/usr/lib/x86_64-linux-gnu/:/usr/lib/../lib/:/usr/lib/gcc/x86_64-linux-gnu/4.9/../../../:/lib/:/usr/lib/ COLLECT_GCC_OPTIONS='-fshort-wchar' '-D' 'WINE_UNICODE_NATIVE' '-D' '_REENTRANT' '-fPIC' '-D' 'WIN64' '-D' '_WIN64' '-D' '__WIN64' '-D' '__WIN64__' '-D' 'WIN32' '-D' '_WIN32' '-D' '__WIN32' '-D' '__WIN32__' '-D' '__WINNT' '-D' '__WINNT__' '-D' '__stdcall=__attribute__((ms_abi))' '-D' '__cdecl=__attribute__((ms_abi))' '-D' '_stdcall=__attribute__((ms_abi))' '-D' '_cdecl=__attribute__((ms_abi))' '-D' '__fastcall=__attribute__((ms_abi))' '-D' '_fastcall=__attribute__((ms_abi))' '-D' '__declspec(x)=__declspec_##x' '-D' '__declspec_align(x)=__attribute__((aligned(x)))' '-D' '__declspec_allocate(x)=__attribute__((section(x)))' '-D' '__declspec_deprecated=__attribute__((deprecated))' '-D' '__declspec_dllimport=__attribute__((dllimport))' '-D' '__declspec_dllexport=__attribute__((dllexport))' '-D' '__declspec_naked=__attribute__((naked))' '-D' '__declspec_noinline=__attribute__((noinline))' '-D' '__declspec_noreturn=__attribute__((noreturn))' '-D' '__declspec_nothrow=__attribute__((nothrow)) ' '-D' '__declspec_novtable=__attribute__(())' '-D' '__declspec_selectany=__attribute__((weak))' '-D' '__declspec_thread=__thread' '-D' '__int8=char' '-D' '__int16=short' '-D' '__int32=int' '-D' '__int64=long' '-D' '__WINE__' '-c' '-o' 'hello-Sm4xkv.o' '-v' '-isystem' '//usr/include/wine-unstable/windows' '-shared-libgcc' '-mtune=generic' '-march=x86-64' winebuild -v -fno-asynchronous-unwind-tables --cc-cmd=gcc -D_REENTRANT -fPIC --exe -o hello.exe-21hkoe.spec.o -F hello.exe --subsystem windows -L/usr/lib/x86_64-linux-gnu/wine-unstable/wine -L/usr/lib/x86_64-linux-gnu/wine-unstable -- hello-Sm4xkv.o /usr/lib/x86_64-linux-gnu/wine-unstable/libshell32.def /usr/lib/x86_64-linux-gnu/wine-unstable/libcomdlg32.def /usr/lib/x86_64-linux-gnu/wine-unstable/libgdi32.def /usr/lib/x86_64-linux-gnu/wine-unstable/libadvapi32.def /usr/lib/x86_64-linux-gnu/wine-unstable/libuser32.def /usr/lib/x86_64-linux-gnu/wine-unstable/libwinecrt0.a /usr/lib/x86_64-linux-gnu/wine-unstable/libkernel32.def /usr/lib/x86_64-linux-gnu/wine-unstable/libntdll.def winegcc: winebuild failed -- System Information: Debian Release: jessie/sid APT prefers unstable APT policy: (500, 'unstable') Architecture: amd64 (x86_64) Foreign Architectures: i386 Kernel: Linux 3.14-1-amd64 (SMP w/4 CPU cores) Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/dash Versions of packages wine64-dev-tools-unstable depends on: ii libc6 2.19-4 ii libgettextpo0 0.18.3.2-3 ii libwine-dev-unstable 1.7.21-1 wine64-dev-tools-unstable recommends no packages. wine64-dev-tools-unstable suggests no packages. -- no debconf information
--- End Message ---
--- Begin Message ---Source: wine-development Source-Version: 1.7.27-1 We believe that the bug you reported is fixed in the latest version of wine-development, 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. Michael Gilbert <[email protected]> (supplier of updated wine-development 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: Sat, 20 Sep 2014 20:29:51 +0000 Source: wine-development Binary: wine-development wine32-development wine64-development wine32-development-preloader wine64-development-preloader wine32-development-tools wine64-development-tools libwine-development-dev libwine-development-dbg libwine-development Architecture: source Version: 1.7.27-1 Distribution: unstable Urgency: medium Maintainer: Debian Wine Party <[email protected]> Changed-By: Michael Gilbert <[email protected]> Description: libwine-development - Windows API implementation - library libwine-development-dbg - Windows API implementation - debugging symbols libwine-development-dev - Windows API implementation - development files wine-development - Windows API implementation - standard suite wine32-development - Windows API implementation - 32-bit binary loader wine32-development-preloader - Windows API implementation - prelinked 32-bit binary loader wine32-development-tools - Windows API implementation - 32-bit developer tools wine64-development - Windows API implementation - 64-bit binary loader wine64-development-preloader - Windows API implementation - prelinked 64-bit binary loader wine64-development-tools - Windows API implementation - 64-bit developer tools Closes: 753926 761461 762045 Changes: wine-development (1.7.27-1) unstable; urgency=medium . * New upstream release 1.7.27, released Sep 19, 2014. - Some more work on Direct2D support. - Various improvements to RichEdit interfaces. - Initial support for ICMP version 6. - Various bug fixes. * Install winegcc scripts to /usr/bin (closes: #753926). * Clean up package dependencies (closes: #761461). * Remove references to wine-doc (closes: #762045). * Avoid unneeded libGL dependency for glu32. Checksums-Sha1: 25d2a6e4f4f9f8cf0914872d806a3642113ecdef 4303 wine-development_1.7.27-1.dsc 4ed867eb1054ea74ba5445d5e515949b64e8b3eb 21702698 wine-development_1.7.27.orig.tar.bz2 349b055061bd9bbd92224f2def20fded683e916c 61968 wine-development_1.7.27-1.debian.tar.xz Checksums-Sha256: 577b905ad1e3bfaec2936d9307428be2ade13e024cdf54c0257ce8717b30016c 4303 wine-development_1.7.27-1.dsc 69d682825f7b6be935ed352274dc1fbdc15739c9a54ea7b04531d8c931ce9113 21702698 wine-development_1.7.27.orig.tar.bz2 40b12f530734ce5a61e450622dae9631da54bb01de269970122fd92baca43e52 61968 wine-development_1.7.27-1.debian.tar.xz Files: cf62cb78cd300549c34b7dc8b79126f4 4303 otherosfs optional wine-development_1.7.27-1.dsc f8be9b23d24bd700f317ac391a303e53 21702698 otherosfs optional wine-development_1.7.27.orig.tar.bz2 9a5d6bc2b44dd010d8d1287d143d12d6 61968 otherosfs optional wine-development_1.7.27-1.debian.tar.xz -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iQQcBAEBCgAGBQJUHhDaAAoJELjWss0C1vRz6tMf/joSMZjOgYWg9DguODonw3wE 32Q0TfC1GN88pJdQeHotmChmPSucHT3IWP8MG5zNUUWsS4G3L6PmcqIbB1HLEyXV r6IrVF2IE+BWYlFruV2ra/JwCEQiKc+vzURSPPNqKkAyBGYI64aWO0WsXBhsQb6d C26YKoAViFe0qnnX9uRUDuQIpZXbtcxaKibX9XySHuKO72I0P+9I4QqCKMeG48Ki vlWmwbxdSlZylwS0bZ1ls7em4+vhF789yJJnr3cfs4tfB9bA53Cv+YkLWmfvyNfm 07zEooZOVHahwFynGvUTx4bZB/dmap6JrBPaOS08Ma5YyO8Vh4GuLzddxbzrXj3T t1aPwbgnBgKDG5pjy6W/4CAzUMUMzh+aZzELL7MxSxgYPWotDaVAMR/eseLbPlyK LEhziRyFaAEoocWix3ykPis0YoeOLlJYkSDRqreUqbVjuFVEEOJjyayVE9U5H0Gm lmUeOwWnS82vd3Bqpxuq+EwCaJAUqoFHsEys9sbIA1UWhoPnhitc5RcCmsfL4RwP BnfGoWV1TMIIRCQOQpuASUj6uDvITmI+kCyKILUoTsg/0nCCLUq7XmLdkrNc0GEl AtUidij4W0Z2DW1s/rKUOR99whRvYSl8W1dlq3PY2dv3QVz0qyuVvq391XQlx9kT TTktG8bQoCWSoaaQYaet0lu/8FmucamX1YlKSnFOXnesjf9dhOUr+ce24UyJCMtg NewQvHHdQTefXY6CqXN1z9WmtdIQD2jtvOXoTcU0gKE1+8Zie+HlBV4XoV82QSE7 Bm9tguv/3aDCSwyzvy69cEmrWyZeX3Eg9HVwyz2IF0Q/qOf2eHMWIQjkVKb4RQ0p tRHa9/pNnSupSR9X/b4fFdkeCTUIwHsgWBgSdewNnOpovTPKaIH7bPxdCu+o0kyb XCCuxAvzEzWmxR1GYPdsUPeSHGOnixMkY5a+7rJ1JhttnpFgg0V86lLBoLuomMkL 7pYxOGVtmyenMwXJ0ul3ZI5Cv4NIiWsr+l3H1G9ZnmHceLJyFWSQB8mOtN4xfP4s t6TTUXK/+lJQYdM/ylIWLNCtihvgmY++1w5xAA4MoNzGLWHcWGM/JHmKhG1OvGSZ nO0a4LPMXVb4f3CQX57/OF88MAC38VAlYIsbzCghdmJvGZjp8HeEwjsfCF8ywbPX uKwtiiLq9PQ+cZTRwpMXJMvctvIOBKndeC9bZPOKDJGX9tXgmaj+wm4iugZ5EmZU pBA7MB7Rerdgf+jSLEtFiKm+QK/aGQidWRNGd7PRN1m9o79PjWl4sztcWYnY0T5j hKtG26JqfwIDDL/vrDXi+nuY5Dd8kIOrdH9VYovBF3JtV3A2wdloPmhS0X9SAMY= =2+xO -----END PGP SIGNATURE-----
--- End Message ---

