[Bug 251606] emulators/wine-devel: unbreak make makesum with STAGING for release candidates

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Sat Dec 5 14:21:27 UTC 2020


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=251606

            Bug ID: 251606
           Summary: emulators/wine-devel: unbreak make makesum with
                    STAGING for release candidates
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Some People
          Priority: ---
         Component: Individual Port(s)
          Assignee: gerald at FreeBSD.org
          Reporter: vvd at unislabs.com
          Assignee: gerald at FreeBSD.org
             Flags: maintainer-feedback?(gerald at FreeBSD.org)
 Attachment #220280 maintainer-approval?
             Flags:

Created attachment 220280
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=220280&action=edit
unbreak make makesum with STAGING for release candidates

But it still fail with error:
server/fd.c: In function 'open_fd':
server/fd.c:1986:18: error: 'O_SYMLINK' undeclared (first use in this function)
 1986 |         flags |= O_SYMLINK;
      |                  ^~~~~~~~~
server/fd.c:1986:18: note: each undeclared identifier is reported only once for
each function it appears in
gmake[2]: *** [Makefile:159599: server/fd.o] Error 1

server/fd.c:
#if !defined(O_SYMLINK) && defined(O_PATH)
# define O_SYMLINK (O_NOFOLLOW | O_PATH)
#endif
Can't find definition of the O_PATH.

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the freebsd-ports-bugs mailing list