Your message dated Mon, 6 Jul 2026 22:19:58 +0000
with message-id <[email protected]>
and subject line osx portability
has caused the Debian Bug report #970914,
regarding Undeclared identifiers AT_EMPTY_PATH AT_NO_AUTOMOUNT
to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)
--
970914: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=970914
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
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
--- End Message ---
--- Begin Message ---
Version: 1.26-1
This was fixed by Ilya Lipnitskiy
--- End Message ---