Opened 2 years ago
Closed 15 months ago
#65913 closed defect (fixed)
legacy-support: tests: failure due to fstatat64
Reported by: | mascguy (Christopher Nielsen) | Owned by: | cjones051073 (Chris Jones) |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 2.7.2 |
Keywords: | Cc: | kencu (Ken), michaelld (Michael Dickens) | |
Port: | legacy-support |
Description (last modified by mascguy (Christopher Nielsen))
Perhaps this varies depending on which macOS release the tests are run on. But at least for 10.15, they fail with the following error:
test/test_fstatat64.c:93:12: error: implicit declaration of function 'fstatat64' is invalid in C99 [-Werror,-Wimplicit-function-declaration] if (0 != fstatat64 (AT_FDCWD, argv[0], &atfdcwd_stat64, 0)) { ^
Change History (4)
comment:1 Changed 2 years ago by mascguy (Christopher Nielsen)
Description: | modified (diff) |
---|
comment:2 Changed 2 years ago by kencu (Ken)
comment:3 Changed 15 months ago by mascguy (Christopher Nielsen)
comment:4 Changed 15 months ago by Christopher Nielsen <mascguy@…>
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Note: See
TracTickets for help on using
tickets.
I get much the same, but a warning not an error, on 10.13:
I guess that test should be looked at more carefully to see when/if it should be run.