Bug#374593: sdlperl: FTBFS: Failed to satisfy Build-Depends
dependency for sdlperl: xlibmesa-glu-dev
Andreas Jochens
aj at andaco.de
Tue Jun 20 06:03:55 UTC 2006
Package: sdlperl
Version: 1.20.3-4
Severity: serious
Tags: patch
When building 'sdlperl' in a clean unstable chroot,
I get the following error:
dpkg-source: applying ./sdlperl_1.20.3-4.diff.gz
Reading package lists...
Building dependency tree...
E: Package xlibmesa-glu-dev has no installation candidate
E: Failed to satisfy Build-Depends dependency for sdlperl: xlibmesa-glu-dev
Package xlibmesa-glu-dev is not available, but is referred to by another package.
This may mean that the package is missing, has been obsoleted, or
is only available from another source
With the attached patch which remove xlibmesa-glu-dev from the Build-Depends
'sdlperl' can be built on unstable.
Regards
Andreas Jochens
diff -urN ../tmp-orig/sdlperl-1.20.3/debian/control ./debian/control
--- ../tmp-orig/sdlperl-1.20.3/debian/control 2006-06-20 05:37:46.000000000 +0000
+++ ./debian/control 2006-06-20 05:37:44.000000000 +0000
@@ -3,7 +3,7 @@
Priority: optional
Maintainer: Debian SDL packages maintainers <pkg-sdl-maintainers at lists.alioth.debian.org>
Uploaders: Matthew Danish <mrd at debian.org>, Zephaniah E. Hull <warp at debian.org>, Lawrence Williams <lawrence_cecil_williams at hotmail.com>, Sam Hocevar (Debian packages) <sam+deb at zoy.org>, Aurelien Jarno <aurel32 at debian.org>, Josselin Mouette <joss at debian.org>
-Build-Depends: debhelper (>= 4.0), quilt, perl (>= 5.8), xlibmesa-gl-dev, xlibmesa-glu-dev, libjpeg62-dev, libpng12-dev, libsdl1.2-dev (>= 1.2.5-3), libsdl-image1.2-dev, libsdl-mixer1.2-dev (>= 1.2.5-2), libsdl-net1.2-dev, libsdl-ttf2.0-dev, libsdl-console-dev (>= 1.3-2.2), libsdl-gfx1.2-dev (>= 2.0.13-1)
+Build-Depends: debhelper (>= 4.0), quilt, perl (>= 5.8), xlibmesa-gl-dev, libjpeg62-dev, libpng12-dev, libsdl1.2-dev (>= 1.2.5-3), libsdl-image1.2-dev, libsdl-mixer1.2-dev (>= 1.2.5-2), libsdl-net1.2-dev, libsdl-ttf2.0-dev, libsdl-console-dev (>= 1.3-2.2), libsdl-gfx1.2-dev (>= 2.0.13-1)
Standards-Version: 3.6.2.1
Package: libsdl-perl
More information about the Pkg-sdl-maintainers
mailing list