libselinux doesn't build on mips and mipsel

Bug #10318 reported by Debian Bug Importer
4
Affects Status Importance Assigned to Milestone
libselinux (Debian)
Fix Released
Unknown
libselinux (Ubuntu)
Invalid
High
Unassigned

Bug Description

Automatically imported from Debian bug report #281464 http://bugs.debian.org/281464

Revision history for this message
Debian Bug Importer (debzilla) wrote :

Automatically imported from Debian bug report #281464 http://bugs.debian.org/281464

Revision history for this message
Debian Bug Importer (debzilla) wrote :

Message-Id: <email address hidden>
Date: Tue, 16 Nov 2004 02:14:41 +0100
From: Adrian Bunk <email address hidden>
To: Debian Bug Tracking System <email address hidden>
Subject: libselinux doesn't build on mips and mipsel

Package: libselinux
Version: 1.18-1
Severity: serious

buildd.debian.org lists the following build error on
mips and mipsel:

<-- snip -->

...
cc -s -shared -o libselinux.so.1 avc.lo avc_internal.lo avc_sidtab.lo booleans.
lo checkAccess.lo check_context.lo compute_av.lo compute_create.lo compute_rela
bel.lo compute_user.lo context.lo disable.lo enabled.lo fgetfilecon.lo freecon.
lo freeconary.lo fsetfilecon.lo get_context_list.lo get_default_type.lo getcon.
lo getenforce.lo getexeccon.lo getfilecon.lo getfscreatecon.lo getpeercon.lo ge
tpidcon.lo getprevcon.lo init.lo lgetfilecon.lo load_policy.lo lsetfilecon.lo m
atchmediacon.lo matchpathcon.lo policyvers.lo query_user_context.lo rpm.lo seli
nux_config.lo setenforce.lo setexeccon.lo setfilecon.lo setfscreatecon.lo -Wl,-
soname,libselinux.so.1,-z,defs
get_context_list.lo(.text+0xd4): In function `get_default_context_with_role':
: undefined reference to `context_new'
get_context_list.lo(.text+0x134): In function `get_default_context_with_role':
: undefined reference to `context_free'
get_context_list.lo(.text+0x164): In function `get_default_context_with_role':
: undefined reference to `context_free'
rpm.lo(.text+0x54): In function `rpm_execcon':
: undefined reference to `getcon'
rpm.lo(.text+0xf4): In function `rpm_execcon':
: undefined reference to `context_new'
rpm.lo(.text+0x120): In function `rpm_execcon':
: undefined reference to `context_type_set'
rpm.lo(.text+0x140): In function `rpm_execcon':
: undefined reference to `freecon'
rpm.lo(.text+0x158): In function `rpm_execcon':
: undefined reference to `context_str'
rpm.lo(.text+0x1c0): In function `rpm_execcon':
: undefined reference to `context_free'
rpm.lo(.text+0x1d8): In function `rpm_execcon':
: undefined reference to `freecon'
rpm.lo(.text+0x1f0): In function `rpm_execcon':
: undefined reference to `freecon'
rpm.lo(.text+0x208): In function `rpm_execcon':
: undefined reference to `freecon'
collect2: ld returned 1 exit status
make[2]: *** [libselinux.so.1] Error 1
make[2]: Leaving directory `/build/buildd/libselinux-1.18/src'
make[1]: *** [all] Error 2
make[1]: Leaving directory `/build/buildd/libselinux-1.18'
make: *** [build/libselinux1] Error 2

<-- snip -->

Revision history for this message
In , Manoj (srivasta) wrote : Re: Bug#281464: libselinux doesn't build on mips and mipsel

reassign 281464 gcc
severity 281464 grave
thanks

Hi,

 Grave, sine it is causing libselinux to fail to build from
 source on mips and mipsel (build fine on all other arches).

 On mips and mipsel, gcc is failing to compile libselinux with
 failures like (full og attached):
======================================================================
cc -O2 -I../include -D_GNU_SOURCE -fpic -DSHARED -c -o avc.lo avc.c
/tmp/ccHLEY94.s: Assembler messages:
/tmp/ccHLEY94.s:2198: Warning: Tried to set unrecognized symbol: avc_av_stats,avc_av_stats_internal

/tmp/ccHLEY94.s:2642: Warning: Tried to set unrecognized symbol: avc_cleanup,avc_cleanup_internal

