Package: refpolicy
Severity: normal

In attempting to rebuild refpolicy, I'm seeing a consistent failure
emitted from checkmodule:

m4 -D strict_policy -D enable_mcs -D distro_debian -D direct_sysadm_daemon -D 
hide_broken_symptoms -D self_contained_policy 
policy/support/loadable_module.spt policy/support/misc_macros.spt 
policy/support/obj_perm_sets.spt policy/users policy/constraints > 
tmp/post_te_files.conf
sed -r -f support/get_type_attr_decl.sed tmp/all_te_files.conf | LC_ALL=C sort 
> tmp/all_attrs_types.conf
cat tmp/post_te_files.conf > tmp/all_post.conf
egrep '^sid ' tmp/all_te_files.conf >> tmp/all_post.conf || true
egrep '^fs_use_(xattr|task|trans)' tmp/all_te_files.conf >> tmp/all_post.conf 
|| true
egrep ^genfscon tmp/all_te_files.conf >> tmp/all_post.conf || true
egrep ^portcon tmp/all_te_files.conf >> tmp/all_post.conf || true
egrep ^netifcon tmp/all_te_files.conf >> tmp/all_post.conf || true
egrep ^nodecon tmp/all_te_files.conf >> tmp/all_post.conf || true
sed -r -f support/comment_move_decl.sed tmp/all_te_files.conf > 
tmp/only_te_rules.conf
m4 -D strict_policy -D enable_mcs -D distro_debian -D direct_sysadm_daemon -D 
hide_broken_symptoms -D self_contained_policy 
policy/support/loadable_module.spt policy/support/misc_macros.spt 
policy/support/obj_perm_sets.spt tmp/generated_definitions.conf 
policy/global_booleans policy/global_tunables > tmp/global_bools.conf
Creating refpolicy-strict base module base.conf
cat tmp/pre_te_files.conf tmp/all_attrs_types.conf tmp/global_bools.conf 
tmp/only_te_rules.conf tmp/all_post.conf > base.conf
Compiling refpolicy-strict base module
/usr/bin/checkmodule -M base.conf -o tmp/base.mod
/usr/bin/checkmodule:  loading policy configuration from base.conf
tmp/generated_definitions.conf:597:ERROR 'syntax error' at token '' on line 
3416:

        ( u1 == u2 or t1 == can_change_object_identity );
/usr/bin/checkmodule:  error(s) encountered while parsing configuration
make[1]: *** [tmp/base.mod] Error 1
make[1]: Leaving directory 
`/usr/src/selinux/refpolicy-0.0.20060509/debian/build-selinux-policy-refpolicy-strict'
make: *** [build/selinux-policy-refpolicy-strict] Error 2

... the affected line is at the end of tmp/generated_definitions.conf, and
reads thusly:

define(`base_per_userdomain_template',`
')
[EOF is here]

-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: amd64 (x86_64)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.17-1-amd64-k8
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)


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

Reply via email to