Thanks for the update; libexplain 0.50 builds successfully on F16 and
F17. I did have to disable test t0524a, which fails when build in the
koji build system, possibly due to being in a somewhat minimal chroot
environment. The log shows:
PATH=`pwd`/bin:$PATH /bin/sh test/05/t0524a.sh
2,3c2,3
< because there is no "abc" directory in the current directory; the tempnam
< system call is dangerous, a more secure alternative should be used
---
> because there is no "abc" directory in the pathname "/tmp" directory; the
> tempnam system call is dangerous, a more secure alternative should be
used
FAILED test of tempnam ENOTDIR
|