On 09/03/2015 02:40 PM, Dominick Grift wrote: > On Thu, Sep 03, 2015 at 08:18:17AM -0400, James Carter wrote: >> On 09/03/2015 05:48 AM, Dominick Grift wrote: >>> Anyone tried "secilc test/in_test.cil" lately? It dumps core here. >>> >>> $ secilc test/in_test.cil >>> Segmentation fault (core dumped) Confirmed on Fedora 23, thanks for the report. https://bugzilla.redhat.com/show_bug.cgi?id=1259730 > It may just be my incompetence but i can't get current master branch > selinux user space to build on Fedora rawhide manually like so: > > # cd selinux > # make LIBDIR=/usr/lib64 SHLIBDIR=/lib64 > > I have installed all the build dependencies i believe > > This is what it is failing with here: > > cc1: all warnings being treated as errors > Makefile:113: recipe for target 'direct_api.o' failed > make[2]: *** [direct_api.o] Error 1 > make[2]: Leaving directory > '/home/kcinimod/Workspace/selinux/libsemanage/src' > Makefile:2: recipe for target 'all' failed > make[1]: *** [all] Error 2 > make[1]: Leaving directory > '/home/kcinimod/Workspace/selinux/libsemanage' > Makefile:11: recipe for target 'all' failed > make: *** [all] Error 1 > This report seems to be little stripped so the important messages are missing. Nevertheless, according to README you should use install target. The following command works for me on Fedora 23: make DESTDIR=/home/plautrba/devel/build/selinux install Petr -- Petr Lautrbach