libtheora: FTBFS: tries to install to /usr during packaging.

Bug #14255 reported by Debian Bug Importer
4
Affects Status Importance Assigned to Milestone
libtheora (Debian)
Fix Released
Unknown
libtheora (Ubuntu)
Invalid
High
LaMont Jones

Bug Description

Automatically imported from Debian bug report #300422 http://bugs.debian.org/300422

Revision history for this message
Debian Bug Importer (debzilla) wrote :

Automatically imported from Debian bug report #300422 http://bugs.debian.org/300422

Revision history for this message
Debian Bug Importer (debzilla) wrote :

Message-ID: <email address hidden>
Date: Sat, 19 Mar 2005 17:44:51 +0100
From: Kurt Roeckx <email address hidden>
To: <email address hidden>
Subject: libtheora: FTBFS: tries to install to /usr during packaging.

Package: libtheora
Version: 0.0.0.alpha4-1
Severity: serious

Hi,

Your package is failing to build because it's trying to install
directly into /usr during packaging.

From a buildd log:
make[4]: Entering directory `/build/buildd/libtheora-0.0.0.alpha4/doc'
make[4]: Nothing to be done for `install-exec-am'.
mkdir -p -- . /usr/share/doc/libtheora-1.0alpha4
mkdir: cannot create directory `/usr/share/doc/libtheora-1.0alpha4': Permission
 denied
make[4]: *** [install-data-local] Error 1

The problem seems to be that DESTDIR it's properly used in the
Makefile everywhere.

Kurt

Revision history for this message
LaMont Jones (lamont) wrote :

hoary has 0.0.0.alpha3-1.

Revision history for this message
In , Steve Langasek (vorlon) wrote : tagging 300422

# Automatically generated email from bts, devscripts version 2.8.10
tags 300422 sid

Revision history for this message
Debian Bug Importer (debzilla) wrote :

Message-Id: <email address hidden>
Date: Sat, 19 Mar 2005 15:11:14 -0800
From: Steve Langasek <email address hidden>
To: <email address hidden>
Subject: tagging 300422

# Automatically generated email from bts, devscripts version 2.8.10
tags 300422 sid

Revision history for this message
In , RISKO Gergely (risko) wrote : patches for libtheora's debian bugs
Download full text (4.7 KiB)

package libtheora
tags 300422 patch
tags 290465 patch
tags 297816 patch
thanks

And here comes the patch:
diff -urN /home/risko/work/debian/rc/libtheora-0.0.0.alpha4/debian/changelog libtheora-0.0.0.alpha4/debian/changelog
--- /home/risko/work/debian/rc/libtheora-0.0.0.alpha4/debian/changelog 2005-03-21 12:42:17.000000000 +0100
+++ libtheora-0.0.0.alpha4/debian/changelog 2005-03-21 13:45:56.000000000 +0100
@@ -1,3 +1,9 @@
+libtheora (0.0.0.alpha4-2) unstable; urgency=low
+
+ * fixed the build things (closes: #300422, #290465, #297816)
+
+ -- RISKO Gergely <email address hidden> Mon, 21 Mar 2005 13:13:58 +0100
+
 libtheora (0.0.0.alpha4-1) unstable; urgency=low

   * New upstream.
@@ -16,6 +22,3 @@

  -- Christopher L Cheney <email address hidden> Wed, 25 Sep 2002 21:00:00 -0500

-Local variables:
-mode: debian-changelog
-End:
diff -urN /home/risko/work/debian/rc/libtheora-0.0.0.alpha4/debian/control libtheora-0.0.0.alpha4/debian/control
--- /home/risko/work/debian/rc/libtheora-0.0.0.alpha4/debian/control 2005-03-21 12:42:17.000000000 +0100
+++ libtheora-0.0.0.alpha4/debian/control 2005-03-21 13:14:03.000000000 +0100
@@ -3,7 +3,7 @@
 Priority: optional
 Maintainer: Christopher L Cheney <email address hidden>
 Build-Depends: autotools-dev, cdbs, debhelper (>> 4.0.0), devscripts, doxygen, graphviz, libogg-dev (>= 1.1.0), libsdl1.2-dev, libvorbis-dev, python
-Standards-Version: 3.6.1.0
+Standards-Version: 3.6.1.1

 Package: libtheora0
 Architecture: any
diff -urN /home/risko/work/debian/rc/libtheora-0.0.0.alpha4/debian/patches/00list libtheora-0.0.0.alpha4/debian/patches/00list
--- /home/risko/work/debian/rc/libtheora-0.0.0.alpha4/debian/patches/00list 1970-01-01 01:00:00.000000000 +0100
+++ libtheora-0.0.0.alpha4/debian/patches/00list 2005-03-21 13:32:06.000000000 +0100
@@ -0,0 +1 @@
+01autotools
diff -urN /home/risko/work/debian/rc/libtheora-0.0.0.alpha4/debian/patches/01autotools.dpatch libtheora-0.0.0.alpha4/debian/patches/01autotools.dpatch
--- /home/risko/work/debian/rc/libtheora-0.0.0.alpha4/debian/patches/01autotools.dpatch 1970-01-01 01:00:00.000000000 +0100
+++ libtheora-0.0.0.alpha4/debian/patches/01autotools.dpatch 2005-03-21 13:41:56.000000000 +0100
@@ -0,0 +1,44 @@
+#! /bin/sh /usr/share/dpatch/dpatch-run
+## 01_autotools.dpatch by <email address hidden>
+##
+## All lines beginning with `## DP:' are a description of the patch.
+## DP: Autotools build fixes
+
+@DPATCH@
+
+--- ./autogen.sh
++++ ./autogen.sh
+@@ -113,4 +113,4 @@
+ autoconf || exit 1
+
+ cd $olddir
+-$srcdir/configure "$@" && echo
++#$srcdir/configure "$@" && echo
+--- ./doc/Makefile.am
++++ ./doc/Makefile.am
+@@ -44,21 +44,21 @@
+
+
+ install-data-local: doxygen-build.stamp
+- $(mkinstalldirs) $(docdir)
++ $(mkinstalldirs) $(DESTDIR)$(docdir)
+ if test -d libtheora; then \
+ for dir in libtheora/*; do \
+ if test -d $$dir; then \
+ b=`basename $$dir`; \
+- $(mkinstalldirs) $(docdir)/$$b; \
++ $(mkinstalldirs) $(DESTDIR)$(docdir)/$$b; \
+ for f in $$dir/*; do \
+- $(INSTALL_DATA) $$f $(docdir)/$$b; \
++ $(INSTALL_DATA) $$f $(DESTDIR)$(docdir)/$$b; \
+ done \
+ fi \
+ done \
+ fi
+
+ uninstall-local:
+- rm -rf $(docdir)...

Read more...

Revision history for this message
Debian Bug Importer (debzilla) wrote :
Download full text (4.9 KiB)

Message-ID: <email address hidden>
Date: Mon, 21 Mar 2005 14:00:31 +0100
From: RISKO Gergely <email address hidden>
To: <email address hidden>
Subject: patches for libtheora's debian bugs

package libtheora
tags 300422 patch
tags 290465 patch
tags 297816 patch
thanks

And here comes the patch:
diff -urN /home/risko/work/debian/rc/libtheora-0.0.0.alpha4/debian/changelog libtheora-0.0.0.alpha4/debian/changelog
--- /home/risko/work/debian/rc/libtheora-0.0.0.alpha4/debian/changelog 2005-03-21 12:42:17.000000000 +0100
+++ libtheora-0.0.0.alpha4/debian/changelog 2005-03-21 13:45:56.000000000 +0100
@@ -1,3 +1,9 @@
+libtheora (0.0.0.alpha4-2) unstable; urgency=low
+
+ * fixed the build things (closes: #300422, #290465, #297816)
+
+ -- RISKO Gergely <email address hidden> Mon, 21 Mar 2005 13:13:58 +0100
+
 libtheora (0.0.0.alpha4-1) unstable; urgency=low

   * New upstream.
@@ -16,6 +22,3 @@

  -- Christopher L Cheney <email address hidden> Wed, 25 Sep 2002 21:00:00 -0500

-Local variables:
-mode: debian-changelog
-End:
diff -urN /home/risko/work/debian/rc/libtheora-0.0.0.alpha4/debian/control libtheora-0.0.0.alpha4/debian/control
--- /home/risko/work/debian/rc/libtheora-0.0.0.alpha4/debian/control 2005-03-21 12:42:17.000000000 +0100
+++ libtheora-0.0.0.alpha4/debian/control 2005-03-21 13:14:03.000000000 +0100
@@ -3,7 +3,7 @@
 Priority: optional
 Maintainer: Christopher L Cheney <email address hidden>
 Build-Depends: autotools-dev, cdbs, debhelper (>> 4.0.0), devscripts, doxygen, graphviz, libogg-dev (>= 1.1.0), libsdl1.2-dev, libvorbis-dev, python
-Standards-Version: 3.6.1.0
+Standards-Version: 3.6.1.1

 Package: libtheora0
 Architecture: any
diff -urN /home/risko/work/debian/rc/libtheora-0.0.0.alpha4/debian/patches/00list libtheora-0.0.0.alpha4/debian/patches/00list
--- /home/risko/work/debian/rc/libtheora-0.0.0.alpha4/debian/patches/00list 1970-01-01 01:00:00.000000000 +0100
+++ libtheora-0.0.0.alpha4/debian/patches/00list 2005-03-21 13:32:06.000000000 +0100
@@ -0,0 +1 @@
+01autotools
diff -urN /home/risko/work/debian/rc/libtheora-0.0.0.alpha4/debian/patches/01autotools.dpatch libtheora-0.0.0.alpha4/debian/patches/01autotools.dpatch
--- /home/risko/work/debian/rc/libtheora-0.0.0.alpha4/debian/patches/01autotools.dpatch 1970-01-01 01:00:00.000000000 +0100
+++ libtheora-0.0.0.alpha4/debian/patches/01autotools.dpatch 2005-03-21 13:41:56.000000000 +0100
@@ -0,0 +1,44 @@
+#! /bin/sh /usr/share/dpatch/dpatch-run
+## 01_autotools.dpatch by <email address hidden>
+##
+## All lines beginning with `## DP:' are a description of the patch.
+## DP: Autotools build fixes
+
+@DPATCH@
+
+--- ./autogen.sh
++++ ./autogen.sh
+@@ -113,4 +113,4 @@
+ autoconf || exit 1
+
+ cd $olddir
+-$srcdir/configure "$@" && echo
++#$srcdir/configure "$@" && echo
+--- ./doc/Makefile.am
++++ ./doc/Makefile.am
+@@ -44,21 +44,21 @@
+
+
+ install-data-local: doxygen-build.stamp
+- $(mkinstalldirs) $(docdir)
++ $(mkinstalldirs) $(DESTDIR)$(docdir)
+ if test -d libtheora; then \
+ for dir in libtheora/*; do \
+ if test -d $$dir; then \
+ b=`basename $$dir`; \
+- $(mkinstalldirs) $(docdir)/$$b; \
++ $(mkinstalldirs) $(DESTDIR)$(docdir)/$$b; \
+ for f ...

Read more...

Revision history for this message
In , RISKO Gergely (risko) wrote : new patch for libtheora, fixing the wishlist bug too
Download full text (6.4 KiB)

package libtheora
tags 294457 patch
thanks

Here is an updated patch for libtheora, can be applied to version
0.0.0.alpha4-1

I will NMU it on April 1st, if you don't upload it sooner.

Thanks,
Gergely

diff -urN /home/risko/work/debian/rc/libtheora-0.0.0.alpha4/debian/changelog libtheora-0.0.0.alpha4/debian/changelog
--- /home/risko/work/debian/rc/libtheora-0.0.0.alpha4/debian/changelog 2005-03-21 19:20:45.000000000 +0100
+++ libtheora-0.0.0.alpha4/debian/changelog 2005-03-21 19:14:47.000000000 +0100
@@ -1,3 +1,11 @@
+libtheora (0.0.0.alpha4-1.1) unstable; urgency=low
+
+ * NMU, because an FTBFS keeps it out from testing
+ * fixed the build things (closes: #300422, #290465, #297816)
+ * created libtheora-bin package (closes: #294457)
+
+ -- RISKO Gergely <email address hidden> Mon, 21 Mar 2005 19:14:12 +0100
+
 libtheora (0.0.0.alpha4-1) unstable; urgency=low

   * New upstream.
@@ -16,6 +24,3 @@

  -- Christopher L Cheney <email address hidden> Wed, 25 Sep 2002 21:00:00 -0500

-Local variables:
-mode: debian-changelog
-End:
diff -urN /home/risko/work/debian/rc/libtheora-0.0.0.alpha4/debian/control libtheora-0.0.0.alpha4/debian/control
--- /home/risko/work/debian/rc/libtheora-0.0.0.alpha4/debian/control 2005-03-21 19:20:45.000000000 +0100
+++ libtheora-0.0.0.alpha4/debian/control 2005-03-21 18:27:00.000000000 +0100
@@ -3,7 +3,7 @@
 Priority: optional
 Maintainer: Christopher L Cheney <email address hidden>
 Build-Depends: autotools-dev, cdbs, debhelper (>> 4.0.0), devscripts, doxygen, graphviz, libogg-dev (>= 1.1.0), libsdl1.2-dev, libvorbis-dev, python
-Standards-Version: 3.6.1.0
+Standards-Version: 3.6.1.1

 Package: libtheora0
 Architecture: any
@@ -16,9 +16,20 @@
 Architecture: any
 Section: libdevel
 Depends: libtheora0 (= ${Source-Version}), libogg-dev
-Description: The Theora Compression Codec (development files)
+Description: The Theora Video Compression Codec (development files)
  Theora is a fully open, non-proprietary, patent-and-royalty-free,
  general-purpose compressed video format.
  .
  This package contains the header files and documentation needed to develop
  applications with libtheora.
+
+Package: libtheora-bin
+Architecture: any
+Section: utils
+Depends: ${shlibs:Depends}
+Description: The Theora Video Compression Codec (example encoder, decoder)
+ Theora is a fully open, non-proprietary, patent-and-royalty-free,
+ general-purpose compressed video format.
+ .
+ This package contains a reference implementation of an encoder and a
+ decoder.
diff -urN /home/risko/work/debian/rc/libtheora-0.0.0.alpha4/debian/libtheora-bin.install libtheora-0.0.0.alpha4/debian/libtheora-bin.install
--- /home/risko/work/debian/rc/libtheora-0.0.0.alpha4/debian/libtheora-bin.install 1970-01-01 01:00:00.000000000 +0100
+++ libtheora-0.0.0.alpha4/debian/libtheora-bin.install 2005-03-21 18:40:04.000000000 +0100
@@ -0,0 +1,3 @@
+examples/.libs/dump_video usr/bin
+examples/.libs/encoder_example usr/bin
+examples/.libs/player_example usr/bin
diff -urN /home/risko/work/debian/rc/libtheora-0.0.0.alpha4/debian/patches/00list libtheora-0.0.0.alpha4/debian/patches/00list
--- /home/risko/work/debian/rc/libtheora-0.0.0.alpha4/debian/patches/00list 1970-01...

Read more...

Revision history for this message
Debian Bug Importer (debzilla) wrote :
Download full text (6.7 KiB)

Message-ID: <email address hidden>
Date: Mon, 21 Mar 2005 19:22:55 +0100
From: RISKO Gergely <email address hidden>
To: <email address hidden>, <email address hidden>, <email address hidden>,
 <email address hidden>, <email address hidden>
Subject: new patch for libtheora, fixing the wishlist bug too

package libtheora
tags 294457 patch
thanks

Here is an updated patch for libtheora, can be applied to version
0.0.0.alpha4-1

I will NMU it on April 1st, if you don't upload it sooner.

Thanks,
Gergely

diff -urN /home/risko/work/debian/rc/libtheora-0.0.0.alpha4/debian/changelog libtheora-0.0.0.alpha4/debian/changelog
--- /home/risko/work/debian/rc/libtheora-0.0.0.alpha4/debian/changelog 2005-03-21 19:20:45.000000000 +0100
+++ libtheora-0.0.0.alpha4/debian/changelog 2005-03-21 19:14:47.000000000 +0100
@@ -1,3 +1,11 @@
+libtheora (0.0.0.alpha4-1.1) unstable; urgency=low
+
+ * NMU, because an FTBFS keeps it out from testing
+ * fixed the build things (closes: #300422, #290465, #297816)
+ * created libtheora-bin package (closes: #294457)
+
+ -- RISKO Gergely <email address hidden> Mon, 21 Mar 2005 19:14:12 +0100
+
 libtheora (0.0.0.alpha4-1) unstable; urgency=low

   * New upstream.
@@ -16,6 +24,3 @@

  -- Christopher L Cheney <email address hidden> Wed, 25 Sep 2002 21:00:00 -0500

-Local variables:
-mode: debian-changelog
-End:
diff -urN /home/risko/work/debian/rc/libtheora-0.0.0.alpha4/debian/control libtheora-0.0.0.alpha4/debian/control
--- /home/risko/work/debian/rc/libtheora-0.0.0.alpha4/debian/control 2005-03-21 19:20:45.000000000 +0100
+++ libtheora-0.0.0.alpha4/debian/control 2005-03-21 18:27:00.000000000 +0100
@@ -3,7 +3,7 @@
 Priority: optional
 Maintainer: Christopher L Cheney <email address hidden>
 Build-Depends: autotools-dev, cdbs, debhelper (>> 4.0.0), devscripts, doxygen, graphviz, libogg-dev (>= 1.1.0), libsdl1.2-dev, libvorbis-dev, python
-Standards-Version: 3.6.1.0
+Standards-Version: 3.6.1.1

 Package: libtheora0
 Architecture: any
@@ -16,9 +16,20 @@
 Architecture: any
 Section: libdevel
 Depends: libtheora0 (= ${Source-Version}), libogg-dev
-Description: The Theora Compression Codec (development files)
+Description: The Theora Video Compression Codec (development files)
  Theora is a fully open, non-proprietary, patent-and-royalty-free,
  general-purpose compressed video format.
  .
  This package contains the header files and documentation needed to develop
  applications with libtheora.
+
+Package: libtheora-bin
+Architecture: any
+Section: utils
+Depends: ${shlibs:Depends}
+Description: The Theora Video Compression Codec (example encoder, decoder)
+ Theora is a fully open, non-proprietary, patent-and-royalty-free,
+ general-purpose compressed video format.
+ .
+ This package contains a reference implementation of an encoder and a
+ decoder.
diff -urN /home/risko/work/debian/rc/libtheora-0.0.0.alpha4/debian/libtheora-bin.install libtheora-0.0.0.alpha4/debian/libtheora-bin.install
--- /home/risko/work/debian/rc/libtheora-0.0.0.alpha4/debian/libtheora-bin.install 1970-01-01 01:00:00.000000000 +0100
+++ libtheora-0.0.0.alpha4/debian/libtheora-bin.install 2005-03-21 18:40:04.000000000 +0100
@@ -0,0 +1,3 @@
+examples/.lib...

Read more...

Revision history for this message
In , RISKO Gergely (risko-risko) wrote : Re: Fwd: problems compiling

> Hello. I am interested in your patch, but am having trouble with compilation.
> (I am not the maintainer or a DD).
>
> If I run "debuild", it tries to first run "debian/rules clean", but fails at:
>
> mv config.guess.cdbs-orig config.guess
> mv: cannot stat `config.guess.cdbs-orig': No such file or directory
> make: *** [clean] Error 1
> debuild: fatal error at line 764:
> dpkg-buildpackage failed!
>
> If I run "fakeroot debian/rules binary", I get:
>
> dpatch apply-all
> applying patch 01autotools to ./ ... failed.
> make: *** [apply-dpatches] Error 1
>
> Am I doing something wrong?

Sorry, the patch was wrong, now it is fixed, so it is my second try.

The patch only works with cdbs >=0.4.27-3, since there was changes
around config.{guess,sub} handling, but it will migrate to testing
tonight. So we will have it tomorrow in testing too!

Gergely

Revision history for this message
Debian Bug Importer (debzilla) wrote :
Download full text (8.7 KiB)

Message-ID: <email address hidden>
Date: Mon, 21 Mar 2005 22:56:16 +0100
From: RISKO Gergely <email address hidden>
To: Tim Olsen <email address hidden>, <email address hidden>,
 <email address hidden>, <email address hidden>, <email address hidden>
Subject: Re: Fwd: problems compiling

--=-=-=

> Hello. I am interested in your patch, but am having trouble with compilation.
> (I am not the maintainer or a DD).
>
> If I run "debuild", it tries to first run "debian/rules clean", but fails at:
>
> mv config.guess.cdbs-orig config.guess
> mv: cannot stat `config.guess.cdbs-orig': No such file or directory
> make: *** [clean] Error 1
> debuild: fatal error at line 764:
> dpkg-buildpackage failed!
>
> If I run "fakeroot debian/rules binary", I get:
>
> dpatch apply-all
> applying patch 01autotools to ./ ... failed.
> make: *** [apply-dpatches] Error 1
>
> Am I doing something wrong?

Sorry, the patch was wrong, now it is fixed, so it is my second try.

The patch only works with cdbs >=0.4.27-3, since there was changes
around config.{guess,sub} handling, but it will migrate to testing
tonight. So we will have it tomorrow in testing too!

Gergely

--=-=-=
Content-Type: application/octet-stream
Content-Disposition: attachment; filename=theora-2ndtry
Content-Transfer-Encoding: base64

ZGlmZiAtdXJOIC4uL2xpYnRoZW9yYS0wLjAuMC5hbHBoYTQvZGViaWFuL2NoYW5nZWxvZyBsaWJ0
aGVvcmEtMC4wLjAuYWxwaGE0L2RlYmlhbi9jaGFuZ2Vsb2cKLS0tIC4uL2xpYnRoZW9yYS0wLjAu
MC5hbHBoYTQvZGViaWFuL2NoYW5nZWxvZwkyMDA1LTAzLTIxIDIyOjQ4OjAzLjAwMDAwMDAwMCAr
MDEwMAorKysgbGlidGhlb3JhLTAuMC4wLmFscGhhNC9kZWJpYW4vY2hhbmdlbG9nCTIwMDUtMDMt
MjEgMjE6NTk6MDYuMDAwMDAwMDAwICswMTAwCkBAIC0xLDMgKzEsMTEgQEAKK2xpYnRoZW9yYSAo
MC4wLjAuYWxwaGE0LTEuMSkgdW5zdGFibGU7IHVyZ2VuY3k9bG93CisKKyAgKiBOTVUsIGJlY2F1
c2UgYW4gRlRCRlMga2VlcHMgaXQgb3V0IGZyb20gdGVzdGluZworICAqIGZpeGVkIHRoZSBidWls
ZCB0aGluZ3MgKGNsb3NlczogIzMwMDQyMiwgIzI5MDQ2NSwgIzI5NzgxNikKKyAgKiBjcmVhdGVk
IGxpYnRoZW9yYS1iaW4gcGFja2FnZSAoY2xvc2VzOiAjMjk0NDU3KQorCisgLS0gUklTS08gR2Vy
Z2VseSA8cmlza29AZGViaWFuLm9yZz4gIE1vbiwgMjEgTWFyIDIwMDUgMTk6MTQ6MTIgKzAxMDAK
KwogbGlidGhlb3JhICgwLjAuMC5hbHBoYTQtMSkgdW5zdGFibGU7IHVyZ2VuY3k9bG93CiAKICAg
KiBOZXcgdXBzdHJlYW0uCkBAIC0xNiw2ICsyNCwzIEBACiAKICAtLSBDaHJpc3RvcGhlciBMIENo
ZW5leSA8Y2NoZW5leUBkZWJpYW4ub3JnPiAgV2VkLCAyNSBTZXAgMjAwMiAyMTowMDowMCAtMDUw
MAogCi1Mb2NhbCB2YXJpYWJsZXM6Ci1tb2RlOiBkZWJpYW4tY2hhbmdlbG9nCi1FbmQ6CmRpZmYg
LXVyTiAuLi9saWJ0aGVvcmEtMC4wLjAuYWxwaGE0L2RlYmlhbi9jb250cm9sIGxpYnRoZW9yYS0w
LjAuMC5hbHBoYTQvZGViaWFuL2NvbnRyb2wKLS0tIC4uL2xpYnRoZW9yYS0wLjAuMC5hbHBoYTQv
ZGViaWFuL2NvbnRyb2wJMjAwNS0wMy0yMSAyMjo0ODowMy4wMDAwMDAwMDAgKzAxMDAKKysrIGxp
YnRoZW9yYS0wLjAuMC5hbHBoYTQvZGViaWFuL2NvbnRyb2wJMjAwNS0wMy0yMSAyMjo1MjoyNi4w
MDAwMDAwMDAgKzAxMDAKQEAgLTIsOCArMiw4IEBACiBTZWN0aW9uOiBsaWJzCiBQcmlvcml0eTog
b3B0aW9uYWwKIE1haW50YWluZXI6IENocmlzdG9waGVyIEwgQ2hlbmV5IDxjY2hlbmV5QGRlYmlh
bi5vcmc+Ci1CdWlsZC1EZXBlbmRzOiBhdXRvdG9vbHMtZGV2LCBjZGJzLCBkZWJoZWxwZXIgKD4+
IDQuMC4wKSwgZGV2c2NyaXB0cywgZG94eWdlbiwgZ3JhcGh2aXosIGxpYm9nZy1kZXYgKD49IDEu
MS4wKSwgbGlic2RsMS4yLWRldiwgbGlidm9yYmlzLWRldiwgcHl0aG9uCi1TdGFuZGFyZHMtVmVy
c2lvbjogMy42LjEuMAorQnVpbGQtRGVwZW5kczogYXV0b3Rvb2xzLWRldiwgY2RicyAoPj0gMC40
LjI3LTMpLCBkZWJoZWxwZXIgKD4+IDQuMC4wKSwgZGV2c2Nya...

Read more...

Revision history for this message
In , Tim Olsen (tolsen718) wrote : Re: Bug#300422: Fwd: problems compiling

It looks like you're missing a build-depends for automake1.6 and libtool

other than that, the patch works for me. thanks!

-Tim

Revision history for this message
Debian Bug Importer (debzilla) wrote :

Message-ID: <email address hidden>
Date: Tue, 22 Mar 2005 20:03:39 -0500
From: Tim Olsen <email address hidden>
To: RISKO Gergely <email address hidden>, <email address hidden>
Cc: <email address hidden>, <email address hidden>, <email address hidden>
Subject: Re: Bug#300422: Fwd: problems compiling

It looks like you're missing a build-depends for automake1.6 and libtool

other than that, the patch works for me. thanks!

-Tim

Revision history for this message
In , RISKO Gergely (risko) wrote : Fixed in NMU of libtheora 0.0.0.alpha4-1.1

tag 290465 + fixed
tag 297816 + fixed
tag 300422 + fixed

quit

This message was generated automatically in response to a
non-maintainer upload. The .changes file follows.

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Format: 1.7
Date: Fri, 1 Apr 2005 19:43:07 +0200
Source: libtheora
Binary: libtheora-dev libtheora0
Architecture: source i386
Version: 0.0.0.alpha4-1.1
Distribution: unstable
Urgency: high
Maintainer: Christopher L Cheney <email address hidden>
Changed-By: RISKO Gergely <email address hidden>
Description:
 libtheora-dev - The Theora Video Compression Codec (development files)
 libtheora0 - The Theora Video Compression Codec
Closes: 290465 297816 300422
Changes:
 libtheora (0.0.0.alpha4-1.1) unstable; urgency=high
 .
   * NMU, because an FTBFS keeps it out from testing
   * fixed the build things (closes: #300422, #290465, #297816)
   * created libtheora-bin package (but disabled it)
    - since it is only a wishlist and new queue is large enough
         - see debian/control.bin...
Files:
 b60882a5e1653b598c09cbebc0b41e03 770 libs optional libtheora_0.0.0.alpha4-1.1.dsc
 d63fa7f69a17fc2b6c04179faa97b08a 1946 libs optional libtheora_0.0.0.alpha4-1.1.diff.gz
 32c9e277bb59f58594be5f7a426a5385 61826 libs optional libtheora0_0.0.0.alpha4-1.1_i386.deb
 792405973030441a5a704e2577dd967c 142932 libdevel optional libtheora-dev_0.0.0.alpha4-1.1_i386.deb

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

iD8DBQFCTYioO0PrGO4KNccRAnqEAJ9kjPwXkqIsyxfIpTHKcV5WxOm3ogCeLxiP
0bEBEX9Ugd6+qxaks8WXlz0=
=06hg
-----END PGP SIGNATURE-----

Revision history for this message
Debian Bug Importer (debzilla) wrote :

Message-Id: <email address hidden>
Date: Fri, 01 Apr 2005 13:02:07 -0500
From: RISKO Gergely <email address hidden>
To: <email address hidden>
Cc: RISKO Gergely <email address hidden>, Christopher L Cheney <email address hidden>
Subject: Fixed in NMU of libtheora 0.0.0.alpha4-1.1

tag 290465 + fixed
tag 297816 + fixed
tag 300422 + fixed

quit

This message was generated automatically in response to a
non-maintainer upload. The .changes file follows.

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Format: 1.7
Date: Fri, 1 Apr 2005 19:43:07 +0200
Source: libtheora
Binary: libtheora-dev libtheora0
Architecture: source i386
Version: 0.0.0.alpha4-1.1
Distribution: unstable
Urgency: high
Maintainer: Christopher L Cheney <email address hidden>
Changed-By: RISKO Gergely <email address hidden>
Description:
 libtheora-dev - The Theora Video Compression Codec (development files)
 libtheora0 - The Theora Video Compression Codec
Closes: 290465 297816 300422
Changes:
 libtheora (0.0.0.alpha4-1.1) unstable; urgency=high
 .
   * NMU, because an FTBFS keeps it out from testing
   * fixed the build things (closes: #300422, #290465, #297816)
   * created libtheora-bin package (but disabled it)
    - since it is only a wishlist and new queue is large enough
         - see debian/control.bin...
Files:
 b60882a5e1653b598c09cbebc0b41e03 770 libs optional libtheora_0.0.0.alpha4-1.1.dsc
 d63fa7f69a17fc2b6c04179faa97b08a 1946 libs optional libtheora_0.0.0.alpha4-1.1.diff.gz
 32c9e277bb59f58594be5f7a426a5385 61826 libs optional libtheora0_0.0.0.alpha4-1.1_i386.deb
 792405973030441a5a704e2577dd967c 142932 libdevel optional libtheora-dev_0.0.0.alpha4-1.1_i386.deb

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

iD8DBQFCTYioO0PrGO4KNccRAnqEAJ9kjPwXkqIsyxfIpTHKcV5WxOm3ogCeLxiP
0bEBEX9Ugd6+qxaks8WXlz0=
=06hg
-----END PGP SIGNATURE-----

Revision history for this message
In , Dato Simó (dato) wrote : ack these NMUs

# Ack'ing these NMUs.
close 300422 0.0.0.alpha4-1.1
close 290465 0.0.0.alpha4-1.1
close 297816 0.0.0.alpha4-1.1
close 335136 0.0.0.alpha4-1.2
thanks

--
Adeodato Simó dato at net.com.org.es
Debian Developer adeodato at debian.org

 Listening to: The Magnetic Fields - Is This What They Used to Call Love

To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.