bug-findutils
[Top][All Lists]
Advanced

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

Re: fd_is_cloexec () does not work on Fedora buildhosts


From: Kamil Dudka
Subject: Re: fd_is_cloexec () does not work on Fedora buildhosts
Date: Sun, 4 Apr 2010 02:24:23 +0200
User-agent: KMail/1.9.10

On Sunday 04 of April 2010 02:10:13 James Youngman wrote:
> I suspect what's happening is that the library on your build hosts
> defined O_CLOEXEC, but your kernel lacks support for it.   fcntl(fd,
> F_GETFL) may just return the original flags we passed, meaning that
> it's not a guarantee that the O_CLOEXEC actually had an effect.
>
> Please test the attached alternative patch and let me know if it
> solves your problem.

Thank you for the fix!

With the patch applied, I am able to build the package locally and
on the build host as well:

http://koji.fedoraproject.org/koji/getfile?taskID=2093790&name=build.log

Kamil




reply via email to

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