Your message dated Mon, 10 Apr 2006 18:06:05 -0500
with message-id <[EMAIL PROTECTED]>
and subject line This has now been fixed with the new upload.
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: libsemanage
Version: 1.4-4
Severity: serious

From my pbuilder build log:

...
cc -O2 -g -I/usr/include/python2.4 -I../include -I/usr/include -D_GNU_SOURCE  
-c -o iface_record.o iface_record.c
iface_record.c: In function 'semanage_iface_set_ifcon':
iface_record.c:83: warning: passing argument 1 of 'sepol_iface_set_ifcon' from 
incompatible pointer type
iface_record.c:83: warning: passing argument 2 of 'sepol_iface_set_ifcon' from 
incompatible pointer type
iface_record.c:83: error: too few arguments to function 'sepol_iface_set_ifcon'
iface_record.c: In function 'semanage_iface_set_msgcon':
iface_record.c:98: warning: passing argument 1 of 'sepol_iface_set_msgcon' from 
incompatible pointer type
iface_record.c:98: warning: passing argument 2 of 'sepol_iface_set_msgcon' from 
incompatible pointer type
iface_record.c:98: error: too few arguments to function 'sepol_iface_set_msgcon'
make[2]: *** [iface_record.o] Error 1
make[2]: Leaving directory `/tmp/buildd/libsemanage-1.4/src'
make[1]: *** [all] Error 2
make[1]: Leaving directory `/tmp/buildd/libsemanage-1.4'
make: *** [build/libsemanage1] Error 2
-- 
Daniel Schepler


--- End Message ---
--- Begin Message ---
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Format: 1.7
Date: Wed, 22 Mar 2006 23:34:44 -0600
Source: libsemanage
Binary: libsemanage1 python2.4-semanage libsemanage1-dev
Architecture: source i386
Version: 1.6-1
Distribution: unstable
Urgency: low
Maintainer: Manoj Srivastava <[EMAIL PROTECTED]>
Changed-By: Manoj Srivastava <[EMAIL PROTECTED]>
Description: 
 libsemanage1 - shared libraries used by SELinux policy manipulation tools
 libsemanage1-dev - Header files and libraries for SELinux policy manipulation 
tools
 python2.4-semanage - Python2.4 bindings  for SELinux policy manipulation tools
