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

Bug#252651: marked as done (linux-kernel-headers: syntax errors in file "/usr/include/linux/videodev2.h")



Your message dated Sat, 31 Jul 2004 10:47:08 -0400
with message-id <E1Bqv8e-0007wK-00@newraff.debian.org>
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 arnout@vvier.xs4all.nl Fri Jun 04 08:01:06 2004
Return-path: <arnout@vvier.xs4all.nl>
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 <submit@bugs.debian.org>; 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" <arnie@vvier.xs4all.nl>
To: Debian Bug Tracking System <submit@bugs.debian.org>
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: <E1BWGBl-00088J-CE@bird.vvier.xs4all.nl>
Sender: "A.M.P. Boelens" <arnout@vvier.xs4all.nl>
Delivered-To: submit@bugs.debian.org
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 katie@ftp-master.debian.org Sat Jul 31 07:49:48 2004
Return-path: <katie@ftp-master.debian.org>
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 <gotom@debian.org>
To: 252651-close@bugs.debian.org
X-Katie: $Revision: 1.51 $
Subject: Bug#252651: fixed in linux-kernel-headers 2.5.999-test7-bk-17
Message-Id: <E1Bqv8e-0007wK-00@newraff.debian.org>
Sender: Archive Administrator <katie@ftp-master.debian.org>
Date: Sat, 31 Jul 2004 10:47:08 -0400
Delivered-To: 252651-close@bugs.debian.org
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 252651@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
GOTO Masanori <gotom@debian.org> (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 ftpmaster@debian.org)


-----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 <gotom@debian.org>
Changed-By: GOTO Masanori <gotom@debian.org>
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 <gotom@debian.org>
 .
     - Don't use the XSI:isms `-a' and `-o' in tests for
       debian/generate-asm.sh from David Weinehall <tao@debian.org>.
       (Closes: #256502)
     - Install i386 kernel headers into /usr/include/i386-linux on x86-64
       from Andreas Jochens <aj@andaco.de>.  (Closes: #252720)
     - Fix 64bit conversion makes weird behavior on s390 from
       Bastian Blank <waldi@debian.org>.  (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-----



Reply to: