Opened 22 months ago

Closed 8 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 9 months ago by ryandesign (Ryan Carsten Schmidt)

Cc: herbygillot removed
Owner: set to herbygillot
Status: newassigned

The port was created; it's called inih (although it is now outdated). Can tio use it?

comment:2 Changed 8 months ago by herbygillot (Herby Gillot)

Resolution: fixed
Status: assignedclosed

In c3557a58a02c6d21ed6051efc863782f6e2839e9/macports-ports (master):

tio: update to 2.7

  • add inih as dependency

Fixes: #65523

Note: See TracTickets for help on using tickets.