Your message dated Thu, 6 Oct 2005 15:56:57 +0200 (CEST)
with message-id <[EMAIL PROTECTED]>
and subject line gem: FTBFS (amd64): 'quicktime_supported_video' was not
declared in this scope
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; 29 Aug 2005 12:36:45 +0000
>From [EMAIL PROTECTED] Mon Aug 29 05:36:45 2005
Return-path: <[EMAIL PROTECTED]>
Received: from d009191.adsl.hansenet.de (localhost.localdomain) [80.171.9.191]
by spohr.debian.org with esmtp (Exim 3.36 1 (Debian))
id 1E9isW-0005Q7-00; Mon, 29 Aug 2005 05:36:45 -0700
Received: from aj by localhost.localdomain with local (Exim 4.52)
id 1E9isV-0004zO-4K; Mon, 29 Aug 2005 14:36:43 +0200
To: Debian Bug Tracking System <[EMAIL PROTECTED]>
From: Andreas Jochens <[EMAIL PROTECTED]>
Subject: gem: FTBFS (amd64): 'quicktime_supported_video' was not declared in
this scope
Message-Id: <[EMAIL PROTECTED]>
Date: Mon, 29 Aug 2005 14:36:43 +0200
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=-8.0 required=4.0 tests=BAYES_00,HAS_PACKAGE
autolearn=no version=2.60-bugs.debian.org_2005_01_02
Package: gem
Version: 1:0.90.0-17
Severity: serious
Tags: patch
When building 'gem' on amd64/unstable,
I get the following error:
g++ -c -fPIC -g -Wall -O2 -I/usr/include/freetype2 -I.. -I/usr/include/FTGL
pix_a_2grey.cpp -o pix_a_2grey.o
In file included from filmQT4L.cpp:17:
../Pixes/filmQT4L.h:23:33: error: quicktime/quicktime.h: No such file or
directory
../Pixes/filmQT4L.h:24:35: error: quicktime/colormodels.h: No such file or
directory
With the attached patch 'gem' can be compiled on amd64.
The patch also contains a fix for the "non-PIC" problem #324339.
Regards
Andreas Jochens
diff -urN ../tmp-orig/gem-0.90.0/debian/patches/04_quicktime_headers.patch
./debian/patches/04_quicktime_headers.patch
--- ../tmp-orig/gem-0.90.0/debian/patches/04_quicktime_headers.patch
1970-01-01 00:00:00.000000000 +0000
+++ ./debian/patches/04_quicktime_headers.patch 2005-08-29 12:14:33.000000000
+0000
@@ -0,0 +1,28 @@
+diff -urN ../gem-0.90.0/src/Pixes/filmQT4L.h gem-0.90.0/src/Pixes/filmQT4L.h
+--- ../gem-0.90.0/src/Pixes/filmQT4L.h 2003-10-07 08:58:57.000000000 +0000
++++ gem-0.90.0/src/Pixes/filmQT4L.h 2005-08-29 12:06:38.000000000 +0000
+@@ -20,8 +20,8 @@
+ #include <stdio.h>
+
+ #ifdef HAVE_LIBQUICKTIME
+-#include <quicktime/quicktime.h>
+-#include <quicktime/colormodels.h>
++#include <lqt/quicktime.h>
++#include <lqt/colormodels.h>
+ #endif // QT
+
+ /*-----------------------------------------------------------------
+diff -urN ../gem-0.90.0/src/Pixes/pix_filmLinux.h
gem-0.90.0/src/Pixes/pix_filmLinux.h
+--- ../gem-0.90.0/src/Pixes/pix_filmLinux.h 2003-10-10 11:09:04.000000000
+0000
++++ gem-0.90.0/src/Pixes/pix_filmLinux.h 2005-08-29 12:06:38.000000000
+0000
+@@ -18,8 +18,8 @@
+
+ #include "Pixes/pix_film.h"
+ #ifdef HAVE_LIBQUICKTIME
+-#include <quicktime/quicktime.h>
+-#include <quicktime/colormodels.h>
++#include <lqt/quicktime.h>
++#include <lqt/colormodels.h>
+ #endif // QT
+ #ifdef HAVE_LIBMPEG3
+ #include <libmpeg3.h>
diff -urN ../tmp-orig/gem-0.90.0/debian/patches/01_buildsys.patch
./debian/patches/01_buildsys.patch
--- ../tmp-orig/gem-0.90.0/debian/patches/01_buildsys.patch 2005-08-29
12:21:19.000000000 +0000
+++ ./debian/patches/01_buildsys.patch 2005-08-29 12:17:55.000000000 +0000
@@ -124,7 +124,7 @@
+
+AC_CHECK_LIB(aviplay,main)
+
-+AC_CHECK_LIB(dts,main)
++AC_CHECK_LIB(dts_pic,main)
+
+# avcodec and avformat need a stupid Debian hack (the _pic part)
+
@@ -143,7 +143,7 @@
+AC_CHECK_LIB(dv,main)
+AC_CHECK_LIB(ftgl,main,
+ AC_DEFINE(HAVE_LIBFTGL)
-+ INCLUDES="$INCLUDES -I/usr/include/FTGL" && LIBS="-lftgl $LIBS")
++ INCLUDES="$INCLUDES -I/usr/include/FTGL" && LIBS="-lftgl_pic $LIBS")
+
+AC_CHECK_LIB(vorbisenc, vorbis_encode_init)
+AC_CHECK_LIB(vorbis, vorbis_info_init)
---------------------------------------
Received: (at 325567-done) by bugs.debian.org; 6 Oct 2005 13:57:01 +0000
>From [EMAIL PROTECTED] Thu Oct 06 06:57:01 2005
Return-path: <[EMAIL PROTECTED]>
Received: from xdv.org [62.116.9.23] (root)
by spohr.debian.org with esmtp (Exim 3.36 1 (Debian))
id 1ENWF3-00010Q-00; Thu, 06 Oct 2005 06:57:01 -0700
Received: from xdv.org ([EMAIL PROTECTED] [62.116.9.23])
by xdv.org (8.13.5/8.13.3/Debian-6) with ESMTP id j96DuvjL004195
(version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT)
for <[EMAIL PROTECTED]>; Thu, 6 Oct 2005 15:56:58 +0200
Date: Thu, 6 Oct 2005 15:56:57 +0200 (CEST)
From: Guenter Geiger <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
Subject: gem: FTBFS (amd64): 'quicktime_supported_video' was not declared in
this scope
Message-ID: <[EMAIL PROTECTED]>
MIME-Version: 1.0
Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed
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
Fixed. Thanks for the patch.
Guenter
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]