[Sebastian Ramacher]
> I gave it back on the buildds. Let's see if it works now.
Seem to still fail. I suspect the trigger is this code in d/rules:
override_dh_auto_test:
@if [ "$$(cat /proc/sys/kernel/perf_event_paranoid)" -le 2 ] ; then \
$(MAKE) check; \
else \
echo ; \
echo "***********************************************************"; \
echo "error: not running test suite,
/proc/sys/kernel/perf_event_paranoid value too high"; \
echo "***********************************************************"; \
echo ; \
fi
My chroot got '3' in that /proc/ file, so the test code is not executed.
I guess the failure indicate that the program do not work as it should,
but do not really know the innter workings here.
--
Happy hacking
Petter Reinholdtsen