Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.debian.bugs.dist > #1026384 > unrolled thread
| Started by | Ryan Schmidt <debian@ryandesign.com> |
|---|---|
| First post | 2020-09-25 14:10 +0200 |
| Last post | 2020-09-25 14:10 +0200 |
| Articles | 1 — 1 participant |
Back to article view | Back to linux.debian.bugs.dist
Bug#970914: Undeclared identifiers AT_EMPTY_PATH AT_NO_AUTOMOUNT Ryan Schmidt <debian@ryandesign.com> - 2020-09-25 14:10 +0200
| From | Ryan Schmidt <debian@ryandesign.com> |
|---|---|
| Date | 2020-09-25 14:10 +0200 |
| Subject | Bug#970914: Undeclared identifiers AT_EMPTY_PATH AT_NO_AUTOMOUNT |
| Message-ID | <ASUI2-8fe-7@gated-at.bofh.it> |
Package: fakeroot
Version: 1.25.1-1
Hi, I'm the maintainer of fakeroot in MacPorts. We currently have 1.24, and I tried to update to 1.25 or 1.25.1 but it failed to build on macOS 10.13.6:
libfakeroot.c:895:73: error: use of undeclared identifier 'AT_EMPTY_PATH'
r=INT_NEXT_FSTATAT(dir_fd, path, &st, (flags & (AT_SYMLINK_NOFOLLOW | AT_EMPTY_PATH | AT_NO_AUTOMOUNT)));
^
libfakeroot.c:895:89: error: use of undeclared identifier 'AT_NO_AUTOMOUNT'
r=INT_NEXT_FSTATAT(dir_fd, path, &st, (flags & (AT_SYMLINK_NOFOLLOW | AT_EMPTY_PATH | AT_NO_AUTOMOUNT)));
^
libfakeroot.c:1032:72: error: use of undeclared identifier 'AT_EMPTY_PATH'
r=INT_NEXT_FSTATAT(dir_fd, path, &st, flags & (AT_SYMLINK_NOFOLLOW | AT_EMPTY_PATH | AT_NO_AUTOMOUNT));
^
libfakeroot.c:1032:88: error: use of undeclared identifier 'AT_NO_AUTOMOUNT'
r=INT_NEXT_FSTATAT(dir_fd, path, &st, flags & (AT_SYMLINK_NOFOLLOW | AT_EMPTY_PATH | AT_NO_AUTOMOUNT));
^
Looks like this problem was introduced in https://salsa.debian.org/clint/fakeroot/-/commit/7c29f8958c8e658f9de71d8729fa99c18baddf9b
Back to top | Article view | linux.debian.bugs.dist
csiph-web