Your message dated Thu, 18 Aug 2005 16:07:27 +0200 with message-id <[EMAIL PROTECTED]> and subject line Bug already fixed 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; 18 Aug 2005 06:55:49 +0000 >From [EMAIL PROTECTED] Wed Aug 17 23:55:49 2005 Return-path: <[EMAIL PROTECTED]> Received: from zoot.lafn.org [206.117.18.6] by spohr.debian.org with esmtp (Exim 3.36 1 (Debian)) id 1E5eJY-0003pu-00; Wed, 17 Aug 2005 23:55:48 -0700 Received: from localhost.localdomain (pool-71-104-166-233.lsanca.dsl-w.verizon.net [71.104.166.233]) (authenticated bits=0) by zoot.lafn.org (8.13.1/8.13.1) with ESMTP id j7I6tldM087749 (version=TLSv1/SSLv3 cipher=AES256-SHA bits=256 verify=NO) for <[EMAIL PROTECTED]>; Wed, 17 Aug 2005 23:55:48 -0700 (PDT) (envelope-from [EMAIL PROTECTED]) Received: from kraai by localhost.localdomain with local (Exim 4.52) id 1E5VwB-0001HT-62 for [EMAIL PROTECTED]; Wed, 17 Aug 2005 14:59:07 -0700 Date: Wed, 17 Aug 2005 14:59:07 -0700 From: Matt Kraai <[EMAIL PROTECTED]> To: [EMAIL PROTECTED] Subject: FTBFS: Unable to include Xv.h and Xvlib.h Message-ID: <[EMAIL PROTECTED]> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="dc+cDN39EJAMEtIO" Content-Disposition: inline User-Agent: Mutt/1.5.9i X-Virus-Scanned: ClamAV 0.86.2/1030/Wed Aug 17 08:53:46 2005 on zoot.lafn.org X-Virus-Status: Clean Delivered-To: [EMAIL PROTECTED] X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2005_01_02 (1.212-2003-09-23-exp) on spohr.debian.org X-Spam-Level: X-Spam-Status: No, hits=-2.4 required=4.0 tests=BAYES_00,DATE_IN_PAST_06_12 autolearn=no version=2.60-bugs.debian.org_2005_01_02 --dc+cDN39EJAMEtIO Content-Type: multipart/mixed; boundary="n8g4imXOkfNTN/H1" Content-Disposition: inline --n8g4imXOkfNTN/H1 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Package: libquicktime Version: 0.9.7-0.0 Severity: serious Tags: patch libquicktime fails to build because it cannot include Xv.h and Xvlib.h: > if i486-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include/quicktime= -I../include -I/usr/include/alsa -march=3Dpentium4 -mtune=3Dpentium4= -O3 -funroll-all-loops -fomit-frame-pointer -finline-functions -Wall -Winl= ine -MT lqtplay.o -MD -MP -MF ".deps/lqtplay.Tpo" -c -o lqtplay.o lqtplay.c= ; \ > then mv -f ".deps/lqtplay.Tpo" ".deps/lqtplay.Po"; else rm -f ".deps/lqtp= lay.Tpo"; exit 1; fi > lqtplay.c:41:31: error: X11/extensions/Xv.h: No such file or directory > lqtplay.c:42:34: error: X11/extensions/Xvlib.h: No such file or directory > lqtplay.c: In function 'xv_init': > lqtplay.c:240: error: 'XvAdaptorInfo' undeclared (first use in this funct= ion) > lqtplay.c:240: error: (Each undeclared identifier is reported only once > lqtplay.c:240: error: for each function it appears in.) > lqtplay.c:240: error: 'ai' undeclared (first use in this function) > lqtplay.c:241: error: 'XvImageFormatValues' undeclared (first use in this= function) > lqtplay.c:241: error: 'fo' undeclared (first use in this function) > lqtplay.c:243: warning: implicit declaration of function 'XvQueryExtensio= n' > lqtplay.c:247: warning: implicit declaration of function 'XvQueryAdaptors' > lqtplay.c:250: error: 'XvInputMask' undeclared (first use in this functio= n) > lqtplay.c:250: error: 'XvImageMask' undeclared (first use in this functio= n) > lqtplay.c:251: warning: implicit declaration of function 'XvGrabPort' > lqtplay.c:264: warning: implicit declaration of function 'XvListImageForm= ats' > lqtplay.c:273: error: 'XvPacked' undeclared (first use in this function) > lqtplay.c: At top level: > lqtplay.c:371: error: syntax error before '*' token > lqtplay.c:373: warning: return type defaults to 'int' > lqtplay.c: In function 'xv_create_ximage': > lqtplay.c:374: error: 'XvImage' undeclared (first use in this function) > lqtplay.c:374: error: 'xvimage' undeclared (first use in this function) > lqtplay.c:385: warning: implicit declaration of function 'XvShmCreateImag= e' > lqtplay.c:427: warning: implicit declaration of function 'XvCreateImage' > lqtplay.c: At top level: > lqtplay.c:440: error: syntax error before 'XvImage' > lqtplay.c: In function 'xv_blit': > lqtplay.c:444: warning: implicit declaration of function 'XvPutImage' > lqtplay.c:444: error: 'win' undeclared (first use in this function) > lqtplay.c:444: error: 'gc' undeclared (first use in this function) > lqtplay.c:444: error: 'xi' undeclared (first use in this function) > lqtplay.c:444: error: 'iw' undeclared (first use in this function) > lqtplay.c:444: error: 'ih' undeclared (first use in this function) > lqtplay.c:444: error: 'ww' undeclared (first use in this function) > lqtplay.c:444: error: 'wh' undeclared (first use in this function) > lqtplay.c:446: warning: implicit declaration of function 'XvShmPutImage' > lqtplay.c: At top level: > lqtplay.c:791: error: syntax error before '*' token > lqtplay.c:791: warning: type defaults to 'int' in declaration of 'qt_xvim= age' > lqtplay.c:791: warning: data definition has no type or storage class > lqtplay.c: In function 'qt_init_video': > lqtplay.c:957: error: request for member 'data' in something not a struct= ure or union > lqtplay.c:959: error: request for member 'pitches' in something not a str= ucture or union > lqtplay.c:969: error: request for member 'data' in something not a struct= ure or union > lqtplay.c:969: error: request for member 'offsets' in something not a str= ucture or union > lqtplay.c:970: error: request for member 'data' in something not a struct= ure or union > lqtplay.c:970: error: request for member 'offsets' in something not a str= ucture or union > lqtplay.c:971: error: request for member 'data' in something not a struct= ure or union > lqtplay.c:971: error: request for member 'offsets' in something not a str= ucture or union > lqtplay.c:979: error: request for member 'data' in something not a struct= ure or union > lqtplay.c:979: error: request for member 'offsets' in something not a str= ucture or union > lqtplay.c:980: error: request for member 'data' in something not a struct= ure or union > lqtplay.c:980: error: request for member 'offsets' in something not a str= ucture or union > lqtplay.c:981: error: request for member 'data' in something not a struct= ure or union > lqtplay.c:981: error: request for member 'offsets' in something not a str= ucture or union > lqtplay.c:983: error: request for member 'pitches' in something not a str= ucture or union > lqtplay.c:984: error: request for member 'pitches' in something not a str= ucture or union Adding a build-dependency on libxv-dev fixes this problem. --=20 Matt --n8g4imXOkfNTN/H1 Content-Type: text/plain; charset=us-ascii Content-Disposition: attachment; filename=patch Content-Transfer-Encoding: quoted-printable diff -u libquicktime-0.9.7/debian/control libquicktime-0.9.7/debian/control --- libquicktime-0.9.7/debian/control +++ libquicktime-0.9.7/debian/control @@ -3,7 +3,7 @@ Priority: optional Maintainer: Gerd Knorr <[EMAIL PROTECTED]> Standards-Version: 3.6.2 -Build-Depends: debhelper (>=3D 3.0), libgtk2.0-dev (> 2.4.0), libpng12-0-d= ev | libpng-dev, libjpeg-dev, libraw1394-dev, libavc1394-dev, libvorbis-dev= (>=3D1.0.1-1), xlibmesa-dev, libxaw7-dev, libsdl1.2-dev, libpopt-dev, libd= v4-dev +Build-Depends: debhelper (>=3D 3.0), libgtk2.0-dev (> 2.4.0), libpng12-0-d= ev | libpng-dev, libjpeg-dev, libraw1394-dev, libavc1394-dev, libvorbis-dev= (>=3D1.0.1-1), xlibmesa-dev, libxaw7-dev, libsdl1.2-dev, libpopt-dev, libd= v4-dev, libxv-dev =20 Package: libquicktime1 Architecture: any --n8g4imXOkfNTN/H1-- --dc+cDN39EJAMEtIO Content-Type: application/pgp-signature; name="signature.asc" Content-Description: Digital signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.1 (GNU/Linux) iD8DBQFDA7MqfNdgYxVXvBARAvvqAKCI/bSvIMfRsz4i/wLxhClkgoICgwCcCAZn xdpEWFclk+HMe+HTcY+Ks8s= =e4mo -----END PGP SIGNATURE----- --dc+cDN39EJAMEtIO-- --------------------------------------- Received: (at 323726-done) by bugs.debian.org; 18 Aug 2005 14:07:29 +0000 >From [EMAIL PROTECTED] Thu Aug 18 07:07:29 2005 Return-path: <[EMAIL PROTECTED]> Received: from postfix4-1.free.fr [213.228.0.62] by spohr.debian.org with esmtp (Exim 3.36 1 (Debian)) id 1E5l3I-0002CY-00; Thu, 18 Aug 2005 07:07:29 -0700 Received: from christian.marillat.net (unknown [82.225.139.42]) by postfix4-1.free.fr (Postfix) with ESMTP id CB6E8319FA6; Thu, 18 Aug 2005 16:07:27 +0200 (CEST) Received: from marillat by christian.marillat.net with local (Exim 4.52) id 1E5l3H-0007Zz-5X; Thu, 18 Aug 2005 16:07:27 +0200 From: Christian Marillat <[EMAIL PROTECTED]> To: [EMAIL PROTECTED] Cc: Matt Kraai <[EMAIL PROTECTED]> Subject: Bug already fixed X-Face: %bb}rHtkhdXe[kOd{$b>~C#vXV/f-TGTU{[j(@aYvg~5i3E"O+!TdhB,l|fu!F"v%1 $d/]Xn;[HuD"PPm6!cVD$FO!7FGEk1:-2y!<'k8.yWu_aso"c!Rn<&*}MKyl>Ym#H-Hj.;'m3q |:`GheUw?{lt~;@j-a,x-r*A}5uJDxfW"/UgcSaB_Dwksz-MU3hLkF}%uwe._`u\Avd! Date: Thu, 18 Aug 2005 16:07:27 +0200 Message-ID: <[EMAIL PROTECTED]> User-Agent: Gnus/5.110004 (No Gnus v0.4) XEmacs/21.4.17 (linux) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Delivered-To: [EMAIL PROTECTED] X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2005_01_02 (1.212-2003-09-23-exp) on spohr.debian.org X-Spam-Level: X-Spam-Status: No, hits=-3.0 required=4.0 tests=BAYES_00 autolearn=no version=2.60-bugs.debian.org_2005_01_02 Hi, This bug has been already fixed in 0.9.7-0.1 : ,---- | libquicktime (1:0.9.7-0.1) unstable; urgency=low | | * Change the libquicktime1 package name to libquicktime0 du to library | Soname change libquicktime1 is now libquicktime0. | * Add libxv-dev in Build-Depends. | | -- Christian Marillat <[EMAIL PROTECTED]> Wed, 17 Aug 2005 17:19:43 +0200 `---- Christian -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]