/tmp/ccHLEY94.s:2798: Warning: Tried to set unrecognized symbol: avc_reset,avc_reset_internal

/tmp/ccHLEY94.s:3596: Warning: Tried to set unrecognized symbol: avc_audit,avc_audit_internal

/tmp/ccHLEY94.s:3844: Warning: Tried to set unrecognized symbol: avc_has_perm_noaudit,avc_has_perm_noaudit_internal
======================================================================

 The same code builds fine on all other architectures (so
 normal builds are not just i386 specific quirks). Subsequently,
 linkers fail to link to this library, since the symbols are not
 exported.

 This is keeping libselinux out of testing.

 manoj
--
Avoid the Gates of Hell. Use Linux (Unknown source)
Manoj Srivastava <email address hidden> <http://www.debian.org/%7Esrivasta/>
1024D/BF24424C print 4966 F272 D093 B493 410B 924B 21BA DABB BF24 424C

Revision history for this message
Debian Bug Importer (debzilla) wrote :
Download full text (21.2 KiB)

Message-ID: <email address hidden>
Date: Tue, 16 Nov 2004 00:38:52 -0600
From: Manoj Srivastava <email address hidden>
To: Adrian Bunk <email address hidden>
Cc: <email address hidden>, <email address hidden>, <email address hidden>
Subject: Re: Bug#281464: libselinux doesn't build on mips and mipsel

--=-=-=

reassign 281464 gcc
severity 281464 grave
thanks

Hi,

 Grave, sine it is causing libselinux to fail to build from
 source on mips and mipsel (build fine on all other arches).

 On mips and mipsel, gcc is failing to compile libselinux with
 failures like (full og attached):
======================================================================
cc -O2 -I../include -D_GNU_SOURCE -fpic -DSHARED -c -o avc.lo avc.c
/tmp/ccHLEY94.s: Assembler messages:
/tmp/ccHLEY94.s:2198: Warning: Tried to set unrecognized symbol: avc_av_stats,avc_av_stats_internal

/tmp/ccHLEY94.s:2642: Warning: Tried to set unrecognized symbol: avc_cleanup,avc_cleanup_internal

/tmp/ccHLEY94.s:2798: Warning: Tried to set unrecognized symbol: avc_reset,avc_reset_internal

/tmp/ccHLEY94.s:3596: Warning: Tried to set unrecognized symbol: avc_audit,avc_audit_internal

/tmp/ccHLEY94.s:3844: Warning: Tried to set unrecognized symbol: avc_has_perm_noaudit,avc_has_perm_noaudit_internal
======================================================================

 The same code builds fine on all other architectures (so
 normal builds are not just i386 specific quirks). Subsequently,
 linkers fail to link to this library, since the symbols are not
 exported.

 This is keeping libselinux out of testing.

