Opened 3 years ago

Closed 3 years ago

#62681 closed defect (fixed)

lcov @1.14_0: Wrong version installed (version 1.0)

Reported by: rasolca (Raffaele Solcà) Owned by: kimuraw (kimura wataru)
Priority: Normal Milestone:
Component: ports Version: 2.6.4
Keywords: Cc:
Port: lcov

Description

The port lcov@1.14_0 installs the wrong version. Instead of 1.14, only version 1.0 is installed:

> /opt/local/bin/lcov --version
lcov: LCOV version 1.0

Change History (2)

comment:1 Changed 3 years ago by ryandesign (Ryan Carsten Schmidt)

Cc: kimuraw@… removed
Owner: set to kimuraw
Status: newassigned

The port lcov @1.14 installs the right version, but it identifies itself as the wrong version.

This sounds like the upstream bug report filed here:

https://github.com/linux-test-project/lcov/issues/120

It sounds like the problem is that we are using the automatically-generated tarball whereas we should be using the release tarball. When updating the port to 1.15, Kimura should add github.tarball_from releases to the Portfile to fix this.

comment:2 Changed 3 years ago by kimura wataru <kimuraw@…>

Resolution: fixed
Status: assignedclosed

In 0615574d5a89ebeea661e23d375a3f6ebd0ec6df/macports-ports (master):

devel/lcov: update to 1.15

  • use tarball from github releases (not github tags)
  • suppress reinplace warning "didn't change anything"

closes: #62681

Note: See TracTickets for help on using tickets.