Your message dated Fri, 02 May 2014 00:04:35 +0000
with message-id <e1wg0xv-0006mn...@franck.debian.org>
and subject line Bug#746024: fixed in libselinux 2.2.2-2
has caused the Debian Bug report #746024,
regarding libselinux: FTBFS: ruby.h: No such file or directory
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 this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
746024: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=746024
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: libselinux
Version: 2.2.2-1
Severity: serious

>From my pbuilder build log:

...
/usr/bin/make RUBYLIBVER=1.9.1 RUBYPLATFORM= RUBYINC=-I/usr/lib/ruby/1.9.1/ 
RUBYINSTALL=/tmp/buildd/libselinux-2.2.2/debian/tmp/usr/lib/ruby/vendor_ruby/1.9.1/
 RUBYINC="-I/usr/include/ruby-1.9.1/ 
-I/usr/include/ruby-1.9.1/\${RUBYPLATFORM}/" install-rubywrap
make[3]: Entering directory `/tmp/buildd/libselinux-2.2.2'
/usr/bin/make -C src install-rubywrap
make[4]: Entering directory `/tmp/buildd/libselinux-2.2.2/src'
swig -Wall -ruby -o selinuxswig_ruby_wrap.c -outdir ./ selinuxswig_ruby.i
../include/selinux/avc.h:414: Warning 302: Identifier 'avc_cache_stats' 
redefined (ignored),
../include/selinux/avc.h:394: Warning 302: previous definition of 
'avc_cache_stats'.
../include/selinux/avc.h:21: Warning 801: Wrong class name (corrected to 
`Security_id')
../include/selinux/avc.h:21: Warning 801: Wrong class name (corrected to 
`Security_id')
../include/selinux/avc.h:96: Warning 801: Wrong class name (corrected to 
`Avc_entry_ref')
../include/selinux/avc.h:96: Warning 801: Wrong class name (corrected to 
`Avc_entry_ref')
../include/selinux/avc.h:122: Warning 801: Wrong class name (corrected to 
`Avc_memory_callback')
../include/selinux/avc.h:122: Warning 801: Wrong class name (corrected to 
`Avc_memory_callback')
../include/selinux/avc.h:131: Warning 801: Wrong class name (corrected to 
`Avc_log_callback')
../include/selinux/avc.h:131: Warning 801: Wrong class name (corrected to 
`Avc_log_callback')
../include/selinux/avc.h:144: Warning 801: Wrong class name (corrected to 
`Avc_thread_callback')
../include/selinux/avc.h:144: Warning 801: Wrong class name (corrected to 
`Avc_thread_callback')
../include/selinux/avc.h:152: Warning 801: Wrong class name (corrected to 
`Avc_lock_callback')
../include/selinux/avc.h:152: Warning 801: Wrong class name (corrected to 
`Avc_lock_callback')
../include/selinux/avc.h:394: Warning 801: Wrong class name (corrected to 
`Avc_cache_stats')
../include/selinux/avc.h:394: Warning 801: Wrong class name (corrected to 
`Avc_cache_stats')
../include/selinux/context.h:12: Warning 801: Wrong class name (corrected to 
`Context_s_t')
../include/selinux/context.h:12: Warning 801: Wrong class name (corrected to 
`Context_s_t')
../include/selinux/selinux.h:127: Warning 801: Wrong class name (corrected to 
`Av_decision')
../include/selinux/selinux.h:127: Warning 801: Wrong class name (corrected to 
`Av_decision')
../include/selinux/selinux.h:140: Warning 801: Wrong class name (corrected to 
`Selinux_opt')
../include/selinux/selinux.h:140: Warning 801: Wrong class name (corrected to 
`Selinux_opt')
../include/selinux/selinux.h:142: Warning 451: Setting a const char * variable 
may leak memory.
../include/selinux/selinux.h:146: Warning 801: Wrong class name (corrected to 
`Selinux_callback')
../include/selinux/selinux.h:146: Warning 801: Wrong class name (corrected to 
`Selinux_callback')
../include/selinux/selinux.h:355: Warning 801: Wrong class name (corrected to 
`Security_class_mapping')
../include/selinux/selinux.h:355: Warning 801: Wrong class name (corrected to 
`Security_class_mapping')
../include/selinux/selinux.h:356: Warning 451: Setting a const char * variable 
may leak memory.
x86_64-linux-gnu-gcc -g -O2 -fstack-protector --param=ssp-buffer-size=4 
-Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 -I../include -D_GNU_SOURCE 
-D_FILE_OFFSET_BITS=64  -Wno-error -Wno-unused-variable 
-Wno-unused-but-set-variable -Wno-unused-parameter -Wno-shadow 
-Wno-uninitialized -Wno-missing-prototypes -Wno-missing-declarations 
-I/usr/include/ruby-1.9.1/ -I/usr/include/ruby-1.9.1// -fPIC -DSHARED -c -o 
selinuxswig_ruby_wrap.lo selinuxswig_ruby_wrap.c
selinuxswig_ruby_wrap.c:821:18: fatal error: ruby.h: No such file or directory
 #include <ruby.h>
                  ^
compilation terminated.
make[4]: *** [selinuxswig_ruby_wrap.lo] Error 1
make[4]: Leaving directory `/tmp/buildd/libselinux-2.2.2/src'
make[3]: *** [install-rubywrap] Error 2
make[3]: Leaving directory `/tmp/buildd/libselinux-2.2.2'
make[2]: *** [ruby1.9.1] Error 2
make[2]: Leaving directory `/tmp/buildd/libselinux-2.2.2'
make[1]: *** [override_dh_auto_install] Error 2
make[1]: Leaving directory `/tmp/buildd/libselinux-2.2.2'
make: *** [binary] Error 2
dpkg-buildpackage: error: fakeroot debian/rules binary gave error exit status 2
-- 
Daniel Schepler

--- End Message ---
--- Begin Message ---
Source: libselinux
Source-Version: 2.2.2-2

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.

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 746...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Laurent Bigonville <bi...@debian.org> (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 ftpmas...@ftp-master.debian.org)


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256

Format: 1.8
Date: Fri, 02 May 2014 01:47:58 +0200
Source: libselinux
Binary: selinux-utils libselinux1 libselinux1-dev ruby-selinux python-selinux
Architecture: source amd64
Version: 2.2.2-2
Distribution: unstable
Urgency: medium
Maintainer: Debian SELinux maintainers <selinux-de...@lists.alioth.debian.org>
Changed-By: Laurent Bigonville <bi...@debian.org>
Description: 
 libselinux1 - SELinux runtime shared libraries
 libselinux1-dev - SELinux development headers
 python-selinux - Python bindings to SELinux shared libraries
 ruby-selinux - Ruby bindings to SELinux shared libraries
 selinux-utils - SELinux utility programs
Closes: 738148 746024
Changes: 
 libselinux (2.2.2-2) unstable; urgency=medium
 .
   * Team upload.
   [ Laurent Bigonville ]
   * debian/rules: Do not require ruby or python dh helpers when bootstrapping
     thanks to Daniel Schepler <dschep...@gmail.com> (Closes: #738148)
 .
   [ Hideki Yamane ]
   * debian/{ruby.mk,ruby-selinux.install}
     - drop related to ruby1.9.1 and add ruby2.1.0 instead (Closes: #746024)
Checksums-Sha1: 
 ea921c6b67e95c2d20cb2da7007e64085be13384 2042 libselinux_2.2.2-2.dsc
 4730f5bac2980fda05469b686c7185a747c434c1 22636 libselinux_2.2.2-2.debian.tar.xz
 a0311fa841eadca556f11d74328dbe5b7d1b2a44 83628 selinux-utils_2.2.2-2_amd64.deb
 77d23295417599d3e9111df6a0205ef19acbf32d 87846 libselinux1_2.2.2-2_amd64.deb
 d968442aaad3a952e6f3f5fc446474ec46a02e07 155192 
libselinux1-dev_2.2.2-2_amd64.deb
 241d2b8f70ab2e328452ff0068a08fa4c68e5eb0 75604 ruby-selinux_2.2.2-2_amd64.deb
 fecc5631b0aff55b3453b343a82300d99178a37e 169696 
python-selinux_2.2.2-2_amd64.deb
Checksums-Sha256: 
 a23a2fb8a9e77b3cd913e3a18da551ea77ddfaa535056ff51f5586990e9c86e0 2042 
libselinux_2.2.2-2.dsc
 bdc0b6f283fea00eb5a6a3efea4f55ec414ea9b8102d85f34dca19bd2b6d8ab3 22636 
libselinux_2.2.2-2.debian.tar.xz
 b790ac1aa0f0a3115fb39637580e6d1c5943bf64d37e0b75b2feea7b2eaf63b7 83628 
selinux-utils_2.2.2-2_amd64.deb
 0a55b4531fca94ffe4fd4a33731fe71b0dcb2d1de162cece9346407c1f15a3a2 87846 
libselinux1_2.2.2-2_amd64.deb
 5e9223d53dac7930278036d2ccd27307659a23d0ecd8de84a9903c686901a940 155192 
libselinux1-dev_2.2.2-2_amd64.deb
 d9df96d0860a3803755a160917e6e3f0d1ba037e13139205474e554c09f787de 75604 
ruby-selinux_2.2.2-2_amd64.deb
 187794eafda90f7efd9e428b3ab52c7460c65f970e10873ca2950c17913e810b 169696 
python-selinux_2.2.2-2_amd64.deb
Files: 
 e011b45717e38c564017d8696b772729 83628 admin optional 
selinux-utils_2.2.2-2_amd64.deb
 b1670840eeebfd3435bdb4c133ebfb7a 87846 libs required 
libselinux1_2.2.2-2_amd64.deb
 7216274cc5018eb59bbc3dcc5d277935 155192 libdevel optional 
libselinux1-dev_2.2.2-2_amd64.deb
 4f6fecf4a52bddaa2a4e4307ec04d536 75604 ruby optional 
ruby-selinux_2.2.2-2_amd64.deb
 27410eba00dbc4eb62f6743cdb44dc72 169696 python optional 
python-selinux_2.2.2-2_amd64.deb
 065cedb3bc9ece13f88b6c18c283b671 2042 libs optional libselinux_2.2.2-2.dsc
 bce091df40dc17989ad5dc625fdd247f 22636 libs optional 
libselinux_2.2.2-2.debian.tar.xz

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1

iQEcBAEBCAAGBQJTYt3gAAoJEB/FiR66sEPVm8AIAJ/AFkoHAh7OZlN9NPUTxULR
5nsSazNnocjnwsbovXEM42GMhRwh6L+zLGkELoXp8B9xWXw1JpriId0lztczPCC6
/Vdx2qvMIFxWslmYfCgyIz1ymZDmq2jFMS3EBRTMr3A6OL7svU9uG3qSwJ3t4ztq
DRrpkSIpd6SUtG+gsdfxeeu3f0sSMmXKgmlQ6p4bQvOY7t1B4ZcHmJIMHcWbIQjX
0Ya1ON+qGiABPMeepcvRCQFQE72FhmX5OjtkCNm9FYvdNlqH+t35w9lSzCtLY2ne
5Qn8e0cm4sTuxsc+3wZmDXNzq62zNSsKykmn+yImsfVEU9VlQBmQgP7UGIREt1M=
=3kdM
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to