Your message dated Sat, 31 Jul 2004 10:47:08 -0400
with message-id <[EMAIL PROTECTED]>
and subject line Bug#252651: fixed in linux-kernel-headers 2.5.999-test7-bk-17
has caused the attached Bug report 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 I am
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

Debian bug tracking system administrator
(administrator, Debian Bugs database)

--------------------------------------
Received: (at submit) by bugs.debian.org; 4 Jun 2004 15:01:06 +0000
>From [EMAIL PROTECTED] Fri Jun 04 08:01:06 2004
Return-path: <[EMAIL PROTECTED]>
Received: from smtp-out6.xs4all.nl [194.109.24.7] 
        by spohr.debian.org with esmtp (Exim 3.35 1 (Debian))
        id 1BWGBt-0006jj-00; Fri, 04 Jun 2004 08:01:06 -0700
Received: from vvier.xs4all.nl (vvier.xs4all.nl [213.84.188.36])
        by smtp-out6.xs4all.nl (8.12.10/8.12.10) with ESMTP id i54F14ew085964
        for <[EMAIL PROTECTED]>; Fri, 4 Jun 2004 17:01:04 +0200 (CEST)
Received: from bird.vvier.xs4all.nl (arnout.vvier.xs4all.nl [10.4.4.102])
        by vvier.xs4all.nl (Postfix) with ESMTP
        id EC18B1406D; Fri,  4 Jun 2004 17:00:57 +0200 (CEST)
Received: from arnout by bird.vvier.xs4all.nl with local (Exim 4.34)
        id 1BWGBl-00088J-CE; Fri, 04 Jun 2004 17:00:57 +0200
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
From: "A.M.P. Boelens" <[EMAIL PROTECTED]>
To: Debian Bug Tracking System <[EMAIL PROTECTED]>
Subject: linux-kernel-headers: syntax errors in file "/usr/include/linux/videodev2.h"
X-Mailer: reportbug 2.61
Date: Fri, 04 Jun 2004 17:00:57 +0200
Message-Id: <[EMAIL PROTECTED]>
Sender: "A.M.P. Boelens" <[EMAIL PROTECTED]>
Delivered-To: [EMAIL PROTECTED]
X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2004_03_25 
        (1.212-2003-09-23-exp) on spohr.debian.org
X-Spam-Status: No, hits=-8.0 required=4.0 tests=BAYES_00,HAS_PACKAGE 
        autolearn=no version=2.60-bugs.debian.org_2004_03_25
X-Spam-Level: 

Package: linux-kernel-headers
Version: 2.5.999-test7-bk-16
Severity: normal



-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: i386 (i686)
Kernel: Linux 2.6.6-1-k7
Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8

-- no debconf information

When building kde 3.3 alpha1 with Konstruct I get the following error
message about videodev2.h:

