Bug#249902: FTBFS: Missing Build-Depends on libxt-dev

Goswin von Brederlow Goswin von Brederlow <brederlo@informatik.uni-tuebingen.de>, 249902@bugs.debian.org
Thu, 20 May 2004 12:13:43 +0000


This is a multi-part MIME message sent by reportbug.

--===============2679678865812921993==
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
Content-Disposition: inline

Package: eel2
Version: 2.6.1-1
Severity: normal
Followup-For: Bug #249902

Hi,

please disregard the previous patch if its not yet applied. We found a large
number of packages failing for the same reason and found that we could also
fix the problem by adding another lib64 -> lib link to base-files.

But the FTBFS remains in a clean chroot and is caused by a missing
Build-Depends: libxt-dev | xlibs-dev (<< 4.3.0). Attached patch solves
this final problem.

MfG
	Goswin


-- System Information:
Debian Release: testing/unstable
Architecture: amd64 (x86_64)
Kernel: Linux 2.6.5-amd64
Locale: LANG=C, LC_CTYPE=C

--===============2679678865812921993==
MIME-Version: 1.0
Content-Type: text/plain; charset="utf-8"
Content-Disposition: attachment; filename="eel2_2.6.1-1.0.0.1.pure64.patch"
Content-Transfer-Encoding: quoted-printable

diff -Nurd eel2-2.6.1.deb/debian/changelog eel2-2.6.1/debian/changelog
--- eel2-2.6.1.deb/debian/changelog	2004-05-20 11:53:32.973823245 +0000
+++ eel2-2.6.1/debian/changelog	2004-05-20 12:04:39.144148047 +0000
@@ -1,3 +1,9 @@
+eel2 (2.6.1-1.0.0.1.pure64) experimental; urgency=3Dlow
+
+  * Add Build-Depends on libxt-dev
+
+ -- Goswin von Brederlow <brederlo@informatik.uni-tuebingen.de>  Thu, 20=
 May 2004 13:55:05 +0200
+
 eel2 (2.6.1-1) experimental; urgency=3Dlow
=20
   * New upstream release.
diff -Nurd eel2-2.6.1.deb/debian/control eel2-2.6.1/debian/control
--- eel2-2.6.1.deb/debian/control	2004-05-20 11:53:32.972823414 +0000
+++ eel2-2.6.1/debian/control	2004-05-20 12:04:39.143148214 +0000
@@ -3,7 +3,7 @@
 Priority: optional
 Maintainer: Takuo KITAME <kitame@debian.org>
 Uploaders: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.=
debian.org>, Akira TAGOH <tagoh@debian.org>, Andreas Rottmann <rotty@debi=
an.org>, Andrew Lau <netsnipe@users.sourceforge.net>, Carlos Perell=C3=B3=
 Mar=C3=ADn <carlos@pemas.net>, Edd Dumbill <ejad@debian.org>, Emil Soley=
man-Zomalan <emil@nishra.com>, Gustavo Noronha Silva <kov@debian.org>, J.=
H.M. Dassen (Ray) <jdassen@debian.org>, Johannes Rohr <j.rohr@comlink.org=
>, Jordi Mallach <jordi@debian.org>, Jose Carlos Garcia Sogo <jsogo@debia=
n.org>, Josselin Mouette <joss@debian.org>, Ond=C5=99ej Sur=C3=BD <ondrej=
@debian.org>, Rob Bradford <rob@debianplanet.org>, Rob Taylor <robtaylor@=
fastmail.fm>, Robert McQueen <robot101@debian.org>, Ross Burton <ross@deb=
ian.org>, Sebastien Bacher <seb128@debian.org>,
-Build-Depends: debhelper (>> 4.0.0), librsvg2-dev (>=3D 2.6.0), gettext,=
 libgnomeui-dev (>=3D 2.6.0), libpopt-dev, libpng3-dev, libgail-dev (>=3D=
 1.4), dbs, libgnomevfs2-dev (>=3D 2.6.0), libbonoboui2-dev (>=3D 2.5.4),=
 gnome-pkg-tools
+Build-Depends: debhelper (>> 4.0.0), librsvg2-dev (>=3D 2.6.0), gettext,=
 libgnomeui-dev (>=3D 2.6.0), libpopt-dev, libpng3-dev, libgail-dev (>=3D=
 1.4), dbs, libgnomevfs2-dev (>=3D 2.6.0), libbonoboui2-dev (>=3D 2.5.4),=
 gnome-pkg-tools, libxt-dev | xlibs-dev (<< 4.3.0)
 Standards-Version: 3.6.1.0
=20
 Package: libeel2-dev
diff -Nurd eel2-2.6.1.deb/debian/control.in eel2-2.6.1/debian/control.in
--- eel2-2.6.1.deb/debian/control.in	2004-05-20 11:53:32.974823077 +0000
+++ eel2-2.6.1/debian/control.in	2004-05-20 12:04:39.145147880 +0000
@@ -3,7 +3,7 @@
 Priority: optional
 Maintainer: Takuo KITAME <kitame@debian.org>
 Uploaders: @GNOME_TEAM@
-Build-Depends: debhelper (>> 4.0.0), librsvg2-dev (>=3D 2.6.0), gettext,=
 libgnomeui-dev (>=3D 2.6.0), libpopt-dev, libpng3-dev, libgail-dev (>=3D=
 1.4), dbs, libgnomevfs2-dev (>=3D 2.6.0), libbonoboui2-dev (>=3D 2.5.4),=
 gnome-pkg-tools
+Build-Depends: debhelper (>> 4.0.0), librsvg2-dev (>=3D 2.6.0), gettext,=
 libgnomeui-dev (>=3D 2.6.0), libpopt-dev, libpng3-dev, libgail-dev (>=3D=
 1.4), dbs, libgnomevfs2-dev (>=3D 2.6.0), libbonoboui2-dev (>=3D 2.5.4),=
 gnome-pkg-tools, libxt-dev | xlibs-dev (<< 4.3.0)
 Standards-Version: 3.6.1.0
=20
 Package: libeel2-dev

--===============2679678865812921993==--