Your message dated Sun, 07 Aug 2005 07:47:11 -0700
with message-id <[EMAIL PROTECTED]>
and subject line Bug#320193: fixed in libselinux 1.24-3
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)

--------------------------------------
Received: (at submit) by bugs.debian.org; 27 Jul 2005 14:44:41 +0000
>From [EMAIL PROTECTED] Wed Jul 27 07:44:41 2005
Return-path: <[EMAIL PROTECTED]>
Received: from neualius.turmzimmer.net [217.160.169.58] 
        by spohr.debian.org with esmtp (Exim 3.36 1 (Debian))
        id 1Dxn9F-0000Pi-00; Wed, 27 Jul 2005 07:44:41 -0700
Received: from [10.2.3.1] (helo=eos.turmzimmer.net)
        by neualius.turmzimmer.net with esmtp (Exim 4.50)
        id 1Dxn9E-0003I5-DG
        for [EMAIL PROTECTED]; Wed, 27 Jul 2005 16:44:40 +0200
Received: from aba by eos.turmzimmer.net with local (Exim 4.50)
        id 1Dxn99-0001Ud-8r
        for [EMAIL PROTECTED]; Wed, 27 Jul 2005 16:44:35 +0200
Date: Wed, 27 Jul 2005 16:44:35 +0200
From: Andreas Barth <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
Subject: doesn't compile on ia64
Message-ID: <[EMAIL PROTECTED]>
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
X-Editor: Vim http://www.vim.org/
User-Agent: Mutt/1.5.9i
Delivered-To: [EMAIL PROTECTED]
X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2005_01_02 
        (1.212-2003-09-23-exp) on spohr.debian.org
X-Spam-Level: 
X-Spam-Status: No, hits=-8.0 required=4.0 tests=BAYES_00,HAS_PACKAGE 
        autolearn=no version=2.60-bugs.debian.org_2005_01_02

Package: libselinux
Version: 1.24-1
Severity: serious

Hi,

the most recent version of libselinux doesn't compile on ia64 with the
following error:
cc -Wall -I../include -D_GNU_SOURCE    setupns.c  -L../src -lselinux  -o setupns
setupns.c:17: error: syntax error before "clone"
setupns.c:22: warning: return type defaults to `int'

It seems that this is because of ia64-specific way how syscalls are
done. I already prodded Lamont whether he has some ideas, and sent him
details by mail.


Unfortunatly, this holds up e.g. xorg from entering testing.


Cheers,
Andi

---------------------------------------
Received: (at 320193-close) by bugs.debian.org; 7 Aug 2005 14:59:50 +0000
>From [EMAIL PROTECTED] Sun Aug 07 07:59:50 2005
Return-path: <[EMAIL PROTECTED]>
Received: from katie by spohr.debian.org with local (Exim 3.36 1 (Debian))
        id 1E1mQh-00052D-00; Sun, 07 Aug 2005 07:47:11 -0700
From: Manoj Srivastava <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
X-Katie: $Revision: 1.56 $
Subject: Bug#320193: fixed in libselinux 1.24-3
Message-Id: <[EMAIL PROTECTED]>
Sender: Archive Administrator <[EMAIL PROTECTED]>
Date: Sun, 07 Aug 2005 07:47:11 -0700
Delivered-To: [EMAIL PROTECTED]
X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2005_01_02 
        (1.212-2003-09-23-exp) on spohr.debian.org
X-Spam-Level: 
X-Spam-Status: No, hits=-6.0 required=4.0 tests=BAYES_00,HAS_BUG_NUMBER 
        autolearn=no version=2.60-bugs.debian.org_2005_01_02

Source: libselinux
Source-Version: 1.24-3

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_1.24-3_i386.deb
  to pool/main/libs/libselinux/libselinux1-dev_1.24-3_i386.deb
libselinux1_1.24-3_i386.deb
  to pool/main/libs/libselinux/libselinux1_1.24-3_i386.deb
libselinux_1.24-3.diff.gz
  to pool/main/libs/libselinux/libselinux_1.24-3.diff.gz
libselinux_1.24-3.dsc
  to pool/main/libs/libselinux/libselinux_1.24-3.dsc
selinux-utils_1.24-3_i386.deb
  to pool/main/libs/libselinux/selinux-utils_1.24-3_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.
Manoj Srivastava <[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: Sun,  7 Aug 2005 09:25:18 -0500
Source: libselinux
Binary: libselinux1-dev selinux-utils libselinux1
Architecture: source i386
Version: 1.24-3
Distribution: unstable
Urgency: low
Maintainer: Manoj Srivastava <[EMAIL PROTECTED]>
Changed-By: Manoj Srivastava <[EMAIL PROTECTED]>
Description: 
 libselinux1 - SELinux shared libraries
 libselinux1-dev - SELinux development headers
 selinux-utils - SELinux utility programs
Closes: 320193
Changes: 
 libselinux (1.24-3) unstable; urgency=low
 .
   * Aaargh. I should have used the patch provided in the BTS.
   * Fix FTBFS on ia64 : _syscall2 is not available on  ia64, use
     INLINE_SYSCALL as defined in glibc sources to define clone(). Credit
     for this fix goes to Florian Weimer <[EMAIL PROTECTED]> and Adeodato Simó.
                                                                  (closes: 
#320193)
Files: 
 5d29278db839b1fae351c92a9bcbf89d 594 libs optional libselinux_1.24-3.dsc
 e4a9335a865f5a54b552dac67f9223ce 38974 libs optional libselinux_1.24-3.diff.gz
 98ab3b55e2c2bfac9d1f12e26fcbd259 36842 libs optional 
selinux-utils_1.24-3_i386.deb
 9e87dc4b8a3d863d85337d803173e146 46410 base required 
libselinux1_1.24-3_i386.deb
 897c9f65b66973fe4f063b600a90f707 169856 libs optional 
libselinux1-dev_1.24-3_i386.deb

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

iD8DBQFC9hs3Ibrau78kQkwRAm7OAKChxSyniCsfORzq0jzpwZQfAdzTfQCgxxmq
k4Hey0GAKk6QB22LvcFdSD4=
=vSUL
-----END PGP SIGNATURE-----


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to