Opened 6 months ago

Closed 3 weeks ago

#73312 closed defect (fixed)

nethack: missing bison build dependency

Reported by: ShadSterling (Shad Sterling) Owned by: jflude
Priority: Normal Milestone:
Component: ports Version: 2.11.6
Keywords: Cc: Nax (Maxime Bacoux)
Port: nethack

Description

The only log line that looks relevant to the failure is

:info:build xcode-select: error: tool 'bison' requires Xcode, but active developer directory '/Library/Developer/CommandLineTools' is a command line tools instance

When I run xcode-select -p it says

/Applications/Xcode.app/Contents/Developer

which is Xcode, not just command line tools

Attachments (1)

main.log.bz2 (60.9 KB) - added by jmroot (Joshua Root) 6 months ago.

Download all attachments as: .zip

Change History (4)

Changed 6 months ago by jmroot (Joshua Root)

Attachment: main.log.bz2 added

comment:1 Changed 6 months ago by jmroot (Joshua Root)

The nethack port doesn't set use_xcode yes, so it will be using the CLTs if they are installed. I guess it just needs a bison dependency since bison has apparently been removed from the CLTs.

comment:2 Changed 6 months ago by ryandesign (Ryan Carsten Schmidt)

Cc: jflude removed
Owner: set to jflude
Status: newassigned
Summary: nethack build fails with Xcode is a command line tools instancenethack: missing bison build dependency

comment:3 Changed 3 weeks ago by Justin Flude <jflude@…>

Resolution: fixed
Status: assignedclosed

In 72517e1cff7d9ff03ea427832808b7c97983f8c4/macports-ports (master):

nethack: curses enhancement and a few fixes

Closes: #69831
Closes: #69833
Closes: #73312

Note: See TracTickets for help on using tickets.