make[7]: Entering directory
`/home/test/konstruct/kde/kdeedu/work/kdeedu-3.2.90/kstars/kstars/indi/webcam'
if /bin/sh ../../../../libtool --silent --mode=compile --tag=CXX g++
-DHAVE_CONFIG_H -I. -I. -I../../../..   -DQT_THREAD_SUPPORT
-I/home/test/kde3.3-alpha1/include -I/usr/X11R6/include
-I/home/test/kde3.3-alpha1/include -I/usr/X11R6/include -D_REENTRANT
-Wnon-virtual-dtor -Wno-long-long -Wundef -ansi -D_XOPEN_SOURCE=500
-D_BSD_SOURCE -Wcast-align -Wconversion -Wchar-subscripts -Wall -W
-Wpointer-arith -Wwrite-strings -O2 -I/home/test/kde3.3-alpha1/include
-I/usr/X11R6/include -L/home/test/kde3.3-alpha1/lib -L/usr/X11R6/lib -O2
-pipe -I/home/test/kde3.3-alpha1/include -I/usr/X11R6/include
-L/home/test/kde3.3-alpha1/lib -L/usr/X11R6/lib -O2 -pipe
-Wformat-security -Wmissing-format-attribute -fno-exceptions
-fno-check-new -fno-common -DQT_CLEAN_NAMESPACE -DQT_NO_ASCII_CAST
-DQT_NO_STL -DQT_NO_COMPAT -DQT_NO_TRANSLATION  -MT
libwebcam_linux_la.all_cpp.lo -MD -MP -MF
".deps/libwebcam_linux_la.all_cpp.Tpo" -c -o
libwebcam_linux_la.all_cpp.lo libwebcam_linux_la.all_cpp.cpp; \
then mv -f ".deps/libwebcam_linux_la.all_cpp.Tpo"
".deps/libwebcam_linux_la.all_cpp.Plo"; else rm -f
".deps/libwebcam_linux_la.all_cpp.Tpo"; exit 1; fi
In file included from /usr/include/linux/videodev.h:8,
                 from QCamV4L.h:7,
                 from QCamV4L.cpp:14,
                 from libwebcam_linux_la.all_cpp.cpp:4
/usr/include/linux/videodev2.h:432: error: syntax error before `;' token
/usr/include/linux/videodev2.h:500: error: 'v4l2_std_id' is used as a type, but
   is not defined as a type.
/usr/include/linux/videodev2.h:518: error: syntax error before `;' token
/usr/include/linux/videodev2.h:555: error: syntax error before `;' token
In file included from libwebcam_linux_la.all_cpp.cpp:4:
QCamV4L.cpp: In function `void callFrame(void*)':
QCamV4L.cpp:102: warning: unused parameter `void*p' 
QCamV4L.cpp: In function `void updateFrame(int, void*)':
QCamV4L.cpp:301: warning: unused parameter `int d' 
QCamV4L.cpp: In function `void disconnectCam()': 
QCamV4L.cpp:470: warning: left-hand operand of comma expression has no effect
make[7]: *** [libwebcam_linux_la.all_cpp.lo] Error 1 
make[7]: Leaving directory 
`/home/test/konstruct/kde/kdeedu/work/kdeedu-3.2.90/kstars/kstars/indi/webcam'
make[6]: *** [all-recursive] Error 1
make[6]: Leaving directory 
`/home/test/konstruct/kde/kdeedu/work/kdeedu-3.2.90/kstars/kstars/indi'
make[5]: *** [all-recursive] Error 1
make[5]: Leaving directory 
`/home/test/konstruct/kde/kdeedu/work/kdeedu-3.2.90/kstars/kstars'
make[4]: *** [all-recursive] Error 1
make[4]: Leaving directory `/home/test/konstruct/kde/kdeedu/work/kdeedu-3.2.90/kstars'
make[3]: *** [all-recursive] Error 1
make[3]: Leaving directory `/home/test/konstruct/kde/kdeedu/work/kdeedu-3.2.90'
make[2]: *** [all] Error 2
make[2]: Leaving directory `/home/test/konstruct/kde/kdeedu/work/kdeedu-3.2.90' 
make[1]: *** [build-work/kdeedu-3.2.90/Makefile] Error 2 
make[1]: Leaving directory `/home/test/konstruct/kde/kdeedu'
make: *** [dep-../../kde/kdeedu] Error 2

---------------------------------------
Received: (at 252651-close) by bugs.debian.org; 31 Jul 2004 14:49:48 +0000
>From [EMAIL PROTECTED] Sat Jul 31 07:49:48 2004
Return-path: <[EMAIL PROTECTED]>
Received: from newraff.debian.org [208.185.25.31] (mail)
        by spohr.debian.org with esmtp (Exim 3.35 1 (Debian))
        id 1BqvBD-0001Q8-00; Sat, 31 Jul 2004 07:49:48 -0700
Received: from katie by newraff.debian.org with local (Exim 3.35 1 (Debian))
        id 1Bqv8e-0007wK-00; Sat, 31 Jul 2004 10:47:08 -0400
