build failure dbus 1.8 on OS X 10.6

Ryan Schmidt ryandesign at macports.org
Wed Apr 30 16:58:40 PDT 2014


On Apr 30, 2014, at 16:35, MK-MacPorts at techno.ms wrote:

> On 28 Apr 2014, at 18:21 , René J.V. Bertin <rjvbertin at gmail.com> wrote:
>> -          fd = open (new_dirs[i], O_RDONLY);
>> +#ifdef O_CLOEXEC
>> +          fd = open (new_dirs[i], O_RDONLY | O_CLOEXEC);
>> +
>> +          if (retval < 0 && errno == EINVAL)
>> +#endif
>> +            fd = open (new_dirs[i], O_RDONLY);
>> +
>> +          _dbus_fd_set_close_on_exec (fd);
> I do not have a SL to test on at the moment, but do you have a patch for this submitted to trac already?

Didn’t this problem already get fixed 4 weeks ago?

https://trac.macports.org/ticket/43203






More information about the macports-users mailing list