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)
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)
comment:2 Changed 6 months ago by ryandesign (Ryan Carsten Schmidt)
| Cc: | jflude removed |
|---|---|
| Owner: | set to jflude |
| Status: | new → assigned |
| Summary: | nethack build fails with Xcode is a command line tools instance → nethack: missing bison build dependency |
comment:3 Changed 3 weeks ago by Justin Flude <jflude@…>
| Resolution: | → fixed |
|---|---|
| Status: | assigned → closed |
Note: See
TracTickets for help on using
tickets.

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.