Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.debian.bugs.dist > #1026384

Bug#970914: Undeclared identifiers AT_EMPTY_PATH AT_NO_AUTOMOUNT

From Ryan Schmidt <debian@ryandesign.com>
Newsgroups linux.debian.bugs.dist
Subject Bug#970914: Undeclared identifiers AT_EMPTY_PATH AT_NO_AUTOMOUNT
Date 2020-09-25 14:10 +0200
Message-ID <ASUI2-8fe-7@gated-at.bofh.it> (permalink)
Organization linux.* mail to news gateway

Show all headers | View raw


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 linux.debian.bugs.dist | Previous | Next | Find similar | Unroll thread


Thread

Bug#970914: Undeclared identifiers AT_EMPTY_PATH AT_NO_AUTOMOUNT Ryan Schmidt <debian@ryandesign.com> - 2020-09-25 14:10 +0200

csiph-web