stacks-network / stacks-network/hacknet
No macOS compatibility
Nobody has claimed this yet.
- Dominant language
- TypeScript
- Stars
- 3
- Forks
- 11
- PR merge metrics
- No merged PRs in 30d
Description
The current Makefile works on Linux but not on macOS. It relies on Linux-specific tools like /proc/cpuinfo, getent, and hardcoded paths such as /usr/bin/tar and /usr/bin/sudo. macOS also doesn’t support tar --same-owner.
These issues prevent the Makefile from running on macOS.
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start with the Makefile and run its targets on macOS to reproduce the failures. Replace or condition the Linux-specific /proc/cpuinfo, getent, /usr/bin paths, and tar --same-owner usage so the Makefile completes successfully on macOS as well as Linux.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- linux, macos
- Domain
- build-system, operating-systems
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 55/100