Your message dated Wed, 06 Feb 2008 14:17:02 +0000
with message-id <[EMAIL PROTECTED]>
and subject line Bug#448008: fixed in libselinux 2.0.15-2.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: libselinux1
Version: 2.0.15-2+b1
Severity: wishlist
Tags: patch

libselinux1 has cross-built successfully in the past but the cross
building support in Debian has been rewritten to stop overriding the CC
variable to $(MAKE) in order to correctly support those packages that
build internal tools with the native compiler during the build.

This means that other packages that assume that CC will be overridden by
the cross-compiling build scripts now fail to build. libselinux1 is one
of those packages.

The patch is simply to set CC to $(DEB_HOST_GNU_TYPE)-gcc only if a
cross-build is detected and I'm attaching a patch for debian/local.mk
that supports this.

-- System Information:
Debian Release: lenny/sid
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.22-2-amd64 (SMP w/1 CPU core)
Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages libselinux1 depends on:
ii  libc6                         2.6.1-6    GNU C Library: Shared libraries
ii  libsepol1                     2.0.3-1+b1 Security Enhanced Linux policy lib

libselinux1 recommends no packages.

-- no debconf information
--- libselinux.old/debian/local.mk      Thu Oct 25 10:40:12 2007
+++ /opt/emdebian/trunk/l/libselinux/trunk/libselinux-2.0.15/debian/local.mk    
Thu Oct 25 11:26:23 2007
@@ -51,6 +51,9 @@
 CLEAN/selinux-utils::
        test ! -d $(TMPTOP) || rm -rf $(TMPTOP)
 
+ifneq ($(DEB_HOST_GNU_TYPE),$(DEB_BUILD_GNU_TYPE))
+CC=$(DEB_HOST_GNU_TYPE)-gcc
+endif
 
 build/libselinux1:
        $(checkdir)

--- End Message ---
--- Begin Message ---
Source: libselinux
Source-Version: 2.0.15-2.1

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

libselinux1-dev_2.0.15-2.1_i386.deb
  to pool/main/libs/libselinux/libselinux1-dev_2.0.15-2.1_i386.deb
libselinux1_2.0.15-2.1_i386.deb
  to pool/main/libs/libselinux/libselinux1_2.0.15-2.1_i386.deb
libselinux_2.0.15-2.1.diff.gz
  to pool/main/libs/libselinux/libselinux_2.0.15-2.1.diff.gz
libselinux_2.0.15-2.1.dsc
  to pool/main/libs/libselinux/libselinux_2.0.15-2.1.dsc
python-selinux_2.0.15-2.1_i386.deb
  to pool/main/libs/libselinux/python-selinux_2.0.15-2.1_i386.deb
selinux-utils_2.0.15-2.1_i386.deb
  to pool/main/libs/libselinux/selinux-utils_2.0.15-2.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.
Clint Adams <[EMAIL PROTECTED]> (supplier of updated libselinux 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: Wed, 06 Feb 2008 08:49:39 -0500
Source: libselinux
Binary: selinux-utils libselinux1 libselinux1-dev python-selinux
Architecture: source i386
Version: 2.0.15-2.1
Distribution: unstable
Urgency: low
Maintainer: Manoj Srivastava <[EMAIL PROTECTED]>
Changed-By: Clint Adams <[EMAIL PROTECTED]>
Description: 
 libselinux1 - SELinux shared libraries
 libselinux1-dev - SELinux development headers
 python-selinux - Python bindings to SELinux shared libraries
 selinux-utils - SELinux utility programs
Closes: 448008
Changes: 
 libselinux (2.0.15-2.1) unstable; urgency=low
 .
   * NMU
   * Apply patch from Neil Williams to only CC to $(DEB_HOST_GNU_TYPE)-gcc
     only if a cross-build is detected.  closes: #448008.
Files: 
 b2aceeeaab54bc717905f6f118748fe6 895 libs optional libselinux_2.0.15-2.1.dsc
 65337241889097dbc8b1e826c1b42c30 30513 libs optional 
libselinux_2.0.15-2.1.diff.gz
 e95a0f476edd3afc733e3fc4c77edc3b 48358 admin optional 
selinux-utils_2.0.15-2.1_i386.deb
 845a8358b1ef33bf4d5d4e6aaf52271c 62572 libs required 
libselinux1_2.0.15-2.1_i386.deb
 7892ca0112cc0d35bce839c2646530c5 220318 libdevel optional 
libselinux1-dev_2.0.15-2.1_i386.deb
 97e3d8427d9c793acdd01b0a2ce44a05 64532 devel optional 
python-selinux_2.0.15-2.1_i386.deb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.6 (GNU/Linux)
Comment: Debian!

iD8DBQFHqb/G5m0u66uWM3ARAiDRAJwOFIqUrAWJ88fDjNngw/7N6Ka6RgCfQYXN
DhVlzLI/iWe7udMcAB1DmT8=
=wGgW
-----END PGP SIGNATURE-----



--- End Message ---

Reply via email to