Opened 3 years ago

Closed 3 years ago

#61444 closed defect (fixed)

lemon 1.39_2: implicit declaration of 'access' invalid

Reported by: MaddTheSane (C.W. Betts) Owned by: ryandesign (Ryan Carsten Schmidt)
Priority: Normal Milestone:
Component: ports Version: 2.6.99
Keywords: Cc:
Port: lemon

Description (last modified by MaddTheSane (C.W. Betts))

Recent changes in what Clang marks as errors has resulted in lemon now failing to build. This is specifically with the access function. access is defined in <unistd.h>, so a simple patch including that header should be easy to do.

Built on Big Sur.

Attachments (1)

main.log (23.0 KB) - added by MaddTheSane (C.W. Betts) 3 years ago.
Build log

Download all attachments as: .zip

Change History (3)

Changed 3 years ago by MaddTheSane (C.W. Betts)

Attachment: main.log added

Build log

comment:1 Changed 3 years ago by MaddTheSane (C.W. Betts)

Description: modified (diff)

comment:2 Changed 3 years ago by ryandesign (Ryan Carsten Schmidt)

Owner: set to ryandesign
Resolution: fixed
Status: newclosed

In ef042964c93564bed80bc6803b7b3b054ec09693/macports-ports (master):

lemon: Fix implicit declaration of function access

Closes: #61444

Note: See TracTickets for help on using tickets.