Your message dated Sat, 3 Sep 2005 15:09:12 +0200
with message-id <[EMAIL PROTECTED]>
has caused the Debian Bug report #326010,
regarding dvgrab: FTBFS: quicktime/quicktime.h: No such file or directory
to be marked as having been forwarded to the upstream software
author(s) [EMAIL PROTECTED]
(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 326010-forwarded) by bugs.debian.org; 3 Sep 2005 13:11:52 +0000
>From [EMAIL PROTECTED] Sat Sep 03 06:11:51 2005
Return-path: <[EMAIL PROTECTED]>
Received: from pop.gmx.net (mail.gmx.net) [213.165.64.20]
by spohr.debian.org with smtp (Exim 3.36 1 (Debian))
id 1EBXoF-0004AZ-00; Sat, 03 Sep 2005 06:11:51 -0700
Received: (qmail invoked by alias); 03 Sep 2005 13:11:17 -0000
Received: from dialin-145-254-077-073.arcor-ip.net (EHLO
dialin-145-254-077-073.arcor-ip.net) [145.254.77.73]
by mail.gmx.net (mp014) with SMTP; 03 Sep 2005 15:11:17 +0200
X-Authenticated: #2483140
From: Erik Schanze <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
Subject: Re: Bug#326010: dvgrab: FTBFS: quicktime/quicktime.h: No such file or
directory
Date: Sat, 3 Sep 2005 15:09:12 +0200
User-Agent: KMail/1.8.1
References: <[EMAIL PROTECTED]>
In-Reply-To: <[EMAIL PROTECTED]>
Cc: Andreas Jochens <[EMAIL PROTECTED]>,
[EMAIL PROTECTED]
MIME-Version: 1.0
Content-Type: multipart/signed;
boundary="nextPart2410945.buzZKeI8ak";
protocol="application/pgp-signature";
micalg=pgp-sha1
Content-Transfer-Encoding: 7bit
Message-Id: <[EMAIL PROTECTED]>
X-Y-GMX-Trusted: 0
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=-6.0 required=4.0 tests=BAYES_00,HAS_BUG_NUMBER
autolearn=no version=2.60-bugs.debian.org_2005_01_02
--nextPart2410945.buzZKeI8ak
Content-Type: text/plain;
charset="iso-8859-15"
Content-Transfer-Encoding: quoted-printable
Content-Disposition: inline
Hi Arne!
[Please keep [EMAIL PROTECTED] in CC: on answers]
Since http://jira.schirmacher.de/jira-kino/ gives an "Internal Server=20
Error" I contact you directly, not over your BTS.
A Debian user had reported a bug, that outlines a change in libquicktime=20
header paths. This change was introdueced in libquicktime 0.9.5.
You should adapt filehandler.h and configure script of dvgrab-1.8 to=20
reflect this changes.=20
It would be cleaner, if you do not use "HAVE_LIBQUICKTIME" for header=20
inclusions, please take "HAVE_LQT_QUICKTIME_H" and "HAVE_LQT_LQT_H"=20
instead.
Andreas Jochens Andreas Jochens <[EMAIL PROTECTED]>:
> Package: dvgrab
> Version: 1.8-2
> Severity: serious
> Tags: patch
>
> When building 'dvgrab' on amd64/unstable,
> I get the following error:
>
> In file included from dvgrab.h:31,
> from main.cc:75:
> filehandler.h:195:33: error: quicktime/quicktime.h: No such file or
> directory filehandler.h:213: error: ISO C++ forbids declaration of
> 'quicktime_t' with no type filehandler.h:213: error: expected ';'
> before '*' token
> make[1]: *** [main.o] Error 1
> make[1]: Leaving directory `/dvgrab-1.8'
> make: *** [build-stamp] Error 2
>
> With the attached patch 'dvgrab' can be compiled on amd64/unstable.
>
> Regards
> Andreas Jochens
>
> diff -urN ../tmp-orig/dvgrab-1.8/configure ./configure
> --- ../tmp-orig/dvgrab-1.8/configure 2005-04-09 20:56:18.000000000
> +0000 +++ ./configure 2005-09-01 07:46:17.000000000 +0000
> @@ -6303,7 +6303,7 @@
>
>
>
> -for ac_header in quicktime/quicktime.h
> +for ac_header in lqt/quicktime.h
> do
> as_ac_Header=3D`echo "ac_cv_header_$ac_header" | $as_tr_sh`
> if eval "test \"\${$as_ac_Header+set}\" =3D set"; then
> diff -urN ../tmp-orig/dvgrab-1.8/configure.in ./configure.in
> --- ../tmp-orig/dvgrab-1.8/configure.in 2005-04-09 20:54:32.000000000
> +0000 +++ ./configure.in 2005-09-01 07:50:35.000000000 +0000
> @@ -67,7 +67,7 @@
> AC_WARN(libdv missing; I make better dv2 AVI files with libdv 0.98
> or newer installed.) ])
>
> -AC_CHECK_HEADERS(quicktime/quicktime.h,,
> +AC_CHECK_HEADERS(lqt/quicktime.h,,
> [
> AC_WARN(quicktime headers missing; install libquicktime or
> quicktime4linux to support Quicktime files.) ])
> diff -urN ../tmp-orig/dvgrab-1.8/filehandler.h ./filehandler.h
> --- ../tmp-orig/dvgrab-1.8/filehandler.h 2004-07-22
> 02:25:14.000000000 +0000 +++ ./filehandler.h 2005-09-01
> 07:44:02.000000000 +0000
> @@ -192,7 +192,7 @@
> };
>
> #ifdef HAVE_LIBQUICKTIME
> -#include <quicktime/quicktime.h>
> +#include <lqt/quicktime.h>
>
> class QtHandler: public FileHandler
> {
Kindly regards,
Erik
=2D-=20
www.ErikSchanze.de *********************************************
Bitte keine HTML-E-Mails! No HTML mails, please! Limit: 100 kB *
* Linux-Info-Tag in Dresden, am 29. Oktober 2005 *
Info: http://www.linux-info-tag.de *
--nextPart2410945.buzZKeI8ak
Content-Type: application/pgp-signature
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.1 (GNU/Linux)
iD8DBQBDGaB9wAfeuzCCU0URAtDyAJ4qFP+Ium2tQhVaOiZ/Woa+ZLJFKACcCSrE
B6SwfG54+b1reo0PWN3Wzhk=
=2U71
-----END PGP SIGNATURE-----
--nextPart2410945.buzZKeI8ak--
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]