From: GOTO Masanori <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
X-Katie: $Revision: 1.51 $
Subject: Bug#252651: fixed in linux-kernel-headers 2.5.999-test7-bk-17
Message-Id: <[EMAIL PROTECTED]>
Sender: Archive Administrator <[EMAIL PROTECTED]>
Date: Sat, 31 Jul 2004 10:47:08 -0400
Delivered-To: [EMAIL PROTECTED]
X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2004_03_25 
        (1.212-2003-09-23-exp) on spohr.debian.org
X-Spam-Status: No, hits=-6.0 required=4.0 tests=BAYES_00,HAS_BUG_NUMBER 
        autolearn=no version=2.60-bugs.debian.org_2004_03_25
X-Spam-Level: 

Source: linux-kernel-headers
Source-Version: 2.5.999-test7-bk-17

We believe that the bug you reported is fixed in the latest version of
linux-kernel-headers, which is due to be installed in the Debian FTP archive:

linux-kernel-headers_2.5.999-test7-bk-17.diff.gz
  to pool/main/l/linux-kernel-headers/linux-kernel-headers_2.5.999-test7-bk-17.diff.gz
linux-kernel-headers_2.5.999-test7-bk-17.dsc
  to pool/main/l/linux-kernel-headers/linux-kernel-headers_2.5.999-test7-bk-17.dsc
linux-kernel-headers_2.5.999-test7-bk-17_i386.deb
  to pool/main/l/linux-kernel-headers/linux-kernel-headers_2.5.999-test7-bk-17_i386.deb



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.
GOTO Masanori <[EMAIL PROTECTED]> (supplier of updated linux-kernel-headers 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: SHA1

Format: 1.7
Date: Sun,  6 Jun 2004 05:35:11 +0900
Source: linux-kernel-headers
Binary: linux-kernel-headers
Architecture: source i386
Version: 2.5.999-test7-bk-17
Distribution: unstable
Urgency: low
Maintainer: GOTO Masanori <[EMAIL PROTECTED]>
Changed-By: GOTO Masanori <[EMAIL PROTECTED]>
Description: 
 linux-kernel-headers - Linux Kernel Headers for development
Closes: 252651 252720 256502 259766
Changes: 
 linux-kernel-headers (2.5.999-test7-bk-17) unstable; urgency=low
 .
   * GOTO Masanori <[EMAIL PROTECTED]>
 .
     - Don't use the XSI:isms `-a' and `-o' in tests for
       debian/generate-asm.sh from David Weinehall <[EMAIL PROTECTED]>.
       (Closes: #256502)
     - Install i386 kernel headers into /usr/include/i386-linux on x86-64
       from Andreas Jochens <[EMAIL PROTECTED]>.  (Closes: #252720)
     - Fix 64bit conversion makes weird behavior on s390 from
       Bastian Blank <[EMAIL PROTECTED]>.  (Closes: #259766)
       - s390-asm-byteorder.patch
     - Fix <asm/types.h> -ansi vs long long.  (Closes: #252651)
       - asm-types-long-long.patch
     - Revert x86-64 <asm/types.h> modification in x86-64-long-long.patch
       because asm-types-long-long.patch fixes more appropriate method.
Files: 
 f6d1dd1fb48e99c4b5eb94a756befb6b 856 devel standard 
linux-kernel-headers_2.5.999-test7-bk-17.dsc
 ba578f0c6a1bc8a852e040ff8206fcaf 56582 devel standard 
linux-kernel-headers_2.5.999-test7-bk-17.diff.gz
 1fcca61cd0f5df09afddcc425f46bd64 1377022 devel standard 
linux-kernel-headers_2.5.999-test7-bk-17_i386.deb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.4 (GNU/Linux)

iD8DBQFBC605qIqasIZIJsMRAnuOAJ9S2V64NA/n5jSGA1mg7FKG39sQtwCfW9Nq
mbXbtUp3v0BqzSmCmkOekaw=
=ll78
-----END PGP SIGNATURE-----


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to