Your message dated Sun, 26 Feb 2006 09:02:17 -0800
with message-id <[EMAIL PROTECTED]>
and subject line Bug#337668: fixed in libsdl1.2 1.2.9-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: libsdl1.2
Severity: serious
Tags: patch


Hi!

libsdl1.2_1.2.7+1.2.8cvs20041007-5.3 fails to build in a clean sid environment.

Fromm my pbuilder-log:

=====================================
[..]
 -> Considering  xlibmesa-dev | libgl-dev
   -> Trying xlibmesa-dev
       -> Cannot install xlibmesa-dev; apt errors follow:
Reading package lists...
Building dependency tree...
dpkg is already the newest version.
Package xlibmesa-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
However the following packages replace it:
  xlibmesa-gl-dev libglu1-xorg-dev
E: Package xlibmesa-dev has no installation candidate
   -> Trying libgl-dev
       -> Cannot install libgl-dev; apt errors follow:
Reading package lists...
Building dependency tree...
dpkg is already the newest version.
Package libgl-dev is a virtual package provided by:
  xlibmesa-gl-dev 6.8.2.dfsg.1-10
  mesag-dev 6.3.2-2
  libgl1-mesa-dri-dev 6.3.2-2
  libgl1-mesa-directfb-dev 6.3.2-2
You should explicitly select one to install.
E: Package libgl-dev has no installation candidate
     -> Considering libgl1-mesa-directfb-dev to satisfy the dependency 
       -> Cannot install libgl1-mesa-directfb-dev; apt errors follow:
Reading package lists...
Building dependency tree...
dpkg is already the newest version.
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:

The following packages have unmet dependencies:
  libgl1-mesa-directfb-dev: Depends: mesa-common-dev (= 6.3.2-2) but it is not 
going to be installed
                            Depends: libgl1-mesa-directfb (= 6.3.2-2) but it is 
not going to be installed
E: Broken packages
E: Could not satisfy build-dependency.
E: pbuilder-satisfydepends failed.
=====================================

Changing the Build-Depends from "xlibmesa-dev | libgl-dev" to "xlibmesa-gl-dev
| libgl-dev" solved the problem for me.  Patch atteched.


-- System Information:
Debian Release: testing/unstable
  APT prefers testing
  APT policy: (990, 'testing'), (500, 'unstable')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.12-1-k7
Locale: [EMAIL PROTECTED], [EMAIL PROTECTED] (charmap=ISO-8859-15)
diff -Nur libsdl1.2-1.2.7+1.2.8cvs20041007-old/debian/changelog 
libsdl1.2-1.2.7+1.2.8cvs20041007/debian/changelog
--- libsdl1.2-1.2.7+1.2.8cvs20041007-old/debian/changelog       2005-11-05 
17:51:38.000000000 +0100
+++ libsdl1.2-1.2.7+1.2.8cvs20041007/debian/changelog   2005-11-05 
16:50:41.000000000 +0100
@@ -1,3 +1,9 @@
+libsdl1.2 (1.2.7+1.2.8cvs20041007-5.4) unstable; urgency=low
+
+  * changed build depends: xlibmesa-dev -> xlibmesa-gl-dev 
+
+ -- Alexander Schmehl <[EMAIL PROTECTED]>  Sat,  5 Nov 2005 16:50:16 +0100
+
 libsdl1.2 (1.2.7+1.2.8cvs20041007-5.3) unstable; urgency=low
 
   * Non-maintainer upload.
diff -Nur libsdl1.2-1.2.7+1.2.8cvs20041007-old/debian/control 
libsdl1.2-1.2.7+1.2.8cvs20041007/debian/control
--- libsdl1.2-1.2.7+1.2.8cvs20041007-old/debian/control 2005-11-05 
17:51:38.000000000 +0100
+++ libsdl1.2-1.2.7+1.2.8cvs20041007/debian/control     2005-11-05 
17:52:44.000000000 +0100
@@ -4,7 +4,7 @@
 Maintainer: Debian SDL maintainers <[EMAIL PROTECTED]>
 Uploaders: Matthew Danish <[EMAIL PROTECTED]>, Zephaniah E. Hull <[EMAIL 
PROTECTED]>, Lawrence Williams <[EMAIL PROTECTED]>
 Standards-Version: 3.6.1
