-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 According to Ondřej Vašík on 12/15/2009 2:27 AM: > Hello, > as you could see at > http://koji.fedoraproject.org/koji/taskinfo?taskID=1872609 > gnulib-tests (from coreutils-8.2 tarball) with dup_cloexec() function > are failing in koji build system (with old RHEL-5 xen kernel) - errno > EINVAL . I temporarily skipped those tests to get coreutils 8.2 (and > again working rm) into Fedora rawhide, but I would prefer other way.
Yep - my proposed rpl_fcntl is able to work around the bug, so I need to teach cloexec the same trick. Thanks for the heads up; I'll have a patch later today. I'm considering making cloexec depend on fcntl (so far, my approach has been that cloexec was standalone, and that fcntl was optional; but adding the dependency would make use of cloexec drag in fcntl and allow for code simplification in cloexec). - -- Don't work too hard, make some time for fun as well! Eric Blake [email protected] -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.9 (Cygwin) Comment: Public key at home.comcast.net/~ericblake/eblake.gpg Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/ iEYEARECAAYFAksnhxYACgkQ84KuGfSFAYByHgCePSyolyVzy8QTVjjJBq0aT/ac icEAnjCKpBkkg79bWUENN3oWVp3XhN7i =UaWV -----END PGP SIGNATURE-----
