Bug#569389: win32-loader: FTBFS: plugins/cpuid/plugin.c:18:21: error: windows.h: No such file or directory
Hi all. Christian PERRIER (20/04/2010): > From the activity I've seen on win32-loader last months, I think it > would be very welcomed and, unless we get strong objections from > Robert, I'd be ready to grant you commit access to D-I SVN so that > you can help. I'm not quite inside -boot@ but anyway: from my interactions with him on various channels, I believe Didier should be able to do a good job, so I'd welcome his addition to any projects, so that he get his hands dirty and do useful things. Mraw, (carebear-mode) KiBi. signature.asc Description: Digital signature
Bug#569389: win32-loader: FTBFS: plugins/cpuid/plugin.c:18:21: error: windows.h: No such file or directory
Quoting Didier 'OdyX' Raboud (did...@raboud.com): > package win32-loader > tags 569389 +patch > thanks I'll commit that ASAP. I'd prefer Robert to upload, but without news, I think that an NMU is perfectly safe. > By the way, the package is in some need of love (standards, lintian, [cdbs vs > dh], patches merging, etc.), which I'd be willing to give. debian-boot and > Robert Millan: what are your opinions ? From the activity I've seen on win32-loader last months, I think it would be very welcomed and, unless we get strong objections from Robert, I'd be ready to grant you commit access to D-I SVN so that you can help. signature.asc Description: Digital signature
Bug#569389: win32-loader: FTBFS: plugins/cpuid/plugin.c:18:21: error: windows.h: No such file or directory
package win32-loader tags 569389 +patch thanks Le jeudi 11 février 2010 19:48:03 Lucas Nussbaum, vous avez écrit : > Source: win32-loader > Version: 0.6.13 > Severity: serious > User: debian...@lists.debian.org > Usertags: qa-ftbfs-20100211 qa-ftbfs > Justification: FTBFS on amd64 > > Hi, > > During a rebuild of all packages in sid, your package failed to build on > amd64. > > Relevant part: > > make[1]: Entering directory > > `/build/user-win32-loader_0.6.13-amd64-wy87Ht/win32-loader-0.6.13' > > i586-mingw32msvc-gcc -Os plugins/cpuid/cpuid.c plugins/cpuid/plugin.c > > -Wl,--file-alignment,512 -Werror -D_WIN32_WINNT=0x0500 > > -L/usr/i586-mingw32msvc/lib/nsis -lpluginapi -shared -o > > plugins/cpuid/test64.dll plugins/cpuid/plugin.c:18:21: error: windows.h: > > No such file or directory In file included from > > The full build log is available from: > > http://people.debian.org/~lucas/logs/2010/02/11/win32-loader_0.6.13_lsid64 > .buildlog Hi, I managed to get this RC bug fixed (not a big deal). The debdiff is attached and a compiled form is downloadable there: http://alioth.debian.org/~odyx-guest/debian/unstable/win32-loader_0.6.13+nmu1.dsc Please get this RC bug fixed: it keeps win32-loader out of squeeze. By the way, the package is in some need of love (standards, lintian, [cdbs vs dh], patches merging, etc.), which I'd be willing to give. debian-boot and Robert Millan: what are your opinions ? Cheers, OdyX -- Didier Raboud, proud Debian Maintainer (DM). CH-1020 Renens did...@raboud.com diff -Nru win32-loader-0.6.13/debian/changelog win32-loader-0.6.13+nmu1/debian/changelog --- win32-loader-0.6.13/debian/changelog 2009-11-30 16:39:17.0 +0100 +++ win32-loader-0.6.13+nmu1/debian/changelog 2010-04-20 16:34:21.0 +0200 @@ -1,3 +1,11 @@ +win32-loader (0.6.13+nmu1) unstable; urgency=high + + * Non-maintainer upload. + * Add mingw32-runtime to Build-Depends (Closes: #569389) +- Urgency high for RC bug. + + -- Didier Raboud Tue, 20 Apr 2010 16:34:20 +0200 + win32-loader (0.6.13) unstable; urgency=low [ Robert Millan ] diff -Nru win32-loader-0.6.13/debian/control win32-loader-0.6.13+nmu1/debian/control --- win32-loader-0.6.13/debian/control 2009-11-30 16:14:05.0 +0100 +++ win32-loader-0.6.13+nmu1/debian/control 2010-04-20 16:27:07.0 +0200 @@ -7,7 +7,7 @@ cdbs, debhelper (>= 5), nsis (>= 2.25), - gcc-mingw32, + gcc-mingw32, mingw32-runtime, gettext, grub-pc (>= 1.97+20091130-1), loadlin (>= 1.6c.really1.6c.nobin-1~), signature.asc Description: This is a digitally signed message part.
Bug#569389: win32-loader: FTBFS: plugins/cpuid/plugin.c:18:21: error: windows.h: No such file or directory
Source: win32-loader Version: 0.6.13 Severity: serious User: debian...@lists.debian.org Usertags: qa-ftbfs-20100211 qa-ftbfs Justification: FTBFS on amd64 Hi, During a rebuild of all packages in sid, your package failed to build on amd64. Relevant part: > make[1]: Entering directory > `/build/user-win32-loader_0.6.13-amd64-wy87Ht/win32-loader-0.6.13' > i586-mingw32msvc-gcc -Os plugins/cpuid/cpuid.c plugins/cpuid/plugin.c > -Wl,--file-alignment,512 -Werror -D_WIN32_WINNT=0x0500 > -L/usr/i586-mingw32msvc/lib/nsis -lpluginapi -shared -o > plugins/cpuid/test64.dll > plugins/cpuid/plugin.c:18:21: error: windows.h: No such file or directory > In file included from > /usr/lib/gcc/i586-mingw32msvc/4.4.2/../../../../i586-mingw32msvc/include/nsis/pluginapi.h:8, > from plugins/cpuid/plugin.c:22: > /usr/lib/gcc/i586-mingw32msvc/4.4.2/../../../../i586-mingw32msvc/include/nsis/api.h:37: > error: expected declaration specifiers or '...' before '*' token > /usr/lib/gcc/i586-mingw32msvc/4.4.2/../../../../i586-mingw32msvc/include/nsis/api.h:37: > error: 'UINT_PTR' declared as function returning a function > /usr/lib/gcc/i586-mingw32msvc/4.4.2/../../../../i586-mingw32msvc/include/nsis/api.h:66: > error: expected declaration specifiers or '...' before 'HWND' > plugins/cpuid/plugin.c:25: error: expected ')' before 'hwndParent' > plugins/cpuid/plugin.c:31: error: expected '=', ',', ';', 'asm' or > '__attribute__' before 'WINAPI' > make[1]: *** [plugins/cpuid/test64.dll] Error 1 The full build log is available from: http://people.debian.org/~lucas/logs/2010/02/11/win32-loader_0.6.13_lsid64.buildlog A list of current common problems and possible solutions is available at http://wiki.debian.org/qa.debian.org/FTBFS . You're welcome to contribute! About the archive rebuild: The rebuild was done on about 50 AMD64 nodes of the Grid'5000 platform, using a clean chroot. Internet was not accessible from the build systems. -- | Lucas Nussbaum | lu...@lucas-nussbaum.net http://www.lucas-nussbaum.net/ | | jabber: lu...@nussbaum.fr GPG: 1024D/023B3F4F | -- To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org