libffcall
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Libffcall] repository moved from cvs to git


From: Don Cohen
Subject: [Libffcall] repository moved from cvs to git
Date: Wed, 21 Dec 2016 05:36:34 +0000

 > Instructions:     https://savannah.gnu.org/git/?group=libffcall

It appears to me that the libffcall code here was last updated 2015-08-24
whereas http://git.savannah.gnu.org/r/libffcall.git/ seems to have
write dates of today.
I'm not sure what to make of it - is this an inconsistency?  Maybe not.
Also, some further instruction would be helpful.
I gather that in order to retrieve the code, something like this:
 mkdir git
 cd git
 git clone git://git.savannah.gnu.org/libffcall.git  

and then in order to get updates
 cd libffcall
 git pull

Is that right?

Also, I recall that the last time I built ffcall (quite recently,
actually) it did not pass its tests ...

 $ make check 
 cd avcall && make check 
 make[1]: Entering directory '/root/ffcall/avcall' 
 ./minitests > minitests.out 
 LC_ALL=C uniq -u < minitests.out > minitests.output.x86_64-unknown-linux-gnu 
 test '!' -s minitests.output.x86_64-unknown-linux-gnu 
 make[1]: Leaving directory '/root/ffcall/avcall' 
 cd vacall && make check 
 make[1]: Entering directory '/root/ffcall/vacall' 
 ./minitests > minitests.out 
 LC_ALL=C uniq -u < minitests.out > minitests.output.x86_64-unknown-linux-gnu 
 test '!' -s minitests.output.x86_64-unknown-linux-gnu 
 make[1]: Leaving directory '/root/ffcall/vacall' 
 cd trampoline && make check 
 make[1]: Entering directory '/root/ffcall/trampoline' 
 ./test1 
 trampoline: cannot make memory executable 
 Makefile:158: recipe for target 'check' failed 
 make[1]: *** [check] Aborted (core dumped) 
 make[1]: Leaving directory '/root/ffcall/trampoline' 
 Makefile:46: recipe for target 'check' failed 
 make: *** [check] Error 2 

I think this is due to selinux.

/var/log/messages:
 Dec 20 21:28:13 number15 audit: AVC avc:  denied  { execheap } for  pid=18930 
comm="test1" scontext=unconfined_u:unconfined_r:unconfined_t:s0-s0:c0.c1023 
tcontext=unconfined_u:unconfined_r:unconfined_t:s0-s0:c0.c1023 tclass=process 
permissive=0 
 Dec 20 21:28:13 number15 audit: ANOM_ABEND auid=1000 uid=0 gid=0 ses=2 
subj=unconfined_u:unconfined_r:unconfined_t:s0-s0:c0.c1023 pid=18930 
comm="test1" exe="/root/ffcall/trampoline/test1" sig=6 
 Dec 20 21:28:13 number15 abrt-hook-ccpp: Process 18930 (test1) of user 0 
killed by SIGABRT - dumping core 

Perhaps some instructions for solving this problem could be included,
perhaps in the README file?  I assume some selinux command is needed.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]