-Build-Depends: dpkg (>= 1.13.2), debhelper (>> 3.0.0), dbs, libaa1-dev, 
xlibs-dev, libaudiofile-dev, libesd0-dev, xlibmesa-dev | libgl-dev, 
libsvga1-dev [i386], libarts1-dev, libartsc0-dev, libasound2-dev [i386 ia64 
alpha amd64 arm hppa m32r m68k mips mipsel powerpc ppc64 s390 s390x sh3 sh3eb 
sh4 sh4eb sparc ppc64], type-handling (>= 0.2.1), libaudio-dev, automake1.7
+Build-Depends: dpkg (>= 1.13.2), debhelper (>> 3.0.0), dbs, libaa1-dev, 
xlibs-dev, libaudiofile-dev, libesd0-dev, xlibmesa-gl-dev | libgl-dev, 
libsvga1-dev [i386], libarts1-dev, libartsc0-dev, libasound2-dev [ ppc64], 
type-handling (>= 0.2.1), libaudio-dev, automake1.7
 
 Package: libsdl1.2debian
 Architecture: any
diff -Nur libsdl1.2-1.2.7+1.2.8cvs20041007-old/debian/control.in 
libsdl1.2-1.2.7+1.2.8cvs20041007/debian/control.in
--- libsdl1.2-1.2.7+1.2.8cvs20041007-old/debian/control.in      2005-11-05 
17:51:38.000000000 +0100
+++ libsdl1.2-1.2.7+1.2.8cvs20041007/debian/control.in  2005-11-05 
16:56:56.000000000 +0100
@@ -4,7 +4,7 @@
 Maintainer: Debian SDL maintainers <[EMAIL PROTECTED]>
 Uploaders: Matthew Danish <[EMAIL PROTECTED]>, Zephaniah E. Hull <[EMAIL 
PROTECTED]>, Lawrence Williams <[EMAIL PROTECTED]>
 Standards-Version: 3.6.1
-Build-Depends: dpkg (>= 1.13.2), debhelper (>> 3.0.0), dbs, libaa1-dev, 
xlibs-dev, libaudiofile-dev, libesd0-dev, xlibmesa-dev | libgl-dev, 
libsvga1-dev [i386], libarts1-dev, libartsc0-dev, libasound2-dev [EMAIL 
PROTECTED]@ ppc64], type-handling (>= 0.2.1), libaudio-dev, automake1.7
+Build-Depends: dpkg (>= 1.13.2), debhelper (>> 3.0.0), dbs, libaa1-dev, 
xlibs-dev, libaudiofile-dev, libesd0-dev, xlibmesa-gl-dev | libgl-dev, 
libsvga1-dev [i386], libarts1-dev, libartsc0-dev, libasound2-dev [EMAIL 
PROTECTED]@ ppc64], type-handling (>= 0.2.1), libaudio-dev, automake1.7
 
 Package: libsdl1.2debian
 Architecture: any

--- End Message ---
--- Begin Message ---
Source: libsdl1.2
Source-Version: 1.2.9-1

We believe that the bug you reported is fixed in the latest version of
libsdl1.2, which is due to be installed in the Debian FTP archive:

libsdl1.2-dev_1.2.9-1_i386.deb
  to pool/main/libs/libsdl1.2/libsdl1.2-dev_1.2.9-1_i386.deb
libsdl1.2_1.2.9-1.diff.gz
  to pool/main/libs/libsdl1.2/libsdl1.2_1.2.9-1.diff.gz
libsdl1.2_1.2.9-1.dsc
  to pool/main/libs/libsdl1.2/libsdl1.2_1.2.9-1.dsc
libsdl1.2debian-all_1.2.9-1_i386.deb
  to pool/main/libs/libsdl1.2/libsdl1.2debian-all_1.2.9-1_i386.deb
libsdl1.2debian-alsa_1.2.9-1_i386.deb
  to pool/main/libs/libsdl1.2/libsdl1.2debian-alsa_1.2.9-1_i386.deb
libsdl1.2debian-arts_1.2.9-1_i386.deb
  to pool/main/libs/libsdl1.2/libsdl1.2debian-arts_1.2.9-1_i386.deb
libsdl1.2debian-esd_1.2.9-1_i386.deb
  to pool/main/libs/libsdl1.2/libsdl1.2debian-esd_1.2.9-1_i386.deb
libsdl1.2debian-nas_1.2.9-1_i386.deb
  to pool/main/libs/libsdl1.2/libsdl1.2debian-nas_1.2.9-1_i386.deb
libsdl1.2debian-oss_1.2.9-1_i386.deb
  to pool/main/libs/libsdl1.2/libsdl1.2debian-oss_1.2.9-1_i386.deb
libsdl1.2debian_1.2.9-1_i386.deb
  to pool/main/libs/libsdl1.2/libsdl1.2debian_1.2.9-1_i386.deb



A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to [EMAIL PROTECTED],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Sam Hocevar (Debian packages) <[EMAIL PROTECTED]> (supplier of updated 
libsdl1.2 package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [EMAIL PROTECTED])


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

