Your message dated Wed, 28 Jun 2006 08:06:52 +0200
with message-id <[EMAIL PROTECTED]>
and subject line Fixed in NMU of mixxx 1.4.2-1.1
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)
--- Begin Message ---
Package: mixxx
Version: 1.4.2-1
Severity: serious
Tags: patch
When building 'mixxx' in a clean unstable chroot,
I get the following error:
Reading package lists...
Building dependency tree...
E: Package xlibmesa-glu-dev has no installation candidate
E: Failed to satisfy Build-Depends dependency for mixxx: 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 removes xlibmesa-glu-dev from the Build-Depends
'mixxx' can be compiled on unstable.
Regards
Andreas Jochens
diff -urN ../tmp-orig/mixxx-1.4.2/debian/control ./debian/control
--- ../tmp-orig/mixxx-1.4.2/debian/control 2006-06-20 05:37:13.000000000
+0000
+++ ./debian/control 2006-06-20 05:37:10.000000000 +0000
@@ -2,7 +2,7 @@
Section: sound
Priority: optional
Maintainer: Paul Brossier <[EMAIL PROTECTED]>
-Build-Depends: debhelper (>= 4.0.0), pkg-config, docbook-to-man,
xlibmesa-gl-dev, xlibmesa-glu-dev, libqt3-mt-dev, libqt3-compat-headers,
libjack-dev, libsamplerate-dev, libportaudio-dev (<< 19.1-1), libid3tag0-dev,
libmad0-dev, libogg-dev, libsndfile1-dev, libvorbis-dev, libexpat-dev,
libglib1.2-dev
+Build-Depends: debhelper (>= 4.0.0), pkg-config, docbook-to-man,
xlibmesa-gl-dev, libqt3-mt-dev, libqt3-compat-headers, libjack-dev,
libsamplerate-dev, libportaudio-dev (<< 19.1-1), libid3tag0-dev, libmad0-dev,
libogg-dev, libsndfile1-dev, libvorbis-dev, libexpat-dev, libglib1.2-dev
Standards-Version: 3.6.2
Package: mixxx
--- End Message ---
--- Begin Message ---
Version: 1.4.2-1.1
I've NMUed for this bug (fixing the bug to use versioning instead of the
"fixed" tag, to ease tracking through testing); here's the changelog:
> mixxx (1.4.2-1.1) unstable; urgency=high
> .
> * Non-maintainer upload.
> * Replace unsatisfiable build-dependency on xlibmesa-glu-dev by
> libglu1-mesa-dev; fixes FTBFS. (Closes: #374590)
/* Steinar */
--
Homepage: http://www.sesse.net/
--- End Message ---