--=-=-=
Content-Disposition: attachment; filename=libselinux_1.18-1_mips
Content-Transfer-Encoding: quoted-printable
Content-Description: Build report on mips

    File `log' in libselinux_1.18-1_mips (Nov 5 17:41)

 libselinux <build.php?&pkg=3Dlibselinux&arch=3Dmips> >> 1.18-1
<build.php?&pkg=3Dlibselinux&ver=3D1.18-1&arch=3Dmips> >> Nov 5 17:41
<build.php?&pkg=3Dlibselinux&ver=3D1.18-1&arch=3Dmips&stamp=3D1099694464> >=
> log

Automatic build of libselinux_1.18-1 on hawking by sbuild/mips 1.170.5
Build started at 20041103-2123
***************************************************************************=
***
Checking available source versions...
Fetching source files...
Reading Package Lists...
Building Dependency Tree...
Need to get 116kB of source archives.
Get:1 http://incoming.debian.org libselinux 1.18-1 (dsc) [594B]
Get:2 http://incoming.debian.org libselinux 1.18-1 (tar) [69.3kB]
Get:3 http://incoming.debian.org libselinux 1.18-1 (diff) [45.7kB]
Fetched 116kB in 0s (324kB/s)
Download complete and in download only mode
** Using build dependencies supplied by package:
Build-Depends: file
Checking for already installed source dependencies...
file: missing
Checking for source dependency conflicts...
  /usr/bin/sudo /usr/bin/apt-get --purge $CHROOT_OPTIONS -q -y install file
Reading Package Lists...
Building Dependency Tree...
The following extra packages will be installed:
  libmagic1
The following NEW packages will be installed:
  file libmagic1
0 upgraded, 2 newly installed, 0 to remove and 15 not upgraded.
Need to get 0B/254kB of archives.
After un...

Revision history for this message
In , Matthias Klose (doko-cs) wrote :
Download full text (21.5 KiB)

ohh, Mr. Bunk's "quality" control strikes again ...

Manoj Srivastava writes:
> reassign 281464 gcc
> severity 281464 grave
> thanks

you are sure this a gcc bug, not a binutils bug? same results with 3.2
and 3.4.

> Hi,
>
> Grave, sine it is causing libselinux to fail to build from
> source on mips and mipsel (build fine on all other arches).
>
> On mips and mipsel, gcc is failing to compile libselinux with
> failures like (full og attached):
> ======================================================================
> cc -O2 -I../include -D_GNU_SOURCE -fpic -DSHARED -c -o avc.lo avc.c
> /tmp/ccHLEY94.s: Assembler messages:
> /tmp/ccHLEY94.s:2198: Warning: Tried to set unrecognized symbol: avc_av_stats,avc_av_stats_internal
>
> /tmp/ccHLEY94.s:2642: Warning: Tried to set unrecognized symbol: avc_cleanup,avc_cleanup_internal
>
> /tmp/ccHLEY94.s:2798: Warning: Tried to set unrecognized symbol: avc_reset,avc_reset_internal
>
> /tmp/ccHLEY94.s:3596: Warning: Tried to set unrecognized symbol: avc_audit,avc_audit_internal
>
> /tmp/ccHLEY94.s:3844: Warning: Tried to set unrecognized symbol: avc_has_perm_noaudit,avc_has_perm_noaudit_internal
> ======================================================================
>
> The same code builds fine on all other architectures (so
> normal builds are not just i386 specific quirks). Subsequently,
> linkers fail to link to this library, since the symbols are not
> exported.
>
> This is keeping libselinux out of testing.
>
>
> File `log' in libselinux_1.18-1_mips (Nov 5 17:41)
>
> libselinux <build.php?&pkg=libselinux&arch=mips> >> 1.18-1
> <build.php?&pkg=libselinux&ver=1.18-1&arch=mips> >> Nov 5 17:41
> <build.php?&pkg=libselinux&ver=1.18-1&arch=mips&stamp=1099694464> >> log
>
> Automatic build of libselinux_1.18-1 on hawking by sbuild/mips 1.170.5
> Build started at 20041103-2123
> ******************************************************************************
> Checking available source versions...
> Fetching source files...
> Reading Package Lists...
> Building Dependency Tree...
> Need to get 116kB of source archives.
> Get:1 http://incoming.debian.org libselinux 1.18-1 (dsc) [594B]
> Get:2 http://incoming.debian.org libselinux 1.18-1 (tar) [69.3kB]
> Get:3 http://incoming.debian.org libselinux 1.18-1 (diff) [45.7kB]
> Fetched 116kB in 0s (324kB/s)
> Download complete and in download only mode
> ** Using build dependencies supplied by package:
> Build-Depends: file
> Checking for already installed source dependencies...
> file: missing
> Checking for source dependency conflicts...
> /usr/bin/sudo /usr/bin/apt-get --purge $CHROOT_OPTIONS -q -y install file
> Reading Package Lists...
> Building Dependency Tree...
> The following extra packages will be installed:
> libmagic1
> The following NEW packages will be installed:
> file libmagic1
> 0 upgraded, 2 newly installed, 0 to remove and 15 not upgraded.
> Need to get 0B/254kB of archives.
> After unpacking 1483kB of additional disk space will be used.
> Selecting previously deselected package libmagic1.
> (Reading database ... 7888 files and directorie...

Revision history for this message
In , Manoj (srivasta) wrote : Bug#281464: fixed in libselinux 1.18-2

Source: libselinux
Source-Version: 1.18-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:

libselinux1-dev_1.18-2_i386.deb
  to pool/main/libs/libselinux/libselinux1-dev_1.18-2_i386.deb
libselinux1_1.18-2_i386.deb
  to pool/main/libs/libselinux/libselinux1_1.18-2_i386.deb
libselinux_1.18-2.diff.gz
  to pool/main/libs/libselinux/libselinux_1.18-2.diff.gz
libselinux_1.18-2.dsc
  to pool/main/libs/libselinux/libselinux_1.18-2.dsc
selinux-utils_1.18-2_i386.deb
  to pool/main/libs/libselinux/selinux-utils_1.18-2_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 address hidden>,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Manoj Srivastava <email address hidden> (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 address hidden>)

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

Format: 1.7
Date: Tue, 16 Nov 2004 01:34:13 -0600
Source: libselinux
Binary: libselinux1-dev selinux-utils libselinux1
Architecture: source i386
Version: 1.18-2
Distribution: unstable
Urgency: low
Maintainer: Manoj Srivastava <email address hidden>
Changed-By: Manoj Srivastava <email address hidden>
Description:
 libselinux1 - SELinux shared libraries
 libselinux1-dev - SELinux development headers
 selinux-utils - SELinux utility programs
Closes: 281464
Changes:
 libselinux (1.18-2) unstable; urgency=low
 .
   * Bug fix: "libselinux doesn't build on mips and mipsel", thanks to
     Adrian Bunk. (Closes: #281464).
Files:
 534f1db80e2ae2f4630a82dc2bcf6461 594 libs optional libselinux_1.18-2.dsc
 e9473570b3f72483956c482d587b4afc 75427 libs optional libselinux_1.18-2.diff.gz
 ab08687f9ded3e331e822ba01a38764f 30212 libs optional selinux-utils_1.18-2_i386.deb
 dd57802bb45dc84b06cf1031796304fe 36374 base required libselinux1_1.18-2_i386.deb
 f5da92206a9ce02ac0b7d3f43cfa6677 68834 libs optional libselinux1-dev_1.18-2_i386.deb

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

iD8DBQFBmbptIbrau78kQkwRAu5kAJwI8ZvNFQgK+OdEUybKn3+qTmFIlACg5jKE
5EYi2TZYlqv94o83vAYH/LE=
=FbZ/
-----END PGP SIGNATURE-----

Revision history for this message
Debian Bug Importer (debzilla) wrote :
Download full text (29.5 KiB)

Message-ID: <email address hidden>
Date: Tue, 16 Nov 2004 09:43:00 +0100
From: Matthias Klose <email address hidden>
To: Manoj Srivastava <email address hidden>
Cc: Adrian Bunk <email address hidden>, <email address hidden>, <email address hidden>,
 Thiemo Seufer <email address hidden>
Subject: Re: Bug#281464: libselinux doesn't build on mips and mipsel

b2hoLCBNci4gQnVuaydzICJxdWFsaXR5IiBjb250cm9sIHN0cmlrZXMgYWdhaW4gLi4uDQoN
Ck1hbm9qIFNyaXZhc3RhdmEgd3JpdGVzOg0KPiByZWFzc2lnbiAyODE0NjQgZ2NjDQo+IHNl
dmVyaXR5IDI4MTQ2NCBncmF2ZQ0KPiB0aGFua3MNCg0KeW91IGFyZSBzdXJlIHRoaXMgYSBn
Y2MgYnVnLCBub3QgYSBiaW51dGlscyBidWc/IHNhbWUgcmVzdWx0cyB3aXRoIDMuMg0KYW5k
IDMuNC4NCg0KPiBIaSwNCj4gDQo+IAlHcmF2ZSwgc2luZSBpdCBpcyBjYXVzaW5nIGxpYnNl
bGludXggdG8gZmFpbCB0byBidWlsZCBmcm9tDQo+ICBzb3VyY2Ugb24gbWlwcyBhbmQgbWlw
c2VsIChidWlsZCBmaW5lIG9uIGFsbCBvdGhlciBhcmNoZXMpLg0KPiANCj4gCU9uIG1pcHMg
YW5kIG1pcHNlbCwgZ2NjIGlzIGZhaWxpbmcgdG8gY29tcGlsZSBsaWJzZWxpbnV4IHdpdGgN
Cj4gIGZhaWx1cmVzIGxpa2UgIChmdWxsIG9nIGF0dGFjaGVkKToNCj4gPT09PT09PT09PT09
PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09
PT09PQ0KPiBjYyAtTzIgLUkuLi9pbmNsdWRlIC1EX0dOVV9TT1VSQ0UgLWZwaWMgLURTSEFS
RUQgLWMgLW8gYXZjLmxvIGF2Yy5jDQo+IC90bXAvY2NITEVZOTQuczogQXNzZW1ibGVyIG1l
c3NhZ2VzOg0KPiAvdG1wL2NjSExFWTk0LnM6MjE5ODogV2FybmluZzogVHJpZWQgdG8gc2V0
IHVucmVjb2duaXplZCBzeW1ib2w6IGF2Y19hdl9zdGF0cyxhdmNfYXZfc3RhdHNfaW50ZXJu
YWwNCj4gDQo+IC90bXAvY2NITEVZOTQuczoyNjQyOiBXYXJuaW5nOiBUcmllZCB0byBzZXQg
dW5yZWNvZ25pemVkIHN5bWJvbDogYXZjX2NsZWFudXAsYXZjX2NsZWFudXBfaW50ZXJuYWwN
Cj4gDQo+IC90bXAvY2NITEVZOTQuczoyNzk4OiBXYXJuaW5nOiBUcmllZCB0byBzZXQgdW5y
ZWNvZ25pemVkIHN5bWJvbDogYXZjX3Jlc2V0LGF2Y19yZXNldF9pbnRlcm5hbA0KPiANCj4g
L3RtcC9jY0hMRVk5NC5zOjM1OTY6IFdhcm5pbmc6IFRyaWVkIHRvIHNldCB1bnJlY29nbml6
ZWQgc3ltYm9sOiBhdmNfYXVkaXQsYXZjX2F1ZGl0X2ludGVybmFsDQo+IA0KPiAvdG1wL2Nj
SExFWTk0LnM6Mzg0NDogV2FybmluZzogVHJpZWQgdG8gc2V0IHVucmVjb2duaXplZCBzeW1i
b2w6IGF2Y19oYXNfcGVybV9ub2F1ZGl0LGF2Y19oYXNfcGVybV9ub2F1ZGl0X2ludGVybmFs
DQo+ID09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09
PT09PT09PT09PT09PT09PT09PT0NCj4gDQo+IAlUaGUgc2FtZSBjb2RlIGJ1aWxkcyBmaW5l
IG9uIGFsbCBvdGhlciBhcmNoaXRlY3R1cmVzIChzbw0KPiAgbm9ybWFsIGJ1aWxkcyBhcmUg
bm90IGp1c3QgaTM4NiBzcGVjaWZpYyBxdWlya3MpLiBTdWJzZXF1ZW50bHksDQo+ICBsaW5r
ZXJzIGZhaWwgdG8gbGluayB0byB0aGlzIGxpYnJhcnksIHNpbmNlIHRoZSBzeW1ib2xzIGFy
ZSBub3QNCj4gIGV4cG9ydGVkLiANCj4gDQo+IAlUaGlzIGlzIGtlZXBpbmcgbGlic2VsaW51
eCBvdXQgb2YgdGVzdGluZy4NCj4gDQo+IA0KPiAgICAgRmlsZSBgbG9nJyBpbiBsaWJzZWxp
bnV4XzEuMTgtMV9taXBzIChOb3YgNSAxNzo0MSkNCj4gDQo+IAlsaWJzZWxpbnV4IDxidWls
ZC5waHA/JnBrZz1saWJzZWxpbnV4JmFyY2g9bWlwcz4gPj4gMS4xOC0xDQo+IDxidWlsZC5w
aHA/JnBrZz1saWJzZWxpbnV4JnZlcj0xLjE4LTEmYXJjaD1taXBzPiA+PiBOb3YgNSAxNzo0
MQ0KPiA8YnVpbGQucGhwPyZwa2c9bGlic2VsaW51eCZ2ZXI9MS4xOC0xJmFyY2g9bWlwcyZz
dGFtcD0xMDk5Njk0NDY0PiA+PiBsb2cNCj4gDQo+IEF1dG9tYXRpYyBidWlsZCBvZiBsaWJz
ZWxpbnV4XzEuMTgtMSBvbiBoYXdraW5nIGJ5IHNidWlsZC9taXBzIDEuMTcwLjUNCj4gQnVp
bGQgc3RhcnRlZCBhdCAyMDA0MTEwMy0yMTIzDQo+ICoqKioqKioqKioqKioqKioqKioqKioq
KioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioq
Kg0KPiBDaGVja2luZyBhdmFpbGFibGUgc291cmNlIHZlcnNpb25zLi4uDQo+IEZldGNoaW5n
IHNvdXJjZSBmaWxlcy4uLg0KPiBSZWFkaW...

Revision history for this message
Debian Bug Importer (debzilla) wrote :

Message-Id: <email address hidden>
Date: Tue, 16 Nov 2004 03:47:04 -0500
From: Manoj Srivastava <email address hidden>
To: <email address hidden>
Subject: Bug#281464: fixed in libselinux 1.18-2

Source: libselinux
Source-Version: 1.18-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:

libselinux1-dev_1.18-2_i386.deb
  to pool/main/libs/libselinux/libselinux1-dev_1.18-2_i386.deb
libselinux1_1.18-2_i386.deb
  to pool/main/libs/libselinux/libselinux1_1.18-2_i386.deb
libselinux_1.18-2.diff.gz
  to pool/main/libs/libselinux/libselinux_1.18-2.diff.gz
libselinux_1.18-2.dsc
  to pool/main/libs/libselinux/libselinux_1.18-2.dsc
selinux-utils_1.18-2_i386.deb
  to pool/main/libs/libselinux/selinux-utils_1.18-2_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 address hidden>,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Manoj Srivastava <email address hidden> (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 address hidden>)

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

Format: 1.7
Date: Tue, 16 Nov 2004 01:34:13 -0600
Source: libselinux
Binary: libselinux1-dev selinux-utils libselinux1
Architecture: source i386
Version: 1.18-2
Distribution: unstable
Urgency: low
Maintainer: Manoj Srivastava <email address hidden>
Changed-By: Manoj Srivastava <email address hidden>
Description:
 libselinux1 - SELinux shared libraries
 libselinux1-dev - SELinux development headers
 selinux-utils - SELinux utility programs
Closes: 281464
Changes:
 libselinux (1.18-2) unstable; urgency=low
 .
   * Bug fix: "libselinux doesn't build on mips and mipsel", thanks to
     Adrian Bunk. (Closes: #281464).
Files:
 534f1db80e2ae2f4630a82dc2bcf6461 594 libs optional libselinux_1.18-2.dsc
 e9473570b3f72483956c482d587b4afc 75427 libs optional libselinux_1.18-2.diff.gz
 ab08687f9ded3e331e822ba01a38764f 30212 libs optional selinux-utils_1.18-2_i386.deb
 dd57802bb45dc84b06cf1031796304fe 36374 base required libselinux1_1.18-2_i386.deb
 f5da92206a9ce02ac0b7d3f43cfa6677 68834 libs optional libselinux1-dev_1.18-2_i386.deb

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

iD8DBQFBmbptIbrau78kQkwRAu5kAJwI8ZvNFQgK+OdEUybKn3+qTmFIlACg5jKE
5EYi2TZYlqv94o83vAYH/LE=
=FbZ/
-----END PGP SIGNATURE-----

Revision history for this message
In , Manoj (srivasta) wrote : Oops. turns out it was a libselinux bug after all

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

Format: 1.7
Date: Tue, 16 Nov 2004 01:34:13 -0600
Source: libselinux
Binary: libselinux1-dev selinux-utils libselinux1
Architecture: source i386
Version: 1.18-2
Distribution: unstable
Urgency: low
Maintainer: Manoj Srivastava <email address hidden>
Changed-By: Manoj Srivastava <email address hidden>
Description:
 libselinux1 - SELinux shared libraries
 libselinux1-dev - SELinux development headers
 selinux-utils - SELinux utility programs
Closes: 281464
Changes:
 libselinux (1.18-2) unstable; urgency=low
 .
   * Bug fix: "libselinux doesn't build on mips and mipsel", thanks to
     Adrian Bunk. (Closes: #281464).
Files:
 534f1db80e2ae2f4630a82dc2bcf6461 594 libs optional libselinux_1.18-2.dsc
 e9473570b3f72483956c482d587b4afc 75427 libs optional libselinux_1.18-2.diff.gz
 ab08687f9ded3e331e822ba01a38764f 30212 libs optional selinux-utils_1.18-2_i386.deb
 dd57802bb45dc84b06cf1031796304fe 36374 base required libselinux1_1.18-2_i386.deb
 f5da92206a9ce02ac0b7d3f43cfa6677 68834 libs optional libselinux1-dev_1.18-2_i386.deb

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

iD8DBQFBmbptIbrau78kQkwRAu5kAJwI8ZvNFQgK+OdEUybKn3+qTmFIlACg5jKE
5EYi2TZYlqv94o83vAYH/LE=
=FbZ/
-----END PGP SIGNATURE-----

--
Your domestic life may be harmonious.
Manoj Srivastava <email address hidden> <http://www.debian.org/%7Esrivasta/>
1024D/BF24424C print 4966 F272 D093 B493 410B 924B 21BA DABB BF24 424C

Revision history for this message
Debian Bug Importer (debzilla) wrote :

Message-ID: <email address hidden>
Date: Tue, 16 Nov 2004 09:14:45 -0600
From: Manoj Srivastava <email address hidden>
To: <email address hidden>
Subject: Oops. turns out it was a libselinux bug after all

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

Format: 1.7
Date: Tue, 16 Nov 2004 01:34:13 -0600
Source: libselinux
Binary: libselinux1-dev selinux-utils libselinux1
Architecture: source i386
Version: 1.18-2
Distribution: unstable
Urgency: low
Maintainer: Manoj Srivastava <email address hidden>
Changed-By: Manoj Srivastava <email address hidden>
Description:
 libselinux1 - SELinux shared libraries
 libselinux1-dev - SELinux development headers
 selinux-utils - SELinux utility programs
Closes: 281464
Changes:
 libselinux (1.18-2) unstable; urgency=low
 .
   * Bug fix: "libselinux doesn't build on mips and mipsel", thanks to
     Adrian Bunk. (Closes: #281464).
Files:
 534f1db80e2ae2f4630a82dc2bcf6461 594 libs optional libselinux_1.18-2.dsc
 e9473570b3f72483956c482d587b4afc 75427 libs optional libselinux_1.18-2.diff.gz
 ab08687f9ded3e331e822ba01a38764f 30212 libs optional selinux-utils_1.18-2_i386.deb
 dd57802bb45dc84b06cf1031796304fe 36374 base required libselinux1_1.18-2_i386.deb
 f5da92206a9ce02ac0b7d3f43cfa6677 68834 libs optional libselinux1-dev_1.18-2_i386.deb

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

iD8DBQFBmbptIbrau78kQkwRAu5kAJwI8ZvNFQgK+OdEUybKn3+qTmFIlACg5jKE
5EYi2TZYlqv94o83vAYH/LE=
=FbZ/
-----END PGP SIGNATURE-----

--
Your domestic life may be harmonious.
Manoj Srivastava <email address hidden> <http://www.debian.org/%7Esrivasta/>
1024D/BF24424C print 4966 F272 D093 B493 410B 924B 21BA DABB BF24 424C

Revision history for this message
In , Thiemo Seufer (ica2-ts) wrote : Re: Bug#281464: libselinux doesn't build on mips and mipsel

Matthias Klose wrote:
> ohh, Mr. Bunk's "quality" control strikes again ...
>
> Manoj Srivastava writes:
> > reassign 281464 gcc
> > severity 281464 grave
> > thanks
>
> you are sure this a gcc bug, not a binutils bug? same results with 3.2
> and 3.4.

Guessing from the buildlog: Neither nor. It looks more like the build
system is broken for mips/mipsel.

Thiemo

Revision history for this message
Debian Bug Importer (debzilla) wrote :

Message-ID: <email address hidden>
Date: Tue, 16 Nov 2004 20:09:03 +0100
From: Thiemo Seufer <email address hidden>
To: Matthias Klose <email address hidden>
Cc: Manoj Srivastava <email address hidden>, Adrian Bunk <email address hidden>,
 <email address hidden>, <email address hidden>
Subject: Re: Bug#281464: libselinux doesn't build on mips and mipsel

Matthias Klose wrote:
> ohh, Mr. Bunk's "quality" control strikes again ...
>
> Manoj Srivastava writes:
> > reassign 281464 gcc
> > severity 281464 grave
> > thanks
>
> you are sure this a gcc bug, not a binutils bug? same results with 3.2
> and 3.4.

Guessing from the buildlog: Neither nor. It looks more like the build
system is broken for mips/mipsel.

Thiemo

Revision history for this message
Daniel Stone (daniels) wrote :

lucky we don't do mips, then

Changed in libselinux:
status: Unknown → Fix Released
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.