Opened 4 years ago
Closed 4 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 4 years ago by ryandesign (Ryan Carsten Schmidt)
Cc: | kimuraw@… removed |
---|---|
Owner: | set to kimuraw |
Status: | new → assigned |
comment:2 Changed 4 years ago by kimura wataru <kimuraw@…>
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Note: See
TracTickets for help on using
tickets.
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.