*** This bug is a duplicate of bug 164167 ***
https://bugs.launchpad.net/bugs/164167
This looks like a permissions issue. Why not just remove
/usr/share/perl5/Error.pm from git-core in <git-core-src>/perl/Makefile
?
# We come with our own bundled Error.pm. It's not in the set of default
# Perl modules so install it if it's not available on the system yet.
eval { require Error };
if ($@ || $Error::VERSION < 0.15009) {
$pm{'private-Error.pm'} = '$(INST_LIBDIR)/Error.pm';
}
Comment that out, depends are set correctly in debian/control to ensure
Error.pm will be there (provided by liberror-perl).
--
[hardy] gitk installing files where it shouldn't be
https://bugs.launchpad.net/bugs/164202
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.
--
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs