Menu

#11 "configure" script do not find the "mkdirat" function

None
wont-fix
nobody
None
7
2014-09-06
2011-04-21
No

"configure" script do not find the "mkdirat" function, which is used in the netsys_c.c
Many OSes have the "openat" but have not other "*at" functions. For example, OpenSolaris & DragonFly BSD.
src/netsys/configtests/atfunctions.c checks "openat" only. All used "*at" functions must be checked there (at least linkat, symlinkat, mkfifoat, readlinkat).

Discussion

  • Andrey N. Oktyabrski

    • priority: 5 --> 7
     
  • Gerd Stolpmann

    Gerd Stolpmann - 2014-09-06

    That's somewhat strange, because the configtest always checked openat+faccessat+unlinkat, so that should have failed for these OS.

    Unlcear whether such systems still exist (Dragonfly is compatible AFAIK; I don't care about Solaris anymore).

     
  • Gerd Stolpmann

    Gerd Stolpmann - 2014-09-06
    • status: open --> wont-fix
    • Group: -->
     

Log in to post a comment.