Opened 2 years ago
Closed 14 months ago
#65523 closed defect (fixed)
tio: ERROR: Git command failed: ['/usr/bin/git', 'clone', 'https://github.com/benhoyt/inih.git', 'libinih']
Reported by: | ryandesign (Ryan Carsten Schmidt) | Owned by: | herbygillot (Herby Gillot) |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 2.7.2 |
Keywords: | Cc: | rhapsodyv@… | |
Port: | tio |
Description
tio fails to build on OS X 10.8:
Run-time dependency inih found: NO (tried pkgconfig, framework and cmake) Looking for a fallback subproject for the dependency inih src/meson.build:20:0: ERROR: Git command failed: ['/usr/bin/git', 'clone', 'https://github.com/benhoyt/inih.git', 'libinih']
Its git is too old to fetch from GitHub.
Ports shouldn't fetch things themselves; they should let MacPorts do it. In this case, I guess a port for libinih should be created and tio should depend on it, rather than trying to fetch it.
Change History (2)
comment:1 Changed 16 months ago by ryandesign (Ryan Carsten Schmidt)
Cc: | herbygillot removed |
---|---|
Owner: | set to herbygillot |
Status: | new → assigned |
comment:2 Changed 14 months ago by herbygillot (Herby Gillot)
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Note: See
TracTickets for help on using
tickets.
The port was created; it's called inih (although it is now outdated). Can tio use it?