Comment 23 for bug 2029924

Revision history for this message
Bas Prins (bas-prins3) wrote :

Hi Sudip,

Still trying to get lcov working on and off :).

You asked for the output of apt cache:

bp@bas-hp:~ % apt-cache policy lcov
lcov:
  Installed: (none)
  Candidate: 2.0-1
  Version table:
     2.0-1ubuntu0.1 400
        100 http://nl.archive.ubuntu.com/ubuntu mantic-proposed/universe amd64 Packages
        100 http://nl.archive.ubuntu.com/ubuntu mantic-proposed/universe i386 Packages
     2.0-1 500
        500 http://nl.archive.ubuntu.com/ubuntu mantic/universe amd64 Packages
        500 http://nl.archive.ubuntu.com/ubuntu mantic/universe i386 Packages
        100 /var/lib/dpkg/status

So this means I should be able to install 2.0-1 "400" from proposed, and 2.0-1 "500" from universe? Or what exactly is this telling me?

I just tried to :
sudo apt-get install lcov -t mantic-proposed

Which results in:

bp@bas-hp:~ % sudo apt-get install lcov -t mantic-proposed
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
The following packages were automatically installed and are no longer required:
  libgstreamer-plugins-bad1.0-0 libgupnp-igd-1.6-0 libnice10
Use 'sudo apt autoremove' to remove them.
The following NEW packages will be installed:
  lcov
0 upgraded, 1 newly installed, 0 to remove and 76 not upgraded.
Need to get 0 B/177 kB of archives.
After this operation, 744 kB of additional disk space will be used.
Selecting previously unselected package lcov.
(Reading database ... 332568 files and directories currently installed.)
Preparing to unpack .../archives/lcov_2.0-1_all.deb ...
Unpacking lcov (2.0-1) ...
Setting up lcov (2.0-1) ...
Processing triggers for man-db (2.11.2-3) ...

And then when running lcov --version

bp@bas-hp:~ % lcov --version
Can't locate lcovutil.pm in @INC (you may need to install the lcovutil module) (@INC contains: /usr/local/lib/lcov /etc/perl /usr/local/lib/x86_64-linux-gnu/perl/5.36.0 /usr/local/share/perl/5.36.0 /usr/lib/x86_64-linux-gnu/perl5/5.36 /usr/share/perl5 /usr/lib/x86_64-linux-gnu/perl-base /usr/lib/x86_64-linux-gnu/perl/5.36 /usr/share/perl/5.36 /usr/local/lib/site_perl) at /usr/bin/lcov line 102.
BEGIN failed--compilation aborted at /usr/bin/lcov line 102.

still gives me the same error.

What am I still doing wrong?