On Sun, 8 Jul 2001, Santiago Vila wrote: > Do you mean this would be the right thing to do? > > # apt-get --only-source build-dep pine
That worked, sorta. ursine:/usr/src# apt-get build-dep pine Reading Package Lists... Done Building Dependency Tree... Done E: Unable to find a source package for pine4 ursine:/usr/src# apt-get --only-source build-dep pine Reading Package Lists... Done Building Dependency Tree... Done ursine:/usr/src# apt-get --only-source build-dep pine Reading Package Lists... Done Building Dependency Tree... Done Package libncurses-dev is a virtual package provided by: libncurses5-dev 5.2.20010318-2 libncurses4-dev 4.2-9 You should explicitly select one to install. Package libopenldap-dev has no available version, but exists in the database. This typically means that the package was mentioned in a dependency and never uploaded, has been obsoleted or is not available with the contents of sources.list However the following packages replace it: libldap2-dev Note, selecting libldap2-dev instead of libldap-dev Package libssl09-dev has no available version, but exists in the database. This typically means that the package was mentioned in a dependency and never uploaded, has been obsoleted or is not available with the contents of sources.list The following NEW packages will be installed: libldap2-dev libssl-dev 0 packages upgraded, 2 newly installed, 0 to remove and 19 not upgraded. E: Package libncurses-dev has no installation candidate E: Package libopenldap-dev has no installation candidate E: Package libssl09-dev has no installation candidate E: Failed to process build dependencies Baloo