Changes: 
 libsemanage (1.6-1) unstable; urgency=low
 .
   * New upstream release
     * Updated version for release.
     * Merged abort early on merge errors patch from Ivan Gyurdiev.
     * Cleaned up error handling in semanage_split_fc based on a patch
       by Serge Hallyn (IBM) and suggestions by Ivan Gyurdiev.
     * Merged MLS handling fixes from Ivan Gyurdiev.
     * Merged bug fix for fcontext validate handler from Ivan Gyurdiev.
     * Merged base_merge_components changes from Ivan Gyurdiev.
     * Merged paths array patch from Ivan Gyurdiev.
     * Merged bug fix patch from Ivan Gyurdiev.
     * Merged improve bindings patch from Ivan Gyurdiev.
     * Merged use PyList patch from Ivan Gyurdiev.
     * Merged memory leak fix patch from Ivan Gyurdiev.
     * Merged nodecon support patch from Ivan Gyurdiev.
     * Merged cleanups patch from Ivan Gyurdiev.
     * Merged split swig patch from Ivan Gyurdiev.
     * Merged optionals in base patch from Joshua Brindle.
     * Merged treat seusers/users_extra as optional sections patch from
       Ivan Gyurdiev.
     * Merged parse_optional fixes from Ivan Gyurdiev.
     * Merged seuser/user_extra support patch from Joshua Brindle.
     * Merged remote system dbase patch from Ivan Gyurdiev.
     * Merged clone record on set_con patch from Ivan Gyurdiev.
     * Merged fname parameter patch from Ivan Gyurdiev.
     * Merged more size_t -> unsigned int fixes from Ivan Gyurdiev.
     * Merged seusers.system patch from Ivan Gyurdiev.
     * Merged improve port/fcontext API patch from Ivan Gyurdiev.
     * Merged seuser -> seuser_local rename patch from Ivan Gyurdiev.
     * Merged set_create_store, access_check, and is_connected interfaces
       from Joshua Brindle.
     * Regenerate python wrappers.
     * Merged pywrap Makefile diff from Dan Walsh.
     * Merged cache management patch from Ivan Gyurdiev.
     * Merged bugfix for dbase_llist_clear from Ivan Gyurdiev.
     * Merged remove apply_local function patch from Ivan Gyurdiev.
     * Merged only do read locking in direct case patch from Ivan Gyurdiev.
     * Merged cache error path memory leak fix from Ivan Gyurdiev.
     * Merged auto-generated file header patch from Ivan Gyurdiev.
     * Merged pywrap test update from Ivan Gyurdiev.
     * Merged hidden defs update from Ivan Gyurdiev.
     * Merged disallow port overlap patch from Ivan Gyurdiev.
     * Merged join prereq and implementation patches from Ivan Gyurdiev.
     * Merged join user extra data part 2 patch from Ivan Gyurdiev.
     * Merged bugfix patch from Ivan Gyurdiev.
     * Merged remove add_local/set_local patch from Ivan Gyurdiev.
     * Merged user extra data part 1 patch from Ivan Gyurdiev.
     * Merged size_t -> unsigned int patch from Ivan Gyurdiev.
     * Merged calloc check in semanage_store patch from Ivan Gyurdiev,
       bug noticed by Steve Grubb.
     * Merged cleanups after add/set removal patch from Ivan Gyurdiev.
     * Merged fcontext compare fix from Ivan Gyurdiev.
     * Fixed commit to return the commit number aka policy sequence number.
     * Merged const in APIs patch from Ivan Gyurdiev.
     * Merged validation of local file contexts patch from Ivan Gyurdiev.
     * Merged compare2 function patch from Ivan Gyurdiev.
     * Merged hidden def/proto update patch from Ivan Gyurdiev.
     * Re-applied string and file optimization patch from Russell Coker,
       with bug fix.
     * Reverted string and file optimization patch from Russell Coker.
     * Clarified error messages from parse_module_headers and
       parse_base_headers for base/module mismatches.
     * Merged string and file optimization patch from Russell Coker.
     * Merged swig header reordering patch from Ivan Gyurdiev.
     * Merged toggle modify on add patch from Ivan Gyurdiev.
     * Merged ports parser bugfix patch from Ivan Gyurdiev.
     * Merged fcontext swig patch from Ivan Gyurdiev.
     * Merged remove add/modify/delete for active booleans patch from Ivan 
Gyurdiev.
     * Merged man pages for dbase functions patch from Ivan Gyurdiev.
     * Merged pywrap tests patch from Ivan Gyurdiev.
Files: 
 5f174fe693073f8a2971953488f5d467 682 libdevel optional libsemanage_1.6-1.dsc
 fb06d32b305322c8810dfe1924705e74 125712 libdevel optional 
libsemanage_1.6.orig.tar.gz
 b49ec5cff64671520e02fe1d10993198 37757 libdevel optional 
libsemanage_1.6-1.diff.gz
 e90fe292c746ab343943dccd91179f61 65466 libs optional 
libsemanage1_1.6-1_i386.deb
 e0277f61fa0773d7c2d38438eecb1fb0 302442 libdevel optional 
libsemanage1-dev_1.6-1_i386.deb
 02af54a1070d2c3b8714a8d67ec0138c 46684 devel optional 
python2.4-semanage_1.6-1_i386.deb

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

iD8DBQFEOqtxIbrau78kQkwRApVYAJ9kounBP4ZT26F7+qAiCZvriodjTACaA+Mf
8bIiPwFGyZ5L2ylAowZ2420=
=pW9+
-----END PGP SIGNATURE-----

-- 
I've known him as a man, as an adolescent and as a child -- sometimes
on the same day.
Manoj Srivastava     <[EMAIL PROTECTED]>    <http://www.golden-gryphon.com/>
1024D/BF24424C print 4966 F272 D093 B493 410B  924B 21BA DABB BF24 424C

--- End Message ---

Reply via email to