Format: 1.7
Date: Sun, 26 Feb 2006 11:45:44 +0100
Source: libsdl1.2
Binary: libsdl1.2debian-oss libsdl1.2debian-alsa libsdl1.2debian-arts 
libsdl1.2debian libsdl1.2-dev libsdl1.2debian-nas libsdl1.2debian-esd 
libsdl1.2debian-all
Architecture: source i386
Version: 1.2.9-1
Distribution: unstable
Urgency: low
Maintainer: Debian SDL packages maintainers <[EMAIL PROTECTED]>
Changed-By: Sam Hocevar (Debian packages) <[EMAIL PROTECTED]>
Description: 
 libsdl1.2-dev - Simple DirectMedia Layer development files
 libsdl1.2debian - Simple DirectMedia Layer
 libsdl1.2debian-all - Simple DirectMedia Layer (with all available options)
 libsdl1.2debian-alsa - Simple DirectMedia Layer (with X11 and ALSA options)
 libsdl1.2debian-arts - Simple DirectMedia Layer (with X11 and aRts options)
 libsdl1.2debian-esd - Simple DirectMedia Layer (with X11 and esound options)
 libsdl1.2debian-nas - Simple DirectMedia Layer (with X11 and NAS options)
 libsdl1.2debian-oss - Simple DirectMedia Layer (with X11 and OSS options)
Closes: 150267 152400 152400 171617 246447 273018 288988 290221 291268 291331 
299864 304998 308590 314866 315561 317010 317578 318238 319261 331141 335689 
337668 346957 349155 349336
Changes: 
 libsdl1.2 (1.2.9-1) unstable; urgency=low
 .
   * Maintainer upload.
   * Friendly hijack of the SDL packages by a larger team. Acknowledging
     previous NMUs (Closes: #291268, #291331, #315561, #317578, #318238,
     Closes: #337668, #346957, #288988, #290221, #246447, #273018, #304998,
     Closes: #308590, #314866, #171617, #319261, #335689, #349155). Thanks
     to Steinar H. Gunderson for the latest NMU.
 .
   * debian/control:
     + Removed |xlibs-dev from the -dev package's dependencies.
     + Make the ALSA package the default alternative instead of OSS
       (Closes: #349336, #331141).
     + Build-depend on libdirectfb-dev.
     + Got rid of debian/control.in and the type-handling build-dependency in
       favour of dpkg-dev's new [linux-any] features.
     + Set policy to 3.6.2.
 .
   * debian/rules:
     + Activated DirectFB support (Closes: #150267, #152400).
     + Use dh_installman instead of the deprecated dh_installmanpages.
     + Add the ${libasound2-dev} substitution variable.
 .
   * debian/patches/005_x11_keysym_fix.diff:
     + Patch courtesy of Jochen Voss to fix lookup of keys using eg. the
       AltGr modifier (Closes: #299864).
   * debian/patches/005_lock_keys.diff:
     + Patch courtesy of Bas Wijnen to generate release events for lock keys
       (Caps Lock and Num Lock) just like normal keys (Closes: #317010).
   * debian/patches/007_directfb_924_fix.diff:
     + Patch courtesy of Tony Houghton to fix DirectFB support (Closes: 152400).
Files: 
 da54048bbc928ef73c088a17e24724c3 1404 libs optional libsdl1.2_1.2.9-1.dsc
 c9696421432ca4936ac431c6d2f2f412 2663004 libs optional 
libsdl1.2_1.2.9.orig.tar.gz
 e839e180067b915b409a42ba0c426a7c 23881 libs optional libsdl1.2_1.2.9-1.diff.gz
 7ab3429a0a72e3e0b965a2bbae4207c0 17628 libs optional 
libsdl1.2debian_1.2.9-1_i386.deb
 35c0441bc246f917ead7a05b3c4f3a6d 215856 libs optional 
libsdl1.2debian-all_1.2.9-1_i386.deb
 bc2eb458b0f7183223281a9983b7ab0c 197374 libs extra 
libsdl1.2debian-alsa_1.2.9-1_i386.deb
 9081a3984b9cd32251ac874149d3b300 198500 libs extra 
libsdl1.2debian-oss_1.2.9-1_i386.deb
 7bf74e2ccea89e19828c353a556c2304 196682 libs extra 
libsdl1.2debian-esd_1.2.9-1_i386.deb
 41484ded9c709bcb34b564a81bd95881 196852 libs extra 
libsdl1.2debian-arts_1.2.9-1_i386.deb
 5898a3de6e3ce290be9639cb1aa41e62 197138 libs extra 
libsdl1.2debian-nas_1.2.9-1_i386.deb
 b7b15928bc1c3f5c69c846cdb2068ecf 752034 libdevel optional 
libsdl1.2-dev_1.2.9-1_i386.deb

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

iD8DBQFEAdy9fPP1rylJn2ERAmHbAKCn+pm1acUns/hOROEiOYvqBhIr7gCfZOnK
6fkr5ZVJFNabzUhOj+nCwPg=
=4BwS
-----END PGP SIGNATURE-----


--- End Message ---

Reply via email to