Hello,
I installed corecdp in ubuntu11.04 virtural-box, followed by the instruction:
# extract the build system tar xzvf corecdp-2.3.3.tar.gz
cd corecdp-2.3.3
# install any needed packages
sudo ./multitech/contrib/install-deps/install-debian-ubuntu-deps.sh
(Then, I got following messages:)
Reading package lists… Done
Building dependency tree
Reading state information… Done
Note, selecting ‘guile-1.8-libs’ for regex ‘guile-1.8’
Package texinfo is not available, but is referred to by another package.
This may mean that the package is missing, has been obsoleted, or
is only available from another source
However the following packages replace it:
info install-info
E: Unable to locate package git-core
E: Unable to locate package cvs
E: Unable to locate package subversion
E: Unable to locate package gawk
E: Unable to locate package help2man
E: Unable to locate package texi2html
E: Package ‘texinfo’ has no installation candidate
E: Unable to locate package python-pysqlite2
E: Unable to locate package docbook-utils
E: Unable to locate package chrpath
////////////////////
What is the solution for above issue?
Thank you,
Jun