Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 05 Dec 2020 14:21:26 +0000
From:      bugzilla-noreply@freebsd.org
To:        ports-bugs@FreeBSD.org
Subject:   [Bug 251606] emulators/wine-devel: unbreak make makesum with STAGING for release candidates
Message-ID:  <bug-251606-7788@https.bugs.freebsd.org/bugzilla/>

next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D251606

            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@FreeBSD.org
          Reporter: vvd@unislabs.com
          Assignee: gerald@FreeBSD.org
             Flags: maintainer-feedback?(gerald@FreeBSD.org)
 Attachment #220280 maintainer-approval?
             Flags:

Created attachment 220280
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=3D220280&action=
=3Dedit
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 funct=
ion)
 1986 |         flags |=3D 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.

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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-251606-7788>