Changes between Version 2 and Version 3 of Ticket #54412, comment 17


Ignore:
Timestamp:
Jul 3, 2017, 9:39:46 PM (7 years ago)
Author:
kencu (Ken)
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #54412, comment 17

    v2 v3  
    1 Aha - you snuck in a port upgrade to 1.24.0 as well, and now there is some new different issue
    2 {{{
    3 shrpx_exec.cc:45:7: error: use of undeclared identifier 'pipe2'
    4   if (pipe2(pfd, O_CLOEXEC) == -1) {
    5       ^
    6 1 error generated.
    7 }}}
    8 
    9 Ah well, Peter. At least you still can have 1.23.1 while we sort out what `pipe2` means. This is not going to encourage Marius too much! I'll see if I can figure out what this is all about.
    10 
    11 Addendum: it was an addition to libc in 2008. I don't know how easy it might be to fix it, if it is possible to do so. For now, users of 10.6.8 will have to stick with 1.23.1.
     1I'll delete this comment - for some reason, 1.24.0 is not building for me, but it's something on my end here it seems because Peter just built it I notice.