Re: [Libexplain-users] libexplain 0.49 FTBFS on Fedora 16 and Fedora 17
Status: Alpha
Brought to you by:
pmiller
From: Eric S. <er...@br...> - 2012-01-22 23:25:08
|
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 |