On Thu, 3 Sep 2020 at 06:45, Andreas Beckmann <[email protected]> wrote:
> dpkg: error processing archive
> /var/cache/apt/archives/libsnmp-dev_5.9+dfsg-1_amd64.deb (--unpack):
> trying to overwrite '/usr/share/man/man3/SNMP.3pm.gz', which is also in
> package libsnmp-perl 5.8+dfsg-5
It should be in the libsnmp-perl package.
$ grep man3 debian/*manpages
debian/libsnmp-dev.manpages:usr/share/man/man3/*.3
debian/libsnmp-perl.manpages:usr/share/man/man3/*.3pm
However the build system:
Installing /build/net-snmp-5.9+dfsg/debian/tmp/usr/share/man/man3/SNMP.3
Installing
/build/net-snmp-5.9+dfsg/debian/tmp/usr/share/man/man3/NetSNMP::agent.3pm
its not installed as SNMP.3pm
I think the issue is in perl/SNMP/Makefile.PL
MAN3PODS => { 'SNMP.pm' => '$(INST_MAN3DIR)/SNMP.3' },
- Craig