Opened 5 years ago

Closed 5 years ago

Last modified 5 years ago

#57820 closed defect (fixed)

snobol4 @1.2: build fails: SOCKLEN_T undefined

Reported by: mndavidoff (Monte Davidoff) Owned by: ryandesign (Ryan Carsten Schmidt)
Priority: Normal Milestone:
Component: ports Version:
Keywords: Cc:
Port: snobol4

Description

Trying to install snobol4 fails:

sudo port -vs install snobol4
...
lib/snolib/serv.c:111:2: error: use of undeclared identifier 'SOCKLEN_T'
        SOCKLEN_T slen;
        ^

Attachments (1)

main.log.gz (8.9 KB) - added by mndavidoff (Monte Davidoff) 5 years ago.

Download all attachments as: .zip

Change History (3)

Changed 5 years ago by mndavidoff (Monte Davidoff)

Attachment: main.log.gz added

comment:1 Changed 5 years ago by ryandesign (Ryan Carsten Schmidt)

Owner: set to ryandesign
Resolution: fixed
Status: newclosed

In 605eaa7b301da851552304d721f6fcdadfc93f85/macports-ports (master):

snobol4: Specify system include and library paths

Closes: #57820

Also modernize checksums.

comment:2 Changed 5 years ago by mndavidoff (Monte Davidoff)

Thank you for fixing it so quickly!

Note: See TracTickets for help on using tickets.